Skip to content

Commit

Permalink
Updates SDK to v2.1340.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Mar 21, 2023
1 parent 05a0d49 commit f990ba2
Show file tree
Hide file tree
Showing 25 changed files with 5,407 additions and 1,886 deletions.
27 changes: 27 additions & 0 deletions .changes/2.1340.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
[
{
"type": "feature",
"category": "ChimeSDKMessaging",
"description": "Amazon Chime SDK messaging customers can now manage streaming configuration for messaging data for archival and analysis."
},
{
"type": "feature",
"category": "CleanRooms",
"description": "GA Release of AWS Clean Rooms, Added Tagging Functionality"
},
{
"type": "feature",
"category": "EC2",
"description": "This release adds support for AWS Network Firewall, AWS PrivateLink, and Gateway Load Balancers to Amazon VPC Reachability Analyzer, and it makes the path destination optional as long as a destination address in the filter at source is provided."
},
{
"type": "feature",
"category": "IoTSiteWise",
"description": "Provide support for tagging of data streams and enabling tag based authorization for property alias"
},
{
"type": "feature",
"category": "Mgn",
"description": "This release introduces the Import and export feature and expansion of the post-launch actions"
}
]
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,14 @@
# Changelog for AWS SDK for JavaScript
<!--LATEST=2.1339.0-->
<!--LATEST=2.1340.0-->
<!--ENTRYINSERT-->

## 2.1340.0
* feature: ChimeSDKMessaging: Amazon Chime SDK messaging customers can now manage streaming configuration for messaging data for archival and analysis.
* feature: CleanRooms: GA Release of AWS Clean Rooms, Added Tagging Functionality
* feature: EC2: This release adds support for AWS Network Firewall, AWS PrivateLink, and Gateway Load Balancers to Amazon VPC Reachability Analyzer, and it makes the path destination optional as long as a destination address in the filter at source is provided.
* feature: IoTSiteWise: Provide support for tagging of data streams and enabling tag based authorization for property alias
* feature: Mgn: This release introduces the Import and export feature and expansion of the post-launch actions

## 2.1339.0
* feature: ApplicationAutoScaling: With this release customers can now tag their Application Auto Scaling registered targets with key-value pairs and manage IAM permissions for all the tagged resources centrally.
* feature: Neptune: This release makes following few changes. db-cluster-identifier is now a required parameter of create-db-instance. describe-db-cluster will now return PendingModifiedValues and GlobalClusterIdentifier fields in the response.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,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.1339.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1340.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 f990ba2

Please sign in to comment.