From 3833c73ae6a34cc3afc82b031f804500053b2ee0 Mon Sep 17 00:00:00 2001 From: aws-sdk-python-automation Date: Mon, 24 Jul 2023 18:19:01 +0000 Subject: [PATCH 1/2] Update changelog based on model updates --- .changes/next-release/api-change-apigatewayv2-76047.json | 5 +++++ .changes/next-release/api-change-ce-31264.json | 5 +++++ .../api-change-chimesdkmediapipelines-18104.json | 5 +++++ .changes/next-release/api-change-cloudformation-2665.json | 5 +++++ .changes/next-release/api-change-ec2-3385.json | 5 +++++ .changes/next-release/api-change-glue-38365.json | 5 +++++ .changes/next-release/api-change-quicksight-16973.json | 5 +++++ 7 files changed, 35 insertions(+) create mode 100644 .changes/next-release/api-change-apigatewayv2-76047.json create mode 100644 .changes/next-release/api-change-ce-31264.json create mode 100644 .changes/next-release/api-change-chimesdkmediapipelines-18104.json create mode 100644 .changes/next-release/api-change-cloudformation-2665.json create mode 100644 .changes/next-release/api-change-ec2-3385.json create mode 100644 .changes/next-release/api-change-glue-38365.json create mode 100644 .changes/next-release/api-change-quicksight-16973.json diff --git a/.changes/next-release/api-change-apigatewayv2-76047.json b/.changes/next-release/api-change-apigatewayv2-76047.json new file mode 100644 index 000000000000..9da0fb2e9fb5 --- /dev/null +++ b/.changes/next-release/api-change-apigatewayv2-76047.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``apigatewayv2``", + "description": "Documentation updates for Amazon API Gateway." +} diff --git a/.changes/next-release/api-change-ce-31264.json b/.changes/next-release/api-change-ce-31264.json new file mode 100644 index 000000000000..6f0394f2fd2d --- /dev/null +++ b/.changes/next-release/api-change-ce-31264.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``ce``", + "description": "This release introduces the new API 'GetSavingsPlanPurchaseRecommendationDetails', which retrieves the details for a Savings Plan recommendation. It also updates the existing API 'GetSavingsPlansPurchaseRecommendation' to include the recommendation detail ID." +} diff --git a/.changes/next-release/api-change-chimesdkmediapipelines-18104.json b/.changes/next-release/api-change-chimesdkmediapipelines-18104.json new file mode 100644 index 000000000000..ea93c070a280 --- /dev/null +++ b/.changes/next-release/api-change-chimesdkmediapipelines-18104.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``chime-sdk-media-pipelines``", + "description": "AWS Media Pipeline compositing enhancement and Media Insights Pipeline auto language identification." +} diff --git a/.changes/next-release/api-change-cloudformation-2665.json b/.changes/next-release/api-change-cloudformation-2665.json new file mode 100644 index 000000000000..aa86e9bcb8f3 --- /dev/null +++ b/.changes/next-release/api-change-cloudformation-2665.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``cloudformation``", + "description": "This release supports filtering by DRIFT_STATUS for existing API ListStackInstances and adds support for a new API ListStackInstanceResourceDrifts. Customers can now view resource drift information from their StackSet management accounts." +} diff --git a/.changes/next-release/api-change-ec2-3385.json b/.changes/next-release/api-change-ec2-3385.json new file mode 100644 index 000000000000..b020e1ad1791 --- /dev/null +++ b/.changes/next-release/api-change-ec2-3385.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``ec2``", + "description": "Add \"disabled\" enum value to SpotInstanceState." +} diff --git a/.changes/next-release/api-change-glue-38365.json b/.changes/next-release/api-change-glue-38365.json new file mode 100644 index 000000000000..816b1fd817fd --- /dev/null +++ b/.changes/next-release/api-change-glue-38365.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``glue``", + "description": "Added support for Data Preparation Recipe node in Glue Studio jobs" +} diff --git a/.changes/next-release/api-change-quicksight-16973.json b/.changes/next-release/api-change-quicksight-16973.json new file mode 100644 index 000000000000..01238dd7fd90 --- /dev/null +++ b/.changes/next-release/api-change-quicksight-16973.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``quicksight``", + "description": "This release launches new Snapshot APIs for CSV and PDF exports, adds support for info icon for filters and parameters in Exploration APIs, adds modeled exception to the DeleteAccountCustomization API, and introduces AttributeAggregationFunction's ability to add UNIQUE_VALUE aggregation in tooltips." +} From e6d991189f05a5ce6cd3d5d124c7f3e1bd1c7585 Mon Sep 17 00:00:00 2001 From: aws-sdk-python-automation Date: Mon, 24 Jul 2023 18:19:02 +0000 Subject: [PATCH 2/2] Bumping version to 1.29.10 --- .changes/1.29.10.json | 37 +++++++++++++++++++ .../api-change-apigatewayv2-76047.json | 5 --- .../next-release/api-change-ce-31264.json | 5 --- ...i-change-chimesdkmediapipelines-18104.json | 5 --- .../api-change-cloudformation-2665.json | 5 --- .../next-release/api-change-ec2-3385.json | 5 --- .../next-release/api-change-glue-38365.json | 5 --- .../api-change-quicksight-16973.json | 5 --- CHANGELOG.rst | 12 ++++++ awscli/__init__.py | 2 +- doc/source/conf.py | 4 +- setup.cfg | 2 +- setup.py | 2 +- 13 files changed, 54 insertions(+), 40 deletions(-) create mode 100644 .changes/1.29.10.json delete mode 100644 .changes/next-release/api-change-apigatewayv2-76047.json delete mode 100644 .changes/next-release/api-change-ce-31264.json delete mode 100644 .changes/next-release/api-change-chimesdkmediapipelines-18104.json delete mode 100644 .changes/next-release/api-change-cloudformation-2665.json delete mode 100644 .changes/next-release/api-change-ec2-3385.json delete mode 100644 .changes/next-release/api-change-glue-38365.json delete mode 100644 .changes/next-release/api-change-quicksight-16973.json diff --git a/.changes/1.29.10.json b/.changes/1.29.10.json new file mode 100644 index 000000000000..35aa26157f72 --- /dev/null +++ b/.changes/1.29.10.json @@ -0,0 +1,37 @@ +[ + { + "category": "``apigatewayv2``", + "description": "Documentation updates for Amazon API Gateway.", + "type": "api-change" + }, + { + "category": "``ce``", + "description": "This release introduces the new API 'GetSavingsPlanPurchaseRecommendationDetails', which retrieves the details for a Savings Plan recommendation. It also updates the existing API 'GetSavingsPlansPurchaseRecommendation' to include the recommendation detail ID.", + "type": "api-change" + }, + { + "category": "``chime-sdk-media-pipelines``", + "description": "AWS Media Pipeline compositing enhancement and Media Insights Pipeline auto language identification.", + "type": "api-change" + }, + { + "category": "``cloudformation``", + "description": "This release supports filtering by DRIFT_STATUS for existing API ListStackInstances and adds support for a new API ListStackInstanceResourceDrifts. Customers can now view resource drift information from their StackSet management accounts.", + "type": "api-change" + }, + { + "category": "``ec2``", + "description": "Add \"disabled\" enum value to SpotInstanceState.", + "type": "api-change" + }, + { + "category": "``glue``", + "description": "Added support for Data Preparation Recipe node in Glue Studio jobs", + "type": "api-change" + }, + { + "category": "``quicksight``", + "description": "This release launches new Snapshot APIs for CSV and PDF exports, adds support for info icon for filters and parameters in Exploration APIs, adds modeled exception to the DeleteAccountCustomization API, and introduces AttributeAggregationFunction's ability to add UNIQUE_VALUE aggregation in tooltips.", + "type": "api-change" + } +] \ No newline at end of file diff --git a/.changes/next-release/api-change-apigatewayv2-76047.json b/.changes/next-release/api-change-apigatewayv2-76047.json deleted file mode 100644 index 9da0fb2e9fb5..000000000000 --- a/.changes/next-release/api-change-apigatewayv2-76047.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``apigatewayv2``", - "description": "Documentation updates for Amazon API Gateway." -} diff --git a/.changes/next-release/api-change-ce-31264.json b/.changes/next-release/api-change-ce-31264.json deleted file mode 100644 index 6f0394f2fd2d..000000000000 --- a/.changes/next-release/api-change-ce-31264.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``ce``", - "description": "This release introduces the new API 'GetSavingsPlanPurchaseRecommendationDetails', which retrieves the details for a Savings Plan recommendation. It also updates the existing API 'GetSavingsPlansPurchaseRecommendation' to include the recommendation detail ID." -} diff --git a/.changes/next-release/api-change-chimesdkmediapipelines-18104.json b/.changes/next-release/api-change-chimesdkmediapipelines-18104.json deleted file mode 100644 index ea93c070a280..000000000000 --- a/.changes/next-release/api-change-chimesdkmediapipelines-18104.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``chime-sdk-media-pipelines``", - "description": "AWS Media Pipeline compositing enhancement and Media Insights Pipeline auto language identification." -} diff --git a/.changes/next-release/api-change-cloudformation-2665.json b/.changes/next-release/api-change-cloudformation-2665.json deleted file mode 100644 index aa86e9bcb8f3..000000000000 --- a/.changes/next-release/api-change-cloudformation-2665.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``cloudformation``", - "description": "This release supports filtering by DRIFT_STATUS for existing API ListStackInstances and adds support for a new API ListStackInstanceResourceDrifts. Customers can now view resource drift information from their StackSet management accounts." -} diff --git a/.changes/next-release/api-change-ec2-3385.json b/.changes/next-release/api-change-ec2-3385.json deleted file mode 100644 index b020e1ad1791..000000000000 --- a/.changes/next-release/api-change-ec2-3385.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``ec2``", - "description": "Add \"disabled\" enum value to SpotInstanceState." -} diff --git a/.changes/next-release/api-change-glue-38365.json b/.changes/next-release/api-change-glue-38365.json deleted file mode 100644 index 816b1fd817fd..000000000000 --- a/.changes/next-release/api-change-glue-38365.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``glue``", - "description": "Added support for Data Preparation Recipe node in Glue Studio jobs" -} diff --git a/.changes/next-release/api-change-quicksight-16973.json b/.changes/next-release/api-change-quicksight-16973.json deleted file mode 100644 index 01238dd7fd90..000000000000 --- a/.changes/next-release/api-change-quicksight-16973.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``quicksight``", - "description": "This release launches new Snapshot APIs for CSV and PDF exports, adds support for info icon for filters and parameters in Exploration APIs, adds modeled exception to the DeleteAccountCustomization API, and introduces AttributeAggregationFunction's ability to add UNIQUE_VALUE aggregation in tooltips." -} diff --git a/CHANGELOG.rst b/CHANGELOG.rst index f980681769ef..c6eab3d6ea88 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,6 +2,18 @@ CHANGELOG ========= +1.29.10 +======= + +* api-change:``apigatewayv2``: Documentation updates for Amazon API Gateway. +* api-change:``ce``: This release introduces the new API 'GetSavingsPlanPurchaseRecommendationDetails', which retrieves the details for a Savings Plan recommendation. It also updates the existing API 'GetSavingsPlansPurchaseRecommendation' to include the recommendation detail ID. +* api-change:``chime-sdk-media-pipelines``: AWS Media Pipeline compositing enhancement and Media Insights Pipeline auto language identification. +* api-change:``cloudformation``: This release supports filtering by DRIFT_STATUS for existing API ListStackInstances and adds support for a new API ListStackInstanceResourceDrifts. Customers can now view resource drift information from their StackSet management accounts. +* api-change:``ec2``: Add "disabled" enum value to SpotInstanceState. +* api-change:``glue``: Added support for Data Preparation Recipe node in Glue Studio jobs +* api-change:``quicksight``: This release launches new Snapshot APIs for CSV and PDF exports, adds support for info icon for filters and parameters in Exploration APIs, adds modeled exception to the DeleteAccountCustomization API, and introduces AttributeAggregationFunction's ability to add UNIQUE_VALUE aggregation in tooltips. + + 1.29.9 ====== diff --git a/awscli/__init__.py b/awscli/__init__.py index 479a6482a381..8089d260649b 100644 --- a/awscli/__init__.py +++ b/awscli/__init__.py @@ -17,7 +17,7 @@ """ import os -__version__ = '1.29.9' +__version__ = '1.29.10' # # 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 c2977dbe46b8..4176c418d89e 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -50,9 +50,9 @@ # built documents. # # The short X.Y version. -version = '1.29' +version = '1.29.' # The full version, including alpha/beta/rc tags. -release = '1.29.9' +release = '1.29.10' # 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 28c0c1fa0746..ec1920b49290 100644 --- a/setup.cfg +++ b/setup.cfg @@ -3,7 +3,7 @@ universal = 0 [metadata] requires_dist = - botocore==1.31.9 + botocore==1.31.10 docutils>=0.10,<0.17 s3transfer>=0.6.0,<0.7.0 PyYAML>=3.10,<6.1 diff --git a/setup.py b/setup.py index 66b26f22c5ed..8d768a187293 100644 --- a/setup.py +++ b/setup.py @@ -24,7 +24,7 @@ def find_version(*file_paths): install_requires = [ - 'botocore==1.31.9', + 'botocore==1.31.10', 'docutils>=0.10,<0.17', 's3transfer>=0.6.0,<0.7.0', 'PyYAML>=3.10,<6.1',