From f4ab0028095dc5a202fb34e3fd6ea551dd4357c8 Mon Sep 17 00:00:00 2001 From: aws-sdk-python-automation Date: Thu, 15 Feb 2024 19:13:12 +0000 Subject: [PATCH] Bumping version to 1.32.43 --- .changes/1.32.43.json | 52 +++++++++++++++++++ .../api-change-artifact-88090.json | 5 -- .../api-change-codepipeline-34490.json | 5 -- .../api-change-detective-21402.json | 5 -- .../api-change-endpointrules-15134.json | 5 -- .../api-change-guardduty-12077.json | 5 -- .../api-change-healthlake-40912.json | 5 -- .../api-change-opensearch-66285.json | 5 -- .../next-release/api-change-polly-78858.json | 5 -- .../api-change-sagemaker-80812.json | 5 -- .../api-change-secretsmanager-9168.json | 5 -- CHANGELOG.rst | 15 ++++++ awscli/__init__.py | 2 +- doc/source/conf.py | 2 +- setup.cfg | 2 +- setup.py | 2 +- 16 files changed, 71 insertions(+), 54 deletions(-) create mode 100644 .changes/1.32.43.json delete mode 100644 .changes/next-release/api-change-artifact-88090.json delete mode 100644 .changes/next-release/api-change-codepipeline-34490.json delete mode 100644 .changes/next-release/api-change-detective-21402.json delete mode 100644 .changes/next-release/api-change-endpointrules-15134.json delete mode 100644 .changes/next-release/api-change-guardduty-12077.json delete mode 100644 .changes/next-release/api-change-healthlake-40912.json delete mode 100644 .changes/next-release/api-change-opensearch-66285.json delete mode 100644 .changes/next-release/api-change-polly-78858.json delete mode 100644 .changes/next-release/api-change-sagemaker-80812.json delete mode 100644 .changes/next-release/api-change-secretsmanager-9168.json diff --git a/.changes/1.32.43.json b/.changes/1.32.43.json new file mode 100644 index 000000000000..deab1e863228 --- /dev/null +++ b/.changes/1.32.43.json @@ -0,0 +1,52 @@ +[ + { + "category": "``artifact``", + "description": "This is the initial SDK release for AWS Artifact. AWS Artifact provides on-demand access to compliance and third-party compliance reports. This release includes access to List and Get reports, along with their metadata. This release also includes access to AWS Artifact notifications settings.", + "type": "api-change" + }, + { + "category": "``codepipeline``", + "description": "Add ability to override timeout on action level.", + "type": "api-change" + }, + { + "category": "``detective``", + "description": "Doc only updates for content enhancement", + "type": "api-change" + }, + { + "category": "``guardduty``", + "description": "Marked fields IpAddressV4, PrivateIpAddress, Email as Sensitive.", + "type": "api-change" + }, + { + "category": "``healthlake``", + "description": "This release adds a new response parameter, JobProgressReport, to the DescribeFHIRImportJob and ListFHIRImportJobs API operation. JobProgressReport provides details on the progress of the import job on the server.", + "type": "api-change" + }, + { + "category": "``opensearch``", + "description": "Adds additional supported instance types.", + "type": "api-change" + }, + { + "category": "``polly``", + "description": "Amazon Polly adds 1 new voice - Burcu (tr-TR)", + "type": "api-change" + }, + { + "category": "``sagemaker``", + "description": "This release adds a new API UpdateClusterSoftware for SageMaker HyperPod. This API allows users to patch HyperPod clusters with latest platform softwares.", + "type": "api-change" + }, + { + "category": "``secretsmanager``", + "description": "Doc only update for Secrets Manager", + "type": "api-change" + }, + { + "category": "``endpoint-rules``", + "description": "Update endpoint-rules command to latest version", + "type": "api-change" + } +] \ No newline at end of file diff --git a/.changes/next-release/api-change-artifact-88090.json b/.changes/next-release/api-change-artifact-88090.json deleted file mode 100644 index 5ca894623fc5..000000000000 --- a/.changes/next-release/api-change-artifact-88090.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``artifact``", - "description": "This is the initial SDK release for AWS Artifact. AWS Artifact provides on-demand access to compliance and third-party compliance reports. This release includes access to List and Get reports, along with their metadata. This release also includes access to AWS Artifact notifications settings." -} diff --git a/.changes/next-release/api-change-codepipeline-34490.json b/.changes/next-release/api-change-codepipeline-34490.json deleted file mode 100644 index 579e0d6419fc..000000000000 --- a/.changes/next-release/api-change-codepipeline-34490.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``codepipeline``", - "description": "Add ability to override timeout on action level." -} diff --git a/.changes/next-release/api-change-detective-21402.json b/.changes/next-release/api-change-detective-21402.json deleted file mode 100644 index b78077a235bc..000000000000 --- a/.changes/next-release/api-change-detective-21402.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``detective``", - "description": "Doc only updates for content enhancement" -} diff --git a/.changes/next-release/api-change-endpointrules-15134.json b/.changes/next-release/api-change-endpointrules-15134.json deleted file mode 100644 index dd11872bcff4..000000000000 --- a/.changes/next-release/api-change-endpointrules-15134.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-guardduty-12077.json b/.changes/next-release/api-change-guardduty-12077.json deleted file mode 100644 index dad88e12b15d..000000000000 --- a/.changes/next-release/api-change-guardduty-12077.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``guardduty``", - "description": "Marked fields IpAddressV4, PrivateIpAddress, Email as Sensitive." -} diff --git a/.changes/next-release/api-change-healthlake-40912.json b/.changes/next-release/api-change-healthlake-40912.json deleted file mode 100644 index c90de5763889..000000000000 --- a/.changes/next-release/api-change-healthlake-40912.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``healthlake``", - "description": "This release adds a new response parameter, JobProgressReport, to the DescribeFHIRImportJob and ListFHIRImportJobs API operation. JobProgressReport provides details on the progress of the import job on the server." -} diff --git a/.changes/next-release/api-change-opensearch-66285.json b/.changes/next-release/api-change-opensearch-66285.json deleted file mode 100644 index e2b09099c5bc..000000000000 --- a/.changes/next-release/api-change-opensearch-66285.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``opensearch``", - "description": "Adds additional supported instance types." -} diff --git a/.changes/next-release/api-change-polly-78858.json b/.changes/next-release/api-change-polly-78858.json deleted file mode 100644 index dfb27b0f2da2..000000000000 --- a/.changes/next-release/api-change-polly-78858.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``polly``", - "description": "Amazon Polly adds 1 new voice - Burcu (tr-TR)" -} diff --git a/.changes/next-release/api-change-sagemaker-80812.json b/.changes/next-release/api-change-sagemaker-80812.json deleted file mode 100644 index 06afdf32e2f6..000000000000 --- a/.changes/next-release/api-change-sagemaker-80812.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``sagemaker``", - "description": "This release adds a new API UpdateClusterSoftware for SageMaker HyperPod. This API allows users to patch HyperPod clusters with latest platform softwares." -} diff --git a/.changes/next-release/api-change-secretsmanager-9168.json b/.changes/next-release/api-change-secretsmanager-9168.json deleted file mode 100644 index 32e0eb5f7ceb..000000000000 --- a/.changes/next-release/api-change-secretsmanager-9168.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``secretsmanager``", - "description": "Doc only update for Secrets Manager" -} diff --git a/CHANGELOG.rst b/CHANGELOG.rst index e15727a644a6..d9f73e4aecd0 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,6 +2,21 @@ CHANGELOG ========= +1.32.43 +======= + +* api-change:``artifact``: This is the initial SDK release for AWS Artifact. AWS Artifact provides on-demand access to compliance and third-party compliance reports. This release includes access to List and Get reports, along with their metadata. This release also includes access to AWS Artifact notifications settings. +* api-change:``codepipeline``: Add ability to override timeout on action level. +* api-change:``detective``: Doc only updates for content enhancement +* api-change:``guardduty``: Marked fields IpAddressV4, PrivateIpAddress, Email as Sensitive. +* api-change:``healthlake``: This release adds a new response parameter, JobProgressReport, to the DescribeFHIRImportJob and ListFHIRImportJobs API operation. JobProgressReport provides details on the progress of the import job on the server. +* api-change:``opensearch``: Adds additional supported instance types. +* api-change:``polly``: Amazon Polly adds 1 new voice - Burcu (tr-TR) +* api-change:``sagemaker``: This release adds a new API UpdateClusterSoftware for SageMaker HyperPod. This API allows users to patch HyperPod clusters with latest platform softwares. +* api-change:``secretsmanager``: Doc only update for Secrets Manager +* api-change:``endpoint-rules``: Update endpoint-rules command to latest version + + 1.32.42 ======= diff --git a/awscli/__init__.py b/awscli/__init__.py index 3abc18452ec6..969a495cb438 100644 --- a/awscli/__init__.py +++ b/awscli/__init__.py @@ -17,7 +17,7 @@ """ import os -__version__ = '1.32.42' +__version__ = '1.32.43' # # 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 4a59032af923..2f493a2fb3a8 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.42' +release = '1.32.43' # 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 c4adc45ebec2..4999bd449284 100644 --- a/setup.cfg +++ b/setup.cfg @@ -3,7 +3,7 @@ universal = 0 [metadata] requires_dist = - botocore==1.34.42 + botocore==1.34.43 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 b17d42597262..f1472ee1db5b 100644 --- a/setup.py +++ b/setup.py @@ -24,7 +24,7 @@ def find_version(*file_paths): install_requires = [ - 'botocore==1.34.42', + 'botocore==1.34.43', 'docutils>=0.10,<0.17', 's3transfer>=0.10.0,<0.11.0', 'PyYAML>=3.10,<6.1',