@aws-sdk/client-lex-model-building-service 3.957.0 → 3.962.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/README.md +2 -52
- package/dist-cjs/auth/httpAuthSchemeProvider.js +3 -4
- package/dist-cjs/index.js +604 -947
- package/dist-cjs/runtimeConfig.browser.js +1 -2
- package/dist-cjs/runtimeConfig.js +2 -4
- package/dist-es/auth/httpAuthSchemeProvider.js +3 -4
- package/dist-es/pagination/index.js +4 -4
- package/dist-es/runtimeConfig.browser.js +1 -2
- package/dist-es/runtimeConfig.js +4 -6
- package/dist-es/schemas/schemas_0.js +598 -941
- package/dist-types/pagination/index.d.ts +4 -4
- package/dist-types/ts3.4/pagination/index.d.ts +4 -4
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -7,16 +7,13 @@
|
|
|
7
7
|
AWS SDK for JavaScript LexModelBuildingService Client for Node.js, Browser and React Native.
|
|
8
8
|
|
|
9
9
|
<fullname>Amazon Lex Build-Time Actions</fullname>
|
|
10
|
-
|
|
11
10
|
<p> Amazon Lex is an AWS service for building conversational voice and text
|
|
12
11
|
interfaces. Use these actions to create, update, and delete conversational
|
|
13
12
|
bots for new and existing client applications. </p>
|
|
14
13
|
|
|
15
14
|
## Installing
|
|
16
|
-
|
|
17
15
|
To install this package, simply type add or install @aws-sdk/client-lex-model-building-service
|
|
18
16
|
using your favorite package manager:
|
|
19
|
-
|
|
20
17
|
- `npm install @aws-sdk/client-lex-model-building-service`
|
|
21
18
|
- `yarn add @aws-sdk/client-lex-model-building-service`
|
|
22
19
|
- `pnpm add @aws-sdk/client-lex-model-building-service`
|
|
@@ -31,10 +28,7 @@ the commands you need, for example `ListTagsForResourceCommand`:
|
|
|
31
28
|
|
|
32
29
|
```js
|
|
33
30
|
// ES5 example
|
|
34
|
-
const {
|
|
35
|
-
LexModelBuildingServiceClient,
|
|
36
|
-
ListTagsForResourceCommand,
|
|
37
|
-
} = require("@aws-sdk/client-lex-model-building-service");
|
|
31
|
+
const { LexModelBuildingServiceClient, ListTagsForResourceCommand } = require("@aws-sdk/client-lex-model-building-service");
|
|
38
32
|
```
|
|
39
33
|
|
|
40
34
|
```ts
|
|
@@ -55,9 +49,7 @@ To send a request, you:
|
|
|
55
49
|
// a client can be shared by different commands.
|
|
56
50
|
const client = new LexModelBuildingServiceClient({ region: "REGION" });
|
|
57
51
|
|
|
58
|
-
const params = {
|
|
59
|
-
/** input parameters */
|
|
60
|
-
};
|
|
52
|
+
const params = { /** input parameters */ };
|
|
61
53
|
const command = new ListTagsForResourceCommand(params);
|
|
62
54
|
```
|
|
63
55
|
|
|
@@ -216,7 +208,6 @@ CreateBotVersion
|
|
|
216
208
|
</summary>
|
|
217
209
|
|
|
218
210
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/lex-model-building-service/command/CreateBotVersionCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-lex-model-building-service/Interface/CreateBotVersionCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-lex-model-building-service/Interface/CreateBotVersionCommandOutput/)
|
|
219
|
-
|
|
220
211
|
</details>
|
|
221
212
|
<details>
|
|
222
213
|
<summary>
|
|
@@ -224,7 +215,6 @@ CreateIntentVersion
|
|
|
224
215
|
</summary>
|
|
225
216
|
|
|
226
217
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/lex-model-building-service/command/CreateIntentVersionCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-lex-model-building-service/Interface/CreateIntentVersionCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-lex-model-building-service/Interface/CreateIntentVersionCommandOutput/)
|
|
227
|
-
|
|
228
218
|
</details>
|
|
229
219
|
<details>
|
|
230
220
|
<summary>
|
|
@@ -232,7 +222,6 @@ CreateSlotTypeVersion
|
|
|
232
222
|
</summary>
|
|
233
223
|
|
|
234
224
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/lex-model-building-service/command/CreateSlotTypeVersionCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-lex-model-building-service/Interface/CreateSlotTypeVersionCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-lex-model-building-service/Interface/CreateSlotTypeVersionCommandOutput/)
|
|
235
|
-
|
|
236
225
|
</details>
|
|
237
226
|
<details>
|
|
238
227
|
<summary>
|
|
@@ -240,7 +229,6 @@ DeleteBot
|
|
|
240
229
|
</summary>
|
|
241
230
|
|
|
242
231
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/lex-model-building-service/command/DeleteBotCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-lex-model-building-service/Interface/DeleteBotCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-lex-model-building-service/Interface/DeleteBotCommandOutput/)
|
|
243
|
-
|
|
244
232
|
</details>
|
|
245
233
|
<details>
|
|
246
234
|
<summary>
|
|
@@ -248,7 +236,6 @@ DeleteBotAlias
|
|
|
248
236
|
</summary>
|
|
249
237
|
|
|
250
238
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/lex-model-building-service/command/DeleteBotAliasCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-lex-model-building-service/Interface/DeleteBotAliasCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-lex-model-building-service/Interface/DeleteBotAliasCommandOutput/)
|
|
251
|
-
|
|
252
239
|
</details>
|
|
253
240
|
<details>
|
|
254
241
|
<summary>
|
|
@@ -256,7 +243,6 @@ DeleteBotChannelAssociation
|
|
|
256
243
|
</summary>
|
|
257
244
|
|
|
258
245
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/lex-model-building-service/command/DeleteBotChannelAssociationCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-lex-model-building-service/Interface/DeleteBotChannelAssociationCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-lex-model-building-service/Interface/DeleteBotChannelAssociationCommandOutput/)
|
|
259
|
-
|
|
260
246
|
</details>
|
|
261
247
|
<details>
|
|
262
248
|
<summary>
|
|
@@ -264,7 +250,6 @@ DeleteBotVersion
|
|
|
264
250
|
</summary>
|
|
265
251
|
|
|
266
252
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/lex-model-building-service/command/DeleteBotVersionCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-lex-model-building-service/Interface/DeleteBotVersionCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-lex-model-building-service/Interface/DeleteBotVersionCommandOutput/)
|
|
267
|
-
|
|
268
253
|
</details>
|
|
269
254
|
<details>
|
|
270
255
|
<summary>
|
|
@@ -272,7 +257,6 @@ DeleteIntent
|
|
|
272
257
|
</summary>
|
|
273
258
|
|
|
274
259
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/lex-model-building-service/command/DeleteIntentCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-lex-model-building-service/Interface/DeleteIntentCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-lex-model-building-service/Interface/DeleteIntentCommandOutput/)
|
|
275
|
-
|
|
276
260
|
</details>
|
|
277
261
|
<details>
|
|
278
262
|
<summary>
|
|
@@ -280,7 +264,6 @@ DeleteIntentVersion
|
|
|
280
264
|
</summary>
|
|
281
265
|
|
|
282
266
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/lex-model-building-service/command/DeleteIntentVersionCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-lex-model-building-service/Interface/DeleteIntentVersionCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-lex-model-building-service/Interface/DeleteIntentVersionCommandOutput/)
|
|
283
|
-
|
|
284
267
|
</details>
|
|
285
268
|
<details>
|
|
286
269
|
<summary>
|
|
@@ -288,7 +271,6 @@ DeleteSlotType
|
|
|
288
271
|
</summary>
|
|
289
272
|
|
|
290
273
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/lex-model-building-service/command/DeleteSlotTypeCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-lex-model-building-service/Interface/DeleteSlotTypeCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-lex-model-building-service/Interface/DeleteSlotTypeCommandOutput/)
|
|
291
|
-
|
|
292
274
|
</details>
|
|
293
275
|
<details>
|
|
294
276
|
<summary>
|
|
@@ -296,7 +278,6 @@ DeleteSlotTypeVersion
|
|
|
296
278
|
</summary>
|
|
297
279
|
|
|
298
280
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/lex-model-building-service/command/DeleteSlotTypeVersionCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-lex-model-building-service/Interface/DeleteSlotTypeVersionCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-lex-model-building-service/Interface/DeleteSlotTypeVersionCommandOutput/)
|
|
299
|
-
|
|
300
281
|
</details>
|
|
301
282
|
<details>
|
|
302
283
|
<summary>
|
|
@@ -304,7 +285,6 @@ DeleteUtterances
|
|
|
304
285
|
</summary>
|
|
305
286
|
|
|
306
287
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/lex-model-building-service/command/DeleteUtterancesCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-lex-model-building-service/Interface/DeleteUtterancesCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-lex-model-building-service/Interface/DeleteUtterancesCommandOutput/)
|
|
307
|
-
|
|
308
288
|
</details>
|
|
309
289
|
<details>
|
|
310
290
|
<summary>
|
|
@@ -312,7 +292,6 @@ GetBot
|
|
|
312
292
|
</summary>
|
|
313
293
|
|
|
314
294
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/lex-model-building-service/command/GetBotCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-lex-model-building-service/Interface/GetBotCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-lex-model-building-service/Interface/GetBotCommandOutput/)
|
|
315
|
-
|
|
316
295
|
</details>
|
|
317
296
|
<details>
|
|
318
297
|
<summary>
|
|
@@ -320,7 +299,6 @@ GetBotAlias
|
|
|
320
299
|
</summary>
|
|
321
300
|
|
|
322
301
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/lex-model-building-service/command/GetBotAliasCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-lex-model-building-service/Interface/GetBotAliasCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-lex-model-building-service/Interface/GetBotAliasCommandOutput/)
|
|
323
|
-
|
|
324
302
|
</details>
|
|
325
303
|
<details>
|
|
326
304
|
<summary>
|
|
@@ -328,7 +306,6 @@ GetBotAliases
|
|
|
328
306
|
</summary>
|
|
329
307
|
|
|
330
308
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/lex-model-building-service/command/GetBotAliasesCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-lex-model-building-service/Interface/GetBotAliasesCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-lex-model-building-service/Interface/GetBotAliasesCommandOutput/)
|
|
331
|
-
|
|
332
309
|
</details>
|
|
333
310
|
<details>
|
|
334
311
|
<summary>
|
|
@@ -336,7 +313,6 @@ GetBotChannelAssociation
|
|
|
336
313
|
</summary>
|
|
337
314
|
|
|
338
315
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/lex-model-building-service/command/GetBotChannelAssociationCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-lex-model-building-service/Interface/GetBotChannelAssociationCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-lex-model-building-service/Interface/GetBotChannelAssociationCommandOutput/)
|
|
339
|
-
|
|
340
316
|
</details>
|
|
341
317
|
<details>
|
|
342
318
|
<summary>
|
|
@@ -344,7 +320,6 @@ GetBotChannelAssociations
|
|
|
344
320
|
</summary>
|
|
345
321
|
|
|
346
322
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/lex-model-building-service/command/GetBotChannelAssociationsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-lex-model-building-service/Interface/GetBotChannelAssociationsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-lex-model-building-service/Interface/GetBotChannelAssociationsCommandOutput/)
|
|
347
|
-
|
|
348
323
|
</details>
|
|
349
324
|
<details>
|
|
350
325
|
<summary>
|
|
@@ -352,7 +327,6 @@ GetBots
|
|
|
352
327
|
</summary>
|
|
353
328
|
|
|
354
329
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/lex-model-building-service/command/GetBotsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-lex-model-building-service/Interface/GetBotsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-lex-model-building-service/Interface/GetBotsCommandOutput/)
|
|
355
|
-
|
|
356
330
|
</details>
|
|
357
331
|
<details>
|
|
358
332
|
<summary>
|
|
@@ -360,7 +334,6 @@ GetBotVersions
|
|
|
360
334
|
</summary>
|
|
361
335
|
|
|
362
336
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/lex-model-building-service/command/GetBotVersionsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-lex-model-building-service/Interface/GetBotVersionsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-lex-model-building-service/Interface/GetBotVersionsCommandOutput/)
|
|
363
|
-
|
|
364
337
|
</details>
|
|
365
338
|
<details>
|
|
366
339
|
<summary>
|
|
@@ -368,7 +341,6 @@ GetBuiltinIntent
|
|
|
368
341
|
</summary>
|
|
369
342
|
|
|
370
343
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/lex-model-building-service/command/GetBuiltinIntentCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-lex-model-building-service/Interface/GetBuiltinIntentCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-lex-model-building-service/Interface/GetBuiltinIntentCommandOutput/)
|
|
371
|
-
|
|
372
344
|
</details>
|
|
373
345
|
<details>
|
|
374
346
|
<summary>
|
|
@@ -376,7 +348,6 @@ GetBuiltinIntents
|
|
|
376
348
|
</summary>
|
|
377
349
|
|
|
378
350
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/lex-model-building-service/command/GetBuiltinIntentsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-lex-model-building-service/Interface/GetBuiltinIntentsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-lex-model-building-service/Interface/GetBuiltinIntentsCommandOutput/)
|
|
379
|
-
|
|
380
351
|
</details>
|
|
381
352
|
<details>
|
|
382
353
|
<summary>
|
|
@@ -384,7 +355,6 @@ GetBuiltinSlotTypes
|
|
|
384
355
|
</summary>
|
|
385
356
|
|
|
386
357
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/lex-model-building-service/command/GetBuiltinSlotTypesCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-lex-model-building-service/Interface/GetBuiltinSlotTypesCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-lex-model-building-service/Interface/GetBuiltinSlotTypesCommandOutput/)
|
|
387
|
-
|
|
388
358
|
</details>
|
|
389
359
|
<details>
|
|
390
360
|
<summary>
|
|
@@ -392,7 +362,6 @@ GetExport
|
|
|
392
362
|
</summary>
|
|
393
363
|
|
|
394
364
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/lex-model-building-service/command/GetExportCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-lex-model-building-service/Interface/GetExportCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-lex-model-building-service/Interface/GetExportCommandOutput/)
|
|
395
|
-
|
|
396
365
|
</details>
|
|
397
366
|
<details>
|
|
398
367
|
<summary>
|
|
@@ -400,7 +369,6 @@ GetImport
|
|
|
400
369
|
</summary>
|
|
401
370
|
|
|
402
371
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/lex-model-building-service/command/GetImportCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-lex-model-building-service/Interface/GetImportCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-lex-model-building-service/Interface/GetImportCommandOutput/)
|
|
403
|
-
|
|
404
372
|
</details>
|
|
405
373
|
<details>
|
|
406
374
|
<summary>
|
|
@@ -408,7 +376,6 @@ GetIntent
|
|
|
408
376
|
</summary>
|
|
409
377
|
|
|
410
378
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/lex-model-building-service/command/GetIntentCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-lex-model-building-service/Interface/GetIntentCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-lex-model-building-service/Interface/GetIntentCommandOutput/)
|
|
411
|
-
|
|
412
379
|
</details>
|
|
413
380
|
<details>
|
|
414
381
|
<summary>
|
|
@@ -416,7 +383,6 @@ GetIntents
|
|
|
416
383
|
</summary>
|
|
417
384
|
|
|
418
385
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/lex-model-building-service/command/GetIntentsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-lex-model-building-service/Interface/GetIntentsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-lex-model-building-service/Interface/GetIntentsCommandOutput/)
|
|
419
|
-
|
|
420
386
|
</details>
|
|
421
387
|
<details>
|
|
422
388
|
<summary>
|
|
@@ -424,7 +390,6 @@ GetIntentVersions
|
|
|
424
390
|
</summary>
|
|
425
391
|
|
|
426
392
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/lex-model-building-service/command/GetIntentVersionsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-lex-model-building-service/Interface/GetIntentVersionsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-lex-model-building-service/Interface/GetIntentVersionsCommandOutput/)
|
|
427
|
-
|
|
428
393
|
</details>
|
|
429
394
|
<details>
|
|
430
395
|
<summary>
|
|
@@ -432,7 +397,6 @@ GetMigration
|
|
|
432
397
|
</summary>
|
|
433
398
|
|
|
434
399
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/lex-model-building-service/command/GetMigrationCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-lex-model-building-service/Interface/GetMigrationCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-lex-model-building-service/Interface/GetMigrationCommandOutput/)
|
|
435
|
-
|
|
436
400
|
</details>
|
|
437
401
|
<details>
|
|
438
402
|
<summary>
|
|
@@ -440,7 +404,6 @@ GetMigrations
|
|
|
440
404
|
</summary>
|
|
441
405
|
|
|
442
406
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/lex-model-building-service/command/GetMigrationsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-lex-model-building-service/Interface/GetMigrationsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-lex-model-building-service/Interface/GetMigrationsCommandOutput/)
|
|
443
|
-
|
|
444
407
|
</details>
|
|
445
408
|
<details>
|
|
446
409
|
<summary>
|
|
@@ -448,7 +411,6 @@ GetSlotType
|
|
|
448
411
|
</summary>
|
|
449
412
|
|
|
450
413
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/lex-model-building-service/command/GetSlotTypeCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-lex-model-building-service/Interface/GetSlotTypeCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-lex-model-building-service/Interface/GetSlotTypeCommandOutput/)
|
|
451
|
-
|
|
452
414
|
</details>
|
|
453
415
|
<details>
|
|
454
416
|
<summary>
|
|
@@ -456,7 +418,6 @@ GetSlotTypes
|
|
|
456
418
|
</summary>
|
|
457
419
|
|
|
458
420
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/lex-model-building-service/command/GetSlotTypesCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-lex-model-building-service/Interface/GetSlotTypesCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-lex-model-building-service/Interface/GetSlotTypesCommandOutput/)
|
|
459
|
-
|
|
460
421
|
</details>
|
|
461
422
|
<details>
|
|
462
423
|
<summary>
|
|
@@ -464,7 +425,6 @@ GetSlotTypeVersions
|
|
|
464
425
|
</summary>
|
|
465
426
|
|
|
466
427
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/lex-model-building-service/command/GetSlotTypeVersionsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-lex-model-building-service/Interface/GetSlotTypeVersionsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-lex-model-building-service/Interface/GetSlotTypeVersionsCommandOutput/)
|
|
467
|
-
|
|
468
428
|
</details>
|
|
469
429
|
<details>
|
|
470
430
|
<summary>
|
|
@@ -472,7 +432,6 @@ GetUtterancesView
|
|
|
472
432
|
</summary>
|
|
473
433
|
|
|
474
434
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/lex-model-building-service/command/GetUtterancesViewCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-lex-model-building-service/Interface/GetUtterancesViewCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-lex-model-building-service/Interface/GetUtterancesViewCommandOutput/)
|
|
475
|
-
|
|
476
435
|
</details>
|
|
477
436
|
<details>
|
|
478
437
|
<summary>
|
|
@@ -480,7 +439,6 @@ ListTagsForResource
|
|
|
480
439
|
</summary>
|
|
481
440
|
|
|
482
441
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/lex-model-building-service/command/ListTagsForResourceCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-lex-model-building-service/Interface/ListTagsForResourceCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-lex-model-building-service/Interface/ListTagsForResourceCommandOutput/)
|
|
483
|
-
|
|
484
442
|
</details>
|
|
485
443
|
<details>
|
|
486
444
|
<summary>
|
|
@@ -488,7 +446,6 @@ PutBot
|
|
|
488
446
|
</summary>
|
|
489
447
|
|
|
490
448
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/lex-model-building-service/command/PutBotCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-lex-model-building-service/Interface/PutBotCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-lex-model-building-service/Interface/PutBotCommandOutput/)
|
|
491
|
-
|
|
492
449
|
</details>
|
|
493
450
|
<details>
|
|
494
451
|
<summary>
|
|
@@ -496,7 +453,6 @@ PutBotAlias
|
|
|
496
453
|
</summary>
|
|
497
454
|
|
|
498
455
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/lex-model-building-service/command/PutBotAliasCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-lex-model-building-service/Interface/PutBotAliasCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-lex-model-building-service/Interface/PutBotAliasCommandOutput/)
|
|
499
|
-
|
|
500
456
|
</details>
|
|
501
457
|
<details>
|
|
502
458
|
<summary>
|
|
@@ -504,7 +460,6 @@ PutIntent
|
|
|
504
460
|
</summary>
|
|
505
461
|
|
|
506
462
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/lex-model-building-service/command/PutIntentCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-lex-model-building-service/Interface/PutIntentCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-lex-model-building-service/Interface/PutIntentCommandOutput/)
|
|
507
|
-
|
|
508
463
|
</details>
|
|
509
464
|
<details>
|
|
510
465
|
<summary>
|
|
@@ -512,7 +467,6 @@ PutSlotType
|
|
|
512
467
|
</summary>
|
|
513
468
|
|
|
514
469
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/lex-model-building-service/command/PutSlotTypeCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-lex-model-building-service/Interface/PutSlotTypeCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-lex-model-building-service/Interface/PutSlotTypeCommandOutput/)
|
|
515
|
-
|
|
516
470
|
</details>
|
|
517
471
|
<details>
|
|
518
472
|
<summary>
|
|
@@ -520,7 +474,6 @@ StartImport
|
|
|
520
474
|
</summary>
|
|
521
475
|
|
|
522
476
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/lex-model-building-service/command/StartImportCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-lex-model-building-service/Interface/StartImportCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-lex-model-building-service/Interface/StartImportCommandOutput/)
|
|
523
|
-
|
|
524
477
|
</details>
|
|
525
478
|
<details>
|
|
526
479
|
<summary>
|
|
@@ -528,7 +481,6 @@ StartMigration
|
|
|
528
481
|
</summary>
|
|
529
482
|
|
|
530
483
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/lex-model-building-service/command/StartMigrationCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-lex-model-building-service/Interface/StartMigrationCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-lex-model-building-service/Interface/StartMigrationCommandOutput/)
|
|
531
|
-
|
|
532
484
|
</details>
|
|
533
485
|
<details>
|
|
534
486
|
<summary>
|
|
@@ -536,7 +488,6 @@ TagResource
|
|
|
536
488
|
</summary>
|
|
537
489
|
|
|
538
490
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/lex-model-building-service/command/TagResourceCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-lex-model-building-service/Interface/TagResourceCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-lex-model-building-service/Interface/TagResourceCommandOutput/)
|
|
539
|
-
|
|
540
491
|
</details>
|
|
541
492
|
<details>
|
|
542
493
|
<summary>
|
|
@@ -544,5 +495,4 @@ UntagResource
|
|
|
544
495
|
</summary>
|
|
545
496
|
|
|
546
497
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/lex-model-building-service/command/UntagResourceCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-lex-model-building-service/Interface/UntagResourceCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-lex-model-building-service/Interface/UntagResourceCommandOutput/)
|
|
547
|
-
|
|
548
498
|
</details>
|
|
@@ -6,10 +6,9 @@ const util_middleware_1 = require("@smithy/util-middleware");
|
|
|
6
6
|
const defaultLexModelBuildingServiceHttpAuthSchemeParametersProvider = async (config, context, input) => {
|
|
7
7
|
return {
|
|
8
8
|
operation: (0, util_middleware_1.getSmithyContext)(context).operation,
|
|
9
|
-
region:
|
|
10
|
-
(
|
|
11
|
-
|
|
12
|
-
})(),
|
|
9
|
+
region: await (0, util_middleware_1.normalizeProvider)(config.region)() || (() => {
|
|
10
|
+
throw new Error("expected `region` to be configured for `aws.auth#sigv4`");
|
|
11
|
+
})(),
|
|
13
12
|
};
|
|
14
13
|
};
|
|
15
14
|
exports.defaultLexModelBuildingServiceHttpAuthSchemeParametersProvider = defaultLexModelBuildingServiceHttpAuthSchemeParametersProvider;
|