From 00ff5b3f9e3bcc794198d3a60db5b5df043b42d6 Mon Sep 17 00:00:00 2001 From: aws-sdk-python-automation Date: Mon, 29 Apr 2024 18:06:23 +0000 Subject: [PATCH 1/2] Update changelog based on model updates --- .changes/next-release/api-change-amplify-76452.json | 5 +++++ .changes/next-release/api-change-connectcases-68445.json | 5 +++++ .changes/next-release/api-change-inspector2-73598.json | 5 +++++ .changes/next-release/api-change-timestreamquery-64192.json | 5 +++++ .changes/next-release/api-change-transcribe-27563.json | 5 +++++ .changes/next-release/api-change-trustedadvisor-11384.json | 5 +++++ 6 files changed, 30 insertions(+) create mode 100644 .changes/next-release/api-change-amplify-76452.json create mode 100644 .changes/next-release/api-change-connectcases-68445.json create mode 100644 .changes/next-release/api-change-inspector2-73598.json create mode 100644 .changes/next-release/api-change-timestreamquery-64192.json create mode 100644 .changes/next-release/api-change-transcribe-27563.json create mode 100644 .changes/next-release/api-change-trustedadvisor-11384.json diff --git a/.changes/next-release/api-change-amplify-76452.json b/.changes/next-release/api-change-amplify-76452.json new file mode 100644 index 000000000000..5fb360d6433d --- /dev/null +++ b/.changes/next-release/api-change-amplify-76452.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``amplify``", + "description": "Updating max results limit for listing any resources (Job, Artifacts, Branch, BackendResources, DomainAssociation) to 50 with the exception of list apps that where max results can be up to 100." +} diff --git a/.changes/next-release/api-change-connectcases-68445.json b/.changes/next-release/api-change-connectcases-68445.json new file mode 100644 index 000000000000..2010721be13b --- /dev/null +++ b/.changes/next-release/api-change-connectcases-68445.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``connectcases``", + "description": "This feature releases DeleteField, DeletedLayout, and DeleteTemplate API's" +} diff --git a/.changes/next-release/api-change-inspector2-73598.json b/.changes/next-release/api-change-inspector2-73598.json new file mode 100644 index 000000000000..b6d5802f5fad --- /dev/null +++ b/.changes/next-release/api-change-inspector2-73598.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``inspector2``", + "description": "Update Inspector2 to include new Agentless API parameters." +} diff --git a/.changes/next-release/api-change-timestreamquery-64192.json b/.changes/next-release/api-change-timestreamquery-64192.json new file mode 100644 index 000000000000..f23a82f815c6 --- /dev/null +++ b/.changes/next-release/api-change-timestreamquery-64192.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``timestream-query``", + "description": "This change allows users to update and describe account settings associated with their accounts." +} diff --git a/.changes/next-release/api-change-transcribe-27563.json b/.changes/next-release/api-change-transcribe-27563.json new file mode 100644 index 000000000000..6e44c93aee1a --- /dev/null +++ b/.changes/next-release/api-change-transcribe-27563.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``transcribe``", + "description": "This update provides error messaging for generative call summarization in Transcribe Call Analytics" +} diff --git a/.changes/next-release/api-change-trustedadvisor-11384.json b/.changes/next-release/api-change-trustedadvisor-11384.json new file mode 100644 index 000000000000..2f787c37eb39 --- /dev/null +++ b/.changes/next-release/api-change-trustedadvisor-11384.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``trustedadvisor``", + "description": "This release adds the BatchUpdateRecommendationResourceExclusion API to support batch updates of Recommendation Resource exclusion statuses and introduces a new exclusion status filter to the ListRecommendationResources and ListOrganizationRecommendationResources APIs." +} From 5c2055c50cfc87d872cf66fe227a9ee604e6ec45 Mon Sep 17 00:00:00 2001 From: aws-sdk-python-automation Date: Mon, 29 Apr 2024 18:07:27 +0000 Subject: [PATCH 2/2] Bumping version to 1.32.94 --- .changes/1.32.94.json | 32 +++++++++++++++++++ .../api-change-amplify-76452.json | 5 --- .../api-change-connectcases-68445.json | 5 --- .../api-change-inspector2-73598.json | 5 --- .../api-change-timestreamquery-64192.json | 5 --- .../api-change-transcribe-27563.json | 5 --- .../api-change-trustedadvisor-11384.json | 5 --- CHANGELOG.rst | 11 +++++++ awscli/__init__.py | 2 +- doc/source/conf.py | 2 +- setup.cfg | 2 +- setup.py | 2 +- 12 files changed, 47 insertions(+), 34 deletions(-) create mode 100644 .changes/1.32.94.json delete mode 100644 .changes/next-release/api-change-amplify-76452.json delete mode 100644 .changes/next-release/api-change-connectcases-68445.json delete mode 100644 .changes/next-release/api-change-inspector2-73598.json delete mode 100644 .changes/next-release/api-change-timestreamquery-64192.json delete mode 100644 .changes/next-release/api-change-transcribe-27563.json delete mode 100644 .changes/next-release/api-change-trustedadvisor-11384.json diff --git a/.changes/1.32.94.json b/.changes/1.32.94.json new file mode 100644 index 000000000000..375938b849a7 --- /dev/null +++ b/.changes/1.32.94.json @@ -0,0 +1,32 @@ +[ + { + "category": "``amplify``", + "description": "Updating max results limit for listing any resources (Job, Artifacts, Branch, BackendResources, DomainAssociation) to 50 with the exception of list apps that where max results can be up to 100.", + "type": "api-change" + }, + { + "category": "``connectcases``", + "description": "This feature releases DeleteField, DeletedLayout, and DeleteTemplate API's", + "type": "api-change" + }, + { + "category": "``inspector2``", + "description": "Update Inspector2 to include new Agentless API parameters.", + "type": "api-change" + }, + { + "category": "``timestream-query``", + "description": "This change allows users to update and describe account settings associated with their accounts.", + "type": "api-change" + }, + { + "category": "``transcribe``", + "description": "This update provides error messaging for generative call summarization in Transcribe Call Analytics", + "type": "api-change" + }, + { + "category": "``trustedadvisor``", + "description": "This release adds the BatchUpdateRecommendationResourceExclusion API to support batch updates of Recommendation Resource exclusion statuses and introduces a new exclusion status filter to the ListRecommendationResources and ListOrganizationRecommendationResources APIs.", + "type": "api-change" + } +] \ No newline at end of file diff --git a/.changes/next-release/api-change-amplify-76452.json b/.changes/next-release/api-change-amplify-76452.json deleted file mode 100644 index 5fb360d6433d..000000000000 --- a/.changes/next-release/api-change-amplify-76452.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``amplify``", - "description": "Updating max results limit for listing any resources (Job, Artifacts, Branch, BackendResources, DomainAssociation) to 50 with the exception of list apps that where max results can be up to 100." -} diff --git a/.changes/next-release/api-change-connectcases-68445.json b/.changes/next-release/api-change-connectcases-68445.json deleted file mode 100644 index 2010721be13b..000000000000 --- a/.changes/next-release/api-change-connectcases-68445.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``connectcases``", - "description": "This feature releases DeleteField, DeletedLayout, and DeleteTemplate API's" -} diff --git a/.changes/next-release/api-change-inspector2-73598.json b/.changes/next-release/api-change-inspector2-73598.json deleted file mode 100644 index b6d5802f5fad..000000000000 --- a/.changes/next-release/api-change-inspector2-73598.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``inspector2``", - "description": "Update Inspector2 to include new Agentless API parameters." -} diff --git a/.changes/next-release/api-change-timestreamquery-64192.json b/.changes/next-release/api-change-timestreamquery-64192.json deleted file mode 100644 index f23a82f815c6..000000000000 --- a/.changes/next-release/api-change-timestreamquery-64192.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``timestream-query``", - "description": "This change allows users to update and describe account settings associated with their accounts." -} diff --git a/.changes/next-release/api-change-transcribe-27563.json b/.changes/next-release/api-change-transcribe-27563.json deleted file mode 100644 index 6e44c93aee1a..000000000000 --- a/.changes/next-release/api-change-transcribe-27563.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``transcribe``", - "description": "This update provides error messaging for generative call summarization in Transcribe Call Analytics" -} diff --git a/.changes/next-release/api-change-trustedadvisor-11384.json b/.changes/next-release/api-change-trustedadvisor-11384.json deleted file mode 100644 index 2f787c37eb39..000000000000 --- a/.changes/next-release/api-change-trustedadvisor-11384.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``trustedadvisor``", - "description": "This release adds the BatchUpdateRecommendationResourceExclusion API to support batch updates of Recommendation Resource exclusion statuses and introduces a new exclusion status filter to the ListRecommendationResources and ListOrganizationRecommendationResources APIs." -} diff --git a/CHANGELOG.rst b/CHANGELOG.rst index d52bb2d08565..33b7079e1175 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,6 +2,17 @@ CHANGELOG ========= +1.32.94 +======= + +* api-change:``amplify``: Updating max results limit for listing any resources (Job, Artifacts, Branch, BackendResources, DomainAssociation) to 50 with the exception of list apps that where max results can be up to 100. +* api-change:``connectcases``: This feature releases DeleteField, DeletedLayout, and DeleteTemplate API's +* api-change:``inspector2``: Update Inspector2 to include new Agentless API parameters. +* api-change:``timestream-query``: This change allows users to update and describe account settings associated with their accounts. +* api-change:``transcribe``: This update provides error messaging for generative call summarization in Transcribe Call Analytics +* api-change:``trustedadvisor``: This release adds the BatchUpdateRecommendationResourceExclusion API to support batch updates of Recommendation Resource exclusion statuses and introduces a new exclusion status filter to the ListRecommendationResources and ListOrganizationRecommendationResources APIs. + + 1.32.93 ======= diff --git a/awscli/__init__.py b/awscli/__init__.py index 17ae90b55ecf..eec3770f1ce6 100644 --- a/awscli/__init__.py +++ b/awscli/__init__.py @@ -17,7 +17,7 @@ """ import os -__version__ = '1.32.93' +__version__ = '1.32.94' # # Get our data path to be added to botocore's search path diff --git a/doc/source/conf.py b/doc/source/conf.py index 0ce506396165..4fefd3d4c8e1 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -52,7 +52,7 @@ # The short X.Y version. version = '1.32.' # The full version, including alpha/beta/rc tags. -release = '1.32.93' +release = '1.32.94' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/setup.cfg b/setup.cfg index 8444831d457e..aef933646d31 100644 --- a/setup.cfg +++ b/setup.cfg @@ -3,7 +3,7 @@ universal = 0 [metadata] requires_dist = - botocore==1.34.93 + botocore==1.34.94 docutils>=0.10,<0.17 s3transfer>=0.10.0,<0.11.0 PyYAML>=3.10,<6.1 diff --git a/setup.py b/setup.py index ab46770d850d..80c5e570bcc1 100644 --- a/setup.py +++ b/setup.py @@ -24,7 +24,7 @@ def find_version(*file_paths): install_requires = [ - 'botocore==1.34.93', + 'botocore==1.34.94', 'docutils>=0.10,<0.17', 's3transfer>=0.10.0,<0.11.0', 'PyYAML>=3.10,<6.1',