Skip to content

Commit

Permalink
Updates SDK to v2.1375.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed May 9, 2023
1 parent eca3343 commit 335ccd4
Show file tree
Hide file tree
Showing 18 changed files with 1,613 additions and 1,064 deletions.
17 changes: 17 additions & 0 deletions .changes/2.1375.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
[
{
"type": "feature",
"category": "ApplicationAutoScaling",
"description": "With this release, Amazon SageMaker Serverless Inference customers can use Application Auto Scaling to auto scale the provisioned concurrency of their serverless endpoints."
},
{
"type": "feature",
"category": "Glue",
"description": "This release adds AmazonRedshift Source and Target nodes in addition to DynamicTransform OutputSchemas"
},
{
"type": "feature",
"category": "SageMaker",
"description": "This release includes support for (1) Provisioned Concurrency for Amazon SageMaker Serverless Inference and (2) UpdateEndpointWeightsAndCapacities API for Serverless endpoints."
}
]
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
# Changelog for AWS SDK for JavaScript
<!--LATEST=2.1374.0-->
<!--LATEST=2.1375.0-->
<!--ENTRYINSERT-->

## 2.1375.0
* feature: ApplicationAutoScaling: With this release, Amazon SageMaker Serverless Inference customers can use Application Auto Scaling to auto scale the provisioned concurrency of their serverless endpoints.
* feature: Glue: This release adds AmazonRedshift Source and Target nodes in addition to DynamicTransform OutputSchemas
* feature: SageMaker: This release includes support for (1) Provisioned Concurrency for Amazon SageMaker Serverless Inference and (2) UpdateEndpointWeightsAndCapacities API for Serverless endpoints.

## 2.1374.0
* feature: Glue: Support large worker types G.4x and G.8x for Glue Spark
* feature: GuardDuty: Add AccessDeniedException 403 Error message code to support 3 Tagging related APIs
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.1374.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1375.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
3 changes: 3 additions & 0 deletions apis/application-autoscaling-2016-02-06.examples.json
Original file line number Diff line number Diff line change
Expand Up @@ -319,6 +319,9 @@
"ScalableDimension": "ecs:service:DesiredCount",
"ServiceNamespace": "ecs"
},
"output": {
"ScalableTargetARN": "arn:aws:application-autoscaling:us-east-1:123456789012:scalable-target/1234abcd56ab78cd901ef1234567890ab123"
},
"comments": {
"input": {
},
Expand Down
74 changes: 38 additions & 36 deletions apis/application-autoscaling-2016-02-06.normal.json

Large diffs are not rendered by default.

Loading

0 comments on commit 335ccd4

Please sign in to comment.