Skip to content

Commit

Permalink
Updates SDK to v2.1582.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Mar 20, 2024
1 parent 99076b9 commit f6f996e
Show file tree
Hide file tree
Showing 26 changed files with 1,682 additions and 980 deletions.
27 changes: 27 additions & 0 deletions .changes/2.1582.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
[
{
"type": "feature",
"category": "AccessAnalyzer",
"description": "This release adds support for policy validation and external access findings for DynamoDB tables and streams. IAM Access Analyzer helps you author functional and secure resource-based policies and identify cross-account access. Updated service API, documentation, and paginators."
},
{
"type": "feature",
"category": "Connect",
"description": "This release updates the *InstanceStorageConfig APIs to support a new ResourceType: REAL_TIME_CONTACT_ANALYSIS_CHAT_SEGMENTS. Use this resource type to enable streaming for real-time analysis of chat contacts and to associate a Kinesis stream where real-time analysis chat segments will be published."
},
{
"type": "feature",
"category": "DynamoDB",
"description": "This release introduces 3 new APIs ('GetResourcePolicy', 'PutResourcePolicy' and 'DeleteResourcePolicy') and modifies the existing 'CreateTable' API for the resource-based policy support. It also modifies several APIs to accept a 'TableArn' for the 'TableName' parameter."
},
{
"type": "feature",
"category": "ManagedBlockchainQuery",
"description": "AMB Query: update GetTransaction to include transactionId as input"
},
{
"type": "feature",
"category": "SavingsPlans",
"description": "Introducing the Savings Plans Return feature enabling customers to return their Savings Plans within 7 days of purchase."
}
]
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.1581.0-->
<!--LATEST=2.1582.0-->
<!--ENTRYINSERT-->

## 2.1582.0
* feature: AccessAnalyzer: This release adds support for policy validation and external access findings for DynamoDB tables and streams. IAM Access Analyzer helps you author functional and secure resource-based policies and identify cross-account access. Updated service API, documentation, and paginators.
* feature: Connect: This release updates the *InstanceStorageConfig APIs to support a new ResourceType: REAL_TIME_CONTACT_ANALYSIS_CHAT_SEGMENTS. Use this resource type to enable streaming for real-time analysis of chat contacts and to associate a Kinesis stream where real-time analysis chat segments will be published.
* feature: DynamoDB: This release introduces 3 new APIs ('GetResourcePolicy', 'PutResourcePolicy' and 'DeleteResourcePolicy') and modifies the existing 'CreateTable' API for the resource-based policy support. It also modifies several APIs to accept a 'TableArn' for the 'TableName' parameter.
* feature: ManagedBlockchainQuery: AMB Query: update GetTransaction to include transactionId as input
* feature: SavingsPlans: Introducing the Savings Plans Return feature enabling customers to return their Savings Plans within 7 days of purchase.

## 2.1581.0
* feature: CloudWatchLogs: Update LogSamples field in Anomaly model to be a list of LogEvent
* feature: EC2: This release adds the new DescribeMacHosts API operation for getting information about EC2 Mac Dedicated Hosts. Users can now see the latest macOS versions that their underlying Apple Mac can support without needing to be updated.
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.1581.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1582.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 f6f996e

Please sign in to comment.