@aws-sdk/client-lex-models-v2 3.279.0 → 3.282.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 +571 -0
- package/dist-types/commands/BatchCreateCustomVocabularyItemCommand.d.ts +6 -0
- package/dist-types/commands/BatchDeleteCustomVocabularyItemCommand.d.ts +6 -0
- package/dist-types/commands/BatchUpdateCustomVocabularyItemCommand.d.ts +6 -0
- package/dist-types/commands/BuildBotLocaleCommand.d.ts +6 -0
- package/dist-types/commands/CreateBotAliasCommand.d.ts +6 -0
- package/dist-types/commands/CreateBotCommand.d.ts +6 -0
- package/dist-types/commands/CreateBotLocaleCommand.d.ts +6 -0
- package/dist-types/commands/CreateBotVersionCommand.d.ts +6 -0
- package/dist-types/commands/CreateExportCommand.d.ts +6 -0
- package/dist-types/commands/CreateIntentCommand.d.ts +6 -0
- package/dist-types/commands/CreateResourcePolicyCommand.d.ts +6 -0
- package/dist-types/commands/CreateResourcePolicyStatementCommand.d.ts +6 -0
- package/dist-types/commands/CreateSlotCommand.d.ts +6 -0
- package/dist-types/commands/CreateSlotTypeCommand.d.ts +6 -0
- package/dist-types/commands/CreateUploadUrlCommand.d.ts +6 -0
- package/dist-types/commands/DeleteBotAliasCommand.d.ts +6 -0
- package/dist-types/commands/DeleteBotCommand.d.ts +6 -0
- package/dist-types/commands/DeleteBotLocaleCommand.d.ts +6 -0
- package/dist-types/commands/DeleteBotVersionCommand.d.ts +6 -0
- package/dist-types/commands/DeleteCustomVocabularyCommand.d.ts +6 -0
- package/dist-types/commands/DeleteExportCommand.d.ts +6 -0
- package/dist-types/commands/DeleteImportCommand.d.ts +6 -0
- package/dist-types/commands/DeleteIntentCommand.d.ts +6 -0
- package/dist-types/commands/DeleteResourcePolicyCommand.d.ts +6 -0
- package/dist-types/commands/DeleteResourcePolicyStatementCommand.d.ts +6 -0
- package/dist-types/commands/DeleteSlotCommand.d.ts +6 -0
- package/dist-types/commands/DeleteSlotTypeCommand.d.ts +6 -0
- package/dist-types/commands/DeleteUtterancesCommand.d.ts +6 -0
- package/dist-types/commands/DescribeBotAliasCommand.d.ts +6 -0
- package/dist-types/commands/DescribeBotCommand.d.ts +6 -0
- package/dist-types/commands/DescribeBotLocaleCommand.d.ts +6 -0
- package/dist-types/commands/DescribeBotRecommendationCommand.d.ts +6 -0
- package/dist-types/commands/DescribeBotVersionCommand.d.ts +6 -0
- package/dist-types/commands/DescribeCustomVocabularyMetadataCommand.d.ts +6 -0
- package/dist-types/commands/DescribeExportCommand.d.ts +6 -0
- package/dist-types/commands/DescribeImportCommand.d.ts +6 -0
- package/dist-types/commands/DescribeIntentCommand.d.ts +6 -0
- package/dist-types/commands/DescribeResourcePolicyCommand.d.ts +6 -0
- package/dist-types/commands/DescribeSlotCommand.d.ts +6 -0
- package/dist-types/commands/DescribeSlotTypeCommand.d.ts +6 -0
- package/dist-types/commands/ListAggregatedUtterancesCommand.d.ts +6 -0
- package/dist-types/commands/ListBotAliasesCommand.d.ts +6 -0
- package/dist-types/commands/ListBotLocalesCommand.d.ts +6 -0
- package/dist-types/commands/ListBotRecommendationsCommand.d.ts +6 -0
- package/dist-types/commands/ListBotVersionsCommand.d.ts +6 -0
- package/dist-types/commands/ListBotsCommand.d.ts +6 -0
- package/dist-types/commands/ListBuiltInIntentsCommand.d.ts +6 -0
- package/dist-types/commands/ListBuiltInSlotTypesCommand.d.ts +6 -0
- package/dist-types/commands/ListCustomVocabularyItemsCommand.d.ts +6 -0
- package/dist-types/commands/ListExportsCommand.d.ts +6 -0
- package/dist-types/commands/ListImportsCommand.d.ts +6 -0
- package/dist-types/commands/ListIntentsCommand.d.ts +6 -0
- package/dist-types/commands/ListRecommendedIntentsCommand.d.ts +6 -0
- package/dist-types/commands/ListSlotTypesCommand.d.ts +6 -0
- package/dist-types/commands/ListSlotsCommand.d.ts +6 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -0
- package/dist-types/commands/SearchAssociatedTranscriptsCommand.d.ts +6 -0
- package/dist-types/commands/StartBotRecommendationCommand.d.ts +6 -0
- package/dist-types/commands/StartImportCommand.d.ts +6 -0
- package/dist-types/commands/StopBotRecommendationCommand.d.ts +6 -0
- package/dist-types/commands/TagResourceCommand.d.ts +6 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +6 -0
- package/dist-types/commands/UpdateBotAliasCommand.d.ts +6 -0
- package/dist-types/commands/UpdateBotCommand.d.ts +6 -0
- package/dist-types/commands/UpdateBotLocaleCommand.d.ts +6 -0
- package/dist-types/commands/UpdateBotRecommendationCommand.d.ts +6 -0
- package/dist-types/commands/UpdateExportCommand.d.ts +6 -0
- package/dist-types/commands/UpdateIntentCommand.d.ts +6 -0
- package/dist-types/commands/UpdateResourcePolicyCommand.d.ts +6 -0
- package/dist-types/commands/UpdateSlotCommand.d.ts +6 -0
- package/dist-types/commands/UpdateSlotTypeCommand.d.ts +6 -0
- package/package.json +17 -17
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { LexModelsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LexModelsV2Client";
|
|
5
5
|
import { BuildBotLocaleRequest, BuildBotLocaleResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link BuildBotLocaleCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface BuildBotLocaleCommandInput extends BuildBotLocaleRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link BuildBotLocaleCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface BuildBotLocaleCommandOutput extends BuildBotLocaleResponse, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { LexModelsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LexModelsV2Client";
|
|
5
5
|
import { CreateBotAliasRequest, CreateBotAliasResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link CreateBotAliasCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface CreateBotAliasCommandInput extends CreateBotAliasRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link CreateBotAliasCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface CreateBotAliasCommandOutput extends CreateBotAliasResponse, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { LexModelsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LexModelsV2Client";
|
|
5
5
|
import { CreateBotRequest, CreateBotResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link CreateBotCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface CreateBotCommandInput extends CreateBotRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link CreateBotCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface CreateBotCommandOutput extends CreateBotResponse, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { LexModelsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LexModelsV2Client";
|
|
5
5
|
import { CreateBotLocaleRequest, CreateBotLocaleResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link CreateBotLocaleCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface CreateBotLocaleCommandInput extends CreateBotLocaleRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link CreateBotLocaleCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface CreateBotLocaleCommandOutput extends CreateBotLocaleResponse, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { LexModelsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LexModelsV2Client";
|
|
5
5
|
import { CreateBotVersionRequest, CreateBotVersionResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link CreateBotVersionCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface CreateBotVersionCommandInput extends CreateBotVersionRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link CreateBotVersionCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface CreateBotVersionCommandOutput extends CreateBotVersionResponse, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { LexModelsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LexModelsV2Client";
|
|
5
5
|
import { CreateExportRequest, CreateExportResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link CreateExportCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface CreateExportCommandInput extends CreateExportRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link CreateExportCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface CreateExportCommandOutput extends CreateExportResponse, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { LexModelsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LexModelsV2Client";
|
|
5
5
|
import { CreateIntentRequest, CreateIntentResponse } from "../models/models_1";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link CreateIntentCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface CreateIntentCommandInput extends CreateIntentRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link CreateIntentCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface CreateIntentCommandOutput extends CreateIntentResponse, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { LexModelsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LexModelsV2Client";
|
|
5
5
|
import { CreateResourcePolicyRequest, CreateResourcePolicyResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link CreateResourcePolicyCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface CreateResourcePolicyCommandInput extends CreateResourcePolicyRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link CreateResourcePolicyCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface CreateResourcePolicyCommandOutput extends CreateResourcePolicyResponse, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { LexModelsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LexModelsV2Client";
|
|
5
5
|
import { CreateResourcePolicyStatementRequest, CreateResourcePolicyStatementResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link CreateResourcePolicyStatementCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface CreateResourcePolicyStatementCommandInput extends CreateResourcePolicyStatementRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link CreateResourcePolicyStatementCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface CreateResourcePolicyStatementCommandOutput extends CreateResourcePolicyStatementResponse, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { LexModelsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LexModelsV2Client";
|
|
5
5
|
import { CreateSlotRequest, CreateSlotResponse } from "../models/models_1";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link CreateSlotCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface CreateSlotCommandInput extends CreateSlotRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link CreateSlotCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface CreateSlotCommandOutput extends CreateSlotResponse, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { LexModelsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LexModelsV2Client";
|
|
5
5
|
import { CreateSlotTypeRequest, CreateSlotTypeResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link CreateSlotTypeCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface CreateSlotTypeCommandInput extends CreateSlotTypeRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link CreateSlotTypeCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface CreateSlotTypeCommandOutput extends CreateSlotTypeResponse, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { LexModelsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LexModelsV2Client";
|
|
5
5
|
import { CreateUploadUrlRequest, CreateUploadUrlResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link CreateUploadUrlCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface CreateUploadUrlCommandInput extends CreateUploadUrlRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link CreateUploadUrlCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface CreateUploadUrlCommandOutput extends CreateUploadUrlResponse, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { LexModelsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LexModelsV2Client";
|
|
5
5
|
import { DeleteBotAliasRequest, DeleteBotAliasResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link DeleteBotAliasCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface DeleteBotAliasCommandInput extends DeleteBotAliasRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link DeleteBotAliasCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface DeleteBotAliasCommandOutput extends DeleteBotAliasResponse, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { LexModelsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LexModelsV2Client";
|
|
5
5
|
import { DeleteBotRequest, DeleteBotResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link DeleteBotCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface DeleteBotCommandInput extends DeleteBotRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link DeleteBotCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface DeleteBotCommandOutput extends DeleteBotResponse, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { LexModelsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LexModelsV2Client";
|
|
5
5
|
import { DeleteBotLocaleRequest, DeleteBotLocaleResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link DeleteBotLocaleCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface DeleteBotLocaleCommandInput extends DeleteBotLocaleRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link DeleteBotLocaleCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface DeleteBotLocaleCommandOutput extends DeleteBotLocaleResponse, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { LexModelsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LexModelsV2Client";
|
|
5
5
|
import { DeleteBotVersionRequest, DeleteBotVersionResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link DeleteBotVersionCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface DeleteBotVersionCommandInput extends DeleteBotVersionRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link DeleteBotVersionCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface DeleteBotVersionCommandOutput extends DeleteBotVersionResponse, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { LexModelsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LexModelsV2Client";
|
|
5
5
|
import { DeleteCustomVocabularyRequest, DeleteCustomVocabularyResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link DeleteCustomVocabularyCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface DeleteCustomVocabularyCommandInput extends DeleteCustomVocabularyRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link DeleteCustomVocabularyCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface DeleteCustomVocabularyCommandOutput extends DeleteCustomVocabularyResponse, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { LexModelsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LexModelsV2Client";
|
|
5
5
|
import { DeleteExportRequest, DeleteExportResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link DeleteExportCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface DeleteExportCommandInput extends DeleteExportRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link DeleteExportCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface DeleteExportCommandOutput extends DeleteExportResponse, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { LexModelsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LexModelsV2Client";
|
|
5
5
|
import { DeleteImportRequest, DeleteImportResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link DeleteImportCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface DeleteImportCommandInput extends DeleteImportRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link DeleteImportCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface DeleteImportCommandOutput extends DeleteImportResponse, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { LexModelsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LexModelsV2Client";
|
|
5
5
|
import { DeleteIntentRequest } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link DeleteIntentCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface DeleteIntentCommandInput extends DeleteIntentRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link DeleteIntentCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface DeleteIntentCommandOutput extends __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { LexModelsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LexModelsV2Client";
|
|
5
5
|
import { DeleteResourcePolicyRequest, DeleteResourcePolicyResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link DeleteResourcePolicyCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface DeleteResourcePolicyCommandInput extends DeleteResourcePolicyRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link DeleteResourcePolicyCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface DeleteResourcePolicyCommandOutput extends DeleteResourcePolicyResponse, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { LexModelsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LexModelsV2Client";
|
|
5
5
|
import { DeleteResourcePolicyStatementRequest, DeleteResourcePolicyStatementResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link DeleteResourcePolicyStatementCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface DeleteResourcePolicyStatementCommandInput extends DeleteResourcePolicyStatementRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link DeleteResourcePolicyStatementCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface DeleteResourcePolicyStatementCommandOutput extends DeleteResourcePolicyStatementResponse, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { LexModelsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LexModelsV2Client";
|
|
5
5
|
import { DeleteSlotRequest } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link DeleteSlotCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface DeleteSlotCommandInput extends DeleteSlotRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link DeleteSlotCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface DeleteSlotCommandOutput extends __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { LexModelsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LexModelsV2Client";
|
|
5
5
|
import { DeleteSlotTypeRequest } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link DeleteSlotTypeCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface DeleteSlotTypeCommandInput extends DeleteSlotTypeRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link DeleteSlotTypeCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface DeleteSlotTypeCommandOutput extends __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { LexModelsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LexModelsV2Client";
|
|
5
5
|
import { DeleteUtterancesRequest, DeleteUtterancesResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link DeleteUtterancesCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface DeleteUtterancesCommandInput extends DeleteUtterancesRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link DeleteUtterancesCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface DeleteUtterancesCommandOutput extends DeleteUtterancesResponse, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { LexModelsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LexModelsV2Client";
|
|
5
5
|
import { DescribeBotAliasRequest, DescribeBotAliasResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link DescribeBotAliasCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface DescribeBotAliasCommandInput extends DescribeBotAliasRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link DescribeBotAliasCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface DescribeBotAliasCommandOutput extends DescribeBotAliasResponse, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { LexModelsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LexModelsV2Client";
|
|
5
5
|
import { DescribeBotRequest, DescribeBotResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link DescribeBotCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface DescribeBotCommandInput extends DescribeBotRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link DescribeBotCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface DescribeBotCommandOutput extends DescribeBotResponse, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { LexModelsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LexModelsV2Client";
|
|
5
5
|
import { DescribeBotLocaleRequest, DescribeBotLocaleResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link DescribeBotLocaleCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface DescribeBotLocaleCommandInput extends DescribeBotLocaleRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link DescribeBotLocaleCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface DescribeBotLocaleCommandOutput extends DescribeBotLocaleResponse, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { LexModelsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LexModelsV2Client";
|
|
5
5
|
import { DescribeBotRecommendationRequest, DescribeBotRecommendationResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link DescribeBotRecommendationCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface DescribeBotRecommendationCommandInput extends DescribeBotRecommendationRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link DescribeBotRecommendationCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface DescribeBotRecommendationCommandOutput extends DescribeBotRecommendationResponse, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { LexModelsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LexModelsV2Client";
|
|
5
5
|
import { DescribeBotVersionRequest, DescribeBotVersionResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link DescribeBotVersionCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface DescribeBotVersionCommandInput extends DescribeBotVersionRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link DescribeBotVersionCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface DescribeBotVersionCommandOutput extends DescribeBotVersionResponse, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { LexModelsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LexModelsV2Client";
|
|
5
5
|
import { DescribeCustomVocabularyMetadataRequest, DescribeCustomVocabularyMetadataResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link DescribeCustomVocabularyMetadataCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface DescribeCustomVocabularyMetadataCommandInput extends DescribeCustomVocabularyMetadataRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link DescribeCustomVocabularyMetadataCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface DescribeCustomVocabularyMetadataCommandOutput extends DescribeCustomVocabularyMetadataResponse, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { LexModelsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LexModelsV2Client";
|
|
5
5
|
import { DescribeExportRequest, DescribeExportResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link DescribeExportCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface DescribeExportCommandInput extends DescribeExportRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link DescribeExportCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface DescribeExportCommandOutput extends DescribeExportResponse, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { LexModelsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LexModelsV2Client";
|
|
5
5
|
import { DescribeImportRequest, DescribeImportResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link DescribeImportCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface DescribeImportCommandInput extends DescribeImportRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link DescribeImportCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface DescribeImportCommandOutput extends DescribeImportResponse, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -4,8 +4,14 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { LexModelsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LexModelsV2Client";
|
|
5
5
|
import { DescribeIntentRequest } from "../models/models_0";
|
|
6
6
|
import { DescribeIntentResponse } from "../models/models_1";
|
|
7
|
+
/**
|
|
8
|
+
* The input for {@link DescribeIntentCommand}.
|
|
9
|
+
*/
|
|
7
10
|
export interface DescribeIntentCommandInput extends DescribeIntentRequest {
|
|
8
11
|
}
|
|
12
|
+
/**
|
|
13
|
+
* The output of {@link DescribeIntentCommand}.
|
|
14
|
+
*/
|
|
9
15
|
export interface DescribeIntentCommandOutput extends DescribeIntentResponse, __MetadataBearer {
|
|
10
16
|
}
|
|
11
17
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { LexModelsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LexModelsV2Client";
|
|
5
5
|
import { DescribeResourcePolicyRequest, DescribeResourcePolicyResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link DescribeResourcePolicyCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface DescribeResourcePolicyCommandInput extends DescribeResourcePolicyRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link DescribeResourcePolicyCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface DescribeResourcePolicyCommandOutput extends DescribeResourcePolicyResponse, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -4,8 +4,14 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { LexModelsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LexModelsV2Client";
|
|
5
5
|
import { DescribeSlotRequest } from "../models/models_0";
|
|
6
6
|
import { DescribeSlotResponse } from "../models/models_1";
|
|
7
|
+
/**
|
|
8
|
+
* The input for {@link DescribeSlotCommand}.
|
|
9
|
+
*/
|
|
7
10
|
export interface DescribeSlotCommandInput extends DescribeSlotRequest {
|
|
8
11
|
}
|
|
12
|
+
/**
|
|
13
|
+
* The output of {@link DescribeSlotCommand}.
|
|
14
|
+
*/
|
|
9
15
|
export interface DescribeSlotCommandOutput extends DescribeSlotResponse, __MetadataBearer {
|
|
10
16
|
}
|
|
11
17
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { LexModelsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LexModelsV2Client";
|
|
5
5
|
import { DescribeSlotTypeRequest, DescribeSlotTypeResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link DescribeSlotTypeCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface DescribeSlotTypeCommandInput extends DescribeSlotTypeRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link DescribeSlotTypeCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface DescribeSlotTypeCommandOutput extends DescribeSlotTypeResponse, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { LexModelsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LexModelsV2Client";
|
|
5
5
|
import { ListAggregatedUtterancesRequest, ListAggregatedUtterancesResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link ListAggregatedUtterancesCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface ListAggregatedUtterancesCommandInput extends ListAggregatedUtterancesRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link ListAggregatedUtterancesCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface ListAggregatedUtterancesCommandOutput extends ListAggregatedUtterancesResponse, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { LexModelsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LexModelsV2Client";
|
|
5
5
|
import { ListBotAliasesRequest, ListBotAliasesResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link ListBotAliasesCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface ListBotAliasesCommandInput extends ListBotAliasesRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link ListBotAliasesCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface ListBotAliasesCommandOutput extends ListBotAliasesResponse, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|