@aws-sdk/client-lex-models-v2 3.1019.0 → 3.1021.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/dist-es/LexModelsV2.js +9 -9
- 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/LexModelsV2.d.ts +107 -107
- package/dist-types/LexModelsV2Client.d.ts +110 -110
- package/dist-types/auth/httpAuthExtensionConfiguration.d.ts +1 -1
- package/dist-types/index.d.ts +1 -1
- package/dist-types/models/models_0.d.ts +1 -1
- package/dist-types/models/models_1.d.ts +2 -2
- package/dist-types/pagination/DescribeBotAnalyzerRecommendationPaginator.d.ts +1 -1
- package/dist-types/pagination/ListAggregatedUtterancesPaginator.d.ts +1 -1
- package/dist-types/pagination/ListBotAliasReplicasPaginator.d.ts +1 -1
- package/dist-types/pagination/ListBotAliasesPaginator.d.ts +1 -1
- package/dist-types/pagination/ListBotAnalyzerHistoryPaginator.d.ts +1 -1
- package/dist-types/pagination/ListBotLocalesPaginator.d.ts +1 -1
- package/dist-types/pagination/ListBotRecommendationsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListBotResourceGenerationsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListBotVersionReplicasPaginator.d.ts +1 -1
- package/dist-types/pagination/ListBotVersionsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListBotsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListBuiltInIntentsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListBuiltInSlotTypesPaginator.d.ts +1 -1
- package/dist-types/pagination/ListCustomVocabularyItemsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListExportsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListImportsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListIntentMetricsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListIntentStageMetricsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListIntentsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListRecommendedIntentsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListSessionAnalyticsDataPaginator.d.ts +1 -1
- package/dist-types/pagination/ListSessionMetricsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListSlotTypesPaginator.d.ts +1 -1
- package/dist-types/pagination/ListSlotsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListTestExecutionResultItemsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListTestExecutionsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListTestSetRecordsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListTestSetsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListUtteranceAnalyticsDataPaginator.d.ts +1 -1
- package/dist-types/pagination/ListUtteranceMetricsPaginator.d.ts +1 -1
- package/dist-types/ts3.4/LexModelsV2Client.d.ts +2 -3
- package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +1 -1
- package/dist-types/ts3.4/models/models_1.d.ts +50 -50
- package/dist-types/waiters/waitForBotAliasAvailable.d.ts +3 -3
- package/dist-types/waiters/waitForBotAvailable.d.ts +3 -3
- package/dist-types/waiters/waitForBotExportCompleted.d.ts +3 -3
- package/dist-types/waiters/waitForBotImportCompleted.d.ts +3 -3
- package/dist-types/waiters/waitForBotLocaleBuilt.d.ts +3 -3
- package/dist-types/waiters/waitForBotLocaleCreated.d.ts +3 -3
- package/dist-types/waiters/waitForBotLocaleExpressTestingAvailable.d.ts +3 -3
- package/dist-types/waiters/waitForBotVersionAvailable.d.ts +3 -3
- package/package.json +15 -15
package/dist-es/LexModelsV2.js
CHANGED
|
@@ -12,7 +12,7 @@ import { CreateExportCommand, } from "./commands/CreateExportCommand";
|
|
|
12
12
|
import { CreateIntentCommand, } from "./commands/CreateIntentCommand";
|
|
13
13
|
import { CreateResourcePolicyCommand, } from "./commands/CreateResourcePolicyCommand";
|
|
14
14
|
import { CreateResourcePolicyStatementCommand, } from "./commands/CreateResourcePolicyStatementCommand";
|
|
15
|
-
import { CreateSlotCommand } from "./commands/CreateSlotCommand";
|
|
15
|
+
import { CreateSlotCommand, } from "./commands/CreateSlotCommand";
|
|
16
16
|
import { CreateSlotTypeCommand, } from "./commands/CreateSlotTypeCommand";
|
|
17
17
|
import { CreateTestSetDiscrepancyReportCommand, } from "./commands/CreateTestSetDiscrepancyReportCommand";
|
|
18
18
|
import { CreateUploadUrlCommand, } from "./commands/CreateUploadUrlCommand";
|
|
@@ -28,13 +28,13 @@ import { DeleteImportCommand, } from "./commands/DeleteImportCommand";
|
|
|
28
28
|
import { DeleteIntentCommand, } from "./commands/DeleteIntentCommand";
|
|
29
29
|
import { DeleteResourcePolicyCommand, } from "./commands/DeleteResourcePolicyCommand";
|
|
30
30
|
import { DeleteResourcePolicyStatementCommand, } from "./commands/DeleteResourcePolicyStatementCommand";
|
|
31
|
-
import { DeleteSlotCommand } from "./commands/DeleteSlotCommand";
|
|
31
|
+
import { DeleteSlotCommand, } from "./commands/DeleteSlotCommand";
|
|
32
32
|
import { DeleteSlotTypeCommand, } from "./commands/DeleteSlotTypeCommand";
|
|
33
33
|
import { DeleteTestSetCommand, } from "./commands/DeleteTestSetCommand";
|
|
34
34
|
import { DeleteUtterancesCommand, } from "./commands/DeleteUtterancesCommand";
|
|
35
35
|
import { DescribeBotAliasCommand, } from "./commands/DescribeBotAliasCommand";
|
|
36
36
|
import { DescribeBotAnalyzerRecommendationCommand, } from "./commands/DescribeBotAnalyzerRecommendationCommand";
|
|
37
|
-
import { DescribeBotCommand } from "./commands/DescribeBotCommand";
|
|
37
|
+
import { DescribeBotCommand, } from "./commands/DescribeBotCommand";
|
|
38
38
|
import { DescribeBotLocaleCommand, } from "./commands/DescribeBotLocaleCommand";
|
|
39
39
|
import { DescribeBotRecommendationCommand, } from "./commands/DescribeBotRecommendationCommand";
|
|
40
40
|
import { DescribeBotReplicaCommand, } from "./commands/DescribeBotReplicaCommand";
|
|
@@ -67,11 +67,11 @@ import { ListBotVersionsCommand, } from "./commands/ListBotVersionsCommand";
|
|
|
67
67
|
import { ListBuiltInIntentsCommand, } from "./commands/ListBuiltInIntentsCommand";
|
|
68
68
|
import { ListBuiltInSlotTypesCommand, } from "./commands/ListBuiltInSlotTypesCommand";
|
|
69
69
|
import { ListCustomVocabularyItemsCommand, } from "./commands/ListCustomVocabularyItemsCommand";
|
|
70
|
-
import { ListExportsCommand } from "./commands/ListExportsCommand";
|
|
71
|
-
import { ListImportsCommand } from "./commands/ListImportsCommand";
|
|
70
|
+
import { ListExportsCommand, } from "./commands/ListExportsCommand";
|
|
71
|
+
import { ListImportsCommand, } from "./commands/ListImportsCommand";
|
|
72
72
|
import { ListIntentMetricsCommand, } from "./commands/ListIntentMetricsCommand";
|
|
73
73
|
import { ListIntentPathsCommand, } from "./commands/ListIntentPathsCommand";
|
|
74
|
-
import { ListIntentsCommand } from "./commands/ListIntentsCommand";
|
|
74
|
+
import { ListIntentsCommand, } from "./commands/ListIntentsCommand";
|
|
75
75
|
import { ListIntentStageMetricsCommand, } from "./commands/ListIntentStageMetricsCommand";
|
|
76
76
|
import { ListRecommendedIntentsCommand, } from "./commands/ListRecommendedIntentsCommand";
|
|
77
77
|
import { ListSessionAnalyticsDataCommand, } from "./commands/ListSessionAnalyticsDataCommand";
|
|
@@ -89,12 +89,12 @@ import { SearchAssociatedTranscriptsCommand, } from "./commands/SearchAssociated
|
|
|
89
89
|
import { StartBotAnalyzerCommand, } from "./commands/StartBotAnalyzerCommand";
|
|
90
90
|
import { StartBotRecommendationCommand, } from "./commands/StartBotRecommendationCommand";
|
|
91
91
|
import { StartBotResourceGenerationCommand, } from "./commands/StartBotResourceGenerationCommand";
|
|
92
|
-
import { StartImportCommand } from "./commands/StartImportCommand";
|
|
92
|
+
import { StartImportCommand, } from "./commands/StartImportCommand";
|
|
93
93
|
import { StartTestExecutionCommand, } from "./commands/StartTestExecutionCommand";
|
|
94
94
|
import { StartTestSetGenerationCommand, } from "./commands/StartTestSetGenerationCommand";
|
|
95
95
|
import { StopBotAnalyzerCommand, } from "./commands/StopBotAnalyzerCommand";
|
|
96
96
|
import { StopBotRecommendationCommand, } from "./commands/StopBotRecommendationCommand";
|
|
97
|
-
import { TagResourceCommand } from "./commands/TagResourceCommand";
|
|
97
|
+
import { TagResourceCommand, } from "./commands/TagResourceCommand";
|
|
98
98
|
import { UntagResourceCommand, } from "./commands/UntagResourceCommand";
|
|
99
99
|
import { UpdateBotAliasCommand, } from "./commands/UpdateBotAliasCommand";
|
|
100
100
|
import { UpdateBotCommand } from "./commands/UpdateBotCommand";
|
|
@@ -103,7 +103,7 @@ import { UpdateBotRecommendationCommand, } from "./commands/UpdateBotRecommendat
|
|
|
103
103
|
import { UpdateExportCommand, } from "./commands/UpdateExportCommand";
|
|
104
104
|
import { UpdateIntentCommand, } from "./commands/UpdateIntentCommand";
|
|
105
105
|
import { UpdateResourcePolicyCommand, } from "./commands/UpdateResourcePolicyCommand";
|
|
106
|
-
import { UpdateSlotCommand } from "./commands/UpdateSlotCommand";
|
|
106
|
+
import { UpdateSlotCommand, } from "./commands/UpdateSlotCommand";
|
|
107
107
|
import { UpdateSlotTypeCommand, } from "./commands/UpdateSlotTypeCommand";
|
|
108
108
|
import { UpdateTestSetCommand, } from "./commands/UpdateTestSetCommand";
|
|
109
109
|
import { LexModelsV2Client } from "./LexModelsV2Client";
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { checkExceptions, createWaiter, WaiterState } from "@smithy/util-waiter";
|
|
1
|
+
import { checkExceptions, createWaiter, WaiterState, } from "@smithy/util-waiter";
|
|
2
2
|
import { DescribeBotAliasCommand } from "../commands/DescribeBotAliasCommand";
|
|
3
3
|
const checkState = async (client, input) => {
|
|
4
4
|
let reason;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { checkExceptions, createWaiter, WaiterState } from "@smithy/util-waiter";
|
|
1
|
+
import { checkExceptions, createWaiter, WaiterState, } from "@smithy/util-waiter";
|
|
2
2
|
import { DescribeBotCommand } from "../commands/DescribeBotCommand";
|
|
3
3
|
const checkState = async (client, input) => {
|
|
4
4
|
let reason;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { checkExceptions, createWaiter, WaiterState } from "@smithy/util-waiter";
|
|
1
|
+
import { checkExceptions, createWaiter, WaiterState, } from "@smithy/util-waiter";
|
|
2
2
|
import { DescribeExportCommand } from "../commands/DescribeExportCommand";
|
|
3
3
|
const checkState = async (client, input) => {
|
|
4
4
|
let reason;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { checkExceptions, createWaiter, WaiterState } from "@smithy/util-waiter";
|
|
1
|
+
import { checkExceptions, createWaiter, WaiterState, } from "@smithy/util-waiter";
|
|
2
2
|
import { DescribeImportCommand } from "../commands/DescribeImportCommand";
|
|
3
3
|
const checkState = async (client, input) => {
|
|
4
4
|
let reason;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { checkExceptions, createWaiter, WaiterState } from "@smithy/util-waiter";
|
|
1
|
+
import { checkExceptions, createWaiter, WaiterState, } from "@smithy/util-waiter";
|
|
2
2
|
import { DescribeBotLocaleCommand } from "../commands/DescribeBotLocaleCommand";
|
|
3
3
|
const checkState = async (client, input) => {
|
|
4
4
|
let reason;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { checkExceptions, createWaiter, WaiterState } from "@smithy/util-waiter";
|
|
1
|
+
import { checkExceptions, createWaiter, WaiterState, } from "@smithy/util-waiter";
|
|
2
2
|
import { DescribeBotLocaleCommand } from "../commands/DescribeBotLocaleCommand";
|
|
3
3
|
const checkState = async (client, input) => {
|
|
4
4
|
let reason;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { checkExceptions, createWaiter, WaiterState } from "@smithy/util-waiter";
|
|
1
|
+
import { checkExceptions, createWaiter, WaiterState, } from "@smithy/util-waiter";
|
|
2
2
|
import { DescribeBotLocaleCommand } from "../commands/DescribeBotLocaleCommand";
|
|
3
3
|
const checkState = async (client, input) => {
|
|
4
4
|
let reason;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { checkExceptions, createWaiter, WaiterState } from "@smithy/util-waiter";
|
|
1
|
+
import { checkExceptions, createWaiter, WaiterState, } from "@smithy/util-waiter";
|
|
2
2
|
import { DescribeBotVersionCommand } from "../commands/DescribeBotVersionCommand";
|
|
3
3
|
const checkState = async (client, input) => {
|
|
4
4
|
let reason;
|
|
@@ -1,112 +1,112 @@
|
|
|
1
1
|
import type { HttpHandlerOptions as __HttpHandlerOptions, PaginationConfiguration, Paginator, WaiterConfiguration } from "@smithy/types";
|
|
2
2
|
import type { WaiterResult } from "@smithy/util-waiter";
|
|
3
|
-
import { BatchCreateCustomVocabularyItemCommandInput, BatchCreateCustomVocabularyItemCommandOutput } from "./commands/BatchCreateCustomVocabularyItemCommand";
|
|
4
|
-
import { BatchDeleteCustomVocabularyItemCommandInput, BatchDeleteCustomVocabularyItemCommandOutput } from "./commands/BatchDeleteCustomVocabularyItemCommand";
|
|
5
|
-
import { BatchUpdateCustomVocabularyItemCommandInput, BatchUpdateCustomVocabularyItemCommandOutput } from "./commands/BatchUpdateCustomVocabularyItemCommand";
|
|
6
|
-
import { BuildBotLocaleCommandInput, BuildBotLocaleCommandOutput } from "./commands/BuildBotLocaleCommand";
|
|
7
|
-
import { CreateBotAliasCommandInput, CreateBotAliasCommandOutput } from "./commands/CreateBotAliasCommand";
|
|
8
|
-
import { CreateBotCommandInput, CreateBotCommandOutput } from "./commands/CreateBotCommand";
|
|
9
|
-
import { CreateBotLocaleCommandInput, CreateBotLocaleCommandOutput } from "./commands/CreateBotLocaleCommand";
|
|
10
|
-
import { CreateBotReplicaCommandInput, CreateBotReplicaCommandOutput } from "./commands/CreateBotReplicaCommand";
|
|
11
|
-
import { CreateBotVersionCommandInput, CreateBotVersionCommandOutput } from "./commands/CreateBotVersionCommand";
|
|
12
|
-
import { CreateExportCommandInput, CreateExportCommandOutput } from "./commands/CreateExportCommand";
|
|
13
|
-
import { CreateIntentCommandInput, CreateIntentCommandOutput } from "./commands/CreateIntentCommand";
|
|
14
|
-
import { CreateResourcePolicyCommandInput, CreateResourcePolicyCommandOutput } from "./commands/CreateResourcePolicyCommand";
|
|
15
|
-
import { CreateResourcePolicyStatementCommandInput, CreateResourcePolicyStatementCommandOutput } from "./commands/CreateResourcePolicyStatementCommand";
|
|
16
|
-
import { CreateSlotCommandInput, CreateSlotCommandOutput } from "./commands/CreateSlotCommand";
|
|
17
|
-
import { CreateSlotTypeCommandInput, CreateSlotTypeCommandOutput } from "./commands/CreateSlotTypeCommand";
|
|
18
|
-
import { CreateTestSetDiscrepancyReportCommandInput, CreateTestSetDiscrepancyReportCommandOutput } from "./commands/CreateTestSetDiscrepancyReportCommand";
|
|
19
|
-
import { CreateUploadUrlCommandInput, CreateUploadUrlCommandOutput } from "./commands/CreateUploadUrlCommand";
|
|
20
|
-
import { DeleteBotAliasCommandInput, DeleteBotAliasCommandOutput } from "./commands/DeleteBotAliasCommand";
|
|
21
|
-
import { DeleteBotAnalyzerRecommendationCommandInput, DeleteBotAnalyzerRecommendationCommandOutput } from "./commands/DeleteBotAnalyzerRecommendationCommand";
|
|
22
|
-
import { DeleteBotCommandInput, DeleteBotCommandOutput } from "./commands/DeleteBotCommand";
|
|
23
|
-
import { DeleteBotLocaleCommandInput, DeleteBotLocaleCommandOutput } from "./commands/DeleteBotLocaleCommand";
|
|
24
|
-
import { DeleteBotReplicaCommandInput, DeleteBotReplicaCommandOutput } from "./commands/DeleteBotReplicaCommand";
|
|
25
|
-
import { DeleteBotVersionCommandInput, DeleteBotVersionCommandOutput } from "./commands/DeleteBotVersionCommand";
|
|
26
|
-
import { DeleteCustomVocabularyCommandInput, DeleteCustomVocabularyCommandOutput } from "./commands/DeleteCustomVocabularyCommand";
|
|
27
|
-
import { DeleteExportCommandInput, DeleteExportCommandOutput } from "./commands/DeleteExportCommand";
|
|
28
|
-
import { DeleteImportCommandInput, DeleteImportCommandOutput } from "./commands/DeleteImportCommand";
|
|
29
|
-
import { DeleteIntentCommandInput, DeleteIntentCommandOutput } from "./commands/DeleteIntentCommand";
|
|
30
|
-
import { DeleteResourcePolicyCommandInput, DeleteResourcePolicyCommandOutput } from "./commands/DeleteResourcePolicyCommand";
|
|
31
|
-
import { DeleteResourcePolicyStatementCommandInput, DeleteResourcePolicyStatementCommandOutput } from "./commands/DeleteResourcePolicyStatementCommand";
|
|
32
|
-
import { DeleteSlotCommandInput, DeleteSlotCommandOutput } from "./commands/DeleteSlotCommand";
|
|
33
|
-
import { DeleteSlotTypeCommandInput, DeleteSlotTypeCommandOutput } from "./commands/DeleteSlotTypeCommand";
|
|
34
|
-
import { DeleteTestSetCommandInput, DeleteTestSetCommandOutput } from "./commands/DeleteTestSetCommand";
|
|
35
|
-
import { DeleteUtterancesCommandInput, DeleteUtterancesCommandOutput } from "./commands/DeleteUtterancesCommand";
|
|
36
|
-
import { DescribeBotAliasCommandInput, DescribeBotAliasCommandOutput } from "./commands/DescribeBotAliasCommand";
|
|
37
|
-
import { DescribeBotAnalyzerRecommendationCommandInput, DescribeBotAnalyzerRecommendationCommandOutput } from "./commands/DescribeBotAnalyzerRecommendationCommand";
|
|
38
|
-
import { DescribeBotCommandInput, DescribeBotCommandOutput } from "./commands/DescribeBotCommand";
|
|
39
|
-
import { DescribeBotLocaleCommandInput, DescribeBotLocaleCommandOutput } from "./commands/DescribeBotLocaleCommand";
|
|
40
|
-
import { DescribeBotRecommendationCommandInput, DescribeBotRecommendationCommandOutput } from "./commands/DescribeBotRecommendationCommand";
|
|
41
|
-
import { DescribeBotReplicaCommandInput, DescribeBotReplicaCommandOutput } from "./commands/DescribeBotReplicaCommand";
|
|
42
|
-
import { DescribeBotResourceGenerationCommandInput, DescribeBotResourceGenerationCommandOutput } from "./commands/DescribeBotResourceGenerationCommand";
|
|
43
|
-
import { DescribeBotVersionCommandInput, DescribeBotVersionCommandOutput } from "./commands/DescribeBotVersionCommand";
|
|
44
|
-
import { DescribeCustomVocabularyMetadataCommandInput, DescribeCustomVocabularyMetadataCommandOutput } from "./commands/DescribeCustomVocabularyMetadataCommand";
|
|
45
|
-
import { DescribeExportCommandInput, DescribeExportCommandOutput } from "./commands/DescribeExportCommand";
|
|
46
|
-
import { DescribeImportCommandInput, DescribeImportCommandOutput } from "./commands/DescribeImportCommand";
|
|
47
|
-
import { DescribeIntentCommandInput, DescribeIntentCommandOutput } from "./commands/DescribeIntentCommand";
|
|
48
|
-
import { DescribeResourcePolicyCommandInput, DescribeResourcePolicyCommandOutput } from "./commands/DescribeResourcePolicyCommand";
|
|
49
|
-
import { DescribeSlotCommandInput, DescribeSlotCommandOutput } from "./commands/DescribeSlotCommand";
|
|
50
|
-
import { DescribeSlotTypeCommandInput, DescribeSlotTypeCommandOutput } from "./commands/DescribeSlotTypeCommand";
|
|
51
|
-
import { DescribeTestExecutionCommandInput, DescribeTestExecutionCommandOutput } from "./commands/DescribeTestExecutionCommand";
|
|
52
|
-
import { DescribeTestSetCommandInput, DescribeTestSetCommandOutput } from "./commands/DescribeTestSetCommand";
|
|
53
|
-
import { DescribeTestSetDiscrepancyReportCommandInput, DescribeTestSetDiscrepancyReportCommandOutput } from "./commands/DescribeTestSetDiscrepancyReportCommand";
|
|
54
|
-
import { DescribeTestSetGenerationCommandInput, DescribeTestSetGenerationCommandOutput } from "./commands/DescribeTestSetGenerationCommand";
|
|
55
|
-
import { GenerateBotElementCommandInput, GenerateBotElementCommandOutput } from "./commands/GenerateBotElementCommand";
|
|
56
|
-
import { GetTestExecutionArtifactsUrlCommandInput, GetTestExecutionArtifactsUrlCommandOutput } from "./commands/GetTestExecutionArtifactsUrlCommand";
|
|
57
|
-
import { ListAggregatedUtterancesCommandInput, ListAggregatedUtterancesCommandOutput } from "./commands/ListAggregatedUtterancesCommand";
|
|
58
|
-
import { ListBotAliasesCommandInput, ListBotAliasesCommandOutput } from "./commands/ListBotAliasesCommand";
|
|
59
|
-
import { ListBotAliasReplicasCommandInput, ListBotAliasReplicasCommandOutput } from "./commands/ListBotAliasReplicasCommand";
|
|
60
|
-
import { ListBotAnalyzerHistoryCommandInput, ListBotAnalyzerHistoryCommandOutput } from "./commands/ListBotAnalyzerHistoryCommand";
|
|
61
|
-
import { ListBotLocalesCommandInput, ListBotLocalesCommandOutput } from "./commands/ListBotLocalesCommand";
|
|
62
|
-
import { ListBotRecommendationsCommandInput, ListBotRecommendationsCommandOutput } from "./commands/ListBotRecommendationsCommand";
|
|
63
|
-
import { ListBotReplicasCommandInput, ListBotReplicasCommandOutput } from "./commands/ListBotReplicasCommand";
|
|
64
|
-
import { ListBotResourceGenerationsCommandInput, ListBotResourceGenerationsCommandOutput } from "./commands/ListBotResourceGenerationsCommand";
|
|
65
|
-
import { ListBotsCommandInput, ListBotsCommandOutput } from "./commands/ListBotsCommand";
|
|
66
|
-
import { ListBotVersionReplicasCommandInput, ListBotVersionReplicasCommandOutput } from "./commands/ListBotVersionReplicasCommand";
|
|
67
|
-
import { ListBotVersionsCommandInput, ListBotVersionsCommandOutput } from "./commands/ListBotVersionsCommand";
|
|
68
|
-
import { ListBuiltInIntentsCommandInput, ListBuiltInIntentsCommandOutput } from "./commands/ListBuiltInIntentsCommand";
|
|
69
|
-
import { ListBuiltInSlotTypesCommandInput, ListBuiltInSlotTypesCommandOutput } from "./commands/ListBuiltInSlotTypesCommand";
|
|
70
|
-
import { ListCustomVocabularyItemsCommandInput, ListCustomVocabularyItemsCommandOutput } from "./commands/ListCustomVocabularyItemsCommand";
|
|
71
|
-
import { ListExportsCommandInput, ListExportsCommandOutput } from "./commands/ListExportsCommand";
|
|
72
|
-
import { ListImportsCommandInput, ListImportsCommandOutput } from "./commands/ListImportsCommand";
|
|
73
|
-
import { ListIntentMetricsCommandInput, ListIntentMetricsCommandOutput } from "./commands/ListIntentMetricsCommand";
|
|
74
|
-
import { ListIntentPathsCommandInput, ListIntentPathsCommandOutput } from "./commands/ListIntentPathsCommand";
|
|
75
|
-
import { ListIntentsCommandInput, ListIntentsCommandOutput } from "./commands/ListIntentsCommand";
|
|
76
|
-
import { ListIntentStageMetricsCommandInput, ListIntentStageMetricsCommandOutput } from "./commands/ListIntentStageMetricsCommand";
|
|
77
|
-
import { ListRecommendedIntentsCommandInput, ListRecommendedIntentsCommandOutput } from "./commands/ListRecommendedIntentsCommand";
|
|
78
|
-
import { ListSessionAnalyticsDataCommandInput, ListSessionAnalyticsDataCommandOutput } from "./commands/ListSessionAnalyticsDataCommand";
|
|
79
|
-
import { ListSessionMetricsCommandInput, ListSessionMetricsCommandOutput } from "./commands/ListSessionMetricsCommand";
|
|
80
|
-
import { ListSlotsCommandInput, ListSlotsCommandOutput } from "./commands/ListSlotsCommand";
|
|
81
|
-
import { ListSlotTypesCommandInput, ListSlotTypesCommandOutput } from "./commands/ListSlotTypesCommand";
|
|
82
|
-
import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
|
|
83
|
-
import { ListTestExecutionResultItemsCommandInput, ListTestExecutionResultItemsCommandOutput } from "./commands/ListTestExecutionResultItemsCommand";
|
|
84
|
-
import { ListTestExecutionsCommandInput, ListTestExecutionsCommandOutput } from "./commands/ListTestExecutionsCommand";
|
|
85
|
-
import { ListTestSetRecordsCommandInput, ListTestSetRecordsCommandOutput } from "./commands/ListTestSetRecordsCommand";
|
|
86
|
-
import { ListTestSetsCommandInput, ListTestSetsCommandOutput } from "./commands/ListTestSetsCommand";
|
|
87
|
-
import { ListUtteranceAnalyticsDataCommandInput, ListUtteranceAnalyticsDataCommandOutput } from "./commands/ListUtteranceAnalyticsDataCommand";
|
|
88
|
-
import { ListUtteranceMetricsCommandInput, ListUtteranceMetricsCommandOutput } from "./commands/ListUtteranceMetricsCommand";
|
|
89
|
-
import { SearchAssociatedTranscriptsCommandInput, SearchAssociatedTranscriptsCommandOutput } from "./commands/SearchAssociatedTranscriptsCommand";
|
|
90
|
-
import { StartBotAnalyzerCommandInput, StartBotAnalyzerCommandOutput } from "./commands/StartBotAnalyzerCommand";
|
|
91
|
-
import { StartBotRecommendationCommandInput, StartBotRecommendationCommandOutput } from "./commands/StartBotRecommendationCommand";
|
|
92
|
-
import { StartBotResourceGenerationCommandInput, StartBotResourceGenerationCommandOutput } from "./commands/StartBotResourceGenerationCommand";
|
|
93
|
-
import { StartImportCommandInput, StartImportCommandOutput } from "./commands/StartImportCommand";
|
|
94
|
-
import { StartTestExecutionCommandInput, StartTestExecutionCommandOutput } from "./commands/StartTestExecutionCommand";
|
|
95
|
-
import { StartTestSetGenerationCommandInput, StartTestSetGenerationCommandOutput } from "./commands/StartTestSetGenerationCommand";
|
|
96
|
-
import { StopBotAnalyzerCommandInput, StopBotAnalyzerCommandOutput } from "./commands/StopBotAnalyzerCommand";
|
|
97
|
-
import { StopBotRecommendationCommandInput, StopBotRecommendationCommandOutput } from "./commands/StopBotRecommendationCommand";
|
|
98
|
-
import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
|
|
99
|
-
import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
|
|
100
|
-
import { UpdateBotAliasCommandInput, UpdateBotAliasCommandOutput } from "./commands/UpdateBotAliasCommand";
|
|
101
|
-
import { UpdateBotCommandInput, UpdateBotCommandOutput } from "./commands/UpdateBotCommand";
|
|
102
|
-
import { UpdateBotLocaleCommandInput, UpdateBotLocaleCommandOutput } from "./commands/UpdateBotLocaleCommand";
|
|
103
|
-
import { UpdateBotRecommendationCommandInput, UpdateBotRecommendationCommandOutput } from "./commands/UpdateBotRecommendationCommand";
|
|
104
|
-
import { UpdateExportCommandInput, UpdateExportCommandOutput } from "./commands/UpdateExportCommand";
|
|
105
|
-
import { UpdateIntentCommandInput, UpdateIntentCommandOutput } from "./commands/UpdateIntentCommand";
|
|
106
|
-
import { UpdateResourcePolicyCommandInput, UpdateResourcePolicyCommandOutput } from "./commands/UpdateResourcePolicyCommand";
|
|
107
|
-
import { UpdateSlotCommandInput, UpdateSlotCommandOutput } from "./commands/UpdateSlotCommand";
|
|
108
|
-
import { UpdateSlotTypeCommandInput, UpdateSlotTypeCommandOutput } from "./commands/UpdateSlotTypeCommand";
|
|
109
|
-
import { UpdateTestSetCommandInput, UpdateTestSetCommandOutput } from "./commands/UpdateTestSetCommand";
|
|
3
|
+
import { type BatchCreateCustomVocabularyItemCommandInput, type BatchCreateCustomVocabularyItemCommandOutput } from "./commands/BatchCreateCustomVocabularyItemCommand";
|
|
4
|
+
import { type BatchDeleteCustomVocabularyItemCommandInput, type BatchDeleteCustomVocabularyItemCommandOutput } from "./commands/BatchDeleteCustomVocabularyItemCommand";
|
|
5
|
+
import { type BatchUpdateCustomVocabularyItemCommandInput, type BatchUpdateCustomVocabularyItemCommandOutput } from "./commands/BatchUpdateCustomVocabularyItemCommand";
|
|
6
|
+
import { type BuildBotLocaleCommandInput, type BuildBotLocaleCommandOutput } from "./commands/BuildBotLocaleCommand";
|
|
7
|
+
import { type CreateBotAliasCommandInput, type CreateBotAliasCommandOutput } from "./commands/CreateBotAliasCommand";
|
|
8
|
+
import { type CreateBotCommandInput, type CreateBotCommandOutput } from "./commands/CreateBotCommand";
|
|
9
|
+
import { type CreateBotLocaleCommandInput, type CreateBotLocaleCommandOutput } from "./commands/CreateBotLocaleCommand";
|
|
10
|
+
import { type CreateBotReplicaCommandInput, type CreateBotReplicaCommandOutput } from "./commands/CreateBotReplicaCommand";
|
|
11
|
+
import { type CreateBotVersionCommandInput, type CreateBotVersionCommandOutput } from "./commands/CreateBotVersionCommand";
|
|
12
|
+
import { type CreateExportCommandInput, type CreateExportCommandOutput } from "./commands/CreateExportCommand";
|
|
13
|
+
import { type CreateIntentCommandInput, type CreateIntentCommandOutput } from "./commands/CreateIntentCommand";
|
|
14
|
+
import { type CreateResourcePolicyCommandInput, type CreateResourcePolicyCommandOutput } from "./commands/CreateResourcePolicyCommand";
|
|
15
|
+
import { type CreateResourcePolicyStatementCommandInput, type CreateResourcePolicyStatementCommandOutput } from "./commands/CreateResourcePolicyStatementCommand";
|
|
16
|
+
import { type CreateSlotCommandInput, type CreateSlotCommandOutput } from "./commands/CreateSlotCommand";
|
|
17
|
+
import { type CreateSlotTypeCommandInput, type CreateSlotTypeCommandOutput } from "./commands/CreateSlotTypeCommand";
|
|
18
|
+
import { type CreateTestSetDiscrepancyReportCommandInput, type CreateTestSetDiscrepancyReportCommandOutput } from "./commands/CreateTestSetDiscrepancyReportCommand";
|
|
19
|
+
import { type CreateUploadUrlCommandInput, type CreateUploadUrlCommandOutput } from "./commands/CreateUploadUrlCommand";
|
|
20
|
+
import { type DeleteBotAliasCommandInput, type DeleteBotAliasCommandOutput } from "./commands/DeleteBotAliasCommand";
|
|
21
|
+
import { type DeleteBotAnalyzerRecommendationCommandInput, type DeleteBotAnalyzerRecommendationCommandOutput } from "./commands/DeleteBotAnalyzerRecommendationCommand";
|
|
22
|
+
import { type DeleteBotCommandInput, type DeleteBotCommandOutput } from "./commands/DeleteBotCommand";
|
|
23
|
+
import { type DeleteBotLocaleCommandInput, type DeleteBotLocaleCommandOutput } from "./commands/DeleteBotLocaleCommand";
|
|
24
|
+
import { type DeleteBotReplicaCommandInput, type DeleteBotReplicaCommandOutput } from "./commands/DeleteBotReplicaCommand";
|
|
25
|
+
import { type DeleteBotVersionCommandInput, type DeleteBotVersionCommandOutput } from "./commands/DeleteBotVersionCommand";
|
|
26
|
+
import { type DeleteCustomVocabularyCommandInput, type DeleteCustomVocabularyCommandOutput } from "./commands/DeleteCustomVocabularyCommand";
|
|
27
|
+
import { type DeleteExportCommandInput, type DeleteExportCommandOutput } from "./commands/DeleteExportCommand";
|
|
28
|
+
import { type DeleteImportCommandInput, type DeleteImportCommandOutput } from "./commands/DeleteImportCommand";
|
|
29
|
+
import { type DeleteIntentCommandInput, type DeleteIntentCommandOutput } from "./commands/DeleteIntentCommand";
|
|
30
|
+
import { type DeleteResourcePolicyCommandInput, type DeleteResourcePolicyCommandOutput } from "./commands/DeleteResourcePolicyCommand";
|
|
31
|
+
import { type DeleteResourcePolicyStatementCommandInput, type DeleteResourcePolicyStatementCommandOutput } from "./commands/DeleteResourcePolicyStatementCommand";
|
|
32
|
+
import { type DeleteSlotCommandInput, type DeleteSlotCommandOutput } from "./commands/DeleteSlotCommand";
|
|
33
|
+
import { type DeleteSlotTypeCommandInput, type DeleteSlotTypeCommandOutput } from "./commands/DeleteSlotTypeCommand";
|
|
34
|
+
import { type DeleteTestSetCommandInput, type DeleteTestSetCommandOutput } from "./commands/DeleteTestSetCommand";
|
|
35
|
+
import { type DeleteUtterancesCommandInput, type DeleteUtterancesCommandOutput } from "./commands/DeleteUtterancesCommand";
|
|
36
|
+
import { type DescribeBotAliasCommandInput, type DescribeBotAliasCommandOutput } from "./commands/DescribeBotAliasCommand";
|
|
37
|
+
import { type DescribeBotAnalyzerRecommendationCommandInput, type DescribeBotAnalyzerRecommendationCommandOutput } from "./commands/DescribeBotAnalyzerRecommendationCommand";
|
|
38
|
+
import { type DescribeBotCommandInput, type DescribeBotCommandOutput } from "./commands/DescribeBotCommand";
|
|
39
|
+
import { type DescribeBotLocaleCommandInput, type DescribeBotLocaleCommandOutput } from "./commands/DescribeBotLocaleCommand";
|
|
40
|
+
import { type DescribeBotRecommendationCommandInput, type DescribeBotRecommendationCommandOutput } from "./commands/DescribeBotRecommendationCommand";
|
|
41
|
+
import { type DescribeBotReplicaCommandInput, type DescribeBotReplicaCommandOutput } from "./commands/DescribeBotReplicaCommand";
|
|
42
|
+
import { type DescribeBotResourceGenerationCommandInput, type DescribeBotResourceGenerationCommandOutput } from "./commands/DescribeBotResourceGenerationCommand";
|
|
43
|
+
import { type DescribeBotVersionCommandInput, type DescribeBotVersionCommandOutput } from "./commands/DescribeBotVersionCommand";
|
|
44
|
+
import { type DescribeCustomVocabularyMetadataCommandInput, type DescribeCustomVocabularyMetadataCommandOutput } from "./commands/DescribeCustomVocabularyMetadataCommand";
|
|
45
|
+
import { type DescribeExportCommandInput, type DescribeExportCommandOutput } from "./commands/DescribeExportCommand";
|
|
46
|
+
import { type DescribeImportCommandInput, type DescribeImportCommandOutput } from "./commands/DescribeImportCommand";
|
|
47
|
+
import { type DescribeIntentCommandInput, type DescribeIntentCommandOutput } from "./commands/DescribeIntentCommand";
|
|
48
|
+
import { type DescribeResourcePolicyCommandInput, type DescribeResourcePolicyCommandOutput } from "./commands/DescribeResourcePolicyCommand";
|
|
49
|
+
import { type DescribeSlotCommandInput, type DescribeSlotCommandOutput } from "./commands/DescribeSlotCommand";
|
|
50
|
+
import { type DescribeSlotTypeCommandInput, type DescribeSlotTypeCommandOutput } from "./commands/DescribeSlotTypeCommand";
|
|
51
|
+
import { type DescribeTestExecutionCommandInput, type DescribeTestExecutionCommandOutput } from "./commands/DescribeTestExecutionCommand";
|
|
52
|
+
import { type DescribeTestSetCommandInput, type DescribeTestSetCommandOutput } from "./commands/DescribeTestSetCommand";
|
|
53
|
+
import { type DescribeTestSetDiscrepancyReportCommandInput, type DescribeTestSetDiscrepancyReportCommandOutput } from "./commands/DescribeTestSetDiscrepancyReportCommand";
|
|
54
|
+
import { type DescribeTestSetGenerationCommandInput, type DescribeTestSetGenerationCommandOutput } from "./commands/DescribeTestSetGenerationCommand";
|
|
55
|
+
import { type GenerateBotElementCommandInput, type GenerateBotElementCommandOutput } from "./commands/GenerateBotElementCommand";
|
|
56
|
+
import { type GetTestExecutionArtifactsUrlCommandInput, type GetTestExecutionArtifactsUrlCommandOutput } from "./commands/GetTestExecutionArtifactsUrlCommand";
|
|
57
|
+
import { type ListAggregatedUtterancesCommandInput, type ListAggregatedUtterancesCommandOutput } from "./commands/ListAggregatedUtterancesCommand";
|
|
58
|
+
import { type ListBotAliasesCommandInput, type ListBotAliasesCommandOutput } from "./commands/ListBotAliasesCommand";
|
|
59
|
+
import { type ListBotAliasReplicasCommandInput, type ListBotAliasReplicasCommandOutput } from "./commands/ListBotAliasReplicasCommand";
|
|
60
|
+
import { type ListBotAnalyzerHistoryCommandInput, type ListBotAnalyzerHistoryCommandOutput } from "./commands/ListBotAnalyzerHistoryCommand";
|
|
61
|
+
import { type ListBotLocalesCommandInput, type ListBotLocalesCommandOutput } from "./commands/ListBotLocalesCommand";
|
|
62
|
+
import { type ListBotRecommendationsCommandInput, type ListBotRecommendationsCommandOutput } from "./commands/ListBotRecommendationsCommand";
|
|
63
|
+
import { type ListBotReplicasCommandInput, type ListBotReplicasCommandOutput } from "./commands/ListBotReplicasCommand";
|
|
64
|
+
import { type ListBotResourceGenerationsCommandInput, type ListBotResourceGenerationsCommandOutput } from "./commands/ListBotResourceGenerationsCommand";
|
|
65
|
+
import { type ListBotsCommandInput, type ListBotsCommandOutput } from "./commands/ListBotsCommand";
|
|
66
|
+
import { type ListBotVersionReplicasCommandInput, type ListBotVersionReplicasCommandOutput } from "./commands/ListBotVersionReplicasCommand";
|
|
67
|
+
import { type ListBotVersionsCommandInput, type ListBotVersionsCommandOutput } from "./commands/ListBotVersionsCommand";
|
|
68
|
+
import { type ListBuiltInIntentsCommandInput, type ListBuiltInIntentsCommandOutput } from "./commands/ListBuiltInIntentsCommand";
|
|
69
|
+
import { type ListBuiltInSlotTypesCommandInput, type ListBuiltInSlotTypesCommandOutput } from "./commands/ListBuiltInSlotTypesCommand";
|
|
70
|
+
import { type ListCustomVocabularyItemsCommandInput, type ListCustomVocabularyItemsCommandOutput } from "./commands/ListCustomVocabularyItemsCommand";
|
|
71
|
+
import { type ListExportsCommandInput, type ListExportsCommandOutput } from "./commands/ListExportsCommand";
|
|
72
|
+
import { type ListImportsCommandInput, type ListImportsCommandOutput } from "./commands/ListImportsCommand";
|
|
73
|
+
import { type ListIntentMetricsCommandInput, type ListIntentMetricsCommandOutput } from "./commands/ListIntentMetricsCommand";
|
|
74
|
+
import { type ListIntentPathsCommandInput, type ListIntentPathsCommandOutput } from "./commands/ListIntentPathsCommand";
|
|
75
|
+
import { type ListIntentsCommandInput, type ListIntentsCommandOutput } from "./commands/ListIntentsCommand";
|
|
76
|
+
import { type ListIntentStageMetricsCommandInput, type ListIntentStageMetricsCommandOutput } from "./commands/ListIntentStageMetricsCommand";
|
|
77
|
+
import { type ListRecommendedIntentsCommandInput, type ListRecommendedIntentsCommandOutput } from "./commands/ListRecommendedIntentsCommand";
|
|
78
|
+
import { type ListSessionAnalyticsDataCommandInput, type ListSessionAnalyticsDataCommandOutput } from "./commands/ListSessionAnalyticsDataCommand";
|
|
79
|
+
import { type ListSessionMetricsCommandInput, type ListSessionMetricsCommandOutput } from "./commands/ListSessionMetricsCommand";
|
|
80
|
+
import { type ListSlotsCommandInput, type ListSlotsCommandOutput } from "./commands/ListSlotsCommand";
|
|
81
|
+
import { type ListSlotTypesCommandInput, type ListSlotTypesCommandOutput } from "./commands/ListSlotTypesCommand";
|
|
82
|
+
import { type ListTagsForResourceCommandInput, type ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
|
|
83
|
+
import { type ListTestExecutionResultItemsCommandInput, type ListTestExecutionResultItemsCommandOutput } from "./commands/ListTestExecutionResultItemsCommand";
|
|
84
|
+
import { type ListTestExecutionsCommandInput, type ListTestExecutionsCommandOutput } from "./commands/ListTestExecutionsCommand";
|
|
85
|
+
import { type ListTestSetRecordsCommandInput, type ListTestSetRecordsCommandOutput } from "./commands/ListTestSetRecordsCommand";
|
|
86
|
+
import { type ListTestSetsCommandInput, type ListTestSetsCommandOutput } from "./commands/ListTestSetsCommand";
|
|
87
|
+
import { type ListUtteranceAnalyticsDataCommandInput, type ListUtteranceAnalyticsDataCommandOutput } from "./commands/ListUtteranceAnalyticsDataCommand";
|
|
88
|
+
import { type ListUtteranceMetricsCommandInput, type ListUtteranceMetricsCommandOutput } from "./commands/ListUtteranceMetricsCommand";
|
|
89
|
+
import { type SearchAssociatedTranscriptsCommandInput, type SearchAssociatedTranscriptsCommandOutput } from "./commands/SearchAssociatedTranscriptsCommand";
|
|
90
|
+
import { type StartBotAnalyzerCommandInput, type StartBotAnalyzerCommandOutput } from "./commands/StartBotAnalyzerCommand";
|
|
91
|
+
import { type StartBotRecommendationCommandInput, type StartBotRecommendationCommandOutput } from "./commands/StartBotRecommendationCommand";
|
|
92
|
+
import { type StartBotResourceGenerationCommandInput, type StartBotResourceGenerationCommandOutput } from "./commands/StartBotResourceGenerationCommand";
|
|
93
|
+
import { type StartImportCommandInput, type StartImportCommandOutput } from "./commands/StartImportCommand";
|
|
94
|
+
import { type StartTestExecutionCommandInput, type StartTestExecutionCommandOutput } from "./commands/StartTestExecutionCommand";
|
|
95
|
+
import { type StartTestSetGenerationCommandInput, type StartTestSetGenerationCommandOutput } from "./commands/StartTestSetGenerationCommand";
|
|
96
|
+
import { type StopBotAnalyzerCommandInput, type StopBotAnalyzerCommandOutput } from "./commands/StopBotAnalyzerCommand";
|
|
97
|
+
import { type StopBotRecommendationCommandInput, type StopBotRecommendationCommandOutput } from "./commands/StopBotRecommendationCommand";
|
|
98
|
+
import { type TagResourceCommandInput, type TagResourceCommandOutput } from "./commands/TagResourceCommand";
|
|
99
|
+
import { type UntagResourceCommandInput, type UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
|
|
100
|
+
import { type UpdateBotAliasCommandInput, type UpdateBotAliasCommandOutput } from "./commands/UpdateBotAliasCommand";
|
|
101
|
+
import { type UpdateBotCommandInput, type UpdateBotCommandOutput } from "./commands/UpdateBotCommand";
|
|
102
|
+
import { type UpdateBotLocaleCommandInput, type UpdateBotLocaleCommandOutput } from "./commands/UpdateBotLocaleCommand";
|
|
103
|
+
import { type UpdateBotRecommendationCommandInput, type UpdateBotRecommendationCommandOutput } from "./commands/UpdateBotRecommendationCommand";
|
|
104
|
+
import { type UpdateExportCommandInput, type UpdateExportCommandOutput } from "./commands/UpdateExportCommand";
|
|
105
|
+
import { type UpdateIntentCommandInput, type UpdateIntentCommandOutput } from "./commands/UpdateIntentCommand";
|
|
106
|
+
import { type UpdateResourcePolicyCommandInput, type UpdateResourcePolicyCommandOutput } from "./commands/UpdateResourcePolicyCommand";
|
|
107
|
+
import { type UpdateSlotCommandInput, type UpdateSlotCommandOutput } from "./commands/UpdateSlotCommand";
|
|
108
|
+
import { type UpdateSlotTypeCommandInput, type UpdateSlotTypeCommandOutput } from "./commands/UpdateSlotTypeCommand";
|
|
109
|
+
import { type UpdateTestSetCommandInput, type UpdateTestSetCommandOutput } from "./commands/UpdateTestSetCommand";
|
|
110
110
|
import { LexModelsV2Client } from "./LexModelsV2Client";
|
|
111
111
|
export interface LexModelsV2 {
|
|
112
112
|
/**
|