@aws-sdk/client-lex-models-v2 3.47.1 → 3.50.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 +35 -0
- package/dist-cjs/LexModelsV2.js +30 -0
- package/dist-cjs/commands/DeleteCustomVocabularyCommand.js +36 -0
- package/dist-cjs/commands/DescribeCustomVocabularyMetadataCommand.js +36 -0
- package/dist-cjs/commands/index.js +2 -0
- package/dist-cjs/models/models_0.js +67 -6
- package/dist-cjs/protocols/Aws_restJson1.js +368 -3
- package/dist-es/LexModelsV2.js +30 -0
- package/dist-es/commands/DeleteCustomVocabularyCommand.js +39 -0
- package/dist-es/commands/DescribeCustomVocabularyMetadataCommand.js +39 -0
- package/dist-es/commands/index.js +2 -0
- package/dist-es/models/models_0.js +47 -0
- package/dist-es/protocols/Aws_restJson1.js +395 -7
- package/dist-types/LexModelsV2.d.ts +21 -6
- package/dist-types/LexModelsV2Client.d.ts +4 -2
- package/dist-types/commands/DeleteCustomVocabularyCommand.d.ts +36 -0
- package/dist-types/commands/DescribeCustomVocabularyMetadataCommand.d.ts +35 -0
- package/dist-types/commands/ListExportsCommand.d.ts +2 -2
- package/dist-types/commands/ListImportsCommand.d.ts +2 -2
- package/dist-types/commands/StartImportCommand.d.ts +2 -2
- package/dist-types/commands/index.d.ts +2 -0
- package/dist-types/models/models_0.d.ts +264 -24
- package/dist-types/protocols/Aws_restJson1.d.ts +6 -0
- package/package.json +40 -34
- package/dist-types/ts3.4/LexModelsV2.d.ts +0 -325
- package/dist-types/ts3.4/LexModelsV2Client.d.ts +0 -137
- package/dist-types/ts3.4/commands/BuildBotLocaleCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/CreateBotAliasCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/CreateBotCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/CreateBotLocaleCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/CreateBotVersionCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/CreateExportCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/CreateIntentCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/CreateResourcePolicyCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/CreateResourcePolicyStatementCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/CreateSlotCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/CreateSlotTypeCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/CreateUploadUrlCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DeleteBotAliasCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DeleteBotCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DeleteBotLocaleCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DeleteBotVersionCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DeleteExportCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DeleteImportCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DeleteIntentCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DeleteResourcePolicyCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DeleteResourcePolicyStatementCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DeleteSlotCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DeleteSlotTypeCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DeleteUtterancesCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeBotAliasCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeBotCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeBotLocaleCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeBotRecommendationCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeBotVersionCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeExportCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeImportCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeIntentCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeResourcePolicyCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeSlotCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeSlotTypeCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ListAggregatedUtterancesCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ListBotAliasesCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ListBotLocalesCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ListBotRecommendationsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ListBotVersionsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ListBotsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ListBuiltInIntentsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ListBuiltInSlotTypesCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ListExportsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ListImportsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ListIntentsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ListRecommendedIntentsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ListSlotTypesCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ListSlotsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/SearchAssociatedTranscriptsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/StartBotRecommendationCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/StartImportCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/UpdateBotAliasCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/UpdateBotCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/UpdateBotLocaleCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/UpdateBotRecommendationCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/UpdateExportCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/UpdateIntentCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/UpdateResourcePolicyCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/UpdateSlotCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/UpdateSlotTypeCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/index.d.ts +0 -64
- package/dist-types/ts3.4/endpoints.d.ts +0 -2
- package/dist-types/ts3.4/index.d.ts +0 -6
- package/dist-types/ts3.4/models/index.d.ts +0 -1
- package/dist-types/ts3.4/models/models_0.d.ts +0 -3751
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +0 -6
- package/dist-types/ts3.4/pagination/ListAggregatedUtterancesPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/ListBotAliasesPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/ListBotLocalesPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/ListBotRecommendationsPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/ListBotVersionsPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/ListBotsPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/ListBuiltInIntentsPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/ListBuiltInSlotTypesPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/ListExportsPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/ListImportsPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/ListIntentsPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/ListRecommendedIntentsPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/ListSlotTypesPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/ListSlotsPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/index.d.ts +0 -15
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +0 -194
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +0 -38
- package/dist-types/ts3.4/runtimeConfig.d.ts +0 -38
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +0 -37
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +0 -11
- package/dist-types/ts3.4/waiters/index.d.ts +0 -8
- package/dist-types/ts3.4/waiters/waitForBotAliasAvailable.d.ts +0 -7
- package/dist-types/ts3.4/waiters/waitForBotAvailable.d.ts +0 -7
- package/dist-types/ts3.4/waiters/waitForBotExportCompleted.d.ts +0 -7
- package/dist-types/ts3.4/waiters/waitForBotImportCompleted.d.ts +0 -7
- package/dist-types/ts3.4/waiters/waitForBotLocaleBuilt.d.ts +0 -7
- package/dist-types/ts3.4/waiters/waitForBotLocaleCreated.d.ts +0 -7
- package/dist-types/ts3.4/waiters/waitForBotLocaleExpressTestingAvailable.d.ts +0 -7
- package/dist-types/ts3.4/waiters/waitForBotVersionAvailable.d.ts +0 -7
|
@@ -1,137 +0,0 @@
|
|
|
1
|
-
import { EndpointsInputConfig, EndpointsResolvedConfig, RegionInputConfig, RegionResolvedConfig } from "@aws-sdk/config-resolver";
|
|
2
|
-
import { HostHeaderInputConfig, HostHeaderResolvedConfig } from "@aws-sdk/middleware-host-header";
|
|
3
|
-
import { RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry";
|
|
4
|
-
import { AwsAuthInputConfig, AwsAuthResolvedConfig } from "@aws-sdk/middleware-signing";
|
|
5
|
-
import { UserAgentInputConfig, UserAgentResolvedConfig } from "@aws-sdk/middleware-user-agent";
|
|
6
|
-
import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
|
|
7
|
-
import { Client as __Client, DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration } from "@aws-sdk/smithy-client";
|
|
8
|
-
import { Credentials as __Credentials, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, Provider, RegionInfoProvider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@aws-sdk/types";
|
|
9
|
-
import { BuildBotLocaleCommandInput, BuildBotLocaleCommandOutput } from "./commands/BuildBotLocaleCommand";
|
|
10
|
-
import { CreateBotAliasCommandInput, CreateBotAliasCommandOutput } from "./commands/CreateBotAliasCommand";
|
|
11
|
-
import { CreateBotCommandInput, CreateBotCommandOutput } from "./commands/CreateBotCommand";
|
|
12
|
-
import { CreateBotLocaleCommandInput, CreateBotLocaleCommandOutput } from "./commands/CreateBotLocaleCommand";
|
|
13
|
-
import { CreateBotVersionCommandInput, CreateBotVersionCommandOutput } from "./commands/CreateBotVersionCommand";
|
|
14
|
-
import { CreateExportCommandInput, CreateExportCommandOutput } from "./commands/CreateExportCommand";
|
|
15
|
-
import { CreateIntentCommandInput, CreateIntentCommandOutput } from "./commands/CreateIntentCommand";
|
|
16
|
-
import { CreateResourcePolicyCommandInput, CreateResourcePolicyCommandOutput } from "./commands/CreateResourcePolicyCommand";
|
|
17
|
-
import { CreateResourcePolicyStatementCommandInput, CreateResourcePolicyStatementCommandOutput } from "./commands/CreateResourcePolicyStatementCommand";
|
|
18
|
-
import { CreateSlotCommandInput, CreateSlotCommandOutput } from "./commands/CreateSlotCommand";
|
|
19
|
-
import { CreateSlotTypeCommandInput, CreateSlotTypeCommandOutput } from "./commands/CreateSlotTypeCommand";
|
|
20
|
-
import { CreateUploadUrlCommandInput, CreateUploadUrlCommandOutput } from "./commands/CreateUploadUrlCommand";
|
|
21
|
-
import { DeleteBotAliasCommandInput, DeleteBotAliasCommandOutput } from "./commands/DeleteBotAliasCommand";
|
|
22
|
-
import { DeleteBotCommandInput, DeleteBotCommandOutput } from "./commands/DeleteBotCommand";
|
|
23
|
-
import { DeleteBotLocaleCommandInput, DeleteBotLocaleCommandOutput } from "./commands/DeleteBotLocaleCommand";
|
|
24
|
-
import { DeleteBotVersionCommandInput, DeleteBotVersionCommandOutput } from "./commands/DeleteBotVersionCommand";
|
|
25
|
-
import { DeleteExportCommandInput, DeleteExportCommandOutput } from "./commands/DeleteExportCommand";
|
|
26
|
-
import { DeleteImportCommandInput, DeleteImportCommandOutput } from "./commands/DeleteImportCommand";
|
|
27
|
-
import { DeleteIntentCommandInput, DeleteIntentCommandOutput } from "./commands/DeleteIntentCommand";
|
|
28
|
-
import { DeleteResourcePolicyCommandInput, DeleteResourcePolicyCommandOutput } from "./commands/DeleteResourcePolicyCommand";
|
|
29
|
-
import { DeleteResourcePolicyStatementCommandInput, DeleteResourcePolicyStatementCommandOutput } from "./commands/DeleteResourcePolicyStatementCommand";
|
|
30
|
-
import { DeleteSlotCommandInput, DeleteSlotCommandOutput } from "./commands/DeleteSlotCommand";
|
|
31
|
-
import { DeleteSlotTypeCommandInput, DeleteSlotTypeCommandOutput } from "./commands/DeleteSlotTypeCommand";
|
|
32
|
-
import { DeleteUtterancesCommandInput, DeleteUtterancesCommandOutput } from "./commands/DeleteUtterancesCommand";
|
|
33
|
-
import { DescribeBotAliasCommandInput, DescribeBotAliasCommandOutput } from "./commands/DescribeBotAliasCommand";
|
|
34
|
-
import { DescribeBotCommandInput, DescribeBotCommandOutput } from "./commands/DescribeBotCommand";
|
|
35
|
-
import { DescribeBotLocaleCommandInput, DescribeBotLocaleCommandOutput } from "./commands/DescribeBotLocaleCommand";
|
|
36
|
-
import { DescribeBotRecommendationCommandInput, DescribeBotRecommendationCommandOutput } from "./commands/DescribeBotRecommendationCommand";
|
|
37
|
-
import { DescribeBotVersionCommandInput, DescribeBotVersionCommandOutput } from "./commands/DescribeBotVersionCommand";
|
|
38
|
-
import { DescribeExportCommandInput, DescribeExportCommandOutput } from "./commands/DescribeExportCommand";
|
|
39
|
-
import { DescribeImportCommandInput, DescribeImportCommandOutput } from "./commands/DescribeImportCommand";
|
|
40
|
-
import { DescribeIntentCommandInput, DescribeIntentCommandOutput } from "./commands/DescribeIntentCommand";
|
|
41
|
-
import { DescribeResourcePolicyCommandInput, DescribeResourcePolicyCommandOutput } from "./commands/DescribeResourcePolicyCommand";
|
|
42
|
-
import { DescribeSlotCommandInput, DescribeSlotCommandOutput } from "./commands/DescribeSlotCommand";
|
|
43
|
-
import { DescribeSlotTypeCommandInput, DescribeSlotTypeCommandOutput } from "./commands/DescribeSlotTypeCommand";
|
|
44
|
-
import { ListAggregatedUtterancesCommandInput, ListAggregatedUtterancesCommandOutput } from "./commands/ListAggregatedUtterancesCommand";
|
|
45
|
-
import { ListBotAliasesCommandInput, ListBotAliasesCommandOutput } from "./commands/ListBotAliasesCommand";
|
|
46
|
-
import { ListBotLocalesCommandInput, ListBotLocalesCommandOutput } from "./commands/ListBotLocalesCommand";
|
|
47
|
-
import { ListBotRecommendationsCommandInput, ListBotRecommendationsCommandOutput } from "./commands/ListBotRecommendationsCommand";
|
|
48
|
-
import { ListBotsCommandInput, ListBotsCommandOutput } from "./commands/ListBotsCommand";
|
|
49
|
-
import { ListBotVersionsCommandInput, ListBotVersionsCommandOutput } from "./commands/ListBotVersionsCommand";
|
|
50
|
-
import { ListBuiltInIntentsCommandInput, ListBuiltInIntentsCommandOutput } from "./commands/ListBuiltInIntentsCommand";
|
|
51
|
-
import { ListBuiltInSlotTypesCommandInput, ListBuiltInSlotTypesCommandOutput } from "./commands/ListBuiltInSlotTypesCommand";
|
|
52
|
-
import { ListExportsCommandInput, ListExportsCommandOutput } from "./commands/ListExportsCommand";
|
|
53
|
-
import { ListImportsCommandInput, ListImportsCommandOutput } from "./commands/ListImportsCommand";
|
|
54
|
-
import { ListIntentsCommandInput, ListIntentsCommandOutput } from "./commands/ListIntentsCommand";
|
|
55
|
-
import { ListRecommendedIntentsCommandInput, ListRecommendedIntentsCommandOutput } from "./commands/ListRecommendedIntentsCommand";
|
|
56
|
-
import { ListSlotsCommandInput, ListSlotsCommandOutput } from "./commands/ListSlotsCommand";
|
|
57
|
-
import { ListSlotTypesCommandInput, ListSlotTypesCommandOutput } from "./commands/ListSlotTypesCommand";
|
|
58
|
-
import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
|
|
59
|
-
import { SearchAssociatedTranscriptsCommandInput, SearchAssociatedTranscriptsCommandOutput } from "./commands/SearchAssociatedTranscriptsCommand";
|
|
60
|
-
import { StartBotRecommendationCommandInput, StartBotRecommendationCommandOutput } from "./commands/StartBotRecommendationCommand";
|
|
61
|
-
import { StartImportCommandInput, StartImportCommandOutput } from "./commands/StartImportCommand";
|
|
62
|
-
import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
|
|
63
|
-
import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
|
|
64
|
-
import { UpdateBotAliasCommandInput, UpdateBotAliasCommandOutput } from "./commands/UpdateBotAliasCommand";
|
|
65
|
-
import { UpdateBotCommandInput, UpdateBotCommandOutput } from "./commands/UpdateBotCommand";
|
|
66
|
-
import { UpdateBotLocaleCommandInput, UpdateBotLocaleCommandOutput } from "./commands/UpdateBotLocaleCommand";
|
|
67
|
-
import { UpdateBotRecommendationCommandInput, UpdateBotRecommendationCommandOutput } from "./commands/UpdateBotRecommendationCommand";
|
|
68
|
-
import { UpdateExportCommandInput, UpdateExportCommandOutput } from "./commands/UpdateExportCommand";
|
|
69
|
-
import { UpdateIntentCommandInput, UpdateIntentCommandOutput } from "./commands/UpdateIntentCommand";
|
|
70
|
-
import { UpdateResourcePolicyCommandInput, UpdateResourcePolicyCommandOutput } from "./commands/UpdateResourcePolicyCommand";
|
|
71
|
-
import { UpdateSlotCommandInput, UpdateSlotCommandOutput } from "./commands/UpdateSlotCommand";
|
|
72
|
-
import { UpdateSlotTypeCommandInput, UpdateSlotTypeCommandOutput } from "./commands/UpdateSlotTypeCommand";
|
|
73
|
-
export declare type ServiceInputTypes = BuildBotLocaleCommandInput | CreateBotAliasCommandInput | CreateBotCommandInput | CreateBotLocaleCommandInput | CreateBotVersionCommandInput | CreateExportCommandInput | CreateIntentCommandInput | CreateResourcePolicyCommandInput | CreateResourcePolicyStatementCommandInput | CreateSlotCommandInput | CreateSlotTypeCommandInput | CreateUploadUrlCommandInput | DeleteBotAliasCommandInput | DeleteBotCommandInput | DeleteBotLocaleCommandInput | DeleteBotVersionCommandInput | DeleteExportCommandInput | DeleteImportCommandInput | DeleteIntentCommandInput | DeleteResourcePolicyCommandInput | DeleteResourcePolicyStatementCommandInput | DeleteSlotCommandInput | DeleteSlotTypeCommandInput | DeleteUtterancesCommandInput | DescribeBotAliasCommandInput | DescribeBotCommandInput | DescribeBotLocaleCommandInput | DescribeBotRecommendationCommandInput | DescribeBotVersionCommandInput | DescribeExportCommandInput | DescribeImportCommandInput | DescribeIntentCommandInput | DescribeResourcePolicyCommandInput | DescribeSlotCommandInput | DescribeSlotTypeCommandInput | ListAggregatedUtterancesCommandInput | ListBotAliasesCommandInput | ListBotLocalesCommandInput | ListBotRecommendationsCommandInput | ListBotVersionsCommandInput | ListBotsCommandInput | ListBuiltInIntentsCommandInput | ListBuiltInSlotTypesCommandInput | ListExportsCommandInput | ListImportsCommandInput | ListIntentsCommandInput | ListRecommendedIntentsCommandInput | ListSlotTypesCommandInput | ListSlotsCommandInput | ListTagsForResourceCommandInput | SearchAssociatedTranscriptsCommandInput | StartBotRecommendationCommandInput | StartImportCommandInput | TagResourceCommandInput | UntagResourceCommandInput | UpdateBotAliasCommandInput | UpdateBotCommandInput | UpdateBotLocaleCommandInput | UpdateBotRecommendationCommandInput | UpdateExportCommandInput | UpdateIntentCommandInput | UpdateResourcePolicyCommandInput | UpdateSlotCommandInput | UpdateSlotTypeCommandInput;
|
|
74
|
-
export declare type ServiceOutputTypes = BuildBotLocaleCommandOutput | CreateBotAliasCommandOutput | CreateBotCommandOutput | CreateBotLocaleCommandOutput | CreateBotVersionCommandOutput | CreateExportCommandOutput | CreateIntentCommandOutput | CreateResourcePolicyCommandOutput | CreateResourcePolicyStatementCommandOutput | CreateSlotCommandOutput | CreateSlotTypeCommandOutput | CreateUploadUrlCommandOutput | DeleteBotAliasCommandOutput | DeleteBotCommandOutput | DeleteBotLocaleCommandOutput | DeleteBotVersionCommandOutput | DeleteExportCommandOutput | DeleteImportCommandOutput | DeleteIntentCommandOutput | DeleteResourcePolicyCommandOutput | DeleteResourcePolicyStatementCommandOutput | DeleteSlotCommandOutput | DeleteSlotTypeCommandOutput | DeleteUtterancesCommandOutput | DescribeBotAliasCommandOutput | DescribeBotCommandOutput | DescribeBotLocaleCommandOutput | DescribeBotRecommendationCommandOutput | DescribeBotVersionCommandOutput | DescribeExportCommandOutput | DescribeImportCommandOutput | DescribeIntentCommandOutput | DescribeResourcePolicyCommandOutput | DescribeSlotCommandOutput | DescribeSlotTypeCommandOutput | ListAggregatedUtterancesCommandOutput | ListBotAliasesCommandOutput | ListBotLocalesCommandOutput | ListBotRecommendationsCommandOutput | ListBotVersionsCommandOutput | ListBotsCommandOutput | ListBuiltInIntentsCommandOutput | ListBuiltInSlotTypesCommandOutput | ListExportsCommandOutput | ListImportsCommandOutput | ListIntentsCommandOutput | ListRecommendedIntentsCommandOutput | ListSlotTypesCommandOutput | ListSlotsCommandOutput | ListTagsForResourceCommandOutput | SearchAssociatedTranscriptsCommandOutput | StartBotRecommendationCommandOutput | StartImportCommandOutput | TagResourceCommandOutput | UntagResourceCommandOutput | UpdateBotAliasCommandOutput | UpdateBotCommandOutput | UpdateBotLocaleCommandOutput | UpdateBotRecommendationCommandOutput | UpdateExportCommandOutput | UpdateIntentCommandOutput | UpdateResourcePolicyCommandOutput | UpdateSlotCommandOutput | UpdateSlotTypeCommandOutput;
|
|
75
|
-
export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
|
|
76
|
-
|
|
77
|
-
requestHandler?: __HttpHandler;
|
|
78
|
-
|
|
79
|
-
sha256?: __HashConstructor;
|
|
80
|
-
|
|
81
|
-
urlParser?: __UrlParser;
|
|
82
|
-
|
|
83
|
-
bodyLengthChecker?: (body: any) => number | undefined;
|
|
84
|
-
|
|
85
|
-
streamCollector?: __StreamCollector;
|
|
86
|
-
|
|
87
|
-
base64Decoder?: __Decoder;
|
|
88
|
-
|
|
89
|
-
base64Encoder?: __Encoder;
|
|
90
|
-
|
|
91
|
-
utf8Decoder?: __Decoder;
|
|
92
|
-
|
|
93
|
-
utf8Encoder?: __Encoder;
|
|
94
|
-
|
|
95
|
-
runtime?: string;
|
|
96
|
-
|
|
97
|
-
disableHostPrefix?: boolean;
|
|
98
|
-
|
|
99
|
-
maxAttempts?: number | __Provider<number>;
|
|
100
|
-
|
|
101
|
-
retryMode?: string | __Provider<string>;
|
|
102
|
-
|
|
103
|
-
logger?: __Logger;
|
|
104
|
-
|
|
105
|
-
useDualstackEndpoint?: boolean | __Provider<boolean>;
|
|
106
|
-
|
|
107
|
-
useFipsEndpoint?: boolean | __Provider<boolean>;
|
|
108
|
-
|
|
109
|
-
serviceId?: string;
|
|
110
|
-
|
|
111
|
-
region?: string | __Provider<string>;
|
|
112
|
-
|
|
113
|
-
credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
|
|
114
|
-
|
|
115
|
-
regionInfoProvider?: RegionInfoProvider;
|
|
116
|
-
|
|
117
|
-
defaultUserAgentProvider?: Provider<__UserAgent>;
|
|
118
|
-
|
|
119
|
-
defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
|
|
120
|
-
}
|
|
121
|
-
declare type LexModelsV2ClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointsInputConfig & RetryInputConfig & HostHeaderInputConfig & AwsAuthInputConfig & UserAgentInputConfig;
|
|
122
|
-
|
|
123
|
-
export interface LexModelsV2ClientConfig extends LexModelsV2ClientConfigType {
|
|
124
|
-
}
|
|
125
|
-
declare type LexModelsV2ClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RegionResolvedConfig & EndpointsResolvedConfig & RetryResolvedConfig & HostHeaderResolvedConfig & AwsAuthResolvedConfig & UserAgentResolvedConfig;
|
|
126
|
-
|
|
127
|
-
export interface LexModelsV2ClientResolvedConfig extends LexModelsV2ClientResolvedConfigType {
|
|
128
|
-
}
|
|
129
|
-
|
|
130
|
-
export declare class LexModelsV2Client extends __Client<__HttpHandlerOptions, ServiceInputTypes, ServiceOutputTypes, LexModelsV2ClientResolvedConfig> {
|
|
131
|
-
|
|
132
|
-
readonly config: LexModelsV2ClientResolvedConfig;
|
|
133
|
-
constructor(configuration: LexModelsV2ClientConfig);
|
|
134
|
-
|
|
135
|
-
destroy(): void;
|
|
136
|
-
}
|
|
137
|
-
export {};
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
-
import { LexModelsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LexModelsV2Client";
|
|
4
|
-
import { BuildBotLocaleRequest, BuildBotLocaleResponse } from "../models/models_0";
|
|
5
|
-
export interface BuildBotLocaleCommandInput extends BuildBotLocaleRequest {
|
|
6
|
-
}
|
|
7
|
-
export interface BuildBotLocaleCommandOutput extends BuildBotLocaleResponse, __MetadataBearer {
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
export declare class BuildBotLocaleCommand extends $Command<BuildBotLocaleCommandInput, BuildBotLocaleCommandOutput, LexModelsV2ClientResolvedConfig> {
|
|
11
|
-
readonly input: BuildBotLocaleCommandInput;
|
|
12
|
-
constructor(input: BuildBotLocaleCommandInput);
|
|
13
|
-
|
|
14
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LexModelsV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<BuildBotLocaleCommandInput, BuildBotLocaleCommandOutput>;
|
|
15
|
-
private serialize;
|
|
16
|
-
private deserialize;
|
|
17
|
-
}
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
-
import { LexModelsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LexModelsV2Client";
|
|
4
|
-
import { CreateBotAliasRequest, CreateBotAliasResponse } from "../models/models_0";
|
|
5
|
-
export interface CreateBotAliasCommandInput extends CreateBotAliasRequest {
|
|
6
|
-
}
|
|
7
|
-
export interface CreateBotAliasCommandOutput extends CreateBotAliasResponse, __MetadataBearer {
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
export declare class CreateBotAliasCommand extends $Command<CreateBotAliasCommandInput, CreateBotAliasCommandOutput, LexModelsV2ClientResolvedConfig> {
|
|
11
|
-
readonly input: CreateBotAliasCommandInput;
|
|
12
|
-
constructor(input: CreateBotAliasCommandInput);
|
|
13
|
-
|
|
14
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LexModelsV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateBotAliasCommandInput, CreateBotAliasCommandOutput>;
|
|
15
|
-
private serialize;
|
|
16
|
-
private deserialize;
|
|
17
|
-
}
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
-
import { LexModelsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LexModelsV2Client";
|
|
4
|
-
import { CreateBotRequest, CreateBotResponse } from "../models/models_0";
|
|
5
|
-
export interface CreateBotCommandInput extends CreateBotRequest {
|
|
6
|
-
}
|
|
7
|
-
export interface CreateBotCommandOutput extends CreateBotResponse, __MetadataBearer {
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
export declare class CreateBotCommand extends $Command<CreateBotCommandInput, CreateBotCommandOutput, LexModelsV2ClientResolvedConfig> {
|
|
11
|
-
readonly input: CreateBotCommandInput;
|
|
12
|
-
constructor(input: CreateBotCommandInput);
|
|
13
|
-
|
|
14
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LexModelsV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateBotCommandInput, CreateBotCommandOutput>;
|
|
15
|
-
private serialize;
|
|
16
|
-
private deserialize;
|
|
17
|
-
}
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
-
import { LexModelsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LexModelsV2Client";
|
|
4
|
-
import { CreateBotLocaleRequest, CreateBotLocaleResponse } from "../models/models_0";
|
|
5
|
-
export interface CreateBotLocaleCommandInput extends CreateBotLocaleRequest {
|
|
6
|
-
}
|
|
7
|
-
export interface CreateBotLocaleCommandOutput extends CreateBotLocaleResponse, __MetadataBearer {
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
export declare class CreateBotLocaleCommand extends $Command<CreateBotLocaleCommandInput, CreateBotLocaleCommandOutput, LexModelsV2ClientResolvedConfig> {
|
|
11
|
-
readonly input: CreateBotLocaleCommandInput;
|
|
12
|
-
constructor(input: CreateBotLocaleCommandInput);
|
|
13
|
-
|
|
14
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LexModelsV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateBotLocaleCommandInput, CreateBotLocaleCommandOutput>;
|
|
15
|
-
private serialize;
|
|
16
|
-
private deserialize;
|
|
17
|
-
}
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
-
import { LexModelsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LexModelsV2Client";
|
|
4
|
-
import { CreateBotVersionRequest, CreateBotVersionResponse } from "../models/models_0";
|
|
5
|
-
export interface CreateBotVersionCommandInput extends CreateBotVersionRequest {
|
|
6
|
-
}
|
|
7
|
-
export interface CreateBotVersionCommandOutput extends CreateBotVersionResponse, __MetadataBearer {
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
export declare class CreateBotVersionCommand extends $Command<CreateBotVersionCommandInput, CreateBotVersionCommandOutput, LexModelsV2ClientResolvedConfig> {
|
|
11
|
-
readonly input: CreateBotVersionCommandInput;
|
|
12
|
-
constructor(input: CreateBotVersionCommandInput);
|
|
13
|
-
|
|
14
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LexModelsV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateBotVersionCommandInput, CreateBotVersionCommandOutput>;
|
|
15
|
-
private serialize;
|
|
16
|
-
private deserialize;
|
|
17
|
-
}
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
-
import { LexModelsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LexModelsV2Client";
|
|
4
|
-
import { CreateExportRequest, CreateExportResponse } from "../models/models_0";
|
|
5
|
-
export interface CreateExportCommandInput extends CreateExportRequest {
|
|
6
|
-
}
|
|
7
|
-
export interface CreateExportCommandOutput extends CreateExportResponse, __MetadataBearer {
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
export declare class CreateExportCommand extends $Command<CreateExportCommandInput, CreateExportCommandOutput, LexModelsV2ClientResolvedConfig> {
|
|
11
|
-
readonly input: CreateExportCommandInput;
|
|
12
|
-
constructor(input: CreateExportCommandInput);
|
|
13
|
-
|
|
14
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LexModelsV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateExportCommandInput, CreateExportCommandOutput>;
|
|
15
|
-
private serialize;
|
|
16
|
-
private deserialize;
|
|
17
|
-
}
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
-
import { LexModelsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LexModelsV2Client";
|
|
4
|
-
import { CreateIntentRequest, CreateIntentResponse } from "../models/models_0";
|
|
5
|
-
export interface CreateIntentCommandInput extends CreateIntentRequest {
|
|
6
|
-
}
|
|
7
|
-
export interface CreateIntentCommandOutput extends CreateIntentResponse, __MetadataBearer {
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
export declare class CreateIntentCommand extends $Command<CreateIntentCommandInput, CreateIntentCommandOutput, LexModelsV2ClientResolvedConfig> {
|
|
11
|
-
readonly input: CreateIntentCommandInput;
|
|
12
|
-
constructor(input: CreateIntentCommandInput);
|
|
13
|
-
|
|
14
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LexModelsV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateIntentCommandInput, CreateIntentCommandOutput>;
|
|
15
|
-
private serialize;
|
|
16
|
-
private deserialize;
|
|
17
|
-
}
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
-
import { LexModelsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LexModelsV2Client";
|
|
4
|
-
import { CreateResourcePolicyRequest, CreateResourcePolicyResponse } from "../models/models_0";
|
|
5
|
-
export interface CreateResourcePolicyCommandInput extends CreateResourcePolicyRequest {
|
|
6
|
-
}
|
|
7
|
-
export interface CreateResourcePolicyCommandOutput extends CreateResourcePolicyResponse, __MetadataBearer {
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
export declare class CreateResourcePolicyCommand extends $Command<CreateResourcePolicyCommandInput, CreateResourcePolicyCommandOutput, LexModelsV2ClientResolvedConfig> {
|
|
11
|
-
readonly input: CreateResourcePolicyCommandInput;
|
|
12
|
-
constructor(input: CreateResourcePolicyCommandInput);
|
|
13
|
-
|
|
14
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LexModelsV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateResourcePolicyCommandInput, CreateResourcePolicyCommandOutput>;
|
|
15
|
-
private serialize;
|
|
16
|
-
private deserialize;
|
|
17
|
-
}
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
-
import { LexModelsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LexModelsV2Client";
|
|
4
|
-
import { CreateResourcePolicyStatementRequest, CreateResourcePolicyStatementResponse } from "../models/models_0";
|
|
5
|
-
export interface CreateResourcePolicyStatementCommandInput extends CreateResourcePolicyStatementRequest {
|
|
6
|
-
}
|
|
7
|
-
export interface CreateResourcePolicyStatementCommandOutput extends CreateResourcePolicyStatementResponse, __MetadataBearer {
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
export declare class CreateResourcePolicyStatementCommand extends $Command<CreateResourcePolicyStatementCommandInput, CreateResourcePolicyStatementCommandOutput, LexModelsV2ClientResolvedConfig> {
|
|
11
|
-
readonly input: CreateResourcePolicyStatementCommandInput;
|
|
12
|
-
constructor(input: CreateResourcePolicyStatementCommandInput);
|
|
13
|
-
|
|
14
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LexModelsV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateResourcePolicyStatementCommandInput, CreateResourcePolicyStatementCommandOutput>;
|
|
15
|
-
private serialize;
|
|
16
|
-
private deserialize;
|
|
17
|
-
}
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
-
import { LexModelsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LexModelsV2Client";
|
|
4
|
-
import { CreateSlotRequest, CreateSlotResponse } from "../models/models_0";
|
|
5
|
-
export interface CreateSlotCommandInput extends CreateSlotRequest {
|
|
6
|
-
}
|
|
7
|
-
export interface CreateSlotCommandOutput extends CreateSlotResponse, __MetadataBearer {
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
export declare class CreateSlotCommand extends $Command<CreateSlotCommandInput, CreateSlotCommandOutput, LexModelsV2ClientResolvedConfig> {
|
|
11
|
-
readonly input: CreateSlotCommandInput;
|
|
12
|
-
constructor(input: CreateSlotCommandInput);
|
|
13
|
-
|
|
14
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LexModelsV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateSlotCommandInput, CreateSlotCommandOutput>;
|
|
15
|
-
private serialize;
|
|
16
|
-
private deserialize;
|
|
17
|
-
}
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
-
import { LexModelsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LexModelsV2Client";
|
|
4
|
-
import { CreateSlotTypeRequest, CreateSlotTypeResponse } from "../models/models_0";
|
|
5
|
-
export interface CreateSlotTypeCommandInput extends CreateSlotTypeRequest {
|
|
6
|
-
}
|
|
7
|
-
export interface CreateSlotTypeCommandOutput extends CreateSlotTypeResponse, __MetadataBearer {
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
export declare class CreateSlotTypeCommand extends $Command<CreateSlotTypeCommandInput, CreateSlotTypeCommandOutput, LexModelsV2ClientResolvedConfig> {
|
|
11
|
-
readonly input: CreateSlotTypeCommandInput;
|
|
12
|
-
constructor(input: CreateSlotTypeCommandInput);
|
|
13
|
-
|
|
14
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LexModelsV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateSlotTypeCommandInput, CreateSlotTypeCommandOutput>;
|
|
15
|
-
private serialize;
|
|
16
|
-
private deserialize;
|
|
17
|
-
}
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
-
import { LexModelsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LexModelsV2Client";
|
|
4
|
-
import { CreateUploadUrlRequest, CreateUploadUrlResponse } from "../models/models_0";
|
|
5
|
-
export interface CreateUploadUrlCommandInput extends CreateUploadUrlRequest {
|
|
6
|
-
}
|
|
7
|
-
export interface CreateUploadUrlCommandOutput extends CreateUploadUrlResponse, __MetadataBearer {
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
export declare class CreateUploadUrlCommand extends $Command<CreateUploadUrlCommandInput, CreateUploadUrlCommandOutput, LexModelsV2ClientResolvedConfig> {
|
|
11
|
-
readonly input: CreateUploadUrlCommandInput;
|
|
12
|
-
constructor(input: CreateUploadUrlCommandInput);
|
|
13
|
-
|
|
14
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LexModelsV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateUploadUrlCommandInput, CreateUploadUrlCommandOutput>;
|
|
15
|
-
private serialize;
|
|
16
|
-
private deserialize;
|
|
17
|
-
}
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
-
import { LexModelsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LexModelsV2Client";
|
|
4
|
-
import { DeleteBotAliasRequest, DeleteBotAliasResponse } from "../models/models_0";
|
|
5
|
-
export interface DeleteBotAliasCommandInput extends DeleteBotAliasRequest {
|
|
6
|
-
}
|
|
7
|
-
export interface DeleteBotAliasCommandOutput extends DeleteBotAliasResponse, __MetadataBearer {
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
export declare class DeleteBotAliasCommand extends $Command<DeleteBotAliasCommandInput, DeleteBotAliasCommandOutput, LexModelsV2ClientResolvedConfig> {
|
|
11
|
-
readonly input: DeleteBotAliasCommandInput;
|
|
12
|
-
constructor(input: DeleteBotAliasCommandInput);
|
|
13
|
-
|
|
14
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LexModelsV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteBotAliasCommandInput, DeleteBotAliasCommandOutput>;
|
|
15
|
-
private serialize;
|
|
16
|
-
private deserialize;
|
|
17
|
-
}
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
-
import { LexModelsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LexModelsV2Client";
|
|
4
|
-
import { DeleteBotRequest, DeleteBotResponse } from "../models/models_0";
|
|
5
|
-
export interface DeleteBotCommandInput extends DeleteBotRequest {
|
|
6
|
-
}
|
|
7
|
-
export interface DeleteBotCommandOutput extends DeleteBotResponse, __MetadataBearer {
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
export declare class DeleteBotCommand extends $Command<DeleteBotCommandInput, DeleteBotCommandOutput, LexModelsV2ClientResolvedConfig> {
|
|
11
|
-
readonly input: DeleteBotCommandInput;
|
|
12
|
-
constructor(input: DeleteBotCommandInput);
|
|
13
|
-
|
|
14
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LexModelsV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteBotCommandInput, DeleteBotCommandOutput>;
|
|
15
|
-
private serialize;
|
|
16
|
-
private deserialize;
|
|
17
|
-
}
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
-
import { LexModelsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LexModelsV2Client";
|
|
4
|
-
import { DeleteBotLocaleRequest, DeleteBotLocaleResponse } from "../models/models_0";
|
|
5
|
-
export interface DeleteBotLocaleCommandInput extends DeleteBotLocaleRequest {
|
|
6
|
-
}
|
|
7
|
-
export interface DeleteBotLocaleCommandOutput extends DeleteBotLocaleResponse, __MetadataBearer {
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
export declare class DeleteBotLocaleCommand extends $Command<DeleteBotLocaleCommandInput, DeleteBotLocaleCommandOutput, LexModelsV2ClientResolvedConfig> {
|
|
11
|
-
readonly input: DeleteBotLocaleCommandInput;
|
|
12
|
-
constructor(input: DeleteBotLocaleCommandInput);
|
|
13
|
-
|
|
14
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LexModelsV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteBotLocaleCommandInput, DeleteBotLocaleCommandOutput>;
|
|
15
|
-
private serialize;
|
|
16
|
-
private deserialize;
|
|
17
|
-
}
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
-
import { LexModelsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LexModelsV2Client";
|
|
4
|
-
import { DeleteBotVersionRequest, DeleteBotVersionResponse } from "../models/models_0";
|
|
5
|
-
export interface DeleteBotVersionCommandInput extends DeleteBotVersionRequest {
|
|
6
|
-
}
|
|
7
|
-
export interface DeleteBotVersionCommandOutput extends DeleteBotVersionResponse, __MetadataBearer {
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
export declare class DeleteBotVersionCommand extends $Command<DeleteBotVersionCommandInput, DeleteBotVersionCommandOutput, LexModelsV2ClientResolvedConfig> {
|
|
11
|
-
readonly input: DeleteBotVersionCommandInput;
|
|
12
|
-
constructor(input: DeleteBotVersionCommandInput);
|
|
13
|
-
|
|
14
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LexModelsV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteBotVersionCommandInput, DeleteBotVersionCommandOutput>;
|
|
15
|
-
private serialize;
|
|
16
|
-
private deserialize;
|
|
17
|
-
}
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
-
import { LexModelsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LexModelsV2Client";
|
|
4
|
-
import { DeleteExportRequest, DeleteExportResponse } from "../models/models_0";
|
|
5
|
-
export interface DeleteExportCommandInput extends DeleteExportRequest {
|
|
6
|
-
}
|
|
7
|
-
export interface DeleteExportCommandOutput extends DeleteExportResponse, __MetadataBearer {
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
export declare class DeleteExportCommand extends $Command<DeleteExportCommandInput, DeleteExportCommandOutput, LexModelsV2ClientResolvedConfig> {
|
|
11
|
-
readonly input: DeleteExportCommandInput;
|
|
12
|
-
constructor(input: DeleteExportCommandInput);
|
|
13
|
-
|
|
14
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LexModelsV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteExportCommandInput, DeleteExportCommandOutput>;
|
|
15
|
-
private serialize;
|
|
16
|
-
private deserialize;
|
|
17
|
-
}
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
-
import { LexModelsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LexModelsV2Client";
|
|
4
|
-
import { DeleteImportRequest, DeleteImportResponse } from "../models/models_0";
|
|
5
|
-
export interface DeleteImportCommandInput extends DeleteImportRequest {
|
|
6
|
-
}
|
|
7
|
-
export interface DeleteImportCommandOutput extends DeleteImportResponse, __MetadataBearer {
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
export declare class DeleteImportCommand extends $Command<DeleteImportCommandInput, DeleteImportCommandOutput, LexModelsV2ClientResolvedConfig> {
|
|
11
|
-
readonly input: DeleteImportCommandInput;
|
|
12
|
-
constructor(input: DeleteImportCommandInput);
|
|
13
|
-
|
|
14
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LexModelsV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteImportCommandInput, DeleteImportCommandOutput>;
|
|
15
|
-
private serialize;
|
|
16
|
-
private deserialize;
|
|
17
|
-
}
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
-
import { LexModelsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LexModelsV2Client";
|
|
4
|
-
import { DeleteIntentRequest } from "../models/models_0";
|
|
5
|
-
export interface DeleteIntentCommandInput extends DeleteIntentRequest {
|
|
6
|
-
}
|
|
7
|
-
export interface DeleteIntentCommandOutput extends __MetadataBearer {
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
export declare class DeleteIntentCommand extends $Command<DeleteIntentCommandInput, DeleteIntentCommandOutput, LexModelsV2ClientResolvedConfig> {
|
|
11
|
-
readonly input: DeleteIntentCommandInput;
|
|
12
|
-
constructor(input: DeleteIntentCommandInput);
|
|
13
|
-
|
|
14
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LexModelsV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteIntentCommandInput, DeleteIntentCommandOutput>;
|
|
15
|
-
private serialize;
|
|
16
|
-
private deserialize;
|
|
17
|
-
}
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
-
import { LexModelsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LexModelsV2Client";
|
|
4
|
-
import { DeleteResourcePolicyRequest, DeleteResourcePolicyResponse } from "../models/models_0";
|
|
5
|
-
export interface DeleteResourcePolicyCommandInput extends DeleteResourcePolicyRequest {
|
|
6
|
-
}
|
|
7
|
-
export interface DeleteResourcePolicyCommandOutput extends DeleteResourcePolicyResponse, __MetadataBearer {
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
export declare class DeleteResourcePolicyCommand extends $Command<DeleteResourcePolicyCommandInput, DeleteResourcePolicyCommandOutput, LexModelsV2ClientResolvedConfig> {
|
|
11
|
-
readonly input: DeleteResourcePolicyCommandInput;
|
|
12
|
-
constructor(input: DeleteResourcePolicyCommandInput);
|
|
13
|
-
|
|
14
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LexModelsV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteResourcePolicyCommandInput, DeleteResourcePolicyCommandOutput>;
|
|
15
|
-
private serialize;
|
|
16
|
-
private deserialize;
|
|
17
|
-
}
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
-
import { LexModelsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LexModelsV2Client";
|
|
4
|
-
import { DeleteResourcePolicyStatementRequest, DeleteResourcePolicyStatementResponse } from "../models/models_0";
|
|
5
|
-
export interface DeleteResourcePolicyStatementCommandInput extends DeleteResourcePolicyStatementRequest {
|
|
6
|
-
}
|
|
7
|
-
export interface DeleteResourcePolicyStatementCommandOutput extends DeleteResourcePolicyStatementResponse, __MetadataBearer {
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
export declare class DeleteResourcePolicyStatementCommand extends $Command<DeleteResourcePolicyStatementCommandInput, DeleteResourcePolicyStatementCommandOutput, LexModelsV2ClientResolvedConfig> {
|
|
11
|
-
readonly input: DeleteResourcePolicyStatementCommandInput;
|
|
12
|
-
constructor(input: DeleteResourcePolicyStatementCommandInput);
|
|
13
|
-
|
|
14
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LexModelsV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteResourcePolicyStatementCommandInput, DeleteResourcePolicyStatementCommandOutput>;
|
|
15
|
-
private serialize;
|
|
16
|
-
private deserialize;
|
|
17
|
-
}
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
-
import { LexModelsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LexModelsV2Client";
|
|
4
|
-
import { DeleteSlotRequest } from "../models/models_0";
|
|
5
|
-
export interface DeleteSlotCommandInput extends DeleteSlotRequest {
|
|
6
|
-
}
|
|
7
|
-
export interface DeleteSlotCommandOutput extends __MetadataBearer {
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
export declare class DeleteSlotCommand extends $Command<DeleteSlotCommandInput, DeleteSlotCommandOutput, LexModelsV2ClientResolvedConfig> {
|
|
11
|
-
readonly input: DeleteSlotCommandInput;
|
|
12
|
-
constructor(input: DeleteSlotCommandInput);
|
|
13
|
-
|
|
14
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LexModelsV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteSlotCommandInput, DeleteSlotCommandOutput>;
|
|
15
|
-
private serialize;
|
|
16
|
-
private deserialize;
|
|
17
|
-
}
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
-
import { LexModelsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LexModelsV2Client";
|
|
4
|
-
import { DeleteSlotTypeRequest } from "../models/models_0";
|
|
5
|
-
export interface DeleteSlotTypeCommandInput extends DeleteSlotTypeRequest {
|
|
6
|
-
}
|
|
7
|
-
export interface DeleteSlotTypeCommandOutput extends __MetadataBearer {
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
export declare class DeleteSlotTypeCommand extends $Command<DeleteSlotTypeCommandInput, DeleteSlotTypeCommandOutput, LexModelsV2ClientResolvedConfig> {
|
|
11
|
-
readonly input: DeleteSlotTypeCommandInput;
|
|
12
|
-
constructor(input: DeleteSlotTypeCommandInput);
|
|
13
|
-
|
|
14
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LexModelsV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteSlotTypeCommandInput, DeleteSlotTypeCommandOutput>;
|
|
15
|
-
private serialize;
|
|
16
|
-
private deserialize;
|
|
17
|
-
}
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
-
import { LexModelsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LexModelsV2Client";
|
|
4
|
-
import { DeleteUtterancesRequest, DeleteUtterancesResponse } from "../models/models_0";
|
|
5
|
-
export interface DeleteUtterancesCommandInput extends DeleteUtterancesRequest {
|
|
6
|
-
}
|
|
7
|
-
export interface DeleteUtterancesCommandOutput extends DeleteUtterancesResponse, __MetadataBearer {
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
export declare class DeleteUtterancesCommand extends $Command<DeleteUtterancesCommandInput, DeleteUtterancesCommandOutput, LexModelsV2ClientResolvedConfig> {
|
|
11
|
-
readonly input: DeleteUtterancesCommandInput;
|
|
12
|
-
constructor(input: DeleteUtterancesCommandInput);
|
|
13
|
-
|
|
14
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LexModelsV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteUtterancesCommandInput, DeleteUtterancesCommandOutput>;
|
|
15
|
-
private serialize;
|
|
16
|
-
private deserialize;
|
|
17
|
-
}
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
-
import { LexModelsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LexModelsV2Client";
|
|
4
|
-
import { DescribeBotAliasRequest, DescribeBotAliasResponse } from "../models/models_0";
|
|
5
|
-
export interface DescribeBotAliasCommandInput extends DescribeBotAliasRequest {
|
|
6
|
-
}
|
|
7
|
-
export interface DescribeBotAliasCommandOutput extends DescribeBotAliasResponse, __MetadataBearer {
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
export declare class DescribeBotAliasCommand extends $Command<DescribeBotAliasCommandInput, DescribeBotAliasCommandOutput, LexModelsV2ClientResolvedConfig> {
|
|
11
|
-
readonly input: DescribeBotAliasCommandInput;
|
|
12
|
-
constructor(input: DescribeBotAliasCommandInput);
|
|
13
|
-
|
|
14
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LexModelsV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeBotAliasCommandInput, DescribeBotAliasCommandOutput>;
|
|
15
|
-
private serialize;
|
|
16
|
-
private deserialize;
|
|
17
|
-
}
|