Skip to content

Commit

Permalink
Merge branch 'release-1.34.11' into develop
Browse files Browse the repository at this point in the history
* release-1.34.11:
  Bumping version to 1.34.11
  Update to latest models
  • Loading branch information
aws-sdk-python-automation committed Dec 29, 2023
2 parents 2d70883 + 9283946 commit 046058d
Show file tree
Hide file tree
Showing 7 changed files with 51 additions and 6 deletions.
17 changes: 17 additions & 0 deletions .changes/1.34.11.json
Original file line number Diff line number Diff line change
@@ -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"
}
]
8 changes: 8 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
=======

Expand Down
2 changes: 1 addition & 1 deletion botocore/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
import os
import re

__version__ = '1.34.10'
__version__ = '1.34.11'


class NullHandler(logging.Handler):
Expand Down
6 changes: 4 additions & 2 deletions botocore/data/apprunner/2020-05-15/service-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -2122,7 +2122,7 @@
},
"IpAddressType":{
"shape":"IpAddressType",
"documentation":"<p>App Runner provides you with the option to choose between <i>Internet Protocol version 4 (IPv4)</i> and <i>dual-stack</i> (IPv4 and IPv6) for your incoming public network configuration. This is an optional parameter. If you do not specify an <code>IpAddressType</code>, it defaults to select IPv4.</p> <note> <p> 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. </p> </note>"
"documentation":"<p>App Runner provides you with the option to choose between <i>Internet Protocol version 4 (IPv4)</i> and <i>dual stack</i> (IPv4 and IPv6) for your incoming public network configuration. This is an optional parameter. If you do not specify an <code>IpAddressType</code>, it defaults to select IPv4.</p> <note> <p> 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. </p> </note>"
}
},
"documentation":"<p>Describes configuration settings related to network traffic of an App Runner service. Consists of embedded objects for each configurable network feature.</p>"
Expand Down Expand Up @@ -2349,7 +2349,9 @@
"GO_1",
"DOTNET_6",
"PHP_81",
"RUBY_31"
"RUBY_31",
"PYTHON_311",
"NODEJS_18"
]
},
"RuntimeEnvironmentSecrets":{
Expand Down
8 changes: 7 additions & 1 deletion botocore/data/location/2020-11-19/service-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -1192,7 +1192,7 @@
},
"AllowResources":{
"shape":"ApiKeyRestrictionsAllowResourcesList",
"documentation":"<p>A list of allowed resource ARNs that a API key bearer can perform actions on.</p> <ul> <li> <p>The ARN must be the correct ARN for a map, place, or route ARN. You may include wildcards in the resource-id to match multiple resources of the same type.</p> </li> <li> <p>The resources must be in the same <code>partition</code>, <code>region</code>, and <code>account-id</code> as the key that is being created.</p> </li> <li> <p>Other than wildcards, you must include the full ARN, including the <code>arn</code>, <code>partition</code>, <code>service</code>, <code>region</code>, <code>account-id</code> and <code>resource-id</code>, delimited by colons (:).</p> </li> <li> <p>No spaces allowed, even with wildcards. For example, <code>arn:aws:geo:region:<i>account-id</i>:map/ExampleMap*</code>.</p> </li> </ul> <p>For more information about ARN format, see <a href=\"https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html\">Amazon Resource Names (ARNs)</a>.</p>"
"documentation":"<p>A list of allowed resource ARNs that a API key bearer can perform actions on.</p> <ul> <li> <p>The ARN must be the correct ARN for a map, place, or route ARN. You may include wildcards in the resource-id to match multiple resources of the same type.</p> </li> <li> <p>The resources must be in the same <code>partition</code>, <code>region</code>, and <code>account-id</code> as the key that is being created.</p> </li> <li> <p>Other than wildcards, you must include the full ARN, including the <code>arn</code>, <code>partition</code>, <code>service</code>, <code>region</code>, <code>account-id</code> and <code>resource-id</code> delimited by colons (:).</p> </li> <li> <p>No spaces allowed, even with wildcards. For example, <code>arn:aws:geo:region:<i>account-id</i>:map/ExampleMap*</code>.</p> </li> </ul> <p>For more information about ARN format, see <a href=\"https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html\">Amazon Resource Names (ARNs)</a>.</p>"
}
},
"documentation":"<p>API Restrictions on the allowed actions, resources, and referers for an API key resource.</p>"
Expand Down Expand Up @@ -2455,6 +2455,12 @@
"type":"structure",
"required":["KeyName"],
"members":{
"ForceDelete":{
"shape":"Boolean",
"documentation":"<p>ForceDelete bypasses an API key's expiry conditions and deletes the key. Set the parameter <code>true</code> to delete the key or to <code>false</code> to not preemptively delete the API key.</p> <p>Valid values: <code>true</code>, or <code>false</code>.</p> <p>Required: No</p> <note> <p>This action is irreversible. Only use ForceDelete if you are certain the key is no longer in use.</p> </note>",
"location":"querystring",
"locationName":"forceDelete"
},
"KeyName":{
"shape":"ResourceName",
"documentation":"<p>The name of the API key to delete.</p>",
Expand Down
14 changes: 13 additions & 1 deletion botocore/data/quicksight/2018-04-01/service-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -2720,6 +2720,7 @@
{"shape":"ResourceNotFoundException"},
{"shape":"ConflictException"},
{"shape":"AccessDeniedException"},
{"shape":"UnsupportedUserEditionException"},
{"shape":"InternalFailureException"}
],
"documentation":"<p>Updates the linked analyses on a dashboard.</p>"
Expand Down Expand Up @@ -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",
Expand Down Expand Up @@ -28534,6 +28535,10 @@
"shape":"LimitedString",
"documentation":"<p>The description of the topic.</p>"
},
"UserExperienceVersion":{
"shape":"TopicUserExperienceVersion",
"documentation":"<p>The user experience version of a topic.</p>"
},
"DataSets":{
"shape":"Datasets",
"documentation":"<p>The data sets that the topic is associated with.</p>"
Expand Down Expand Up @@ -28864,6 +28869,13 @@
"YEAR"
]
},
"TopicUserExperienceVersion":{
"type":"string",
"enum":[
"LEGACY",
"NEW_READER_EXPERIENCE"
]
},
"TotalAggregationComputation":{
"type":"structure",
"required":["ComputationId"],
Expand Down
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 046058d

Please sign in to comment.