@aws-sdk/client-lex-model-building-service 3.170.0 → 3.178.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.
Files changed (55) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/dist-types/runtimeConfig.browser.d.ts +1 -1
  3. package/dist-types/runtimeConfig.d.ts +1 -1
  4. package/dist-types/runtimeConfig.native.d.ts +1 -1
  5. package/dist-types/ts3.4/LexModelBuildingService.d.ts +0 -42
  6. package/dist-types/ts3.4/LexModelBuildingServiceClient.d.ts +0 -25
  7. package/dist-types/ts3.4/commands/CreateBotVersionCommand.d.ts +0 -2
  8. package/dist-types/ts3.4/commands/CreateIntentVersionCommand.d.ts +0 -2
  9. package/dist-types/ts3.4/commands/CreateSlotTypeVersionCommand.d.ts +0 -2
  10. package/dist-types/ts3.4/commands/DeleteBotAliasCommand.d.ts +0 -2
  11. package/dist-types/ts3.4/commands/DeleteBotChannelAssociationCommand.d.ts +0 -2
  12. package/dist-types/ts3.4/commands/DeleteBotCommand.d.ts +0 -2
  13. package/dist-types/ts3.4/commands/DeleteBotVersionCommand.d.ts +0 -2
  14. package/dist-types/ts3.4/commands/DeleteIntentCommand.d.ts +0 -2
  15. package/dist-types/ts3.4/commands/DeleteIntentVersionCommand.d.ts +0 -2
  16. package/dist-types/ts3.4/commands/DeleteSlotTypeCommand.d.ts +0 -2
  17. package/dist-types/ts3.4/commands/DeleteSlotTypeVersionCommand.d.ts +0 -2
  18. package/dist-types/ts3.4/commands/DeleteUtterancesCommand.d.ts +0 -2
  19. package/dist-types/ts3.4/commands/GetBotAliasCommand.d.ts +0 -2
  20. package/dist-types/ts3.4/commands/GetBotAliasesCommand.d.ts +0 -2
  21. package/dist-types/ts3.4/commands/GetBotChannelAssociationCommand.d.ts +0 -2
  22. package/dist-types/ts3.4/commands/GetBotChannelAssociationsCommand.d.ts +0 -2
  23. package/dist-types/ts3.4/commands/GetBotCommand.d.ts +0 -2
  24. package/dist-types/ts3.4/commands/GetBotVersionsCommand.d.ts +0 -2
  25. package/dist-types/ts3.4/commands/GetBotsCommand.d.ts +0 -2
  26. package/dist-types/ts3.4/commands/GetBuiltinIntentCommand.d.ts +0 -2
  27. package/dist-types/ts3.4/commands/GetBuiltinIntentsCommand.d.ts +0 -2
  28. package/dist-types/ts3.4/commands/GetBuiltinSlotTypesCommand.d.ts +0 -2
  29. package/dist-types/ts3.4/commands/GetExportCommand.d.ts +0 -2
  30. package/dist-types/ts3.4/commands/GetImportCommand.d.ts +0 -2
  31. package/dist-types/ts3.4/commands/GetIntentCommand.d.ts +0 -2
  32. package/dist-types/ts3.4/commands/GetIntentVersionsCommand.d.ts +0 -2
  33. package/dist-types/ts3.4/commands/GetIntentsCommand.d.ts +0 -2
  34. package/dist-types/ts3.4/commands/GetMigrationCommand.d.ts +0 -2
  35. package/dist-types/ts3.4/commands/GetMigrationsCommand.d.ts +0 -2
  36. package/dist-types/ts3.4/commands/GetSlotTypeCommand.d.ts +0 -2
  37. package/dist-types/ts3.4/commands/GetSlotTypeVersionsCommand.d.ts +0 -2
  38. package/dist-types/ts3.4/commands/GetSlotTypesCommand.d.ts +0 -2
  39. package/dist-types/ts3.4/commands/GetUtterancesViewCommand.d.ts +0 -2
  40. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +0 -2
  41. package/dist-types/ts3.4/commands/PutBotAliasCommand.d.ts +0 -2
  42. package/dist-types/ts3.4/commands/PutBotCommand.d.ts +0 -2
  43. package/dist-types/ts3.4/commands/PutIntentCommand.d.ts +0 -2
  44. package/dist-types/ts3.4/commands/PutSlotTypeCommand.d.ts +0 -2
  45. package/dist-types/ts3.4/commands/StartImportCommand.d.ts +0 -2
  46. package/dist-types/ts3.4/commands/StartMigrationCommand.d.ts +0 -2
  47. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +0 -2
  48. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +0 -2
  49. package/dist-types/ts3.4/models/LexModelBuildingServiceServiceException.d.ts +0 -1
  50. package/dist-types/ts3.4/models/models_0.d.ts +0 -547
  51. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +3 -2
  52. package/dist-types/ts3.4/runtimeConfig.d.ts +3 -2
  53. package/dist-types/ts3.4/runtimeConfig.native.d.ts +3 -2
  54. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +0 -1
  55. package/package.json +26 -26
package/CHANGELOG.md CHANGED
@@ -3,6 +3,22 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ # [3.178.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.177.0...v3.178.0) (2022-09-23)
7
+
8
+ **Note:** Version bump only for package @aws-sdk/client-lex-model-building-service
9
+
10
+
11
+
12
+
13
+
14
+ # [3.171.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.170.0...v3.171.0) (2022-09-14)
15
+
16
+ **Note:** Version bump only for package @aws-sdk/client-lex-model-building-service
17
+
18
+
19
+
20
+
21
+
6
22
  # [3.170.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.169.0...v3.170.0) (2022-09-13)
7
23
 
8
24
  **Note:** Version bump only for package @aws-sdk/client-lex-model-building-service
@@ -31,7 +31,7 @@ export declare const getRuntimeConfig: (config: LexModelBuildingServiceClientCon
31
31
  tls?: boolean | undefined;
32
32
  retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
33
33
  credentials?: import("@aws-sdk/types").Credentials | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials> | undefined;
34
- signer?: import("@aws-sdk/types").RequestSigner | import("@aws-sdk/types").Provider<import("@aws-sdk/types").RequestSigner> | undefined;
34
+ signer?: import("@aws-sdk/types").RequestSigner | ((authScheme?: import("@aws-sdk/types").AuthScheme | undefined) => Promise<import("@aws-sdk/types").RequestSigner>) | undefined;
35
35
  signingEscapePath?: boolean | undefined;
36
36
  systemClockOffset?: number | undefined;
37
37
  signingRegion?: string | undefined;
@@ -31,7 +31,7 @@ export declare const getRuntimeConfig: (config: LexModelBuildingServiceClientCon
31
31
  tls?: boolean | undefined;
32
32
  retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
33
33
  credentials?: import("@aws-sdk/types").Credentials | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials> | undefined;
34
- signer?: import("@aws-sdk/types").RequestSigner | import("@aws-sdk/types").Provider<import("@aws-sdk/types").RequestSigner> | undefined;
34
+ signer?: import("@aws-sdk/types").RequestSigner | ((authScheme?: import("@aws-sdk/types").AuthScheme | undefined) => Promise<import("@aws-sdk/types").RequestSigner>) | undefined;
35
35
  signingEscapePath?: boolean | undefined;
36
36
  systemClockOffset?: number | undefined;
37
37
  signingRegion?: string | undefined;
@@ -30,7 +30,7 @@ export declare const getRuntimeConfig: (config: LexModelBuildingServiceClientCon
30
30
  tls?: boolean | undefined;
31
31
  retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
32
32
  credentials?: import("@aws-sdk/types").Credentials | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials> | undefined;
33
- signer?: import("@aws-sdk/types").RequestSigner | import("@aws-sdk/types").Provider<import("@aws-sdk/types").RequestSigner> | undefined;
33
+ signer?: import("@aws-sdk/types").RequestSigner | ((authScheme?: import("@aws-sdk/types").AuthScheme | undefined) => Promise<import("@aws-sdk/types").RequestSigner>) | undefined;
34
34
  signingEscapePath?: boolean | undefined;
35
35
  systemClockOffset?: number | undefined;
36
36
  signingRegion?: string | undefined;
@@ -168,7 +168,6 @@ import {
168
168
  UntagResourceCommandOutput,
169
169
  } from "./commands/UntagResourceCommand";
170
170
  import { LexModelBuildingServiceClient } from "./LexModelBuildingServiceClient";
171
-
172
171
  export declare class LexModelBuildingService extends LexModelBuildingServiceClient {
173
172
  createBotVersion(
174
173
  args: CreateBotVersionCommandInput,
@@ -183,7 +182,6 @@ export declare class LexModelBuildingService extends LexModelBuildingServiceClie
183
182
  options: __HttpHandlerOptions,
184
183
  cb: (err: any, data?: CreateBotVersionCommandOutput) => void
185
184
  ): void;
186
-
187
185
  createIntentVersion(
188
186
  args: CreateIntentVersionCommandInput,
189
187
  options?: __HttpHandlerOptions
@@ -197,7 +195,6 @@ export declare class LexModelBuildingService extends LexModelBuildingServiceClie
197
195
  options: __HttpHandlerOptions,
198
196
  cb: (err: any, data?: CreateIntentVersionCommandOutput) => void
199
197
  ): void;
200
-
201
198
  createSlotTypeVersion(
202
199
  args: CreateSlotTypeVersionCommandInput,
203
200
  options?: __HttpHandlerOptions
@@ -211,7 +208,6 @@ export declare class LexModelBuildingService extends LexModelBuildingServiceClie
211
208
  options: __HttpHandlerOptions,
212
209
  cb: (err: any, data?: CreateSlotTypeVersionCommandOutput) => void
213
210
  ): void;
214
-
215
211
  deleteBot(
216
212
  args: DeleteBotCommandInput,
217
213
  options?: __HttpHandlerOptions
@@ -225,7 +221,6 @@ export declare class LexModelBuildingService extends LexModelBuildingServiceClie
225
221
  options: __HttpHandlerOptions,
226
222
  cb: (err: any, data?: DeleteBotCommandOutput) => void
227
223
  ): void;
228
-
229
224
  deleteBotAlias(
230
225
  args: DeleteBotAliasCommandInput,
231
226
  options?: __HttpHandlerOptions
@@ -239,7 +234,6 @@ export declare class LexModelBuildingService extends LexModelBuildingServiceClie
239
234
  options: __HttpHandlerOptions,
240
235
  cb: (err: any, data?: DeleteBotAliasCommandOutput) => void
241
236
  ): void;
242
-
243
237
  deleteBotChannelAssociation(
244
238
  args: DeleteBotChannelAssociationCommandInput,
245
239
  options?: __HttpHandlerOptions
@@ -253,7 +247,6 @@ export declare class LexModelBuildingService extends LexModelBuildingServiceClie
253
247
  options: __HttpHandlerOptions,
254
248
  cb: (err: any, data?: DeleteBotChannelAssociationCommandOutput) => void
255
249
  ): void;
256
-
257
250
  deleteBotVersion(
258
251
  args: DeleteBotVersionCommandInput,
259
252
  options?: __HttpHandlerOptions
@@ -267,7 +260,6 @@ export declare class LexModelBuildingService extends LexModelBuildingServiceClie
267
260
  options: __HttpHandlerOptions,
268
261
  cb: (err: any, data?: DeleteBotVersionCommandOutput) => void
269
262
  ): void;
270
-
271
263
  deleteIntent(
272
264
  args: DeleteIntentCommandInput,
273
265
  options?: __HttpHandlerOptions
@@ -281,7 +273,6 @@ export declare class LexModelBuildingService extends LexModelBuildingServiceClie
281
273
  options: __HttpHandlerOptions,
282
274
  cb: (err: any, data?: DeleteIntentCommandOutput) => void
283
275
  ): void;
284
-
285
276
  deleteIntentVersion(
286
277
  args: DeleteIntentVersionCommandInput,
287
278
  options?: __HttpHandlerOptions
@@ -295,7 +286,6 @@ export declare class LexModelBuildingService extends LexModelBuildingServiceClie
295
286
  options: __HttpHandlerOptions,
296
287
  cb: (err: any, data?: DeleteIntentVersionCommandOutput) => void
297
288
  ): void;
298
-
299
289
  deleteSlotType(
300
290
  args: DeleteSlotTypeCommandInput,
301
291
  options?: __HttpHandlerOptions
@@ -309,7 +299,6 @@ export declare class LexModelBuildingService extends LexModelBuildingServiceClie
309
299
  options: __HttpHandlerOptions,
310
300
  cb: (err: any, data?: DeleteSlotTypeCommandOutput) => void
311
301
  ): void;
312
-
313
302
  deleteSlotTypeVersion(
314
303
  args: DeleteSlotTypeVersionCommandInput,
315
304
  options?: __HttpHandlerOptions
@@ -323,7 +312,6 @@ export declare class LexModelBuildingService extends LexModelBuildingServiceClie
323
312
  options: __HttpHandlerOptions,
324
313
  cb: (err: any, data?: DeleteSlotTypeVersionCommandOutput) => void
325
314
  ): void;
326
-
327
315
  deleteUtterances(
328
316
  args: DeleteUtterancesCommandInput,
329
317
  options?: __HttpHandlerOptions
@@ -337,7 +325,6 @@ export declare class LexModelBuildingService extends LexModelBuildingServiceClie
337
325
  options: __HttpHandlerOptions,
338
326
  cb: (err: any, data?: DeleteUtterancesCommandOutput) => void
339
327
  ): void;
340
-
341
328
  getBot(
342
329
  args: GetBotCommandInput,
343
330
  options?: __HttpHandlerOptions
@@ -351,7 +338,6 @@ export declare class LexModelBuildingService extends LexModelBuildingServiceClie
351
338
  options: __HttpHandlerOptions,
352
339
  cb: (err: any, data?: GetBotCommandOutput) => void
353
340
  ): void;
354
-
355
341
  getBotAlias(
356
342
  args: GetBotAliasCommandInput,
357
343
  options?: __HttpHandlerOptions
@@ -365,7 +351,6 @@ export declare class LexModelBuildingService extends LexModelBuildingServiceClie
365
351
  options: __HttpHandlerOptions,
366
352
  cb: (err: any, data?: GetBotAliasCommandOutput) => void
367
353
  ): void;
368
-
369
354
  getBotAliases(
370
355
  args: GetBotAliasesCommandInput,
371
356
  options?: __HttpHandlerOptions
@@ -379,7 +364,6 @@ export declare class LexModelBuildingService extends LexModelBuildingServiceClie
379
364
  options: __HttpHandlerOptions,
380
365
  cb: (err: any, data?: GetBotAliasesCommandOutput) => void
381
366
  ): void;
382
-
383
367
  getBotChannelAssociation(
384
368
  args: GetBotChannelAssociationCommandInput,
385
369
  options?: __HttpHandlerOptions
@@ -393,7 +377,6 @@ export declare class LexModelBuildingService extends LexModelBuildingServiceClie
393
377
  options: __HttpHandlerOptions,
394
378
  cb: (err: any, data?: GetBotChannelAssociationCommandOutput) => void
395
379
  ): void;
396
-
397
380
  getBotChannelAssociations(
398
381
  args: GetBotChannelAssociationsCommandInput,
399
382
  options?: __HttpHandlerOptions
@@ -407,7 +390,6 @@ export declare class LexModelBuildingService extends LexModelBuildingServiceClie
407
390
  options: __HttpHandlerOptions,
408
391
  cb: (err: any, data?: GetBotChannelAssociationsCommandOutput) => void
409
392
  ): void;
410
-
411
393
  getBots(
412
394
  args: GetBotsCommandInput,
413
395
  options?: __HttpHandlerOptions
@@ -421,7 +403,6 @@ export declare class LexModelBuildingService extends LexModelBuildingServiceClie
421
403
  options: __HttpHandlerOptions,
422
404
  cb: (err: any, data?: GetBotsCommandOutput) => void
423
405
  ): void;
424
-
425
406
  getBotVersions(
426
407
  args: GetBotVersionsCommandInput,
427
408
  options?: __HttpHandlerOptions
@@ -435,7 +416,6 @@ export declare class LexModelBuildingService extends LexModelBuildingServiceClie
435
416
  options: __HttpHandlerOptions,
436
417
  cb: (err: any, data?: GetBotVersionsCommandOutput) => void
437
418
  ): void;
438
-
439
419
  getBuiltinIntent(
440
420
  args: GetBuiltinIntentCommandInput,
441
421
  options?: __HttpHandlerOptions
@@ -449,7 +429,6 @@ export declare class LexModelBuildingService extends LexModelBuildingServiceClie
449
429
  options: __HttpHandlerOptions,
450
430
  cb: (err: any, data?: GetBuiltinIntentCommandOutput) => void
451
431
  ): void;
452
-
453
432
  getBuiltinIntents(
454
433
  args: GetBuiltinIntentsCommandInput,
455
434
  options?: __HttpHandlerOptions
@@ -463,7 +442,6 @@ export declare class LexModelBuildingService extends LexModelBuildingServiceClie
463
442
  options: __HttpHandlerOptions,
464
443
  cb: (err: any, data?: GetBuiltinIntentsCommandOutput) => void
465
444
  ): void;
466
-
467
445
  getBuiltinSlotTypes(
468
446
  args: GetBuiltinSlotTypesCommandInput,
469
447
  options?: __HttpHandlerOptions
@@ -477,7 +455,6 @@ export declare class LexModelBuildingService extends LexModelBuildingServiceClie
477
455
  options: __HttpHandlerOptions,
478
456
  cb: (err: any, data?: GetBuiltinSlotTypesCommandOutput) => void
479
457
  ): void;
480
-
481
458
  getExport(
482
459
  args: GetExportCommandInput,
483
460
  options?: __HttpHandlerOptions
@@ -491,7 +468,6 @@ export declare class LexModelBuildingService extends LexModelBuildingServiceClie
491
468
  options: __HttpHandlerOptions,
492
469
  cb: (err: any, data?: GetExportCommandOutput) => void
493
470
  ): void;
494
-
495
471
  getImport(
496
472
  args: GetImportCommandInput,
497
473
  options?: __HttpHandlerOptions
@@ -505,7 +481,6 @@ export declare class LexModelBuildingService extends LexModelBuildingServiceClie
505
481
  options: __HttpHandlerOptions,
506
482
  cb: (err: any, data?: GetImportCommandOutput) => void
507
483
  ): void;
508
-
509
484
  getIntent(
510
485
  args: GetIntentCommandInput,
511
486
  options?: __HttpHandlerOptions
@@ -519,7 +494,6 @@ export declare class LexModelBuildingService extends LexModelBuildingServiceClie
519
494
  options: __HttpHandlerOptions,
520
495
  cb: (err: any, data?: GetIntentCommandOutput) => void
521
496
  ): void;
522
-
523
497
  getIntents(
524
498
  args: GetIntentsCommandInput,
525
499
  options?: __HttpHandlerOptions
@@ -533,7 +507,6 @@ export declare class LexModelBuildingService extends LexModelBuildingServiceClie
533
507
  options: __HttpHandlerOptions,
534
508
  cb: (err: any, data?: GetIntentsCommandOutput) => void
535
509
  ): void;
536
-
537
510
  getIntentVersions(
538
511
  args: GetIntentVersionsCommandInput,
539
512
  options?: __HttpHandlerOptions
@@ -547,7 +520,6 @@ export declare class LexModelBuildingService extends LexModelBuildingServiceClie
547
520
  options: __HttpHandlerOptions,
548
521
  cb: (err: any, data?: GetIntentVersionsCommandOutput) => void
549
522
  ): void;
550
-
551
523
  getMigration(
552
524
  args: GetMigrationCommandInput,
553
525
  options?: __HttpHandlerOptions
@@ -561,7 +533,6 @@ export declare class LexModelBuildingService extends LexModelBuildingServiceClie
561
533
  options: __HttpHandlerOptions,
562
534
  cb: (err: any, data?: GetMigrationCommandOutput) => void
563
535
  ): void;
564
-
565
536
  getMigrations(
566
537
  args: GetMigrationsCommandInput,
567
538
  options?: __HttpHandlerOptions
@@ -575,7 +546,6 @@ export declare class LexModelBuildingService extends LexModelBuildingServiceClie
575
546
  options: __HttpHandlerOptions,
576
547
  cb: (err: any, data?: GetMigrationsCommandOutput) => void
577
548
  ): void;
578
-
579
549
  getSlotType(
580
550
  args: GetSlotTypeCommandInput,
581
551
  options?: __HttpHandlerOptions
@@ -589,7 +559,6 @@ export declare class LexModelBuildingService extends LexModelBuildingServiceClie
589
559
  options: __HttpHandlerOptions,
590
560
  cb: (err: any, data?: GetSlotTypeCommandOutput) => void
591
561
  ): void;
592
-
593
562
  getSlotTypes(
594
563
  args: GetSlotTypesCommandInput,
595
564
  options?: __HttpHandlerOptions
@@ -603,7 +572,6 @@ export declare class LexModelBuildingService extends LexModelBuildingServiceClie
603
572
  options: __HttpHandlerOptions,
604
573
  cb: (err: any, data?: GetSlotTypesCommandOutput) => void
605
574
  ): void;
606
-
607
575
  getSlotTypeVersions(
608
576
  args: GetSlotTypeVersionsCommandInput,
609
577
  options?: __HttpHandlerOptions
@@ -617,7 +585,6 @@ export declare class LexModelBuildingService extends LexModelBuildingServiceClie
617
585
  options: __HttpHandlerOptions,
618
586
  cb: (err: any, data?: GetSlotTypeVersionsCommandOutput) => void
619
587
  ): void;
620
-
621
588
  getUtterancesView(
622
589
  args: GetUtterancesViewCommandInput,
623
590
  options?: __HttpHandlerOptions
@@ -631,7 +598,6 @@ export declare class LexModelBuildingService extends LexModelBuildingServiceClie
631
598
  options: __HttpHandlerOptions,
632
599
  cb: (err: any, data?: GetUtterancesViewCommandOutput) => void
633
600
  ): void;
634
-
635
601
  listTagsForResource(
636
602
  args: ListTagsForResourceCommandInput,
637
603
  options?: __HttpHandlerOptions
@@ -645,7 +611,6 @@ export declare class LexModelBuildingService extends LexModelBuildingServiceClie
645
611
  options: __HttpHandlerOptions,
646
612
  cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
647
613
  ): void;
648
-
649
614
  putBot(
650
615
  args: PutBotCommandInput,
651
616
  options?: __HttpHandlerOptions
@@ -659,7 +624,6 @@ export declare class LexModelBuildingService extends LexModelBuildingServiceClie
659
624
  options: __HttpHandlerOptions,
660
625
  cb: (err: any, data?: PutBotCommandOutput) => void
661
626
  ): void;
662
-
663
627
  putBotAlias(
664
628
  args: PutBotAliasCommandInput,
665
629
  options?: __HttpHandlerOptions
@@ -673,7 +637,6 @@ export declare class LexModelBuildingService extends LexModelBuildingServiceClie
673
637
  options: __HttpHandlerOptions,
674
638
  cb: (err: any, data?: PutBotAliasCommandOutput) => void
675
639
  ): void;
676
-
677
640
  putIntent(
678
641
  args: PutIntentCommandInput,
679
642
  options?: __HttpHandlerOptions
@@ -687,7 +650,6 @@ export declare class LexModelBuildingService extends LexModelBuildingServiceClie
687
650
  options: __HttpHandlerOptions,
688
651
  cb: (err: any, data?: PutIntentCommandOutput) => void
689
652
  ): void;
690
-
691
653
  putSlotType(
692
654
  args: PutSlotTypeCommandInput,
693
655
  options?: __HttpHandlerOptions
@@ -701,7 +663,6 @@ export declare class LexModelBuildingService extends LexModelBuildingServiceClie
701
663
  options: __HttpHandlerOptions,
702
664
  cb: (err: any, data?: PutSlotTypeCommandOutput) => void
703
665
  ): void;
704
-
705
666
  startImport(
706
667
  args: StartImportCommandInput,
707
668
  options?: __HttpHandlerOptions
@@ -715,7 +676,6 @@ export declare class LexModelBuildingService extends LexModelBuildingServiceClie
715
676
  options: __HttpHandlerOptions,
716
677
  cb: (err: any, data?: StartImportCommandOutput) => void
717
678
  ): void;
718
-
719
679
  startMigration(
720
680
  args: StartMigrationCommandInput,
721
681
  options?: __HttpHandlerOptions
@@ -729,7 +689,6 @@ export declare class LexModelBuildingService extends LexModelBuildingServiceClie
729
689
  options: __HttpHandlerOptions,
730
690
  cb: (err: any, data?: StartMigrationCommandOutput) => void
731
691
  ): void;
732
-
733
692
  tagResource(
734
693
  args: TagResourceCommandInput,
735
694
  options?: __HttpHandlerOptions
@@ -743,7 +702,6 @@ export declare class LexModelBuildingService extends LexModelBuildingServiceClie
743
702
  options: __HttpHandlerOptions,
744
703
  cb: (err: any, data?: TagResourceCommandOutput) => void
745
704
  ): void;
746
-
747
705
  untagResource(
748
706
  args: UntagResourceCommandInput,
749
707
  options?: __HttpHandlerOptions
@@ -299,47 +299,26 @@ export declare type ServiceOutputTypes =
299
299
  export interface ClientDefaults
300
300
  extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
301
301
  requestHandler?: __HttpHandler;
302
-
303
302
  sha256?: __HashConstructor;
304
-
305
303
  urlParser?: __UrlParser;
306
-
307
304
  bodyLengthChecker?: __BodyLengthCalculator;
308
-
309
305
  streamCollector?: __StreamCollector;
310
-
311
306
  base64Decoder?: __Decoder;
312
-
313
307
  base64Encoder?: __Encoder;
314
-
315
308
  utf8Decoder?: __Decoder;
316
-
317
309
  utf8Encoder?: __Encoder;
318
-
319
310
  runtime?: string;
320
-
321
311
  disableHostPrefix?: boolean;
322
-
323
312
  maxAttempts?: number | __Provider<number>;
324
-
325
313
  retryMode?: string | __Provider<string>;
326
-
327
314
  logger?: __Logger;
328
-
329
315
  useDualstackEndpoint?: boolean | __Provider<boolean>;
330
-
331
316
  useFipsEndpoint?: boolean | __Provider<boolean>;
332
-
333
317
  serviceId?: string;
334
-
335
318
  region?: string | __Provider<string>;
336
-
337
319
  credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
338
-
339
320
  regionInfoProvider?: RegionInfoProvider;
340
-
341
321
  defaultUserAgentProvider?: Provider<__UserAgent>;
342
-
343
322
  defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
344
323
  }
345
324
  declare type LexModelBuildingServiceClientConfigType = Partial<
@@ -352,7 +331,6 @@ declare type LexModelBuildingServiceClientConfigType = Partial<
352
331
  HostHeaderInputConfig &
353
332
  AwsAuthInputConfig &
354
333
  UserAgentInputConfig;
355
-
356
334
  export interface LexModelBuildingServiceClientConfig
357
335
  extends LexModelBuildingServiceClientConfigType {}
358
336
  declare type LexModelBuildingServiceClientResolvedConfigType =
@@ -364,10 +342,8 @@ declare type LexModelBuildingServiceClientResolvedConfigType =
364
342
  HostHeaderResolvedConfig &
365
343
  AwsAuthResolvedConfig &
366
344
  UserAgentResolvedConfig;
367
-
368
345
  export interface LexModelBuildingServiceClientResolvedConfig
369
346
  extends LexModelBuildingServiceClientResolvedConfigType {}
370
-
371
347
  export declare class LexModelBuildingServiceClient extends __Client<
372
348
  __HttpHandlerOptions,
373
349
  ServiceInputTypes,
@@ -376,7 +352,6 @@ export declare class LexModelBuildingServiceClient extends __Client<
376
352
  > {
377
353
  readonly config: LexModelBuildingServiceClientResolvedConfig;
378
354
  constructor(configuration: LexModelBuildingServiceClientConfig);
379
-
380
355
  destroy(): void;
381
356
  }
382
357
  export {};
@@ -18,7 +18,6 @@ export interface CreateBotVersionCommandInput extends CreateBotVersionRequest {}
18
18
  export interface CreateBotVersionCommandOutput
19
19
  extends CreateBotVersionResponse,
20
20
  __MetadataBearer {}
21
-
22
21
  export declare class CreateBotVersionCommand extends $Command<
23
22
  CreateBotVersionCommandInput,
24
23
  CreateBotVersionCommandOutput,
@@ -26,7 +25,6 @@ export declare class CreateBotVersionCommand extends $Command<
26
25
  > {
27
26
  readonly input: CreateBotVersionCommandInput;
28
27
  constructor(input: CreateBotVersionCommandInput);
29
-
30
28
  resolveMiddleware(
31
29
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
30
  configuration: LexModelBuildingServiceClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface CreateIntentVersionCommandInput
19
19
  export interface CreateIntentVersionCommandOutput
20
20
  extends CreateIntentVersionResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class CreateIntentVersionCommand extends $Command<
24
23
  CreateIntentVersionCommandInput,
25
24
  CreateIntentVersionCommandOutput,
@@ -27,7 +26,6 @@ export declare class CreateIntentVersionCommand extends $Command<
27
26
  > {
28
27
  readonly input: CreateIntentVersionCommandInput;
29
28
  constructor(input: CreateIntentVersionCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: LexModelBuildingServiceClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface CreateSlotTypeVersionCommandInput
19
19
  export interface CreateSlotTypeVersionCommandOutput
20
20
  extends CreateSlotTypeVersionResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class CreateSlotTypeVersionCommand extends $Command<
24
23
  CreateSlotTypeVersionCommandInput,
25
24
  CreateSlotTypeVersionCommandOutput,
@@ -27,7 +26,6 @@ export declare class CreateSlotTypeVersionCommand extends $Command<
27
26
  > {
28
27
  readonly input: CreateSlotTypeVersionCommandInput;
29
28
  constructor(input: CreateSlotTypeVersionCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: LexModelBuildingServiceClientResolvedConfig,
@@ -13,7 +13,6 @@ import {
13
13
  import { DeleteBotAliasRequest } from "../models/models_0";
14
14
  export interface DeleteBotAliasCommandInput extends DeleteBotAliasRequest {}
15
15
  export interface DeleteBotAliasCommandOutput extends __MetadataBearer {}
16
-
17
16
  export declare class DeleteBotAliasCommand extends $Command<
18
17
  DeleteBotAliasCommandInput,
19
18
  DeleteBotAliasCommandOutput,
@@ -21,7 +20,6 @@ export declare class DeleteBotAliasCommand extends $Command<
21
20
  > {
22
21
  readonly input: DeleteBotAliasCommandInput;
23
22
  constructor(input: DeleteBotAliasCommandInput);
24
-
25
23
  resolveMiddleware(
26
24
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
27
25
  configuration: LexModelBuildingServiceClientResolvedConfig,
@@ -15,7 +15,6 @@ export interface DeleteBotChannelAssociationCommandInput
15
15
  extends DeleteBotChannelAssociationRequest {}
16
16
  export interface DeleteBotChannelAssociationCommandOutput
17
17
  extends __MetadataBearer {}
18
-
19
18
  export declare class DeleteBotChannelAssociationCommand extends $Command<
20
19
  DeleteBotChannelAssociationCommandInput,
21
20
  DeleteBotChannelAssociationCommandOutput,
@@ -23,7 +22,6 @@ export declare class DeleteBotChannelAssociationCommand extends $Command<
23
22
  > {
24
23
  readonly input: DeleteBotChannelAssociationCommandInput;
25
24
  constructor(input: DeleteBotChannelAssociationCommandInput);
26
-
27
25
  resolveMiddleware(
28
26
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
27
  configuration: LexModelBuildingServiceClientResolvedConfig,
@@ -13,7 +13,6 @@ import {
13
13
  import { DeleteBotRequest } from "../models/models_0";
14
14
  export interface DeleteBotCommandInput extends DeleteBotRequest {}
15
15
  export interface DeleteBotCommandOutput extends __MetadataBearer {}
16
-
17
16
  export declare class DeleteBotCommand extends $Command<
18
17
  DeleteBotCommandInput,
19
18
  DeleteBotCommandOutput,
@@ -21,7 +20,6 @@ export declare class DeleteBotCommand extends $Command<
21
20
  > {
22
21
  readonly input: DeleteBotCommandInput;
23
22
  constructor(input: DeleteBotCommandInput);
24
-
25
23
  resolveMiddleware(
26
24
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
27
25
  configuration: LexModelBuildingServiceClientResolvedConfig,
@@ -13,7 +13,6 @@ import {
13
13
  import { DeleteBotVersionRequest } from "../models/models_0";
14
14
  export interface DeleteBotVersionCommandInput extends DeleteBotVersionRequest {}
15
15
  export interface DeleteBotVersionCommandOutput extends __MetadataBearer {}
16
-
17
16
  export declare class DeleteBotVersionCommand extends $Command<
18
17
  DeleteBotVersionCommandInput,
19
18
  DeleteBotVersionCommandOutput,
@@ -21,7 +20,6 @@ export declare class DeleteBotVersionCommand extends $Command<
21
20
  > {
22
21
  readonly input: DeleteBotVersionCommandInput;
23
22
  constructor(input: DeleteBotVersionCommandInput);
24
-
25
23
  resolveMiddleware(
26
24
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
27
25
  configuration: LexModelBuildingServiceClientResolvedConfig,
@@ -13,7 +13,6 @@ import {
13
13
  import { DeleteIntentRequest } from "../models/models_0";
14
14
  export interface DeleteIntentCommandInput extends DeleteIntentRequest {}
15
15
  export interface DeleteIntentCommandOutput extends __MetadataBearer {}
16
-
17
16
  export declare class DeleteIntentCommand extends $Command<
18
17
  DeleteIntentCommandInput,
19
18
  DeleteIntentCommandOutput,
@@ -21,7 +20,6 @@ export declare class DeleteIntentCommand extends $Command<
21
20
  > {
22
21
  readonly input: DeleteIntentCommandInput;
23
22
  constructor(input: DeleteIntentCommandInput);
24
-
25
23
  resolveMiddleware(
26
24
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
27
25
  configuration: LexModelBuildingServiceClientResolvedConfig,
@@ -14,7 +14,6 @@ import { DeleteIntentVersionRequest } from "../models/models_0";
14
14
  export interface DeleteIntentVersionCommandInput
15
15
  extends DeleteIntentVersionRequest {}
16
16
  export interface DeleteIntentVersionCommandOutput extends __MetadataBearer {}
17
-
18
17
  export declare class DeleteIntentVersionCommand extends $Command<
19
18
  DeleteIntentVersionCommandInput,
20
19
  DeleteIntentVersionCommandOutput,
@@ -22,7 +21,6 @@ export declare class DeleteIntentVersionCommand extends $Command<
22
21
  > {
23
22
  readonly input: DeleteIntentVersionCommandInput;
24
23
  constructor(input: DeleteIntentVersionCommandInput);
25
-
26
24
  resolveMiddleware(
27
25
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
28
26
  configuration: LexModelBuildingServiceClientResolvedConfig,
@@ -13,7 +13,6 @@ import {
13
13
  import { DeleteSlotTypeRequest } from "../models/models_0";
14
14
  export interface DeleteSlotTypeCommandInput extends DeleteSlotTypeRequest {}
15
15
  export interface DeleteSlotTypeCommandOutput extends __MetadataBearer {}
16
-
17
16
  export declare class DeleteSlotTypeCommand extends $Command<
18
17
  DeleteSlotTypeCommandInput,
19
18
  DeleteSlotTypeCommandOutput,
@@ -21,7 +20,6 @@ export declare class DeleteSlotTypeCommand extends $Command<
21
20
  > {
22
21
  readonly input: DeleteSlotTypeCommandInput;
23
22
  constructor(input: DeleteSlotTypeCommandInput);
24
-
25
23
  resolveMiddleware(
26
24
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
27
25
  configuration: LexModelBuildingServiceClientResolvedConfig,
@@ -14,7 +14,6 @@ import { DeleteSlotTypeVersionRequest } from "../models/models_0";
14
14
  export interface DeleteSlotTypeVersionCommandInput
15
15
  extends DeleteSlotTypeVersionRequest {}
16
16
  export interface DeleteSlotTypeVersionCommandOutput extends __MetadataBearer {}
17
-
18
17
  export declare class DeleteSlotTypeVersionCommand extends $Command<
19
18
  DeleteSlotTypeVersionCommandInput,
20
19
  DeleteSlotTypeVersionCommandOutput,
@@ -22,7 +21,6 @@ export declare class DeleteSlotTypeVersionCommand extends $Command<
22
21
  > {
23
22
  readonly input: DeleteSlotTypeVersionCommandInput;
24
23
  constructor(input: DeleteSlotTypeVersionCommandInput);
25
-
26
24
  resolveMiddleware(
27
25
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
28
26
  configuration: LexModelBuildingServiceClientResolvedConfig,
@@ -13,7 +13,6 @@ import {
13
13
  import { DeleteUtterancesRequest } from "../models/models_0";
14
14
  export interface DeleteUtterancesCommandInput extends DeleteUtterancesRequest {}
15
15
  export interface DeleteUtterancesCommandOutput extends __MetadataBearer {}
16
-
17
16
  export declare class DeleteUtterancesCommand extends $Command<
18
17
  DeleteUtterancesCommandInput,
19
18
  DeleteUtterancesCommandOutput,
@@ -21,7 +20,6 @@ export declare class DeleteUtterancesCommand extends $Command<
21
20
  > {
22
21
  readonly input: DeleteUtterancesCommandInput;
23
22
  constructor(input: DeleteUtterancesCommandInput);
24
-
25
23
  resolveMiddleware(
26
24
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
27
25
  configuration: LexModelBuildingServiceClientResolvedConfig,
@@ -15,7 +15,6 @@ export interface GetBotAliasCommandInput extends GetBotAliasRequest {}
15
15
  export interface GetBotAliasCommandOutput
16
16
  extends GetBotAliasResponse,
17
17
  __MetadataBearer {}
18
-
19
18
  export declare class GetBotAliasCommand extends $Command<
20
19
  GetBotAliasCommandInput,
21
20
  GetBotAliasCommandOutput,
@@ -23,7 +22,6 @@ export declare class GetBotAliasCommand extends $Command<
23
22
  > {
24
23
  readonly input: GetBotAliasCommandInput;
25
24
  constructor(input: GetBotAliasCommandInput);
26
-
27
25
  resolveMiddleware(
28
26
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
27
  configuration: LexModelBuildingServiceClientResolvedConfig,