Skip to content

Commit d1d1b31

Browse files
author
awstools
committed
Updates SDK to v2.1539.0
1 parent dd34a70 commit d1d1b31

24 files changed

+2379
-201
lines changed

.changes/2.1539.0.json

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
[
2+
{
3+
"type": "feature",
4+
"category": "B2bi",
5+
"description": "Increasing TestMapping inputFileContent file size limit to 5MB and adding file size limit 250KB for TestParsing input file. This release also includes exposing InternalServerException for Tag APIs."
6+
},
7+
{
8+
"type": "feature",
9+
"category": "CloudTrail",
10+
"description": "This release adds a new API ListInsightsMetricData to retrieve metric data from CloudTrail Insights."
11+
},
12+
{
13+
"type": "feature",
14+
"category": "Connect",
15+
"description": "GetMetricDataV2 now supports 3 groupings"
16+
},
17+
{
18+
"type": "feature",
19+
"category": "Drs",
20+
"description": "Removed invalid and unnecessary default values."
21+
},
22+
{
23+
"type": "feature",
24+
"category": "Firehose",
25+
"description": "Allow support for Snowflake as a Kinesis Data Firehose delivery destination."
26+
},
27+
{
28+
"type": "feature",
29+
"category": "SageMakerFeatureStoreRuntime",
30+
"description": "Increase BatchGetRecord limits from 10 items to 100 items"
31+
}
32+
]

CHANGELOG.md

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

5+
## 2.1539.0
6+
* feature: B2bi: Increasing TestMapping inputFileContent file size limit to 5MB and adding file size limit 250KB for TestParsing input file. This release also includes exposing InternalServerException for Tag APIs.
7+
* feature: CloudTrail: This release adds a new API ListInsightsMetricData to retrieve metric data from CloudTrail Insights.
8+
* feature: Connect: GetMetricDataV2 now supports 3 groupings
9+
* feature: Drs: Removed invalid and unnecessary default values.
10+
* feature: Firehose: Allow support for Snowflake as a Kinesis Data Firehose delivery destination.
11+
* feature: SageMakerFeatureStoreRuntime: Increase BatchGetRecord limits from 10 items to 100 items
12+
513
## 2.1538.0
614
* bugfix: clients: remove cloudnfront-keyvaluestore and neptune-graph clients. These clients are available in AWS SDK for JavaScript (v3) https://github.com/aws/aws-sdk-js-v3/.
715
* feature: Keyspaces: This release adds support for Multi-Region Replication with provisioned tables, and Keyspaces auto scaling APIs

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ require('aws-sdk/lib/maintenance_mode_message').suppress = true;
6969
To use the SDK in the browser, simply add the following script tag to your
7070
HTML pages:
7171

72-
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1538.0.min.js"></script>
72+
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1539.0.min.js"></script>
7373

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

0 commit comments

Comments
 (0)