Skip to content

Commit 4c20114

Browse files
author
awstools
committed
Publish v3.589.0
1 parent b9d72a6 commit 4c20114

File tree

10 files changed

+60
-5
lines changed

10 files changed

+60
-5
lines changed

CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,20 @@
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.589.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.588.0...v3.589.0) (2024-06-03)
7+
8+
9+
### Features
10+
11+
* **client-batch:** This release adds support for the AWS Batch GetJobQueueSnapshot API operation. ([2129ba2](https://github.com/aws/aws-sdk-js-v3/commit/2129ba28dedff5c6e41993d87cd25657b4b733ae))
12+
* **client-eks:** Adds support for EKS add-ons pod identity associations integration ([d391abe](https://github.com/aws/aws-sdk-js-v3/commit/d391abe72739e4e938c4439ab366ad9895d30f8e))
13+
* **client-iottwinmaker:** Support RESET_VALUE UpdateType for PropertyUpdates to reset property value to default or null ([822d606](https://github.com/aws/aws-sdk-js-v3/commit/822d606d46e42fe666fb1005c7bf3c3599e8bb5d))
14+
* **clients:** update client endpoints as of 2024-06-03 ([b9d72a6](https://github.com/aws/aws-sdk-js-v3/commit/b9d72a6a1cd7fc2cb3c461401447252f3a1e4ce3))
15+
16+
17+
18+
19+
620
# [3.588.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.587.0...v3.588.0) (2024-05-31)
721

822

clients/client-amplify/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.589.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.588.0...v3.589.0) (2024-06-03)
7+
8+
**Note:** Version bump only for package @aws-sdk/client-amplify
9+
10+
11+
12+
13+
614
# [3.588.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.587.0...v3.588.0) (2024-05-31)
715

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

clients/client-amplify/package.json

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

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.589.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.588.0...v3.589.0) (2024-06-03)
7+
8+
9+
### Features
10+
11+
* **client-batch:** This release adds support for the AWS Batch GetJobQueueSnapshot API operation. ([2129ba2](https://github.com/aws/aws-sdk-js-v3/commit/2129ba28dedff5c6e41993d87cd25657b4b733ae))
12+
13+
14+
15+
16+
617
# [3.588.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.587.0...v3.588.0) (2024-05-31)
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.588.0",
4+
"version": "3.589.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-eks/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.589.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.588.0...v3.589.0) (2024-06-03)
7+
8+
9+
### Features
10+
11+
* **client-eks:** Adds support for EKS add-ons pod identity associations integration ([d391abe](https://github.com/aws/aws-sdk-js-v3/commit/d391abe72739e4e938c4439ab366ad9895d30f8e))
12+
13+
14+
15+
16+
617
# [3.588.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.587.0...v3.588.0) (2024-05-31)
718

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

clients/client-eks/package.json

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

clients/client-iottwinmaker/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.589.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.588.0...v3.589.0) (2024-06-03)
7+
8+
9+
### Features
10+
11+
* **client-iottwinmaker:** Support RESET_VALUE UpdateType for PropertyUpdates to reset property value to default or null ([822d606](https://github.com/aws/aws-sdk-js-v3/commit/822d606d46e42fe666fb1005c7bf3c3599e8bb5d))
12+
13+
14+
15+
16+
617
# [3.588.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.587.0...v3.588.0) (2024-05-31)
718

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

clients/client-iottwinmaker/package.json

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

lerna.json

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

0 commit comments

Comments
 (0)