@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,18 +1,33 @@
|
|
|
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
|
-
|
|
18
|
-
}
|
|
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 { DescribeSlotRequest } from "../models/models_0";
|
|
14
|
+
import { DescribeSlotResponse } from "../models/models_1";
|
|
15
|
+
export interface DescribeSlotCommandInput extends DescribeSlotRequest {}
|
|
16
|
+
export interface DescribeSlotCommandOutput
|
|
17
|
+
extends DescribeSlotResponse,
|
|
18
|
+
__MetadataBearer {}
|
|
19
|
+
export declare class DescribeSlotCommand extends $Command<
|
|
20
|
+
DescribeSlotCommandInput,
|
|
21
|
+
DescribeSlotCommandOutput,
|
|
22
|
+
LexModelsV2ClientResolvedConfig
|
|
23
|
+
> {
|
|
24
|
+
readonly input: DescribeSlotCommandInput;
|
|
25
|
+
constructor(input: DescribeSlotCommandInput);
|
|
26
|
+
resolveMiddleware(
|
|
27
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
28
|
+
configuration: LexModelsV2ClientResolvedConfig,
|
|
29
|
+
options?: __HttpHandlerOptions
|
|
30
|
+
): Handler<DescribeSlotCommandInput, DescribeSlotCommandOutput>;
|
|
31
|
+
private serialize;
|
|
32
|
+
private deserialize;
|
|
33
|
+
}
|
|
@@ -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
|
+
DescribeSlotTypeRequest,
|
|
15
|
+
DescribeSlotTypeResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface DescribeSlotTypeCommandInput extends DescribeSlotTypeRequest {}
|
|
18
|
+
export interface DescribeSlotTypeCommandOutput
|
|
19
|
+
extends DescribeSlotTypeResponse,
|
|
20
|
+
__MetadataBearer {}
|
|
21
|
+
export declare class DescribeSlotTypeCommand extends $Command<
|
|
22
|
+
DescribeSlotTypeCommandInput,
|
|
23
|
+
DescribeSlotTypeCommandOutput,
|
|
24
|
+
LexModelsV2ClientResolvedConfig
|
|
25
|
+
> {
|
|
26
|
+
readonly input: DescribeSlotTypeCommandInput;
|
|
27
|
+
constructor(input: DescribeSlotTypeCommandInput);
|
|
28
|
+
resolveMiddleware(
|
|
29
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
30
|
+
configuration: LexModelsV2ClientResolvedConfig,
|
|
31
|
+
options?: __HttpHandlerOptions
|
|
32
|
+
): Handler<DescribeSlotTypeCommandInput, DescribeSlotTypeCommandOutput>;
|
|
33
|
+
private serialize;
|
|
34
|
+
private deserialize;
|
|
35
|
+
}
|
|
@@ -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
|
+
ListAggregatedUtterancesRequest,
|
|
15
|
+
ListAggregatedUtterancesResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface ListAggregatedUtterancesCommandInput
|
|
18
|
+
extends ListAggregatedUtterancesRequest {}
|
|
19
|
+
export interface ListAggregatedUtterancesCommandOutput
|
|
20
|
+
extends ListAggregatedUtterancesResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class ListAggregatedUtterancesCommand extends $Command<
|
|
23
|
+
ListAggregatedUtterancesCommandInput,
|
|
24
|
+
ListAggregatedUtterancesCommandOutput,
|
|
25
|
+
LexModelsV2ClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: ListAggregatedUtterancesCommandInput;
|
|
28
|
+
constructor(input: ListAggregatedUtterancesCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: LexModelsV2ClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<
|
|
34
|
+
ListAggregatedUtterancesCommandInput,
|
|
35
|
+
ListAggregatedUtterancesCommandOutput
|
|
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
|
+
ListBotAliasesRequest,
|
|
15
|
+
ListBotAliasesResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface ListBotAliasesCommandInput extends ListBotAliasesRequest {}
|
|
18
|
+
export interface ListBotAliasesCommandOutput
|
|
19
|
+
extends ListBotAliasesResponse,
|
|
20
|
+
__MetadataBearer {}
|
|
21
|
+
export declare class ListBotAliasesCommand extends $Command<
|
|
22
|
+
ListBotAliasesCommandInput,
|
|
23
|
+
ListBotAliasesCommandOutput,
|
|
24
|
+
LexModelsV2ClientResolvedConfig
|
|
25
|
+
> {
|
|
26
|
+
readonly input: ListBotAliasesCommandInput;
|
|
27
|
+
constructor(input: ListBotAliasesCommandInput);
|
|
28
|
+
resolveMiddleware(
|
|
29
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
30
|
+
configuration: LexModelsV2ClientResolvedConfig,
|
|
31
|
+
options?: __HttpHandlerOptions
|
|
32
|
+
): Handler<ListBotAliasesCommandInput, ListBotAliasesCommandOutput>;
|
|
33
|
+
private serialize;
|
|
34
|
+
private deserialize;
|
|
35
|
+
}
|
|
@@ -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
|
+
ListBotLocalesRequest,
|
|
15
|
+
ListBotLocalesResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface ListBotLocalesCommandInput extends ListBotLocalesRequest {}
|
|
18
|
+
export interface ListBotLocalesCommandOutput
|
|
19
|
+
extends ListBotLocalesResponse,
|
|
20
|
+
__MetadataBearer {}
|
|
21
|
+
export declare class ListBotLocalesCommand extends $Command<
|
|
22
|
+
ListBotLocalesCommandInput,
|
|
23
|
+
ListBotLocalesCommandOutput,
|
|
24
|
+
LexModelsV2ClientResolvedConfig
|
|
25
|
+
> {
|
|
26
|
+
readonly input: ListBotLocalesCommandInput;
|
|
27
|
+
constructor(input: ListBotLocalesCommandInput);
|
|
28
|
+
resolveMiddleware(
|
|
29
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
30
|
+
configuration: LexModelsV2ClientResolvedConfig,
|
|
31
|
+
options?: __HttpHandlerOptions
|
|
32
|
+
): Handler<ListBotLocalesCommandInput, ListBotLocalesCommandOutput>;
|
|
33
|
+
private serialize;
|
|
34
|
+
private deserialize;
|
|
35
|
+
}
|
|
@@ -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
|
+
ListBotRecommendationsRequest,
|
|
15
|
+
ListBotRecommendationsResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface ListBotRecommendationsCommandInput
|
|
18
|
+
extends ListBotRecommendationsRequest {}
|
|
19
|
+
export interface ListBotRecommendationsCommandOutput
|
|
20
|
+
extends ListBotRecommendationsResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class ListBotRecommendationsCommand extends $Command<
|
|
23
|
+
ListBotRecommendationsCommandInput,
|
|
24
|
+
ListBotRecommendationsCommandOutput,
|
|
25
|
+
LexModelsV2ClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: ListBotRecommendationsCommandInput;
|
|
28
|
+
constructor(input: ListBotRecommendationsCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: LexModelsV2ClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<
|
|
34
|
+
ListBotRecommendationsCommandInput,
|
|
35
|
+
ListBotRecommendationsCommandOutput
|
|
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
|
+
ListBotVersionsRequest,
|
|
15
|
+
ListBotVersionsResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface ListBotVersionsCommandInput extends ListBotVersionsRequest {}
|
|
18
|
+
export interface ListBotVersionsCommandOutput
|
|
19
|
+
extends ListBotVersionsResponse,
|
|
20
|
+
__MetadataBearer {}
|
|
21
|
+
export declare class ListBotVersionsCommand extends $Command<
|
|
22
|
+
ListBotVersionsCommandInput,
|
|
23
|
+
ListBotVersionsCommandOutput,
|
|
24
|
+
LexModelsV2ClientResolvedConfig
|
|
25
|
+
> {
|
|
26
|
+
readonly input: ListBotVersionsCommandInput;
|
|
27
|
+
constructor(input: ListBotVersionsCommandInput);
|
|
28
|
+
resolveMiddleware(
|
|
29
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
30
|
+
configuration: LexModelsV2ClientResolvedConfig,
|
|
31
|
+
options?: __HttpHandlerOptions
|
|
32
|
+
): Handler<ListBotVersionsCommandInput, ListBotVersionsCommandOutput>;
|
|
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 { ListBotsRequest, ListBotsResponse } from "../models/models_0";
|
|
14
|
+
export interface ListBotsCommandInput extends ListBotsRequest {}
|
|
15
|
+
export interface ListBotsCommandOutput
|
|
16
|
+
extends ListBotsResponse,
|
|
17
|
+
__MetadataBearer {}
|
|
18
|
+
export declare class ListBotsCommand extends $Command<
|
|
19
|
+
ListBotsCommandInput,
|
|
20
|
+
ListBotsCommandOutput,
|
|
21
|
+
LexModelsV2ClientResolvedConfig
|
|
22
|
+
> {
|
|
23
|
+
readonly input: ListBotsCommandInput;
|
|
24
|
+
constructor(input: ListBotsCommandInput);
|
|
25
|
+
resolveMiddleware(
|
|
26
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
27
|
+
configuration: LexModelsV2ClientResolvedConfig,
|
|
28
|
+
options?: __HttpHandlerOptions
|
|
29
|
+
): Handler<ListBotsCommandInput, ListBotsCommandOutput>;
|
|
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
|
+
ListBuiltInIntentsRequest,
|
|
15
|
+
ListBuiltInIntentsResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface ListBuiltInIntentsCommandInput
|
|
18
|
+
extends ListBuiltInIntentsRequest {}
|
|
19
|
+
export interface ListBuiltInIntentsCommandOutput
|
|
20
|
+
extends ListBuiltInIntentsResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class ListBuiltInIntentsCommand extends $Command<
|
|
23
|
+
ListBuiltInIntentsCommandInput,
|
|
24
|
+
ListBuiltInIntentsCommandOutput,
|
|
25
|
+
LexModelsV2ClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: ListBuiltInIntentsCommandInput;
|
|
28
|
+
constructor(input: ListBuiltInIntentsCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: LexModelsV2ClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<ListBuiltInIntentsCommandInput, ListBuiltInIntentsCommandOutput>;
|
|
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
|
+
ListBuiltInSlotTypesRequest,
|
|
15
|
+
ListBuiltInSlotTypesResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface ListBuiltInSlotTypesCommandInput
|
|
18
|
+
extends ListBuiltInSlotTypesRequest {}
|
|
19
|
+
export interface ListBuiltInSlotTypesCommandOutput
|
|
20
|
+
extends ListBuiltInSlotTypesResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class ListBuiltInSlotTypesCommand extends $Command<
|
|
23
|
+
ListBuiltInSlotTypesCommandInput,
|
|
24
|
+
ListBuiltInSlotTypesCommandOutput,
|
|
25
|
+
LexModelsV2ClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: ListBuiltInSlotTypesCommandInput;
|
|
28
|
+
constructor(input: ListBuiltInSlotTypesCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: LexModelsV2ClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<
|
|
34
|
+
ListBuiltInSlotTypesCommandInput,
|
|
35
|
+
ListBuiltInSlotTypesCommandOutput
|
|
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 { ListExportsRequest, ListExportsResponse } from "../models/models_0";
|
|
14
|
+
export interface ListExportsCommandInput extends ListExportsRequest {}
|
|
15
|
+
export interface ListExportsCommandOutput
|
|
16
|
+
extends ListExportsResponse,
|
|
17
|
+
__MetadataBearer {}
|
|
18
|
+
export declare class ListExportsCommand extends $Command<
|
|
19
|
+
ListExportsCommandInput,
|
|
20
|
+
ListExportsCommandOutput,
|
|
21
|
+
LexModelsV2ClientResolvedConfig
|
|
22
|
+
> {
|
|
23
|
+
readonly input: ListExportsCommandInput;
|
|
24
|
+
constructor(input: ListExportsCommandInput);
|
|
25
|
+
resolveMiddleware(
|
|
26
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
27
|
+
configuration: LexModelsV2ClientResolvedConfig,
|
|
28
|
+
options?: __HttpHandlerOptions
|
|
29
|
+
): Handler<ListExportsCommandInput, ListExportsCommandOutput>;
|
|
30
|
+
private serialize;
|
|
31
|
+
private deserialize;
|
|
32
|
+
}
|