Skip to content

Commit

Permalink
Updates SDK to v2.1620.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed May 14, 2024
1 parent 9fa5e87 commit 1db6e7e
Show file tree
Hide file tree
Showing 16 changed files with 1,769 additions and 1,022 deletions.
12 changes: 12 additions & 0 deletions .changes/2.1620.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
[
{
"type": "feature",
"category": "Connect",
"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."
},
{
"type": "feature",
"category": "S3",
"description": "Updated a few x-id in the http uri traits"
}
]
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
# Changelog for AWS SDK for JavaScript
<!--LATEST=2.1619.0-->
<!--LATEST=2.1620.0-->
<!--ENTRYINSERT-->

## 2.1620.0
* 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.
* feature: S3: Updated a few x-id in the http uri traits

## 2.1619.0
* 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.
* feature: VPCLattice: This release adds TLS Passthrough support. It also increases max number of target group per rule to 10.
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.1619.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1620.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

0 comments on commit 1db6e7e

Please sign in to comment.