Skip to content

Commit 962d8d5

Browse files
author
awstools
committed
Publish v3.822.0
1 parent c61981f commit 962d8d5

File tree

20 files changed

+126
-10
lines changed

20 files changed

+126
-10
lines changed

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,26 @@
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.822.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.821.0...v3.822.0) (2025-06-02)
7+
8+
9+
### Features
10+
11+
* **client-athena:** Add support for the managed query result in the workgroup APIs. The managed query result configuration enables users to store query results to Athena owned storage. ([33fac0a](https://github.com/aws/aws-sdk-js-v3/commit/33fac0afa8609603e4b9c18c3b61296ac1ed1940))
12+
* **client-backup:** You can now subscribe to Amazon SNS notifications and Amazon EventBridge events for backup indexing. You can now receive notifications when a backup index is created, deleted, or fails to create, enhancing your ability to monitor and track your backup operations. ([9bec4ef](https://github.com/aws/aws-sdk-js-v3/commit/9bec4efa0470d32a5f33ec8be93091e62fec8f56))
13+
* **client-bedrock-agent:** This release adds the Agent Lifecycle Paused State feature to Amazon Bedrock agents. By using an agent's alias, you can temporarily suspend agent operations during maintenance, updates, or other situations. ([26fec88](https://github.com/aws/aws-sdk-js-v3/commit/26fec8800771706c002e6558ec7ea39d1e059807))
14+
* **client-compute-optimizer:** This release enables AWS Compute Optimizer to analyze Amazon Aurora database clusters and generate Aurora I/O-Optimized recommendations. ([a741c9e](https://github.com/aws/aws-sdk-js-v3/commit/a741c9e2e5e4eb7c6b64dba076211a0e049b4c1b))
15+
* **client-cost-optimization-hub:** Support recommendations for Aurora instance and Aurora cluster storage. ([307d369](https://github.com/aws/aws-sdk-js-v3/commit/307d369a0521553ce37291e4728080fd5f414145))
16+
* **client-eks:** Add support for filtering ListInsights API calls on MISCONFIGURATION insight category ([88f2623](https://github.com/aws/aws-sdk-js-v3/commit/88f2623229bdb917e3b12d7b40440b134f4da1ba))
17+
* **client-entityresolution:** Add support for generating match IDs in near real-time. ([697753c](https://github.com/aws/aws-sdk-js-v3/commit/697753c222df14afb3d516135dc9d22faec9d272))
18+
* **client-pcs:** Introduces SUSPENDING and SUSPENDED states for clusters, compute node groups, and queues. ([172256c](https://github.com/aws/aws-sdk-js-v3/commit/172256cc37cf024f1243832a5f6b70e2207a9218))
19+
* **client-synthetics:** Support for Java runtime handler pattern. ([ee418d1](https://github.com/aws/aws-sdk-js-v3/commit/ee418d1fcf41412b304f2b36ad024295af58e1c2))
20+
* **clients:** update client endpoints as of 2025-06-02 ([c61981f](https://github.com/aws/aws-sdk-js-v3/commit/c61981ff7e2e1065206d5c9744ec0d5c87da4bda))
21+
22+
23+
24+
25+
626
# [3.821.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.820.0...v3.821.0) (2025-05-30)
727

828

clients/client-athena/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.822.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.821.0...v3.822.0) (2025-06-02)
7+
8+
9+
### Features
10+
11+
* **client-athena:** Add support for the managed query result in the workgroup APIs. The managed query result configuration enables users to store query results to Athena owned storage. ([33fac0a](https://github.com/aws/aws-sdk-js-v3/commit/33fac0afa8609603e4b9c18c3b61296ac1ed1940))
12+
13+
14+
15+
16+
617
# [3.821.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.820.0...v3.821.0) (2025-05-30)
718

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

clients/client-athena/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-athena",
33
"description": "AWS SDK for JavaScript Athena Client for Node.js, Browser and React Native",
4-
"version": "3.821.0",
4+
"version": "3.822.0",
55
"scripts": {
66
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
77
"build:cjs": "node ../../scripts/compilation/inline client-athena",

clients/client-backup/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.822.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.821.0...v3.822.0) (2025-06-02)
7+
8+
9+
### Features
10+
11+
* **client-backup:** You can now subscribe to Amazon SNS notifications and Amazon EventBridge events for backup indexing. You can now receive notifications when a backup index is created, deleted, or fails to create, enhancing your ability to monitor and track your backup operations. ([9bec4ef](https://github.com/aws/aws-sdk-js-v3/commit/9bec4efa0470d32a5f33ec8be93091e62fec8f56))
12+
13+
14+
15+
16+
617
# [3.821.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.820.0...v3.821.0) (2025-05-30)
718

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

clients/client-backup/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-backup",
33
"description": "AWS SDK for JavaScript Backup Client for Node.js, Browser and React Native",
4-
"version": "3.821.0",
4+
"version": "3.822.0",
55
"scripts": {
66
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
77
"build:cjs": "node ../../scripts/compilation/inline client-backup",

clients/client-bedrock-agent/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.822.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.821.0...v3.822.0) (2025-06-02)
7+
8+
9+
### Features
10+
11+
* **client-bedrock-agent:** This release adds the Agent Lifecycle Paused State feature to Amazon Bedrock agents. By using an agent's alias, you can temporarily suspend agent operations during maintenance, updates, or other situations. ([26fec88](https://github.com/aws/aws-sdk-js-v3/commit/26fec8800771706c002e6558ec7ea39d1e059807))
12+
13+
14+
15+
16+
617
# [3.821.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.820.0...v3.821.0) (2025-05-30)
718

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

clients/client-bedrock-agent/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-bedrock-agent",
33
"description": "AWS SDK for JavaScript Bedrock Agent Client for Node.js, Browser and React Native",
4-
"version": "3.821.0",
4+
"version": "3.822.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",

clients/client-compute-optimizer/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.822.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.821.0...v3.822.0) (2025-06-02)
7+
8+
9+
### Features
10+
11+
* **client-compute-optimizer:** This release enables AWS Compute Optimizer to analyze Amazon Aurora database clusters and generate Aurora I/O-Optimized recommendations. ([a741c9e](https://github.com/aws/aws-sdk-js-v3/commit/a741c9e2e5e4eb7c6b64dba076211a0e049b4c1b))
12+
13+
14+
15+
16+
617
# [3.821.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.820.0...v3.821.0) (2025-05-30)
718

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

clients/client-compute-optimizer/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-compute-optimizer",
33
"description": "AWS SDK for JavaScript Compute Optimizer Client for Node.js, Browser and React Native",
4-
"version": "3.821.0",
4+
"version": "3.822.0",
55
"scripts": {
66
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
77
"build:cjs": "node ../../scripts/compilation/inline client-compute-optimizer",

clients/client-cost-optimization-hub/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.822.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.821.0...v3.822.0) (2025-06-02)
7+
8+
9+
### Features
10+
11+
* **client-cost-optimization-hub:** Support recommendations for Aurora instance and Aurora cluster storage. ([307d369](https://github.com/aws/aws-sdk-js-v3/commit/307d369a0521553ce37291e4728080fd5f414145))
12+
13+
14+
15+
16+
617
# [3.821.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.820.0...v3.821.0) (2025-05-30)
718

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

clients/client-cost-optimization-hub/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-cost-optimization-hub",
33
"description": "AWS SDK for JavaScript Cost Optimization Hub Client for Node.js, Browser and React Native",
4-
"version": "3.821.0",
4+
"version": "3.822.0",
55
"scripts": {
66
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
77
"build:cjs": "node ../../scripts/compilation/inline client-cost-optimization-hub",

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.822.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.821.0...v3.822.0) (2025-06-02)
7+
8+
**Note:** Version bump only for package @aws-sdk/client-ecs
9+
10+
11+
12+
13+
614
# [3.821.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.820.0...v3.821.0) (2025-05-30)
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.821.0",
4+
"version": "3.822.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-eks/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.822.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.821.0...v3.822.0) (2025-06-02)
7+
8+
9+
### Features
10+
11+
* **client-eks:** Add support for filtering ListInsights API calls on MISCONFIGURATION insight category ([88f2623](https://github.com/aws/aws-sdk-js-v3/commit/88f2623229bdb917e3b12d7b40440b134f4da1ba))
12+
13+
14+
15+
16+
617
# [3.821.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.820.0...v3.821.0) (2025-05-30)
718

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

clients/client-eks/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-eks",
33
"description": "AWS SDK for JavaScript Eks Client for Node.js, Browser and React Native",
4-
"version": "3.821.0",
4+
"version": "3.822.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-entityresolution/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.822.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.821.0...v3.822.0) (2025-06-02)
7+
8+
9+
### Features
10+
11+
* **client-entityresolution:** Add support for generating match IDs in near real-time. ([697753c](https://github.com/aws/aws-sdk-js-v3/commit/697753c222df14afb3d516135dc9d22faec9d272))
12+
13+
14+
15+
16+
617
# [3.821.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.820.0...v3.821.0) (2025-05-30)
718

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

clients/client-entityresolution/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-entityresolution",
33
"description": "AWS SDK for JavaScript Entityresolution Client for Node.js, Browser and React Native",
4-
"version": "3.821.0",
4+
"version": "3.822.0",
55
"scripts": {
66
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
77
"build:cjs": "node ../../scripts/compilation/inline client-entityresolution",

clients/client-pcs/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.822.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.821.0...v3.822.0) (2025-06-02)
7+
8+
9+
### Features
10+
11+
* **client-pcs:** Introduces SUSPENDING and SUSPENDED states for clusters, compute node groups, and queues. ([172256c](https://github.com/aws/aws-sdk-js-v3/commit/172256cc37cf024f1243832a5f6b70e2207a9218))
12+
13+
14+
15+
16+
617
# [3.821.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.820.0...v3.821.0) (2025-05-30)
718

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

clients/client-pcs/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-pcs",
33
"description": "AWS SDK for JavaScript Pcs Client for Node.js, Browser and React Native",
4-
"version": "3.821.0",
4+
"version": "3.822.0",
55
"scripts": {
66
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
77
"build:cjs": "tsc -p tsconfig.cjs.json",

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "3.821.0",
2+
"version": "3.822.0",
33
"npmClient": "yarn",
44
"useWorkspaces": true,
55
"command": {

0 commit comments

Comments
 (0)