Skip to content

Commit cf1dd33

Browse files
author
awstools
committed
Publish v3.778.0
1 parent daf689a commit cf1dd33

File tree

34 files changed

+204
-17
lines changed

34 files changed

+204
-17
lines changed

CHANGELOG.md

+26
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,32 @@
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.778.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.777.0...v3.778.0) (2025-03-28)
7+
8+
9+
### Bug Fixes
10+
11+
* **credential-providers:** allow env and configFile selection of region in fromTemporaryCredentials ([#6982](https://github.com/aws/aws-sdk-js-v3/issues/6982)) ([f46323d](https://github.com/aws/aws-sdk-js-v3/commit/f46323d4ba3dbcbc960dff9194ac913405993641))
12+
* **lib-dynamodb:** read input from middleware instead of command ([#6984](https://github.com/aws/aws-sdk-js-v3/issues/6984)) ([371f05c](https://github.com/aws/aws-sdk-js-v3/commit/371f05c1dac71bfac79255c0c14349069c388b07))
13+
14+
15+
### Features
16+
17+
* **client-api-gateway:** Adds support for setting the IP address type to allow dual-stack or IPv4 address types to invoke your APIs or domain names. ([ef4a874](https://github.com/aws/aws-sdk-js-v3/commit/ef4a874d488afe48d336f8ec99d31c254e3b3eae))
18+
* **client-apigatewayv2:** Adds support for setting the IP address type to allow dual-stack or IPv4 address types to invoke your APIs or domain names. ([7528ca9](https://github.com/aws/aws-sdk-js-v3/commit/7528ca99f2a286420daf484971ad4c6190f7ecb8))
19+
* **client-bedrock-runtime:** Launching Multi-modality Content Filter for Amazon Bedrock Guardrails. ([76cfd9b](https://github.com/aws/aws-sdk-js-v3/commit/76cfd9b56916259ca2ba8b19a36cb208423ce20a))
20+
* **client-codebuild:** This release adds support for cacheNamespace in ProjectCache ([add93bd](https://github.com/aws/aws-sdk-js-v3/commit/add93bd50f87b240884dd949429eab5227e7428a))
21+
* **client-marketplace-metering:** Add support for Marketplace Metering Service dual-stack endpoints. ([76dce29](https://github.com/aws/aws-sdk-js-v3/commit/76dce2947c997a2d48ff4cc5b67990a196dd7ebf))
22+
* **client-networkmanager:** Add support for NetworkManager Dualstack endpoints. ([cd55850](https://github.com/aws/aws-sdk-js-v3/commit/cd55850c23e9769947a5b6d6aec339318c897799))
23+
* **client-payment-cryptography:** The service adds support for transferring AES-256 and other keys between the service and other service providers and HSMs. This feature uses ECDH to derive a one-time key transport key to enable these secure key exchanges. ([06a1cb5](https://github.com/aws/aws-sdk-js-v3/commit/06a1cb57e502c03a73831671a874ac417c35d828))
24+
* **client-quicksight:** RLS permission dataset with userAs: RLS_RULES flag, Q in QuickSight/Threshold Alerts/Schedules/Snapshots in QS embedding, toggle dataset refresh email alerts via API, transposed table with options: column width, type and index, toggle Q&A on dashboards, Oracle Service Name when creating data source. ([625ee9c](https://github.com/aws/aws-sdk-js-v3/commit/625ee9cdd28390ed94f22ceca922158a745b6d93))
25+
* **client-sagemaker:** TransformAmiVersion for Batch Transform and SageMaker Search Service Aggregate Search API Extension ([86ab9f4](https://github.com/aws/aws-sdk-js-v3/commit/86ab9f462ef71236f327a6f6682bbaad108c5d04))
26+
* **clients:** update client endpoints as of 2025-03-28 ([daf689a](https://github.com/aws/aws-sdk-js-v3/commit/daf689ae1f64226ea898dbccf57753dcda38eff1))
27+
28+
29+
30+
31+
632
# [3.777.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.776.0...v3.777.0) (2025-03-27)
733

834

clients/client-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.778.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.777.0...v3.778.0) (2025-03-28)
7+
8+
9+
### Features
10+
11+
* **client-api-gateway:** Adds support for setting the IP address type to allow dual-stack or IPv4 address types to invoke your APIs or domain names. ([ef4a874](https://github.com/aws/aws-sdk-js-v3/commit/ef4a874d488afe48d336f8ec99d31c254e3b3eae))
12+
13+
14+
15+
16+
617
# [3.777.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.776.0...v3.777.0) (2025-03-27)
718

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

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.777.0",
4+
"version": "3.778.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

+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.778.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.777.0...v3.778.0) (2025-03-28)
7+
8+
9+
### Features
10+
11+
* **client-apigatewayv2:** Adds support for setting the IP address type to allow dual-stack or IPv4 address types to invoke your APIs or domain names. ([7528ca9](https://github.com/aws/aws-sdk-js-v3/commit/7528ca99f2a286420daf484971ad4c6190f7ecb8))
12+
13+
14+
15+
16+
617
# [3.777.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.776.0...v3.777.0) (2025-03-27)
718

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

clients/client-apigatewayv2/package.json

+1-1
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.777.0",
4+
"version": "3.778.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-bedrock-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.778.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.777.0...v3.778.0) (2025-03-28)
7+
8+
9+
### Features
10+
11+
* **client-bedrock-runtime:** Launching Multi-modality Content Filter for Amazon Bedrock Guardrails. ([76cfd9b](https://github.com/aws/aws-sdk-js-v3/commit/76cfd9b56916259ca2ba8b19a36cb208423ce20a))
12+
13+
14+
15+
16+
617
# [3.777.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.776.0...v3.777.0) (2025-03-27)
718

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

clients/client-bedrock-runtime/package.json

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

clients/client-codebuild/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.778.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.777.0...v3.778.0) (2025-03-28)
7+
8+
9+
### Features
10+
11+
* **client-codebuild:** This release adds support for cacheNamespace in ProjectCache ([add93bd](https://github.com/aws/aws-sdk-js-v3/commit/add93bd50f87b240884dd949429eab5227e7428a))
12+
13+
14+
15+
16+
617
# [3.777.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.776.0...v3.777.0) (2025-03-27)
718

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

clients/client-codebuild/package.json

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

clients/client-ecs/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.778.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.777.0...v3.778.0) (2025-03-28)
7+
8+
**Note:** Version bump only for package @aws-sdk/client-ecs
9+
10+
11+
12+
13+
614
# [3.777.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.776.0...v3.777.0) (2025-03-27)
715

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

clients/client-ecs/package.json

+1-1
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.777.0",
4+
"version": "3.778.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-marketplace-metering/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.778.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.777.0...v3.778.0) (2025-03-28)
7+
8+
9+
### Features
10+
11+
* **client-marketplace-metering:** Add support for Marketplace Metering Service dual-stack endpoints. ([76dce29](https://github.com/aws/aws-sdk-js-v3/commit/76dce2947c997a2d48ff4cc5b67990a196dd7ebf))
12+
13+
14+
15+
16+
617
# [3.777.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.776.0...v3.777.0) (2025-03-27)
718

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

clients/client-marketplace-metering/package.json

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

clients/client-networkmanager/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.778.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.777.0...v3.778.0) (2025-03-28)
7+
8+
9+
### Features
10+
11+
* **client-networkmanager:** Add support for NetworkManager Dualstack endpoints. ([cd55850](https://github.com/aws/aws-sdk-js-v3/commit/cd55850c23e9769947a5b6d6aec339318c897799))
12+
13+
14+
15+
16+
617
# [3.777.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.776.0...v3.777.0) (2025-03-27)
718

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

clients/client-networkmanager/package.json

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

clients/client-payment-cryptography/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.778.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.777.0...v3.778.0) (2025-03-28)
7+
8+
9+
### Features
10+
11+
* **client-payment-cryptography:** The service adds support for transferring AES-256 and other keys between the service and other service providers and HSMs. This feature uses ECDH to derive a one-time key transport key to enable these secure key exchanges. ([06a1cb5](https://github.com/aws/aws-sdk-js-v3/commit/06a1cb57e502c03a73831671a874ac417c35d828))
12+
13+
14+
15+
16+
617
# [3.777.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.776.0...v3.777.0) (2025-03-27)
718

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

clients/client-payment-cryptography/package.json

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

clients/client-quicksight/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.778.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.777.0...v3.778.0) (2025-03-28)
7+
8+
9+
### Features
10+
11+
* **client-quicksight:** RLS permission dataset with userAs: RLS_RULES flag, Q in QuickSight/Threshold Alerts/Schedules/Snapshots in QS embedding, toggle dataset refresh email alerts via API, transposed table with options: column width, type and index, toggle Q&A on dashboards, Oracle Service Name when creating data source. ([625ee9c](https://github.com/aws/aws-sdk-js-v3/commit/625ee9cdd28390ed94f22ceca922158a745b6d93))
12+
13+
14+
15+
16+
617
# [3.777.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.776.0...v3.777.0) (2025-03-27)
718

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

clients/client-quicksight/package.json

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

clients/client-sagemaker/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.778.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.777.0...v3.778.0) (2025-03-28)
7+
8+
9+
### Features
10+
11+
* **client-sagemaker:** TransformAmiVersion for Batch Transform and SageMaker Search Service Aggregate Search API Extension ([86ab9f4](https://github.com/aws/aws-sdk-js-v3/commit/86ab9f462ef71236f327a6f6682bbaad108c5d04))
12+
13+
14+
15+
16+
617
# [3.777.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.776.0...v3.777.0) (2025-03-27)
718

819

clients/client-sagemaker/package.json

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

lerna.json

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

lib/lib-dynamodb/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.778.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.777.0...v3.778.0) (2025-03-28)
7+
8+
9+
### Bug Fixes
10+
11+
* **lib-dynamodb:** read input from middleware instead of command ([#6984](https://github.com/aws/aws-sdk-js-v3/issues/6984)) ([371f05c](https://github.com/aws/aws-sdk-js-v3/commit/371f05c1dac71bfac79255c0c14349069c388b07))
12+
13+
14+
15+
16+
617
# [3.777.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.776.0...v3.777.0) (2025-03-27)
718

819
**Note:** Version bump only for package @aws-sdk/lib-dynamodb

lib/lib-dynamodb/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@aws-sdk/lib-dynamodb",
3-
"version": "3.777.0",
3+
"version": "3.778.0",
44
"description": "The document client simplifies working with items in Amazon DynamoDB by abstracting away the notion of attribute values.",
55
"main": "./dist-cjs/index.js",
66
"module": "./dist-es/index.js",

packages/credential-providers/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.778.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.777.0...v3.778.0) (2025-03-28)
7+
8+
9+
### Bug Fixes
10+
11+
* **credential-providers:** allow env and configFile selection of region in fromTemporaryCredentials ([#6982](https://github.com/aws/aws-sdk-js-v3/issues/6982)) ([f46323d](https://github.com/aws/aws-sdk-js-v3/commit/f46323d4ba3dbcbc960dff9194ac913405993641))
12+
13+
14+
15+
16+
617
# [3.777.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.776.0...v3.777.0) (2025-03-27)
718

819
**Note:** Version bump only for package @aws-sdk/credential-providers

packages/credential-providers/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@aws-sdk/credential-providers",
3-
"version": "3.777.0",
3+
"version": "3.778.0",
44
"description": "A collection of credential providers, without requiring service clients like STS, Cognito",
55
"main": "./dist-cjs/index.js",
66
"module": "./dist-es/index.js",

packages/dsql-signer/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.778.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.777.0...v3.778.0) (2025-03-28)
7+
8+
**Note:** Version bump only for package @aws-sdk/dsql-signer
9+
10+
11+
12+
13+
614
# [3.777.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.776.0...v3.777.0) (2025-03-27)
715

816
**Note:** Version bump only for package @aws-sdk/dsql-signer

packages/dsql-signer/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@aws-sdk/dsql-signer",
3-
"version": "3.777.0",
3+
"version": "3.778.0",
44
"description": "Dsql utility for generating a password token that can be used for IAM authentication to a Dsql Database.",
55
"main": "./dist-cjs/index.js",
66
"module": "./dist-es/index.js",

packages/ec2-metadata-service/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.778.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.777.0...v3.778.0) (2025-03-28)
7+
8+
**Note:** Version bump only for package @aws-sdk/ec2-metadata-service
9+
10+
11+
12+
13+
614
# [3.777.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.776.0...v3.777.0) (2025-03-27)
715

816
**Note:** Version bump only for package @aws-sdk/ec2-metadata-service

0 commit comments

Comments
 (0)