Skip to content

Commit 4c39e8a

Browse files
author
awstools
committed
Updates SDK to v2.1107.0
1 parent 92b48a9 commit 4c39e8a

20 files changed

+1080
-682
lines changed

.changes/2.1107.0.json

+17
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
[
2+
{
3+
"type": "feature",
4+
"category": "Iot",
5+
"description": "AWS IoT - AWS IoT Device Defender adds support to list metric datapoints collected for IoT devices through the ListMetricValues API"
6+
},
7+
{
8+
"type": "feature",
9+
"category": "Proton",
10+
"description": "SDK release to support tagging for AWS Proton Repository resource"
11+
},
12+
{
13+
"type": "feature",
14+
"category": "ServiceCatalog",
15+
"description": "This release adds ProvisioningArtifictOutputKeys to DescribeProvisioningParameters to reference the outputs of a Provisioned Product and deprecates ProvisioningArtifactOutputs."
16+
}
17+
]

CHANGELOG.md

+6-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,12 @@
11
# Changelog for AWS SDK for JavaScript
2-
<!--LATEST=2.1106.0-->
2+
<!--LATEST=2.1107.0-->
33
<!--ENTRYINSERT-->
44

5+
## 2.1107.0
6+
* feature: Iot: AWS IoT - AWS IoT Device Defender adds support to list metric datapoints collected for IoT devices through the ListMetricValues API
7+
* feature: Proton: SDK release to support tagging for AWS Proton Repository resource
8+
* feature: ServiceCatalog: This release adds ProvisioningArtifictOutputKeys to DescribeProvisioningParameters to reference the outputs of a Provisioned Product and deprecates ProvisioningArtifactOutputs.
9+
510
## 2.1106.0
611
* feature: Connect: This release updates these APIs: UpdateInstanceAttribute, DescribeInstanceAttribute and ListInstanceAttributes. You can use it to programmatically enable/disable multi-party conferencing using attribute type MULTI_PARTY_CONFERENCING on the specified Amazon Connect instance.
712

README.md

+1-1
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.1106.0.min.js"></script>
32+
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1107.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

0 commit comments

Comments
 (0)