@aws-sdk/client-lex-models-v2 3.957.0 → 3.962.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -107
- package/dist-cjs/auth/httpAuthSchemeProvider.js +3 -4
- package/dist-cjs/index.js +2410 -3566
- package/dist-cjs/runtimeConfig.browser.js +1 -2
- package/dist-cjs/runtimeConfig.js +2 -4
- package/dist-es/auth/httpAuthSchemeProvider.js +3 -4
- package/dist-es/pagination/index.js +4 -4
- package/dist-es/runtimeConfig.browser.js +1 -2
- package/dist-es/runtimeConfig.js +4 -6
- package/dist-es/schemas/schemas_0.js +2255 -3409
- package/dist-es/waiters/index.js +3 -3
- package/dist-es/waiters/waitForBotAliasAvailable.js +1 -1
- package/dist-es/waiters/waitForBotAvailable.js +1 -1
- package/dist-es/waiters/waitForBotExportCompleted.js +1 -1
- package/dist-es/waiters/waitForBotImportCompleted.js +1 -1
- package/dist-es/waiters/waitForBotLocaleBuilt.js +1 -1
- package/dist-es/waiters/waitForBotLocaleCreated.js +1 -1
- package/dist-es/waiters/waitForBotLocaleExpressTestingAvailable.js +1 -1
- package/dist-es/waiters/waitForBotVersionAvailable.js +1 -1
- package/dist-types/pagination/index.d.ts +4 -4
- package/dist-types/ts3.4/pagination/index.d.ts +4 -4
- package/dist-types/ts3.4/waiters/index.d.ts +3 -3
- package/dist-types/waiters/index.d.ts +3 -3
- package/package.json +2 -2
package/dist-es/waiters/index.js
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
export * from "./waitForBotAliasAvailable";
|
|
2
1
|
export * from "./waitForBotAvailable";
|
|
3
|
-
export * from "./
|
|
4
|
-
export * from "./waitForBotImportCompleted";
|
|
2
|
+
export * from "./waitForBotAliasAvailable";
|
|
5
3
|
export * from "./waitForBotLocaleBuilt";
|
|
6
4
|
export * from "./waitForBotLocaleCreated";
|
|
7
5
|
export * from "./waitForBotLocaleExpressTestingAvailable";
|
|
8
6
|
export * from "./waitForBotVersionAvailable";
|
|
7
|
+
export * from "./waitForBotExportCompleted";
|
|
8
|
+
export * from "./waitForBotImportCompleted";
|
|
@@ -3,7 +3,7 @@ import { DescribeBotAliasCommand } from "../commands/DescribeBotAliasCommand";
|
|
|
3
3
|
const checkState = async (client, input) => {
|
|
4
4
|
let reason;
|
|
5
5
|
try {
|
|
6
|
-
|
|
6
|
+
let result = await client.send(new DescribeBotAliasCommand(input));
|
|
7
7
|
reason = result;
|
|
8
8
|
try {
|
|
9
9
|
const returnComparator = () => {
|
|
@@ -3,7 +3,7 @@ import { DescribeBotCommand } from "../commands/DescribeBotCommand";
|
|
|
3
3
|
const checkState = async (client, input) => {
|
|
4
4
|
let reason;
|
|
5
5
|
try {
|
|
6
|
-
|
|
6
|
+
let result = await client.send(new DescribeBotCommand(input));
|
|
7
7
|
reason = result;
|
|
8
8
|
try {
|
|
9
9
|
const returnComparator = () => {
|
|
@@ -3,7 +3,7 @@ import { DescribeExportCommand } from "../commands/DescribeExportCommand";
|
|
|
3
3
|
const checkState = async (client, input) => {
|
|
4
4
|
let reason;
|
|
5
5
|
try {
|
|
6
|
-
|
|
6
|
+
let result = await client.send(new DescribeExportCommand(input));
|
|
7
7
|
reason = result;
|
|
8
8
|
try {
|
|
9
9
|
const returnComparator = () => {
|
|
@@ -3,7 +3,7 @@ import { DescribeImportCommand } from "../commands/DescribeImportCommand";
|
|
|
3
3
|
const checkState = async (client, input) => {
|
|
4
4
|
let reason;
|
|
5
5
|
try {
|
|
6
|
-
|
|
6
|
+
let result = await client.send(new DescribeImportCommand(input));
|
|
7
7
|
reason = result;
|
|
8
8
|
try {
|
|
9
9
|
const returnComparator = () => {
|
|
@@ -3,7 +3,7 @@ import { DescribeBotLocaleCommand } from "../commands/DescribeBotLocaleCommand";
|
|
|
3
3
|
const checkState = async (client, input) => {
|
|
4
4
|
let reason;
|
|
5
5
|
try {
|
|
6
|
-
|
|
6
|
+
let result = await client.send(new DescribeBotLocaleCommand(input));
|
|
7
7
|
reason = result;
|
|
8
8
|
try {
|
|
9
9
|
const returnComparator = () => {
|
|
@@ -3,7 +3,7 @@ import { DescribeBotLocaleCommand } from "../commands/DescribeBotLocaleCommand";
|
|
|
3
3
|
const checkState = async (client, input) => {
|
|
4
4
|
let reason;
|
|
5
5
|
try {
|
|
6
|
-
|
|
6
|
+
let result = await client.send(new DescribeBotLocaleCommand(input));
|
|
7
7
|
reason = result;
|
|
8
8
|
try {
|
|
9
9
|
const returnComparator = () => {
|
|
@@ -3,7 +3,7 @@ import { DescribeBotLocaleCommand } from "../commands/DescribeBotLocaleCommand";
|
|
|
3
3
|
const checkState = async (client, input) => {
|
|
4
4
|
let reason;
|
|
5
5
|
try {
|
|
6
|
-
|
|
6
|
+
let result = await client.send(new DescribeBotLocaleCommand(input));
|
|
7
7
|
reason = result;
|
|
8
8
|
try {
|
|
9
9
|
const returnComparator = () => {
|
|
@@ -3,7 +3,7 @@ import { DescribeBotVersionCommand } from "../commands/DescribeBotVersionCommand
|
|
|
3
3
|
const checkState = async (client, input) => {
|
|
4
4
|
let reason;
|
|
5
5
|
try {
|
|
6
|
-
|
|
6
|
+
let result = await client.send(new DescribeBotVersionCommand(input));
|
|
7
7
|
reason = result;
|
|
8
8
|
try {
|
|
9
9
|
const returnComparator = () => {
|
|
@@ -1,26 +1,26 @@
|
|
|
1
1
|
export * from "./Interfaces";
|
|
2
2
|
export * from "./ListAggregatedUtterancesPaginator";
|
|
3
|
-
export * from "./ListBotAliasReplicasPaginator";
|
|
4
3
|
export * from "./ListBotAliasesPaginator";
|
|
4
|
+
export * from "./ListBotAliasReplicasPaginator";
|
|
5
5
|
export * from "./ListBotLocalesPaginator";
|
|
6
6
|
export * from "./ListBotRecommendationsPaginator";
|
|
7
7
|
export * from "./ListBotResourceGenerationsPaginator";
|
|
8
|
+
export * from "./ListBotsPaginator";
|
|
8
9
|
export * from "./ListBotVersionReplicasPaginator";
|
|
9
10
|
export * from "./ListBotVersionsPaginator";
|
|
10
|
-
export * from "./ListBotsPaginator";
|
|
11
11
|
export * from "./ListBuiltInIntentsPaginator";
|
|
12
12
|
export * from "./ListBuiltInSlotTypesPaginator";
|
|
13
13
|
export * from "./ListCustomVocabularyItemsPaginator";
|
|
14
14
|
export * from "./ListExportsPaginator";
|
|
15
15
|
export * from "./ListImportsPaginator";
|
|
16
16
|
export * from "./ListIntentMetricsPaginator";
|
|
17
|
-
export * from "./ListIntentStageMetricsPaginator";
|
|
18
17
|
export * from "./ListIntentsPaginator";
|
|
18
|
+
export * from "./ListIntentStageMetricsPaginator";
|
|
19
19
|
export * from "./ListRecommendedIntentsPaginator";
|
|
20
20
|
export * from "./ListSessionAnalyticsDataPaginator";
|
|
21
21
|
export * from "./ListSessionMetricsPaginator";
|
|
22
|
-
export * from "./ListSlotTypesPaginator";
|
|
23
22
|
export * from "./ListSlotsPaginator";
|
|
23
|
+
export * from "./ListSlotTypesPaginator";
|
|
24
24
|
export * from "./ListTestExecutionResultItemsPaginator";
|
|
25
25
|
export * from "./ListTestExecutionsPaginator";
|
|
26
26
|
export * from "./ListTestSetRecordsPaginator";
|
|
@@ -1,26 +1,26 @@
|
|
|
1
1
|
export * from "./Interfaces";
|
|
2
2
|
export * from "./ListAggregatedUtterancesPaginator";
|
|
3
|
-
export * from "./ListBotAliasReplicasPaginator";
|
|
4
3
|
export * from "./ListBotAliasesPaginator";
|
|
4
|
+
export * from "./ListBotAliasReplicasPaginator";
|
|
5
5
|
export * from "./ListBotLocalesPaginator";
|
|
6
6
|
export * from "./ListBotRecommendationsPaginator";
|
|
7
7
|
export * from "./ListBotResourceGenerationsPaginator";
|
|
8
|
+
export * from "./ListBotsPaginator";
|
|
8
9
|
export * from "./ListBotVersionReplicasPaginator";
|
|
9
10
|
export * from "./ListBotVersionsPaginator";
|
|
10
|
-
export * from "./ListBotsPaginator";
|
|
11
11
|
export * from "./ListBuiltInIntentsPaginator";
|
|
12
12
|
export * from "./ListBuiltInSlotTypesPaginator";
|
|
13
13
|
export * from "./ListCustomVocabularyItemsPaginator";
|
|
14
14
|
export * from "./ListExportsPaginator";
|
|
15
15
|
export * from "./ListImportsPaginator";
|
|
16
16
|
export * from "./ListIntentMetricsPaginator";
|
|
17
|
-
export * from "./ListIntentStageMetricsPaginator";
|
|
18
17
|
export * from "./ListIntentsPaginator";
|
|
18
|
+
export * from "./ListIntentStageMetricsPaginator";
|
|
19
19
|
export * from "./ListRecommendedIntentsPaginator";
|
|
20
20
|
export * from "./ListSessionAnalyticsDataPaginator";
|
|
21
21
|
export * from "./ListSessionMetricsPaginator";
|
|
22
|
-
export * from "./ListSlotTypesPaginator";
|
|
23
22
|
export * from "./ListSlotsPaginator";
|
|
23
|
+
export * from "./ListSlotTypesPaginator";
|
|
24
24
|
export * from "./ListTestExecutionResultItemsPaginator";
|
|
25
25
|
export * from "./ListTestExecutionsPaginator";
|
|
26
26
|
export * from "./ListTestSetRecordsPaginator";
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
export * from "./waitForBotAliasAvailable";
|
|
2
1
|
export * from "./waitForBotAvailable";
|
|
3
|
-
export * from "./
|
|
4
|
-
export * from "./waitForBotImportCompleted";
|
|
2
|
+
export * from "./waitForBotAliasAvailable";
|
|
5
3
|
export * from "./waitForBotLocaleBuilt";
|
|
6
4
|
export * from "./waitForBotLocaleCreated";
|
|
7
5
|
export * from "./waitForBotLocaleExpressTestingAvailable";
|
|
8
6
|
export * from "./waitForBotVersionAvailable";
|
|
7
|
+
export * from "./waitForBotExportCompleted";
|
|
8
|
+
export * from "./waitForBotImportCompleted";
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
export * from "./waitForBotAliasAvailable";
|
|
2
1
|
export * from "./waitForBotAvailable";
|
|
3
|
-
export * from "./
|
|
4
|
-
export * from "./waitForBotImportCompleted";
|
|
2
|
+
export * from "./waitForBotAliasAvailable";
|
|
5
3
|
export * from "./waitForBotLocaleBuilt";
|
|
6
4
|
export * from "./waitForBotLocaleCreated";
|
|
7
5
|
export * from "./waitForBotLocaleExpressTestingAvailable";
|
|
8
6
|
export * from "./waitForBotVersionAvailable";
|
|
7
|
+
export * from "./waitForBotExportCompleted";
|
|
8
|
+
export * from "./waitForBotImportCompleted";
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-lex-models-v2",
|
|
3
3
|
"description": "AWS SDK for JavaScript Lex Models V2 Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.962.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-lex-models-v2",
|
|
@@ -22,7 +22,7 @@
|
|
|
22
22
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
23
23
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
24
24
|
"@aws-sdk/core": "3.957.0",
|
|
25
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
25
|
+
"@aws-sdk/credential-provider-node": "3.962.0",
|
|
26
26
|
"@aws-sdk/middleware-host-header": "3.957.0",
|
|
27
27
|
"@aws-sdk/middleware-logger": "3.957.0",
|
|
28
28
|
"@aws-sdk/middleware-recursion-detection": "3.957.0",
|