@aws-sdk/client-lex-models-v2 3.168.0 → 3.170.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 +1210 -340
- package/dist-types/ts3.4/LexModelsV2Client.d.ts +531 -140
- package/dist-types/ts3.4/commands/BuildBotLocaleCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/CreateBotAliasCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/CreateBotCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/CreateBotLocaleCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/CreateBotVersionCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/CreateExportCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/CreateIntentCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/CreateResourcePolicyCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateResourcePolicyStatementCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateSlotCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/CreateSlotTypeCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/CreateUploadUrlCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteBotAliasCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteBotCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/DeleteBotLocaleCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteBotVersionCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteCustomVocabularyCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeleteExportCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/DeleteImportCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/DeleteIntentCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DeleteResourcePolicyCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeleteResourcePolicyStatementCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeleteSlotCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DeleteSlotTypeCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DeleteUtterancesCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DescribeBotAliasCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DescribeBotCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/DescribeBotLocaleCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/DescribeBotRecommendationCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeBotVersionCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/DescribeCustomVocabularyMetadataCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeExportCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DescribeImportCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DescribeIntentCommand.d.ts +35 -18
- package/dist-types/ts3.4/commands/DescribeResourcePolicyCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeSlotCommand.d.ts +35 -18
- package/dist-types/ts3.4/commands/DescribeSlotTypeCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ListAggregatedUtterancesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListBotAliasesCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ListBotLocalesCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ListBotRecommendationsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListBotVersionsCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ListBotsCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ListBuiltInIntentsCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/ListBuiltInSlotTypesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListExportsCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ListImportsCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ListIntentsCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ListRecommendedIntentsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListSlotTypesCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ListSlotsCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/SearchAssociatedTranscriptsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/StartBotRecommendationCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/StartImportCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/StopBotRecommendationCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/UpdateBotAliasCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/UpdateBotCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/UpdateBotLocaleCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/UpdateBotRecommendationCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UpdateExportCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/UpdateIntentCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/UpdateResourcePolicyCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UpdateSlotCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/UpdateSlotTypeCommand.d.ts +37 -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 +8 -6
- package/dist-types/ts3.4/models/index.d.ts +2 -2
- package/dist-types/ts3.4/models/models_0.d.ts +3396 -3193
- package/dist-types/ts3.4/models/models_1.d.ts +550 -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 +66 -38
- package/dist-types/ts3.4/runtimeConfig.d.ts +66 -38
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +67 -37
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -11
- package/dist-types/ts3.4/waiters/index.d.ts +8 -8
- package/dist-types/ts3.4/waiters/waitForBotAliasAvailable.d.ts +13 -7
- package/dist-types/ts3.4/waiters/waitForBotAvailable.d.ts +13 -7
- package/dist-types/ts3.4/waiters/waitForBotExportCompleted.d.ts +13 -7
- package/dist-types/ts3.4/waiters/waitForBotImportCompleted.d.ts +13 -7
- package/dist-types/ts3.4/waiters/waitForBotLocaleBuilt.d.ts +13 -7
- package/dist-types/ts3.4/waiters/waitForBotLocaleCreated.d.ts +13 -7
- package/dist-types/ts3.4/waiters/waitForBotLocaleExpressTestingAvailable.d.ts +13 -7
- package/dist-types/ts3.4/waiters/waitForBotVersionAvailable.d.ts +13 -7
- package/package.json +35 -35
|
@@ -1,140 +1,531 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
import {
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
import {
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
import {
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
import {
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
import {
|
|
24
|
-
import {
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
import {
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
import {
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
import {
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
import {
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
import {
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
import {
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
import {
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
import {
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
import {
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
1
|
+
import {
|
|
2
|
+
EndpointsInputConfig,
|
|
3
|
+
EndpointsResolvedConfig,
|
|
4
|
+
RegionInputConfig,
|
|
5
|
+
RegionResolvedConfig,
|
|
6
|
+
} from "@aws-sdk/config-resolver";
|
|
7
|
+
import {
|
|
8
|
+
HostHeaderInputConfig,
|
|
9
|
+
HostHeaderResolvedConfig,
|
|
10
|
+
} from "@aws-sdk/middleware-host-header";
|
|
11
|
+
import {
|
|
12
|
+
RetryInputConfig,
|
|
13
|
+
RetryResolvedConfig,
|
|
14
|
+
} from "@aws-sdk/middleware-retry";
|
|
15
|
+
import {
|
|
16
|
+
AwsAuthInputConfig,
|
|
17
|
+
AwsAuthResolvedConfig,
|
|
18
|
+
} from "@aws-sdk/middleware-signing";
|
|
19
|
+
import {
|
|
20
|
+
UserAgentInputConfig,
|
|
21
|
+
UserAgentResolvedConfig,
|
|
22
|
+
} from "@aws-sdk/middleware-user-agent";
|
|
23
|
+
import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
|
|
24
|
+
import {
|
|
25
|
+
Client as __Client,
|
|
26
|
+
DefaultsMode,
|
|
27
|
+
SmithyConfiguration as __SmithyConfiguration,
|
|
28
|
+
SmithyResolvedConfiguration as __SmithyResolvedConfiguration,
|
|
29
|
+
} from "@aws-sdk/smithy-client";
|
|
30
|
+
import {
|
|
31
|
+
BodyLengthCalculator as __BodyLengthCalculator,
|
|
32
|
+
Credentials as __Credentials,
|
|
33
|
+
Decoder as __Decoder,
|
|
34
|
+
Encoder as __Encoder,
|
|
35
|
+
HashConstructor as __HashConstructor,
|
|
36
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
37
|
+
Logger as __Logger,
|
|
38
|
+
Provider as __Provider,
|
|
39
|
+
Provider,
|
|
40
|
+
RegionInfoProvider,
|
|
41
|
+
StreamCollector as __StreamCollector,
|
|
42
|
+
UrlParser as __UrlParser,
|
|
43
|
+
UserAgent as __UserAgent,
|
|
44
|
+
} from "@aws-sdk/types";
|
|
45
|
+
import {
|
|
46
|
+
BuildBotLocaleCommandInput,
|
|
47
|
+
BuildBotLocaleCommandOutput,
|
|
48
|
+
} from "./commands/BuildBotLocaleCommand";
|
|
49
|
+
import {
|
|
50
|
+
CreateBotAliasCommandInput,
|
|
51
|
+
CreateBotAliasCommandOutput,
|
|
52
|
+
} from "./commands/CreateBotAliasCommand";
|
|
53
|
+
import {
|
|
54
|
+
CreateBotCommandInput,
|
|
55
|
+
CreateBotCommandOutput,
|
|
56
|
+
} from "./commands/CreateBotCommand";
|
|
57
|
+
import {
|
|
58
|
+
CreateBotLocaleCommandInput,
|
|
59
|
+
CreateBotLocaleCommandOutput,
|
|
60
|
+
} from "./commands/CreateBotLocaleCommand";
|
|
61
|
+
import {
|
|
62
|
+
CreateBotVersionCommandInput,
|
|
63
|
+
CreateBotVersionCommandOutput,
|
|
64
|
+
} from "./commands/CreateBotVersionCommand";
|
|
65
|
+
import {
|
|
66
|
+
CreateExportCommandInput,
|
|
67
|
+
CreateExportCommandOutput,
|
|
68
|
+
} from "./commands/CreateExportCommand";
|
|
69
|
+
import {
|
|
70
|
+
CreateIntentCommandInput,
|
|
71
|
+
CreateIntentCommandOutput,
|
|
72
|
+
} from "./commands/CreateIntentCommand";
|
|
73
|
+
import {
|
|
74
|
+
CreateResourcePolicyCommandInput,
|
|
75
|
+
CreateResourcePolicyCommandOutput,
|
|
76
|
+
} from "./commands/CreateResourcePolicyCommand";
|
|
77
|
+
import {
|
|
78
|
+
CreateResourcePolicyStatementCommandInput,
|
|
79
|
+
CreateResourcePolicyStatementCommandOutput,
|
|
80
|
+
} from "./commands/CreateResourcePolicyStatementCommand";
|
|
81
|
+
import {
|
|
82
|
+
CreateSlotCommandInput,
|
|
83
|
+
CreateSlotCommandOutput,
|
|
84
|
+
} from "./commands/CreateSlotCommand";
|
|
85
|
+
import {
|
|
86
|
+
CreateSlotTypeCommandInput,
|
|
87
|
+
CreateSlotTypeCommandOutput,
|
|
88
|
+
} from "./commands/CreateSlotTypeCommand";
|
|
89
|
+
import {
|
|
90
|
+
CreateUploadUrlCommandInput,
|
|
91
|
+
CreateUploadUrlCommandOutput,
|
|
92
|
+
} from "./commands/CreateUploadUrlCommand";
|
|
93
|
+
import {
|
|
94
|
+
DeleteBotAliasCommandInput,
|
|
95
|
+
DeleteBotAliasCommandOutput,
|
|
96
|
+
} from "./commands/DeleteBotAliasCommand";
|
|
97
|
+
import {
|
|
98
|
+
DeleteBotCommandInput,
|
|
99
|
+
DeleteBotCommandOutput,
|
|
100
|
+
} from "./commands/DeleteBotCommand";
|
|
101
|
+
import {
|
|
102
|
+
DeleteBotLocaleCommandInput,
|
|
103
|
+
DeleteBotLocaleCommandOutput,
|
|
104
|
+
} from "./commands/DeleteBotLocaleCommand";
|
|
105
|
+
import {
|
|
106
|
+
DeleteBotVersionCommandInput,
|
|
107
|
+
DeleteBotVersionCommandOutput,
|
|
108
|
+
} from "./commands/DeleteBotVersionCommand";
|
|
109
|
+
import {
|
|
110
|
+
DeleteCustomVocabularyCommandInput,
|
|
111
|
+
DeleteCustomVocabularyCommandOutput,
|
|
112
|
+
} from "./commands/DeleteCustomVocabularyCommand";
|
|
113
|
+
import {
|
|
114
|
+
DeleteExportCommandInput,
|
|
115
|
+
DeleteExportCommandOutput,
|
|
116
|
+
} from "./commands/DeleteExportCommand";
|
|
117
|
+
import {
|
|
118
|
+
DeleteImportCommandInput,
|
|
119
|
+
DeleteImportCommandOutput,
|
|
120
|
+
} from "./commands/DeleteImportCommand";
|
|
121
|
+
import {
|
|
122
|
+
DeleteIntentCommandInput,
|
|
123
|
+
DeleteIntentCommandOutput,
|
|
124
|
+
} from "./commands/DeleteIntentCommand";
|
|
125
|
+
import {
|
|
126
|
+
DeleteResourcePolicyCommandInput,
|
|
127
|
+
DeleteResourcePolicyCommandOutput,
|
|
128
|
+
} from "./commands/DeleteResourcePolicyCommand";
|
|
129
|
+
import {
|
|
130
|
+
DeleteResourcePolicyStatementCommandInput,
|
|
131
|
+
DeleteResourcePolicyStatementCommandOutput,
|
|
132
|
+
} from "./commands/DeleteResourcePolicyStatementCommand";
|
|
133
|
+
import {
|
|
134
|
+
DeleteSlotCommandInput,
|
|
135
|
+
DeleteSlotCommandOutput,
|
|
136
|
+
} from "./commands/DeleteSlotCommand";
|
|
137
|
+
import {
|
|
138
|
+
DeleteSlotTypeCommandInput,
|
|
139
|
+
DeleteSlotTypeCommandOutput,
|
|
140
|
+
} from "./commands/DeleteSlotTypeCommand";
|
|
141
|
+
import {
|
|
142
|
+
DeleteUtterancesCommandInput,
|
|
143
|
+
DeleteUtterancesCommandOutput,
|
|
144
|
+
} from "./commands/DeleteUtterancesCommand";
|
|
145
|
+
import {
|
|
146
|
+
DescribeBotAliasCommandInput,
|
|
147
|
+
DescribeBotAliasCommandOutput,
|
|
148
|
+
} from "./commands/DescribeBotAliasCommand";
|
|
149
|
+
import {
|
|
150
|
+
DescribeBotCommandInput,
|
|
151
|
+
DescribeBotCommandOutput,
|
|
152
|
+
} from "./commands/DescribeBotCommand";
|
|
153
|
+
import {
|
|
154
|
+
DescribeBotLocaleCommandInput,
|
|
155
|
+
DescribeBotLocaleCommandOutput,
|
|
156
|
+
} from "./commands/DescribeBotLocaleCommand";
|
|
157
|
+
import {
|
|
158
|
+
DescribeBotRecommendationCommandInput,
|
|
159
|
+
DescribeBotRecommendationCommandOutput,
|
|
160
|
+
} from "./commands/DescribeBotRecommendationCommand";
|
|
161
|
+
import {
|
|
162
|
+
DescribeBotVersionCommandInput,
|
|
163
|
+
DescribeBotVersionCommandOutput,
|
|
164
|
+
} from "./commands/DescribeBotVersionCommand";
|
|
165
|
+
import {
|
|
166
|
+
DescribeCustomVocabularyMetadataCommandInput,
|
|
167
|
+
DescribeCustomVocabularyMetadataCommandOutput,
|
|
168
|
+
} from "./commands/DescribeCustomVocabularyMetadataCommand";
|
|
169
|
+
import {
|
|
170
|
+
DescribeExportCommandInput,
|
|
171
|
+
DescribeExportCommandOutput,
|
|
172
|
+
} from "./commands/DescribeExportCommand";
|
|
173
|
+
import {
|
|
174
|
+
DescribeImportCommandInput,
|
|
175
|
+
DescribeImportCommandOutput,
|
|
176
|
+
} from "./commands/DescribeImportCommand";
|
|
177
|
+
import {
|
|
178
|
+
DescribeIntentCommandInput,
|
|
179
|
+
DescribeIntentCommandOutput,
|
|
180
|
+
} from "./commands/DescribeIntentCommand";
|
|
181
|
+
import {
|
|
182
|
+
DescribeResourcePolicyCommandInput,
|
|
183
|
+
DescribeResourcePolicyCommandOutput,
|
|
184
|
+
} from "./commands/DescribeResourcePolicyCommand";
|
|
185
|
+
import {
|
|
186
|
+
DescribeSlotCommandInput,
|
|
187
|
+
DescribeSlotCommandOutput,
|
|
188
|
+
} from "./commands/DescribeSlotCommand";
|
|
189
|
+
import {
|
|
190
|
+
DescribeSlotTypeCommandInput,
|
|
191
|
+
DescribeSlotTypeCommandOutput,
|
|
192
|
+
} from "./commands/DescribeSlotTypeCommand";
|
|
193
|
+
import {
|
|
194
|
+
ListAggregatedUtterancesCommandInput,
|
|
195
|
+
ListAggregatedUtterancesCommandOutput,
|
|
196
|
+
} from "./commands/ListAggregatedUtterancesCommand";
|
|
197
|
+
import {
|
|
198
|
+
ListBotAliasesCommandInput,
|
|
199
|
+
ListBotAliasesCommandOutput,
|
|
200
|
+
} from "./commands/ListBotAliasesCommand";
|
|
201
|
+
import {
|
|
202
|
+
ListBotLocalesCommandInput,
|
|
203
|
+
ListBotLocalesCommandOutput,
|
|
204
|
+
} from "./commands/ListBotLocalesCommand";
|
|
205
|
+
import {
|
|
206
|
+
ListBotRecommendationsCommandInput,
|
|
207
|
+
ListBotRecommendationsCommandOutput,
|
|
208
|
+
} from "./commands/ListBotRecommendationsCommand";
|
|
209
|
+
import {
|
|
210
|
+
ListBotsCommandInput,
|
|
211
|
+
ListBotsCommandOutput,
|
|
212
|
+
} from "./commands/ListBotsCommand";
|
|
213
|
+
import {
|
|
214
|
+
ListBotVersionsCommandInput,
|
|
215
|
+
ListBotVersionsCommandOutput,
|
|
216
|
+
} from "./commands/ListBotVersionsCommand";
|
|
217
|
+
import {
|
|
218
|
+
ListBuiltInIntentsCommandInput,
|
|
219
|
+
ListBuiltInIntentsCommandOutput,
|
|
220
|
+
} from "./commands/ListBuiltInIntentsCommand";
|
|
221
|
+
import {
|
|
222
|
+
ListBuiltInSlotTypesCommandInput,
|
|
223
|
+
ListBuiltInSlotTypesCommandOutput,
|
|
224
|
+
} from "./commands/ListBuiltInSlotTypesCommand";
|
|
225
|
+
import {
|
|
226
|
+
ListExportsCommandInput,
|
|
227
|
+
ListExportsCommandOutput,
|
|
228
|
+
} from "./commands/ListExportsCommand";
|
|
229
|
+
import {
|
|
230
|
+
ListImportsCommandInput,
|
|
231
|
+
ListImportsCommandOutput,
|
|
232
|
+
} from "./commands/ListImportsCommand";
|
|
233
|
+
import {
|
|
234
|
+
ListIntentsCommandInput,
|
|
235
|
+
ListIntentsCommandOutput,
|
|
236
|
+
} from "./commands/ListIntentsCommand";
|
|
237
|
+
import {
|
|
238
|
+
ListRecommendedIntentsCommandInput,
|
|
239
|
+
ListRecommendedIntentsCommandOutput,
|
|
240
|
+
} from "./commands/ListRecommendedIntentsCommand";
|
|
241
|
+
import {
|
|
242
|
+
ListSlotsCommandInput,
|
|
243
|
+
ListSlotsCommandOutput,
|
|
244
|
+
} from "./commands/ListSlotsCommand";
|
|
245
|
+
import {
|
|
246
|
+
ListSlotTypesCommandInput,
|
|
247
|
+
ListSlotTypesCommandOutput,
|
|
248
|
+
} from "./commands/ListSlotTypesCommand";
|
|
249
|
+
import {
|
|
250
|
+
ListTagsForResourceCommandInput,
|
|
251
|
+
ListTagsForResourceCommandOutput,
|
|
252
|
+
} from "./commands/ListTagsForResourceCommand";
|
|
253
|
+
import {
|
|
254
|
+
SearchAssociatedTranscriptsCommandInput,
|
|
255
|
+
SearchAssociatedTranscriptsCommandOutput,
|
|
256
|
+
} from "./commands/SearchAssociatedTranscriptsCommand";
|
|
257
|
+
import {
|
|
258
|
+
StartBotRecommendationCommandInput,
|
|
259
|
+
StartBotRecommendationCommandOutput,
|
|
260
|
+
} from "./commands/StartBotRecommendationCommand";
|
|
261
|
+
import {
|
|
262
|
+
StartImportCommandInput,
|
|
263
|
+
StartImportCommandOutput,
|
|
264
|
+
} from "./commands/StartImportCommand";
|
|
265
|
+
import {
|
|
266
|
+
StopBotRecommendationCommandInput,
|
|
267
|
+
StopBotRecommendationCommandOutput,
|
|
268
|
+
} from "./commands/StopBotRecommendationCommand";
|
|
269
|
+
import {
|
|
270
|
+
TagResourceCommandInput,
|
|
271
|
+
TagResourceCommandOutput,
|
|
272
|
+
} from "./commands/TagResourceCommand";
|
|
273
|
+
import {
|
|
274
|
+
UntagResourceCommandInput,
|
|
275
|
+
UntagResourceCommandOutput,
|
|
276
|
+
} from "./commands/UntagResourceCommand";
|
|
277
|
+
import {
|
|
278
|
+
UpdateBotAliasCommandInput,
|
|
279
|
+
UpdateBotAliasCommandOutput,
|
|
280
|
+
} from "./commands/UpdateBotAliasCommand";
|
|
281
|
+
import {
|
|
282
|
+
UpdateBotCommandInput,
|
|
283
|
+
UpdateBotCommandOutput,
|
|
284
|
+
} from "./commands/UpdateBotCommand";
|
|
285
|
+
import {
|
|
286
|
+
UpdateBotLocaleCommandInput,
|
|
287
|
+
UpdateBotLocaleCommandOutput,
|
|
288
|
+
} from "./commands/UpdateBotLocaleCommand";
|
|
289
|
+
import {
|
|
290
|
+
UpdateBotRecommendationCommandInput,
|
|
291
|
+
UpdateBotRecommendationCommandOutput,
|
|
292
|
+
} from "./commands/UpdateBotRecommendationCommand";
|
|
293
|
+
import {
|
|
294
|
+
UpdateExportCommandInput,
|
|
295
|
+
UpdateExportCommandOutput,
|
|
296
|
+
} from "./commands/UpdateExportCommand";
|
|
297
|
+
import {
|
|
298
|
+
UpdateIntentCommandInput,
|
|
299
|
+
UpdateIntentCommandOutput,
|
|
300
|
+
} from "./commands/UpdateIntentCommand";
|
|
301
|
+
import {
|
|
302
|
+
UpdateResourcePolicyCommandInput,
|
|
303
|
+
UpdateResourcePolicyCommandOutput,
|
|
304
|
+
} from "./commands/UpdateResourcePolicyCommand";
|
|
305
|
+
import {
|
|
306
|
+
UpdateSlotCommandInput,
|
|
307
|
+
UpdateSlotCommandOutput,
|
|
308
|
+
} from "./commands/UpdateSlotCommand";
|
|
309
|
+
import {
|
|
310
|
+
UpdateSlotTypeCommandInput,
|
|
311
|
+
UpdateSlotTypeCommandOutput,
|
|
312
|
+
} from "./commands/UpdateSlotTypeCommand";
|
|
313
|
+
export declare type ServiceInputTypes =
|
|
314
|
+
| BuildBotLocaleCommandInput
|
|
315
|
+
| CreateBotAliasCommandInput
|
|
316
|
+
| CreateBotCommandInput
|
|
317
|
+
| CreateBotLocaleCommandInput
|
|
318
|
+
| CreateBotVersionCommandInput
|
|
319
|
+
| CreateExportCommandInput
|
|
320
|
+
| CreateIntentCommandInput
|
|
321
|
+
| CreateResourcePolicyCommandInput
|
|
322
|
+
| CreateResourcePolicyStatementCommandInput
|
|
323
|
+
| CreateSlotCommandInput
|
|
324
|
+
| CreateSlotTypeCommandInput
|
|
325
|
+
| CreateUploadUrlCommandInput
|
|
326
|
+
| DeleteBotAliasCommandInput
|
|
327
|
+
| DeleteBotCommandInput
|
|
328
|
+
| DeleteBotLocaleCommandInput
|
|
329
|
+
| DeleteBotVersionCommandInput
|
|
330
|
+
| DeleteCustomVocabularyCommandInput
|
|
331
|
+
| DeleteExportCommandInput
|
|
332
|
+
| DeleteImportCommandInput
|
|
333
|
+
| DeleteIntentCommandInput
|
|
334
|
+
| DeleteResourcePolicyCommandInput
|
|
335
|
+
| DeleteResourcePolicyStatementCommandInput
|
|
336
|
+
| DeleteSlotCommandInput
|
|
337
|
+
| DeleteSlotTypeCommandInput
|
|
338
|
+
| DeleteUtterancesCommandInput
|
|
339
|
+
| DescribeBotAliasCommandInput
|
|
340
|
+
| DescribeBotCommandInput
|
|
341
|
+
| DescribeBotLocaleCommandInput
|
|
342
|
+
| DescribeBotRecommendationCommandInput
|
|
343
|
+
| DescribeBotVersionCommandInput
|
|
344
|
+
| DescribeCustomVocabularyMetadataCommandInput
|
|
345
|
+
| DescribeExportCommandInput
|
|
346
|
+
| DescribeImportCommandInput
|
|
347
|
+
| DescribeIntentCommandInput
|
|
348
|
+
| DescribeResourcePolicyCommandInput
|
|
349
|
+
| DescribeSlotCommandInput
|
|
350
|
+
| DescribeSlotTypeCommandInput
|
|
351
|
+
| ListAggregatedUtterancesCommandInput
|
|
352
|
+
| ListBotAliasesCommandInput
|
|
353
|
+
| ListBotLocalesCommandInput
|
|
354
|
+
| ListBotRecommendationsCommandInput
|
|
355
|
+
| ListBotVersionsCommandInput
|
|
356
|
+
| ListBotsCommandInput
|
|
357
|
+
| ListBuiltInIntentsCommandInput
|
|
358
|
+
| ListBuiltInSlotTypesCommandInput
|
|
359
|
+
| ListExportsCommandInput
|
|
360
|
+
| ListImportsCommandInput
|
|
361
|
+
| ListIntentsCommandInput
|
|
362
|
+
| ListRecommendedIntentsCommandInput
|
|
363
|
+
| ListSlotTypesCommandInput
|
|
364
|
+
| ListSlotsCommandInput
|
|
365
|
+
| ListTagsForResourceCommandInput
|
|
366
|
+
| SearchAssociatedTranscriptsCommandInput
|
|
367
|
+
| StartBotRecommendationCommandInput
|
|
368
|
+
| StartImportCommandInput
|
|
369
|
+
| StopBotRecommendationCommandInput
|
|
370
|
+
| TagResourceCommandInput
|
|
371
|
+
| UntagResourceCommandInput
|
|
372
|
+
| UpdateBotAliasCommandInput
|
|
373
|
+
| UpdateBotCommandInput
|
|
374
|
+
| UpdateBotLocaleCommandInput
|
|
375
|
+
| UpdateBotRecommendationCommandInput
|
|
376
|
+
| UpdateExportCommandInput
|
|
377
|
+
| UpdateIntentCommandInput
|
|
378
|
+
| UpdateResourcePolicyCommandInput
|
|
379
|
+
| UpdateSlotCommandInput
|
|
380
|
+
| UpdateSlotTypeCommandInput;
|
|
381
|
+
export declare type ServiceOutputTypes =
|
|
382
|
+
| BuildBotLocaleCommandOutput
|
|
383
|
+
| CreateBotAliasCommandOutput
|
|
384
|
+
| CreateBotCommandOutput
|
|
385
|
+
| CreateBotLocaleCommandOutput
|
|
386
|
+
| CreateBotVersionCommandOutput
|
|
387
|
+
| CreateExportCommandOutput
|
|
388
|
+
| CreateIntentCommandOutput
|
|
389
|
+
| CreateResourcePolicyCommandOutput
|
|
390
|
+
| CreateResourcePolicyStatementCommandOutput
|
|
391
|
+
| CreateSlotCommandOutput
|
|
392
|
+
| CreateSlotTypeCommandOutput
|
|
393
|
+
| CreateUploadUrlCommandOutput
|
|
394
|
+
| DeleteBotAliasCommandOutput
|
|
395
|
+
| DeleteBotCommandOutput
|
|
396
|
+
| DeleteBotLocaleCommandOutput
|
|
397
|
+
| DeleteBotVersionCommandOutput
|
|
398
|
+
| DeleteCustomVocabularyCommandOutput
|
|
399
|
+
| DeleteExportCommandOutput
|
|
400
|
+
| DeleteImportCommandOutput
|
|
401
|
+
| DeleteIntentCommandOutput
|
|
402
|
+
| DeleteResourcePolicyCommandOutput
|
|
403
|
+
| DeleteResourcePolicyStatementCommandOutput
|
|
404
|
+
| DeleteSlotCommandOutput
|
|
405
|
+
| DeleteSlotTypeCommandOutput
|
|
406
|
+
| DeleteUtterancesCommandOutput
|
|
407
|
+
| DescribeBotAliasCommandOutput
|
|
408
|
+
| DescribeBotCommandOutput
|
|
409
|
+
| DescribeBotLocaleCommandOutput
|
|
410
|
+
| DescribeBotRecommendationCommandOutput
|
|
411
|
+
| DescribeBotVersionCommandOutput
|
|
412
|
+
| DescribeCustomVocabularyMetadataCommandOutput
|
|
413
|
+
| DescribeExportCommandOutput
|
|
414
|
+
| DescribeImportCommandOutput
|
|
415
|
+
| DescribeIntentCommandOutput
|
|
416
|
+
| DescribeResourcePolicyCommandOutput
|
|
417
|
+
| DescribeSlotCommandOutput
|
|
418
|
+
| DescribeSlotTypeCommandOutput
|
|
419
|
+
| ListAggregatedUtterancesCommandOutput
|
|
420
|
+
| ListBotAliasesCommandOutput
|
|
421
|
+
| ListBotLocalesCommandOutput
|
|
422
|
+
| ListBotRecommendationsCommandOutput
|
|
423
|
+
| ListBotVersionsCommandOutput
|
|
424
|
+
| ListBotsCommandOutput
|
|
425
|
+
| ListBuiltInIntentsCommandOutput
|
|
426
|
+
| ListBuiltInSlotTypesCommandOutput
|
|
427
|
+
| ListExportsCommandOutput
|
|
428
|
+
| ListImportsCommandOutput
|
|
429
|
+
| ListIntentsCommandOutput
|
|
430
|
+
| ListRecommendedIntentsCommandOutput
|
|
431
|
+
| ListSlotTypesCommandOutput
|
|
432
|
+
| ListSlotsCommandOutput
|
|
433
|
+
| ListTagsForResourceCommandOutput
|
|
434
|
+
| SearchAssociatedTranscriptsCommandOutput
|
|
435
|
+
| StartBotRecommendationCommandOutput
|
|
436
|
+
| StartImportCommandOutput
|
|
437
|
+
| StopBotRecommendationCommandOutput
|
|
438
|
+
| TagResourceCommandOutput
|
|
439
|
+
| UntagResourceCommandOutput
|
|
440
|
+
| UpdateBotAliasCommandOutput
|
|
441
|
+
| UpdateBotCommandOutput
|
|
442
|
+
| UpdateBotLocaleCommandOutput
|
|
443
|
+
| UpdateBotRecommendationCommandOutput
|
|
444
|
+
| UpdateExportCommandOutput
|
|
445
|
+
| UpdateIntentCommandOutput
|
|
446
|
+
| UpdateResourcePolicyCommandOutput
|
|
447
|
+
| UpdateSlotCommandOutput
|
|
448
|
+
| UpdateSlotTypeCommandOutput;
|
|
449
|
+
export interface ClientDefaults
|
|
450
|
+
extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
|
|
451
|
+
requestHandler?: __HttpHandler;
|
|
452
|
+
|
|
453
|
+
sha256?: __HashConstructor;
|
|
454
|
+
|
|
455
|
+
urlParser?: __UrlParser;
|
|
456
|
+
|
|
457
|
+
bodyLengthChecker?: __BodyLengthCalculator;
|
|
458
|
+
|
|
459
|
+
streamCollector?: __StreamCollector;
|
|
460
|
+
|
|
461
|
+
base64Decoder?: __Decoder;
|
|
462
|
+
|
|
463
|
+
base64Encoder?: __Encoder;
|
|
464
|
+
|
|
465
|
+
utf8Decoder?: __Decoder;
|
|
466
|
+
|
|
467
|
+
utf8Encoder?: __Encoder;
|
|
468
|
+
|
|
469
|
+
runtime?: string;
|
|
470
|
+
|
|
471
|
+
disableHostPrefix?: boolean;
|
|
472
|
+
|
|
473
|
+
maxAttempts?: number | __Provider<number>;
|
|
474
|
+
|
|
475
|
+
retryMode?: string | __Provider<string>;
|
|
476
|
+
|
|
477
|
+
logger?: __Logger;
|
|
478
|
+
|
|
479
|
+
useDualstackEndpoint?: boolean | __Provider<boolean>;
|
|
480
|
+
|
|
481
|
+
useFipsEndpoint?: boolean | __Provider<boolean>;
|
|
482
|
+
|
|
483
|
+
serviceId?: string;
|
|
484
|
+
|
|
485
|
+
region?: string | __Provider<string>;
|
|
486
|
+
|
|
487
|
+
credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
|
|
488
|
+
|
|
489
|
+
regionInfoProvider?: RegionInfoProvider;
|
|
490
|
+
|
|
491
|
+
defaultUserAgentProvider?: Provider<__UserAgent>;
|
|
492
|
+
|
|
493
|
+
defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
|
|
494
|
+
}
|
|
495
|
+
declare type LexModelsV2ClientConfigType = Partial<
|
|
496
|
+
__SmithyConfiguration<__HttpHandlerOptions>
|
|
497
|
+
> &
|
|
498
|
+
ClientDefaults &
|
|
499
|
+
RegionInputConfig &
|
|
500
|
+
EndpointsInputConfig &
|
|
501
|
+
RetryInputConfig &
|
|
502
|
+
HostHeaderInputConfig &
|
|
503
|
+
AwsAuthInputConfig &
|
|
504
|
+
UserAgentInputConfig;
|
|
505
|
+
|
|
506
|
+
export interface LexModelsV2ClientConfig extends LexModelsV2ClientConfigType {}
|
|
507
|
+
declare type LexModelsV2ClientResolvedConfigType =
|
|
508
|
+
__SmithyResolvedConfiguration<__HttpHandlerOptions> &
|
|
509
|
+
Required<ClientDefaults> &
|
|
510
|
+
RegionResolvedConfig &
|
|
511
|
+
EndpointsResolvedConfig &
|
|
512
|
+
RetryResolvedConfig &
|
|
513
|
+
HostHeaderResolvedConfig &
|
|
514
|
+
AwsAuthResolvedConfig &
|
|
515
|
+
UserAgentResolvedConfig;
|
|
516
|
+
|
|
517
|
+
export interface LexModelsV2ClientResolvedConfig
|
|
518
|
+
extends LexModelsV2ClientResolvedConfigType {}
|
|
519
|
+
|
|
520
|
+
export declare class LexModelsV2Client extends __Client<
|
|
521
|
+
__HttpHandlerOptions,
|
|
522
|
+
ServiceInputTypes,
|
|
523
|
+
ServiceOutputTypes,
|
|
524
|
+
LexModelsV2ClientResolvedConfig
|
|
525
|
+
> {
|
|
526
|
+
readonly config: LexModelsV2ClientResolvedConfig;
|
|
527
|
+
constructor(configuration: LexModelsV2ClientConfig);
|
|
528
|
+
|
|
529
|
+
destroy(): void;
|
|
530
|
+
}
|
|
531
|
+
export {};
|