Skip to content

Commit

Permalink
Updates SDK to v2.772.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Oct 15, 2020
1 parent a006fee commit 5fc2927
Show file tree
Hide file tree
Showing 53 changed files with 4,729 additions and 1,061 deletions.
67 changes: 67 additions & 0 deletions .changes/2.772.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,67 @@
[
{
"type": "feature",
"category": "AccessAnalyzer",
"description": "This release adds support for the ApplyArchiveRule api in IAM Access Analyzer. The ApplyArchiveRule api allows users to apply an archive rule retroactively to existing findings in an analyzer."
},
{
"type": "feature",
"category": "Budgets",
"description": "This release introduces AWS Budgets Actions, allowing you to define an explicit response(or set of responses) to take when your budget exceeds it's action threshold."
},
{
"type": "feature",
"category": "CostExplorer",
"description": "This release improves email validation for subscriptions on the SDK endpoints."
},
{
"type": "feature",
"category": "DMS",
"description": "When creating Endpoints, Replication Instances, and Replication Tasks, the feature provides you the option to specify friendly name to the resources."
},
{
"type": "feature",
"category": "GroundStation",
"description": "Adds error message attribute to DescribeContact DataflowDetails"
},
{
"type": "feature",
"category": "Iot",
"description": "Add new variable, lastStatusChangeDate, to DescribeDomainConfiguration API"
},
{
"type": "feature",
"category": "Macie2",
"description": "This release of the Amazon Macie API adds support for pausing and resuming classification jobs. Also, sensitive data findings now include location data for up to 15 occurrences of sensitive data."
},
{
"type": "feature",
"category": "RDS",
"description": "Return tags for all resources in the output of DescribeDBInstances, DescribeDBSnapshots, DescribeDBClusters, and DescribeDBClusterSnapshots API operations."
},
{
"type": "feature",
"category": "Rekognition",
"description": "This SDK Release introduces new API (DetectProtectiveEquipment) for Amazon Rekognition. This release also adds ServiceQuotaExceeded exception to Amazon Rekognition IndexFaces API."
},
{
"type": "feature",
"category": "SSM",
"description": "This Patch Manager release now supports searching for available packages from Amazon Linux and Amazon Linux 2 via the DescribeAvailablePatches API."
},
{
"type": "feature",
"category": "Transfer",
"description": "Add support to associate VPC Security Groups at server creation."
},
{
"type": "feature",
"category": "WorkMail",
"description": "Add CreateOrganization and DeleteOrganization API operations."
},
{
"type": "feature",
"category": "XRay",
"description": "Enhancing CreateGroup, UpdateGroup, GetGroup and GetGroups APIs to support configuring X-Ray Insights Notifications. Adding TraceLimit information into X-Ray BatchGetTraces API response."
}
]
17 changes: 16 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,22 @@
# Changelog for AWS SDK for JavaScript
<!--LATEST=2.771.0-->
<!--LATEST=2.772.0-->
<!--ENTRYINSERT-->

## 2.772.0
* feature: AccessAnalyzer: This release adds support for the ApplyArchiveRule api in IAM Access Analyzer. The ApplyArchiveRule api allows users to apply an archive rule retroactively to existing findings in an analyzer.
* feature: Budgets: This release introduces AWS Budgets Actions, allowing you to define an explicit response(or set of responses) to take when your budget exceeds it's action threshold.
* feature: CostExplorer: This release improves email validation for subscriptions on the SDK endpoints.
* feature: DMS: When creating Endpoints, Replication Instances, and Replication Tasks, the feature provides you the option to specify friendly name to the resources.
* feature: GroundStation: Adds error message attribute to DescribeContact DataflowDetails
* feature: Iot: Add new variable, lastStatusChangeDate, to DescribeDomainConfiguration API
* feature: Macie2: This release of the Amazon Macie API adds support for pausing and resuming classification jobs. Also, sensitive data findings now include location data for up to 15 occurrences of sensitive data.
* feature: RDS: Return tags for all resources in the output of DescribeDBInstances, DescribeDBSnapshots, DescribeDBClusters, and DescribeDBClusterSnapshots API operations.
* feature: Rekognition: This SDK Release introduces new API (DetectProtectiveEquipment) for Amazon Rekognition. This release also adds ServiceQuotaExceeded exception to Amazon Rekognition IndexFaces API.
* feature: SSM: This Patch Manager release now supports searching for available packages from Amazon Linux and Amazon Linux 2 via the DescribeAvailablePatches API.
* feature: Transfer: Add support to associate VPC Security Groups at server creation.
* feature: WorkMail: Add CreateOrganization and DeleteOrganization API operations.
* feature: XRay: Enhancing CreateGroup, UpdateGroup, GetGroup and GetGroups APIs to support configuring X-Ray Insights Notifications. Adding TraceLimit information into X-Ray BatchGetTraces API response.

## 2.771.0
* bugfix: Test: Delete unused variable declarations from test
* feature: Amplify: Performance mode optimizes for faster hosting performance by keeping content cached at the edge for a longer interval - enabling can make code changes can take up to 10 minutes to roll out.
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.771.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.772.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
Loading

0 comments on commit 5fc2927

Please sign in to comment.