Skip to content

Commit b921fca

Browse files
author
awstools
committed
Updates SDK to v2.1246.0
1 parent a7f22f1 commit b921fca

22 files changed

+1589
-903
lines changed

.changes/2.1246.0.json

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
[
2+
{
3+
"type": "feature",
4+
"category": "IoTSiteWise",
5+
"description": "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."
6+
},
7+
{
8+
"type": "feature",
9+
"category": "S3Control",
10+
"description": "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."
11+
},
12+
{
13+
"type": "feature",
14+
"category": "SSMIncidents",
15+
"description": "Adds support for tagging replication-set on creation."
16+
},
17+
{
18+
"type": "feature",
19+
"category": "SageMaker",
20+
"description": "This release updates Framework model regex for ModelPackage to support new Framework version xgboost, sklearn."
21+
}
22+
]

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,13 @@
11
# Changelog for AWS SDK for JavaScript
2-
<!--LATEST=2.1245.0-->
2+
<!--LATEST=2.1246.0-->
33
<!--ENTRYINSERT-->
44

5+
## 2.1246.0
6+
* 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.
7+
* 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.
8+
* feature: SSMIncidents: Adds support for tagging replication-set on creation.
9+
* feature: SageMaker: This release updates Framework model regex for ModelPackage to support new Framework version xgboost, sklearn.
10+
511
## 2.1245.0
612
* feature: RDS: Relational Database Service - This release adds support for configuring Storage Throughput on RDS database instances.
713
* feature: Textract: Add ocr results in AnalyzeIDResponse as blocks

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ For release notes, see the [CHANGELOG](https://github.com/aws/aws-sdk-js/blob/ma
2929
To use the SDK in the browser, simply add the following script tag to your
3030
HTML pages:
3131

32-
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1245.0.min.js"></script>
32+
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1246.0.min.js"></script>
3333

3434
You can also build a custom browser SDK with your specified set of AWS services.
3535
This can allow you to reduce the SDK's size, specify different API versions of

0 commit comments

Comments
 (0)