Skip to content

Commit bbe7c76

Browse files
author
awstools
committed
Publish v3.491.0
1 parent e3f719a commit bbe7c76

File tree

21 files changed

+170
-10
lines changed

21 files changed

+170
-10
lines changed

CHANGELOG.md

+18
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,24 @@
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.491.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.490.0...v3.491.0) (2024-01-12)
7+
8+
9+
### Features
10+
11+
* cjs inline build ([#5644](https://github.com/aws/aws-sdk-js-v3/issues/5644)) ([5aee321](https://github.com/aws/aws-sdk-js-v3/commit/5aee321bc0327c43c2fd1347bd4dda791ac2b1d0))
12+
* **client-connectparticipant:** Introduce new Supervisor participant role ([2413b69](https://github.com/aws/aws-sdk-js-v3/commit/2413b690d5d36016b6529254a639781a73b378bd))
13+
* **client-connect:** Supervisor Barge for Chat is now supported through the MonitorContact API. ([ecf269c](https://github.com/aws/aws-sdk-js-v3/commit/ecf269c54aadfb474431a9288ff8e37d42e19d6f))
14+
* **client-mwaa:** This Amazon MWAA feature release includes new fields in CreateWebLoginToken response model. The new fields IamIdentity and AirflowIdentity will let you match identifications, as the Airflow identity length is currently hashed to 64 characters. ([68138df](https://github.com/aws/aws-sdk-js-v3/commit/68138df9798d63c3fdf34da69f75ffafce9891e1))
15+
* **client-s3-control:** S3 On Outposts team adds dualstack endpoints support for S3Control and S3Outposts API calls. ([1c20e12](https://github.com/aws/aws-sdk-js-v3/commit/1c20e12278f07f6792fd3408218b4cbb5925920c))
16+
* **client-supplychain:** This release includes APIs CreateBillOfMaterialsImportJob and GetBillOfMaterialsImportJob. ([4b2fcab](https://github.com/aws/aws-sdk-js-v3/commit/4b2fcab4240a97fd076b984c82cd15a44b7c014c))
17+
* **client-transfer:** AWS Transfer Family now supports static IP addresses for SFTP & AS2 connectors and for async MDNs on AS2 servers. ([e2471e2](https://github.com/aws/aws-sdk-js-v3/commit/e2471e2618c1f5c71639ec67d8db6249d0fb7eef))
18+
* **clients:** update client endpoints as of 2024-01-12 ([e3f719a](https://github.com/aws/aws-sdk-js-v3/commit/e3f719aa8c17e96d34532aa13cc6c393e8ad3fd7))
19+
20+
21+
22+
23+
624
# [3.490.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.489.0...v3.490.0) (2024-01-11)
725

826

clients/client-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.491.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.490.0...v3.491.0) (2024-01-12)
7+
8+
9+
### Features
10+
11+
* **client-connect:** Supervisor Barge for Chat is now supported through the MonitorContact API. ([ecf269c](https://github.com/aws/aws-sdk-js-v3/commit/ecf269c54aadfb474431a9288ff8e37d42e19d6f))
12+
13+
14+
15+
16+
617
# [3.490.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.489.0...v3.490.0) (2024-01-11)
718

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

clients/client-connect/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@aws-sdk/client-connect",
33
"description": "AWS SDK for JavaScript Connect Client for Node.js, Browser and React Native",
4-
"version": "3.490.0",
4+
"version": "3.491.0",
55
"scripts": {
66
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
77
"build:cjs": "tsc -p tsconfig.cjs.json",

clients/client-connectparticipant/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.491.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.490.0...v3.491.0) (2024-01-12)
7+
8+
9+
### Features
10+
11+
* **client-connectparticipant:** Introduce new Supervisor participant role ([2413b69](https://github.com/aws/aws-sdk-js-v3/commit/2413b690d5d36016b6529254a639781a73b378bd))
12+
13+
14+
15+
16+
617
# [3.490.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.489.0...v3.490.0) (2024-01-11)
718

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

clients/client-connectparticipant/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@aws-sdk/client-connectparticipant",
33
"description": "AWS SDK for JavaScript Connectparticipant Client for Node.js, Browser and React Native",
4-
"version": "3.490.0",
4+
"version": "3.491.0",
55
"scripts": {
66
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
77
"build:cjs": "tsc -p tsconfig.cjs.json",

clients/client-location/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.491.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.490.0...v3.491.0) (2024-01-12)
7+
8+
**Note:** Version bump only for package @aws-sdk/client-location
9+
10+
11+
12+
13+
614
# [3.490.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.489.0...v3.490.0) (2024-01-11)
715

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

clients/client-location/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@aws-sdk/client-location",
33
"description": "AWS SDK for JavaScript Location Client for Node.js, Browser and React Native",
4-
"version": "3.490.0",
4+
"version": "3.491.0",
55
"scripts": {
66
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
77
"build:cjs": "tsc -p tsconfig.cjs.json",

clients/client-mwaa/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.491.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.490.0...v3.491.0) (2024-01-12)
7+
8+
9+
### Features
10+
11+
* **client-mwaa:** This Amazon MWAA feature release includes new fields in CreateWebLoginToken response model. The new fields IamIdentity and AirflowIdentity will let you match identifications, as the Airflow identity length is currently hashed to 64 characters. ([68138df](https://github.com/aws/aws-sdk-js-v3/commit/68138df9798d63c3fdf34da69f75ffafce9891e1))
12+
13+
14+
15+
16+
617
# [3.490.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.489.0...v3.490.0) (2024-01-11)
718

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

clients/client-mwaa/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@aws-sdk/client-mwaa",
33
"description": "AWS SDK for JavaScript Mwaa Client for Node.js, Browser and React Native",
4-
"version": "3.490.0",
4+
"version": "3.491.0",
55
"scripts": {
66
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
77
"build:cjs": "tsc -p tsconfig.cjs.json",

clients/client-s3-control/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.491.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.490.0...v3.491.0) (2024-01-12)
7+
8+
9+
### Features
10+
11+
* **client-s3-control:** S3 On Outposts team adds dualstack endpoints support for S3Control and S3Outposts API calls. ([1c20e12](https://github.com/aws/aws-sdk-js-v3/commit/1c20e12278f07f6792fd3408218b4cbb5925920c))
12+
13+
14+
15+
16+
617
# [3.490.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.489.0...v3.490.0) (2024-01-11)
718

819

clients/client-s3-control/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@aws-sdk/client-s3-control",
33
"description": "AWS SDK for JavaScript S3 Control Client for Node.js, Browser and React Native",
4-
"version": "3.490.0",
4+
"version": "3.491.0",
55
"scripts": {
66
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
77
"build:cjs": "tsc -p tsconfig.cjs.json",

clients/client-secrets-manager/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.491.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.490.0...v3.491.0) (2024-01-12)
7+
8+
**Note:** Version bump only for package @aws-sdk/client-secrets-manager
9+
10+
11+
12+
13+
614
# [3.490.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.489.0...v3.490.0) (2024-01-11)
715

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

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.490.0",
4+
"version": "3.491.0",
55
"scripts": {
66
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
77
"build:cjs": "tsc -p tsconfig.cjs.json",

clients/client-secrets-manager/src/commands/BatchGetSecretValueCommand.ts

+52
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,58 @@ export interface BatchGetSecretValueCommandOutput extends BatchGetSecretValueRes
133133
* @throws {@link SecretsManagerServiceException}
134134
* <p>Base exception class for all service exceptions from SecretsManager service.</p>
135135
*
136+
* @example To retrieve the secret values for a group of secrets listed by name
137+
* ```javascript
138+
* // The following example gets the values for three secrets.
139+
* const input = {
140+
* "SecretIdList": [
141+
* "MySecret1",
142+
* "MySecret2",
143+
* "MySecret3"
144+
* ]
145+
* };
146+
* const command = new BatchGetSecretValueCommand(input);
147+
* const response = await client.send(command);
148+
* /* response ==
149+
* {
150+
* "Errors": [],
151+
* "SecretValues": [
152+
* {
153+
* "ARN": "&region-arn;&asm-service-name;:us-west-2:&ExampleAccountId;:secret:MySecret1-a1b2c3",
154+
* "CreatedDate": 1700591229.801,
155+
* "Name": "MySecret1",
156+
* "SecretString": "{\"username\":\"diego_ramirez\",\"password\":\"EXAMPLE-PASSWORD\",\"engine\":\"mysql\",\"host\":\"secretsmanagertutorial.cluster.us-west-2.rds.amazonaws.com\",\"port\":3306,\"dbClusterIdentifier\":\"secretsmanagertutorial\"}",
157+
* "VersionId": "a1b2c3d4-5678-90ab-cdef-EXAMPLEaaaaa",
158+
* "VersionStages": [
159+
* "AWSCURRENT"
160+
* ]
161+
* },
162+
* {
163+
* "ARN": "&region-arn;&asm-service-name;:us-west-2:&ExampleAccountId;:secret:MySecret2-a1b2c3",
164+
* "CreatedDate": 1699911394.105,
165+
* "Name": "MySecret2",
166+
* "SecretString": "{\"username\":\"akua_mansa\",\"password\":\"EXAMPLE-PASSWORD\"",
167+
* "VersionId": "a1b2c3d4-5678-90ab-cdef-EXAMPLEbbbbb",
168+
* "VersionStages": [
169+
* "AWSCURRENT"
170+
* ]
171+
* },
172+
* {
173+
* "ARN": "&region-arn;&asm-service-name;:us-west-2:&ExampleAccountId;:secret:MySecret3-a1b2c3",
174+
* "CreatedDate": 1699911394.105,
175+
* "Name": "MySecret3",
176+
* "SecretString": "{\"username\":\"jie_liu\",\"password\":\"EXAMPLE-PASSWORD\"",
177+
* "VersionId": "a1b2c3d4-5678-90ab-cdef-EXAMPLEccccc",
178+
* "VersionStages": [
179+
* "AWSCURRENT"
180+
* ]
181+
* }
182+
* ]
183+
* }
184+
* *\/
185+
* // example id: to-retrieve-the-secret-values-for-a-group-of-secrets-listed-by-name-1704846593341
186+
* ```
187+
*
136188
*/
137189
export class BatchGetSecretValueCommand extends $Command
138190
.classBuilder<
+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# Change Log
2+
3+
All notable changes to this project will be documented in this file.
4+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5+
6+
# [3.491.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.490.0...v3.491.0) (2024-01-12)
7+
8+
9+
### Features
10+
11+
* **client-supplychain:** This release includes APIs CreateBillOfMaterialsImportJob and GetBillOfMaterialsImportJob. ([4b2fcab](https://github.com/aws/aws-sdk-js-v3/commit/4b2fcab4240a97fd076b984c82cd15a44b7c014c))

clients/client-supplychain/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@aws-sdk/client-supplychain",
33
"description": "AWS SDK for JavaScript Supplychain Client for Node.js, Browser and React Native",
4-
"version": "3.0.0",
4+
"version": "3.491.0",
55
"scripts": {
66
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
77
"build:cjs": "tsc -p tsconfig.cjs.json",

clients/client-transfer/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.491.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.490.0...v3.491.0) (2024-01-12)
7+
8+
9+
### Features
10+
11+
* **client-transfer:** AWS Transfer Family now supports static IP addresses for SFTP & AS2 connectors and for async MDNs on AS2 servers. ([e2471e2](https://github.com/aws/aws-sdk-js-v3/commit/e2471e2618c1f5c71639ec67d8db6249d0fb7eef))
12+
13+
14+
15+
16+
617
# [3.490.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.489.0...v3.490.0) (2024-01-11)
718

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

clients/client-transfer/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@aws-sdk/client-transfer",
33
"description": "AWS SDK for JavaScript Transfer Client for Node.js, Browser and React Native",
4-
"version": "3.490.0",
4+
"version": "3.491.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

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

private/aws-middleware-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.491.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.490.0...v3.491.0) (2024-01-12)
7+
8+
**Note:** Version bump only for package @aws-sdk/aws-middleware-test
9+
10+
11+
12+
13+
614
# [3.490.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.489.0...v3.490.0) (2024-01-11)
715

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

private/aws-middleware-test/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@aws-sdk/aws-middleware-test",
33
"description": "Integration test suite for AWS middleware",
4-
"version": "3.490.0",
4+
"version": "3.491.0",
55
"scripts": {
66
"build": "exit 0",
77
"build:cjs": "exit 0",

0 commit comments

Comments
 (0)