Skip to content

Commit

Permalink
Updates SDK to v2.1443.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Aug 23, 2023
1 parent 9557694 commit 945f5fd
Show file tree
Hide file tree
Showing 17 changed files with 2,546 additions and 2,495 deletions.
17 changes: 17 additions & 0 deletions .changes/2.1443.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
[
{
"type": "feature",
"category": "APIGateway",
"description": "This release adds RootResourceId to GetRestApi response."
},
{
"type": "feature",
"category": "EC2",
"description": "Marking fields as sensitive on BundleTask and GetPasswordData"
},
{
"type": "feature",
"category": "Polly",
"description": "Amazon Polly adds 1 new voice - Zayd (ar-AE)"
}
]
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.1442.0-->
<!--LATEST=2.1443.0-->
<!--ENTRYINSERT-->

## 2.1443.0
* feature: APIGateway: This release adds RootResourceId to GetRestApi response.
* feature: EC2: Marking fields as sensitive on BundleTask and GetPasswordData
* feature: Polly: Amazon Polly adds 1 new voice - Zayd (ar-AE)

## 2.1442.0
* feature: CostExplorer: This release adds the LastUpdatedDate and LastUsedDate timestamps to help you manage your cost allocation tags.
* feature: RDS: Adding parameters to CreateCustomDbEngineVersion reserved for future use.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,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.1442.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1443.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
3 changes: 2 additions & 1 deletion apis/apigateway-2015-07-09.min.json
Original file line number Diff line number Diff line change
Expand Up @@ -4109,7 +4109,8 @@
},
"disableExecuteApiEndpoint": {
"type": "boolean"
}
},
"rootResourceId": {}
}
},
"S1v": {
Expand Down
70 changes: 37 additions & 33 deletions apis/apigateway-2015-07-09.normal.json

Large diffs are not rendered by default.

Loading

0 comments on commit 945f5fd

Please sign in to comment.