@aws-sdk/client-lex-models-v2 3.169.0 → 3.171.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/CHANGELOG.md +16 -0
- package/dist-types/ts3.4/LexModelsV2.d.ts +1143 -340
- package/dist-types/ts3.4/LexModelsV2Client.d.ts +506 -140
- package/dist-types/ts3.4/commands/BuildBotLocaleCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/CreateBotAliasCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/CreateBotCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/CreateBotLocaleCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/CreateBotVersionCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/CreateExportCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/CreateIntentCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/CreateResourcePolicyCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CreateResourcePolicyStatementCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CreateSlotCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/CreateSlotTypeCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/CreateUploadUrlCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DeleteBotAliasCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DeleteBotCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DeleteBotLocaleCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DeleteBotVersionCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DeleteCustomVocabularyCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DeleteExportCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DeleteImportCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DeleteIntentCommand.d.ts +30 -17
- package/dist-types/ts3.4/commands/DeleteResourcePolicyCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DeleteResourcePolicyStatementCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DeleteSlotCommand.d.ts +30 -17
- package/dist-types/ts3.4/commands/DeleteSlotTypeCommand.d.ts +30 -17
- package/dist-types/ts3.4/commands/DeleteUtterancesCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DescribeBotAliasCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DescribeBotCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DescribeBotLocaleCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/DescribeBotRecommendationCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeBotVersionCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/DescribeCustomVocabularyMetadataCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeExportCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DescribeImportCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DescribeIntentCommand.d.ts +33 -18
- package/dist-types/ts3.4/commands/DescribeResourcePolicyCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeSlotCommand.d.ts +33 -18
- package/dist-types/ts3.4/commands/DescribeSlotTypeCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/ListAggregatedUtterancesCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListBotAliasesCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/ListBotLocalesCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/ListBotRecommendationsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListBotVersionsCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/ListBotsCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/ListBuiltInIntentsCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/ListBuiltInSlotTypesCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListExportsCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/ListImportsCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/ListIntentsCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/ListRecommendedIntentsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListSlotTypesCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/ListSlotsCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/SearchAssociatedTranscriptsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/StartBotRecommendationCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/StartImportCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/StopBotRecommendationCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/UpdateBotAliasCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/UpdateBotCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/UpdateBotLocaleCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/UpdateBotRecommendationCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/UpdateExportCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/UpdateIntentCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/UpdateResourcePolicyCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/UpdateSlotCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/UpdateSlotTypeCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/index.d.ts +67 -67
- package/dist-types/ts3.4/endpoints.d.ts +2 -2
- package/dist-types/ts3.4/index.d.ts +7 -7
- package/dist-types/ts3.4/models/LexModelsV2ServiceException.d.ts +7 -6
- package/dist-types/ts3.4/models/index.d.ts +2 -2
- package/dist-types/ts3.4/models/models_0.d.ts +2346 -3193
- package/dist-types/ts3.4/models/models_1.d.ts +329 -510
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -6
- package/dist-types/ts3.4/pagination/ListAggregatedUtterancesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListBotAliasesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListBotLocalesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListBotRecommendationsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListBotVersionsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListBotsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListBuiltInIntentsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListBuiltInSlotTypesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListExportsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListImportsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListIntentsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListRecommendedIntentsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListSlotTypesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListSlotsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/index.d.ts +15 -15
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +809 -203
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +65 -38
- package/dist-types/ts3.4/runtimeConfig.d.ts +65 -38
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +66 -37
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +10 -11
- package/dist-types/ts3.4/waiters/index.d.ts +8 -8
- package/dist-types/ts3.4/waiters/waitForBotAliasAvailable.d.ts +11 -7
- package/dist-types/ts3.4/waiters/waitForBotAvailable.d.ts +11 -7
- package/dist-types/ts3.4/waiters/waitForBotExportCompleted.d.ts +11 -7
- package/dist-types/ts3.4/waiters/waitForBotImportCompleted.d.ts +11 -7
- package/dist-types/ts3.4/waiters/waitForBotLocaleBuilt.d.ts +11 -7
- package/dist-types/ts3.4/waiters/waitForBotLocaleCreated.d.ts +11 -7
- package/dist-types/ts3.4/waiters/waitForBotLocaleExpressTestingAvailable.d.ts +11 -7
- package/dist-types/ts3.4/waiters/waitForBotVersionAvailable.d.ts +11 -7
- package/package.json +35 -35
|
@@ -1,17 +1,32 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
}
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
LexModelsV2ClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../LexModelsV2Client";
|
|
13
|
+
import { ListImportsRequest, ListImportsResponse } from "../models/models_0";
|
|
14
|
+
export interface ListImportsCommandInput extends ListImportsRequest {}
|
|
15
|
+
export interface ListImportsCommandOutput
|
|
16
|
+
extends ListImportsResponse,
|
|
17
|
+
__MetadataBearer {}
|
|
18
|
+
export declare class ListImportsCommand extends $Command<
|
|
19
|
+
ListImportsCommandInput,
|
|
20
|
+
ListImportsCommandOutput,
|
|
21
|
+
LexModelsV2ClientResolvedConfig
|
|
22
|
+
> {
|
|
23
|
+
readonly input: ListImportsCommandInput;
|
|
24
|
+
constructor(input: ListImportsCommandInput);
|
|
25
|
+
resolveMiddleware(
|
|
26
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
27
|
+
configuration: LexModelsV2ClientResolvedConfig,
|
|
28
|
+
options?: __HttpHandlerOptions
|
|
29
|
+
): Handler<ListImportsCommandInput, ListImportsCommandOutput>;
|
|
30
|
+
private serialize;
|
|
31
|
+
private deserialize;
|
|
32
|
+
}
|
|
@@ -1,17 +1,32 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
}
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
LexModelsV2ClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../LexModelsV2Client";
|
|
13
|
+
import { ListIntentsRequest, ListIntentsResponse } from "../models/models_0";
|
|
14
|
+
export interface ListIntentsCommandInput extends ListIntentsRequest {}
|
|
15
|
+
export interface ListIntentsCommandOutput
|
|
16
|
+
extends ListIntentsResponse,
|
|
17
|
+
__MetadataBearer {}
|
|
18
|
+
export declare class ListIntentsCommand extends $Command<
|
|
19
|
+
ListIntentsCommandInput,
|
|
20
|
+
ListIntentsCommandOutput,
|
|
21
|
+
LexModelsV2ClientResolvedConfig
|
|
22
|
+
> {
|
|
23
|
+
readonly input: ListIntentsCommandInput;
|
|
24
|
+
constructor(input: ListIntentsCommandInput);
|
|
25
|
+
resolveMiddleware(
|
|
26
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
27
|
+
configuration: LexModelsV2ClientResolvedConfig,
|
|
28
|
+
options?: __HttpHandlerOptions
|
|
29
|
+
): Handler<ListIntentsCommandInput, ListIntentsCommandOutput>;
|
|
30
|
+
private serialize;
|
|
31
|
+
private deserialize;
|
|
32
|
+
}
|
|
@@ -1,17 +1,39 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
LexModelsV2ClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../LexModelsV2Client";
|
|
13
|
+
import {
|
|
14
|
+
ListRecommendedIntentsRequest,
|
|
15
|
+
ListRecommendedIntentsResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface ListRecommendedIntentsCommandInput
|
|
18
|
+
extends ListRecommendedIntentsRequest {}
|
|
19
|
+
export interface ListRecommendedIntentsCommandOutput
|
|
20
|
+
extends ListRecommendedIntentsResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class ListRecommendedIntentsCommand extends $Command<
|
|
23
|
+
ListRecommendedIntentsCommandInput,
|
|
24
|
+
ListRecommendedIntentsCommandOutput,
|
|
25
|
+
LexModelsV2ClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: ListRecommendedIntentsCommandInput;
|
|
28
|
+
constructor(input: ListRecommendedIntentsCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: LexModelsV2ClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<
|
|
34
|
+
ListRecommendedIntentsCommandInput,
|
|
35
|
+
ListRecommendedIntentsCommandOutput
|
|
36
|
+
>;
|
|
37
|
+
private serialize;
|
|
38
|
+
private deserialize;
|
|
39
|
+
}
|
|
@@ -1,17 +1,35 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
}
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
LexModelsV2ClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../LexModelsV2Client";
|
|
13
|
+
import {
|
|
14
|
+
ListSlotTypesRequest,
|
|
15
|
+
ListSlotTypesResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface ListSlotTypesCommandInput extends ListSlotTypesRequest {}
|
|
18
|
+
export interface ListSlotTypesCommandOutput
|
|
19
|
+
extends ListSlotTypesResponse,
|
|
20
|
+
__MetadataBearer {}
|
|
21
|
+
export declare class ListSlotTypesCommand extends $Command<
|
|
22
|
+
ListSlotTypesCommandInput,
|
|
23
|
+
ListSlotTypesCommandOutput,
|
|
24
|
+
LexModelsV2ClientResolvedConfig
|
|
25
|
+
> {
|
|
26
|
+
readonly input: ListSlotTypesCommandInput;
|
|
27
|
+
constructor(input: ListSlotTypesCommandInput);
|
|
28
|
+
resolveMiddleware(
|
|
29
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
30
|
+
configuration: LexModelsV2ClientResolvedConfig,
|
|
31
|
+
options?: __HttpHandlerOptions
|
|
32
|
+
): Handler<ListSlotTypesCommandInput, ListSlotTypesCommandOutput>;
|
|
33
|
+
private serialize;
|
|
34
|
+
private deserialize;
|
|
35
|
+
}
|
|
@@ -1,17 +1,32 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
}
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
LexModelsV2ClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../LexModelsV2Client";
|
|
13
|
+
import { ListSlotsRequest, ListSlotsResponse } from "../models/models_0";
|
|
14
|
+
export interface ListSlotsCommandInput extends ListSlotsRequest {}
|
|
15
|
+
export interface ListSlotsCommandOutput
|
|
16
|
+
extends ListSlotsResponse,
|
|
17
|
+
__MetadataBearer {}
|
|
18
|
+
export declare class ListSlotsCommand extends $Command<
|
|
19
|
+
ListSlotsCommandInput,
|
|
20
|
+
ListSlotsCommandOutput,
|
|
21
|
+
LexModelsV2ClientResolvedConfig
|
|
22
|
+
> {
|
|
23
|
+
readonly input: ListSlotsCommandInput;
|
|
24
|
+
constructor(input: ListSlotsCommandInput);
|
|
25
|
+
resolveMiddleware(
|
|
26
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
27
|
+
configuration: LexModelsV2ClientResolvedConfig,
|
|
28
|
+
options?: __HttpHandlerOptions
|
|
29
|
+
): Handler<ListSlotsCommandInput, ListSlotsCommandOutput>;
|
|
30
|
+
private serialize;
|
|
31
|
+
private deserialize;
|
|
32
|
+
}
|
|
@@ -1,17 +1,36 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
LexModelsV2ClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../LexModelsV2Client";
|
|
13
|
+
import {
|
|
14
|
+
ListTagsForResourceRequest,
|
|
15
|
+
ListTagsForResourceResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface ListTagsForResourceCommandInput
|
|
18
|
+
extends ListTagsForResourceRequest {}
|
|
19
|
+
export interface ListTagsForResourceCommandOutput
|
|
20
|
+
extends ListTagsForResourceResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class ListTagsForResourceCommand extends $Command<
|
|
23
|
+
ListTagsForResourceCommandInput,
|
|
24
|
+
ListTagsForResourceCommandOutput,
|
|
25
|
+
LexModelsV2ClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: ListTagsForResourceCommandInput;
|
|
28
|
+
constructor(input: ListTagsForResourceCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: LexModelsV2ClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput>;
|
|
34
|
+
private serialize;
|
|
35
|
+
private deserialize;
|
|
36
|
+
}
|
|
@@ -1,17 +1,39 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
LexModelsV2ClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../LexModelsV2Client";
|
|
13
|
+
import {
|
|
14
|
+
SearchAssociatedTranscriptsRequest,
|
|
15
|
+
SearchAssociatedTranscriptsResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface SearchAssociatedTranscriptsCommandInput
|
|
18
|
+
extends SearchAssociatedTranscriptsRequest {}
|
|
19
|
+
export interface SearchAssociatedTranscriptsCommandOutput
|
|
20
|
+
extends SearchAssociatedTranscriptsResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class SearchAssociatedTranscriptsCommand extends $Command<
|
|
23
|
+
SearchAssociatedTranscriptsCommandInput,
|
|
24
|
+
SearchAssociatedTranscriptsCommandOutput,
|
|
25
|
+
LexModelsV2ClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: SearchAssociatedTranscriptsCommandInput;
|
|
28
|
+
constructor(input: SearchAssociatedTranscriptsCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: LexModelsV2ClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<
|
|
34
|
+
SearchAssociatedTranscriptsCommandInput,
|
|
35
|
+
SearchAssociatedTranscriptsCommandOutput
|
|
36
|
+
>;
|
|
37
|
+
private serialize;
|
|
38
|
+
private deserialize;
|
|
39
|
+
}
|
|
@@ -1,17 +1,39 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
LexModelsV2ClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../LexModelsV2Client";
|
|
13
|
+
import {
|
|
14
|
+
StartBotRecommendationRequest,
|
|
15
|
+
StartBotRecommendationResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface StartBotRecommendationCommandInput
|
|
18
|
+
extends StartBotRecommendationRequest {}
|
|
19
|
+
export interface StartBotRecommendationCommandOutput
|
|
20
|
+
extends StartBotRecommendationResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class StartBotRecommendationCommand extends $Command<
|
|
23
|
+
StartBotRecommendationCommandInput,
|
|
24
|
+
StartBotRecommendationCommandOutput,
|
|
25
|
+
LexModelsV2ClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: StartBotRecommendationCommandInput;
|
|
28
|
+
constructor(input: StartBotRecommendationCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: LexModelsV2ClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<
|
|
34
|
+
StartBotRecommendationCommandInput,
|
|
35
|
+
StartBotRecommendationCommandOutput
|
|
36
|
+
>;
|
|
37
|
+
private serialize;
|
|
38
|
+
private deserialize;
|
|
39
|
+
}
|
|
@@ -1,17 +1,32 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
}
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
LexModelsV2ClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../LexModelsV2Client";
|
|
13
|
+
import { StartImportRequest, StartImportResponse } from "../models/models_0";
|
|
14
|
+
export interface StartImportCommandInput extends StartImportRequest {}
|
|
15
|
+
export interface StartImportCommandOutput
|
|
16
|
+
extends StartImportResponse,
|
|
17
|
+
__MetadataBearer {}
|
|
18
|
+
export declare class StartImportCommand extends $Command<
|
|
19
|
+
StartImportCommandInput,
|
|
20
|
+
StartImportCommandOutput,
|
|
21
|
+
LexModelsV2ClientResolvedConfig
|
|
22
|
+
> {
|
|
23
|
+
readonly input: StartImportCommandInput;
|
|
24
|
+
constructor(input: StartImportCommandInput);
|
|
25
|
+
resolveMiddleware(
|
|
26
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
27
|
+
configuration: LexModelsV2ClientResolvedConfig,
|
|
28
|
+
options?: __HttpHandlerOptions
|
|
29
|
+
): Handler<StartImportCommandInput, StartImportCommandOutput>;
|
|
30
|
+
private serialize;
|
|
31
|
+
private deserialize;
|
|
32
|
+
}
|
|
@@ -1,17 +1,39 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
LexModelsV2ClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../LexModelsV2Client";
|
|
13
|
+
import {
|
|
14
|
+
StopBotRecommendationRequest,
|
|
15
|
+
StopBotRecommendationResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface StopBotRecommendationCommandInput
|
|
18
|
+
extends StopBotRecommendationRequest {}
|
|
19
|
+
export interface StopBotRecommendationCommandOutput
|
|
20
|
+
extends StopBotRecommendationResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class StopBotRecommendationCommand extends $Command<
|
|
23
|
+
StopBotRecommendationCommandInput,
|
|
24
|
+
StopBotRecommendationCommandOutput,
|
|
25
|
+
LexModelsV2ClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: StopBotRecommendationCommandInput;
|
|
28
|
+
constructor(input: StopBotRecommendationCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: LexModelsV2ClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<
|
|
34
|
+
StopBotRecommendationCommandInput,
|
|
35
|
+
StopBotRecommendationCommandOutput
|
|
36
|
+
>;
|
|
37
|
+
private serialize;
|
|
38
|
+
private deserialize;
|
|
39
|
+
}
|
|
@@ -1,17 +1,32 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
}
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
LexModelsV2ClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../LexModelsV2Client";
|
|
13
|
+
import { TagResourceRequest, TagResourceResponse } from "../models/models_0";
|
|
14
|
+
export interface TagResourceCommandInput extends TagResourceRequest {}
|
|
15
|
+
export interface TagResourceCommandOutput
|
|
16
|
+
extends TagResourceResponse,
|
|
17
|
+
__MetadataBearer {}
|
|
18
|
+
export declare class TagResourceCommand extends $Command<
|
|
19
|
+
TagResourceCommandInput,
|
|
20
|
+
TagResourceCommandOutput,
|
|
21
|
+
LexModelsV2ClientResolvedConfig
|
|
22
|
+
> {
|
|
23
|
+
readonly input: TagResourceCommandInput;
|
|
24
|
+
constructor(input: TagResourceCommandInput);
|
|
25
|
+
resolveMiddleware(
|
|
26
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
27
|
+
configuration: LexModelsV2ClientResolvedConfig,
|
|
28
|
+
options?: __HttpHandlerOptions
|
|
29
|
+
): Handler<TagResourceCommandInput, TagResourceCommandOutput>;
|
|
30
|
+
private serialize;
|
|
31
|
+
private deserialize;
|
|
32
|
+
}
|