Skip to content

Commit

Permalink
Updates SDK to v2.1663.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Jul 24, 2024
1 parent 8539c1b commit e712811
Show file tree
Hide file tree
Showing 26 changed files with 1,975 additions and 616 deletions.
22 changes: 22 additions & 0 deletions .changes/2.1663.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
[
{
"type": "feature",
"category": "CleanRooms",
"description": "Three enhancements to the AWS Clean Rooms: Disallowed Output Columns, Flexible Result Receivers, SQL as a Seed"
},
{
"type": "feature",
"category": "IoTSiteWise",
"description": "Adds support for creating SiteWise Edge gateways that run on a Siemens Industrial Edge Device."
},
{
"type": "feature",
"category": "MediaPackageV2",
"description": "This release adds support for Irdeto DRM encryption in DASH manifests."
},
{
"type": "feature",
"category": "MedicalImaging",
"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."
}
]
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.1662.0-->
<!--LATEST=2.1663.0-->
<!--ENTRYINSERT-->

## 2.1663.0
* feature: CleanRooms: Three enhancements to the AWS Clean Rooms: Disallowed Output Columns, Flexible Result Receivers, SQL as a Seed
* feature: IoTSiteWise: Adds support for creating SiteWise Edge gateways that run on a Siemens Industrial Edge Device.
* feature: MediaPackageV2: This release adds support for Irdeto DRM encryption in DASH manifests.
* 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.

## 2.1662.0
* feature: AppSync: Adding support for paginators in AppSync list APIs
* 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.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ require('aws-sdk/lib/maintenance_mode_message').suppress = true;
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.1662.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1663.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 e712811

Please sign in to comment.