Skip to content

Commit

Permalink
Update to latest models
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-sdk-python-automation committed Dec 29, 2023
1 parent 2d70883 commit 5f1c4bb
Show file tree
Hide file tree
Showing 6 changed files with 39 additions and 4 deletions.
5 changes: 5 additions & 0 deletions .changes/next-release/api-change-apprunner-43616.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"type": "api-change",
"category": "``apprunner``",
"description": "AWS App Runner adds Python 3.11 and Node.js 18 runtimes."
}
5 changes: 5 additions & 0 deletions .changes/next-release/api-change-location-99591.json
Original file line number Diff line number Diff line change
@@ -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."
}
5 changes: 5 additions & 0 deletions .changes/next-release/api-change-quicksight-5897.json
Original file line number Diff line number Diff line change
@@ -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"
}
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

0 comments on commit 5f1c4bb

Please sign in to comment.