aws-sdk 2.1366.0 → 2.1367.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,7 +1,18 @@
1
1
  # Changelog for AWS SDK for JavaScript
2
- <!--LATEST=2.1366.0-->
2
+ <!--LATEST=2.1367.0-->
3
3
  <!--ENTRYINSERT-->
4
4
 
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
+
5
16
  ## 2.1366.0
6
17
  * feature: OSIS: Initial release for OpenSearch Ingestion
7
18
 
package/README.md CHANGED
@@ -72,7 +72,7 @@ require('aws-sdk/lib/maintenance_mode_message').suppress = true;
72
72
  To use the SDK in the browser, simply add the following script tag to your
73
73
  HTML pages:
74
74
 
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>
76
76
 
77
77
  You can also build a custom browser SDK with your specified set of AWS services.
78
78
  This can allow you to reduce the SDK's size, specify different API versions of