Skip to content

Commit

Permalink
Updates SDK to v2.7.22
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Jan 16, 2017
1 parent ad0ab1f commit be97613
Show file tree
Hide file tree
Showing 32 changed files with 2,214 additions and 708 deletions.
12 changes: 12 additions & 0 deletions .changes/2.7.22.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
[
{
"type": "feature",
"category": "CUR",
"description": "The AWS Cost and Usage Report Service API allows you to enable and disable the Cost & Usage report, as well as modify the report name, the data granularity, and the delivery preferences."
},
{
"type": "bugfix",
"category": "DynamoDB.DocumentClient",
"description": "Allows objects created using Object.create(null) to be properly serialized by the DDB document client."
}
]
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.7.21-->
<!--LATEST=2.7.22-->
<!--ENTRYINSERT-->

## 2.7.22
* feature: CUR: The AWS Cost and Usage Report Service API allows you to enable and disable the Cost & Usage report, as well as modify the report name, the data granularity, and the delivery preferences.
* bugfix: DynamoDB.DocumentClient: Allows objects created using Object.create(null) to be properly serialized by the DDB document client.

## 2.7.21
* feature: ConfigService: Updates putConfigRule to support using/writing rules based on the OversizedConfigurationItemChangeNotification message type.
* feature: MarketplaceCommerceAnalytics: Added support for data set disbursed_amount_by_instance_hours, with historical data available starting 2012-09-04. New data is published to this data set every 30 days.
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.7.21.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.7.22.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
21 changes: 12 additions & 9 deletions apis/config-2014-11-12.normal.json
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,8 @@
"output":{"shape":"DescribeComplianceByConfigRuleResponse"},
"errors":[
{"shape":"InvalidParameterValueException"},
{"shape":"NoSuchConfigRuleException"}
{"shape":"NoSuchConfigRuleException"},
{"shape":"InvalidNextTokenException"}
],
"documentation":"<p>Indicates whether the specified AWS Config rules are compliant. If a rule is noncompliant, this action returns the number of AWS resources that do not comply with the rule.</p> <p>A rule is compliant if all of the evaluated resources comply with it, and it is noncompliant if any of these resources do not comply.</p> <p>If AWS Config has no current evaluation results for the rule, it returns <code>INSUFFICIENT_DATA</code>. This result might indicate one of the following conditions:</p> <ul> <li> <p>AWS Config has never invoked an evaluation for the rule. To check whether it has, use the <code>DescribeConfigRuleEvaluationStatus</code> action to get the <code>LastSuccessfulInvocationTime</code> and <code>LastFailedInvocationTime</code>.</p> </li> <li> <p>The rule's AWS Lambda function is failing to send evaluation results to AWS Config. Verify that the role that you assigned to your configuration recorder includes the <code>config:PutEvaluations</code> permission. If the rule is a custom rule, verify that the AWS Lambda execution role includes the <code>config:PutEvaluations</code> permission.</p> </li> <li> <p>The rule's AWS Lambda function has returned <code>NOT_APPLICABLE</code> for all evaluation results. This can occur if the resources were deleted or removed from the rule's scope.</p> </li> </ul>"
},
Expand Down Expand Up @@ -117,7 +118,8 @@
"output":{"shape":"DescribeConfigRuleEvaluationStatusResponse"},
"errors":[
{"shape":"NoSuchConfigRuleException"},
{"shape":"InvalidParameterValueException"}
{"shape":"InvalidParameterValueException"},
{"shape":"InvalidNextTokenException"}
],
"documentation":"<p>Returns status information for each of your AWS managed Config rules. The status includes information such as the last time AWS Config invoked the rule, the last time AWS Config failed to invoke the rule, and the related error for the last failure.</p>"
},
Expand All @@ -130,7 +132,8 @@
"input":{"shape":"DescribeConfigRulesRequest"},
"output":{"shape":"DescribeConfigRulesResponse"},
"errors":[
{"shape":"NoSuchConfigRuleException"}
{"shape":"NoSuchConfigRuleException"},
{"shape":"InvalidNextTokenException"}
],
"documentation":"<p>Returns details about your AWS Config rules.</p>"
},
Expand Down Expand Up @@ -1011,7 +1014,7 @@
},
"NextToken":{
"shape":"String",
"documentation":"<p>The <code>nextToken</code> string returned on a previous page that you use to get the next page of results in a paginated response.</p>"
"documentation":"<p>The <code>NextToken</code> string returned on a previous page that you use to get the next page of results in a paginated response.</p>"
}
},
"documentation":"<p/>"
Expand Down Expand Up @@ -1051,7 +1054,7 @@
},
"NextToken":{
"shape":"NextToken",
"documentation":"<p>The <code>nextToken</code> string returned on a previous page that you use to get the next page of results in a paginated response.</p>"
"documentation":"<p>The <code>NextToken</code> string returned on a previous page that you use to get the next page of results in a paginated response.</p>"
}
},
"documentation":"<p/>"
Expand Down Expand Up @@ -1111,7 +1114,7 @@
},
"NextToken":{
"shape":"String",
"documentation":"<p>The <code>nextToken</code> string returned on a previous page that you use to get the next page of results in a paginated response.</p>"
"documentation":"<p>The <code>NextToken</code> string returned on a previous page that you use to get the next page of results in a paginated response.</p>"
}
},
"documentation":"<p/>"
Expand Down Expand Up @@ -1342,7 +1345,7 @@
},
"NextToken":{
"shape":"NextToken",
"documentation":"<p>The <code>nextToken</code> string returned on a previous page that you use to get the next page of results in a paginated response.</p>"
"documentation":"<p>The <code>NextToken</code> string returned on a previous page that you use to get the next page of results in a paginated response.</p>"
}
},
"documentation":"<p/>"
Expand Down Expand Up @@ -1382,7 +1385,7 @@
},
"NextToken":{
"shape":"String",
"documentation":"<p>The <code>nextToken</code> string returned on a previous page that you use to get the next page of results in a paginated response.</p>"
"documentation":"<p>The <code>NextToken</code> string returned on a previous page that you use to get the next page of results in a paginated response.</p>"
}
},
"documentation":"<p/>"
Expand Down Expand Up @@ -1524,7 +1527,7 @@
"type":"structure",
"members":{
},
"documentation":"<p>The specified next token is invalid. Specify the <code>nextToken</code> string that was returned in the previous response to get the next page of results.</p>",
"documentation":"<p>The specified next token is invalid. Specify the <code>NextToken</code> string that was returned in the previous response to get the next page of results.</p>",
"exception":true
},
"InvalidParameterValueException":{
Expand Down
4 changes: 2 additions & 2 deletions apis/config-2014-11-12.paginators.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
"pagination": {
"GetResourceConfigHistory": {
"input_token": "nextToken",
"output_token": "nextToken",
"limit_key": "limit",
"output_token": "nextToken",
"result_key": "configurationItems"
}
}
}
}
102 changes: 102 additions & 0 deletions apis/cur-2017-01-06.min.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,102 @@
{
"version": "2.0",
"metadata": {
"apiVersion": "2017-01-06",
"endpointPrefix": "cur",
"jsonVersion": "1.1",
"protocol": "json",
"serviceFullName": "AWS Cost and Usage Report Service",
"signatureVersion": "v4",
"signingName": "cur",
"targetPrefix": "AWSOrigamiServiceGatewayService",
"uid": "cur-2017-01-06"
},
"operations": {
"DeleteReportDefinition": {
"input": {
"type": "structure",
"members": {
"ReportName": {}
}
},
"output": {
"type": "structure",
"members": {
"ResponseMessage": {}
}
}
},
"DescribeReportDefinitions": {
"input": {
"type": "structure",
"members": {
"MaxResults": {
"type": "integer"
},
"NextToken": {}
}
},
"output": {
"type": "structure",
"members": {
"ReportDefinitions": {
"type": "list",
"member": {
"shape": "Sa"
}
},
"NextToken": {}
}
}
},
"PutReportDefinition": {
"input": {
"type": "structure",
"required": [
"ReportDefinition"
],
"members": {
"ReportDefinition": {
"shape": "Sa"
}
}
},
"output": {
"type": "structure",
"members": {}
}
}
},
"shapes": {
"Sa": {
"type": "structure",
"required": [
"ReportName",
"TimeUnit",
"Format",
"Compression",
"AdditionalSchemaElements",
"S3Bucket",
"S3Prefix",
"S3Region"
],
"members": {
"ReportName": {},
"TimeUnit": {},
"Format": {},
"Compression": {},
"AdditionalSchemaElements": {
"type": "list",
"member": {}
},
"S3Bucket": {},
"S3Prefix": {},
"S3Region": {},
"AdditionalArtifacts": {
"type": "list",
"member": {}
}
}
}
}
}
Loading

0 comments on commit be97613

Please sign in to comment.