From 7a9d54186b21f443640bf446664c04ae715f3417 Mon Sep 17 00:00:00 2001 From: aws-sdk-python-automation Date: Thu, 18 May 2023 18:09:15 +0000 Subject: [PATCH 1/2] Add changelog entries from botocore --- .changes/next-release/api-change-athena-6039.json | 5 +++++ .changes/next-release/api-change-cloudtrail-41818.json | 5 +++++ .changes/next-release/api-change-computeoptimizer-64813.json | 5 +++++ .changes/next-release/api-change-connect-85493.json | 5 +++++ .changes/next-release/api-change-ec2-40879.json | 5 +++++ .changes/next-release/api-change-ecs-27478.json | 5 +++++ .changes/next-release/api-change-mediaconvert-37135.json | 5 +++++ .changes/next-release/api-change-rds-52447.json | 5 +++++ .../next-release/api-change-sagemakergeospatial-23640.json | 5 +++++ .changes/next-release/api-change-sts-50866.json | 5 +++++ 10 files changed, 50 insertions(+) create mode 100644 .changes/next-release/api-change-athena-6039.json create mode 100644 .changes/next-release/api-change-cloudtrail-41818.json create mode 100644 .changes/next-release/api-change-computeoptimizer-64813.json create mode 100644 .changes/next-release/api-change-connect-85493.json create mode 100644 .changes/next-release/api-change-ec2-40879.json create mode 100644 .changes/next-release/api-change-ecs-27478.json create mode 100644 .changes/next-release/api-change-mediaconvert-37135.json create mode 100644 .changes/next-release/api-change-rds-52447.json create mode 100644 .changes/next-release/api-change-sagemakergeospatial-23640.json create mode 100644 .changes/next-release/api-change-sts-50866.json diff --git a/.changes/next-release/api-change-athena-6039.json b/.changes/next-release/api-change-athena-6039.json new file mode 100644 index 0000000000..19e71abe3c --- /dev/null +++ b/.changes/next-release/api-change-athena-6039.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``athena``", + "description": "[``botocore``] Removing SparkProperties from EngineConfiguration object for StartSession API call" +} diff --git a/.changes/next-release/api-change-cloudtrail-41818.json b/.changes/next-release/api-change-cloudtrail-41818.json new file mode 100644 index 0000000000..417e9c10d8 --- /dev/null +++ b/.changes/next-release/api-change-cloudtrail-41818.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``cloudtrail``", + "description": "[``botocore``] Add ConflictException to PutEventSelectors, add (Channel/EDS)ARNInvalidException to Tag APIs. These exceptions provide customers with more specific error messages instead of internal errors." +} diff --git a/.changes/next-release/api-change-computeoptimizer-64813.json b/.changes/next-release/api-change-computeoptimizer-64813.json new file mode 100644 index 0000000000..82049ccccf --- /dev/null +++ b/.changes/next-release/api-change-computeoptimizer-64813.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``compute-optimizer``", + "description": "[``botocore``] In this launch, we add support for showing integration status with external metric providers such as Instana, Datadog ...etc in GetEC2InstanceRecommendations and ExportEC2InstanceRecommendations apis" +} diff --git a/.changes/next-release/api-change-connect-85493.json b/.changes/next-release/api-change-connect-85493.json new file mode 100644 index 0000000000..271a59b900 --- /dev/null +++ b/.changes/next-release/api-change-connect-85493.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``connect``", + "description": "[``botocore``] You can programmatically create and manage prompts using APIs, for example, to extract prompts stored within Amazon Connect and add them to your Amazon S3 bucket. AWS CloudTrail, AWS CloudFormation and tagging are supported." +} diff --git a/.changes/next-release/api-change-ec2-40879.json b/.changes/next-release/api-change-ec2-40879.json new file mode 100644 index 0000000000..86157c267d --- /dev/null +++ b/.changes/next-release/api-change-ec2-40879.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``ec2``", + "description": "[``botocore``] Add support for i4g.large, i4g.xlarge, i4g.2xlarge, i4g.4xlarge, i4g.8xlarge and i4g.16xlarge instances powered by AWS Graviton2 processors that deliver up to 15% better compute performance than our other storage-optimized instances." +} diff --git a/.changes/next-release/api-change-ecs-27478.json b/.changes/next-release/api-change-ecs-27478.json new file mode 100644 index 0000000000..1b855c8b46 --- /dev/null +++ b/.changes/next-release/api-change-ecs-27478.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``ecs``", + "description": "[``botocore``] Documentation only release to address various tickets." +} diff --git a/.changes/next-release/api-change-mediaconvert-37135.json b/.changes/next-release/api-change-mediaconvert-37135.json new file mode 100644 index 0000000000..8c62bbfa9f --- /dev/null +++ b/.changes/next-release/api-change-mediaconvert-37135.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``mediaconvert``", + "description": "[``botocore``] This release introduces a new MXF Profile for XDCAM which is strictly compliant with the SMPTE RDD 9 standard and improved handling of output name modifiers." +} diff --git a/.changes/next-release/api-change-rds-52447.json b/.changes/next-release/api-change-rds-52447.json new file mode 100644 index 0000000000..fd66d26dc4 --- /dev/null +++ b/.changes/next-release/api-change-rds-52447.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``rds``", + "description": "[``botocore``] RDS documentation update for the EngineVersion parameter of ModifyDBSnapshot" +} diff --git a/.changes/next-release/api-change-sagemakergeospatial-23640.json b/.changes/next-release/api-change-sagemakergeospatial-23640.json new file mode 100644 index 0000000000..92b385b29c --- /dev/null +++ b/.changes/next-release/api-change-sagemakergeospatial-23640.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``sagemaker-geospatial``", + "description": "[``botocore``] This release makes ExecutionRoleArn a required field in the StartEarthObservationJob API." +} diff --git a/.changes/next-release/api-change-sts-50866.json b/.changes/next-release/api-change-sts-50866.json new file mode 100644 index 0000000000..ba1699b25b --- /dev/null +++ b/.changes/next-release/api-change-sts-50866.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``sts``", + "description": "[``botocore``] API updates for the AWS Security Token Service" +} From 7ae82373016c38640ca5d7988d6148746bea5375 Mon Sep 17 00:00:00 2001 From: aws-sdk-python-automation Date: Thu, 18 May 2023 18:09:24 +0000 Subject: [PATCH 2/2] Bumping version to 1.26.136 --- .changes/1.26.136.json | 52 +++++++++++++++++++ .../next-release/api-change-athena-6039.json | 5 -- .../api-change-cloudtrail-41818.json | 5 -- .../api-change-computeoptimizer-64813.json | 5 -- .../api-change-connect-85493.json | 5 -- .../next-release/api-change-ec2-40879.json | 5 -- .../next-release/api-change-ecs-27478.json | 5 -- .../api-change-mediaconvert-37135.json | 5 -- .../next-release/api-change-rds-52447.json | 5 -- .../api-change-sagemakergeospatial-23640.json | 5 -- .../next-release/api-change-sts-50866.json | 5 -- CHANGELOG.rst | 15 ++++++ boto3/__init__.py | 2 +- setup.cfg | 2 +- setup.py | 2 +- 15 files changed, 70 insertions(+), 53 deletions(-) create mode 100644 .changes/1.26.136.json delete mode 100644 .changes/next-release/api-change-athena-6039.json delete mode 100644 .changes/next-release/api-change-cloudtrail-41818.json delete mode 100644 .changes/next-release/api-change-computeoptimizer-64813.json delete mode 100644 .changes/next-release/api-change-connect-85493.json delete mode 100644 .changes/next-release/api-change-ec2-40879.json delete mode 100644 .changes/next-release/api-change-ecs-27478.json delete mode 100644 .changes/next-release/api-change-mediaconvert-37135.json delete mode 100644 .changes/next-release/api-change-rds-52447.json delete mode 100644 .changes/next-release/api-change-sagemakergeospatial-23640.json delete mode 100644 .changes/next-release/api-change-sts-50866.json diff --git a/.changes/1.26.136.json b/.changes/1.26.136.json new file mode 100644 index 0000000000..cad8b0053d --- /dev/null +++ b/.changes/1.26.136.json @@ -0,0 +1,52 @@ +[ + { + "category": "``athena``", + "description": "[``botocore``] Removing SparkProperties from EngineConfiguration object for StartSession API call", + "type": "api-change" + }, + { + "category": "``cloudtrail``", + "description": "[``botocore``] Add ConflictException to PutEventSelectors, add (Channel/EDS)ARNInvalidException to Tag APIs. These exceptions provide customers with more specific error messages instead of internal errors.", + "type": "api-change" + }, + { + "category": "``compute-optimizer``", + "description": "[``botocore``] In this launch, we add support for showing integration status with external metric providers such as Instana, Datadog ...etc in GetEC2InstanceRecommendations and ExportEC2InstanceRecommendations apis", + "type": "api-change" + }, + { + "category": "``connect``", + "description": "[``botocore``] You can programmatically create and manage prompts using APIs, for example, to extract prompts stored within Amazon Connect and add them to your Amazon S3 bucket. AWS CloudTrail, AWS CloudFormation and tagging are supported.", + "type": "api-change" + }, + { + "category": "``ec2``", + "description": "[``botocore``] Add support for i4g.large, i4g.xlarge, i4g.2xlarge, i4g.4xlarge, i4g.8xlarge and i4g.16xlarge instances powered by AWS Graviton2 processors that deliver up to 15% better compute performance than our other storage-optimized instances.", + "type": "api-change" + }, + { + "category": "``ecs``", + "description": "[``botocore``] Documentation only release to address various tickets.", + "type": "api-change" + }, + { + "category": "``mediaconvert``", + "description": "[``botocore``] This release introduces a new MXF Profile for XDCAM which is strictly compliant with the SMPTE RDD 9 standard and improved handling of output name modifiers.", + "type": "api-change" + }, + { + "category": "``rds``", + "description": "[``botocore``] RDS documentation update for the EngineVersion parameter of ModifyDBSnapshot", + "type": "api-change" + }, + { + "category": "``sagemaker-geospatial``", + "description": "[``botocore``] This release makes ExecutionRoleArn a required field in the StartEarthObservationJob API.", + "type": "api-change" + }, + { + "category": "``sts``", + "description": "[``botocore``] API updates for the AWS Security Token Service", + "type": "api-change" + } +] \ No newline at end of file diff --git a/.changes/next-release/api-change-athena-6039.json b/.changes/next-release/api-change-athena-6039.json deleted file mode 100644 index 19e71abe3c..0000000000 --- a/.changes/next-release/api-change-athena-6039.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``athena``", - "description": "[``botocore``] Removing SparkProperties from EngineConfiguration object for StartSession API call" -} diff --git a/.changes/next-release/api-change-cloudtrail-41818.json b/.changes/next-release/api-change-cloudtrail-41818.json deleted file mode 100644 index 417e9c10d8..0000000000 --- a/.changes/next-release/api-change-cloudtrail-41818.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``cloudtrail``", - "description": "[``botocore``] Add ConflictException to PutEventSelectors, add (Channel/EDS)ARNInvalidException to Tag APIs. These exceptions provide customers with more specific error messages instead of internal errors." -} diff --git a/.changes/next-release/api-change-computeoptimizer-64813.json b/.changes/next-release/api-change-computeoptimizer-64813.json deleted file mode 100644 index 82049ccccf..0000000000 --- a/.changes/next-release/api-change-computeoptimizer-64813.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``compute-optimizer``", - "description": "[``botocore``] In this launch, we add support for showing integration status with external metric providers such as Instana, Datadog ...etc in GetEC2InstanceRecommendations and ExportEC2InstanceRecommendations apis" -} diff --git a/.changes/next-release/api-change-connect-85493.json b/.changes/next-release/api-change-connect-85493.json deleted file mode 100644 index 271a59b900..0000000000 --- a/.changes/next-release/api-change-connect-85493.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``connect``", - "description": "[``botocore``] You can programmatically create and manage prompts using APIs, for example, to extract prompts stored within Amazon Connect and add them to your Amazon S3 bucket. AWS CloudTrail, AWS CloudFormation and tagging are supported." -} diff --git a/.changes/next-release/api-change-ec2-40879.json b/.changes/next-release/api-change-ec2-40879.json deleted file mode 100644 index 86157c267d..0000000000 --- a/.changes/next-release/api-change-ec2-40879.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``ec2``", - "description": "[``botocore``] Add support for i4g.large, i4g.xlarge, i4g.2xlarge, i4g.4xlarge, i4g.8xlarge and i4g.16xlarge instances powered by AWS Graviton2 processors that deliver up to 15% better compute performance than our other storage-optimized instances." -} diff --git a/.changes/next-release/api-change-ecs-27478.json b/.changes/next-release/api-change-ecs-27478.json deleted file mode 100644 index 1b855c8b46..0000000000 --- a/.changes/next-release/api-change-ecs-27478.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``ecs``", - "description": "[``botocore``] Documentation only release to address various tickets." -} diff --git a/.changes/next-release/api-change-mediaconvert-37135.json b/.changes/next-release/api-change-mediaconvert-37135.json deleted file mode 100644 index 8c62bbfa9f..0000000000 --- a/.changes/next-release/api-change-mediaconvert-37135.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``mediaconvert``", - "description": "[``botocore``] This release introduces a new MXF Profile for XDCAM which is strictly compliant with the SMPTE RDD 9 standard and improved handling of output name modifiers." -} diff --git a/.changes/next-release/api-change-rds-52447.json b/.changes/next-release/api-change-rds-52447.json deleted file mode 100644 index fd66d26dc4..0000000000 --- a/.changes/next-release/api-change-rds-52447.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``rds``", - "description": "[``botocore``] RDS documentation update for the EngineVersion parameter of ModifyDBSnapshot" -} diff --git a/.changes/next-release/api-change-sagemakergeospatial-23640.json b/.changes/next-release/api-change-sagemakergeospatial-23640.json deleted file mode 100644 index 92b385b29c..0000000000 --- a/.changes/next-release/api-change-sagemakergeospatial-23640.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``sagemaker-geospatial``", - "description": "[``botocore``] This release makes ExecutionRoleArn a required field in the StartEarthObservationJob API." -} diff --git a/.changes/next-release/api-change-sts-50866.json b/.changes/next-release/api-change-sts-50866.json deleted file mode 100644 index ba1699b25b..0000000000 --- a/.changes/next-release/api-change-sts-50866.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``sts``", - "description": "[``botocore``] API updates for the AWS Security Token Service" -} diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 80ea0706da..3ef6b94575 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,6 +2,21 @@ CHANGELOG ========= +1.26.136 +======== + +* api-change:``athena``: [``botocore``] Removing SparkProperties from EngineConfiguration object for StartSession API call +* api-change:``cloudtrail``: [``botocore``] Add ConflictException to PutEventSelectors, add (Channel/EDS)ARNInvalidException to Tag APIs. These exceptions provide customers with more specific error messages instead of internal errors. +* api-change:``compute-optimizer``: [``botocore``] In this launch, we add support for showing integration status with external metric providers such as Instana, Datadog ...etc in GetEC2InstanceRecommendations and ExportEC2InstanceRecommendations apis +* api-change:``connect``: [``botocore``] You can programmatically create and manage prompts using APIs, for example, to extract prompts stored within Amazon Connect and add them to your Amazon S3 bucket. AWS CloudTrail, AWS CloudFormation and tagging are supported. +* api-change:``ec2``: [``botocore``] Add support for i4g.large, i4g.xlarge, i4g.2xlarge, i4g.4xlarge, i4g.8xlarge and i4g.16xlarge instances powered by AWS Graviton2 processors that deliver up to 15% better compute performance than our other storage-optimized instances. +* api-change:``ecs``: [``botocore``] Documentation only release to address various tickets. +* api-change:``mediaconvert``: [``botocore``] This release introduces a new MXF Profile for XDCAM which is strictly compliant with the SMPTE RDD 9 standard and improved handling of output name modifiers. +* api-change:``rds``: [``botocore``] RDS documentation update for the EngineVersion parameter of ModifyDBSnapshot +* api-change:``sagemaker-geospatial``: [``botocore``] This release makes ExecutionRoleArn a required field in the StartEarthObservationJob API. +* api-change:``sts``: [``botocore``] API updates for the AWS Security Token Service + + 1.26.135 ======== diff --git a/boto3/__init__.py b/boto3/__init__.py index 9e441c3080..64b708164e 100644 --- a/boto3/__init__.py +++ b/boto3/__init__.py @@ -17,7 +17,7 @@ from boto3.session import Session __author__ = 'Amazon Web Services' -__version__ = '1.26.135' +__version__ = '1.26.136' # The default Boto3 session; autoloaded when needed. diff --git a/setup.cfg b/setup.cfg index dec47d0c46..8c61a22fd6 100644 --- a/setup.cfg +++ b/setup.cfg @@ -3,7 +3,7 @@ universal = 0 [metadata] requires_dist = - botocore>=1.29.135,<1.30.0 + botocore>=1.29.136,<1.30.0 jmespath>=0.7.1,<2.0.0 s3transfer>=0.6.0,<0.7.0 diff --git a/setup.py b/setup.py index 559e936762..12770fe740 100644 --- a/setup.py +++ b/setup.py @@ -13,7 +13,7 @@ requires = [ - 'botocore>=1.29.135,<1.30.0', + 'botocore>=1.29.136,<1.30.0', 'jmespath>=0.7.1,<2.0.0', 's3transfer>=0.6.0,<0.7.0', ]