Skip to content

Commit e712811

Browse files
author
awstools
committed
Updates SDK to v2.1663.0
1 parent 8539c1b commit e712811

26 files changed

+1975
-616
lines changed

.changes/2.1663.0.json

+22
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
[
2+
{
3+
"type": "feature",
4+
"category": "CleanRooms",
5+
"description": "Three enhancements to the AWS Clean Rooms: Disallowed Output Columns, Flexible Result Receivers, SQL as a Seed"
6+
},
7+
{
8+
"type": "feature",
9+
"category": "IoTSiteWise",
10+
"description": "Adds support for creating SiteWise Edge gateways that run on a Siemens Industrial Edge Device."
11+
},
12+
{
13+
"type": "feature",
14+
"category": "MediaPackageV2",
15+
"description": "This release adds support for Irdeto DRM encryption in DASH manifests."
16+
},
17+
{
18+
"type": "feature",
19+
"category": "MedicalImaging",
20+
"description": "CopyImageSet API adds copying selected instances between image sets, and overriding inconsistent metadata with a force parameter. UpdateImageSetMetadata API enables reverting to prior versions; updates to Study, Series, and SOP Instance UIDs; and updates to private elements, with a force parameter."
21+
}
22+
]

CHANGELOG.md

+7-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,13 @@
11
# Changelog for AWS SDK for JavaScript
2-
<!--LATEST=2.1662.0-->
2+
<!--LATEST=2.1663.0-->
33
<!--ENTRYINSERT-->
44

5+
## 2.1663.0
6+
* feature: CleanRooms: Three enhancements to the AWS Clean Rooms: Disallowed Output Columns, Flexible Result Receivers, SQL as a Seed
7+
* feature: IoTSiteWise: Adds support for creating SiteWise Edge gateways that run on a Siemens Industrial Edge Device.
8+
* feature: MediaPackageV2: This release adds support for Irdeto DRM encryption in DASH manifests.
9+
* feature: MedicalImaging: CopyImageSet API adds copying selected instances between image sets, and overriding inconsistent metadata with a force parameter. UpdateImageSetMetadata API enables reverting to prior versions; updates to Study, Series, and SOP Instance UIDs; and updates to private elements, with a force parameter.
10+
511
## 2.1662.0
612
* feature: AppSync: Adding support for paginators in AppSync list APIs
713
* feature: CleanRooms: This release adds AWS Entity Resolution integration to associate ID namespaces & ID mapping workflow resources as part of ID namespace association and ID mapping table in AWS Clean Rooms. It also introduces a new ID_MAPPING_TABLE analysis rule to manage the protection on ID mapping table.

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ require('aws-sdk/lib/maintenance_mode_message').suppress = true;
6464
To use the SDK in the browser, simply add the following script tag to your
6565
HTML pages:
6666

67-
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1662.0.min.js"></script>
67+
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1663.0.min.js"></script>
6868

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

0 commit comments

Comments
 (0)