Skip to content

Commit

Permalink
Release v1.50.22 (2024-02-20) (#5174)
Browse files Browse the repository at this point in the history
Release v1.50.22 (2024-02-20)
===

### Service Client Updates
* `service/dynamodb`: Updates service API, documentation, waiters, paginators, and examples
  * Publishing quick fix for doc only update.
* `service/firehose`: Updates service API and documentation
  * This release updates a few Firehose related APIs.
* `service/lambda`: Updates service API and documentation
  * Add .NET 8 (dotnet8) Runtime support to AWS Lambda.
  • Loading branch information
aws-sdk-go-automation committed Feb 20, 2024
1 parent a886d18 commit 9db5306
Show file tree
Hide file tree
Showing 12 changed files with 49 additions and 1,364 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,14 @@
Release v1.50.22 (2024-02-20)
===

### Service Client Updates
* `service/dynamodb`: Updates service API, documentation, waiters, paginators, and examples
* Publishing quick fix for doc only update.
* `service/firehose`: Updates service API and documentation
* This release updates a few Firehose related APIs.
* `service/lambda`: Updates service API and documentation
* Add .NET 8 (dotnet8) Runtime support to AWS Lambda.

Release v1.50.21 (2024-02-19)
===

Expand Down
2 changes: 1 addition & 1 deletion aws/version.go
Expand Up @@ -5,4 +5,4 @@ package aws
const SDKName = "aws-sdk-go"

// SDKVersion is the version of this SDK
const SDKVersion = "1.50.21"
const SDKVersion = "1.50.22"
2 changes: 1 addition & 1 deletion models/apis/dynamodb/2012-08-10/docs-2.json
Expand Up @@ -53,7 +53,7 @@
"UpdateGlobalTableSettings": "<p>Updates settings for a global table.</p> <important> <p>This operation only applies to <a href=\"https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/globaltables.V1.html\">Version 2017.11.29 (Legacy)</a> of global tables. We recommend using <a href=\"https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/globaltables.V2.html\">Version 2019.11.21 (Current)</a> when creating new global tables, as it provides greater flexibility, higher efficiency and consumes less write capacity than 2017.11.29 (Legacy). To determine which version you are using, see <a href=\"https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/globaltables.DetermineVersion.html\">Determining the version</a>. To update existing global tables from version 2017.11.29 (Legacy) to version 2019.11.21 (Current), see <a href=\"https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/V2globaltables_upgrade.html\"> Updating global tables</a>. </p> </important>",
"UpdateItem": "<p>Edits an existing item's attributes, or adds a new item to the table if it does not already exist. You can put, delete, or add attribute values. You can also perform a conditional update on an existing item (insert a new attribute name-value pair if it doesn't exist, or replace an existing name-value pair if it has certain expected attribute values).</p> <p>You can also return the item's attribute values in the same <code>UpdateItem</code> operation using the <code>ReturnValues</code> parameter.</p>",
"UpdateKinesisStreamingDestination": "<p>The command to update the Kinesis stream destination.</p>",
"UpdateTable": "<p>Modifies the provisioned throughput settings, global secondary indexes, or DynamoDB Streams settings for a given table.</p> <important> <p>This operation only applies to <a href=\"https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/globaltables.V2.html\">Version 2019.11.21 (Current)</a> of global tables. </p> </important> <p>You can only perform one of the following operations at once:</p> <ul> <li> <p>Modify the provisioned throughput settings of the table.</p> </li> <li> <p>Remove a global secondary index from the table.</p> </li> <li> <p>Create a new global secondary index on the table. After the index begins backfilling, you can use <code>UpdateTable</code> to perform other operations.</p> </li> </ul> <p> <code>UpdateTable</code> is an asynchronous operation; while it is executing, the table status changes from <code>ACTIVE</code> to <code>UPDATING</code>. While it is <code>UPDATING</code>, you cannot issue another <code>UpdateTable</code> request. When the table returns to the <code>ACTIVE</code> state, the <code>UpdateTable</code> operation is complete.</p>",
"UpdateTable": "<p>Modifies the provisioned throughput settings, global secondary indexes, or DynamoDB Streams settings for a given table.</p> <important> <p>This operation only applies to <a href=\"https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/globaltables.V2.html\">Version 2019.11.21 (Current)</a> of global tables. </p> </important> <p>You can only perform one of the following operations at once:</p> <ul> <li> <p>Modify the provisioned throughput settings of the table.</p> </li> <li> <p>Remove a global secondary index from the table.</p> </li> <li> <p>Create a new global secondary index on the table. After the index begins backfilling, you can use <code>UpdateTable</code> to perform other operations.</p> </li> </ul> <p> <code>UpdateTable</code> is an asynchronous operation; while it's executing, the table status changes from <code>ACTIVE</code> to <code>UPDATING</code>. While it's <code>UPDATING</code>, you can't issue another <code>UpdateTable</code> request on the base table nor any replicas. When the table returns to the <code>ACTIVE</code> state, the <code>UpdateTable</code> operation is complete.</p>",
"UpdateTableReplicaAutoScaling": "<p>Updates auto scaling settings on your global tables at once.</p> <important> <p>This operation only applies to <a href=\"https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/globaltables.V2.html\">Version 2019.11.21 (Current)</a> of global tables. </p> </important>",
"UpdateTimeToLive": "<p>The <code>UpdateTimeToLive</code> method enables or disables Time to Live (TTL) for the specified table. A successful <code>UpdateTimeToLive</code> call returns the current <code>TimeToLiveSpecification</code>. It can take up to one hour for the change to fully process. Any additional <code>UpdateTimeToLive</code> calls for the same table during this one hour duration result in a <code>ValidationException</code>. </p> <p>TTL compares the current time in epoch time format to the time stored in the TTL attribute of an item. If the epoch time value stored in the attribute is less than the current time, the item is marked as expired and subsequently deleted.</p> <note> <p> The epoch time format is the number of seconds elapsed since 12:00:00 AM January 1, 1970 UTC. </p> </note> <p>DynamoDB deletes expired items on a best-effort basis to ensure availability of throughput for other data operations. </p> <important> <p>DynamoDB typically deletes expired items within two days of expiration. The exact duration within which an item gets deleted after expiration is specific to the nature of the workload. Items that have expired and not been deleted will still show up in reads, queries, and scans.</p> </important> <p>As items are deleted, they are removed from any local secondary index and global secondary index immediately in the same eventually consistent way as a standard delete operation.</p> <p>For more information, see <a href=\"https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/TTL.html\">Time To Live</a> in the Amazon DynamoDB Developer Guide. </p>"
},
Expand Down
190 changes: 0 additions & 190 deletions models/apis/firehose/2015-08-04/api-2.json
Expand Up @@ -53,22 +53,6 @@
{"shape":"ResourceNotFoundException"}
]
},
"GetKinesisStream":{
"name":"GetKinesisStream",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"GetKinesisStreamInput"},
"output":{"shape":"GetKinesisStreamOutput"},
"errors":[
{"shape":"ResourceNotFoundException"},
{"shape":"InvalidArgumentException"},
{"shape":"InvalidStreamTypeException"},
{"shape":"InvalidKMSResourceException"}
],
"internalonly":true
},
"ListDeliveryStreams":{
"name":"ListDeliveryStreams",
"http":{
Expand Down Expand Up @@ -199,24 +183,6 @@
{"shape":"ResourceNotFoundException"},
{"shape":"ConcurrentModificationException"}
]
},
"VerifyResourcesExistForTagris":{
"name":"VerifyResourcesExistForTagris",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"TagrisVerifyResourcesExistInput"},
"output":{"shape":"TagrisVerifyResourcesExistOutput"},
"errors":[
{"shape":"TagrisAccessDeniedException"},
{"shape":"TagrisInternalServiceException"},
{"shape":"TagrisInvalidArnException"},
{"shape":"TagrisInvalidParameterException"},
{"shape":"TagrisPartialResourcesExistResultsException"},
{"shape":"TagrisThrottledException"}
],
"internalonly":true
}
},
"shapes":{
Expand All @@ -226,10 +192,6 @@
"min":1,
"pattern":"arn:.*"
},
"AccessKeyId":{
"type":"string",
"sensitive":true
},
"AmazonOpenSearchServerlessBufferingHints":{
"type":"structure",
"members":{
Expand Down Expand Up @@ -1044,21 +1006,6 @@
"min":0,
"pattern":"^$|\\.[0-9a-z!\\-_.*'()]+"
},
"FirehoseSource":{"type":"string"},
"GetKinesisStreamInput":{
"type":"structure",
"required":["DeliveryStreamARN"],
"members":{
"DeliveryStreamARN":{"shape":"DeliveryStreamARN"}
}
},
"GetKinesisStreamOutput":{
"type":"structure",
"members":{
"KinesisStreamARN":{"shape":"KinesisStreamARN"},
"CredentialsForReadingKinesisStream":{"shape":"SessionCredentials"}
}
},
"HECAcknowledgmentTimeoutInSeconds":{
"type":"integer",
"max":600,
Expand Down Expand Up @@ -1278,14 +1225,6 @@
},
"exception":true
},
"InvalidStreamTypeException":{
"type":"structure",
"members":{
"message":{"shape":"ErrorMessage"},
"source":{"shape":"FirehoseSource"}
},
"exception":true
},
"KMSEncryptionConfig":{
"type":"structure",
"required":["AWSKMSKeyARN"],
Expand Down Expand Up @@ -1874,10 +1813,6 @@
"VersionId":{"shape":"NonEmptyStringWithoutWhitespace"}
}
},
"SecretAccessKey":{
"type":"string",
"sensitive":true
},
"SecurityGroupIdList":{
"type":"list",
"member":{"shape":"NonEmptyStringWithoutWhitespace"},
Expand All @@ -1899,26 +1834,6 @@
"exception":true,
"fault":true
},
"SessionCredentials":{
"type":"structure",
"required":[
"AccessKeyId",
"SecretAccessKey",
"SessionToken",
"Expiration"
],
"members":{
"AccessKeyId":{"shape":"AccessKeyId"},
"SecretAccessKey":{"shape":"SecretAccessKey"},
"SessionToken":{"shape":"SessionToken"},
"Expiration":{"shape":"Timestamp"}
},
"sensitive":true
},
"SessionToken":{
"type":"string",
"sensitive":true
},
"SizeInMBs":{
"type":"integer",
"max":128,
Expand Down Expand Up @@ -2281,111 +2196,6 @@
"min":0,
"pattern":"^[\\p{L}\\p{Z}\\p{N}_.:\\/=+\\-@%]*$"
},
"TagrisAccessDeniedException":{
"type":"structure",
"members":{
"message":{"shape":"TagrisExceptionMessage"}
},
"exception":true
},
"TagrisAccountId":{
"type":"string",
"max":12,
"min":12
},
"TagrisAmazonResourceName":{
"type":"string",
"max":1011,
"min":1
},
"TagrisExceptionMessage":{
"type":"string",
"max":2048,
"min":0
},
"TagrisInternalId":{
"type":"string",
"max":64,
"min":0
},
"TagrisInternalServiceException":{
"type":"structure",
"members":{
"message":{"shape":"TagrisExceptionMessage"}
},
"exception":true,
"fault":true
},
"TagrisInvalidArnException":{
"type":"structure",
"members":{
"message":{"shape":"TagrisExceptionMessage"},
"sweepListItem":{"shape":"TagrisSweepListItem"}
},
"exception":true
},
"TagrisInvalidParameterException":{
"type":"structure",
"members":{
"message":{"shape":"TagrisExceptionMessage"}
},
"exception":true
},
"TagrisPartialResourcesExistResultsException":{
"type":"structure",
"members":{
"message":{"shape":"TagrisExceptionMessage"},
"resourceExistenceInformation":{"shape":"TagrisSweepListResult"}
},
"exception":true
},
"TagrisStatus":{
"type":"string",
"enum":[
"ACTIVE",
"NOT_ACTIVE"
]
},
"TagrisSweepList":{
"type":"list",
"member":{"shape":"TagrisSweepListItem"}
},
"TagrisSweepListItem":{
"type":"structure",
"members":{
"TagrisAccountId":{"shape":"TagrisAccountId"},
"TagrisAmazonResourceName":{"shape":"TagrisAmazonResourceName"},
"TagrisInternalId":{"shape":"TagrisInternalId"},
"TagrisVersion":{"shape":"TagrisVersion"}
}
},
"TagrisSweepListResult":{
"type":"map",
"key":{"shape":"TagrisAmazonResourceName"},
"value":{"shape":"TagrisStatus"}
},
"TagrisThrottledException":{
"type":"structure",
"members":{
"message":{"shape":"TagrisExceptionMessage"}
},
"exception":true
},
"TagrisVerifyResourcesExistInput":{
"type":"structure",
"required":["TagrisSweepList"],
"members":{
"TagrisSweepList":{"shape":"TagrisSweepList"}
}
},
"TagrisVerifyResourcesExistOutput":{
"type":"structure",
"required":["TagrisSweepListResult"],
"members":{
"TagrisSweepListResult":{"shape":"TagrisSweepListResult"}
}
},
"TagrisVersion":{"type":"long"},
"Timestamp":{"type":"timestamp"},
"TopicName":{
"type":"string",
Expand Down

0 comments on commit 9db5306

Please sign in to comment.