Skip to content

Commit 912db69

Browse files
author
awstools
committed
Updates SDK to v2.1568.0
1 parent 72cdd93 commit 912db69

27 files changed

+2212
-847
lines changed

.changes/2.1568.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": "Batch",
5+
"description": "This release adds Batch support for configuration of multicontainer jobs in ECS, Fargate, and EKS. This support is available for all types of jobs, including both array jobs and multi-node parallel jobs."
6+
},
7+
{
8+
"type": "feature",
9+
"category": "BedrockAgentRuntime",
10+
"description": "This release adds support to override search strategy performed by the Retrieve and RetrieveAndGenerate APIs for Amazon Bedrock Agents"
11+
},
12+
{
13+
"type": "feature",
14+
"category": "CostExplorer",
15+
"description": "This release introduces the new API 'GetApproximateUsageRecords', which retrieves estimated usage records for hourly granularity or resource-level data at daily granularity."
16+
},
17+
{
18+
"type": "feature",
19+
"category": "EC2",
20+
"description": "This release increases the range of MaxResults for GetNetworkInsightsAccessScopeAnalysisFindings to 1,000."
21+
},
22+
{
23+
"type": "feature",
24+
"category": "Iot",
25+
"description": "This release reduces the maximum results returned per query invocation from 500 to 100 for the SearchIndex API. This change has no implications as long as the API is invoked until the nextToken is NULL."
26+
},
27+
{
28+
"type": "feature",
29+
"category": "WAFV2",
30+
"description": "AWS WAF now supports configurable time windows for request aggregation with rate-based rules. Customers can now select time windows of 1 minute, 2 minutes or 10 minutes, in addition to the previously supported 5 minutes."
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.1567.0-->
2+
<!--LATEST=2.1568.0-->
33
<!--ENTRYINSERT-->
44

5+
## 2.1568.0
6+
* feature: Batch: This release adds Batch support for configuration of multicontainer jobs in ECS, Fargate, and EKS. This support is available for all types of jobs, including both array jobs and multi-node parallel jobs.
7+
* feature: BedrockAgentRuntime: This release adds support to override search strategy performed by the Retrieve and RetrieveAndGenerate APIs for Amazon Bedrock Agents
8+
* feature: CostExplorer: This release introduces the new API 'GetApproximateUsageRecords', which retrieves estimated usage records for hourly granularity or resource-level data at daily granularity.
9+
* feature: EC2: This release increases the range of MaxResults for GetNetworkInsightsAccessScopeAnalysisFindings to 1,000.
10+
* feature: Iot: This release reduces the maximum results returned per query invocation from 500 to 100 for the SearchIndex API. This change has no implications as long as the API is invoked until the nextToken is NULL.
11+
* feature: WAFV2: AWS WAF now supports configurable time windows for request aggregation with rate-based rules. Customers can now select time windows of 1 minute, 2 minutes or 10 minutes, in addition to the previously supported 5 minutes.
12+
513
## 2.1567.0
614
* feature: AmplifyUIBuilder: We have added the ability to tag resources after they are created
715

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.1567.0.min.js"></script>
72+
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1568.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)