Skip to content

Commit 819f954

Browse files
author
awstools
committed
Publish v3.829.0
1 parent cd2a984 commit 819f954

File tree

16 files changed

+91
-8
lines changed

16 files changed

+91
-8
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,21 @@
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.829.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.828.0...v3.829.0) (2025-06-12)
7+
8+
9+
### Features
10+
11+
* **client-connectcampaignsv2:** Added PutInstanceCommunicationLimits and GetInstanceCommunicationLimits APIs ([244af1f](https://github.com/aws/aws-sdk-js-v3/commit/244af1f49b150d4ce8fd85037927bbfa5c88ff55))
12+
* **client-emr-serverless:** This release adds support for retrieval of the optional executionIamPolicy field in the GetJobRun API response. ([cd2a984](https://github.com/aws/aws-sdk-js-v3/commit/cd2a9841bd8a7d41224c0ce1722da9acf449c169))
13+
* **client-iotfleetwise:** Add new status READY_FOR_CHECKIN used for vehicle synchronisation ([f98e6ab](https://github.com/aws/aws-sdk-js-v3/commit/f98e6ab68f2d896e2783173953b9d01735cd171d))
14+
* **client-kms:** AWS KMS announces the support of ML-DSA key pairs that creates post-quantum safe digital signatures. ([6ac671f](https://github.com/aws/aws-sdk-js-v3/commit/6ac671f391c13a69bcae75c8c72fa1ca49c072e6))
15+
* **client-pcs:** Fixed regex patterns for ARN fields. ([f7d6c3f](https://github.com/aws/aws-sdk-js-v3/commit/f7d6c3f20a2ca441d274d41fa9ed30a2eef2f318))
16+
17+
18+
19+
20+
621
# [3.828.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.827.1...v3.828.0) (2025-06-11)
722

823

clients/client-api-gateway/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
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.829.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.828.0...v3.829.0) (2025-06-12)
7+
8+
**Note:** Version bump only for package @aws-sdk/client-api-gateway
9+
10+
11+
12+
13+
614
# [3.828.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.827.1...v3.828.0) (2025-06-11)
715

816
**Note:** Version bump only for package @aws-sdk/client-api-gateway

clients/client-api-gateway/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@aws-sdk/client-api-gateway",
33
"description": "AWS SDK for JavaScript Api Gateway Client for Node.js, Browser and React Native",
4-
"version": "3.828.0",
4+
"version": "3.829.0",
55
"scripts": {
66
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
77
"build:cjs": "node ../../scripts/compilation/inline client-api-gateway",

clients/client-apigatewayv2/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
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.829.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.828.0...v3.829.0) (2025-06-12)
7+
8+
**Note:** Version bump only for package @aws-sdk/client-apigatewayv2
9+
10+
11+
12+
13+
614
# [3.828.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.827.1...v3.828.0) (2025-06-11)
715

816
**Note:** Version bump only for package @aws-sdk/client-apigatewayv2

clients/client-apigatewayv2/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@aws-sdk/client-apigatewayv2",
33
"description": "AWS SDK for JavaScript Apigatewayv2 Client for Node.js, Browser and React Native",
4-
"version": "3.828.0",
4+
"version": "3.829.0",
55
"scripts": {
66
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
77
"build:cjs": "node ../../scripts/compilation/inline client-apigatewayv2",

clients/client-connectcampaignsv2/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
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.829.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.828.0...v3.829.0) (2025-06-12)
7+
8+
9+
### Features
10+
11+
* **client-connectcampaignsv2:** Added PutInstanceCommunicationLimits and GetInstanceCommunicationLimits APIs ([244af1f](https://github.com/aws/aws-sdk-js-v3/commit/244af1f49b150d4ce8fd85037927bbfa5c88ff55))
12+
13+
14+
15+
16+
617
# [3.828.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.827.1...v3.828.0) (2025-06-11)
718

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

clients/client-connectcampaignsv2/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@aws-sdk/client-connectcampaignsv2",
33
"description": "AWS SDK for JavaScript Connectcampaignsv2 Client for Node.js, Browser and React Native",
4-
"version": "3.828.0",
4+
"version": "3.829.0",
55
"scripts": {
66
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
77
"build:cjs": "tsc -p tsconfig.cjs.json",

clients/client-ecs/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
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.829.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.828.0...v3.829.0) (2025-06-12)
7+
8+
**Note:** Version bump only for package @aws-sdk/client-ecs
9+
10+
11+
12+
13+
614
# [3.828.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.827.1...v3.828.0) (2025-06-11)
715

816
**Note:** Version bump only for package @aws-sdk/client-ecs

clients/client-ecs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@aws-sdk/client-ecs",
33
"description": "AWS SDK for JavaScript Ecs Client for Node.js, Browser and React Native",
4-
"version": "3.828.0",
4+
"version": "3.829.0",
55
"scripts": {
66
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
77
"build:cjs": "node ../../scripts/compilation/inline client-ecs",

clients/client-emr-serverless/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
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.829.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.828.0...v3.829.0) (2025-06-12)
7+
8+
9+
### Features
10+
11+
* **client-emr-serverless:** This release adds support for retrieval of the optional executionIamPolicy field in the GetJobRun API response. ([cd2a984](https://github.com/aws/aws-sdk-js-v3/commit/cd2a9841bd8a7d41224c0ce1722da9acf449c169))
12+
13+
14+
15+
16+
617
# [3.828.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.827.1...v3.828.0) (2025-06-11)
718

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

0 commit comments

Comments
 (0)