Skip to content

Commit d452a91

Browse files
author
awstools
committed
Publish v3.580.0
1 parent 8ea4222 commit d452a91

File tree

18 files changed

+115
-9
lines changed

18 files changed

+115
-9
lines changed

Diff for: CHANGELOG.md

+21
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,27 @@
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.580.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.579.0...v3.580.0) (2024-05-20)
7+
8+
9+
### Bug Fixes
10+
11+
* **middleware-sdk-api-gateway:** only set default accept header if none provided ([#6110](https://github.com/aws/aws-sdk-js-v3/issues/6110)) ([851e675](https://github.com/aws/aws-sdk-js-v3/commit/851e675b4c781d9707deefa169aab3d4425885d0))
12+
13+
14+
### Features
15+
16+
* **client-bedrock-agent-runtime:** This release adds support for using Guardrails with Bedrock Agents. ([f55b6af](https://github.com/aws/aws-sdk-js-v3/commit/f55b6afac645615fc9a2e73c72879d28dce7aa04))
17+
* **client-bedrock-agent:** This release adds support for using Guardrails with Bedrock Agents. ([b624d0d](https://github.com/aws/aws-sdk-js-v3/commit/b624d0da0244e56e3cba1eb5c66d3cc0c6f41fdc))
18+
* **client-controltower:** Added ListControlOperations API and filtering support for ListEnabledControls API. Updates also includes added metadata for enabled controls and control operations. ([04288c5](https://github.com/aws/aws-sdk-js-v3/commit/04288c536c44848cac33ce72e8995f9af2eb74aa))
19+
* **client-osis:** Add support for creating an OpenSearch Ingestion pipeline that is attached to a provided VPC. Add information about the destinations of an OpenSearch Ingestion pipeline to the GetPipeline and ListPipelines APIs. ([8ea4222](https://github.com/aws/aws-sdk-js-v3/commit/8ea42220e50e67e7562f92ba6dba83c77526bed0))
20+
* **client-rds:** This release adds support for EngineLifecycleSupport on DBInstances, DBClusters, and GlobalClusters. ([4d44c0d](https://github.com/aws/aws-sdk-js-v3/commit/4d44c0dce799f55f90042f52bea513dfc792334e))
21+
* **client-secrets-manager:** add v2 smoke tests and smithy smokeTests trait for SDK testing ([b63da55](https://github.com/aws/aws-sdk-js-v3/commit/b63da555a08c4cf1af57dd25566af3ed4003d7d5))
22+
23+
24+
25+
26+
627
# [3.579.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.578.0...v3.579.0) (2024-05-17)
728

829

Diff for: clients/client-api-gateway/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.580.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.579.0...v3.580.0) (2024-05-20)
7+
8+
**Note:** Version bump only for package @aws-sdk/client-api-gateway
9+
10+
11+
12+
13+
614
# [3.577.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.576.0...v3.577.0) (2024-05-15)
715

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

Diff for: clients/client-api-gateway/package.json

+1-1
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.577.0",
4+
"version": "3.580.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",

Diff for: 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.580.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.579.0...v3.580.0) (2024-05-20)
7+
8+
9+
### Features
10+
11+
* **client-bedrock-agent-runtime:** This release adds support for using Guardrails with Bedrock Agents. ([f55b6af](https://github.com/aws/aws-sdk-js-v3/commit/f55b6afac645615fc9a2e73c72879d28dce7aa04))
12+
13+
14+
15+
16+
617
# [3.577.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.576.0...v3.577.0) (2024-05-15)
718

819

Diff for: 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.577.0",
4+
"version": "3.580.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",

Diff for: clients/client-bedrock-agent/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.580.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.579.0...v3.580.0) (2024-05-20)
7+
8+
9+
### Features
10+
11+
* **client-bedrock-agent:** This release adds support for using Guardrails with Bedrock Agents. ([b624d0d](https://github.com/aws/aws-sdk-js-v3/commit/b624d0da0244e56e3cba1eb5c66d3cc0c6f41fdc))
12+
13+
14+
15+
16+
617
# [3.577.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.576.0...v3.577.0) (2024-05-15)
718

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

Diff for: clients/client-bedrock-agent/package.json

+1-1
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.577.0",
4+
"version": "3.580.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",

Diff for: clients/client-controltower/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.580.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.579.0...v3.580.0) (2024-05-20)
7+
8+
9+
### Features
10+
11+
* **client-controltower:** Added ListControlOperations API and filtering support for ListEnabledControls API. Updates also includes added metadata for enabled controls and control operations. ([04288c5](https://github.com/aws/aws-sdk-js-v3/commit/04288c536c44848cac33ce72e8995f9af2eb74aa))
12+
13+
14+
15+
16+
617
# [3.577.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.576.0...v3.577.0) (2024-05-15)
718

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

Diff for: clients/client-controltower/package.json

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

Diff for: clients/client-osis/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.580.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.579.0...v3.580.0) (2024-05-20)
7+
8+
9+
### Features
10+
11+
* **client-osis:** Add support for creating an OpenSearch Ingestion pipeline that is attached to a provided VPC. Add information about the destinations of an OpenSearch Ingestion pipeline to the GetPipeline and ListPipelines APIs. ([8ea4222](https://github.com/aws/aws-sdk-js-v3/commit/8ea42220e50e67e7562f92ba6dba83c77526bed0))
12+
13+
14+
15+
16+
617
# [3.577.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.576.0...v3.577.0) (2024-05-15)
718

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

Diff for: clients/client-osis/package.json

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

Diff for: clients/client-rds/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.580.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.579.0...v3.580.0) (2024-05-20)
7+
8+
9+
### Features
10+
11+
* **client-rds:** This release adds support for EngineLifecycleSupport on DBInstances, DBClusters, and GlobalClusters. ([4d44c0d](https://github.com/aws/aws-sdk-js-v3/commit/4d44c0dce799f55f90042f52bea513dfc792334e))
12+
13+
14+
15+
16+
617
# [3.577.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.576.0...v3.577.0) (2024-05-15)
718

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

Diff for: clients/client-rds/package.json

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

Diff for: clients/client-secrets-manager/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.580.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.579.0...v3.580.0) (2024-05-20)
7+
8+
9+
### Features
10+
11+
* **client-secrets-manager:** add v2 smoke tests and smithy smokeTests trait for SDK testing ([b63da55](https://github.com/aws/aws-sdk-js-v3/commit/b63da555a08c4cf1af57dd25566af3ed4003d7d5))
12+
13+
14+
15+
16+
617
# [3.578.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.577.0...v3.578.0) (2024-05-16)
718

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

Diff for: clients/client-secrets-manager/package.json

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

Diff for: lerna.json

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

Diff for: packages/middleware-sdk-api-gateway/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.580.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.579.0...v3.580.0) (2024-05-20)
7+
8+
9+
### Bug Fixes
10+
11+
* **middleware-sdk-api-gateway:** only set default accept header if none provided ([#6110](https://github.com/aws/aws-sdk-js-v3/issues/6110)) ([851e675](https://github.com/aws/aws-sdk-js-v3/commit/851e675b4c781d9707deefa169aab3d4425885d0))
12+
13+
14+
15+
16+
617
# [3.577.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.576.0...v3.577.0) (2024-05-15)
718

819
**Note:** Version bump only for package @aws-sdk/middleware-sdk-api-gateway

Diff for: packages/middleware-sdk-api-gateway/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@aws-sdk/middleware-sdk-api-gateway",
3-
"version": "3.577.0",
3+
"version": "3.580.0",
44
"scripts": {
55
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
66
"build:cjs": "node ../../scripts/compilation/inline middleware-sdk-api-gateway",

0 commit comments

Comments
 (0)