Skip to content

Commit

Permalink
Updates SDK to v2.21.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Feb 27, 2017
1 parent e43c127 commit bc5aab6
Show file tree
Hide file tree
Showing 48 changed files with 14,296 additions and 576 deletions.
27 changes: 27 additions & 0 deletions .changes/2.21.0.json
@@ -0,0 +1,27 @@
[
{
"type": "feature",
"category": "DynamoDB",
"description": "Time to Live (TTL) is a feature that allows you to define when items in a table expire and can be purged from the database, so that you don't have to track expired data and delete it manually. With TTL enabled on a DynamoDB table, you can set a timestamp for deletion on a per-item basis, allowing you to limit storage usage to only those records that are relevant."
},
{
"type": "feature",
"category": "DynamoDBStreams",
"description": "Time to Live (TTL) is a feature that allows you to define when items in a table expire and can be purged from the database, so that you don't have to track expired data and delete it manually. With TTL enabled on a DynamoDB table, you can set a timestamp for deletion on a per-item basis, allowing you to limit storage usage to only those records that are relevant."
},
{
"type": "feature",
"category": "IAM",
"description": "This release adds support for AWS Organizations service control policies (SCPs) to SimulatePrincipalPolicy operation. If there are SCPs associated with the simulated user's account, their effect on the result is captured in the OrganizationDecisionDetail element in the EvaluationResult."
},
{
"type": "feature",
"category": "MechanicalTurkRequester",
"description": "Amazon Mechanical Turk is a web service that provides an on-demand, scalable, human workforce to complete jobs that humans can do better than computers, for example, recognizing objects in photos."
},
{
"type": "feature",
"category": "Organizations",
"description": "AWS Organizations is a web service that enables you to consolidate your multiple AWS accounts into an organization and centrally manage your accounts and their resources."
}
]
9 changes: 8 additions & 1 deletion CHANGELOG.md
@@ -1,7 +1,14 @@
# Changelog for AWS SDK for JavaScript
<!--LATEST=2.20.0-->
<!--LATEST=2.21.0-->
<!--ENTRYINSERT-->

## 2.21.0
* feature: DynamoDB: Time to Live (TTL) is a feature that allows you to define when items in a table expire and can be purged from the database, so that you don't have to track expired data and delete it manually. With TTL enabled on a DynamoDB table, you can set a timestamp for deletion on a per-item basis, allowing you to limit storage usage to only those records that are relevant.
* feature: DynamoDBStreams: Time to Live (TTL) is a feature that allows you to define when items in a table expire and can be purged from the database, so that you don't have to track expired data and delete it manually. With TTL enabled on a DynamoDB table, you can set a timestamp for deletion on a per-item basis, allowing you to limit storage usage to only those records that are relevant.
* feature: IAM: This release adds support for AWS Organizations service control policies (SCPs) to SimulatePrincipalPolicy operation. If there are SCPs associated with the simulated user's account, their effect on the result is captured in the OrganizationDecisionDetail element in the EvaluationResult.
* feature: MechanicalTurkRequester: Amazon Mechanical Turk is a web service that provides an on-demand, scalable, human workforce to complete jobs that humans can do better than computers, for example, recognizing objects in photos.
* feature: Organizations: AWS Organizations is a web service that enables you to consolidate your multiple AWS accounts into an organization and centrally manage your accounts and their resources.

## 2.20.0
* feature: ES: Added three new API calls to expose Amazon Elasticsearch imposed limits.

Expand Down
2 changes: 1 addition & 1 deletion README.md
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.20.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.21.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
77 changes: 68 additions & 9 deletions apis/dynamodb-2012-08-10.min.json
Expand Up @@ -262,6 +262,29 @@
}
}
},
"DescribeTimeToLive": {
"input": {
"type": "structure",
"required": [
"TableName"
],
"members": {
"TableName": {}
}
},
"output": {
"type": "structure",
"members": {
"TimeToLiveDescription": {
"type": "structure",
"members": {
"TimeToLiveStatus": {},
"AttributeName": {}
}
}
}
}
},
"GetItem": {
"input": {
"type": "structure",
Expand Down Expand Up @@ -335,7 +358,7 @@
"type": "structure",
"members": {
"Tags": {
"shape": "S35"
"shape": "S3a"
},
"NextToken": {}
}
Expand Down Expand Up @@ -407,11 +430,11 @@
"type": "map",
"key": {},
"value": {
"shape": "S3f"
"shape": "S3k"
}
},
"QueryFilter": {
"shape": "S3g"
"shape": "S3l"
},
"ConditionalOperator": {},
"ScanIndexForward": {
Expand Down Expand Up @@ -470,7 +493,7 @@
},
"Select": {},
"ScanFilter": {
"shape": "S3g"
"shape": "S3l"
},
"ConditionalOperator": {},
"ExclusiveStartKey": {
Expand Down Expand Up @@ -527,7 +550,7 @@
"members": {
"ResourceArn": {},
"Tags": {
"shape": "S35"
"shape": "S3a"
}
}
}
Expand Down Expand Up @@ -683,6 +706,29 @@
}
}
}
},
"UpdateTimeToLive": {
"input": {
"type": "structure",
"required": [
"TableName",
"TimeToLiveSpecification"
],
"members": {
"TableName": {},
"TimeToLiveSpecification": {
"shape": "S4a"
}
}
},
"output": {
"type": "structure",
"members": {
"TimeToLiveSpecification": {
"shape": "S4a"
}
}
}
}
},
"shapes": {
Expand Down Expand Up @@ -1080,7 +1126,7 @@
"shape": "S8"
}
},
"S35": {
"S3a": {
"type": "list",
"member": {
"type": "structure",
Expand All @@ -1094,7 +1140,7 @@
}
}
},
"S3f": {
"S3k": {
"type": "structure",
"required": [
"ComparisonOperator"
Expand All @@ -1106,11 +1152,24 @@
"ComparisonOperator": {}
}
},
"S3g": {
"S3l": {
"type": "map",
"key": {},
"value": {
"shape": "S3f"
"shape": "S3k"
}
},
"S4a": {
"type": "structure",
"required": [
"Enabled",
"AttributeName"
],
"members": {
"Enabled": {
"type": "boolean"
},
"AttributeName": {}
}
}
}
Expand Down

0 comments on commit bc5aab6

Please sign in to comment.