Skip to content

Commit 51b24d9

Browse files
author
awstools
committed
Updates SDK to v2.1680.0
1 parent 88bbbad commit 51b24d9

25 files changed

+1748
-1393
lines changed

.changes/2.1680.0.json

+32
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
[
2+
{
3+
"type": "feature",
4+
"category": "EC2",
5+
"description": "DescribeInstanceStatus now returns health information on EBS volumes attached to Nitro instances"
6+
},
7+
{
8+
"type": "feature",
9+
"category": "EntityResolution",
10+
"description": "Increase the mapping attributes in Schema to 35."
11+
},
12+
{
13+
"type": "feature",
14+
"category": "Glue",
15+
"description": "Add optional field JobRunQueuingEnabled to CreateJob and UpdateJob APIs."
16+
},
17+
{
18+
"type": "feature",
19+
"category": "Lambda",
20+
"description": "Release FilterCriteria encryption for Lambda EventSourceMapping, enabling customers to encrypt their filter criteria using a customer-owned KMS key."
21+
},
22+
{
23+
"type": "feature",
24+
"category": "SES",
25+
"description": "Enable email receiving customers to provide SES with access to their S3 buckets via an IAM role for \"Deliver to S3 Action\""
26+
},
27+
{
28+
"type": "feature",
29+
"category": "SecurityHub",
30+
"description": "Security Hub documentation and definition updates"
31+
}
32+
]

CHANGELOG.md

+9-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,15 @@
11
# Changelog for AWS SDK for JavaScript
2-
<!--LATEST=2.1679.0-->
2+
<!--LATEST=2.1680.0-->
33
<!--ENTRYINSERT-->
44

5+
## 2.1680.0
6+
* feature: EC2: DescribeInstanceStatus now returns health information on EBS volumes attached to Nitro instances
7+
* feature: EntityResolution: Increase the mapping attributes in Schema to 35.
8+
* feature: Glue: Add optional field JobRunQueuingEnabled to CreateJob and UpdateJob APIs.
9+
* feature: Lambda: Release FilterCriteria encryption for Lambda EventSourceMapping, enabling customers to encrypt their filter criteria using a customer-owned KMS key.
10+
* feature: SES: Enable email receiving customers to provide SES with access to their S3 buckets via an IAM role for "Deliver to S3 Action"
11+
* feature: SecurityHub: Security Hub documentation and definition updates
12+
513
## 2.1679.0
614
* feature: OpenSearchServerless: Added FailureCode and FailureMessage to BatchGetCollectionResponse for BatchGetVPCEResponse for non-Active Collection and VPCE.
715
* feature: S3: Amazon Simple Storage Service / Features : Add support for conditional writes for PutObject and CompleteMultipartUpload APIs.

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ require('aws-sdk/lib/maintenance_mode_message').suppress = true;
6464
To use the SDK in the browser, simply add the following script tag to your
6565
HTML pages:
6666

67-
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1679.0.min.js"></script>
67+
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1680.0.min.js"></script>
6868

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

0 commit comments

Comments
 (0)