Skip to content

Commit a3b7053

Browse files
author
awstools
committed
Publish v3.517.0
1 parent 616e118 commit a3b7053

File tree

14 files changed

+77
-7
lines changed

14 files changed

+77
-7
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,19 @@
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.517.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.516.0...v3.517.0) (2024-02-19)
7+
8+
9+
### Features
10+
11+
* **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))
12+
* **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))
13+
* **client-mediatailor:** MediaTailor: marking #AdBreak.OffsetMillis as required. ([20675fd](https://github.com/aws/aws-sdk-js-v3/commit/20675fd1fde6467ec9aeca99d07a031c130cd7c3))
14+
15+
16+
17+
18+
619
# [3.516.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.515.0...v3.516.0) (2024-02-16)
720

821

clients/client-amplify/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
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.517.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.516.0...v3.517.0) (2024-02-19)
7+
8+
9+
### Features
10+
11+
* **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))
12+
13+
14+
15+
16+
617
# [3.515.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.514.0...v3.515.0) (2024-02-15)
718

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

clients/client-amplify/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@aws-sdk/client-amplify",
33
"description": "AWS SDK for JavaScript Amplify Client for Node.js, Browser and React Native",
4-
"version": "3.515.0",
4+
"version": "3.517.0",
55
"scripts": {
66
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
77
"build:cjs": "node ../../scripts/compilation/inline client-amplify",

clients/client-chatbot/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
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.517.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.516.0...v3.517.0) (2024-02-19)
7+
8+
9+
### Features
10+
11+
* **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))

clients/client-chatbot/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@aws-sdk/client-chatbot",
33
"description": "AWS SDK for JavaScript Chatbot Client for Node.js, Browser and React Native",
4-
"version": "3.0.0",
4+
"version": "3.517.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-config-service/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
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.517.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.516.0...v3.517.0) (2024-02-19)
7+
8+
**Note:** Version bump only for package @aws-sdk/client-config-service
9+
10+
11+
12+
13+
614
# [3.515.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.514.0...v3.515.0) (2024-02-15)
715

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

clients/client-config-service/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@aws-sdk/client-config-service",
33
"description": "AWS SDK for JavaScript Config Service Client for Node.js, Browser and React Native",
4-
"version": "3.515.0",
4+
"version": "3.517.0",
55
"scripts": {
66
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
77
"build:cjs": "node ../../scripts/compilation/inline client-config-service",

clients/client-ivs/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
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.517.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.516.0...v3.517.0) (2024-02-19)
7+
8+
**Note:** Version bump only for package @aws-sdk/client-ivs
9+
10+
11+
12+
13+
614
# [3.515.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.514.0...v3.515.0) (2024-02-15)
715

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

clients/client-ivs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@aws-sdk/client-ivs",
33
"description": "AWS SDK for JavaScript Ivs Client for Node.js, Browser and React Native",
4-
"version": "3.515.0",
4+
"version": "3.517.0",
55
"scripts": {
66
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
77
"build:cjs": "node ../../scripts/compilation/inline client-ivs",

clients/client-keyspaces/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
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.517.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.516.0...v3.517.0) (2024-02-19)
7+
8+
**Note:** Version bump only for package @aws-sdk/client-keyspaces
9+
10+
11+
12+
13+
614
# [3.515.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.514.0...v3.515.0) (2024-02-15)
715

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

clients/client-keyspaces/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@aws-sdk/client-keyspaces",
33
"description": "AWS SDK for JavaScript Keyspaces Client for Node.js, Browser and React Native",
4-
"version": "3.515.0",
4+
"version": "3.517.0",
55
"scripts": {
66
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
77
"build:cjs": "node ../../scripts/compilation/inline client-keyspaces",

clients/client-mediatailor/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
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.517.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.516.0...v3.517.0) (2024-02-19)
7+
8+
9+
### Features
10+
11+
* **client-mediatailor:** MediaTailor: marking #AdBreak.OffsetMillis as required. ([20675fd](https://github.com/aws/aws-sdk-js-v3/commit/20675fd1fde6467ec9aeca99d07a031c130cd7c3))
12+
13+
14+
15+
16+
617
# [3.515.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.514.0...v3.515.0) (2024-02-15)
718

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

clients/client-mediatailor/package.json

Lines changed: 1 addition & 1 deletion
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.515.0",
4+
"version": "3.517.0",
55
"scripts": {
66
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
77
"build:cjs": "node ../../scripts/compilation/inline client-mediatailor",

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "3.516.0",
2+
"version": "3.517.0",
33
"npmClient": "yarn",
44
"useWorkspaces": true,
55
"command": {

0 commit comments

Comments
 (0)