From 035edc0fa58823f23d8404338a71195bb366de44 Mon Sep 17 00:00:00 2001 From: aws-sdk-python-automation Date: Wed, 6 Nov 2024 19:04:59 +0000 Subject: [PATCH 1/2] Update changelog based on model updates --- .changes/next-release/api-change-codebuild-31232.json | 5 +++++ .changes/next-release/api-change-guardduty-29399.json | 5 +++++ .changes/next-release/api-change-lakeformation-23901.json | 5 +++++ .changes/next-release/api-change-qapps-62821.json | 5 +++++ .changes/next-release/api-change-s3control-80527.json | 5 +++++ .../next-release/api-change-verifiedpermissions-96543.json | 5 +++++ 6 files changed, 30 insertions(+) create mode 100644 .changes/next-release/api-change-codebuild-31232.json create mode 100644 .changes/next-release/api-change-guardduty-29399.json create mode 100644 .changes/next-release/api-change-lakeformation-23901.json create mode 100644 .changes/next-release/api-change-qapps-62821.json create mode 100644 .changes/next-release/api-change-s3control-80527.json create mode 100644 .changes/next-release/api-change-verifiedpermissions-96543.json diff --git a/.changes/next-release/api-change-codebuild-31232.json b/.changes/next-release/api-change-codebuild-31232.json new file mode 100644 index 000000000000..2b428efbc2d0 --- /dev/null +++ b/.changes/next-release/api-change-codebuild-31232.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``codebuild``", + "description": "AWS CodeBuild now adds additional compute types for reserved capacity fleet." +} diff --git a/.changes/next-release/api-change-guardduty-29399.json b/.changes/next-release/api-change-guardduty-29399.json new file mode 100644 index 000000000000..1e9121974bc0 --- /dev/null +++ b/.changes/next-release/api-change-guardduty-29399.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``guardduty``", + "description": "GuardDuty RDS Protection expands support for Amazon Aurora PostgreSQL Limitless Databases." +} diff --git a/.changes/next-release/api-change-lakeformation-23901.json b/.changes/next-release/api-change-lakeformation-23901.json new file mode 100644 index 000000000000..30c8bacb855b --- /dev/null +++ b/.changes/next-release/api-change-lakeformation-23901.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``lakeformation``", + "description": "API changes for new named tag expressions feature." +} diff --git a/.changes/next-release/api-change-qapps-62821.json b/.changes/next-release/api-change-qapps-62821.json new file mode 100644 index 000000000000..96cc3177da28 --- /dev/null +++ b/.changes/next-release/api-change-qapps-62821.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``qapps``", + "description": "Introduces category apis in AmazonQApps. Web experience users use Categories to tag and filter library items." +} diff --git a/.changes/next-release/api-change-s3control-80527.json b/.changes/next-release/api-change-s3control-80527.json new file mode 100644 index 000000000000..b1158ad8c785 --- /dev/null +++ b/.changes/next-release/api-change-s3control-80527.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``s3control``", + "description": "Fix ListStorageLensConfigurations and ListStorageLensGroups deserialization for Smithy SDKs." +} diff --git a/.changes/next-release/api-change-verifiedpermissions-96543.json b/.changes/next-release/api-change-verifiedpermissions-96543.json new file mode 100644 index 000000000000..f63f56469cea --- /dev/null +++ b/.changes/next-release/api-change-verifiedpermissions-96543.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``verifiedpermissions``", + "description": "Adding BatchGetPolicy API which supports the retrieval of multiple policies across multiple policy stores within a single request." +} From 7399573b0fbe5278306ae7df986518bb88dfbeb4 Mon Sep 17 00:00:00 2001 From: aws-sdk-python-automation Date: Wed, 6 Nov 2024 19:06:29 +0000 Subject: [PATCH 2/2] Bumping version to 1.35.21 --- .changes/1.35.21.json | 32 +++++++++++++++++++ .../api-change-codebuild-31232.json | 5 --- .../api-change-guardduty-29399.json | 5 --- .../api-change-lakeformation-23901.json | 5 --- .../next-release/api-change-qapps-62821.json | 5 --- .../api-change-s3control-80527.json | 5 --- .../api-change-verifiedpermissions-96543.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.35.21.json delete mode 100644 .changes/next-release/api-change-codebuild-31232.json delete mode 100644 .changes/next-release/api-change-guardduty-29399.json delete mode 100644 .changes/next-release/api-change-lakeformation-23901.json delete mode 100644 .changes/next-release/api-change-qapps-62821.json delete mode 100644 .changes/next-release/api-change-s3control-80527.json delete mode 100644 .changes/next-release/api-change-verifiedpermissions-96543.json diff --git a/.changes/1.35.21.json b/.changes/1.35.21.json new file mode 100644 index 000000000000..8fa134dc0871 --- /dev/null +++ b/.changes/1.35.21.json @@ -0,0 +1,32 @@ +[ + { + "category": "``codebuild``", + "description": "AWS CodeBuild now adds additional compute types for reserved capacity fleet.", + "type": "api-change" + }, + { + "category": "``guardduty``", + "description": "GuardDuty RDS Protection expands support for Amazon Aurora PostgreSQL Limitless Databases.", + "type": "api-change" + }, + { + "category": "``lakeformation``", + "description": "API changes for new named tag expressions feature.", + "type": "api-change" + }, + { + "category": "``qapps``", + "description": "Introduces category apis in AmazonQApps. Web experience users use Categories to tag and filter library items.", + "type": "api-change" + }, + { + "category": "``s3control``", + "description": "Fix ListStorageLensConfigurations and ListStorageLensGroups deserialization for Smithy SDKs.", + "type": "api-change" + }, + { + "category": "``verifiedpermissions``", + "description": "Adding BatchGetPolicy API which supports the retrieval of multiple policies across multiple policy stores within a single request.", + "type": "api-change" + } +] \ No newline at end of file diff --git a/.changes/next-release/api-change-codebuild-31232.json b/.changes/next-release/api-change-codebuild-31232.json deleted file mode 100644 index 2b428efbc2d0..000000000000 --- a/.changes/next-release/api-change-codebuild-31232.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``codebuild``", - "description": "AWS CodeBuild now adds additional compute types for reserved capacity fleet." -} diff --git a/.changes/next-release/api-change-guardduty-29399.json b/.changes/next-release/api-change-guardduty-29399.json deleted file mode 100644 index 1e9121974bc0..000000000000 --- a/.changes/next-release/api-change-guardduty-29399.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``guardduty``", - "description": "GuardDuty RDS Protection expands support for Amazon Aurora PostgreSQL Limitless Databases." -} diff --git a/.changes/next-release/api-change-lakeformation-23901.json b/.changes/next-release/api-change-lakeformation-23901.json deleted file mode 100644 index 30c8bacb855b..000000000000 --- a/.changes/next-release/api-change-lakeformation-23901.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``lakeformation``", - "description": "API changes for new named tag expressions feature." -} diff --git a/.changes/next-release/api-change-qapps-62821.json b/.changes/next-release/api-change-qapps-62821.json deleted file mode 100644 index 96cc3177da28..000000000000 --- a/.changes/next-release/api-change-qapps-62821.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``qapps``", - "description": "Introduces category apis in AmazonQApps. Web experience users use Categories to tag and filter library items." -} diff --git a/.changes/next-release/api-change-s3control-80527.json b/.changes/next-release/api-change-s3control-80527.json deleted file mode 100644 index b1158ad8c785..000000000000 --- a/.changes/next-release/api-change-s3control-80527.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``s3control``", - "description": "Fix ListStorageLensConfigurations and ListStorageLensGroups deserialization for Smithy SDKs." -} diff --git a/.changes/next-release/api-change-verifiedpermissions-96543.json b/.changes/next-release/api-change-verifiedpermissions-96543.json deleted file mode 100644 index f63f56469cea..000000000000 --- a/.changes/next-release/api-change-verifiedpermissions-96543.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``verifiedpermissions``", - "description": "Adding BatchGetPolicy API which supports the retrieval of multiple policies across multiple policy stores within a single request." -} diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 4c5bcf93ba73..b9a3bbf7703f 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,6 +2,17 @@ CHANGELOG ========= +1.35.21 +======= + +* api-change:``codebuild``: AWS CodeBuild now adds additional compute types for reserved capacity fleet. +* api-change:``guardduty``: GuardDuty RDS Protection expands support for Amazon Aurora PostgreSQL Limitless Databases. +* api-change:``lakeformation``: API changes for new named tag expressions feature. +* api-change:``qapps``: Introduces category apis in AmazonQApps. Web experience users use Categories to tag and filter library items. +* api-change:``s3control``: Fix ListStorageLensConfigurations and ListStorageLensGroups deserialization for Smithy SDKs. +* api-change:``verifiedpermissions``: Adding BatchGetPolicy API which supports the retrieval of multiple policies across multiple policy stores within a single request. + + 1.35.20 ======= diff --git a/awscli/__init__.py b/awscli/__init__.py index b2a794767b48..c90a8ae29bde 100644 --- a/awscli/__init__.py +++ b/awscli/__init__.py @@ -18,7 +18,7 @@ import os -__version__ = '1.35.20' +__version__ = '1.35.21' # # 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 3b74bea71d5c..394c72d9a578 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -52,7 +52,7 @@ # The short X.Y version. version = '1.35.' # The full version, including alpha/beta/rc tags. -release = '1.35.20' +release = '1.35.21' # 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 cab40a81fa76..4c68ab7a74a3 100644 --- a/setup.cfg +++ b/setup.cfg @@ -3,7 +3,7 @@ universal = 0 [metadata] requires_dist = - botocore==1.35.54 + botocore==1.35.55 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 9a27ee15cdea..164a21fb5506 100644 --- a/setup.py +++ b/setup.py @@ -24,7 +24,7 @@ def find_version(*file_paths): install_requires = [ - 'botocore==1.35.54', + 'botocore==1.35.55', 'docutils>=0.10,<0.17', 's3transfer>=0.10.0,<0.11.0', 'PyYAML>=3.10,<6.1',