Skip to content

Commit

Permalink
Updates SDK to v2.1507.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Nov 29, 2023
1 parent bc92856 commit 094a0f1
Show file tree
Hide file tree
Showing 40 changed files with 15,641 additions and 1,986 deletions.
37 changes: 37 additions & 0 deletions .changes/2.1507.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
[
{
"type": "feature",
"category": "ApplicationAutoScaling",
"description": "Amazon SageMaker customers can now use Application Auto Scaling to automatically scale the number of Inference Component copies across an endpoint to meet the varying demand of their workloads."
},
{
"type": "feature",
"category": "CleanRooms",
"description": "AWS Clean Rooms now provides differential privacy to protect against user-identification attempts and machine learning modeling to allow two parties to identify similar users in their data."
},
{
"type": "feature",
"category": "CleanRoomsML",
"description": "Public Preview SDK release of AWS Clean Rooms ML APIs"
},
{
"type": "feature",
"category": "OpenSearch",
"description": "Launching Amazon OpenSearch Service support for new zero-ETL integration with Amazon S3. Customers can now manage their direct query data sources to Amazon S3 programatically"
},
{
"type": "feature",
"category": "OpenSearchServerless",
"description": "Amazon OpenSearch Serverless collections support an additional attribute called standby-replicas. This allows to specify whether a collection should have redundancy enabled."
},
{
"type": "feature",
"category": "SageMaker",
"description": "This release adds following support 1/ Improved SDK tooling for model deployment. 2/ New Inference Component based features to lower inference costs and latency 3/ SageMaker HyperPod management. 4/ Additional parameters for FM Fine Tuning in Autopilot"
},
{
"type": "feature",
"category": "SageMakerRuntime",
"description": "This release adds InferenceComponentName to InvokeEndpoint and InvokeEndpointWithResponseStream APIs to get inferences from the deployed InferenceComponents."
}
]
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,16 @@
# Changelog for AWS SDK for JavaScript
<!--LATEST=2.1506.0-->
<!--LATEST=2.1507.0-->
<!--ENTRYINSERT-->

## 2.1507.0
* feature: ApplicationAutoScaling: Amazon SageMaker customers can now use Application Auto Scaling to automatically scale the number of Inference Component copies across an endpoint to meet the varying demand of their workloads.
* feature: CleanRooms: AWS Clean Rooms now provides differential privacy to protect against user-identification attempts and machine learning modeling to allow two parties to identify similar users in their data.
* feature: CleanRoomsML: Public Preview SDK release of AWS Clean Rooms ML APIs
* feature: OpenSearch: Launching Amazon OpenSearch Service support for new zero-ETL integration with Amazon S3. Customers can now manage their direct query data sources to Amazon S3 programatically
* feature: OpenSearchServerless: Amazon OpenSearch Serverless collections support an additional attribute called standby-replicas. This allows to specify whether a collection should have redundancy enabled.
* feature: SageMaker: This release adds following support 1/ Improved SDK tooling for model deployment. 2/ New Inference Component based features to lower inference costs and latency 3/ SageMaker HyperPod management. 4/ Additional parameters for FM Fine Tuning in Autopilot
* feature: SageMakerRuntime: This release adds InferenceComponentName to InvokeEndpoint and InvokeEndpointWithResponseStream APIs to get inferences from the deployed InferenceComponents.

## 2.1506.0
* feature: AccessAnalyzer: This release adds support for external access findings for S3 directory buckets to help you easily identify cross-account access. Updated service API, documentation, and paginators.
* feature: Bedrock: This release adds support for customization types, model life cycle status and minor versions/aliases for model identifiers.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,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.1506.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1507.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
76 changes: 39 additions & 37 deletions apis/application-autoscaling-2016-02-06.normal.json

Large diffs are not rendered by default.

Loading

0 comments on commit 094a0f1

Please sign in to comment.