Skip to content

Commit

Permalink
Updates SDK to v2.444.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Apr 26, 2019
1 parent bd7ce58 commit e2201ba
Show file tree
Hide file tree
Showing 17 changed files with 1,013 additions and 340 deletions.
12 changes: 12 additions & 0 deletions .changes/2.444.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
[
{
"type": "feature",
"category": "IAM",
"description": "AWS Security Token Service (STS) enables you to request session tokens from the global STS endpoint that work in all AWS Regions. You can configure the global STS endpoint to vend session tokens that are compatible with all AWS Regions using the new IAM SetSecurityTokenServicePreferences API. "
},
{
"type": "feature",
"category": "SNS",
"description": "With this release AWS SNS adds tagging support for Topics."
}
]
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
# Changelog for AWS SDK for JavaScript
<!--LATEST=2.443.0-->
<!--LATEST=2.444.0-->
<!--ENTRYINSERT-->

## 2.444.0
* feature: IAM: AWS Security Token Service (STS) enables you to request session tokens from the global STS endpoint that work in all AWS Regions. You can configure the global STS endpoint to vend session tokens that are compatible with all AWS Regions using the new IAM SetSecurityTokenServicePreferences API.
* feature: SNS: With this release AWS SNS adds tagging support for Topics.

## 2.443.0
* feature: DynamoDB: This update allows you to tag Amazon DynamoDB tables when you create them. Tags are labels you can attach to AWS resources to make them easier to manage, search, and filter.
* feature: GameLift: This release introduces the new Realtime Servers feature, giving game developers a lightweight yet flexible solution that eliminates the need to build a fully custom game server. The AWS SDK updates provide support for scripts, which are used to configure and customize Realtime Servers.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ version.
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.443.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.444.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
17 changes: 17 additions & 0 deletions apis/iam-2010-05-08.examples.json
Original file line number Diff line number Diff line change
Expand Up @@ -568,6 +568,7 @@
"AttachedPoliciesPerGroupQuota": 10,
"AttachedPoliciesPerRoleQuota": 10,
"AttachedPoliciesPerUserQuota": 10,
"GlobalEndpointTokenVersion": 2,
"GroupPolicySizeQuota": 5120,
"Groups": 15,
"GroupsPerUserQuota": 10,
Expand Down Expand Up @@ -1219,6 +1220,22 @@
"title": "To remove a user from an IAM group"
}
],
"SetSecurityTokenServicePreferences": [
{
"input": {
"GlobalEndpointTokenVersion": "v2Token"
},
"comments": {
"input": {
},
"output": {
}
},
"description": "The following command sets the STS global endpoint token to version 2. Version 2 tokens are valid in all Regions.",
"id": "61a785a7-d30a-415a-ae18-ab9236e56871",
"title": "To delete an access key for an IAM user"
}
],
"TagRole": [
{
"input": {
Expand Down

0 comments on commit e2201ba

Please sign in to comment.