From 7e7e222e644741e14dee72b09b085b6822e464cb Mon Sep 17 00:00:00 2001 From: awstools Date: Tue, 15 Oct 2024 18:26:47 +0000 Subject: [PATCH] Publish v3.672.0 --- CHANGELOG.md | 19 +++ clients/client-amplify/CHANGELOG.md | 11 ++ clients/client-amplify/package.json | 2 +- clients/client-cloudformation/CHANGELOG.md | 8 ++ clients/client-cloudformation/package.json | 2 +- clients/client-codebuild/CHANGELOG.md | 11 ++ clients/client-codebuild/package.json | 2 +- clients/client-ivs/CHANGELOG.md | 11 ++ clients/client-ivs/package.json | 2 +- clients/client-qbusiness/CHANGELOG.md | 11 ++ clients/client-qbusiness/package.json | 2 +- clients/client-redshift/CHANGELOG.md | 11 ++ clients/client-redshift/package.json | 2 +- clients/client-resiliencehub/CHANGELOG.md | 11 ++ clients/client-resiliencehub/package.json | 2 +- clients/client-sesv2/CHANGELOG.md | 11 ++ clients/client-sesv2/package.json | 2 +- clients/client-supplychain/CHANGELOG.md | 8 ++ clients/client-supplychain/package.json | 2 +- .../src/commands/CreateInstanceCommand.ts | 54 ++++++++ .../src/commands/DeleteInstanceCommand.ts | 26 ++++ .../src/commands/GetInstanceCommand.ts | 26 ++++ .../src/commands/ListInstancesCommand.ts | 126 ++++++++++++++++++ .../src/commands/UpdateInstanceCommand.ts | 28 ++++ .../client-transcribe-streaming/CHANGELOG.md | 11 ++ .../client-transcribe-streaming/package.json | 2 +- lerna.json | 2 +- 27 files changed, 394 insertions(+), 11 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 51f37c1bedd57..cf9e79a5fa52d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,25 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [3.672.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.671.0...v3.672.0) (2024-10-15) + + +### Features + +* **client-amplify:** Added sourceUrlType field to StartDeployment request ([1191ab7](https://github.com/aws/aws-sdk-js-v3/commit/1191ab702c4a91f255de6380ee824cd7ce07d8fd)) +* **client-codebuild:** Enable proxy for reserved capacity fleet. ([f16069b](https://github.com/aws/aws-sdk-js-v3/commit/f16069bcd088e724a31e5b216218e6aeec048f28)) +* **client-ivs:** On a channel that you own, you can now replace an ongoing stream with a new stream by streaming up with the priority parameter appended to the stream key. ([0141b42](https://github.com/aws/aws-sdk-js-v3/commit/0141b4298d91784f32e3704759c8c9402599da43)) +* **client-qbusiness:** Amazon Q Business now supports embedding the Amazon Q Business web experience on third-party websites. ([8f3697f](https://github.com/aws/aws-sdk-js-v3/commit/8f3697f4029fd285d4bd93ae7a83ff78e26547f1)) +* **client-redshift:** This release launches the CreateIntegration, DeleteIntegration, DescribeIntegrations and ModifyIntegration APIs to create and manage Amazon Redshift Zero-ETL Integrations. ([3b1ffd3](https://github.com/aws/aws-sdk-js-v3/commit/3b1ffd3e45565871a94e89cd1e818b5d9354b75f)) +* **client-resiliencehub:** AWS Resilience Hub now integrates with the myApplications platform, enabling customers to easily assess the resilience of applications defined in myApplications. The new Resiliency widget provides visibility into application resilience and actionable recommendations for improvement. ([d4a0fb6](https://github.com/aws/aws-sdk-js-v3/commit/d4a0fb607f4bd4c6807abef954801072c38b269b)) +* **client-sesv2:** This release adds support for email maximum delivery seconds that allows senders to control the time within which their emails are attempted for delivery. ([60af417](https://github.com/aws/aws-sdk-js-v3/commit/60af4171f2a40b39e4e5a5905da8e7a7a2f94e40)) +* **client-transcribe-streaming:** We are expanding support for 40 new locales in AWS Transcribe Streaming. ([73471ab](https://github.com/aws/aws-sdk-js-v3/commit/73471ab2d2ea02065a1b09905721f299553f5722)) +* **clients:** update client endpoints as of 2024-10-15 ([18d2184](https://github.com/aws/aws-sdk-js-v3/commit/18d2184f4d40454ac47e594f73f44760c33a3869)) + + + + + # [3.671.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.670.0...v3.671.0) (2024-10-14) diff --git a/clients/client-amplify/CHANGELOG.md b/clients/client-amplify/CHANGELOG.md index 69e06fc0bb619..1e8cb851cdc96 100644 --- a/clients/client-amplify/CHANGELOG.md +++ b/clients/client-amplify/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [3.672.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.671.0...v3.672.0) (2024-10-15) + + +### Features + +* **client-amplify:** Added sourceUrlType field to StartDeployment request ([1191ab7](https://github.com/aws/aws-sdk-js-v3/commit/1191ab702c4a91f255de6380ee824cd7ce07d8fd)) + + + + + # [3.670.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.669.0...v3.670.0) (2024-10-11) **Note:** Version bump only for package @aws-sdk/client-amplify diff --git a/clients/client-amplify/package.json b/clients/client-amplify/package.json index 93300c76036df..0aed12a8f6ca6 100644 --- a/clients/client-amplify/package.json +++ b/clients/client-amplify/package.json @@ -1,7 +1,7 @@ { "name": "@aws-sdk/client-amplify", "description": "AWS SDK for JavaScript Amplify Client for Node.js, Browser and React Native", - "version": "3.670.0", + "version": "3.672.0", "scripts": { "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'", "build:cjs": "node ../../scripts/compilation/inline client-amplify", diff --git a/clients/client-cloudformation/CHANGELOG.md b/clients/client-cloudformation/CHANGELOG.md index 93c6f0cb39952..0e74fbe4f4fbc 100644 --- a/clients/client-cloudformation/CHANGELOG.md +++ b/clients/client-cloudformation/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [3.672.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.671.0...v3.672.0) (2024-10-15) + +**Note:** Version bump only for package @aws-sdk/client-cloudformation + + + + + # [3.670.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.669.0...v3.670.0) (2024-10-11) **Note:** Version bump only for package @aws-sdk/client-cloudformation diff --git a/clients/client-cloudformation/package.json b/clients/client-cloudformation/package.json index 224684542b4cc..83ba3ced5c6de 100644 --- a/clients/client-cloudformation/package.json +++ b/clients/client-cloudformation/package.json @@ -1,7 +1,7 @@ { "name": "@aws-sdk/client-cloudformation", "description": "AWS SDK for JavaScript Cloudformation Client for Node.js, Browser and React Native", - "version": "3.670.0", + "version": "3.672.0", "scripts": { "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'", "build:cjs": "node ../../scripts/compilation/inline client-cloudformation", diff --git a/clients/client-codebuild/CHANGELOG.md b/clients/client-codebuild/CHANGELOG.md index 54c7749e81748..3405908d11bb1 100644 --- a/clients/client-codebuild/CHANGELOG.md +++ b/clients/client-codebuild/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [3.672.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.671.0...v3.672.0) (2024-10-15) + + +### Features + +* **client-codebuild:** Enable proxy for reserved capacity fleet. ([f16069b](https://github.com/aws/aws-sdk-js-v3/commit/f16069bcd088e724a31e5b216218e6aeec048f28)) + + + + + # [3.670.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.669.0...v3.670.0) (2024-10-11) **Note:** Version bump only for package @aws-sdk/client-codebuild diff --git a/clients/client-codebuild/package.json b/clients/client-codebuild/package.json index c10bd491e38e9..d40ec427e00e1 100644 --- a/clients/client-codebuild/package.json +++ b/clients/client-codebuild/package.json @@ -1,7 +1,7 @@ { "name": "@aws-sdk/client-codebuild", "description": "AWS SDK for JavaScript Codebuild Client for Node.js, Browser and React Native", - "version": "3.670.0", + "version": "3.672.0", "scripts": { "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'", "build:cjs": "node ../../scripts/compilation/inline client-codebuild", diff --git a/clients/client-ivs/CHANGELOG.md b/clients/client-ivs/CHANGELOG.md index 6aad4d8ba9c1c..c984ea068cb45 100644 --- a/clients/client-ivs/CHANGELOG.md +++ b/clients/client-ivs/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [3.672.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.671.0...v3.672.0) (2024-10-15) + + +### Features + +* **client-ivs:** On a channel that you own, you can now replace an ongoing stream with a new stream by streaming up with the priority parameter appended to the stream key. ([0141b42](https://github.com/aws/aws-sdk-js-v3/commit/0141b4298d91784f32e3704759c8c9402599da43)) + + + + + # [3.670.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.669.0...v3.670.0) (2024-10-11) **Note:** Version bump only for package @aws-sdk/client-ivs diff --git a/clients/client-ivs/package.json b/clients/client-ivs/package.json index 9c201d2d39bde..60a0b8405f4d9 100644 --- a/clients/client-ivs/package.json +++ b/clients/client-ivs/package.json @@ -1,7 +1,7 @@ { "name": "@aws-sdk/client-ivs", "description": "AWS SDK for JavaScript Ivs Client for Node.js, Browser and React Native", - "version": "3.670.0", + "version": "3.672.0", "scripts": { "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'", "build:cjs": "node ../../scripts/compilation/inline client-ivs", diff --git a/clients/client-qbusiness/CHANGELOG.md b/clients/client-qbusiness/CHANGELOG.md index c7950328e8581..d261aba0c17df 100644 --- a/clients/client-qbusiness/CHANGELOG.md +++ b/clients/client-qbusiness/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [3.672.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.671.0...v3.672.0) (2024-10-15) + + +### Features + +* **client-qbusiness:** Amazon Q Business now supports embedding the Amazon Q Business web experience on third-party websites. ([8f3697f](https://github.com/aws/aws-sdk-js-v3/commit/8f3697f4029fd285d4bd93ae7a83ff78e26547f1)) + + + + + # [3.670.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.669.0...v3.670.0) (2024-10-11) **Note:** Version bump only for package @aws-sdk/client-qbusiness diff --git a/clients/client-qbusiness/package.json b/clients/client-qbusiness/package.json index 29a1f51b33fec..621d63bbcb24a 100644 --- a/clients/client-qbusiness/package.json +++ b/clients/client-qbusiness/package.json @@ -1,7 +1,7 @@ { "name": "@aws-sdk/client-qbusiness", "description": "AWS SDK for JavaScript Qbusiness Client for Node.js, Browser and React Native", - "version": "3.670.0", + "version": "3.672.0", "scripts": { "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'", "build:cjs": "node ../../scripts/compilation/inline client-qbusiness", diff --git a/clients/client-redshift/CHANGELOG.md b/clients/client-redshift/CHANGELOG.md index 7aab1f036fdae..41d242707b0fc 100644 --- a/clients/client-redshift/CHANGELOG.md +++ b/clients/client-redshift/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [3.672.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.671.0...v3.672.0) (2024-10-15) + + +### Features + +* **client-redshift:** This release launches the CreateIntegration, DeleteIntegration, DescribeIntegrations and ModifyIntegration APIs to create and manage Amazon Redshift Zero-ETL Integrations. ([3b1ffd3](https://github.com/aws/aws-sdk-js-v3/commit/3b1ffd3e45565871a94e89cd1e818b5d9354b75f)) + + + + + # [3.670.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.669.0...v3.670.0) (2024-10-11) **Note:** Version bump only for package @aws-sdk/client-redshift diff --git a/clients/client-redshift/package.json b/clients/client-redshift/package.json index 070c34657eeb0..b8f709e95694e 100644 --- a/clients/client-redshift/package.json +++ b/clients/client-redshift/package.json @@ -1,7 +1,7 @@ { "name": "@aws-sdk/client-redshift", "description": "AWS SDK for JavaScript Redshift Client for Node.js, Browser and React Native", - "version": "3.670.0", + "version": "3.672.0", "scripts": { "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'", "build:cjs": "node ../../scripts/compilation/inline client-redshift", diff --git a/clients/client-resiliencehub/CHANGELOG.md b/clients/client-resiliencehub/CHANGELOG.md index e041536e8f822..74e6007161e88 100644 --- a/clients/client-resiliencehub/CHANGELOG.md +++ b/clients/client-resiliencehub/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [3.672.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.671.0...v3.672.0) (2024-10-15) + + +### Features + +* **client-resiliencehub:** AWS Resilience Hub now integrates with the myApplications platform, enabling customers to easily assess the resilience of applications defined in myApplications. The new Resiliency widget provides visibility into application resilience and actionable recommendations for improvement. ([d4a0fb6](https://github.com/aws/aws-sdk-js-v3/commit/d4a0fb607f4bd4c6807abef954801072c38b269b)) + + + + + # [3.670.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.669.0...v3.670.0) (2024-10-11) **Note:** Version bump only for package @aws-sdk/client-resiliencehub diff --git a/clients/client-resiliencehub/package.json b/clients/client-resiliencehub/package.json index ff60dc929f911..225561f4663f8 100644 --- a/clients/client-resiliencehub/package.json +++ b/clients/client-resiliencehub/package.json @@ -1,7 +1,7 @@ { "name": "@aws-sdk/client-resiliencehub", "description": "AWS SDK for JavaScript Resiliencehub Client for Node.js, Browser and React Native", - "version": "3.670.0", + "version": "3.672.0", "scripts": { "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'", "build:cjs": "node ../../scripts/compilation/inline client-resiliencehub", diff --git a/clients/client-sesv2/CHANGELOG.md b/clients/client-sesv2/CHANGELOG.md index ab8ac4b598a7e..c30adaadf95af 100644 --- a/clients/client-sesv2/CHANGELOG.md +++ b/clients/client-sesv2/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [3.672.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.671.0...v3.672.0) (2024-10-15) + + +### Features + +* **client-sesv2:** This release adds support for email maximum delivery seconds that allows senders to control the time within which their emails are attempted for delivery. ([60af417](https://github.com/aws/aws-sdk-js-v3/commit/60af4171f2a40b39e4e5a5905da8e7a7a2f94e40)) + + + + + # [3.670.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.669.0...v3.670.0) (2024-10-11) **Note:** Version bump only for package @aws-sdk/client-sesv2 diff --git a/clients/client-sesv2/package.json b/clients/client-sesv2/package.json index 4eba66d907b1c..229ddb5748528 100644 --- a/clients/client-sesv2/package.json +++ b/clients/client-sesv2/package.json @@ -1,7 +1,7 @@ { "name": "@aws-sdk/client-sesv2", "description": "AWS SDK for JavaScript Sesv2 Client for Node.js, Browser and React Native", - "version": "3.670.0", + "version": "3.672.0", "scripts": { "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'", "build:cjs": "node ../../scripts/compilation/inline client-sesv2", diff --git a/clients/client-supplychain/CHANGELOG.md b/clients/client-supplychain/CHANGELOG.md index df6de97675d60..8257d70ffa0cd 100644 --- a/clients/client-supplychain/CHANGELOG.md +++ b/clients/client-supplychain/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [3.672.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.671.0...v3.672.0) (2024-10-15) + +**Note:** Version bump only for package @aws-sdk/client-supplychain + + + + + # [3.671.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.670.0...v3.671.0) (2024-10-14) diff --git a/clients/client-supplychain/package.json b/clients/client-supplychain/package.json index 210408d227545..a022a20a6be0e 100644 --- a/clients/client-supplychain/package.json +++ b/clients/client-supplychain/package.json @@ -1,7 +1,7 @@ { "name": "@aws-sdk/client-supplychain", "description": "AWS SDK for JavaScript Supplychain Client for Node.js, Browser and React Native", - "version": "3.671.0", + "version": "3.672.0", "scripts": { "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'", "build:cjs": "node ../../scripts/compilation/inline client-supplychain", diff --git a/clients/client-supplychain/src/commands/CreateInstanceCommand.ts b/clients/client-supplychain/src/commands/CreateInstanceCommand.ts index 8c01ab86c34d3..d2f5727ab8cc7 100644 --- a/clients/client-supplychain/src/commands/CreateInstanceCommand.ts +++ b/clients/client-supplychain/src/commands/CreateInstanceCommand.ts @@ -94,6 +94,60 @@ export interface CreateInstanceCommandOutput extends CreateInstanceResponse, __M *

Base exception class for all service exceptions from SupplyChain service.

* * @public + * @example Successful CreateInstance request with all input data + * ```javascript + * // + * const input = { + * "instanceDescription": "example instance description", + * "instanceName": "example instance name", + * "kmsKeyArn": "arn:aws:kms:us-west-2:123456789012:key/b14ffc39-b7d4-45ab-991a-6257a7f0d24d", + * "tags": { + * "tagKey1": "tagValue1" + * } + * }; + * const command = new CreateInstanceCommand(input); + * const response = await client.send(command); + * /* response == + * { + * "instance": { + * "awsAccountId": "123456789012", + * "createdTime": 172615383136, + * "instanceDescription": "example instance description", + * "instanceId": "9e193580-7cc5-45f7-9609-c43ba0ada793", + * "instanceName": "example instance name", + * "kmsKeyArn": "arn:aws:kms:us-west-2:123456789012:key/b14ffc39-b7d4-45ab-991a-6257a7f0d24d", + * "lastModifiedTime": 172615383136, + * "state": "Initializing", + * "versionNumber": 2 + * } + * } + * *\/ + * // example id: example-1 + * ``` + * + * @example Successful CreateInstance request with no input data + * ```javascript + * // + * const input = {}; + * const command = new CreateInstanceCommand(input); + * const response = await client.send(command); + * /* response == + * { + * "instance": { + * "awsAccountId": "123456789012", + * "createdTime": 172615383136, + * "instanceDescription": "", + * "instanceId": "9e193580-7cc5-45f7-9609-c43ba0ada793", + * "kmsKeyArn": "arn:aws:kms:us-west-2:456789012345:key/7372eb6d-874c-4212-8d49-7804282d33a8", + * "lastModifiedTime": 172615383136, + * "state": "Initializing", + * "versionNumber": 2 + * } + * } + * *\/ + * // example id: example-2 + * ``` + * */ export class CreateInstanceCommand extends $Command .classBuilder< diff --git a/clients/client-supplychain/src/commands/DeleteInstanceCommand.ts b/clients/client-supplychain/src/commands/DeleteInstanceCommand.ts index c43c0ca41fe66..4fc9d0413aadb 100644 --- a/clients/client-supplychain/src/commands/DeleteInstanceCommand.ts +++ b/clients/client-supplychain/src/commands/DeleteInstanceCommand.ts @@ -88,6 +88,32 @@ export interface DeleteInstanceCommandOutput extends DeleteInstanceResponse, __M *

Base exception class for all service exceptions from SupplyChain service.

* * @public + * @example Successful DeleteInstance request + * ```javascript + * // + * const input = { + * "instanceId": "9e193580-7cc5-45f7-9609-c43ba0ada793" + * }; + * const command = new DeleteInstanceCommand(input); + * const response = await client.send(command); + * /* response == + * { + * "instance": { + * "awsAccountId": "123456789012", + * "createdTime": 172615383136, + * "instanceDescription": "updated example instance description", + * "instanceId": "9e193580-7cc5-45f7-9609-c43ba0ada793", + * "instanceName": "updated example instance name", + * "kmsKeyArn": "arn:aws:kms:us-west-2:123456789012:key/b14ffc39-b7d4-45ab-991a-6257a7f0d24d", + * "lastModifiedTime": 172615383136, + * "state": "Deleting", + * "versionNumber": 2 + * } + * } + * *\/ + * // example id: example-1 + * ``` + * */ export class DeleteInstanceCommand extends $Command .classBuilder< diff --git a/clients/client-supplychain/src/commands/GetInstanceCommand.ts b/clients/client-supplychain/src/commands/GetInstanceCommand.ts index 4231ddefe9c22..6ffe99518a718 100644 --- a/clients/client-supplychain/src/commands/GetInstanceCommand.ts +++ b/clients/client-supplychain/src/commands/GetInstanceCommand.ts @@ -88,6 +88,32 @@ export interface GetInstanceCommandOutput extends GetInstanceResponse, __Metadat *

Base exception class for all service exceptions from SupplyChain service.

* * @public + * @example Successful GetInstance request + * ```javascript + * // + * const input = { + * "instanceId": "9e193580-7cc5-45f7-9609-c43ba0ada793" + * }; + * const command = new GetInstanceCommand(input); + * const response = await client.send(command); + * /* response == + * { + * "instance": { + * "awsAccountId": "123456789012", + * "createdTime": 172615383136, + * "instanceDescription": "example instance description", + * "instanceId": "9e193580-7cc5-45f7-9609-c43ba0ada793", + * "instanceName": "example instance name", + * "kmsKeyArn": "arn:aws:kms:us-west-2:123456789012:key/b14ffc39-b7d4-45ab-991a-6257a7f0d24d", + * "lastModifiedTime": 172615383136, + * "state": "Active", + * "versionNumber": 2 + * } + * } + * *\/ + * // example id: example-1 + * ``` + * */ export class GetInstanceCommand extends $Command .classBuilder< diff --git a/clients/client-supplychain/src/commands/ListInstancesCommand.ts b/clients/client-supplychain/src/commands/ListInstancesCommand.ts index e41caf351bbd7..44dbe75f62b65 100644 --- a/clients/client-supplychain/src/commands/ListInstancesCommand.ts +++ b/clients/client-supplychain/src/commands/ListInstancesCommand.ts @@ -98,6 +98,132 @@ export interface ListInstancesCommandOutput extends ListInstancesResponse, __Met *

Base exception class for all service exceptions from SupplyChain service.

* * @public + * @example Successful ListInstance request with no input data + * ```javascript + * // + * const input = {}; + * const command = new ListInstancesCommand(input); + * const response = await client.send(command); + * /* response == + * { + * "instances": [ + * { + * "awsAccountId": "123456789012", + * "createdTime": 172615383136, + * "instanceDescription": "example instance description", + * "instanceId": "9e193580-7cc5-45f7-9609-c43ba0ada793", + * "instanceName": "example instance name", + * "kmsKeyArn": "arn:aws:kms:us-west-2:123456789012:key/b14ffc39-b7d4-45ab-991a-6257a7f0d24d", + * "lastModifiedTime": 172615383136, + * "state": "Active", + * "versionNumber": 2 + * }, + * { + * "awsAccountId": "123456789012", + * "createdTime": 17261674383136, + * "instanceDescription": "example instance description", + * "instanceId": "3ad8116a-644d-4172-8dcb-20e51d314c14", + * "kmsKeyArn": "arn:aws:kms:us-west-2:123456789012:key/b14ffc39-b7d4-45ab-991a-6257a7f0d24d", + * "lastModifiedTime": 17261674383136, + * "state": "Initializing", + * "versionNumber": 2 + * } + * ] + * } + * *\/ + * // example id: example-1 + * ``` + * + * @example Successful ListInstance request with filters + * ```javascript + * // + * const input = { + * "instanceNameFilter": [ + * "example instance name" + * ], + * "instanceStateFilter": [ + * "Active" + * ] + * }; + * const command = new ListInstancesCommand(input); + * const response = await client.send(command); + * /* response == + * { + * "instances": [ + * { + * "awsAccountId": "123456789012", + * "createdTime": 172615383136, + * "instanceDescription": "example instance description", + * "instanceId": "9e193580-7cc5-45f7-9609-c43ba0ada793", + * "instanceName": "example instance name", + * "kmsKeyArn": "arn:aws:kms:us-west-2:123456789012:key/b14ffc39-b7d4-45ab-991a-6257a7f0d24d", + * "lastModifiedTime": 172615383136, + * "state": "Active", + * "versionNumber": 2 + * } + * ] + * } + * *\/ + * // example id: example-2 + * ``` + * + * @example Successful ListInstance request with maxResult override + * ```javascript + * // + * const input = { + * "maxResults": 1 + * }; + * const command = new ListInstancesCommand(input); + * const response = await client.send(command); + * /* response == + * { + * "instances": [ + * { + * "awsAccountId": "123456789012", + * "createdTime": 172615383136, + * "instanceDescription": "example instance description", + * "instanceId": "9e193580-7cc5-45f7-9609-c43ba0ada793", + * "instanceName": "example instance name", + * "kmsKeyArn": "arn:aws:kms:us-west-2:123456789012:key/b14ffc39-b7d4-45ab-991a-6257a7f0d24d", + * "lastModifiedTime": 172615383136, + * "state": "Active", + * "versionNumber": 2 + * } + * ], + * "nextToken": "AAQA-EFRSURBSGhtcng0c0dxbENwUHdnckVIbkFYNU1QVjRTZWN2ak5iMFVicC8zemlHOVF3SEpjSC9WTWJVVXBMV2Z1N3ZvZlQ0WEFBQUFmakI4QmdrcWhraUc5dzBCQndhZ2J6QnRBZ0VBTUdnR0NTcUdTSWIzRFFFSEFUQWVCZ2xnaGtnQlpRTUVBUzR3RVFRTTJibW9LemgrSWZTY0RaZEdBZ0VRZ0R2dDhsQnVGbGJ0dnFTZityWmNSWEVPbG93emJoSjhxOGNMbGQ1UGMvY0VRbWlTR3pQUFd4N2RraXY5Y0ovcS9vSmFYZVBGdWVHaU0zWmd0dz09n-rC1ejA5--7ltJxpDT2xP_i8xGqDPMOZfjpp8q6l5NuP9_bnBURvwwYhdqDriMK5_f96LuPEnPbuML-ItfgEiCcUy0p2tApvpZkZqOG5fbqP-4C5aDYPTffHLyq-MMqvfrGVJzL1nvkpZcnTkVR9VJsu5b8I0qqDW0H8EMKGgTo78U9lr4sj3Usi9VMwZxgKCBmr03HhFLYXOW--XMbIx0CTZF0fYIcRxmA_sVS6J7gpaB9yMcnzs5VUKokoA5JTcAPY5d1Y1VyE8KKxv51cfPgXw8OYCDbFQncw8mZPmE-VqxjFbksmk_FmghpPn9j2Ppoe-zr0LQ%3D" + * } + * *\/ + * // example id: example-3 + * ``` + * + * @example Successful ListInstance request with nextToken + * ```javascript + * // + * const input = { + * "maxResults": 1, + * "nextToken": "AAQA-EFRSURBSGhtcng0c0dxbENwUHdnckVIbkFYNU1QVjRTZWN2ak5iMFVicC8zemlHOVF3SEpjSC9WTWJVVXBMV2Z1N3ZvZlQ0WEFBQUFmakI4QmdrcWhraUc5dzBCQndhZ2J6QnRBZ0VBTUdnR0NTcUdTSWIzRFFFSEFUQWVCZ2xnaGtnQlpRTUVBUzR3RVFRTTJibW9LemgrSWZTY0RaZEdBZ0VRZ0R2dDhsQnVGbGJ0dnFTZityWmNSWEVPbG93emJoSjhxOGNMbGQ1UGMvY0VRbWlTR3pQUFd4N2RraXY5Y0ovcS9vSmFYZVBGdWVHaU0zWmd0dz09n-rC1ejA5--7ltJxpDT2xP_i8xGqDPMOZfjpp8q6l5NuP9_bnBURvwwYhdqDriMK5_f96LuPEnPbuML-ItfgEiCcUy0p2tApvpZkZqOG5fbqP-4C5aDYPTffHLyq-MMqvfrGVJzL1nvkpZcnTkVR9VJsu5b8I0qqDW0H8EMKGgTo78U9lr4sj3Usi9VMwZxgKCBmr03HhFLYXOW--XMbIx0CTZF0fYIcRxmA_sVS6J7gpaB9yMcnzs5VUKokoA5JTcAPY5d1Y1VyE8KKxv51cfPgXw8OYCDbFQncw8mZPmE-VqxjFbksmk_FmghpPn9j2Ppoe-zr0LQ%3D" + * }; + * const command = new ListInstancesCommand(input); + * const response = await client.send(command); + * /* response == + * { + * "instances": [ + * { + * "awsAccountId": "123456789012", + * "createdTime": 17261674383136, + * "instanceDescription": "example instance description", + * "instanceId": "3ad8116a-644d-4172-8dcb-20e51d314c14", + * "kmsKeyArn": "arn:aws:kms:us-west-2:123456789012:key/b14ffc39-b7d4-45ab-991a-6257a7f0d24d", + * "lastModifiedTime": 17261674383136, + * "state": "Initializing", + * "versionNumber": 2 + * } + * ] + * } + * *\/ + * // example id: example-4 + * ``` + * */ export class ListInstancesCommand extends $Command .classBuilder< diff --git a/clients/client-supplychain/src/commands/UpdateInstanceCommand.ts b/clients/client-supplychain/src/commands/UpdateInstanceCommand.ts index 04155ae6de1fd..38f7c2883396a 100644 --- a/clients/client-supplychain/src/commands/UpdateInstanceCommand.ts +++ b/clients/client-supplychain/src/commands/UpdateInstanceCommand.ts @@ -90,6 +90,34 @@ export interface UpdateInstanceCommandOutput extends UpdateInstanceResponse, __M *

Base exception class for all service exceptions from SupplyChain service.

* * @public + * @example Successful UpdateInstance request + * ```javascript + * // + * const input = { + * "instanceDescription": "updated example instance description", + * "instanceId": "9e193580-7cc5-45f7-9609-c43ba0ada793", + * "instanceName": "updated example instance name" + * }; + * const command = new UpdateInstanceCommand(input); + * const response = await client.send(command); + * /* response == + * { + * "instance": { + * "awsAccountId": "123456789012", + * "createdTime": 172615383136, + * "instanceDescription": "updated example instance description", + * "instanceId": "9e193580-7cc5-45f7-9609-c43ba0ada793", + * "instanceName": "updated example instance name", + * "kmsKeyArn": "arn:aws:kms:us-west-2:123456789012:key/b14ffc39-b7d4-45ab-991a-6257a7f0d24d", + * "lastModifiedTime": 172615383136, + * "state": "Active", + * "versionNumber": 2 + * } + * } + * *\/ + * // example id: example-1 + * ``` + * */ export class UpdateInstanceCommand extends $Command .classBuilder< diff --git a/clients/client-transcribe-streaming/CHANGELOG.md b/clients/client-transcribe-streaming/CHANGELOG.md index 54a515ca67f78..87dc4a90f4be8 100644 --- a/clients/client-transcribe-streaming/CHANGELOG.md +++ b/clients/client-transcribe-streaming/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [3.672.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.671.0...v3.672.0) (2024-10-15) + + +### Features + +* **client-transcribe-streaming:** We are expanding support for 40 new locales in AWS Transcribe Streaming. ([73471ab](https://github.com/aws/aws-sdk-js-v3/commit/73471ab2d2ea02065a1b09905721f299553f5722)) + + + + + # [3.670.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.669.0...v3.670.0) (2024-10-11) **Note:** Version bump only for package @aws-sdk/client-transcribe-streaming diff --git a/clients/client-transcribe-streaming/package.json b/clients/client-transcribe-streaming/package.json index e79607eb4aa04..747a96e3319f9 100644 --- a/clients/client-transcribe-streaming/package.json +++ b/clients/client-transcribe-streaming/package.json @@ -1,7 +1,7 @@ { "name": "@aws-sdk/client-transcribe-streaming", "description": "AWS SDK for JavaScript Transcribe Streaming Client for Node.js, Browser and React Native", - "version": "3.670.0", + "version": "3.672.0", "scripts": { "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'", "build:cjs": "node ../../scripts/compilation/inline client-transcribe-streaming", diff --git a/lerna.json b/lerna.json index 5b3f09513edb6..ac71cacf6ceb5 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { - "version": "3.671.0", + "version": "3.672.0", "npmClient": "yarn", "useWorkspaces": true, "command": {