Skip to content

Commit

Permalink
Updates SDK to v2.1367.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Apr 27, 2023
1 parent bdc8b02 commit 28ec3bf
Show file tree
Hide file tree
Showing 35 changed files with 4,951 additions and 2,314 deletions.
47 changes: 47 additions & 0 deletions .changes/2.1367.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
[
{
"type": "feature",
"category": "EC2",
"description": "This release adds support for AMD SEV-SNP on EC2 instances."
},
{
"type": "feature",
"category": "EMRcontainers",
"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."
},
{
"type": "feature",
"category": "GuardDuty",
"description": "Added API support to initiate on-demand malware scan on specific resources."
},
{
"type": "feature",
"category": "IotDeviceAdvisor",
"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."
},
{
"type": "feature",
"category": "Kafka",
"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."
},
{
"type": "feature",
"category": "Lambda",
"description": "Add Java 17 (java17) support to AWS Lambda"
},
{
"type": "feature",
"category": "MarketplaceCatalog",
"description": "Enabled Pagination for List Entities and List Change Sets operations"
},
{
"type": "feature",
"category": "SQS",
"description": "handle XML/JSON protocol change in SQS tests"
},
{
"type": "feature",
"category": "SageMaker",
"description": "Added ml.p4d.24xlarge and ml.p4de.24xlarge as supported instances for SageMaker Studio"
}
]
5 changes: 0 additions & 5 deletions .changes/next-release/feature-SQS-943e34bf.json

This file was deleted.

13 changes: 12 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,18 @@
# Changelog for AWS SDK for JavaScript
<!--LATEST=2.1366.0-->
<!--LATEST=2.1367.0-->
<!--ENTRYINSERT-->

## 2.1367.0
* feature: EC2: This release adds support for AMD SEV-SNP on EC2 instances.
* 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.
* feature: GuardDuty: Added API support to initiate on-demand malware scan on specific resources.
* 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.
* 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.
* feature: Lambda: Add Java 17 (java17) support to AWS Lambda
* feature: MarketplaceCatalog: Enabled Pagination for List Entities and List Change Sets operations
* feature: SQS: handle XML/JSON protocol change in SQS tests
* feature: SageMaker: Added ml.p4d.24xlarge and ml.p4de.24xlarge as supported instances for SageMaker Studio

## 2.1366.0
* feature: OSIS: Initial release for OpenSearch Ingestion

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,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.1366.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1367.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
Loading

0 comments on commit 28ec3bf

Please sign in to comment.