Skip to content

Commit

Permalink
Updates SDK to v2.1528.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Dec 29, 2023
1 parent bcf7da5 commit 669f942
Show file tree
Hide file tree
Showing 17 changed files with 327 additions and 263 deletions.
17 changes: 17 additions & 0 deletions .changes/2.1528.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
[
{
"type": "feature",
"category": "AppRunner",
"description": "AWS App Runner adds Python 3.11 and Node.js 18 runtimes."
},
{
"type": "feature",
"category": "Location",
"description": "This release introduces a new parameter to bypasses an API key's expiry conditions and delete the key."
},
{
"type": "feature",
"category": "QuickSight",
"description": "Add LinkEntityArn support for different partitions; Add UnsupportedUserEditionException in UpdateDashboardLinks API; Add support for New Reader Experience Topics"
}
]
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
# Changelog for AWS SDK for JavaScript
<!--LATEST=2.1527.0-->
<!--LATEST=2.1528.0-->
<!--ENTRYINSERT-->

## 2.1528.0
* feature: AppRunner: AWS App Runner adds Python 3.11 and Node.js 18 runtimes.
* feature: Location: This release introduces a new parameter to bypasses an API key's expiry conditions and delete the key.
* feature: QuickSight: Add LinkEntityArn support for different partitions; Add UnsupportedUserEditionException in UpdateDashboardLinks API; Add support for New Reader Experience Topics

## 2.1527.0
* feature: CodeStarconnections: New integration with the GitLab self-managed provider type.
* feature: KinesisVideoArchivedMedia: NoDataRetentionException thrown when GetImages requested for a Stream that does not retain data (that is, has a DataRetentionInHours of 0).
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ require('aws-sdk/lib/maintenance_mode_message').suppress = true;
To use the SDK in the browser, simply add the following script tag to your
HTML pages:

<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1527.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1528.0.min.js"></script>

You can also build a custom browser SDK with your specified set of AWS services.
This can allow you to reduce the SDK's size, specify different API versions of
Expand Down
6 changes: 4 additions & 2 deletions apis/apprunner-2020-05-15.normal.json
Original file line number Diff line number Diff line change
Expand Up @@ -2581,7 +2581,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 @@ -2814,7 +2814,9 @@
"GO_1",
"DOTNET_6",
"PHP_81",
"RUBY_31"
"RUBY_31",
"PYTHON_311",
"NODEJS_18"
]
},
"RuntimeEnvironmentSecrets": {
Expand Down
5 changes: 5 additions & 0 deletions apis/location-2020-11-19.min.json
Original file line number Diff line number Diff line change
Expand Up @@ -1001,6 +1001,11 @@
"KeyName"
],
"members": {
"ForceDelete": {
"location": "querystring",
"locationName": "forceDelete",
"type": "boolean"
},
"KeyName": {
"location": "uri",
"locationName": "KeyName"
Expand Down
8 changes: 7 additions & 1 deletion apis/location-2020-11-19.normal.json
Original file line number Diff line number Diff line change
Expand Up @@ -2108,7 +2108,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 @@ -3421,6 +3421,12 @@
"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
Loading

0 comments on commit 669f942

Please sign in to comment.