Skip to content

Commit

Permalink
Updates SDK to v2.1247.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Nov 3, 2022
1 parent b921fca commit 6651a48
Show file tree
Hide file tree
Showing 14 changed files with 136 additions and 81 deletions.
12 changes: 12 additions & 0 deletions .changes/2.1247.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
[
{
"type": "feature",
"category": "MemoryDB",
"description": "Adding support for r6gd instances for MemoryDB Redis with data tiering. In a cluster with data tiering enabled, when available memory capacity is exhausted, the least recently used data is automatically tiered to solid state drives for cost-effective capacity scaling with minimal performance impact."
},
{
"type": "feature",
"category": "SageMaker",
"description": "Amazon SageMaker now supports running training jobs on ml.trn1 instance types."
}
]
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
# Changelog for AWS SDK for JavaScript
<!--LATEST=2.1246.0-->
<!--LATEST=2.1247.0-->
<!--ENTRYINSERT-->

## 2.1247.0
* feature: MemoryDB: Adding support for r6gd instances for MemoryDB Redis with data tiering. In a cluster with data tiering enabled, when available memory capacity is exhausted, the least recently used data is automatically tiered to solid state drives for cost-effective capacity scaling with minimal performance impact.
* feature: SageMaker: Amazon SageMaker now supports running training jobs on ml.trn1 instance types.

## 2.1246.0
* feature: IoTSiteWise: This release adds the ListAssetModelProperties and ListAssetProperties APIs. You can list all properties that belong to a single asset model or asset using these two new APIs.
* feature: S3Control: S3 on Outposts launches support for Lifecycle configuration for Outposts buckets. With S3 Lifecycle configuration, you can mange objects so they are stored cost effectively. You can manage objects using size-based rules and specify how many noncurrent versions bucket will retain.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ For release notes, see the [CHANGELOG](https://github.com/aws/aws-sdk-js/blob/ma
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.1246.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1247.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 6651a48

Please sign in to comment.