Skip to content

Commit

Permalink
Updates SDK to v2.754.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Sep 16, 2020
1 parent fc9fdfb commit b6a4566
Show file tree
Hide file tree
Showing 23 changed files with 3,391 additions and 298 deletions.
22 changes: 22 additions & 0 deletions .changes/2.754.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
[
{
"type": "feature",
"category": "Connect",
"description": "This release adds support for contact flows and routing profiles. For details, see the Release Notes in the Amazon Connect Administrator Guide."
},
{
"type": "feature",
"category": "DLM",
"description": "Customers can now provide multiple schedules within a single Data Lifecycle Manager (DLM) policy. Each schedule supports tagging, Fast Snapshot Restore (FSR) and cross region copy individually."
},
{
"type": "feature",
"category": "Greengrass",
"description": "This release includes the ability to set run-time configuration for a Greengrass core. The Telemetry feature, also included in this release, can be configured via run-time configuration per core."
},
{
"type": "feature",
"category": "ServiceCatalog",
"description": "Enhance DescribeProvisionedProduct API to allow useProvisionedProduct Name as Input, so customer can provide ProvisionedProduct Name instead of ProvisionedProduct Id to describe a ProvisionedProduct."
}
]
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,13 @@
# Changelog for AWS SDK for JavaScript
<!--LATEST=2.753.0-->
<!--LATEST=2.754.0-->
<!--ENTRYINSERT-->

## 2.754.0
* feature: Connect: This release adds support for contact flows and routing profiles. For details, see the Release Notes in the Amazon Connect Administrator Guide.
* feature: DLM: Customers can now provide multiple schedules within a single Data Lifecycle Manager (DLM) policy. Each schedule supports tagging, Fast Snapshot Restore (FSR) and cross region copy individually.
* feature: Greengrass: This release includes the ability to set run-time configuration for a Greengrass core. The Telemetry feature, also included in this release, can be configured via run-time configuration per core.
* feature: ServiceCatalog: Enhance DescribeProvisionedProduct API to allow useProvisionedProduct Name as Input, so customer can provide ProvisionedProduct Name instead of ProvisionedProduct Id to describe a ProvisionedProduct.

## 2.753.0
* feature: EC2: T4g instances are powered by AWS Graviton2 processors
* feature: Kafka: Added new API's to support SASL SCRAM Authentication with MSK Clusters.
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.753.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.754.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 b6a4566

Please sign in to comment.