From 8723785f2953cc8bff7f529437ddafbc99817de5 Mon Sep 17 00:00:00 2001 From: aws-sdk-python-automation Date: Thu, 1 Aug 2024 18:13:55 +0000 Subject: [PATCH 1/2] Add changelog entries from botocore --- .changes/next-release/api-change-bedrock-84425.json | 5 +++++ .changes/next-release/api-change-controlcatalog-88334.json | 5 +++++ .changes/next-release/api-change-controltower-90207.json | 5 +++++ .changes/next-release/api-change-iam-84193.json | 5 +++++ .changes/next-release/api-change-memorydb-76167.json | 5 +++++ .changes/next-release/api-change-rds-7056.json | 5 +++++ .changes/next-release/api-change-sagemaker-14788.json | 5 +++++ .changes/next-release/api-change-ssmquicksetup-86931.json | 5 +++++ .changes/next-release/api-change-support-62077.json | 5 +++++ 9 files changed, 45 insertions(+) create mode 100644 .changes/next-release/api-change-bedrock-84425.json create mode 100644 .changes/next-release/api-change-controlcatalog-88334.json create mode 100644 .changes/next-release/api-change-controltower-90207.json create mode 100644 .changes/next-release/api-change-iam-84193.json create mode 100644 .changes/next-release/api-change-memorydb-76167.json create mode 100644 .changes/next-release/api-change-rds-7056.json create mode 100644 .changes/next-release/api-change-sagemaker-14788.json create mode 100644 .changes/next-release/api-change-ssmquicksetup-86931.json create mode 100644 .changes/next-release/api-change-support-62077.json diff --git a/.changes/next-release/api-change-bedrock-84425.json b/.changes/next-release/api-change-bedrock-84425.json new file mode 100644 index 0000000000..a60745f531 --- /dev/null +++ b/.changes/next-release/api-change-bedrock-84425.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``bedrock``", + "description": "[``botocore``] API and Documentation for Bedrock Model Copy feature. This feature lets you share and copy a custom model from one region to another or one account to another." +} diff --git a/.changes/next-release/api-change-controlcatalog-88334.json b/.changes/next-release/api-change-controlcatalog-88334.json new file mode 100644 index 0000000000..92083bc899 --- /dev/null +++ b/.changes/next-release/api-change-controlcatalog-88334.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``controlcatalog``", + "description": "[``botocore``] AWS Control Tower provides two new public APIs controlcatalog:ListControls and controlcatalog:GetControl under controlcatalog service namespace, which enable customers to programmatically retrieve control metadata of available controls." +} diff --git a/.changes/next-release/api-change-controltower-90207.json b/.changes/next-release/api-change-controltower-90207.json new file mode 100644 index 0000000000..17cca7c7db --- /dev/null +++ b/.changes/next-release/api-change-controltower-90207.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``controltower``", + "description": "[``botocore``] Updated Control Tower service documentation for controlcatalog control ARN support with existing Control Tower public APIs" +} diff --git a/.changes/next-release/api-change-iam-84193.json b/.changes/next-release/api-change-iam-84193.json new file mode 100644 index 0000000000..b9bcf1575b --- /dev/null +++ b/.changes/next-release/api-change-iam-84193.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``iam``", + "description": "[``botocore``] Add v2 smoke tests and smithy smokeTests trait for SDK testing." +} diff --git a/.changes/next-release/api-change-memorydb-76167.json b/.changes/next-release/api-change-memorydb-76167.json new file mode 100644 index 0000000000..ea47474718 --- /dev/null +++ b/.changes/next-release/api-change-memorydb-76167.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``memorydb``", + "description": "[``botocore``] Doc only update for changes to deletion API." +} diff --git a/.changes/next-release/api-change-rds-7056.json b/.changes/next-release/api-change-rds-7056.json new file mode 100644 index 0000000000..b101a16061 --- /dev/null +++ b/.changes/next-release/api-change-rds-7056.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``rds``", + "description": "[``botocore``] This release adds support for specifying optional MinACU parameter in CreateDBShardGroup and ModifyDBShardGroup API. DBShardGroup response will contain MinACU if specified." +} diff --git a/.changes/next-release/api-change-sagemaker-14788.json b/.changes/next-release/api-change-sagemaker-14788.json new file mode 100644 index 0000000000..3989a8a7e4 --- /dev/null +++ b/.changes/next-release/api-change-sagemaker-14788.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``sagemaker``", + "description": "[``botocore``] This release adds support for Amazon EMR Serverless applications in SageMaker Studio for running data processing jobs." +} diff --git a/.changes/next-release/api-change-ssmquicksetup-86931.json b/.changes/next-release/api-change-ssmquicksetup-86931.json new file mode 100644 index 0000000000..13381bc3fa --- /dev/null +++ b/.changes/next-release/api-change-ssmquicksetup-86931.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``ssm-quicksetup``", + "description": "[``botocore``] This release adds API support for the QuickSetup feature of AWS Systems Manager" +} diff --git a/.changes/next-release/api-change-support-62077.json b/.changes/next-release/api-change-support-62077.json new file mode 100644 index 0000000000..a42e8f9265 --- /dev/null +++ b/.changes/next-release/api-change-support-62077.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``support``", + "description": "[``botocore``] Doc only updates to CaseDetails" +} From be5b965f07015adffa7c1d6634874402a868a473 Mon Sep 17 00:00:00 2001 From: aws-sdk-python-automation Date: Thu, 1 Aug 2024 18:14:18 +0000 Subject: [PATCH 2/2] Bumping version to 1.34.152 --- .changes/1.34.152.json | 47 +++++++++++++++++++ .../api-change-bedrock-84425.json | 5 -- .../api-change-controlcatalog-88334.json | 5 -- .../api-change-controltower-90207.json | 5 -- .../next-release/api-change-iam-84193.json | 5 -- .../api-change-memorydb-76167.json | 5 -- .../next-release/api-change-rds-7056.json | 5 -- .../api-change-sagemaker-14788.json | 5 -- .../api-change-ssmquicksetup-86931.json | 5 -- .../api-change-support-62077.json | 5 -- CHANGELOG.rst | 14 ++++++ boto3/__init__.py | 2 +- setup.cfg | 2 +- setup.py | 2 +- 14 files changed, 64 insertions(+), 48 deletions(-) create mode 100644 .changes/1.34.152.json delete mode 100644 .changes/next-release/api-change-bedrock-84425.json delete mode 100644 .changes/next-release/api-change-controlcatalog-88334.json delete mode 100644 .changes/next-release/api-change-controltower-90207.json delete mode 100644 .changes/next-release/api-change-iam-84193.json delete mode 100644 .changes/next-release/api-change-memorydb-76167.json delete mode 100644 .changes/next-release/api-change-rds-7056.json delete mode 100644 .changes/next-release/api-change-sagemaker-14788.json delete mode 100644 .changes/next-release/api-change-ssmquicksetup-86931.json delete mode 100644 .changes/next-release/api-change-support-62077.json diff --git a/.changes/1.34.152.json b/.changes/1.34.152.json new file mode 100644 index 0000000000..de933b25b6 --- /dev/null +++ b/.changes/1.34.152.json @@ -0,0 +1,47 @@ +[ + { + "category": "``bedrock``", + "description": "[``botocore``] API and Documentation for Bedrock Model Copy feature. This feature lets you share and copy a custom model from one region to another or one account to another.", + "type": "api-change" + }, + { + "category": "``controlcatalog``", + "description": "[``botocore``] AWS Control Tower provides two new public APIs controlcatalog:ListControls and controlcatalog:GetControl under controlcatalog service namespace, which enable customers to programmatically retrieve control metadata of available controls.", + "type": "api-change" + }, + { + "category": "``controltower``", + "description": "[``botocore``] Updated Control Tower service documentation for controlcatalog control ARN support with existing Control Tower public APIs", + "type": "api-change" + }, + { + "category": "``iam``", + "description": "[``botocore``] Add v2 smoke tests and smithy smokeTests trait for SDK testing.", + "type": "api-change" + }, + { + "category": "``memorydb``", + "description": "[``botocore``] Doc only update for changes to deletion API.", + "type": "api-change" + }, + { + "category": "``rds``", + "description": "[``botocore``] This release adds support for specifying optional MinACU parameter in CreateDBShardGroup and ModifyDBShardGroup API. DBShardGroup response will contain MinACU if specified.", + "type": "api-change" + }, + { + "category": "``sagemaker``", + "description": "[``botocore``] This release adds support for Amazon EMR Serverless applications in SageMaker Studio for running data processing jobs.", + "type": "api-change" + }, + { + "category": "``ssm-quicksetup``", + "description": "[``botocore``] This release adds API support for the QuickSetup feature of AWS Systems Manager", + "type": "api-change" + }, + { + "category": "``support``", + "description": "[``botocore``] Doc only updates to CaseDetails", + "type": "api-change" + } +] \ No newline at end of file diff --git a/.changes/next-release/api-change-bedrock-84425.json b/.changes/next-release/api-change-bedrock-84425.json deleted file mode 100644 index a60745f531..0000000000 --- a/.changes/next-release/api-change-bedrock-84425.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``bedrock``", - "description": "[``botocore``] API and Documentation for Bedrock Model Copy feature. This feature lets you share and copy a custom model from one region to another or one account to another." -} diff --git a/.changes/next-release/api-change-controlcatalog-88334.json b/.changes/next-release/api-change-controlcatalog-88334.json deleted file mode 100644 index 92083bc899..0000000000 --- a/.changes/next-release/api-change-controlcatalog-88334.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``controlcatalog``", - "description": "[``botocore``] AWS Control Tower provides two new public APIs controlcatalog:ListControls and controlcatalog:GetControl under controlcatalog service namespace, which enable customers to programmatically retrieve control metadata of available controls." -} diff --git a/.changes/next-release/api-change-controltower-90207.json b/.changes/next-release/api-change-controltower-90207.json deleted file mode 100644 index 17cca7c7db..0000000000 --- a/.changes/next-release/api-change-controltower-90207.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``controltower``", - "description": "[``botocore``] Updated Control Tower service documentation for controlcatalog control ARN support with existing Control Tower public APIs" -} diff --git a/.changes/next-release/api-change-iam-84193.json b/.changes/next-release/api-change-iam-84193.json deleted file mode 100644 index b9bcf1575b..0000000000 --- a/.changes/next-release/api-change-iam-84193.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``iam``", - "description": "[``botocore``] Add v2 smoke tests and smithy smokeTests trait for SDK testing." -} diff --git a/.changes/next-release/api-change-memorydb-76167.json b/.changes/next-release/api-change-memorydb-76167.json deleted file mode 100644 index ea47474718..0000000000 --- a/.changes/next-release/api-change-memorydb-76167.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``memorydb``", - "description": "[``botocore``] Doc only update for changes to deletion API." -} diff --git a/.changes/next-release/api-change-rds-7056.json b/.changes/next-release/api-change-rds-7056.json deleted file mode 100644 index b101a16061..0000000000 --- a/.changes/next-release/api-change-rds-7056.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``rds``", - "description": "[``botocore``] This release adds support for specifying optional MinACU parameter in CreateDBShardGroup and ModifyDBShardGroup API. DBShardGroup response will contain MinACU if specified." -} diff --git a/.changes/next-release/api-change-sagemaker-14788.json b/.changes/next-release/api-change-sagemaker-14788.json deleted file mode 100644 index 3989a8a7e4..0000000000 --- a/.changes/next-release/api-change-sagemaker-14788.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``sagemaker``", - "description": "[``botocore``] This release adds support for Amazon EMR Serverless applications in SageMaker Studio for running data processing jobs." -} diff --git a/.changes/next-release/api-change-ssmquicksetup-86931.json b/.changes/next-release/api-change-ssmquicksetup-86931.json deleted file mode 100644 index 13381bc3fa..0000000000 --- a/.changes/next-release/api-change-ssmquicksetup-86931.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``ssm-quicksetup``", - "description": "[``botocore``] This release adds API support for the QuickSetup feature of AWS Systems Manager" -} diff --git a/.changes/next-release/api-change-support-62077.json b/.changes/next-release/api-change-support-62077.json deleted file mode 100644 index a42e8f9265..0000000000 --- a/.changes/next-release/api-change-support-62077.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``support``", - "description": "[``botocore``] Doc only updates to CaseDetails" -} diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 91ea2cec40..856a2d99c2 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,6 +2,20 @@ CHANGELOG ========= +1.34.152 +======== + +* api-change:``bedrock``: [``botocore``] API and Documentation for Bedrock Model Copy feature. This feature lets you share and copy a custom model from one region to another or one account to another. +* api-change:``controlcatalog``: [``botocore``] AWS Control Tower provides two new public APIs controlcatalog:ListControls and controlcatalog:GetControl under controlcatalog service namespace, which enable customers to programmatically retrieve control metadata of available controls. +* api-change:``controltower``: [``botocore``] Updated Control Tower service documentation for controlcatalog control ARN support with existing Control Tower public APIs +* api-change:``iam``: [``botocore``] Add v2 smoke tests and smithy smokeTests trait for SDK testing. +* api-change:``memorydb``: [``botocore``] Doc only update for changes to deletion API. +* api-change:``rds``: [``botocore``] This release adds support for specifying optional MinACU parameter in CreateDBShardGroup and ModifyDBShardGroup API. DBShardGroup response will contain MinACU if specified. +* api-change:``sagemaker``: [``botocore``] This release adds support for Amazon EMR Serverless applications in SageMaker Studio for running data processing jobs. +* api-change:``ssm-quicksetup``: [``botocore``] This release adds API support for the QuickSetup feature of AWS Systems Manager +* api-change:``support``: [``botocore``] Doc only updates to CaseDetails + + 1.34.151 ======== diff --git a/boto3/__init__.py b/boto3/__init__.py index 32b10fa5ca..7554860150 100644 --- a/boto3/__init__.py +++ b/boto3/__init__.py @@ -17,7 +17,7 @@ from boto3.session import Session __author__ = 'Amazon Web Services' -__version__ = '1.34.151' +__version__ = '1.34.152' # The default Boto3 session; autoloaded when needed. diff --git a/setup.cfg b/setup.cfg index 7fcb493ab4..95f03c7df6 100644 --- a/setup.cfg +++ b/setup.cfg @@ -3,7 +3,7 @@ universal = 0 [metadata] requires_dist = - botocore>=1.34.151,<1.35.0 + botocore>=1.34.152,<1.35.0 jmespath>=0.7.1,<2.0.0 s3transfer>=0.10.0,<0.11.0 diff --git a/setup.py b/setup.py index b309d96986..17c6fde464 100644 --- a/setup.py +++ b/setup.py @@ -14,7 +14,7 @@ requires = [ - 'botocore>=1.34.151,<1.35.0', + 'botocore>=1.34.152,<1.35.0', 'jmespath>=0.7.1,<2.0.0', 's3transfer>=0.10.0,<0.11.0', ]