From a3b7053dc8aca47fe8e5c727e2cec8303a98e93a Mon Sep 17 00:00:00 2001 From: awstools Date: Mon, 19 Feb 2024 19:34:01 +0000 Subject: [PATCH] Publish v3.517.0 --- CHANGELOG.md | 13 +++++++++++++ clients/client-amplify/CHANGELOG.md | 11 +++++++++++ clients/client-amplify/package.json | 2 +- clients/client-chatbot/CHANGELOG.md | 11 +++++++++++ clients/client-chatbot/package.json | 2 +- clients/client-config-service/CHANGELOG.md | 8 ++++++++ clients/client-config-service/package.json | 2 +- clients/client-ivs/CHANGELOG.md | 8 ++++++++ clients/client-ivs/package.json | 2 +- clients/client-keyspaces/CHANGELOG.md | 8 ++++++++ clients/client-keyspaces/package.json | 2 +- clients/client-mediatailor/CHANGELOG.md | 11 +++++++++++ clients/client-mediatailor/package.json | 2 +- lerna.json | 2 +- 14 files changed, 77 insertions(+), 7 deletions(-) create mode 100644 clients/client-chatbot/CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md index 53bde00a6f0c..1d328f014803 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,19 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [3.517.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.516.0...v3.517.0) (2024-02-19) + + +### Features + +* **client-amplify:** This release contains API changes that enable users to configure their Amplify domains with their own custom SSL/TLS certificate. ([56cc546](https://github.com/aws/aws-sdk-js-v3/commit/56cc54668917c5df8899b0188b4c6f481bd4fbc8)) +* **client-chatbot:** This release adds support for AWS Chatbot. You can now monitor, operate, and troubleshoot your AWS resources with interactive ChatOps using the AWS SDK. ([4a62fda](https://github.com/aws/aws-sdk-js-v3/commit/4a62fda19c95e98b375a328409bcc1a2e862973c)) +* **client-mediatailor:** MediaTailor: marking #AdBreak.OffsetMillis as required. ([20675fd](https://github.com/aws/aws-sdk-js-v3/commit/20675fd1fde6467ec9aeca99d07a031c130cd7c3)) + + + + + # [3.516.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.515.0...v3.516.0) (2024-02-16) diff --git a/clients/client-amplify/CHANGELOG.md b/clients/client-amplify/CHANGELOG.md index cbe01c3f8e64..dabdd299167e 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.517.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.516.0...v3.517.0) (2024-02-19) + + +### Features + +* **client-amplify:** This release contains API changes that enable users to configure their Amplify domains with their own custom SSL/TLS certificate. ([56cc546](https://github.com/aws/aws-sdk-js-v3/commit/56cc54668917c5df8899b0188b4c6f481bd4fbc8)) + + + + + # [3.515.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.514.0...v3.515.0) (2024-02-15) **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 09fd4a3d6f23..152868f1899a 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.515.0", + "version": "3.517.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-chatbot/CHANGELOG.md b/clients/client-chatbot/CHANGELOG.md new file mode 100644 index 000000000000..0fb12d8a65b4 --- /dev/null +++ b/clients/client-chatbot/CHANGELOG.md @@ -0,0 +1,11 @@ +# Change Log + +All notable changes to this project will be documented in this file. +See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + +# [3.517.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.516.0...v3.517.0) (2024-02-19) + + +### Features + +* **client-chatbot:** This release adds support for AWS Chatbot. You can now monitor, operate, and troubleshoot your AWS resources with interactive ChatOps using the AWS SDK. ([4a62fda](https://github.com/aws/aws-sdk-js-v3/commit/4a62fda19c95e98b375a328409bcc1a2e862973c)) diff --git a/clients/client-chatbot/package.json b/clients/client-chatbot/package.json index 95da5166f969..3c272d90f341 100644 --- a/clients/client-chatbot/package.json +++ b/clients/client-chatbot/package.json @@ -1,7 +1,7 @@ { "name": "@aws-sdk/client-chatbot", "description": "AWS SDK for JavaScript Chatbot Client for Node.js, Browser and React Native", - "version": "3.0.0", + "version": "3.517.0", "scripts": { "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'", "build:cjs": "tsc -p tsconfig.cjs.json", diff --git a/clients/client-config-service/CHANGELOG.md b/clients/client-config-service/CHANGELOG.md index 5899438ff73c..b07f3c2d8395 100644 --- a/clients/client-config-service/CHANGELOG.md +++ b/clients/client-config-service/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.517.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.516.0...v3.517.0) (2024-02-19) + +**Note:** Version bump only for package @aws-sdk/client-config-service + + + + + # [3.515.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.514.0...v3.515.0) (2024-02-15) **Note:** Version bump only for package @aws-sdk/client-config-service diff --git a/clients/client-config-service/package.json b/clients/client-config-service/package.json index 83e5dcbd8c00..e2b76103587e 100644 --- a/clients/client-config-service/package.json +++ b/clients/client-config-service/package.json @@ -1,7 +1,7 @@ { "name": "@aws-sdk/client-config-service", "description": "AWS SDK for JavaScript Config Service Client for Node.js, Browser and React Native", - "version": "3.515.0", + "version": "3.517.0", "scripts": { "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'", "build:cjs": "node ../../scripts/compilation/inline client-config-service", diff --git a/clients/client-ivs/CHANGELOG.md b/clients/client-ivs/CHANGELOG.md index 4cd293adef38..98b2a294e146 100644 --- a/clients/client-ivs/CHANGELOG.md +++ b/clients/client-ivs/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.517.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.516.0...v3.517.0) (2024-02-19) + +**Note:** Version bump only for package @aws-sdk/client-ivs + + + + + # [3.515.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.514.0...v3.515.0) (2024-02-15) **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 8b82504939fe..c8d9abb8f8c8 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.515.0", + "version": "3.517.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-keyspaces/CHANGELOG.md b/clients/client-keyspaces/CHANGELOG.md index 396f88e312e5..3a03342de0a9 100644 --- a/clients/client-keyspaces/CHANGELOG.md +++ b/clients/client-keyspaces/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.517.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.516.0...v3.517.0) (2024-02-19) + +**Note:** Version bump only for package @aws-sdk/client-keyspaces + + + + + # [3.515.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.514.0...v3.515.0) (2024-02-15) **Note:** Version bump only for package @aws-sdk/client-keyspaces diff --git a/clients/client-keyspaces/package.json b/clients/client-keyspaces/package.json index ad3901e8beae..8c934988c2f3 100644 --- a/clients/client-keyspaces/package.json +++ b/clients/client-keyspaces/package.json @@ -1,7 +1,7 @@ { "name": "@aws-sdk/client-keyspaces", "description": "AWS SDK for JavaScript Keyspaces Client for Node.js, Browser and React Native", - "version": "3.515.0", + "version": "3.517.0", "scripts": { "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'", "build:cjs": "node ../../scripts/compilation/inline client-keyspaces", diff --git a/clients/client-mediatailor/CHANGELOG.md b/clients/client-mediatailor/CHANGELOG.md index 85437a9ee62a..a742de844a62 100644 --- a/clients/client-mediatailor/CHANGELOG.md +++ b/clients/client-mediatailor/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.517.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.516.0...v3.517.0) (2024-02-19) + + +### Features + +* **client-mediatailor:** MediaTailor: marking #AdBreak.OffsetMillis as required. ([20675fd](https://github.com/aws/aws-sdk-js-v3/commit/20675fd1fde6467ec9aeca99d07a031c130cd7c3)) + + + + + # [3.515.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.514.0...v3.515.0) (2024-02-15) **Note:** Version bump only for package @aws-sdk/client-mediatailor diff --git a/clients/client-mediatailor/package.json b/clients/client-mediatailor/package.json index e528ec9eb833..3b8c9bde9f56 100644 --- a/clients/client-mediatailor/package.json +++ b/clients/client-mediatailor/package.json @@ -1,7 +1,7 @@ { "name": "@aws-sdk/client-mediatailor", "description": "AWS SDK for JavaScript Mediatailor Client for Node.js, Browser and React Native", - "version": "3.515.0", + "version": "3.517.0", "scripts": { "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'", "build:cjs": "node ../../scripts/compilation/inline client-mediatailor", diff --git a/lerna.json b/lerna.json index 27417b5c382e..7a326de7a86f 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { - "version": "3.516.0", + "version": "3.517.0", "npmClient": "yarn", "useWorkspaces": true, "command": {