Skip to content

Commit 3427bf5

Browse files
author
awstools
committed
Updates SDK to v2.1119.0
1 parent 514a641 commit 3427bf5

35 files changed

+4660
-948
lines changed

.changes/2.1119.0.json

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
[
2+
{
3+
"type": "feature",
4+
"category": "Glue",
5+
"description": "This release adds APIs to create, read, delete, list, and batch read of Glue custom entity types"
6+
},
7+
{
8+
"type": "feature",
9+
"category": "IoTSiteWise",
10+
"description": "This release adds 3 new batch data query APIs : BatchGetAssetPropertyValue, BatchGetAssetPropertyValueHistory and BatchGetAssetPropertyAggregates"
11+
},
12+
{
13+
"type": "feature",
14+
"category": "IoTTwinMaker",
15+
"description": "General availability (GA) for AWS IoT TwinMaker. For more information, see https://docs.aws.amazon.com/iot-twinmaker/latest/apireference/Welcome.html"
16+
},
17+
{
18+
"type": "feature",
19+
"category": "LookoutMetrics",
20+
"description": "Added DetectMetricSetConfig API for detecting configuration required for creating metric set from provided S3 data source."
21+
},
22+
{
23+
"type": "feature",
24+
"category": "MediaTailor",
25+
"description": "This release introduces tiered channels and adds support for live sources. Customers using a STANDARD channel can now create programs using live sources."
26+
},
27+
{
28+
"type": "feature",
29+
"category": "StorageGateway",
30+
"description": "This release adds support for minimum of 5 character length virtual tape barcodes."
31+
},
32+
{
33+
"type": "feature",
34+
"category": "Wisdom",
35+
"description": "This release updates the GetRecommendations API to include a trigger event list for classifying and grouping recommendations."
36+
}
37+
]

CHANGELOG.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,16 @@
11
# Changelog for AWS SDK for JavaScript
2-
<!--LATEST=2.1118.0-->
2+
<!--LATEST=2.1119.0-->
33
<!--ENTRYINSERT-->
44

5+
## 2.1119.0
6+
* feature: Glue: This release adds APIs to create, read, delete, list, and batch read of Glue custom entity types
7+
* feature: IoTSiteWise: This release adds 3 new batch data query APIs : BatchGetAssetPropertyValue, BatchGetAssetPropertyValueHistory and BatchGetAssetPropertyAggregates
8+
* feature: IoTTwinMaker: General availability (GA) for AWS IoT TwinMaker. For more information, see https://docs.aws.amazon.com/iot-twinmaker/latest/apireference/Welcome.html
9+
* feature: LookoutMetrics: Added DetectMetricSetConfig API for detecting configuration required for creating metric set from provided S3 data source.
10+
* 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.
11+
* feature: StorageGateway: This release adds support for minimum of 5 character length virtual tape barcodes.
12+
* feature: Wisdom: This release updates the GetRecommendations API to include a trigger event list for classifying and grouping recommendations.
13+
514
## 2.1118.0
615
* 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.
716
* feature: Macie2: Sensitive data findings in Amazon Macie now indicate how Macie found the sensitive data that produced a finding (originType).

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ For release notes, see the [CHANGELOG](https://github.com/aws/aws-sdk-js/blob/ma
2929
To use the SDK in the browser, simply add the following script tag to your
3030
HTML pages:
3131

32-
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1118.0.min.js"></script>
32+
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1119.0.min.js"></script>
3333

3434
You can also build a custom browser SDK with your specified set of AWS services.
3535
This can allow you to reduce the SDK's size, specify different API versions of

apis/elasticache-2015-02-02.normal.json

Lines changed: 9 additions & 9 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)