Skip to content

Commit 5959d66

Browse files
author
awstools
committed
Updates SDK to v2.1391.0
1 parent 372fd42 commit 5959d66

31 files changed

+8128
-1062
lines changed

.changes/2.1391.0.json

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
[
2+
{
3+
"type": "feature",
4+
"category": "CloudFormation",
5+
"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."
6+
},
7+
{
8+
"type": "feature",
9+
"category": "EC2",
10+
"description": "Making InstanceTagAttribute as the required parameter for the DeregisterInstanceEventNotificationAttributes and RegisterInstanceEventNotificationAttributes APIs."
11+
},
12+
{
13+
"type": "feature",
14+
"category": "Finspace",
15+
"description": "Releasing new Managed kdb Insights APIs"
16+
},
17+
{
18+
"type": "feature",
19+
"category": "FraudDetector",
20+
"description": "Added new variable types, new DateTime data type, and new rules engine functions for interacting and working with DateTime data types."
21+
},
22+
{
23+
"type": "feature",
24+
"category": "KMS",
25+
"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."
26+
},
27+
{
28+
"type": "feature",
29+
"category": "Keyspaces",
30+
"description": "This release adds support for MRR GA launch, and includes multiregion support in create-keyspace, get-keyspace, and list-keyspace."
31+
},
32+
{
33+
"type": "feature",
34+
"category": "Lambda",
35+
"description": "Add Ruby 3.2 (ruby3.2) Runtime support to AWS Lambda."
36+
},
37+
{
38+
"type": "feature",
39+
"category": "MWAA",
40+
"description": "This release adds ROLLING_BACK and CREATING_SNAPSHOT environment statuses for Amazon MWAA environments."
41+
}
42+
]

CHANGELOG.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,17 @@
11
# Changelog for AWS SDK for JavaScript
2-
<!--LATEST=2.1390.0-->
2+
<!--LATEST=2.1391.0-->
33
<!--ENTRYINSERT-->
44

5+
## 2.1391.0
6+
* 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.
7+
* feature: EC2: Making InstanceTagAttribute as the required parameter for the DeregisterInstanceEventNotificationAttributes and RegisterInstanceEventNotificationAttributes APIs.
8+
* feature: Finspace: Releasing new Managed kdb Insights APIs
9+
* feature: FraudDetector: Added new variable types, new DateTime data type, and new rules engine functions for interacting and working with DateTime data types.
10+
* 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.
11+
* feature: Keyspaces: This release adds support for MRR GA launch, and includes multiregion support in create-keyspace, get-keyspace, and list-keyspace.
12+
* feature: Lambda: Add Ruby 3.2 (ruby3.2) Runtime support to AWS Lambda.
13+
* feature: MWAA: This release adds ROLLING_BACK and CREATING_SNAPSHOT environment statuses for Amazon MWAA environments.
14+
515
## 2.1390.0
616
* feature: Athena: This release introduces the DeleteCapacityReservation API and the ability to manage capacity reservations using CloudFormation
717
* feature: CloudTrail: This feature allows users to start and stop event ingestion on a CloudTrail Lake event data store.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ require('aws-sdk/lib/maintenance_mode_message').suppress = true;
7171
To use the SDK in the browser, simply add the following script tag to your
7272
HTML pages:
7373

74-
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1390.0.min.js"></script>
74+
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1391.0.min.js"></script>
7575

7676
You can also build a custom browser SDK with your specified set of AWS services.
7777
This can allow you to reduce the SDK's size, specify different API versions of

0 commit comments

Comments
 (0)