Skip to content

Commit

Permalink
Updates SDK to v2.1493.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Nov 9, 2023
1 parent 9520097 commit 786c8ce
Show file tree
Hide file tree
Showing 36 changed files with 4,362 additions and 642 deletions.
47 changes: 47 additions & 0 deletions .changes/2.1493.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
[
{
"type": "feature",
"category": "CloudFormation",
"description": "Added new ConcurrencyMode feature for AWS CloudFormation StackSets for faster deployments to target accounts."
},
{
"type": "feature",
"category": "CloudTrail",
"description": "The Insights in Lake feature lets customers enable CloudTrail Insights on a source CloudTrail Lake event data store and create a destination event data store to collect Insights events based on unusual management event activity in the source event data store."
},
{
"type": "feature",
"category": "CloudWatchLogs",
"description": "Update to support new APIs for delivery of logs from AWS services."
},
{
"type": "feature",
"category": "Comprehend",
"description": "This release adds support for toxicity detection and prompt safety classification."
},
{
"type": "feature",
"category": "Connect",
"description": "This release adds the ability to integrate customer lambda functions with Connect attachments for scanning and updates the ListIntegrationAssociations API to support filtering on IntegrationArn."
},
{
"type": "feature",
"category": "EC2",
"description": "AWS EBS now supports Block Public Access for EBS Snapshots. This release introduces the EnableSnapshotBlockPublicAccess, DisableSnapshotBlockPublicAccess and GetSnapshotBlockPublicAccessState APIs to manage account-level public access settings for EBS Snapshots in an AWS Region."
},
{
"type": "feature",
"category": "EKS",
"description": "Adding EKS Anywhere subscription related operations."
},
{
"type": "feature",
"category": "Lambda",
"description": "Add Custom runtime on Amazon Linux 2023 (provided.al2023) support to AWS Lambda."
},
{
"type": "feature",
"category": "Omics",
"description": "Support UBAM filetype for Omics Storage and make referenceArn optional"
}
]
13 changes: 12 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,18 @@
# Changelog for AWS SDK for JavaScript
<!--LATEST=2.1492.0-->
<!--LATEST=2.1493.0-->
<!--ENTRYINSERT-->

## 2.1493.0
* feature: CloudFormation: Added new ConcurrencyMode feature for AWS CloudFormation StackSets for faster deployments to target accounts.
* feature: CloudTrail: The Insights in Lake feature lets customers enable CloudTrail Insights on a source CloudTrail Lake event data store and create a destination event data store to collect Insights events based on unusual management event activity in the source event data store.
* feature: CloudWatchLogs: Update to support new APIs for delivery of logs from AWS services.
* feature: Comprehend: This release adds support for toxicity detection and prompt safety classification.
* feature: Connect: This release adds the ability to integrate customer lambda functions with Connect attachments for scanning and updates the ListIntegrationAssociations API to support filtering on IntegrationArn.
* feature: EC2: AWS EBS now supports Block Public Access for EBS Snapshots. This release introduces the EnableSnapshotBlockPublicAccess, DisableSnapshotBlockPublicAccess and GetSnapshotBlockPublicAccessState APIs to manage account-level public access settings for EBS Snapshots in an AWS Region.
* feature: EKS: Adding EKS Anywhere subscription related operations.
* feature: Lambda: Add Custom runtime on Amazon Linux 2023 (provided.al2023) support to AWS Lambda.
* feature: Omics: Support UBAM filetype for Omics Storage and make referenceArn optional

## 2.1492.0
* feature: SQS: This release enables customers to call SQS using AWS JSON-1.0 protocol and bug fix.

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,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.1492.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1493.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 786c8ce

Please sign in to comment.