Skip to content

Commit d29375d

Browse files
author
awstools
committedMar 26, 2025·
Publish v3.776.0
1 parent 41f5934 commit d29375d

File tree

20 files changed

+117
-10
lines changed

20 files changed

+117
-10
lines changed
 

‎CHANGELOG.md

+17
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,23 @@
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.776.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.775.0...v3.776.0) (2025-03-26)
7+
8+
9+
### Features
10+
11+
* **client-arc-zonal-shift:** Add new shiftType field for ARC zonal shifts. ([f341188](https://github.com/aws/aws-sdk-js-v3/commit/f341188ec2bc2daced2bfce18b7589ddf7d0d56c))
12+
* **client-direct-connect:** With this release, AWS Direct Connect allows you to tag your Direct Connect gateways. Tags are metadata that you can create and use to manage your Direct Connect gateways. For more information about tagging, see AWS Tagging Strategies. ([f1e9366](https://github.com/aws/aws-sdk-js-v3/commit/f1e9366159951f046f16aedeae4516fbbe8e874e))
13+
* **client-mediaconvert:** This release adds a configurable Quality Level setting for the top rendition of Auto ABR jobs ([8ab958b](https://github.com/aws/aws-sdk-js-v3/commit/8ab958b53238707157620137459cb870cb427c43))
14+
* **client-mediatailor:** Add support for log filtering which allow customers to filter out selected event types from logs. ([aa2ade8](https://github.com/aws/aws-sdk-js-v3/commit/aa2ade8971eae2d717fea8a3a5ebed809aa0e7a5))
15+
* **client-polly:** Added support for the new voice - Jihye (ko-KR). Jihye is available as a Neural voice only. ([016c4d0](https://github.com/aws/aws-sdk-js-v3/commit/016c4d077c8acafbc14ae3a7e5a80625f492e623))
16+
* **client-wafv2:** This release adds the ability to associate an AWS WAF v2 web ACL with an AWS Amplify App. ([74fdfa0](https://github.com/aws/aws-sdk-js-v3/commit/74fdfa0ddfcf99a3e097f4b957491aa57fd93fb8))
17+
* **clients:** update client endpoints as of 2025-03-26 ([41f5934](https://github.com/aws/aws-sdk-js-v3/commit/41f59349a4b2c1d130ad29425ab5acc2d05ddda2))
18+
19+
20+
21+
22+
623
# [3.775.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.774.0...v3.775.0) (2025-03-25)
724

825

‎clients/client-arc-zonal-shift/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.776.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.775.0...v3.776.0) (2025-03-26)
7+
8+
9+
### Features
10+
11+
* **client-arc-zonal-shift:** Add new shiftType field for ARC zonal shifts. ([f341188](https://github.com/aws/aws-sdk-js-v3/commit/f341188ec2bc2daced2bfce18b7589ddf7d0d56c))
12+
13+
14+
15+
16+
617
# [3.775.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.774.0...v3.775.0) (2025-03-25)
718

819
**Note:** Version bump only for package @aws-sdk/client-arc-zonal-shift

‎clients/client-arc-zonal-shift/package.json

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

‎clients/client-direct-connect/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.776.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.775.0...v3.776.0) (2025-03-26)
7+
8+
9+
### Features
10+
11+
* **client-direct-connect:** With this release, AWS Direct Connect allows you to tag your Direct Connect gateways. Tags are metadata that you can create and use to manage your Direct Connect gateways. For more information about tagging, see AWS Tagging Strategies. ([f1e9366](https://github.com/aws/aws-sdk-js-v3/commit/f1e9366159951f046f16aedeae4516fbbe8e874e))
12+
13+
14+
15+
16+
617
# [3.775.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.774.0...v3.775.0) (2025-03-25)
718

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

‎clients/client-direct-connect/package.json

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

‎clients/client-mediaconvert/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.776.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.775.0...v3.776.0) (2025-03-26)
7+
8+
9+
### Features
10+
11+
* **client-mediaconvert:** This release adds a configurable Quality Level setting for the top rendition of Auto ABR jobs ([8ab958b](https://github.com/aws/aws-sdk-js-v3/commit/8ab958b53238707157620137459cb870cb427c43))
12+
13+
14+
15+
16+
617
# [3.775.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.774.0...v3.775.0) (2025-03-25)
718

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

‎clients/client-mediaconvert/package.json

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

‎clients/client-mediatailor/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.776.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.775.0...v3.776.0) (2025-03-26)
7+
8+
9+
### Features
10+
11+
* **client-mediatailor:** Add support for log filtering which allow customers to filter out selected event types from logs. ([aa2ade8](https://github.com/aws/aws-sdk-js-v3/commit/aa2ade8971eae2d717fea8a3a5ebed809aa0e7a5))
12+
13+
14+
15+
16+
617
# [3.775.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.774.0...v3.775.0) (2025-03-25)
718

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

‎clients/client-mediatailor/package.json

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

‎clients/client-polly/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.776.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.775.0...v3.776.0) (2025-03-26)
7+
8+
9+
### Features
10+
11+
* **client-polly:** Added support for the new voice - Jihye (ko-KR). Jihye is available as a Neural voice only. ([016c4d0](https://github.com/aws/aws-sdk-js-v3/commit/016c4d077c8acafbc14ae3a7e5a80625f492e623))
12+
13+
14+
15+
16+
617
# [3.775.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.774.0...v3.775.0) (2025-03-25)
718

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

‎clients/client-polly/package.json

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

‎clients/client-rds/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.776.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.775.0...v3.776.0) (2025-03-26)
7+
8+
**Note:** Version bump only for package @aws-sdk/client-rds
9+
10+
11+
12+
13+
614
# [3.775.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.774.0...v3.775.0) (2025-03-25)
715

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

‎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.775.0",
4+
"version": "3.776.0",
55
"scripts": {
66
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
77
"build:cjs": "node ../../scripts/compilation/inline client-rds",

‎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.776.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.775.0...v3.776.0) (2025-03-26)
7+
8+
9+
### Features
10+
11+
* **client-wafv2:** This release adds the ability to associate an AWS WAF v2 web ACL with an AWS Amplify App. ([74fdfa0](https://github.com/aws/aws-sdk-js-v3/commit/74fdfa0ddfcf99a3e097f4b957491aa57fd93fb8))
12+
13+
14+
15+
16+
617
# [3.775.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.774.0...v3.775.0) (2025-03-25)
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.775.0",
4+
"version": "3.776.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.775.0",
2+
"version": "3.776.0",
33
"npmClient": "yarn",
44
"useWorkspaces": true,
55
"command": {

‎packages/polly-request-presigner/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.776.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.775.0...v3.776.0) (2025-03-26)
7+
8+
**Note:** Version bump only for package @aws-sdk/polly-request-presigner
9+
10+
11+
12+
13+
614
# [3.775.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.774.0...v3.775.0) (2025-03-25)
715

816
**Note:** Version bump only for package @aws-sdk/polly-request-presigner

‎packages/polly-request-presigner/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@aws-sdk/polly-request-presigner",
3-
"version": "3.775.0",
3+
"version": "3.776.0",
44
"scripts": {
55
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
66
"build:cjs": "node ../../scripts/compilation/inline polly-request-presigner",

‎private/aws-client-api-test/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.776.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.775.0...v3.776.0) (2025-03-26)
7+
8+
**Note:** Version bump only for package @aws-sdk/aws-client-api-test
9+
10+
11+
12+
13+
614
# [3.775.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.774.0...v3.775.0) (2025-03-25)
715

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

‎private/aws-client-api-test/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@aws-sdk/aws-client-api-test",
33
"description": "Test suite for client interface stability",
4-
"version": "3.775.0",
4+
"version": "3.776.0",
55
"scripts": {
66
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
77
"build:cjs": "tsc -p tsconfig.cjs.json",

0 commit comments

Comments
 (0)
Please sign in to comment.