Skip to content

Commit 84e9f7c

Browse files
author
awstools
committed
Publish v3.123.0
1 parent 72f2a04 commit 84e9f7c

File tree

22 files changed

+130
-11
lines changed

22 files changed

+130
-11
lines changed

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,27 @@
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.123.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.122.0...v3.123.0) (2022-07-05)
7+
8+
9+
### Bug Fixes
10+
11+
* **client-appsync:** fix domainnames routes ([#3773](https://github.com/aws/aws-sdk-js-v3/issues/3773)) ([f1ce95e](https://github.com/aws/aws-sdk-js-v3/commit/f1ce95e40249a3c4b5150f38b6d54bceb054f5c3))
12+
13+
14+
### Features
15+
16+
* **client-lex-models-v2:** This release introduces additional optional parameters "messageSelectionStrategy" to PromptSpecification, which enables the users to configure the bot to play messages in orderly manner. ([bd84018](https://github.com/aws/aws-sdk-js-v3/commit/bd84018fdb20d121821690e3d0886319a128e951))
17+
* **client-quicksight:** This release allows customers to programmatically create QuickSight accounts with Enterprise and Enterprise + Q editions. It also releases allowlisting domains for embedding QuickSight dashboards at runtime through the embedding APIs. ([46052af](https://github.com/aws/aws-sdk-js-v3/commit/46052afea182dd2b22ee838d4080e216dd5a3adf))
18+
* **client-rds:** Adds waiters support for DBCluster. ([a23a0d7](https://github.com/aws/aws-sdk-js-v3/commit/a23a0d7a979d2373b5b8ff6408ae38336fe5b175))
19+
* **client-rolesanywhere:** IAM Roles Anywhere allows your workloads such as servers, containers, and applications to obtain temporary AWS credentials and use the same IAM roles and policies that you have configured for your AWS workloads to access AWS resources. ([c700486](https://github.com/aws/aws-sdk-js-v3/commit/c7004862f16a963679b3d83f15f6e05a855c83cd))
20+
* **client-ssm-incidents:** Adds support for tagging incident-record on creation by providing incident tags in the template within a response-plan. ([3aff9aa](https://github.com/aws/aws-sdk-js-v3/commit/3aff9aa485fa3dd3d347e3bd212d6d0b12d6946d))
21+
* **clients:** update client endpoints as of 2022-07-05 ([72f2a04](https://github.com/aws/aws-sdk-js-v3/commit/72f2a044ff046bba9f1d4a6a58e0ad718df6b9a2))
22+
23+
24+
25+
26+
627
# [3.122.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.121.0...v3.122.0) (2022-07-01)
728

829

clients/client-appsync/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.123.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.122.0...v3.123.0) (2022-07-05)
7+
8+
9+
### Bug Fixes
10+
11+
* **client-appsync:** fix domainnames routes ([#3773](https://github.com/aws/aws-sdk-js-v3/issues/3773)) ([f1ce95e](https://github.com/aws/aws-sdk-js-v3/commit/f1ce95e40249a3c4b5150f38b6d54bceb054f5c3))
12+
13+
14+
15+
16+
617
# [3.121.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.120.0...v3.121.0) (2022-06-30)
718

819

clients/client-appsync/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-appsync",
33
"description": "AWS SDK for JavaScript Appsync Client for Node.js, Browser and React Native",
4-
"version": "3.121.0",
4+
"version": "3.123.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.123.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.122.0...v3.123.0) (2022-07-05)
7+
8+
**Note:** Version bump only for package @aws-sdk/client-config-service
9+
10+
11+
12+
13+
614
# [3.121.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.120.0...v3.121.0) (2022-06-30)
715

816

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.121.0",
4+
"version": "3.123.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-lex-models-v2/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.123.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.122.0...v3.123.0) (2022-07-05)
7+
8+
9+
### Features
10+
11+
* **client-lex-models-v2:** This release introduces additional optional parameters "messageSelectionStrategy" to PromptSpecification, which enables the users to configure the bot to play messages in orderly manner. ([bd84018](https://github.com/aws/aws-sdk-js-v3/commit/bd84018fdb20d121821690e3d0886319a128e951))
12+
13+
14+
15+
16+
617
# [3.121.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.120.0...v3.121.0) (2022-06-30)
718

819

clients/client-lex-models-v2/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-lex-models-v2",
33
"description": "AWS SDK for JavaScript Lex Models V2 Client for Node.js, Browser and React Native",
4-
"version": "3.121.0",
4+
"version": "3.123.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-lex-runtime-v2/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.123.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.122.0...v3.123.0) (2022-07-05)
7+
8+
**Note:** Version bump only for package @aws-sdk/client-lex-runtime-v2
9+
10+
11+
12+
13+
614
# [3.121.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.120.0...v3.121.0) (2022-06-30)
715

816

clients/client-lex-runtime-v2/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-lex-runtime-v2",
33
"description": "AWS SDK for JavaScript Lex Runtime V2 Client for Node.js, Browser and React Native",
4-
"version": "3.121.0",
4+
"version": "3.123.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-quicksight/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.123.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.122.0...v3.123.0) (2022-07-05)
7+
8+
9+
### Features
10+
11+
* **client-quicksight:** This release allows customers to programmatically create QuickSight accounts with Enterprise and Enterprise + Q editions. It also releases allowlisting domains for embedding QuickSight dashboards at runtime through the embedding APIs. ([46052af](https://github.com/aws/aws-sdk-js-v3/commit/46052afea182dd2b22ee838d4080e216dd5a3adf))
12+
13+
14+
15+
16+
617
# [3.121.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.120.0...v3.121.0) (2022-06-30)
718

819

0 commit comments

Comments
 (0)