@aws-sdk/client-lex-model-building-service 3.1087.0 → 3.1089.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/dist-cjs/index.js +1 -1
- package/dist-types/ts3.4/LexModelBuildingService.d.ts +152 -215
- package/dist-types/ts3.4/LexModelBuildingServiceClient.d.ts +20 -75
- package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +5 -10
- package/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +11 -15
- package/dist-types/ts3.4/commandBuilder.d.ts +7 -13
- package/dist-types/ts3.4/commands/CreateBotVersionCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/CreateIntentVersionCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/CreateSlotTypeVersionCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DeleteBotAliasCommand.d.ts +2 -2
- package/dist-types/ts3.4/commands/DeleteBotChannelAssociationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DeleteBotCommand.d.ts +6 -2
- package/dist-types/ts3.4/commands/DeleteBotVersionCommand.d.ts +2 -2
- package/dist-types/ts3.4/commands/DeleteIntentCommand.d.ts +2 -2
- package/dist-types/ts3.4/commands/DeleteIntentVersionCommand.d.ts +3 -4
- package/dist-types/ts3.4/commands/DeleteSlotTypeCommand.d.ts +2 -2
- package/dist-types/ts3.4/commands/DeleteSlotTypeVersionCommand.d.ts +3 -4
- package/dist-types/ts3.4/commands/DeleteUtterancesCommand.d.ts +2 -2
- package/dist-types/ts3.4/commands/GetBotAliasCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/GetBotAliasesCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/GetBotChannelAssociationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/GetBotChannelAssociationsCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/GetBotCommand.d.ts +6 -2
- package/dist-types/ts3.4/commands/GetBotVersionsCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/GetBotsCommand.d.ts +4 -4
- package/dist-types/ts3.4/commands/GetBuiltinIntentCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/GetBuiltinIntentsCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/GetBuiltinSlotTypesCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/GetExportCommand.d.ts +7 -5
- package/dist-types/ts3.4/commands/GetImportCommand.d.ts +7 -5
- package/dist-types/ts3.4/commands/GetIntentCommand.d.ts +7 -5
- package/dist-types/ts3.4/commands/GetIntentVersionsCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/GetIntentsCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/GetMigrationCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/GetMigrationsCommand.d.ts +3 -8
- package/dist-types/ts3.4/commands/GetSlotTypeCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/GetSlotTypeVersionsCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/GetSlotTypesCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/GetUtterancesViewCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/PutBotAliasCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/PutBotCommand.d.ts +6 -2
- package/dist-types/ts3.4/commands/PutIntentCommand.d.ts +7 -5
- package/dist-types/ts3.4/commands/PutSlotTypeCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/StartImportCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/StartMigrationCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +4 -9
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -1
- package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +1 -1
- package/dist-types/ts3.4/extensionConfiguration.d.ts +2 -1
- package/dist-types/ts3.4/models/enums.d.ts +6 -12
- package/dist-types/ts3.4/models/errors.d.ts +6 -18
- package/dist-types/ts3.4/pagination/GetBotsPaginator.d.ts +1 -4
- package/dist-types/ts3.4/pagination/GetIntentsPaginator.d.ts +1 -4
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +1 -2
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +10 -25
- package/dist-types/ts3.4/runtimeConfig.d.ts +9 -19
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +10 -25
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +2 -4
- package/dist-types/ts3.4/runtimeExtensions.d.ts +2 -4
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +1 -5
- package/package.json +38 -38
|
@@ -23,10 +23,7 @@ import {
|
|
|
23
23
|
DeleteBotChannelAssociationCommandInput,
|
|
24
24
|
DeleteBotChannelAssociationCommandOutput,
|
|
25
25
|
} from "./commands/DeleteBotChannelAssociationCommand";
|
|
26
|
-
import {
|
|
27
|
-
DeleteBotCommandInput,
|
|
28
|
-
DeleteBotCommandOutput,
|
|
29
|
-
} from "./commands/DeleteBotCommand";
|
|
26
|
+
import { DeleteBotCommandInput, DeleteBotCommandOutput } from "./commands/DeleteBotCommand";
|
|
30
27
|
import {
|
|
31
28
|
DeleteBotVersionCommandInput,
|
|
32
29
|
DeleteBotVersionCommandOutput,
|
|
@@ -51,10 +48,7 @@ import {
|
|
|
51
48
|
DeleteUtterancesCommandInput,
|
|
52
49
|
DeleteUtterancesCommandOutput,
|
|
53
50
|
} from "./commands/DeleteUtterancesCommand";
|
|
54
|
-
import {
|
|
55
|
-
GetBotAliasCommandInput,
|
|
56
|
-
GetBotAliasCommandOutput,
|
|
57
|
-
} from "./commands/GetBotAliasCommand";
|
|
51
|
+
import { GetBotAliasCommandInput, GetBotAliasCommandOutput } from "./commands/GetBotAliasCommand";
|
|
58
52
|
import {
|
|
59
53
|
GetBotAliasesCommandInput,
|
|
60
54
|
GetBotAliasesCommandOutput,
|
|
@@ -67,14 +61,8 @@ import {
|
|
|
67
61
|
GetBotChannelAssociationsCommandInput,
|
|
68
62
|
GetBotChannelAssociationsCommandOutput,
|
|
69
63
|
} from "./commands/GetBotChannelAssociationsCommand";
|
|
70
|
-
import {
|
|
71
|
-
|
|
72
|
-
GetBotCommandOutput,
|
|
73
|
-
} from "./commands/GetBotCommand";
|
|
74
|
-
import {
|
|
75
|
-
GetBotsCommandInput,
|
|
76
|
-
GetBotsCommandOutput,
|
|
77
|
-
} from "./commands/GetBotsCommand";
|
|
64
|
+
import { GetBotCommandInput, GetBotCommandOutput } from "./commands/GetBotCommand";
|
|
65
|
+
import { GetBotsCommandInput, GetBotsCommandOutput } from "./commands/GetBotsCommand";
|
|
78
66
|
import {
|
|
79
67
|
GetBotVersionsCommandInput,
|
|
80
68
|
GetBotVersionsCommandOutput,
|
|
@@ -91,22 +79,10 @@ import {
|
|
|
91
79
|
GetBuiltinSlotTypesCommandInput,
|
|
92
80
|
GetBuiltinSlotTypesCommandOutput,
|
|
93
81
|
} from "./commands/GetBuiltinSlotTypesCommand";
|
|
94
|
-
import {
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
} from "./commands/
|
|
98
|
-
import {
|
|
99
|
-
GetImportCommandInput,
|
|
100
|
-
GetImportCommandOutput,
|
|
101
|
-
} from "./commands/GetImportCommand";
|
|
102
|
-
import {
|
|
103
|
-
GetIntentCommandInput,
|
|
104
|
-
GetIntentCommandOutput,
|
|
105
|
-
} from "./commands/GetIntentCommand";
|
|
106
|
-
import {
|
|
107
|
-
GetIntentsCommandInput,
|
|
108
|
-
GetIntentsCommandOutput,
|
|
109
|
-
} from "./commands/GetIntentsCommand";
|
|
82
|
+
import { GetExportCommandInput, GetExportCommandOutput } from "./commands/GetExportCommand";
|
|
83
|
+
import { GetImportCommandInput, GetImportCommandOutput } from "./commands/GetImportCommand";
|
|
84
|
+
import { GetIntentCommandInput, GetIntentCommandOutput } from "./commands/GetIntentCommand";
|
|
85
|
+
import { GetIntentsCommandInput, GetIntentsCommandOutput } from "./commands/GetIntentsCommand";
|
|
110
86
|
import {
|
|
111
87
|
GetIntentVersionsCommandInput,
|
|
112
88
|
GetIntentVersionsCommandOutput,
|
|
@@ -119,10 +95,7 @@ import {
|
|
|
119
95
|
GetMigrationsCommandInput,
|
|
120
96
|
GetMigrationsCommandOutput,
|
|
121
97
|
} from "./commands/GetMigrationsCommand";
|
|
122
|
-
import {
|
|
123
|
-
GetSlotTypeCommandInput,
|
|
124
|
-
GetSlotTypeCommandOutput,
|
|
125
|
-
} from "./commands/GetSlotTypeCommand";
|
|
98
|
+
import { GetSlotTypeCommandInput, GetSlotTypeCommandOutput } from "./commands/GetSlotTypeCommand";
|
|
126
99
|
import {
|
|
127
100
|
GetSlotTypesCommandInput,
|
|
128
101
|
GetSlotTypesCommandOutput,
|
|
@@ -139,34 +112,16 @@ import {
|
|
|
139
112
|
ListTagsForResourceCommandInput,
|
|
140
113
|
ListTagsForResourceCommandOutput,
|
|
141
114
|
} from "./commands/ListTagsForResourceCommand";
|
|
142
|
-
import {
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
} from "./commands/
|
|
146
|
-
import {
|
|
147
|
-
PutBotCommandInput,
|
|
148
|
-
PutBotCommandOutput,
|
|
149
|
-
} from "./commands/PutBotCommand";
|
|
150
|
-
import {
|
|
151
|
-
PutIntentCommandInput,
|
|
152
|
-
PutIntentCommandOutput,
|
|
153
|
-
} from "./commands/PutIntentCommand";
|
|
154
|
-
import {
|
|
155
|
-
PutSlotTypeCommandInput,
|
|
156
|
-
PutSlotTypeCommandOutput,
|
|
157
|
-
} from "./commands/PutSlotTypeCommand";
|
|
158
|
-
import {
|
|
159
|
-
StartImportCommandInput,
|
|
160
|
-
StartImportCommandOutput,
|
|
161
|
-
} from "./commands/StartImportCommand";
|
|
115
|
+
import { PutBotAliasCommandInput, PutBotAliasCommandOutput } from "./commands/PutBotAliasCommand";
|
|
116
|
+
import { PutBotCommandInput, PutBotCommandOutput } from "./commands/PutBotCommand";
|
|
117
|
+
import { PutIntentCommandInput, PutIntentCommandOutput } from "./commands/PutIntentCommand";
|
|
118
|
+
import { PutSlotTypeCommandInput, PutSlotTypeCommandOutput } from "./commands/PutSlotTypeCommand";
|
|
119
|
+
import { StartImportCommandInput, StartImportCommandOutput } from "./commands/StartImportCommand";
|
|
162
120
|
import {
|
|
163
121
|
StartMigrationCommandInput,
|
|
164
122
|
StartMigrationCommandOutput,
|
|
165
123
|
} from "./commands/StartMigrationCommand";
|
|
166
|
-
import {
|
|
167
|
-
TagResourceCommandInput,
|
|
168
|
-
TagResourceCommandOutput,
|
|
169
|
-
} from "./commands/TagResourceCommand";
|
|
124
|
+
import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
|
|
170
125
|
import {
|
|
171
126
|
UntagResourceCommandInput,
|
|
172
127
|
UntagResourceCommandOutput,
|
|
@@ -175,632 +130,614 @@ import { LexModelBuildingServiceClient } from "./LexModelBuildingServiceClient";
|
|
|
175
130
|
export interface LexModelBuildingService {
|
|
176
131
|
createBotVersion(
|
|
177
132
|
args: CreateBotVersionCommandInput,
|
|
178
|
-
options?: __HttpHandlerOptions
|
|
133
|
+
options?: __HttpHandlerOptions,
|
|
179
134
|
): Promise<CreateBotVersionCommandOutput>;
|
|
180
135
|
createBotVersion(
|
|
181
136
|
args: CreateBotVersionCommandInput,
|
|
182
|
-
cb: (err: any, data?: CreateBotVersionCommandOutput) => void
|
|
137
|
+
cb: (err: any, data?: CreateBotVersionCommandOutput) => void,
|
|
183
138
|
): void;
|
|
184
139
|
createBotVersion(
|
|
185
140
|
args: CreateBotVersionCommandInput,
|
|
186
141
|
options: __HttpHandlerOptions,
|
|
187
|
-
cb: (err: any, data?: CreateBotVersionCommandOutput) => void
|
|
142
|
+
cb: (err: any, data?: CreateBotVersionCommandOutput) => void,
|
|
188
143
|
): void;
|
|
189
144
|
createIntentVersion(
|
|
190
145
|
args: CreateIntentVersionCommandInput,
|
|
191
|
-
options?: __HttpHandlerOptions
|
|
146
|
+
options?: __HttpHandlerOptions,
|
|
192
147
|
): Promise<CreateIntentVersionCommandOutput>;
|
|
193
148
|
createIntentVersion(
|
|
194
149
|
args: CreateIntentVersionCommandInput,
|
|
195
|
-
cb: (err: any, data?: CreateIntentVersionCommandOutput) => void
|
|
150
|
+
cb: (err: any, data?: CreateIntentVersionCommandOutput) => void,
|
|
196
151
|
): void;
|
|
197
152
|
createIntentVersion(
|
|
198
153
|
args: CreateIntentVersionCommandInput,
|
|
199
154
|
options: __HttpHandlerOptions,
|
|
200
|
-
cb: (err: any, data?: CreateIntentVersionCommandOutput) => void
|
|
155
|
+
cb: (err: any, data?: CreateIntentVersionCommandOutput) => void,
|
|
201
156
|
): void;
|
|
202
157
|
createSlotTypeVersion(
|
|
203
158
|
args: CreateSlotTypeVersionCommandInput,
|
|
204
|
-
options?: __HttpHandlerOptions
|
|
159
|
+
options?: __HttpHandlerOptions,
|
|
205
160
|
): Promise<CreateSlotTypeVersionCommandOutput>;
|
|
206
161
|
createSlotTypeVersion(
|
|
207
162
|
args: CreateSlotTypeVersionCommandInput,
|
|
208
|
-
cb: (err: any, data?: CreateSlotTypeVersionCommandOutput) => void
|
|
163
|
+
cb: (err: any, data?: CreateSlotTypeVersionCommandOutput) => void,
|
|
209
164
|
): void;
|
|
210
165
|
createSlotTypeVersion(
|
|
211
166
|
args: CreateSlotTypeVersionCommandInput,
|
|
212
167
|
options: __HttpHandlerOptions,
|
|
213
|
-
cb: (err: any, data?: CreateSlotTypeVersionCommandOutput) => void
|
|
168
|
+
cb: (err: any, data?: CreateSlotTypeVersionCommandOutput) => void,
|
|
214
169
|
): void;
|
|
215
170
|
deleteBot(
|
|
216
171
|
args: DeleteBotCommandInput,
|
|
217
|
-
options?: __HttpHandlerOptions
|
|
172
|
+
options?: __HttpHandlerOptions,
|
|
218
173
|
): Promise<DeleteBotCommandOutput>;
|
|
219
174
|
deleteBot(
|
|
220
175
|
args: DeleteBotCommandInput,
|
|
221
|
-
cb: (err: any, data?: DeleteBotCommandOutput) => void
|
|
176
|
+
cb: (err: any, data?: DeleteBotCommandOutput) => void,
|
|
222
177
|
): void;
|
|
223
178
|
deleteBot(
|
|
224
179
|
args: DeleteBotCommandInput,
|
|
225
180
|
options: __HttpHandlerOptions,
|
|
226
|
-
cb: (err: any, data?: DeleteBotCommandOutput) => void
|
|
181
|
+
cb: (err: any, data?: DeleteBotCommandOutput) => void,
|
|
227
182
|
): void;
|
|
228
183
|
deleteBotAlias(
|
|
229
184
|
args: DeleteBotAliasCommandInput,
|
|
230
|
-
options?: __HttpHandlerOptions
|
|
185
|
+
options?: __HttpHandlerOptions,
|
|
231
186
|
): Promise<DeleteBotAliasCommandOutput>;
|
|
232
187
|
deleteBotAlias(
|
|
233
188
|
args: DeleteBotAliasCommandInput,
|
|
234
|
-
cb: (err: any, data?: DeleteBotAliasCommandOutput) => void
|
|
189
|
+
cb: (err: any, data?: DeleteBotAliasCommandOutput) => void,
|
|
235
190
|
): void;
|
|
236
191
|
deleteBotAlias(
|
|
237
192
|
args: DeleteBotAliasCommandInput,
|
|
238
193
|
options: __HttpHandlerOptions,
|
|
239
|
-
cb: (err: any, data?: DeleteBotAliasCommandOutput) => void
|
|
194
|
+
cb: (err: any, data?: DeleteBotAliasCommandOutput) => void,
|
|
240
195
|
): void;
|
|
241
196
|
deleteBotChannelAssociation(
|
|
242
197
|
args: DeleteBotChannelAssociationCommandInput,
|
|
243
|
-
options?: __HttpHandlerOptions
|
|
198
|
+
options?: __HttpHandlerOptions,
|
|
244
199
|
): Promise<DeleteBotChannelAssociationCommandOutput>;
|
|
245
200
|
deleteBotChannelAssociation(
|
|
246
201
|
args: DeleteBotChannelAssociationCommandInput,
|
|
247
|
-
cb: (err: any, data?: DeleteBotChannelAssociationCommandOutput) => void
|
|
202
|
+
cb: (err: any, data?: DeleteBotChannelAssociationCommandOutput) => void,
|
|
248
203
|
): void;
|
|
249
204
|
deleteBotChannelAssociation(
|
|
250
205
|
args: DeleteBotChannelAssociationCommandInput,
|
|
251
206
|
options: __HttpHandlerOptions,
|
|
252
|
-
cb: (err: any, data?: DeleteBotChannelAssociationCommandOutput) => void
|
|
207
|
+
cb: (err: any, data?: DeleteBotChannelAssociationCommandOutput) => void,
|
|
253
208
|
): void;
|
|
254
209
|
deleteBotVersion(
|
|
255
210
|
args: DeleteBotVersionCommandInput,
|
|
256
|
-
options?: __HttpHandlerOptions
|
|
211
|
+
options?: __HttpHandlerOptions,
|
|
257
212
|
): Promise<DeleteBotVersionCommandOutput>;
|
|
258
213
|
deleteBotVersion(
|
|
259
214
|
args: DeleteBotVersionCommandInput,
|
|
260
|
-
cb: (err: any, data?: DeleteBotVersionCommandOutput) => void
|
|
215
|
+
cb: (err: any, data?: DeleteBotVersionCommandOutput) => void,
|
|
261
216
|
): void;
|
|
262
217
|
deleteBotVersion(
|
|
263
218
|
args: DeleteBotVersionCommandInput,
|
|
264
219
|
options: __HttpHandlerOptions,
|
|
265
|
-
cb: (err: any, data?: DeleteBotVersionCommandOutput) => void
|
|
220
|
+
cb: (err: any, data?: DeleteBotVersionCommandOutput) => void,
|
|
266
221
|
): void;
|
|
267
222
|
deleteIntent(
|
|
268
223
|
args: DeleteIntentCommandInput,
|
|
269
|
-
options?: __HttpHandlerOptions
|
|
224
|
+
options?: __HttpHandlerOptions,
|
|
270
225
|
): Promise<DeleteIntentCommandOutput>;
|
|
271
226
|
deleteIntent(
|
|
272
227
|
args: DeleteIntentCommandInput,
|
|
273
|
-
cb: (err: any, data?: DeleteIntentCommandOutput) => void
|
|
228
|
+
cb: (err: any, data?: DeleteIntentCommandOutput) => void,
|
|
274
229
|
): void;
|
|
275
230
|
deleteIntent(
|
|
276
231
|
args: DeleteIntentCommandInput,
|
|
277
232
|
options: __HttpHandlerOptions,
|
|
278
|
-
cb: (err: any, data?: DeleteIntentCommandOutput) => void
|
|
233
|
+
cb: (err: any, data?: DeleteIntentCommandOutput) => void,
|
|
279
234
|
): void;
|
|
280
235
|
deleteIntentVersion(
|
|
281
236
|
args: DeleteIntentVersionCommandInput,
|
|
282
|
-
options?: __HttpHandlerOptions
|
|
237
|
+
options?: __HttpHandlerOptions,
|
|
283
238
|
): Promise<DeleteIntentVersionCommandOutput>;
|
|
284
239
|
deleteIntentVersion(
|
|
285
240
|
args: DeleteIntentVersionCommandInput,
|
|
286
|
-
cb: (err: any, data?: DeleteIntentVersionCommandOutput) => void
|
|
241
|
+
cb: (err: any, data?: DeleteIntentVersionCommandOutput) => void,
|
|
287
242
|
): void;
|
|
288
243
|
deleteIntentVersion(
|
|
289
244
|
args: DeleteIntentVersionCommandInput,
|
|
290
245
|
options: __HttpHandlerOptions,
|
|
291
|
-
cb: (err: any, data?: DeleteIntentVersionCommandOutput) => void
|
|
246
|
+
cb: (err: any, data?: DeleteIntentVersionCommandOutput) => void,
|
|
292
247
|
): void;
|
|
293
248
|
deleteSlotType(
|
|
294
249
|
args: DeleteSlotTypeCommandInput,
|
|
295
|
-
options?: __HttpHandlerOptions
|
|
250
|
+
options?: __HttpHandlerOptions,
|
|
296
251
|
): Promise<DeleteSlotTypeCommandOutput>;
|
|
297
252
|
deleteSlotType(
|
|
298
253
|
args: DeleteSlotTypeCommandInput,
|
|
299
|
-
cb: (err: any, data?: DeleteSlotTypeCommandOutput) => void
|
|
254
|
+
cb: (err: any, data?: DeleteSlotTypeCommandOutput) => void,
|
|
300
255
|
): void;
|
|
301
256
|
deleteSlotType(
|
|
302
257
|
args: DeleteSlotTypeCommandInput,
|
|
303
258
|
options: __HttpHandlerOptions,
|
|
304
|
-
cb: (err: any, data?: DeleteSlotTypeCommandOutput) => void
|
|
259
|
+
cb: (err: any, data?: DeleteSlotTypeCommandOutput) => void,
|
|
305
260
|
): void;
|
|
306
261
|
deleteSlotTypeVersion(
|
|
307
262
|
args: DeleteSlotTypeVersionCommandInput,
|
|
308
|
-
options?: __HttpHandlerOptions
|
|
263
|
+
options?: __HttpHandlerOptions,
|
|
309
264
|
): Promise<DeleteSlotTypeVersionCommandOutput>;
|
|
310
265
|
deleteSlotTypeVersion(
|
|
311
266
|
args: DeleteSlotTypeVersionCommandInput,
|
|
312
|
-
cb: (err: any, data?: DeleteSlotTypeVersionCommandOutput) => void
|
|
267
|
+
cb: (err: any, data?: DeleteSlotTypeVersionCommandOutput) => void,
|
|
313
268
|
): void;
|
|
314
269
|
deleteSlotTypeVersion(
|
|
315
270
|
args: DeleteSlotTypeVersionCommandInput,
|
|
316
271
|
options: __HttpHandlerOptions,
|
|
317
|
-
cb: (err: any, data?: DeleteSlotTypeVersionCommandOutput) => void
|
|
272
|
+
cb: (err: any, data?: DeleteSlotTypeVersionCommandOutput) => void,
|
|
318
273
|
): void;
|
|
319
274
|
deleteUtterances(
|
|
320
275
|
args: DeleteUtterancesCommandInput,
|
|
321
|
-
options?: __HttpHandlerOptions
|
|
276
|
+
options?: __HttpHandlerOptions,
|
|
322
277
|
): Promise<DeleteUtterancesCommandOutput>;
|
|
323
278
|
deleteUtterances(
|
|
324
279
|
args: DeleteUtterancesCommandInput,
|
|
325
|
-
cb: (err: any, data?: DeleteUtterancesCommandOutput) => void
|
|
280
|
+
cb: (err: any, data?: DeleteUtterancesCommandOutput) => void,
|
|
326
281
|
): void;
|
|
327
282
|
deleteUtterances(
|
|
328
283
|
args: DeleteUtterancesCommandInput,
|
|
329
284
|
options: __HttpHandlerOptions,
|
|
330
|
-
cb: (err: any, data?: DeleteUtterancesCommandOutput) => void
|
|
331
|
-
): void;
|
|
332
|
-
getBot(
|
|
333
|
-
args: GetBotCommandInput,
|
|
334
|
-
options?: __HttpHandlerOptions
|
|
335
|
-
): Promise<GetBotCommandOutput>;
|
|
336
|
-
getBot(
|
|
337
|
-
args: GetBotCommandInput,
|
|
338
|
-
cb: (err: any, data?: GetBotCommandOutput) => void
|
|
285
|
+
cb: (err: any, data?: DeleteUtterancesCommandOutput) => void,
|
|
339
286
|
): void;
|
|
287
|
+
getBot(args: GetBotCommandInput, options?: __HttpHandlerOptions): Promise<GetBotCommandOutput>;
|
|
288
|
+
getBot(args: GetBotCommandInput, cb: (err: any, data?: GetBotCommandOutput) => void): void;
|
|
340
289
|
getBot(
|
|
341
290
|
args: GetBotCommandInput,
|
|
342
291
|
options: __HttpHandlerOptions,
|
|
343
|
-
cb: (err: any, data?: GetBotCommandOutput) => void
|
|
292
|
+
cb: (err: any, data?: GetBotCommandOutput) => void,
|
|
344
293
|
): void;
|
|
345
294
|
getBotAlias(
|
|
346
295
|
args: GetBotAliasCommandInput,
|
|
347
|
-
options?: __HttpHandlerOptions
|
|
296
|
+
options?: __HttpHandlerOptions,
|
|
348
297
|
): Promise<GetBotAliasCommandOutput>;
|
|
349
298
|
getBotAlias(
|
|
350
299
|
args: GetBotAliasCommandInput,
|
|
351
|
-
cb: (err: any, data?: GetBotAliasCommandOutput) => void
|
|
300
|
+
cb: (err: any, data?: GetBotAliasCommandOutput) => void,
|
|
352
301
|
): void;
|
|
353
302
|
getBotAlias(
|
|
354
303
|
args: GetBotAliasCommandInput,
|
|
355
304
|
options: __HttpHandlerOptions,
|
|
356
|
-
cb: (err: any, data?: GetBotAliasCommandOutput) => void
|
|
305
|
+
cb: (err: any, data?: GetBotAliasCommandOutput) => void,
|
|
357
306
|
): void;
|
|
358
307
|
getBotAliases(
|
|
359
308
|
args: GetBotAliasesCommandInput,
|
|
360
|
-
options?: __HttpHandlerOptions
|
|
309
|
+
options?: __HttpHandlerOptions,
|
|
361
310
|
): Promise<GetBotAliasesCommandOutput>;
|
|
362
311
|
getBotAliases(
|
|
363
312
|
args: GetBotAliasesCommandInput,
|
|
364
|
-
cb: (err: any, data?: GetBotAliasesCommandOutput) => void
|
|
313
|
+
cb: (err: any, data?: GetBotAliasesCommandOutput) => void,
|
|
365
314
|
): void;
|
|
366
315
|
getBotAliases(
|
|
367
316
|
args: GetBotAliasesCommandInput,
|
|
368
317
|
options: __HttpHandlerOptions,
|
|
369
|
-
cb: (err: any, data?: GetBotAliasesCommandOutput) => void
|
|
318
|
+
cb: (err: any, data?: GetBotAliasesCommandOutput) => void,
|
|
370
319
|
): void;
|
|
371
320
|
getBotChannelAssociation(
|
|
372
321
|
args: GetBotChannelAssociationCommandInput,
|
|
373
|
-
options?: __HttpHandlerOptions
|
|
322
|
+
options?: __HttpHandlerOptions,
|
|
374
323
|
): Promise<GetBotChannelAssociationCommandOutput>;
|
|
375
324
|
getBotChannelAssociation(
|
|
376
325
|
args: GetBotChannelAssociationCommandInput,
|
|
377
|
-
cb: (err: any, data?: GetBotChannelAssociationCommandOutput) => void
|
|
326
|
+
cb: (err: any, data?: GetBotChannelAssociationCommandOutput) => void,
|
|
378
327
|
): void;
|
|
379
328
|
getBotChannelAssociation(
|
|
380
329
|
args: GetBotChannelAssociationCommandInput,
|
|
381
330
|
options: __HttpHandlerOptions,
|
|
382
|
-
cb: (err: any, data?: GetBotChannelAssociationCommandOutput) => void
|
|
331
|
+
cb: (err: any, data?: GetBotChannelAssociationCommandOutput) => void,
|
|
383
332
|
): void;
|
|
384
333
|
getBotChannelAssociations(
|
|
385
334
|
args: GetBotChannelAssociationsCommandInput,
|
|
386
|
-
options?: __HttpHandlerOptions
|
|
335
|
+
options?: __HttpHandlerOptions,
|
|
387
336
|
): Promise<GetBotChannelAssociationsCommandOutput>;
|
|
388
337
|
getBotChannelAssociations(
|
|
389
338
|
args: GetBotChannelAssociationsCommandInput,
|
|
390
|
-
cb: (err: any, data?: GetBotChannelAssociationsCommandOutput) => void
|
|
339
|
+
cb: (err: any, data?: GetBotChannelAssociationsCommandOutput) => void,
|
|
391
340
|
): void;
|
|
392
341
|
getBotChannelAssociations(
|
|
393
342
|
args: GetBotChannelAssociationsCommandInput,
|
|
394
343
|
options: __HttpHandlerOptions,
|
|
395
|
-
cb: (err: any, data?: GetBotChannelAssociationsCommandOutput) => void
|
|
344
|
+
cb: (err: any, data?: GetBotChannelAssociationsCommandOutput) => void,
|
|
396
345
|
): void;
|
|
397
346
|
getBots(): Promise<GetBotsCommandOutput>;
|
|
398
|
-
getBots(
|
|
399
|
-
|
|
400
|
-
options?: __HttpHandlerOptions
|
|
401
|
-
): Promise<GetBotsCommandOutput>;
|
|
402
|
-
getBots(
|
|
403
|
-
args: GetBotsCommandInput,
|
|
404
|
-
cb: (err: any, data?: GetBotsCommandOutput) => void
|
|
405
|
-
): void;
|
|
347
|
+
getBots(args: GetBotsCommandInput, options?: __HttpHandlerOptions): Promise<GetBotsCommandOutput>;
|
|
348
|
+
getBots(args: GetBotsCommandInput, cb: (err: any, data?: GetBotsCommandOutput) => void): void;
|
|
406
349
|
getBots(
|
|
407
350
|
args: GetBotsCommandInput,
|
|
408
351
|
options: __HttpHandlerOptions,
|
|
409
|
-
cb: (err: any, data?: GetBotsCommandOutput) => void
|
|
352
|
+
cb: (err: any, data?: GetBotsCommandOutput) => void,
|
|
410
353
|
): void;
|
|
411
354
|
getBotVersions(
|
|
412
355
|
args: GetBotVersionsCommandInput,
|
|
413
|
-
options?: __HttpHandlerOptions
|
|
356
|
+
options?: __HttpHandlerOptions,
|
|
414
357
|
): Promise<GetBotVersionsCommandOutput>;
|
|
415
358
|
getBotVersions(
|
|
416
359
|
args: GetBotVersionsCommandInput,
|
|
417
|
-
cb: (err: any, data?: GetBotVersionsCommandOutput) => void
|
|
360
|
+
cb: (err: any, data?: GetBotVersionsCommandOutput) => void,
|
|
418
361
|
): void;
|
|
419
362
|
getBotVersions(
|
|
420
363
|
args: GetBotVersionsCommandInput,
|
|
421
364
|
options: __HttpHandlerOptions,
|
|
422
|
-
cb: (err: any, data?: GetBotVersionsCommandOutput) => void
|
|
365
|
+
cb: (err: any, data?: GetBotVersionsCommandOutput) => void,
|
|
423
366
|
): void;
|
|
424
367
|
getBuiltinIntent(
|
|
425
368
|
args: GetBuiltinIntentCommandInput,
|
|
426
|
-
options?: __HttpHandlerOptions
|
|
369
|
+
options?: __HttpHandlerOptions,
|
|
427
370
|
): Promise<GetBuiltinIntentCommandOutput>;
|
|
428
371
|
getBuiltinIntent(
|
|
429
372
|
args: GetBuiltinIntentCommandInput,
|
|
430
|
-
cb: (err: any, data?: GetBuiltinIntentCommandOutput) => void
|
|
373
|
+
cb: (err: any, data?: GetBuiltinIntentCommandOutput) => void,
|
|
431
374
|
): void;
|
|
432
375
|
getBuiltinIntent(
|
|
433
376
|
args: GetBuiltinIntentCommandInput,
|
|
434
377
|
options: __HttpHandlerOptions,
|
|
435
|
-
cb: (err: any, data?: GetBuiltinIntentCommandOutput) => void
|
|
378
|
+
cb: (err: any, data?: GetBuiltinIntentCommandOutput) => void,
|
|
436
379
|
): void;
|
|
437
380
|
getBuiltinIntents(): Promise<GetBuiltinIntentsCommandOutput>;
|
|
438
381
|
getBuiltinIntents(
|
|
439
382
|
args: GetBuiltinIntentsCommandInput,
|
|
440
|
-
options?: __HttpHandlerOptions
|
|
383
|
+
options?: __HttpHandlerOptions,
|
|
441
384
|
): Promise<GetBuiltinIntentsCommandOutput>;
|
|
442
385
|
getBuiltinIntents(
|
|
443
386
|
args: GetBuiltinIntentsCommandInput,
|
|
444
|
-
cb: (err: any, data?: GetBuiltinIntentsCommandOutput) => void
|
|
387
|
+
cb: (err: any, data?: GetBuiltinIntentsCommandOutput) => void,
|
|
445
388
|
): void;
|
|
446
389
|
getBuiltinIntents(
|
|
447
390
|
args: GetBuiltinIntentsCommandInput,
|
|
448
391
|
options: __HttpHandlerOptions,
|
|
449
|
-
cb: (err: any, data?: GetBuiltinIntentsCommandOutput) => void
|
|
392
|
+
cb: (err: any, data?: GetBuiltinIntentsCommandOutput) => void,
|
|
450
393
|
): void;
|
|
451
394
|
getBuiltinSlotTypes(): Promise<GetBuiltinSlotTypesCommandOutput>;
|
|
452
395
|
getBuiltinSlotTypes(
|
|
453
396
|
args: GetBuiltinSlotTypesCommandInput,
|
|
454
|
-
options?: __HttpHandlerOptions
|
|
397
|
+
options?: __HttpHandlerOptions,
|
|
455
398
|
): Promise<GetBuiltinSlotTypesCommandOutput>;
|
|
456
399
|
getBuiltinSlotTypes(
|
|
457
400
|
args: GetBuiltinSlotTypesCommandInput,
|
|
458
|
-
cb: (err: any, data?: GetBuiltinSlotTypesCommandOutput) => void
|
|
401
|
+
cb: (err: any, data?: GetBuiltinSlotTypesCommandOutput) => void,
|
|
459
402
|
): void;
|
|
460
403
|
getBuiltinSlotTypes(
|
|
461
404
|
args: GetBuiltinSlotTypesCommandInput,
|
|
462
405
|
options: __HttpHandlerOptions,
|
|
463
|
-
cb: (err: any, data?: GetBuiltinSlotTypesCommandOutput) => void
|
|
406
|
+
cb: (err: any, data?: GetBuiltinSlotTypesCommandOutput) => void,
|
|
464
407
|
): void;
|
|
465
408
|
getExport(
|
|
466
409
|
args: GetExportCommandInput,
|
|
467
|
-
options?: __HttpHandlerOptions
|
|
410
|
+
options?: __HttpHandlerOptions,
|
|
468
411
|
): Promise<GetExportCommandOutput>;
|
|
469
412
|
getExport(
|
|
470
413
|
args: GetExportCommandInput,
|
|
471
|
-
cb: (err: any, data?: GetExportCommandOutput) => void
|
|
414
|
+
cb: (err: any, data?: GetExportCommandOutput) => void,
|
|
472
415
|
): void;
|
|
473
416
|
getExport(
|
|
474
417
|
args: GetExportCommandInput,
|
|
475
418
|
options: __HttpHandlerOptions,
|
|
476
|
-
cb: (err: any, data?: GetExportCommandOutput) => void
|
|
419
|
+
cb: (err: any, data?: GetExportCommandOutput) => void,
|
|
477
420
|
): void;
|
|
478
421
|
getImport(
|
|
479
422
|
args: GetImportCommandInput,
|
|
480
|
-
options?: __HttpHandlerOptions
|
|
423
|
+
options?: __HttpHandlerOptions,
|
|
481
424
|
): Promise<GetImportCommandOutput>;
|
|
482
425
|
getImport(
|
|
483
426
|
args: GetImportCommandInput,
|
|
484
|
-
cb: (err: any, data?: GetImportCommandOutput) => void
|
|
427
|
+
cb: (err: any, data?: GetImportCommandOutput) => void,
|
|
485
428
|
): void;
|
|
486
429
|
getImport(
|
|
487
430
|
args: GetImportCommandInput,
|
|
488
431
|
options: __HttpHandlerOptions,
|
|
489
|
-
cb: (err: any, data?: GetImportCommandOutput) => void
|
|
432
|
+
cb: (err: any, data?: GetImportCommandOutput) => void,
|
|
490
433
|
): void;
|
|
491
434
|
getIntent(
|
|
492
435
|
args: GetIntentCommandInput,
|
|
493
|
-
options?: __HttpHandlerOptions
|
|
436
|
+
options?: __HttpHandlerOptions,
|
|
494
437
|
): Promise<GetIntentCommandOutput>;
|
|
495
438
|
getIntent(
|
|
496
439
|
args: GetIntentCommandInput,
|
|
497
|
-
cb: (err: any, data?: GetIntentCommandOutput) => void
|
|
440
|
+
cb: (err: any, data?: GetIntentCommandOutput) => void,
|
|
498
441
|
): void;
|
|
499
442
|
getIntent(
|
|
500
443
|
args: GetIntentCommandInput,
|
|
501
444
|
options: __HttpHandlerOptions,
|
|
502
|
-
cb: (err: any, data?: GetIntentCommandOutput) => void
|
|
445
|
+
cb: (err: any, data?: GetIntentCommandOutput) => void,
|
|
503
446
|
): void;
|
|
504
447
|
getIntents(): Promise<GetIntentsCommandOutput>;
|
|
505
448
|
getIntents(
|
|
506
449
|
args: GetIntentsCommandInput,
|
|
507
|
-
options?: __HttpHandlerOptions
|
|
450
|
+
options?: __HttpHandlerOptions,
|
|
508
451
|
): Promise<GetIntentsCommandOutput>;
|
|
509
452
|
getIntents(
|
|
510
453
|
args: GetIntentsCommandInput,
|
|
511
|
-
cb: (err: any, data?: GetIntentsCommandOutput) => void
|
|
454
|
+
cb: (err: any, data?: GetIntentsCommandOutput) => void,
|
|
512
455
|
): void;
|
|
513
456
|
getIntents(
|
|
514
457
|
args: GetIntentsCommandInput,
|
|
515
458
|
options: __HttpHandlerOptions,
|
|
516
|
-
cb: (err: any, data?: GetIntentsCommandOutput) => void
|
|
459
|
+
cb: (err: any, data?: GetIntentsCommandOutput) => void,
|
|
517
460
|
): void;
|
|
518
461
|
getIntentVersions(
|
|
519
462
|
args: GetIntentVersionsCommandInput,
|
|
520
|
-
options?: __HttpHandlerOptions
|
|
463
|
+
options?: __HttpHandlerOptions,
|
|
521
464
|
): Promise<GetIntentVersionsCommandOutput>;
|
|
522
465
|
getIntentVersions(
|
|
523
466
|
args: GetIntentVersionsCommandInput,
|
|
524
|
-
cb: (err: any, data?: GetIntentVersionsCommandOutput) => void
|
|
467
|
+
cb: (err: any, data?: GetIntentVersionsCommandOutput) => void,
|
|
525
468
|
): void;
|
|
526
469
|
getIntentVersions(
|
|
527
470
|
args: GetIntentVersionsCommandInput,
|
|
528
471
|
options: __HttpHandlerOptions,
|
|
529
|
-
cb: (err: any, data?: GetIntentVersionsCommandOutput) => void
|
|
472
|
+
cb: (err: any, data?: GetIntentVersionsCommandOutput) => void,
|
|
530
473
|
): void;
|
|
531
474
|
getMigration(
|
|
532
475
|
args: GetMigrationCommandInput,
|
|
533
|
-
options?: __HttpHandlerOptions
|
|
476
|
+
options?: __HttpHandlerOptions,
|
|
534
477
|
): Promise<GetMigrationCommandOutput>;
|
|
535
478
|
getMigration(
|
|
536
479
|
args: GetMigrationCommandInput,
|
|
537
|
-
cb: (err: any, data?: GetMigrationCommandOutput) => void
|
|
480
|
+
cb: (err: any, data?: GetMigrationCommandOutput) => void,
|
|
538
481
|
): void;
|
|
539
482
|
getMigration(
|
|
540
483
|
args: GetMigrationCommandInput,
|
|
541
484
|
options: __HttpHandlerOptions,
|
|
542
|
-
cb: (err: any, data?: GetMigrationCommandOutput) => void
|
|
485
|
+
cb: (err: any, data?: GetMigrationCommandOutput) => void,
|
|
543
486
|
): void;
|
|
544
487
|
getMigrations(): Promise<GetMigrationsCommandOutput>;
|
|
545
488
|
getMigrations(
|
|
546
489
|
args: GetMigrationsCommandInput,
|
|
547
|
-
options?: __HttpHandlerOptions
|
|
490
|
+
options?: __HttpHandlerOptions,
|
|
548
491
|
): Promise<GetMigrationsCommandOutput>;
|
|
549
492
|
getMigrations(
|
|
550
493
|
args: GetMigrationsCommandInput,
|
|
551
|
-
cb: (err: any, data?: GetMigrationsCommandOutput) => void
|
|
494
|
+
cb: (err: any, data?: GetMigrationsCommandOutput) => void,
|
|
552
495
|
): void;
|
|
553
496
|
getMigrations(
|
|
554
497
|
args: GetMigrationsCommandInput,
|
|
555
498
|
options: __HttpHandlerOptions,
|
|
556
|
-
cb: (err: any, data?: GetMigrationsCommandOutput) => void
|
|
499
|
+
cb: (err: any, data?: GetMigrationsCommandOutput) => void,
|
|
557
500
|
): void;
|
|
558
501
|
getSlotType(
|
|
559
502
|
args: GetSlotTypeCommandInput,
|
|
560
|
-
options?: __HttpHandlerOptions
|
|
503
|
+
options?: __HttpHandlerOptions,
|
|
561
504
|
): Promise<GetSlotTypeCommandOutput>;
|
|
562
505
|
getSlotType(
|
|
563
506
|
args: GetSlotTypeCommandInput,
|
|
564
|
-
cb: (err: any, data?: GetSlotTypeCommandOutput) => void
|
|
507
|
+
cb: (err: any, data?: GetSlotTypeCommandOutput) => void,
|
|
565
508
|
): void;
|
|
566
509
|
getSlotType(
|
|
567
510
|
args: GetSlotTypeCommandInput,
|
|
568
511
|
options: __HttpHandlerOptions,
|
|
569
|
-
cb: (err: any, data?: GetSlotTypeCommandOutput) => void
|
|
512
|
+
cb: (err: any, data?: GetSlotTypeCommandOutput) => void,
|
|
570
513
|
): void;
|
|
571
514
|
getSlotTypes(): Promise<GetSlotTypesCommandOutput>;
|
|
572
515
|
getSlotTypes(
|
|
573
516
|
args: GetSlotTypesCommandInput,
|
|
574
|
-
options?: __HttpHandlerOptions
|
|
517
|
+
options?: __HttpHandlerOptions,
|
|
575
518
|
): Promise<GetSlotTypesCommandOutput>;
|
|
576
519
|
getSlotTypes(
|
|
577
520
|
args: GetSlotTypesCommandInput,
|
|
578
|
-
cb: (err: any, data?: GetSlotTypesCommandOutput) => void
|
|
521
|
+
cb: (err: any, data?: GetSlotTypesCommandOutput) => void,
|
|
579
522
|
): void;
|
|
580
523
|
getSlotTypes(
|
|
581
524
|
args: GetSlotTypesCommandInput,
|
|
582
525
|
options: __HttpHandlerOptions,
|
|
583
|
-
cb: (err: any, data?: GetSlotTypesCommandOutput) => void
|
|
526
|
+
cb: (err: any, data?: GetSlotTypesCommandOutput) => void,
|
|
584
527
|
): void;
|
|
585
528
|
getSlotTypeVersions(
|
|
586
529
|
args: GetSlotTypeVersionsCommandInput,
|
|
587
|
-
options?: __HttpHandlerOptions
|
|
530
|
+
options?: __HttpHandlerOptions,
|
|
588
531
|
): Promise<GetSlotTypeVersionsCommandOutput>;
|
|
589
532
|
getSlotTypeVersions(
|
|
590
533
|
args: GetSlotTypeVersionsCommandInput,
|
|
591
|
-
cb: (err: any, data?: GetSlotTypeVersionsCommandOutput) => void
|
|
534
|
+
cb: (err: any, data?: GetSlotTypeVersionsCommandOutput) => void,
|
|
592
535
|
): void;
|
|
593
536
|
getSlotTypeVersions(
|
|
594
537
|
args: GetSlotTypeVersionsCommandInput,
|
|
595
538
|
options: __HttpHandlerOptions,
|
|
596
|
-
cb: (err: any, data?: GetSlotTypeVersionsCommandOutput) => void
|
|
539
|
+
cb: (err: any, data?: GetSlotTypeVersionsCommandOutput) => void,
|
|
597
540
|
): void;
|
|
598
541
|
getUtterancesView(
|
|
599
542
|
args: GetUtterancesViewCommandInput,
|
|
600
|
-
options?: __HttpHandlerOptions
|
|
543
|
+
options?: __HttpHandlerOptions,
|
|
601
544
|
): Promise<GetUtterancesViewCommandOutput>;
|
|
602
545
|
getUtterancesView(
|
|
603
546
|
args: GetUtterancesViewCommandInput,
|
|
604
|
-
cb: (err: any, data?: GetUtterancesViewCommandOutput) => void
|
|
547
|
+
cb: (err: any, data?: GetUtterancesViewCommandOutput) => void,
|
|
605
548
|
): void;
|
|
606
549
|
getUtterancesView(
|
|
607
550
|
args: GetUtterancesViewCommandInput,
|
|
608
551
|
options: __HttpHandlerOptions,
|
|
609
|
-
cb: (err: any, data?: GetUtterancesViewCommandOutput) => void
|
|
552
|
+
cb: (err: any, data?: GetUtterancesViewCommandOutput) => void,
|
|
610
553
|
): void;
|
|
611
554
|
listTagsForResource(
|
|
612
555
|
args: ListTagsForResourceCommandInput,
|
|
613
|
-
options?: __HttpHandlerOptions
|
|
556
|
+
options?: __HttpHandlerOptions,
|
|
614
557
|
): Promise<ListTagsForResourceCommandOutput>;
|
|
615
558
|
listTagsForResource(
|
|
616
559
|
args: ListTagsForResourceCommandInput,
|
|
617
|
-
cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
|
|
560
|
+
cb: (err: any, data?: ListTagsForResourceCommandOutput) => void,
|
|
618
561
|
): void;
|
|
619
562
|
listTagsForResource(
|
|
620
563
|
args: ListTagsForResourceCommandInput,
|
|
621
564
|
options: __HttpHandlerOptions,
|
|
622
|
-
cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
|
|
623
|
-
): void;
|
|
624
|
-
putBot(
|
|
625
|
-
args: PutBotCommandInput,
|
|
626
|
-
options?: __HttpHandlerOptions
|
|
627
|
-
): Promise<PutBotCommandOutput>;
|
|
628
|
-
putBot(
|
|
629
|
-
args: PutBotCommandInput,
|
|
630
|
-
cb: (err: any, data?: PutBotCommandOutput) => void
|
|
565
|
+
cb: (err: any, data?: ListTagsForResourceCommandOutput) => void,
|
|
631
566
|
): void;
|
|
567
|
+
putBot(args: PutBotCommandInput, options?: __HttpHandlerOptions): Promise<PutBotCommandOutput>;
|
|
568
|
+
putBot(args: PutBotCommandInput, cb: (err: any, data?: PutBotCommandOutput) => void): void;
|
|
632
569
|
putBot(
|
|
633
570
|
args: PutBotCommandInput,
|
|
634
571
|
options: __HttpHandlerOptions,
|
|
635
|
-
cb: (err: any, data?: PutBotCommandOutput) => void
|
|
572
|
+
cb: (err: any, data?: PutBotCommandOutput) => void,
|
|
636
573
|
): void;
|
|
637
574
|
putBotAlias(
|
|
638
575
|
args: PutBotAliasCommandInput,
|
|
639
|
-
options?: __HttpHandlerOptions
|
|
576
|
+
options?: __HttpHandlerOptions,
|
|
640
577
|
): Promise<PutBotAliasCommandOutput>;
|
|
641
578
|
putBotAlias(
|
|
642
579
|
args: PutBotAliasCommandInput,
|
|
643
|
-
cb: (err: any, data?: PutBotAliasCommandOutput) => void
|
|
580
|
+
cb: (err: any, data?: PutBotAliasCommandOutput) => void,
|
|
644
581
|
): void;
|
|
645
582
|
putBotAlias(
|
|
646
583
|
args: PutBotAliasCommandInput,
|
|
647
584
|
options: __HttpHandlerOptions,
|
|
648
|
-
cb: (err: any, data?: PutBotAliasCommandOutput) => void
|
|
585
|
+
cb: (err: any, data?: PutBotAliasCommandOutput) => void,
|
|
649
586
|
): void;
|
|
650
587
|
putIntent(
|
|
651
588
|
args: PutIntentCommandInput,
|
|
652
|
-
options?: __HttpHandlerOptions
|
|
589
|
+
options?: __HttpHandlerOptions,
|
|
653
590
|
): Promise<PutIntentCommandOutput>;
|
|
654
591
|
putIntent(
|
|
655
592
|
args: PutIntentCommandInput,
|
|
656
|
-
cb: (err: any, data?: PutIntentCommandOutput) => void
|
|
593
|
+
cb: (err: any, data?: PutIntentCommandOutput) => void,
|
|
657
594
|
): void;
|
|
658
595
|
putIntent(
|
|
659
596
|
args: PutIntentCommandInput,
|
|
660
597
|
options: __HttpHandlerOptions,
|
|
661
|
-
cb: (err: any, data?: PutIntentCommandOutput) => void
|
|
598
|
+
cb: (err: any, data?: PutIntentCommandOutput) => void,
|
|
662
599
|
): void;
|
|
663
600
|
putSlotType(
|
|
664
601
|
args: PutSlotTypeCommandInput,
|
|
665
|
-
options?: __HttpHandlerOptions
|
|
602
|
+
options?: __HttpHandlerOptions,
|
|
666
603
|
): Promise<PutSlotTypeCommandOutput>;
|
|
667
604
|
putSlotType(
|
|
668
605
|
args: PutSlotTypeCommandInput,
|
|
669
|
-
cb: (err: any, data?: PutSlotTypeCommandOutput) => void
|
|
606
|
+
cb: (err: any, data?: PutSlotTypeCommandOutput) => void,
|
|
670
607
|
): void;
|
|
671
608
|
putSlotType(
|
|
672
609
|
args: PutSlotTypeCommandInput,
|
|
673
610
|
options: __HttpHandlerOptions,
|
|
674
|
-
cb: (err: any, data?: PutSlotTypeCommandOutput) => void
|
|
611
|
+
cb: (err: any, data?: PutSlotTypeCommandOutput) => void,
|
|
675
612
|
): void;
|
|
676
613
|
startImport(
|
|
677
614
|
args: StartImportCommandInput,
|
|
678
|
-
options?: __HttpHandlerOptions
|
|
615
|
+
options?: __HttpHandlerOptions,
|
|
679
616
|
): Promise<StartImportCommandOutput>;
|
|
680
617
|
startImport(
|
|
681
618
|
args: StartImportCommandInput,
|
|
682
|
-
cb: (err: any, data?: StartImportCommandOutput) => void
|
|
619
|
+
cb: (err: any, data?: StartImportCommandOutput) => void,
|
|
683
620
|
): void;
|
|
684
621
|
startImport(
|
|
685
622
|
args: StartImportCommandInput,
|
|
686
623
|
options: __HttpHandlerOptions,
|
|
687
|
-
cb: (err: any, data?: StartImportCommandOutput) => void
|
|
624
|
+
cb: (err: any, data?: StartImportCommandOutput) => void,
|
|
688
625
|
): void;
|
|
689
626
|
startMigration(
|
|
690
627
|
args: StartMigrationCommandInput,
|
|
691
|
-
options?: __HttpHandlerOptions
|
|
628
|
+
options?: __HttpHandlerOptions,
|
|
692
629
|
): Promise<StartMigrationCommandOutput>;
|
|
693
630
|
startMigration(
|
|
694
631
|
args: StartMigrationCommandInput,
|
|
695
|
-
cb: (err: any, data?: StartMigrationCommandOutput) => void
|
|
632
|
+
cb: (err: any, data?: StartMigrationCommandOutput) => void,
|
|
696
633
|
): void;
|
|
697
634
|
startMigration(
|
|
698
635
|
args: StartMigrationCommandInput,
|
|
699
636
|
options: __HttpHandlerOptions,
|
|
700
|
-
cb: (err: any, data?: StartMigrationCommandOutput) => void
|
|
637
|
+
cb: (err: any, data?: StartMigrationCommandOutput) => void,
|
|
701
638
|
): void;
|
|
702
639
|
tagResource(
|
|
703
640
|
args: TagResourceCommandInput,
|
|
704
|
-
options?: __HttpHandlerOptions
|
|
641
|
+
options?: __HttpHandlerOptions,
|
|
705
642
|
): Promise<TagResourceCommandOutput>;
|
|
706
643
|
tagResource(
|
|
707
644
|
args: TagResourceCommandInput,
|
|
708
|
-
cb: (err: any, data?: TagResourceCommandOutput) => void
|
|
645
|
+
cb: (err: any, data?: TagResourceCommandOutput) => void,
|
|
709
646
|
): void;
|
|
710
647
|
tagResource(
|
|
711
648
|
args: TagResourceCommandInput,
|
|
712
649
|
options: __HttpHandlerOptions,
|
|
713
|
-
cb: (err: any, data?: TagResourceCommandOutput) => void
|
|
650
|
+
cb: (err: any, data?: TagResourceCommandOutput) => void,
|
|
714
651
|
): void;
|
|
715
652
|
untagResource(
|
|
716
653
|
args: UntagResourceCommandInput,
|
|
717
|
-
options?: __HttpHandlerOptions
|
|
654
|
+
options?: __HttpHandlerOptions,
|
|
718
655
|
): Promise<UntagResourceCommandOutput>;
|
|
719
656
|
untagResource(
|
|
720
657
|
args: UntagResourceCommandInput,
|
|
721
|
-
cb: (err: any, data?: UntagResourceCommandOutput) => void
|
|
658
|
+
cb: (err: any, data?: UntagResourceCommandOutput) => void,
|
|
722
659
|
): void;
|
|
723
660
|
untagResource(
|
|
724
661
|
args: UntagResourceCommandInput,
|
|
725
662
|
options: __HttpHandlerOptions,
|
|
726
|
-
cb: (err: any, data?: UntagResourceCommandOutput) => void
|
|
663
|
+
cb: (err: any, data?: UntagResourceCommandOutput) => void,
|
|
727
664
|
): void;
|
|
728
665
|
paginateGetBotAliases(
|
|
729
666
|
args: GetBotAliasesCommandInput,
|
|
730
667
|
paginationConfig?: Pick<
|
|
731
668
|
PaginationConfiguration,
|
|
732
669
|
Exclude<keyof PaginationConfiguration, "client">
|
|
733
|
-
|
|
670
|
+
>,
|
|
734
671
|
): Paginator<GetBotAliasesCommandOutput>;
|
|
735
672
|
paginateGetBotChannelAssociations(
|
|
736
673
|
args: GetBotChannelAssociationsCommandInput,
|
|
737
674
|
paginationConfig?: Pick<
|
|
738
675
|
PaginationConfiguration,
|
|
739
676
|
Exclude<keyof PaginationConfiguration, "client">
|
|
740
|
-
|
|
677
|
+
>,
|
|
741
678
|
): Paginator<GetBotChannelAssociationsCommandOutput>;
|
|
742
679
|
paginateGetBots(
|
|
743
680
|
args?: GetBotsCommandInput,
|
|
744
681
|
paginationConfig?: Pick<
|
|
745
682
|
PaginationConfiguration,
|
|
746
683
|
Exclude<keyof PaginationConfiguration, "client">
|
|
747
|
-
|
|
684
|
+
>,
|
|
748
685
|
): Paginator<GetBotsCommandOutput>;
|
|
749
686
|
paginateGetBotVersions(
|
|
750
687
|
args: GetBotVersionsCommandInput,
|
|
751
688
|
paginationConfig?: Pick<
|
|
752
689
|
PaginationConfiguration,
|
|
753
690
|
Exclude<keyof PaginationConfiguration, "client">
|
|
754
|
-
|
|
691
|
+
>,
|
|
755
692
|
): Paginator<GetBotVersionsCommandOutput>;
|
|
756
693
|
paginateGetBuiltinIntents(
|
|
757
694
|
args?: GetBuiltinIntentsCommandInput,
|
|
758
695
|
paginationConfig?: Pick<
|
|
759
696
|
PaginationConfiguration,
|
|
760
697
|
Exclude<keyof PaginationConfiguration, "client">
|
|
761
|
-
|
|
698
|
+
>,
|
|
762
699
|
): Paginator<GetBuiltinIntentsCommandOutput>;
|
|
763
700
|
paginateGetBuiltinSlotTypes(
|
|
764
701
|
args?: GetBuiltinSlotTypesCommandInput,
|
|
765
702
|
paginationConfig?: Pick<
|
|
766
703
|
PaginationConfiguration,
|
|
767
704
|
Exclude<keyof PaginationConfiguration, "client">
|
|
768
|
-
|
|
705
|
+
>,
|
|
769
706
|
): Paginator<GetBuiltinSlotTypesCommandOutput>;
|
|
770
707
|
paginateGetIntents(
|
|
771
708
|
args?: GetIntentsCommandInput,
|
|
772
709
|
paginationConfig?: Pick<
|
|
773
710
|
PaginationConfiguration,
|
|
774
711
|
Exclude<keyof PaginationConfiguration, "client">
|
|
775
|
-
|
|
712
|
+
>,
|
|
776
713
|
): Paginator<GetIntentsCommandOutput>;
|
|
777
714
|
paginateGetIntentVersions(
|
|
778
715
|
args: GetIntentVersionsCommandInput,
|
|
779
716
|
paginationConfig?: Pick<
|
|
780
717
|
PaginationConfiguration,
|
|
781
718
|
Exclude<keyof PaginationConfiguration, "client">
|
|
782
|
-
|
|
719
|
+
>,
|
|
783
720
|
): Paginator<GetIntentVersionsCommandOutput>;
|
|
784
721
|
paginateGetMigrations(
|
|
785
722
|
args?: GetMigrationsCommandInput,
|
|
786
723
|
paginationConfig?: Pick<
|
|
787
724
|
PaginationConfiguration,
|
|
788
725
|
Exclude<keyof PaginationConfiguration, "client">
|
|
789
|
-
|
|
726
|
+
>,
|
|
790
727
|
): Paginator<GetMigrationsCommandOutput>;
|
|
791
728
|
paginateGetSlotTypes(
|
|
792
729
|
args?: GetSlotTypesCommandInput,
|
|
793
730
|
paginationConfig?: Pick<
|
|
794
731
|
PaginationConfiguration,
|
|
795
732
|
Exclude<keyof PaginationConfiguration, "client">
|
|
796
|
-
|
|
733
|
+
>,
|
|
797
734
|
): Paginator<GetSlotTypesCommandOutput>;
|
|
798
735
|
paginateGetSlotTypeVersions(
|
|
799
736
|
args: GetSlotTypeVersionsCommandInput,
|
|
800
737
|
paginationConfig?: Pick<
|
|
801
738
|
PaginationConfiguration,
|
|
802
739
|
Exclude<keyof PaginationConfiguration, "client">
|
|
803
|
-
|
|
740
|
+
>,
|
|
804
741
|
): Paginator<GetSlotTypeVersionsCommandOutput>;
|
|
805
742
|
}
|
|
806
743
|
export declare class LexModelBuildingService
|