From ee2e514393e4b21ac09aedaff15a2c962aac1982 Mon Sep 17 00:00:00 2001 From: aws-sdk-python-automation Date: Fri, 20 Oct 2023 20:07:35 +0000 Subject: [PATCH] Bumping version to 1.31.68 --- .changes/1.31.68.json | 32 +++++++++++++++++++ .../api-change-appconfig-69664.json | 5 --- .../api-change-appintegrations-27487.json | 5 --- .../next-release/api-change-connect-3341.json | 5 --- .../api-change-discovery-92277.json | 5 --- .../api-change-medicalimaging-234.json | 5 --- .../next-release/api-change-ssm-97086.json | 5 --- CHANGELOG.rst | 11 +++++++ botocore/__init__.py | 2 +- docs/source/conf.py | 2 +- 10 files changed, 45 insertions(+), 32 deletions(-) create mode 100644 .changes/1.31.68.json delete mode 100644 .changes/next-release/api-change-appconfig-69664.json delete mode 100644 .changes/next-release/api-change-appintegrations-27487.json delete mode 100644 .changes/next-release/api-change-connect-3341.json delete mode 100644 .changes/next-release/api-change-discovery-92277.json delete mode 100644 .changes/next-release/api-change-medicalimaging-234.json delete mode 100644 .changes/next-release/api-change-ssm-97086.json diff --git a/.changes/1.31.68.json b/.changes/1.31.68.json new file mode 100644 index 0000000000..79e57ed4d7 --- /dev/null +++ b/.changes/1.31.68.json @@ -0,0 +1,32 @@ +[ + { + "category": "``appconfig``", + "description": "Update KmsKeyIdentifier constraints to support AWS KMS multi-Region keys.", + "type": "api-change" + }, + { + "category": "``appintegrations``", + "description": "Updated ScheduleConfig to be an optional input to CreateDataIntegration to support event driven downloading of files from sources such as Amazon s3 using Amazon Connect AppIntegrations.", + "type": "api-change" + }, + { + "category": "``connect``", + "description": "This release adds support for updating phone number metadata, such as phone number description.", + "type": "api-change" + }, + { + "category": "``discovery``", + "description": "This release introduces three new APIs: StartBatchDeleteConfigurationTask, DescribeBatchDeleteConfigurationTask, and BatchDeleteAgents.", + "type": "api-change" + }, + { + "category": "``medical-imaging``", + "description": "Updates on documentation links", + "type": "api-change" + }, + { + "category": "``ssm``", + "description": "This release introduces a new API: DeleteOpsItem. This allows deletion of an OpsItem.", + "type": "api-change" + } +] \ No newline at end of file diff --git a/.changes/next-release/api-change-appconfig-69664.json b/.changes/next-release/api-change-appconfig-69664.json deleted file mode 100644 index e9c0c380ab..0000000000 --- a/.changes/next-release/api-change-appconfig-69664.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``appconfig``", - "description": "Update KmsKeyIdentifier constraints to support AWS KMS multi-Region keys." -} diff --git a/.changes/next-release/api-change-appintegrations-27487.json b/.changes/next-release/api-change-appintegrations-27487.json deleted file mode 100644 index 7a392e88df..0000000000 --- a/.changes/next-release/api-change-appintegrations-27487.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``appintegrations``", - "description": "Updated ScheduleConfig to be an optional input to CreateDataIntegration to support event driven downloading of files from sources such as Amazon s3 using Amazon Connect AppIntegrations." -} diff --git a/.changes/next-release/api-change-connect-3341.json b/.changes/next-release/api-change-connect-3341.json deleted file mode 100644 index ed5b50dad1..0000000000 --- a/.changes/next-release/api-change-connect-3341.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``connect``", - "description": "This release adds support for updating phone number metadata, such as phone number description." -} diff --git a/.changes/next-release/api-change-discovery-92277.json b/.changes/next-release/api-change-discovery-92277.json deleted file mode 100644 index 653273217e..0000000000 --- a/.changes/next-release/api-change-discovery-92277.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``discovery``", - "description": "This release introduces three new APIs: StartBatchDeleteConfigurationTask, DescribeBatchDeleteConfigurationTask, and BatchDeleteAgents." -} diff --git a/.changes/next-release/api-change-medicalimaging-234.json b/.changes/next-release/api-change-medicalimaging-234.json deleted file mode 100644 index 98c28dd4c9..0000000000 --- a/.changes/next-release/api-change-medicalimaging-234.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``medical-imaging``", - "description": "Updates on documentation links" -} diff --git a/.changes/next-release/api-change-ssm-97086.json b/.changes/next-release/api-change-ssm-97086.json deleted file mode 100644 index 1bd71e3dd9..0000000000 --- a/.changes/next-release/api-change-ssm-97086.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``ssm``", - "description": "This release introduces a new API: DeleteOpsItem. This allows deletion of an OpsItem." -} diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 6bccefd20a..bc5e20692a 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,6 +2,17 @@ CHANGELOG ========= +1.31.68 +======= + +* api-change:``appconfig``: Update KmsKeyIdentifier constraints to support AWS KMS multi-Region keys. +* api-change:``appintegrations``: Updated ScheduleConfig to be an optional input to CreateDataIntegration to support event driven downloading of files from sources such as Amazon s3 using Amazon Connect AppIntegrations. +* api-change:``connect``: This release adds support for updating phone number metadata, such as phone number description. +* api-change:``discovery``: This release introduces three new APIs: StartBatchDeleteConfigurationTask, DescribeBatchDeleteConfigurationTask, and BatchDeleteAgents. +* api-change:``medical-imaging``: Updates on documentation links +* api-change:``ssm``: This release introduces a new API: DeleteOpsItem. This allows deletion of an OpsItem. + + 1.31.67 ======= diff --git a/botocore/__init__.py b/botocore/__init__.py index d8e0f9988f..726b4a519e 100644 --- a/botocore/__init__.py +++ b/botocore/__init__.py @@ -16,7 +16,7 @@ import os import re -__version__ = '1.31.67' +__version__ = '1.31.68' class NullHandler(logging.Handler): diff --git a/docs/source/conf.py b/docs/source/conf.py index 664aa82493..e343330b0e 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.67' +release = '1.31.68' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages.