Skip to content

Commit

Permalink
Updates SDK to v2.57.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed May 24, 2017
1 parent 93a50b9 commit 5f19aba
Show file tree
Hide file tree
Showing 16 changed files with 1,610 additions and 1,517 deletions.
17 changes: 17 additions & 0 deletions .changes/2.57.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
[
{
"type": "feature",
"category": "IAM",
"description": "The unique ID and access key lengths were extended from 32 to 128"
},
{
"type": "feature",
"category": "STS",
"description": "The unique ID and access key lengths were extended from 32 to 128."
},
{
"type": "feature",
"category": "StorageGateway",
"description": "Two Storage Gateway data types, Tape and TapeArchive, each have a new response element, TapeUsedInBytes. This element helps you manage your virtual tapes. By using TapeUsedInBytes, you can see the amount of data written to each virtual tape."
}
]
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.56.0-->
<!--LATEST=2.57.0-->
<!--ENTRYINSERT-->

## 2.57.0
* feature: IAM: The unique ID and access key lengths were extended from 32 to 128
* feature: STS: The unique ID and access key lengths were extended from 32 to 128.
* feature: StorageGateway: Two Storage Gateway data types, Tape and TapeArchive, each have a new response element, TapeUsedInBytes. This element helps you manage your virtual tapes. By using TapeUsedInBytes, you can see the amount of data written to each virtual tape.

## 2.56.0
* feature: DMS: This release adds support for using Amazon S3 and Amazon DynamoDB as targets for database migration, and using MongoDB as a source for database migration. For more information, see the AWS Database Migration Service documentation.

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ to work with the new major 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.56.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.57.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
4 changes: 2 additions & 2 deletions apis/iam-2010-05-08.normal.json
Original file line number Diff line number Diff line change
Expand Up @@ -6438,7 +6438,7 @@
},
"accessKeyIdType":{
"type":"string",
"max":32,
"max":128,
"min":16,
"pattern":"[\\w]+"
},
Expand Down Expand Up @@ -6576,7 +6576,7 @@
},
"idType":{
"type":"string",
"max":32,
"max":128,
"min":16,
"pattern":"[\\w]+"
},
Expand Down
8 changes: 7 additions & 1 deletion apis/storagegateway-2013-06-30.min.json
Original file line number Diff line number Diff line change
Expand Up @@ -842,7 +842,10 @@
"type": "timestamp"
},
"RetrievedTo": {},
"TapeStatus": {}
"TapeStatus": {},
"TapeUsedInBytes": {
"type": "long"
}
}
}
},
Expand Down Expand Up @@ -925,6 +928,9 @@
"VTLDevice": {},
"Progress": {
"type": "double"
},
"TapeUsedInBytes": {
"type": "long"
}
}
}
Expand Down
136 changes: 77 additions & 59 deletions apis/storagegateway-2013-06-30.normal.json

Large diffs are not rendered by default.

10 changes: 5 additions & 5 deletions apis/sts-2011-06-15.normal.json
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@
},
"ExternalId":{
"shape":"externalIdType",
"documentation":"<p>A unique identifier that is used by third parties when assuming roles in their customers' accounts. For each role that the third party can assume, they should instruct their customers to ensure the role's trust policy checks for the external ID that the third party generated. Each time the third party assumes the role, they should pass the customer's external ID. The external ID is useful in order to help third parties bind a role to the customer who created it. For more information about the external ID, see <a href=\"http://docs.aws.amazon.com/IAM/latest/UserGuide/id_roles_create_for-user_externalid.html\">How to Use an External ID When Granting Access to Your AWS Resources to a Third Party</a> in the <i>IAM User Guide</i>.</p> <p>The regex used to validated this parameter is a string of characters consisting of upper- and lower-case alphanumeric characters with no spaces. You can also include underscores or any of the following characters: =,.@:\\/-</p>"
"documentation":"<p>A unique identifier that is used by third parties when assuming roles in their customers' accounts. For each role that the third party can assume, they should instruct their customers to ensure the role's trust policy checks for the external ID that the third party generated. Each time the third party assumes the role, they should pass the customer's external ID. The external ID is useful in order to help third parties bind a role to the customer who created it. For more information about the external ID, see <a href=\"http://docs.aws.amazon.com/IAM/latest/UserGuide/id_roles_create_for-user_externalid.html\">How to Use an External ID When Granting Access to Your AWS Resources to a Third Party</a> in the <i>IAM User Guide</i>.</p> <p>The regex used to validated this parameter is a string of characters consisting of upper- and lower-case alphanumeric characters with no spaces. You can also include underscores or any of the following characters: =,.@:/-</p>"
},
"SerialNumber":{
"shape":"serialNumberType",
Expand Down Expand Up @@ -491,7 +491,7 @@
},
"SerialNumber":{
"shape":"serialNumberType",
"documentation":"<p>The identification number of the MFA device that is associated with the IAM user who is making the <code>GetSessionToken</code> call. Specify this value if the IAM user has a policy that requires MFA authentication. The value is either the serial number for a hardware device (such as <code>GAHT12345678</code>) or an Amazon Resource Name (ARN) for a virtual device (such as <code>arn:aws:iam::123456789012:mfa/user</code>). You can find the device for an IAM user by going to the AWS Management Console and viewing the user's security credentials. </p> <p>The regex used to validate this parameter is a string of characters consisting of upper- and lower-case alphanumeric characters with no spaces. You can also include underscores or any of the following characters: =,.@-</p>"
"documentation":"<p>The identification number of the MFA device that is associated with the IAM user who is making the <code>GetSessionToken</code> call. Specify this value if the IAM user has a policy that requires MFA authentication. The value is either the serial number for a hardware device (such as <code>GAHT12345678</code>) or an Amazon Resource Name (ARN) for a virtual device (such as <code>arn:aws:iam::123456789012:mfa/user</code>). You can find the device for an IAM user by going to the AWS Management Console and viewing the user's security credentials. </p> <p>The regex used to validated this parameter is a string of characters consisting of upper- and lower-case alphanumeric characters with no spaces. You can also include underscores or any of the following characters: =,.@:/-</p>"
},
"TokenCode":{
"shape":"tokenCodeType",
Expand Down Expand Up @@ -611,7 +611,7 @@
"SubjectType":{"type":"string"},
"accessKeyIdType":{
"type":"string",
"max":32,
"max":128,
"min":16,
"pattern":"[\\w]*"
},
Expand All @@ -625,7 +625,7 @@
},
"assumedRoleIdType":{
"type":"string",
"max":96,
"max":193,
"min":2,
"pattern":"[\\w+=,.@:-]*"
},
Expand Down Expand Up @@ -655,7 +655,7 @@
},
"federatedIdType":{
"type":"string",
"max":96,
"max":193,
"min":2,
"pattern":"[\\w+=,.@\\:-]*"
},
Expand Down
4 changes: 4 additions & 0 deletions apis/sts-2011-06-15.paginators.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"pagination": {
}
}

0 comments on commit 5f19aba

Please sign in to comment.