Skip to content

Commit

Permalink
Updates SDK to v2.1391.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Jun 5, 2023
1 parent 372fd42 commit 5959d66
Show file tree
Hide file tree
Showing 31 changed files with 8,128 additions and 1,062 deletions.
42 changes: 42 additions & 0 deletions .changes/2.1391.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
[
{
"type": "feature",
"category": "CloudFormation",
"description": "AWS CloudFormation StackSets provides customers with three new APIs to activate, deactivate, and describe AWS Organizations trusted access which is needed to get started with service-managed StackSets."
},
{
"type": "feature",
"category": "EC2",
"description": "Making InstanceTagAttribute as the required parameter for the DeregisterInstanceEventNotificationAttributes and RegisterInstanceEventNotificationAttributes APIs."
},
{
"type": "feature",
"category": "Finspace",
"description": "Releasing new Managed kdb Insights APIs"
},
{
"type": "feature",
"category": "FraudDetector",
"description": "Added new variable types, new DateTime data type, and new rules engine functions for interacting and working with DateTime data types."
},
{
"type": "feature",
"category": "KMS",
"description": "This release includes feature to import customer's asymmetric (RSA and ECC) and HMAC keys into KMS. It also includes feature to allow customers to specify number of days to schedule a KMS key deletion as a policy condition key."
},
{
"type": "feature",
"category": "Keyspaces",
"description": "This release adds support for MRR GA launch, and includes multiregion support in create-keyspace, get-keyspace, and list-keyspace."
},
{
"type": "feature",
"category": "Lambda",
"description": "Add Ruby 3.2 (ruby3.2) Runtime support to AWS Lambda."
},
{
"type": "feature",
"category": "MWAA",
"description": "This release adds ROLLING_BACK and CREATING_SNAPSHOT environment statuses for Amazon MWAA environments."
}
]
12 changes: 11 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,17 @@
# Changelog for AWS SDK for JavaScript
<!--LATEST=2.1390.0-->
<!--LATEST=2.1391.0-->
<!--ENTRYINSERT-->

## 2.1391.0
* feature: CloudFormation: AWS CloudFormation StackSets provides customers with three new APIs to activate, deactivate, and describe AWS Organizations trusted access which is needed to get started with service-managed StackSets.
* feature: EC2: Making InstanceTagAttribute as the required parameter for the DeregisterInstanceEventNotificationAttributes and RegisterInstanceEventNotificationAttributes APIs.
* feature: Finspace: Releasing new Managed kdb Insights APIs
* feature: FraudDetector: Added new variable types, new DateTime data type, and new rules engine functions for interacting and working with DateTime data types.
* feature: KMS: This release includes feature to import customer's asymmetric (RSA and ECC) and HMAC keys into KMS. It also includes feature to allow customers to specify number of days to schedule a KMS key deletion as a policy condition key.
* feature: Keyspaces: This release adds support for MRR GA launch, and includes multiregion support in create-keyspace, get-keyspace, and list-keyspace.
* feature: Lambda: Add Ruby 3.2 (ruby3.2) Runtime support to AWS Lambda.
* feature: MWAA: This release adds ROLLING_BACK and CREATING_SNAPSHOT environment statuses for Amazon MWAA environments.

## 2.1390.0
* feature: Athena: This release introduces the DeleteCapacityReservation API and the ability to manage capacity reservations using CloudFormation
* feature: CloudTrail: This feature allows users to start and stop event ingestion on a CloudTrail Lake event data store.
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.1390.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1391.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 5959d66

Please sign in to comment.