Skip to content

Commit 1db6e7e

Browse files
author
awstools
committed
Updates SDK to v2.1620.0
1 parent 9fa5e87 commit 1db6e7e

16 files changed

+1769
-1022
lines changed

.changes/2.1620.0.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
[
2+
{
3+
"type": "feature",
4+
"category": "Connect",
5+
"description": "Amazon Connect provides enhanced search capabilities for flows & flow modules on the Connect admin website and programmatically using APIs. You can search for flows and flow modules by name, description, type, status, and tags, to filter and identify a specific flow in your Connect instances."
6+
},
7+
{
8+
"type": "feature",
9+
"category": "S3",
10+
"description": "Updated a few x-id in the http uri traits"
11+
}
12+
]

CHANGELOG.md

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

5+
## 2.1620.0
6+
* feature: Connect: Amazon Connect provides enhanced search capabilities for flows & flow modules on the Connect admin website and programmatically using APIs. You can search for flows and flow modules by name, description, type, status, and tags, to filter and identify a specific flow in your Connect instances.
7+
* feature: S3: Updated a few x-id in the http uri traits
8+
59
## 2.1619.0
610
* feature: EventBridge: Amazon EventBridge introduces KMS customer-managed key (CMK) encryption support for custom and partner events published on EventBridge Event Bus (including default bus) and UpdateEventBus API.
711
* feature: VPCLattice: This release adds TLS Passthrough support. It also increases max number of target group per rule to 10.

README.md

Lines changed: 1 addition & 1 deletion
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.1619.0.min.js"></script>
67+
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1620.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)