Skip to content

Commit

Permalink
Merge branch 'release-1.29.152' into develop
Browse files Browse the repository at this point in the history
* release-1.29.152:
  Bumping version to 1.29.152
  Update to latest partitions and endpoints
  Update to latest models
  • Loading branch information
aws-sdk-python-automation committed Jun 12, 2023
2 parents a447b7a + 661b7ac commit a3c3628
Show file tree
Hide file tree
Showing 18 changed files with 2,203 additions and 1,719 deletions.
37 changes: 37 additions & 0 deletions .changes/1.29.152.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
[
{
"category": "``amplifyuibuilder``",
"description": "AWS Amplify UIBuilder is launching Codegen UI, a new feature that enables you to generate your amplify uibuilder components and forms.",
"type": "api-change"
},
{
"category": "``dynamodb``",
"description": "Documentation updates for DynamoDB",
"type": "api-change"
},
{
"category": "``dynamodbstreams``",
"description": "Update dynamodbstreams client to latest version",
"type": "api-change"
},
{
"category": "``fsx``",
"description": "Amazon FSx for NetApp ONTAP now supports joining a storage virtual machine (SVM) to Active Directory after the SVM has been created.",
"type": "api-change"
},
{
"category": "``opensearch``",
"description": "This release adds support for SkipUnavailable connection property for cross cluster search",
"type": "api-change"
},
{
"category": "``rekognition``",
"description": "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.",
"type": "api-change"
},
{
"category": "``sagemaker``",
"description": "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",
"type": "api-change"
}
]
12 changes: 12 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@
CHANGELOG
=========

1.29.152
========

* api-change:``amplifyuibuilder``: AWS Amplify UIBuilder is launching Codegen UI, a new feature that enables you to generate your amplify uibuilder components and forms.
* api-change:``dynamodb``: Documentation updates for DynamoDB
* api-change:``dynamodbstreams``: Update dynamodbstreams client to latest version
* api-change:``fsx``: Amazon FSx for NetApp ONTAP now supports joining a storage virtual machine (SVM) to Active Directory after the SVM has been created.
* api-change:``opensearch``: This release adds support for SkipUnavailable connection property for cross cluster search
* api-change:``rekognition``: 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.
* api-change:``sagemaker``: 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


1.29.151
========

Expand Down
2 changes: 1 addition & 1 deletion botocore/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
import os
import re

__version__ = '1.29.151'
__version__ = '1.29.152'


class NullHandler(logging.Handler):
Expand Down
6 changes: 6 additions & 0 deletions botocore/data/amplifyuibuilder/2021-08-11/paginators-1.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,12 @@
"output_token": "nextToken",
"limit_key": "maxResults",
"result_key": "entities"
},
"ListCodegenJobs": {
"input_token": "nextToken",
"output_token": "nextToken",
"limit_key": "maxResults",
"result_key": "entities"
}
}
}

0 comments on commit a3c3628

Please sign in to comment.