Skip to content

Commit

Permalink
Release v1.43.3 (2022-02-21) (#4287)
Browse files Browse the repository at this point in the history
Release v1.43.3 (2022-02-21)
===

### Service Client Updates
* `service/customer-profiles`: Updates service API and documentation
* `service/dynamodb`: Updates service API, documentation, waiters, paginators, and examples
  * DynamoDB ExecuteStatement API now supports Limit as a request parameter to specify the maximum number of items to evaluate. If specified, the service will process up to the Limit and the results will include a LastEvaluatedKey value to continue the read in a subsequent operation.
* `service/imagebuilder`: Updates service API and documentation
  • Loading branch information
aws-sdk-go-automation committed Feb 21, 2022
1 parent cbac39e commit bc10f38
Show file tree
Hide file tree
Showing 14 changed files with 3,128 additions and 235 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
Release v1.43.3 (2022-02-21)
===

### Service Client Updates
* `service/customer-profiles`: Updates service API and documentation
* `service/dynamodb`: Updates service API, documentation, waiters, paginators, and examples
* DynamoDB ExecuteStatement API now supports Limit as a request parameter to specify the maximum number of items to evaluate. If specified, the service will process up to the Limit and the results will include a LastEvaluatedKey value to continue the read in a subsequent operation.
* `service/imagebuilder`: Updates service API and documentation

Release v1.43.2 (2022-02-18)
===

Expand Down
3 changes: 3 additions & 0 deletions aws/endpoints/defaults.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion aws/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ package aws
const SDKName = "aws-sdk-go"

// SDKVersion is the version of this SDK
const SDKVersion = "1.43.2"
const SDKVersion = "1.43.3"

0 comments on commit bc10f38

Please sign in to comment.