Skip to content

Commit f4fb075

Browse files
author
awstools
committed
Publish v3.524.0
1 parent 83885d0 commit f4fb075

File tree

14 files changed

+86
-7
lines changed

14 files changed

+86
-7
lines changed

CHANGELOG.md

+16
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,22 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [3.524.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.523.0...v3.524.0) (2024-02-28)
7+
8+
9+
### Features
10+
11+
* **client-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. ([edbdca7](https://github.com/aws/aws-sdk-js-v3/commit/edbdca75c33424ad1f758cf919175f35819e588c))
12+
* **client-bedrock-agent-runtime:** This release adds support to override search strategy performed by the Retrieve and RetrieveAndGenerate APIs for Amazon Bedrock Agents ([52f0665](https://github.com/aws/aws-sdk-js-v3/commit/52f0665e4baafca7633b889269f6de09ba24e473))
13+
* **client-cost-explorer:** This release introduces the new API 'GetApproximateUsageRecords', which retrieves estimated usage records for hourly granularity or resource-level data at daily granularity. ([83885d0](https://github.com/aws/aws-sdk-js-v3/commit/83885d0ff9bcb41be2f148a93a3569960e05bfed))
14+
* **client-ec2:** This release increases the range of MaxResults for GetNetworkInsightsAccessScopeAnalysisFindings to 1,000. ([46e974e](https://github.com/aws/aws-sdk-js-v3/commit/46e974e15c3b4dd8f6b9a0ad5a987e867746a699))
15+
* **client-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. ([1ebc3aa](https://github.com/aws/aws-sdk-js-v3/commit/1ebc3aa5de4eb7c9c535ad593f7218d68269cafc))
16+
* **client-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. ([4528e88](https://github.com/aws/aws-sdk-js-v3/commit/4528e88c93155ba430823fd177d70bedb171bbcd))
17+
18+
19+
20+
21+
622
# [3.523.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.522.0...v3.523.0) (2024-02-27)
723

824

clients/client-batch/CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [3.524.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.523.0...v3.524.0) (2024-02-28)
7+
8+
9+
### Features
10+
11+
* **client-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. ([edbdca7](https://github.com/aws/aws-sdk-js-v3/commit/edbdca75c33424ad1f758cf919175f35819e588c))
12+
13+
14+
15+
16+
617
# [3.523.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.522.0...v3.523.0) (2024-02-27)
718

819
**Note:** Version bump only for package @aws-sdk/client-batch

clients/client-batch/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@aws-sdk/client-batch",
33
"description": "AWS SDK for JavaScript Batch Client for Node.js, Browser and React Native",
4-
"version": "3.523.0",
4+
"version": "3.524.0",
55
"scripts": {
66
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
77
"build:cjs": "node ../../scripts/compilation/inline client-batch",

clients/client-bedrock-agent-runtime/CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [3.524.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.523.0...v3.524.0) (2024-02-28)
7+
8+
9+
### Features
10+
11+
* **client-bedrock-agent-runtime:** This release adds support to override search strategy performed by the Retrieve and RetrieveAndGenerate APIs for Amazon Bedrock Agents ([52f0665](https://github.com/aws/aws-sdk-js-v3/commit/52f0665e4baafca7633b889269f6de09ba24e473))
12+
13+
14+
15+
16+
617
# [3.523.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.522.0...v3.523.0) (2024-02-27)
718

819
**Note:** Version bump only for package @aws-sdk/client-bedrock-agent-runtime

clients/client-bedrock-agent-runtime/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@aws-sdk/client-bedrock-agent-runtime",
33
"description": "AWS SDK for JavaScript Bedrock Agent Runtime Client for Node.js, Browser and React Native",
4-
"version": "3.523.0",
4+
"version": "3.524.0",
55
"scripts": {
66
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
77
"build:cjs": "node ../../scripts/compilation/inline client-bedrock-agent-runtime",

clients/client-cost-explorer/CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [3.524.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.523.0...v3.524.0) (2024-02-28)
7+
8+
9+
### Features
10+
11+
* **client-cost-explorer:** This release introduces the new API 'GetApproximateUsageRecords', which retrieves estimated usage records for hourly granularity or resource-level data at daily granularity. ([83885d0](https://github.com/aws/aws-sdk-js-v3/commit/83885d0ff9bcb41be2f148a93a3569960e05bfed))
12+
13+
14+
15+
16+
617
# [3.523.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.522.0...v3.523.0) (2024-02-27)
718

819
**Note:** Version bump only for package @aws-sdk/client-cost-explorer

clients/client-cost-explorer/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@aws-sdk/client-cost-explorer",
33
"description": "AWS SDK for JavaScript Cost Explorer Client for Node.js, Browser and React Native",
4-
"version": "3.523.0",
4+
"version": "3.524.0",
55
"scripts": {
66
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
77
"build:cjs": "node ../../scripts/compilation/inline client-cost-explorer",

clients/client-iot/CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [3.524.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.523.0...v3.524.0) (2024-02-28)
7+
8+
9+
### Features
10+
11+
* **client-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. ([1ebc3aa](https://github.com/aws/aws-sdk-js-v3/commit/1ebc3aa5de4eb7c9c535ad593f7218d68269cafc))
12+
13+
14+
15+
16+
617
# [3.523.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.522.0...v3.523.0) (2024-02-27)
718

819
**Note:** Version bump only for package @aws-sdk/client-iot

clients/client-iot/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@aws-sdk/client-iot",
33
"description": "AWS SDK for JavaScript Iot Client for Node.js, Browser and React Native",
4-
"version": "3.523.0",
4+
"version": "3.524.0",
55
"scripts": {
66
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
77
"build:cjs": "node ../../scripts/compilation/inline client-iot",

clients/client-wafv2/CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [3.524.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.523.0...v3.524.0) (2024-02-28)
7+
8+
9+
### Features
10+
11+
* **client-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. ([4528e88](https://github.com/aws/aws-sdk-js-v3/commit/4528e88c93155ba430823fd177d70bedb171bbcd))
12+
13+
14+
15+
16+
617
# [3.523.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.522.0...v3.523.0) (2024-02-27)
718

819
**Note:** Version bump only for package @aws-sdk/client-wafv2

clients/client-wafv2/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@aws-sdk/client-wafv2",
33
"description": "AWS SDK for JavaScript Wafv2 Client for Node.js, Browser and React Native",
4-
"version": "3.523.0",
4+
"version": "3.524.0",
55
"scripts": {
66
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
77
"build:cjs": "node ../../scripts/compilation/inline client-wafv2",

lerna.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "3.523.0",
2+
"version": "3.524.0",
33
"npmClient": "yarn",
44
"useWorkspaces": true,
55
"command": {

packages/s3-presigned-post/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [3.524.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.523.0...v3.524.0) (2024-02-28)
7+
8+
**Note:** Version bump only for package @aws-sdk/s3-presigned-post
9+
10+
11+
12+
13+
614
# [3.523.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.522.0...v3.523.0) (2024-02-27)
715

816
**Note:** Version bump only for package @aws-sdk/s3-presigned-post

packages/s3-presigned-post/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@aws-sdk/s3-presigned-post",
3-
"version": "3.523.0",
3+
"version": "3.524.0",
44
"scripts": {
55
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
66
"build:cjs": "node ../../scripts/compilation/inline s3-presigned-post",

0 commit comments

Comments
 (0)