From e5d07df9b3914e7c366dc25f3ca8c7b843dadaa7 Mon Sep 17 00:00:00 2001 From: aws-sdk-python-automation Date: Tue, 18 Oct 2022 18:08:51 +0000 Subject: [PATCH 1/2] Update changelog based on model updates --- .changes/next-release/api-change-frauddetector-34483.json | 5 +++++ .changes/next-release/api-change-sagemaker-1285.json | 5 +++++ .changes/next-release/api-change-servicediscovery-67385.json | 5 +++++ .changes/next-release/api-change-sesv2-88278.json | 5 +++++ 4 files changed, 20 insertions(+) create mode 100644 .changes/next-release/api-change-frauddetector-34483.json create mode 100644 .changes/next-release/api-change-sagemaker-1285.json create mode 100644 .changes/next-release/api-change-servicediscovery-67385.json create mode 100644 .changes/next-release/api-change-sesv2-88278.json diff --git a/.changes/next-release/api-change-frauddetector-34483.json b/.changes/next-release/api-change-frauddetector-34483.json new file mode 100644 index 000000000000..95795c136280 --- /dev/null +++ b/.changes/next-release/api-change-frauddetector-34483.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``frauddetector``", + "description": "Documentation Updates for Amazon Fraud Detector" +} diff --git a/.changes/next-release/api-change-sagemaker-1285.json b/.changes/next-release/api-change-sagemaker-1285.json new file mode 100644 index 000000000000..a4672c97e08b --- /dev/null +++ b/.changes/next-release/api-change-sagemaker-1285.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``sagemaker``", + "description": "This change allows customers to enable data capturing while running a batch transform job, and configure monitoring schedule to monitoring the captured data." +} diff --git a/.changes/next-release/api-change-servicediscovery-67385.json b/.changes/next-release/api-change-servicediscovery-67385.json new file mode 100644 index 000000000000..b7cdf4028f37 --- /dev/null +++ b/.changes/next-release/api-change-servicediscovery-67385.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``servicediscovery``", + "description": "Updated the ListNamespaces API to support the NAME and HTTP_NAME filters, and the BEGINS_WITH filter condition." +} diff --git a/.changes/next-release/api-change-sesv2-88278.json b/.changes/next-release/api-change-sesv2-88278.json new file mode 100644 index 000000000000..bdbd59bcaed3 --- /dev/null +++ b/.changes/next-release/api-change-sesv2-88278.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``sesv2``", + "description": "This release allows subscribers to enable Dedicated IPs (managed) to send email via a fully managed dedicated IP experience. It also adds identities' VerificationStatus in the response of GetEmailIdentity and ListEmailIdentities APIs, and ImportJobs counts in the response of ListImportJobs API." +} From e4637ada995fae7809adbc2ac5fa5d4533ae90f2 Mon Sep 17 00:00:00 2001 From: aws-sdk-python-automation Date: Tue, 18 Oct 2022 18:08:51 +0000 Subject: [PATCH 2/2] Bumping version to 1.25.94 --- .changes/1.25.94.json | 22 +++++++++++++++++++ .../api-change-frauddetector-34483.json | 5 ----- .../api-change-sagemaker-1285.json | 5 ----- .../api-change-servicediscovery-67385.json | 5 ----- .../next-release/api-change-sesv2-88278.json | 5 ----- CHANGELOG.rst | 9 ++++++++ awscli/__init__.py | 2 +- doc/source/conf.py | 2 +- setup.cfg | 2 +- setup.py | 2 +- 10 files changed, 35 insertions(+), 24 deletions(-) create mode 100644 .changes/1.25.94.json delete mode 100644 .changes/next-release/api-change-frauddetector-34483.json delete mode 100644 .changes/next-release/api-change-sagemaker-1285.json delete mode 100644 .changes/next-release/api-change-servicediscovery-67385.json delete mode 100644 .changes/next-release/api-change-sesv2-88278.json diff --git a/.changes/1.25.94.json b/.changes/1.25.94.json new file mode 100644 index 000000000000..668047ca185e --- /dev/null +++ b/.changes/1.25.94.json @@ -0,0 +1,22 @@ +[ + { + "category": "``frauddetector``", + "description": "Documentation Updates for Amazon Fraud Detector", + "type": "api-change" + }, + { + "category": "``sagemaker``", + "description": "This change allows customers to enable data capturing while running a batch transform job, and configure monitoring schedule to monitoring the captured data.", + "type": "api-change" + }, + { + "category": "``servicediscovery``", + "description": "Updated the ListNamespaces API to support the NAME and HTTP_NAME filters, and the BEGINS_WITH filter condition.", + "type": "api-change" + }, + { + "category": "``sesv2``", + "description": "This release allows subscribers to enable Dedicated IPs (managed) to send email via a fully managed dedicated IP experience. It also adds identities' VerificationStatus in the response of GetEmailIdentity and ListEmailIdentities APIs, and ImportJobs counts in the response of ListImportJobs API.", + "type": "api-change" + } +] \ No newline at end of file diff --git a/.changes/next-release/api-change-frauddetector-34483.json b/.changes/next-release/api-change-frauddetector-34483.json deleted file mode 100644 index 95795c136280..000000000000 --- a/.changes/next-release/api-change-frauddetector-34483.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``frauddetector``", - "description": "Documentation Updates for Amazon Fraud Detector" -} diff --git a/.changes/next-release/api-change-sagemaker-1285.json b/.changes/next-release/api-change-sagemaker-1285.json deleted file mode 100644 index a4672c97e08b..000000000000 --- a/.changes/next-release/api-change-sagemaker-1285.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``sagemaker``", - "description": "This change allows customers to enable data capturing while running a batch transform job, and configure monitoring schedule to monitoring the captured data." -} diff --git a/.changes/next-release/api-change-servicediscovery-67385.json b/.changes/next-release/api-change-servicediscovery-67385.json deleted file mode 100644 index b7cdf4028f37..000000000000 --- a/.changes/next-release/api-change-servicediscovery-67385.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``servicediscovery``", - "description": "Updated the ListNamespaces API to support the NAME and HTTP_NAME filters, and the BEGINS_WITH filter condition." -} diff --git a/.changes/next-release/api-change-sesv2-88278.json b/.changes/next-release/api-change-sesv2-88278.json deleted file mode 100644 index bdbd59bcaed3..000000000000 --- a/.changes/next-release/api-change-sesv2-88278.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``sesv2``", - "description": "This release allows subscribers to enable Dedicated IPs (managed) to send email via a fully managed dedicated IP experience. It also adds identities' VerificationStatus in the response of GetEmailIdentity and ListEmailIdentities APIs, and ImportJobs counts in the response of ListImportJobs API." -} diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 9715e341aee9..23d851c46aeb 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,6 +2,15 @@ CHANGELOG ========= +1.25.94 +======= + +* api-change:``frauddetector``: Documentation Updates for Amazon Fraud Detector +* api-change:``sagemaker``: This change allows customers to enable data capturing while running a batch transform job, and configure monitoring schedule to monitoring the captured data. +* api-change:``servicediscovery``: Updated the ListNamespaces API to support the NAME and HTTP_NAME filters, and the BEGINS_WITH filter condition. +* api-change:``sesv2``: This release allows subscribers to enable Dedicated IPs (managed) to send email via a fully managed dedicated IP experience. It also adds identities' VerificationStatus in the response of GetEmailIdentity and ListEmailIdentities APIs, and ImportJobs counts in the response of ListImportJobs API. + + 1.25.93 ======= diff --git a/awscli/__init__.py b/awscli/__init__.py index 067a8b95c501..f0bd8e54016b 100644 --- a/awscli/__init__.py +++ b/awscli/__init__.py @@ -17,7 +17,7 @@ """ import os -__version__ = '1.25.93' +__version__ = '1.25.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 238017b96ff7..be2d7bde3783 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -52,7 +52,7 @@ # The short X.Y version. version = '1.25.' # The full version, including alpha/beta/rc tags. -release = '1.25.93' +release = '1.25.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 e499690ca6f2..4433533729e0 100644 --- a/setup.cfg +++ b/setup.cfg @@ -3,7 +3,7 @@ universal = 0 [metadata] requires_dist = - botocore==1.27.92 + botocore==1.27.93 docutils>=0.10,<0.17 s3transfer>=0.6.0,<0.7.0 PyYAML>=3.10,<5.5 diff --git a/setup.py b/setup.py index 914159168bd7..8ced0a394251 100644 --- a/setup.py +++ b/setup.py @@ -24,7 +24,7 @@ def find_version(*file_paths): install_requires = [ - 'botocore==1.27.92', + 'botocore==1.27.93', 'docutils>=0.10,<0.17', 's3transfer>=0.6.0,<0.7.0', 'PyYAML>=3.10,<5.5',