Skip to content

Commit

Permalink
Updates SDK to v2.609.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Jan 23, 2020
1 parent 3427cde commit 98b098b
Show file tree
Hide file tree
Showing 16 changed files with 1,426 additions and 701 deletions.
12 changes: 12 additions & 0 deletions .changes/2.609.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
[
{
"type": "feature",
"category": "IAM",
"description": "This release enables the Identity and Access Management policy simulator to simulate permissions boundary policies."
},
{
"type": "feature",
"category": "RDS",
"description": "This SDK release introduces APIs that automate the export of Amazon RDS snapshot data to Amazon S3. The new APIs include: StartExportTask, CancelExportTask, DescribeExportTasks. These APIs automate the extraction of data from an RDS snapshot and export it to an Amazon S3 bucket. The data is stored in a compressed, consistent, and query-able format. After the data is exported, you can query it directly using tools such as Amazon Athena or Redshift Spectrum. You can also consume the data as part of a data lake solution. If you archive the data in S3 Infrequent Access or Glacier, you can reduce long term data storage costs by applying data lifecycle policies."
}
]
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.608.0-->
<!--LATEST=2.609.0-->
<!--ENTRYINSERT-->

## 2.609.0
* feature: IAM: This release enables the Identity and Access Management policy simulator to simulate permissions boundary policies.
* feature: RDS: This SDK release introduces APIs that automate the export of Amazon RDS snapshot data to Amazon S3. The new APIs include: StartExportTask, CancelExportTask, DescribeExportTasks. These APIs automate the extraction of data from an RDS snapshot and export it to an Amazon S3 bucket. The data is stored in a compressed, consistent, and query-able format. After the data is exported, you can query it directly using tools such as Amazon Athena or Redshift Spectrum. You can also consume the data as part of a data lake solution. If you archive the data in S3 Infrequent Access or Glacier, you can reduce long term data storage costs by applying data lifecycle policies.

## 2.608.0
* feature: CodePipeline: AWS CodePipeline enables an ability to stop pipeline executions.
* feature: EC2: Add an enum value to the result of DescribeByoipCidrs to support CIDRs that are not publicly advertisable.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,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.608.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.609.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
28 changes: 24 additions & 4 deletions apis/iam-2010-05-08.min.json
Original file line number Diff line number Diff line change
Expand Up @@ -2830,6 +2830,9 @@
"PolicyInputList": {
"shape": "S4r"
},
"PermissionsBoundaryPolicyInputList": {
"shape": "S4r"
},
"ActionNames": {
"shape": "S9t"
},
Expand Down Expand Up @@ -2866,6 +2869,9 @@
"PolicyInputList": {
"shape": "S4r"
},
"PermissionsBoundaryPolicyInputList": {
"shape": "S4r"
},
"ActionNames": {
"shape": "S9t"
},
Expand Down Expand Up @@ -2930,7 +2936,7 @@
"members": {
"RoleName": {},
"TagKeys": {
"shape": "San"
"shape": "Sao"
}
}
}
Expand All @@ -2945,7 +2951,7 @@
"members": {
"UserName": {},
"TagKeys": {
"shape": "San"
"shape": "Sao"
}
}
}
Expand Down Expand Up @@ -3706,9 +3712,12 @@
}
}
},
"EvalDecisionDetails": {
"PermissionsBoundaryDecisionDetail": {
"shape": "Saf"
},
"EvalDecisionDetails": {
"shape": "Sag"
},
"ResourceSpecificResults": {
"type": "list",
"member": {
Expand All @@ -3727,6 +3736,9 @@
"shape": "S4t"
},
"EvalDecisionDetails": {
"shape": "Sag"
},
"PermissionsBoundaryDecisionDetail": {
"shape": "Saf"
}
}
Expand Down Expand Up @@ -3769,11 +3781,19 @@
}
},
"Saf": {
"type": "structure",
"members": {
"AllowedByPermissionsBoundary": {
"type": "boolean"
}
}
},
"Sag": {
"type": "map",
"key": {},
"value": {}
},
"San": {
"Sao": {
"type": "list",
"member": {}
}
Expand Down
Loading

0 comments on commit 98b098b

Please sign in to comment.