Skip to content

Commit

Permalink
Updates SDK to v2.1119.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Apr 21, 2022
1 parent 514a641 commit 3427bf5
Show file tree
Hide file tree
Showing 35 changed files with 4,660 additions and 948 deletions.
37 changes: 37 additions & 0 deletions .changes/2.1119.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
[
{
"type": "feature",
"category": "Glue",
"description": "This release adds APIs to create, read, delete, list, and batch read of Glue custom entity types"
},
{
"type": "feature",
"category": "IoTSiteWise",
"description": "This release adds 3 new batch data query APIs : BatchGetAssetPropertyValue, BatchGetAssetPropertyValueHistory and BatchGetAssetPropertyAggregates"
},
{
"type": "feature",
"category": "IoTTwinMaker",
"description": "General availability (GA) for AWS IoT TwinMaker. For more information, see https://docs.aws.amazon.com/iot-twinmaker/latest/apireference/Welcome.html"
},
{
"type": "feature",
"category": "LookoutMetrics",
"description": "Added DetectMetricSetConfig API for detecting configuration required for creating metric set from provided S3 data source."
},
{
"type": "feature",
"category": "MediaTailor",
"description": "This release introduces tiered channels and adds support for live sources. Customers using a STANDARD channel can now create programs using live sources."
},
{
"type": "feature",
"category": "StorageGateway",
"description": "This release adds support for minimum of 5 character length virtual tape barcodes."
},
{
"type": "feature",
"category": "Wisdom",
"description": "This release updates the GetRecommendations API to include a trigger event list for classifying and grouping recommendations."
}
]
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,16 @@
# Changelog for AWS SDK for JavaScript
<!--LATEST=2.1118.0-->
<!--LATEST=2.1119.0-->
<!--ENTRYINSERT-->

## 2.1119.0
* feature: Glue: This release adds APIs to create, read, delete, list, and batch read of Glue custom entity types
* feature: IoTSiteWise: This release adds 3 new batch data query APIs : BatchGetAssetPropertyValue, BatchGetAssetPropertyValueHistory and BatchGetAssetPropertyAggregates
* feature: IoTTwinMaker: General availability (GA) for AWS IoT TwinMaker. For more information, see https://docs.aws.amazon.com/iot-twinmaker/latest/apireference/Welcome.html
* feature: LookoutMetrics: Added DetectMetricSetConfig API for detecting configuration required for creating metric set from provided S3 data source.
* feature: MediaTailor: This release introduces tiered channels and adds support for live sources. Customers using a STANDARD channel can now create programs using live sources.
* feature: StorageGateway: This release adds support for minimum of 5 character length virtual tape barcodes.
* feature: Wisdom: This release updates the GetRecommendations API to include a trigger event list for classifying and grouping recommendations.

## 2.1118.0
* feature: Connect: This release adds APIs to search, claim, release, list, update, and describe phone numbers. You can also use them to associate and disassociate contact flows to phone numbers.
* feature: Macie2: Sensitive data findings in Amazon Macie now indicate how Macie found the sensitive data that produced a finding (originType).
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ For release notes, see the [CHANGELOG](https://github.com/aws/aws-sdk-js/blob/ma
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.1118.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1119.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
18 changes: 9 additions & 9 deletions apis/elasticache-2015-02-02.normal.json

Large diffs are not rendered by default.

Loading

0 comments on commit 3427bf5

Please sign in to comment.