From ec74e21c0bca3c93b21b66e6193d51668a04b929 Mon Sep 17 00:00:00 2001 From: aws-sdk-python-automation Date: Thu, 13 Jul 2023 18:11:18 +0000 Subject: [PATCH] Bumping version to 1.31.3 --- .changes/1.31.3.json | 67 +++++++++++++++++++ .../api-change-cognitoidp-55428.json | 5 -- .../api-change-connect-19517.json | 5 -- .../api-change-datasync-71027.json | 5 -- .../next-release/api-change-dms-96202.json | 5 -- .../next-release/api-change-ec2-55548.json | 5 -- .../next-release/api-change-fsx-65433.json | 5 -- .../next-release/api-change-iam-68934.json | 5 -- .../api-change-mediatailor-37388.json | 5 -- .../api-change-personalize-13688.json | 5 -- .../next-release/api-change-proton-22983.json | 5 -- .../next-release/api-change-s3-16612.json | 5 -- .../api-change-sagemaker-57096.json | 5 -- .../api-change-secretsmanager-13329.json | 5 -- CHANGELOG.rst | 18 +++++ botocore/__init__.py | 2 +- docs/source/conf.py | 2 +- 17 files changed, 87 insertions(+), 67 deletions(-) create mode 100644 .changes/1.31.3.json delete mode 100644 .changes/next-release/api-change-cognitoidp-55428.json delete mode 100644 .changes/next-release/api-change-connect-19517.json delete mode 100644 .changes/next-release/api-change-datasync-71027.json delete mode 100644 .changes/next-release/api-change-dms-96202.json delete mode 100644 .changes/next-release/api-change-ec2-55548.json delete mode 100644 .changes/next-release/api-change-fsx-65433.json delete mode 100644 .changes/next-release/api-change-iam-68934.json delete mode 100644 .changes/next-release/api-change-mediatailor-37388.json delete mode 100644 .changes/next-release/api-change-personalize-13688.json delete mode 100644 .changes/next-release/api-change-proton-22983.json delete mode 100644 .changes/next-release/api-change-s3-16612.json delete mode 100644 .changes/next-release/api-change-sagemaker-57096.json delete mode 100644 .changes/next-release/api-change-secretsmanager-13329.json diff --git a/.changes/1.31.3.json b/.changes/1.31.3.json new file mode 100644 index 0000000000..f91cd2961b --- /dev/null +++ b/.changes/1.31.3.json @@ -0,0 +1,67 @@ +[ + { + "category": "``cognito-idp``", + "description": "API model updated in Amazon Cognito", + "type": "api-change" + }, + { + "category": "``connect``", + "description": "Add support for deleting Queues and Routing Profiles.", + "type": "api-change" + }, + { + "category": "``datasync``", + "description": "Added LunCount to the response object of DescribeStorageSystemResourcesResponse, LunCount represents the number of LUNs on a storage system resource.", + "type": "api-change" + }, + { + "category": "``dms``", + "description": "Enhanced PostgreSQL target endpoint settings for providing Babelfish support.", + "type": "api-change" + }, + { + "category": "``ec2``", + "description": "This release adds support for the C7gn and Hpc7g instances. C7gn instances are powered by AWS Graviton3 processors and the fifth-generation AWS Nitro Cards. Hpc7g instances are powered by AWS Graviton 3E processors and provide up to 200 Gbps network bandwidth.", + "type": "api-change" + }, + { + "category": "``fsx``", + "description": "Amazon FSx for NetApp ONTAP now supports SnapLock, an ONTAP feature that enables you to protect your files in a volume by transitioning them to a write once, read many (WORM) state.", + "type": "api-change" + }, + { + "category": "``iam``", + "description": "Documentation updates for AWS Identity and Access Management (IAM).", + "type": "api-change" + }, + { + "category": "``mediatailor``", + "description": "Adds categories to MediaTailor channel assembly alerts", + "type": "api-change" + }, + { + "category": "``personalize``", + "description": "This release provides ability to customers to change schema associated with their datasets in Amazon Personalize", + "type": "api-change" + }, + { + "category": "``proton``", + "description": "This release adds support for deployment history for Proton provisioned resources", + "type": "api-change" + }, + { + "category": "``s3``", + "description": "S3 Inventory now supports Object Access Control List and Object Owner as available object metadata fields in inventory reports.", + "type": "api-change" + }, + { + "category": "``sagemaker``", + "description": "Amazon SageMaker Canvas adds WorkspeceSettings support for CanvasAppSettings", + "type": "api-change" + }, + { + "category": "``secretsmanager``", + "description": "Documentation updates for Secrets Manager", + "type": "api-change" + } +] \ No newline at end of file diff --git a/.changes/next-release/api-change-cognitoidp-55428.json b/.changes/next-release/api-change-cognitoidp-55428.json deleted file mode 100644 index 5b876af3e0..0000000000 --- a/.changes/next-release/api-change-cognitoidp-55428.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``cognito-idp``", - "description": "API model updated in Amazon Cognito" -} diff --git a/.changes/next-release/api-change-connect-19517.json b/.changes/next-release/api-change-connect-19517.json deleted file mode 100644 index 71895f7977..0000000000 --- a/.changes/next-release/api-change-connect-19517.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``connect``", - "description": "Add support for deleting Queues and Routing Profiles." -} diff --git a/.changes/next-release/api-change-datasync-71027.json b/.changes/next-release/api-change-datasync-71027.json deleted file mode 100644 index 2ab407293c..0000000000 --- a/.changes/next-release/api-change-datasync-71027.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``datasync``", - "description": "Added LunCount to the response object of DescribeStorageSystemResourcesResponse, LunCount represents the number of LUNs on a storage system resource." -} diff --git a/.changes/next-release/api-change-dms-96202.json b/.changes/next-release/api-change-dms-96202.json deleted file mode 100644 index 5f42c10f38..0000000000 --- a/.changes/next-release/api-change-dms-96202.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``dms``", - "description": "Enhanced PostgreSQL target endpoint settings for providing Babelfish support." -} diff --git a/.changes/next-release/api-change-ec2-55548.json b/.changes/next-release/api-change-ec2-55548.json deleted file mode 100644 index 8ed911b1b2..0000000000 --- a/.changes/next-release/api-change-ec2-55548.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``ec2``", - "description": "This release adds support for the C7gn and Hpc7g instances. C7gn instances are powered by AWS Graviton3 processors and the fifth-generation AWS Nitro Cards. Hpc7g instances are powered by AWS Graviton 3E processors and provide up to 200 Gbps network bandwidth." -} diff --git a/.changes/next-release/api-change-fsx-65433.json b/.changes/next-release/api-change-fsx-65433.json deleted file mode 100644 index 7780981573..0000000000 --- a/.changes/next-release/api-change-fsx-65433.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``fsx``", - "description": "Amazon FSx for NetApp ONTAP now supports SnapLock, an ONTAP feature that enables you to protect your files in a volume by transitioning them to a write once, read many (WORM) state." -} diff --git a/.changes/next-release/api-change-iam-68934.json b/.changes/next-release/api-change-iam-68934.json deleted file mode 100644 index 80e17bc1a2..0000000000 --- a/.changes/next-release/api-change-iam-68934.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``iam``", - "description": "Documentation updates for AWS Identity and Access Management (IAM)." -} diff --git a/.changes/next-release/api-change-mediatailor-37388.json b/.changes/next-release/api-change-mediatailor-37388.json deleted file mode 100644 index ff06af5f42..0000000000 --- a/.changes/next-release/api-change-mediatailor-37388.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``mediatailor``", - "description": "Adds categories to MediaTailor channel assembly alerts" -} diff --git a/.changes/next-release/api-change-personalize-13688.json b/.changes/next-release/api-change-personalize-13688.json deleted file mode 100644 index 32dde78583..0000000000 --- a/.changes/next-release/api-change-personalize-13688.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``personalize``", - "description": "This release provides ability to customers to change schema associated with their datasets in Amazon Personalize" -} diff --git a/.changes/next-release/api-change-proton-22983.json b/.changes/next-release/api-change-proton-22983.json deleted file mode 100644 index a7224f166e..0000000000 --- a/.changes/next-release/api-change-proton-22983.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``proton``", - "description": "This release adds support for deployment history for Proton provisioned resources" -} diff --git a/.changes/next-release/api-change-s3-16612.json b/.changes/next-release/api-change-s3-16612.json deleted file mode 100644 index 1d881c87f6..0000000000 --- a/.changes/next-release/api-change-s3-16612.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``s3``", - "description": "S3 Inventory now supports Object Access Control List and Object Owner as available object metadata fields in inventory reports." -} diff --git a/.changes/next-release/api-change-sagemaker-57096.json b/.changes/next-release/api-change-sagemaker-57096.json deleted file mode 100644 index a483e3384a..0000000000 --- a/.changes/next-release/api-change-sagemaker-57096.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``sagemaker``", - "description": "Amazon SageMaker Canvas adds WorkspeceSettings support for CanvasAppSettings" -} diff --git a/.changes/next-release/api-change-secretsmanager-13329.json b/.changes/next-release/api-change-secretsmanager-13329.json deleted file mode 100644 index 4cfcfab432..0000000000 --- a/.changes/next-release/api-change-secretsmanager-13329.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``secretsmanager``", - "description": "Documentation updates for Secrets Manager" -} diff --git a/CHANGELOG.rst b/CHANGELOG.rst index e7e1b9b7dc..d2b92fc999 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,6 +2,24 @@ CHANGELOG ========= +1.31.3 +====== + +* api-change:``cognito-idp``: API model updated in Amazon Cognito +* api-change:``connect``: Add support for deleting Queues and Routing Profiles. +* api-change:``datasync``: Added LunCount to the response object of DescribeStorageSystemResourcesResponse, LunCount represents the number of LUNs on a storage system resource. +* api-change:``dms``: Enhanced PostgreSQL target endpoint settings for providing Babelfish support. +* api-change:``ec2``: This release adds support for the C7gn and Hpc7g instances. C7gn instances are powered by AWS Graviton3 processors and the fifth-generation AWS Nitro Cards. Hpc7g instances are powered by AWS Graviton 3E processors and provide up to 200 Gbps network bandwidth. +* api-change:``fsx``: Amazon FSx for NetApp ONTAP now supports SnapLock, an ONTAP feature that enables you to protect your files in a volume by transitioning them to a write once, read many (WORM) state. +* api-change:``iam``: Documentation updates for AWS Identity and Access Management (IAM). +* api-change:``mediatailor``: Adds categories to MediaTailor channel assembly alerts +* api-change:``personalize``: This release provides ability to customers to change schema associated with their datasets in Amazon Personalize +* api-change:``proton``: This release adds support for deployment history for Proton provisioned resources +* api-change:``s3``: S3 Inventory now supports Object Access Control List and Object Owner as available object metadata fields in inventory reports. +* api-change:``sagemaker``: Amazon SageMaker Canvas adds WorkspeceSettings support for CanvasAppSettings +* api-change:``secretsmanager``: Documentation updates for Secrets Manager + + 1.31.2 ====== diff --git a/botocore/__init__.py b/botocore/__init__.py index dfaed08ab4..5997095905 100644 --- a/botocore/__init__.py +++ b/botocore/__init__.py @@ -16,7 +16,7 @@ import os import re -__version__ = '1.31.2' +__version__ = '1.31.3' class NullHandler(logging.Handler): diff --git a/docs/source/conf.py b/docs/source/conf.py index 676883b794..559c180550 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -59,7 +59,7 @@ # The short X.Y version. version = '1.31' # The full version, including alpha/beta/rc tags. -release = '1.31.2' +release = '1.31.3' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages.