Skip to content

Commit 28ec3bf

Browse files
author
awstools
committed
Updates SDK to v2.1367.0
1 parent bdc8b02 commit 28ec3bf

35 files changed

+4951
-2314
lines changed

.changes/2.1367.0.json

Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,47 @@
1+
[
2+
{
3+
"type": "feature",
4+
"category": "EC2",
5+
"description": "This release adds support for AMD SEV-SNP on EC2 instances."
6+
},
7+
{
8+
"type": "feature",
9+
"category": "EMRcontainers",
10+
"description": "This release adds GetManagedEndpointSessionCredentials, a new API that allows customers to generate an auth token to connect to a managed endpoint, enabling features such as self-hosted Jupyter notebooks for EMR on EKS."
11+
},
12+
{
13+
"type": "feature",
14+
"category": "GuardDuty",
15+
"description": "Added API support to initiate on-demand malware scan on specific resources."
16+
},
17+
{
18+
"type": "feature",
19+
"category": "IotDeviceAdvisor",
20+
"description": "AWS IoT Core Device Advisor now supports MQTT over WebSocket. With this update, customers can run all three test suites of AWS IoT Core Device Advisor - qualification, custom, and long duration tests - using Signature Version 4 for MQTT over WebSocket."
21+
},
22+
{
23+
"type": "feature",
24+
"category": "Kafka",
25+
"description": "Amazon MSK has added new APIs that allows multi-VPC private connectivity and cluster policy support for Amazon MSK clusters that simplify connectivity and access between your Apache Kafka clients hosted in different VPCs and AWS accounts and your Amazon MSK clusters."
26+
},
27+
{
28+
"type": "feature",
29+
"category": "Lambda",
30+
"description": "Add Java 17 (java17) support to AWS Lambda"
31+
},
32+
{
33+
"type": "feature",
34+
"category": "MarketplaceCatalog",
35+
"description": "Enabled Pagination for List Entities and List Change Sets operations"
36+
},
37+
{
38+
"type": "feature",
39+
"category": "SQS",
40+
"description": "handle XML/JSON protocol change in SQS tests"
41+
},
42+
{
43+
"type": "feature",
44+
"category": "SageMaker",
45+
"description": "Added ml.p4d.24xlarge and ml.p4de.24xlarge as supported instances for SageMaker Studio"
46+
}
47+
]

.changes/next-release/feature-SQS-943e34bf.json

Lines changed: 0 additions & 5 deletions
This file was deleted.

CHANGELOG.md

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

5+
## 2.1367.0
6+
* feature: EC2: This release adds support for AMD SEV-SNP on EC2 instances.
7+
* feature: EMRcontainers: This release adds GetManagedEndpointSessionCredentials, a new API that allows customers to generate an auth token to connect to a managed endpoint, enabling features such as self-hosted Jupyter notebooks for EMR on EKS.
8+
* feature: GuardDuty: Added API support to initiate on-demand malware scan on specific resources.
9+
* feature: IotDeviceAdvisor: AWS IoT Core Device Advisor now supports MQTT over WebSocket. With this update, customers can run all three test suites of AWS IoT Core Device Advisor - qualification, custom, and long duration tests - using Signature Version 4 for MQTT over WebSocket.
10+
* feature: Kafka: Amazon MSK has added new APIs that allows multi-VPC private connectivity and cluster policy support for Amazon MSK clusters that simplify connectivity and access between your Apache Kafka clients hosted in different VPCs and AWS accounts and your Amazon MSK clusters.
11+
* feature: Lambda: Add Java 17 (java17) support to AWS Lambda
12+
* feature: MarketplaceCatalog: Enabled Pagination for List Entities and List Change Sets operations
13+
* feature: SQS: handle XML/JSON protocol change in SQS tests
14+
* feature: SageMaker: Added ml.p4d.24xlarge and ml.p4de.24xlarge as supported instances for SageMaker Studio
15+
516
## 2.1366.0
617
* feature: OSIS: Initial release for OpenSearch Ingestion
718

README.md

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

75-
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1366.0.min.js"></script>
75+
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1367.0.min.js"></script>
7676

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

0 commit comments

Comments
 (0)