From 5f1c4bb991272365830f1fc2aa41caf38d34f089 Mon Sep 17 00:00:00 2001 From: aws-sdk-python-automation Date: Fri, 29 Dec 2023 19:08:13 +0000 Subject: [PATCH 1/2] Update to latest models --- .../next-release/api-change-apprunner-43616.json | 5 +++++ .../next-release/api-change-location-99591.json | 5 +++++ .../next-release/api-change-quicksight-5897.json | 5 +++++ botocore/data/apprunner/2020-05-15/service-2.json | 6 ++++-- botocore/data/location/2020-11-19/service-2.json | 8 +++++++- botocore/data/quicksight/2018-04-01/service-2.json | 14 +++++++++++++- 6 files changed, 39 insertions(+), 4 deletions(-) create mode 100644 .changes/next-release/api-change-apprunner-43616.json create mode 100644 .changes/next-release/api-change-location-99591.json create mode 100644 .changes/next-release/api-change-quicksight-5897.json diff --git a/.changes/next-release/api-change-apprunner-43616.json b/.changes/next-release/api-change-apprunner-43616.json new file mode 100644 index 0000000000..5a3ab9f5f7 --- /dev/null +++ b/.changes/next-release/api-change-apprunner-43616.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``apprunner``", + "description": "AWS App Runner adds Python 3.11 and Node.js 18 runtimes." +} diff --git a/.changes/next-release/api-change-location-99591.json b/.changes/next-release/api-change-location-99591.json new file mode 100644 index 0000000000..e65840237d --- /dev/null +++ b/.changes/next-release/api-change-location-99591.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``location``", + "description": "This release introduces a new parameter to bypasses an API key's expiry conditions and delete the key." +} diff --git a/.changes/next-release/api-change-quicksight-5897.json b/.changes/next-release/api-change-quicksight-5897.json new file mode 100644 index 0000000000..f1b5efe4c9 --- /dev/null +++ b/.changes/next-release/api-change-quicksight-5897.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``quicksight``", + "description": "Add LinkEntityArn support for different partitions; Add UnsupportedUserEditionException in UpdateDashboardLinks API; Add support for New Reader Experience Topics" +} diff --git a/botocore/data/apprunner/2020-05-15/service-2.json b/botocore/data/apprunner/2020-05-15/service-2.json index c69e757d95..6e2744c500 100644 --- a/botocore/data/apprunner/2020-05-15/service-2.json +++ b/botocore/data/apprunner/2020-05-15/service-2.json @@ -2122,7 +2122,7 @@ }, "IpAddressType":{ "shape":"IpAddressType", - "documentation":"

App Runner provides you with the option to choose between Internet Protocol version 4 (IPv4) and dual-stack (IPv4 and IPv6) for your incoming public network configuration. This is an optional parameter. If you do not specify an IpAddressType, it defaults to select IPv4.

Currently, App Runner supports dual-stack for only Public endpoint. Only IPv4 is supported for Private endpoint. If you update a service that's using dual-stack Public endpoint to a Private endpoint, your App Runner service will default to support only IPv4 for Private endpoint and fail to receive traffic originating from IPv6 endpoint.

" + "documentation":"

App Runner provides you with the option to choose between Internet Protocol version 4 (IPv4) and dual stack (IPv4 and IPv6) for your incoming public network configuration. This is an optional parameter. If you do not specify an IpAddressType, it defaults to select IPv4.

Currently, App Runner supports dual stack for only Public endpoint. Only IPv4 is supported for Private endpoint. If you update a service that's using dual-stack Public endpoint to a Private endpoint, your App Runner service will default to support only IPv4 for Private endpoint and fail to receive traffic originating from IPv6 endpoint.

" } }, "documentation":"

Describes configuration settings related to network traffic of an App Runner service. Consists of embedded objects for each configurable network feature.

" @@ -2349,7 +2349,9 @@ "GO_1", "DOTNET_6", "PHP_81", - "RUBY_31" + "RUBY_31", + "PYTHON_311", + "NODEJS_18" ] }, "RuntimeEnvironmentSecrets":{ diff --git a/botocore/data/location/2020-11-19/service-2.json b/botocore/data/location/2020-11-19/service-2.json index 4e2f70081a..281a74aa5d 100644 --- a/botocore/data/location/2020-11-19/service-2.json +++ b/botocore/data/location/2020-11-19/service-2.json @@ -1192,7 +1192,7 @@ }, "AllowResources":{ "shape":"ApiKeyRestrictionsAllowResourcesList", - "documentation":"

A list of allowed resource ARNs that a API key bearer can perform actions on.

For more information about ARN format, see Amazon Resource Names (ARNs).

" + "documentation":"

A list of allowed resource ARNs that a API key bearer can perform actions on.

For more information about ARN format, see Amazon Resource Names (ARNs).

" } }, "documentation":"

API Restrictions on the allowed actions, resources, and referers for an API key resource.

" @@ -2455,6 +2455,12 @@ "type":"structure", "required":["KeyName"], "members":{ + "ForceDelete":{ + "shape":"Boolean", + "documentation":"

ForceDelete bypasses an API key's expiry conditions and deletes the key. Set the parameter true to delete the key or to false to not preemptively delete the API key.

Valid values: true, or false.

Required: No

This action is irreversible. Only use ForceDelete if you are certain the key is no longer in use.

", + "location":"querystring", + "locationName":"forceDelete" + }, "KeyName":{ "shape":"ResourceName", "documentation":"

The name of the API key to delete.

", diff --git a/botocore/data/quicksight/2018-04-01/service-2.json b/botocore/data/quicksight/2018-04-01/service-2.json index 545aeae77c..6da7d18fbc 100644 --- a/botocore/data/quicksight/2018-04-01/service-2.json +++ b/botocore/data/quicksight/2018-04-01/service-2.json @@ -2720,6 +2720,7 @@ {"shape":"ResourceNotFoundException"}, {"shape":"ConflictException"}, {"shape":"AccessDeniedException"}, + {"shape":"UnsupportedUserEditionException"}, {"shape":"InternalFailureException"} ], "documentation":"

Updates the linked analyses on a dashboard.

" @@ -18763,7 +18764,7 @@ "type":"string", "max":1024, "min":1, - "pattern":"^arn:aws:quicksight:[\\w\\-]+:\\d+:analysis/[\\w\\-]{1,512}" + "pattern":"^arn:aws[\\w\\-]*:quicksight:[\\w\\-]+:\\d+:analysis/[\\w\\-]{1,512}" }, "LinkEntityArnList":{ "type":"list", @@ -28534,6 +28535,10 @@ "shape":"LimitedString", "documentation":"

The description of the topic.

" }, + "UserExperienceVersion":{ + "shape":"TopicUserExperienceVersion", + "documentation":"

The user experience version of a topic.

" + }, "DataSets":{ "shape":"Datasets", "documentation":"

The data sets that the topic is associated with.

" @@ -28864,6 +28869,13 @@ "YEAR" ] }, + "TopicUserExperienceVersion":{ + "type":"string", + "enum":[ + "LEGACY", + "NEW_READER_EXPERIENCE" + ] + }, "TotalAggregationComputation":{ "type":"structure", "required":["ComputationId"], From 928394674f0e7c5a70a9c6e883cdeb45f42d079c Mon Sep 17 00:00:00 2001 From: aws-sdk-python-automation Date: Fri, 29 Dec 2023 19:08:26 +0000 Subject: [PATCH 2/2] Bumping version to 1.34.11 --- .changes/1.34.11.json | 17 +++++++++++++++++ .../api-change-apprunner-43616.json | 5 ----- .../next-release/api-change-location-99591.json | 5 ----- .../api-change-quicksight-5897.json | 5 ----- CHANGELOG.rst | 8 ++++++++ botocore/__init__.py | 2 +- docs/source/conf.py | 2 +- 7 files changed, 27 insertions(+), 17 deletions(-) create mode 100644 .changes/1.34.11.json delete mode 100644 .changes/next-release/api-change-apprunner-43616.json delete mode 100644 .changes/next-release/api-change-location-99591.json delete mode 100644 .changes/next-release/api-change-quicksight-5897.json diff --git a/.changes/1.34.11.json b/.changes/1.34.11.json new file mode 100644 index 0000000000..60b3647459 --- /dev/null +++ b/.changes/1.34.11.json @@ -0,0 +1,17 @@ +[ + { + "category": "``apprunner``", + "description": "AWS App Runner adds Python 3.11 and Node.js 18 runtimes.", + "type": "api-change" + }, + { + "category": "``location``", + "description": "This release introduces a new parameter to bypasses an API key's expiry conditions and delete the key.", + "type": "api-change" + }, + { + "category": "``quicksight``", + "description": "Add LinkEntityArn support for different partitions; Add UnsupportedUserEditionException in UpdateDashboardLinks API; Add support for New Reader Experience Topics", + "type": "api-change" + } +] \ No newline at end of file diff --git a/.changes/next-release/api-change-apprunner-43616.json b/.changes/next-release/api-change-apprunner-43616.json deleted file mode 100644 index 5a3ab9f5f7..0000000000 --- a/.changes/next-release/api-change-apprunner-43616.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``apprunner``", - "description": "AWS App Runner adds Python 3.11 and Node.js 18 runtimes." -} diff --git a/.changes/next-release/api-change-location-99591.json b/.changes/next-release/api-change-location-99591.json deleted file mode 100644 index e65840237d..0000000000 --- a/.changes/next-release/api-change-location-99591.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``location``", - "description": "This release introduces a new parameter to bypasses an API key's expiry conditions and delete the key." -} diff --git a/.changes/next-release/api-change-quicksight-5897.json b/.changes/next-release/api-change-quicksight-5897.json deleted file mode 100644 index f1b5efe4c9..0000000000 --- a/.changes/next-release/api-change-quicksight-5897.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``quicksight``", - "description": "Add LinkEntityArn support for different partitions; Add UnsupportedUserEditionException in UpdateDashboardLinks API; Add support for New Reader Experience Topics" -} diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 3926e16481..b195c9c6e7 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,6 +2,14 @@ CHANGELOG ========= +1.34.11 +======= + +* api-change:``apprunner``: AWS App Runner adds Python 3.11 and Node.js 18 runtimes. +* api-change:``location``: This release introduces a new parameter to bypasses an API key's expiry conditions and delete the key. +* api-change:``quicksight``: Add LinkEntityArn support for different partitions; Add UnsupportedUserEditionException in UpdateDashboardLinks API; Add support for New Reader Experience Topics + + 1.34.10 ======= diff --git a/botocore/__init__.py b/botocore/__init__.py index b5d47ba43a..e201b8702b 100644 --- a/botocore/__init__.py +++ b/botocore/__init__.py @@ -16,7 +16,7 @@ import os import re -__version__ = '1.34.10' +__version__ = '1.34.11' class NullHandler(logging.Handler): diff --git a/docs/source/conf.py b/docs/source/conf.py index 866cd697f4..2bcf1e1828 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -59,7 +59,7 @@ # The short X.Y version. version = '1.34.' # The full version, including alpha/beta/rc tags. -release = '1.34.10' +release = '1.34.11' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages.