From 60597cd57079541b667ef804d4e78392e3b80ea0 Mon Sep 17 00:00:00 2001 From: Samuel Remis Date: Thu, 14 Dec 2023 17:07:38 -0500 Subject: [PATCH 1/3] Update Glue command arguments to not conflict with global --- awscli/customizations/argrename.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/awscli/customizations/argrename.py b/awscli/customizations/argrename.py index fb720af4490a..0ce0c6a0d8ac 100644 --- a/awscli/customizations/argrename.py +++ b/awscli/customizations/argrename.py @@ -108,6 +108,9 @@ 'ecs.execute-command.no-interactive': 'non-interactive', 'controltower.create-landing-zone.version': 'landing-zone-version', 'controltower.update-landing-zone.version': 'landing-zone-version', + 'glue.get-unfiltered-partition-metadata.region': 'resource-region', + 'glue.get-unfiltered-partitions-metadata.region': 'resource-region', + 'glue.get-unfiltered-table-metadata.region': 'resource-region', } # Same format as ARGUMENT_RENAMES, but instead of renaming the arguments, From 6728e3c38b00980f9e51e834fafa929f047c025f Mon Sep 17 00:00:00 2001 From: aws-sdk-python-automation Date: Fri, 22 Dec 2023 19:10:46 +0000 Subject: [PATCH 2/3] Update changelog based on model updates --- .changes/next-release/api-change-bedrockagent-941.json | 5 +++++ .changes/next-release/api-change-endpointrules-64521.json | 5 +++++ .changes/next-release/api-change-glue-45492.json | 5 +++++ .changes/next-release/api-change-lakeformation-4695.json | 5 +++++ .changes/next-release/api-change-mediaconnect-42893.json | 5 +++++ .changes/next-release/api-change-networkmonitor-44756.json | 5 +++++ .changes/next-release/api-change-omics-63050.json | 5 +++++ .changes/next-release/api-change-secretsmanager-78085.json | 5 +++++ 8 files changed, 40 insertions(+) create mode 100644 .changes/next-release/api-change-bedrockagent-941.json create mode 100644 .changes/next-release/api-change-endpointrules-64521.json create mode 100644 .changes/next-release/api-change-glue-45492.json create mode 100644 .changes/next-release/api-change-lakeformation-4695.json create mode 100644 .changes/next-release/api-change-mediaconnect-42893.json create mode 100644 .changes/next-release/api-change-networkmonitor-44756.json create mode 100644 .changes/next-release/api-change-omics-63050.json create mode 100644 .changes/next-release/api-change-secretsmanager-78085.json diff --git a/.changes/next-release/api-change-bedrockagent-941.json b/.changes/next-release/api-change-bedrockagent-941.json new file mode 100644 index 000000000000..07f3d7afa4bb --- /dev/null +++ b/.changes/next-release/api-change-bedrockagent-941.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``bedrock-agent``", + "description": "Adding Claude 2.1 support to Bedrock Agents" +} diff --git a/.changes/next-release/api-change-endpointrules-64521.json b/.changes/next-release/api-change-endpointrules-64521.json new file mode 100644 index 000000000000..dd11872bcff4 --- /dev/null +++ b/.changes/next-release/api-change-endpointrules-64521.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``endpoint-rules``", + "description": "Update endpoint-rules command to latest version" +} diff --git a/.changes/next-release/api-change-glue-45492.json b/.changes/next-release/api-change-glue-45492.json new file mode 100644 index 000000000000..e2dbb9e3e153 --- /dev/null +++ b/.changes/next-release/api-change-glue-45492.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``glue``", + "description": "This release adds additional configurations for Query Session Context on the following APIs: GetUnfilteredTableMetadata, GetUnfilteredPartitionMetadata, GetUnfilteredPartitionsMetadata." +} diff --git a/.changes/next-release/api-change-lakeformation-4695.json b/.changes/next-release/api-change-lakeformation-4695.json new file mode 100644 index 000000000000..30b174e7ebb5 --- /dev/null +++ b/.changes/next-release/api-change-lakeformation-4695.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``lakeformation``", + "description": "This release adds additional configurations on GetTemporaryGlueTableCredentials for Query Session Context." +} diff --git a/.changes/next-release/api-change-mediaconnect-42893.json b/.changes/next-release/api-change-mediaconnect-42893.json new file mode 100644 index 000000000000..95232a21f7c1 --- /dev/null +++ b/.changes/next-release/api-change-mediaconnect-42893.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``mediaconnect``", + "description": "This release adds the DescribeSourceMetadata API. This API can be used to view the stream information of the flow's source." +} diff --git a/.changes/next-release/api-change-networkmonitor-44756.json b/.changes/next-release/api-change-networkmonitor-44756.json new file mode 100644 index 000000000000..10483c170179 --- /dev/null +++ b/.changes/next-release/api-change-networkmonitor-44756.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``networkmonitor``", + "description": "CloudWatch Network Monitor is a new service within CloudWatch that will help network administrators and operators continuously monitor network performance metrics such as round-trip-time and packet loss between their AWS-hosted applications and their on-premises locations." +} diff --git a/.changes/next-release/api-change-omics-63050.json b/.changes/next-release/api-change-omics-63050.json new file mode 100644 index 000000000000..fab80f8eefc0 --- /dev/null +++ b/.changes/next-release/api-change-omics-63050.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``omics``", + "description": "Provides minor corrections and an updated description of APIs." +} diff --git a/.changes/next-release/api-change-secretsmanager-78085.json b/.changes/next-release/api-change-secretsmanager-78085.json new file mode 100644 index 000000000000..6e4ef3abd272 --- /dev/null +++ b/.changes/next-release/api-change-secretsmanager-78085.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``secretsmanager``", + "description": "Update endpoint rules and examples." +} From ba9ec61218187c6f309261630180e1778231a0a0 Mon Sep 17 00:00:00 2001 From: aws-sdk-python-automation Date: Fri, 22 Dec 2023 19:10:46 +0000 Subject: [PATCH 3/3] Bumping version to 1.32.7 --- .changes/1.32.7.json | 42 +++++++++++++++++++ .../api-change-bedrockagent-941.json | 5 --- .../api-change-endpointrules-64521.json | 5 --- .../next-release/api-change-glue-45492.json | 5 --- .../api-change-lakeformation-4695.json | 5 --- .../api-change-mediaconnect-42893.json | 5 --- .../api-change-networkmonitor-44756.json | 5 --- .../next-release/api-change-omics-63050.json | 5 --- .../api-change-secretsmanager-78085.json | 5 --- CHANGELOG.rst | 13 ++++++ awscli/__init__.py | 2 +- doc/source/conf.py | 2 +- setup.cfg | 2 +- setup.py | 2 +- 14 files changed, 59 insertions(+), 44 deletions(-) create mode 100644 .changes/1.32.7.json delete mode 100644 .changes/next-release/api-change-bedrockagent-941.json delete mode 100644 .changes/next-release/api-change-endpointrules-64521.json delete mode 100644 .changes/next-release/api-change-glue-45492.json delete mode 100644 .changes/next-release/api-change-lakeformation-4695.json delete mode 100644 .changes/next-release/api-change-mediaconnect-42893.json delete mode 100644 .changes/next-release/api-change-networkmonitor-44756.json delete mode 100644 .changes/next-release/api-change-omics-63050.json delete mode 100644 .changes/next-release/api-change-secretsmanager-78085.json diff --git a/.changes/1.32.7.json b/.changes/1.32.7.json new file mode 100644 index 000000000000..dcbaa56c4871 --- /dev/null +++ b/.changes/1.32.7.json @@ -0,0 +1,42 @@ +[ + { + "category": "``bedrock-agent``", + "description": "Adding Claude 2.1 support to Bedrock Agents", + "type": "api-change" + }, + { + "category": "``endpoint-rules``", + "description": "Update endpoint-rules command to latest version", + "type": "api-change" + }, + { + "category": "``glue``", + "description": "This release adds additional configurations for Query Session Context on the following APIs: GetUnfilteredTableMetadata, GetUnfilteredPartitionMetadata, GetUnfilteredPartitionsMetadata.", + "type": "api-change" + }, + { + "category": "``lakeformation``", + "description": "This release adds additional configurations on GetTemporaryGlueTableCredentials for Query Session Context.", + "type": "api-change" + }, + { + "category": "``mediaconnect``", + "description": "This release adds the DescribeSourceMetadata API. This API can be used to view the stream information of the flow's source.", + "type": "api-change" + }, + { + "category": "``networkmonitor``", + "description": "CloudWatch Network Monitor is a new service within CloudWatch that will help network administrators and operators continuously monitor network performance metrics such as round-trip-time and packet loss between their AWS-hosted applications and their on-premises locations.", + "type": "api-change" + }, + { + "category": "``omics``", + "description": "Provides minor corrections and an updated description of APIs.", + "type": "api-change" + }, + { + "category": "``secretsmanager``", + "description": "Update endpoint rules and examples.", + "type": "api-change" + } +] \ No newline at end of file diff --git a/.changes/next-release/api-change-bedrockagent-941.json b/.changes/next-release/api-change-bedrockagent-941.json deleted file mode 100644 index 07f3d7afa4bb..000000000000 --- a/.changes/next-release/api-change-bedrockagent-941.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``bedrock-agent``", - "description": "Adding Claude 2.1 support to Bedrock Agents" -} diff --git a/.changes/next-release/api-change-endpointrules-64521.json b/.changes/next-release/api-change-endpointrules-64521.json deleted file mode 100644 index dd11872bcff4..000000000000 --- a/.changes/next-release/api-change-endpointrules-64521.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``endpoint-rules``", - "description": "Update endpoint-rules command to latest version" -} diff --git a/.changes/next-release/api-change-glue-45492.json b/.changes/next-release/api-change-glue-45492.json deleted file mode 100644 index e2dbb9e3e153..000000000000 --- a/.changes/next-release/api-change-glue-45492.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``glue``", - "description": "This release adds additional configurations for Query Session Context on the following APIs: GetUnfilteredTableMetadata, GetUnfilteredPartitionMetadata, GetUnfilteredPartitionsMetadata." -} diff --git a/.changes/next-release/api-change-lakeformation-4695.json b/.changes/next-release/api-change-lakeformation-4695.json deleted file mode 100644 index 30b174e7ebb5..000000000000 --- a/.changes/next-release/api-change-lakeformation-4695.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``lakeformation``", - "description": "This release adds additional configurations on GetTemporaryGlueTableCredentials for Query Session Context." -} diff --git a/.changes/next-release/api-change-mediaconnect-42893.json b/.changes/next-release/api-change-mediaconnect-42893.json deleted file mode 100644 index 95232a21f7c1..000000000000 --- a/.changes/next-release/api-change-mediaconnect-42893.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``mediaconnect``", - "description": "This release adds the DescribeSourceMetadata API. This API can be used to view the stream information of the flow's source." -} diff --git a/.changes/next-release/api-change-networkmonitor-44756.json b/.changes/next-release/api-change-networkmonitor-44756.json deleted file mode 100644 index 10483c170179..000000000000 --- a/.changes/next-release/api-change-networkmonitor-44756.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``networkmonitor``", - "description": "CloudWatch Network Monitor is a new service within CloudWatch that will help network administrators and operators continuously monitor network performance metrics such as round-trip-time and packet loss between their AWS-hosted applications and their on-premises locations." -} diff --git a/.changes/next-release/api-change-omics-63050.json b/.changes/next-release/api-change-omics-63050.json deleted file mode 100644 index fab80f8eefc0..000000000000 --- a/.changes/next-release/api-change-omics-63050.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``omics``", - "description": "Provides minor corrections and an updated description of APIs." -} diff --git a/.changes/next-release/api-change-secretsmanager-78085.json b/.changes/next-release/api-change-secretsmanager-78085.json deleted file mode 100644 index 6e4ef3abd272..000000000000 --- a/.changes/next-release/api-change-secretsmanager-78085.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``secretsmanager``", - "description": "Update endpoint rules and examples." -} diff --git a/CHANGELOG.rst b/CHANGELOG.rst index b298bf37b710..7deb588420a5 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,6 +2,19 @@ CHANGELOG ========= +1.32.7 +====== + +* api-change:``bedrock-agent``: Adding Claude 2.1 support to Bedrock Agents +* api-change:``endpoint-rules``: Update endpoint-rules command to latest version +* api-change:``glue``: This release adds additional configurations for Query Session Context on the following APIs: GetUnfilteredTableMetadata, GetUnfilteredPartitionMetadata, GetUnfilteredPartitionsMetadata. +* api-change:``lakeformation``: This release adds additional configurations on GetTemporaryGlueTableCredentials for Query Session Context. +* api-change:``mediaconnect``: This release adds the DescribeSourceMetadata API. This API can be used to view the stream information of the flow's source. +* api-change:``networkmonitor``: CloudWatch Network Monitor is a new service within CloudWatch that will help network administrators and operators continuously monitor network performance metrics such as round-trip-time and packet loss between their AWS-hosted applications and their on-premises locations. +* api-change:``omics``: Provides minor corrections and an updated description of APIs. +* api-change:``secretsmanager``: Update endpoint rules and examples. + + 1.32.6 ====== diff --git a/awscli/__init__.py b/awscli/__init__.py index fcbfe77a98a5..bdef79270aac 100644 --- a/awscli/__init__.py +++ b/awscli/__init__.py @@ -17,7 +17,7 @@ """ import os -__version__ = '1.32.6' +__version__ = '1.32.7' # # 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 71b02cb22951..3b9e063b9602 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.6' +release = '1.32.7' # 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 8153110bd160..c187f1847bf3 100644 --- a/setup.cfg +++ b/setup.cfg @@ -3,7 +3,7 @@ universal = 0 [metadata] requires_dist = - botocore==1.34.6 + botocore==1.34.7 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 59e96f5cbde5..296aa3debab7 100644 --- a/setup.py +++ b/setup.py @@ -24,7 +24,7 @@ def find_version(*file_paths): install_requires = [ - 'botocore==1.34.6', + 'botocore==1.34.7', 'docutils>=0.10,<0.17', 's3transfer>=0.10.0,<0.11.0', 'PyYAML>=3.10,<6.1',