Skip to content

Commit

Permalink
Release v1.44.281 (2023-06-12) (#4881)
Browse files Browse the repository at this point in the history
Release v1.44.281 (2023-06-12)
===

### Service Client Updates
* `service/amplifyuibuilder`: Updates service API, documentation, and paginators
* `service/dynamodb`: Updates service API, documentation, waiters, paginators, and examples
  * Documentation updates for DynamoDB
* `service/fsx`: Updates service API and documentation
* `service/opensearch`: Updates service API and documentation
* `service/rekognition`: Updates service API, documentation, paginators, and examples
  * This release adds support for improved accuracy with user vector in Amazon Rekognition Face Search. Adds new APIs: AssociateFaces, CreateUser, DeleteUser, DisassociateFaces, ListUsers, SearchUsers, SearchUsersByImage. Also adds new face metadata that can be stored: user vector.
* `service/sagemaker`: Updates service API and documentation
  * Sagemaker Neo now supports compilation for inferentia2 (ML_INF2) and Trainium1 (ML_TRN1) as available targets. With these devices, you can run your workloads at highest performance with lowest cost. inferentia2 (ML_INF2) is available in CMH and Trainium1 (ML_TRN1) is available in IAD currently
* `service/streams.dynamodb`: Updates service documentation
  • Loading branch information
aws-sdk-go-automation committed Jun 12, 2023
1 parent 12e9c10 commit dd49704
Show file tree
Hide file tree
Showing 38 changed files with 8,634 additions and 2,559 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
Release v1.44.281 (2023-06-12)
===

### Service Client Updates
* `service/amplifyuibuilder`: Updates service API, documentation, and paginators
* `service/dynamodb`: Updates service API, documentation, waiters, paginators, and examples
* Documentation updates for DynamoDB
* `service/fsx`: Updates service API and documentation
* `service/opensearch`: Updates service API and documentation
* `service/rekognition`: Updates service API, documentation, paginators, and examples
* This release adds support for improved accuracy with user vector in Amazon Rekognition Face Search. Adds new APIs: AssociateFaces, CreateUser, DeleteUser, DisassociateFaces, ListUsers, SearchUsers, SearchUsersByImage. Also adds new face metadata that can be stored: user vector.
* `service/sagemaker`: Updates service API and documentation
* Sagemaker Neo now supports compilation for inferentia2 (ML_INF2) and Trainium1 (ML_TRN1) as available targets. With these devices, you can run your workloads at highest performance with lowest cost. inferentia2 (ML_INF2) is available in CMH and Trainium1 (ML_TRN1) is available in IAD currently
* `service/streams.dynamodb`: Updates service documentation

Release v1.44.280 (2023-06-09)
===

Expand Down
13 changes: 13 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.44.280"
const SDKVersion = "1.44.281"
Loading

0 comments on commit dd49704

Please sign in to comment.