@aws-sdk/client-lex-models-v2 3.296.0 → 3.297.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 (93) hide show
  1. package/dist-types/LexModelsV2.d.ts +72 -0
  2. package/dist-types/LexModelsV2Client.d.ts +24 -4
  3. package/dist-types/commands/BatchCreateCustomVocabularyItemCommand.d.ts +16 -0
  4. package/dist-types/commands/BatchDeleteCustomVocabularyItemCommand.d.ts +16 -0
  5. package/dist-types/commands/BatchUpdateCustomVocabularyItemCommand.d.ts +16 -0
  6. package/dist-types/commands/BuildBotLocaleCommand.d.ts +16 -0
  7. package/dist-types/commands/CreateBotAliasCommand.d.ts +16 -0
  8. package/dist-types/commands/CreateBotCommand.d.ts +16 -0
  9. package/dist-types/commands/CreateBotLocaleCommand.d.ts +16 -0
  10. package/dist-types/commands/CreateBotVersionCommand.d.ts +16 -0
  11. package/dist-types/commands/CreateExportCommand.d.ts +16 -0
  12. package/dist-types/commands/CreateIntentCommand.d.ts +16 -0
  13. package/dist-types/commands/CreateResourcePolicyCommand.d.ts +16 -0
  14. package/dist-types/commands/CreateResourcePolicyStatementCommand.d.ts +16 -0
  15. package/dist-types/commands/CreateSlotCommand.d.ts +16 -0
  16. package/dist-types/commands/CreateSlotTypeCommand.d.ts +16 -0
  17. package/dist-types/commands/CreateUploadUrlCommand.d.ts +16 -0
  18. package/dist-types/commands/DeleteBotAliasCommand.d.ts +16 -0
  19. package/dist-types/commands/DeleteBotCommand.d.ts +16 -0
  20. package/dist-types/commands/DeleteBotLocaleCommand.d.ts +16 -0
  21. package/dist-types/commands/DeleteBotVersionCommand.d.ts +16 -0
  22. package/dist-types/commands/DeleteCustomVocabularyCommand.d.ts +16 -0
  23. package/dist-types/commands/DeleteExportCommand.d.ts +16 -0
  24. package/dist-types/commands/DeleteImportCommand.d.ts +16 -0
  25. package/dist-types/commands/DeleteIntentCommand.d.ts +16 -0
  26. package/dist-types/commands/DeleteResourcePolicyCommand.d.ts +16 -0
  27. package/dist-types/commands/DeleteResourcePolicyStatementCommand.d.ts +16 -0
  28. package/dist-types/commands/DeleteSlotCommand.d.ts +16 -0
  29. package/dist-types/commands/DeleteSlotTypeCommand.d.ts +16 -0
  30. package/dist-types/commands/DeleteUtterancesCommand.d.ts +16 -0
  31. package/dist-types/commands/DescribeBotAliasCommand.d.ts +16 -0
  32. package/dist-types/commands/DescribeBotCommand.d.ts +16 -0
  33. package/dist-types/commands/DescribeBotLocaleCommand.d.ts +16 -0
  34. package/dist-types/commands/DescribeBotRecommendationCommand.d.ts +16 -0
  35. package/dist-types/commands/DescribeBotVersionCommand.d.ts +16 -0
  36. package/dist-types/commands/DescribeCustomVocabularyMetadataCommand.d.ts +16 -0
  37. package/dist-types/commands/DescribeExportCommand.d.ts +16 -0
  38. package/dist-types/commands/DescribeImportCommand.d.ts +16 -0
  39. package/dist-types/commands/DescribeIntentCommand.d.ts +16 -0
  40. package/dist-types/commands/DescribeResourcePolicyCommand.d.ts +16 -0
  41. package/dist-types/commands/DescribeSlotCommand.d.ts +16 -0
  42. package/dist-types/commands/DescribeSlotTypeCommand.d.ts +16 -0
  43. package/dist-types/commands/ListAggregatedUtterancesCommand.d.ts +16 -0
  44. package/dist-types/commands/ListBotAliasesCommand.d.ts +16 -0
  45. package/dist-types/commands/ListBotLocalesCommand.d.ts +16 -0
  46. package/dist-types/commands/ListBotRecommendationsCommand.d.ts +16 -0
  47. package/dist-types/commands/ListBotVersionsCommand.d.ts +16 -0
  48. package/dist-types/commands/ListBotsCommand.d.ts +16 -0
  49. package/dist-types/commands/ListBuiltInIntentsCommand.d.ts +16 -0
  50. package/dist-types/commands/ListBuiltInSlotTypesCommand.d.ts +16 -0
  51. package/dist-types/commands/ListCustomVocabularyItemsCommand.d.ts +16 -0
  52. package/dist-types/commands/ListExportsCommand.d.ts +16 -0
  53. package/dist-types/commands/ListImportsCommand.d.ts +16 -0
  54. package/dist-types/commands/ListIntentsCommand.d.ts +16 -0
  55. package/dist-types/commands/ListRecommendedIntentsCommand.d.ts +16 -0
  56. package/dist-types/commands/ListSlotTypesCommand.d.ts +16 -0
  57. package/dist-types/commands/ListSlotsCommand.d.ts +16 -0
  58. package/dist-types/commands/ListTagsForResourceCommand.d.ts +16 -0
  59. package/dist-types/commands/SearchAssociatedTranscriptsCommand.d.ts +16 -0
  60. package/dist-types/commands/StartBotRecommendationCommand.d.ts +16 -0
  61. package/dist-types/commands/StartImportCommand.d.ts +16 -0
  62. package/dist-types/commands/StopBotRecommendationCommand.d.ts +16 -0
  63. package/dist-types/commands/TagResourceCommand.d.ts +16 -0
  64. package/dist-types/commands/UntagResourceCommand.d.ts +16 -0
  65. package/dist-types/commands/UpdateBotAliasCommand.d.ts +16 -0
  66. package/dist-types/commands/UpdateBotCommand.d.ts +16 -0
  67. package/dist-types/commands/UpdateBotLocaleCommand.d.ts +16 -0
  68. package/dist-types/commands/UpdateBotRecommendationCommand.d.ts +16 -0
  69. package/dist-types/commands/UpdateExportCommand.d.ts +16 -0
  70. package/dist-types/commands/UpdateIntentCommand.d.ts +16 -0
  71. package/dist-types/commands/UpdateResourcePolicyCommand.d.ts +16 -0
  72. package/dist-types/commands/UpdateSlotCommand.d.ts +16 -0
  73. package/dist-types/commands/UpdateSlotTypeCommand.d.ts +16 -0
  74. package/dist-types/models/LexModelsV2ServiceException.d.ts +2 -0
  75. package/dist-types/models/models_0.d.ts +635 -1
  76. package/dist-types/models/models_1.d.ts +98 -2
  77. package/dist-types/pagination/Interfaces.d.ts +3 -0
  78. package/dist-types/pagination/ListAggregatedUtterancesPaginator.d.ts +3 -0
  79. package/dist-types/pagination/ListBotAliasesPaginator.d.ts +3 -0
  80. package/dist-types/pagination/ListBotLocalesPaginator.d.ts +3 -0
  81. package/dist-types/pagination/ListBotRecommendationsPaginator.d.ts +3 -0
  82. package/dist-types/pagination/ListBotVersionsPaginator.d.ts +3 -0
  83. package/dist-types/pagination/ListBotsPaginator.d.ts +3 -0
  84. package/dist-types/pagination/ListBuiltInIntentsPaginator.d.ts +3 -0
  85. package/dist-types/pagination/ListBuiltInSlotTypesPaginator.d.ts +3 -0
  86. package/dist-types/pagination/ListCustomVocabularyItemsPaginator.d.ts +3 -0
  87. package/dist-types/pagination/ListExportsPaginator.d.ts +3 -0
  88. package/dist-types/pagination/ListImportsPaginator.d.ts +3 -0
  89. package/dist-types/pagination/ListIntentsPaginator.d.ts +3 -0
  90. package/dist-types/pagination/ListRecommendedIntentsPaginator.d.ts +3 -0
  91. package/dist-types/pagination/ListSlotTypesPaginator.d.ts +3 -0
  92. package/dist-types/pagination/ListSlotsPaginator.d.ts +3 -0
  93. package/package.json +3 -3
@@ -1,6 +1,12 @@
1
1
  import { BotAliasLocaleSettings, BotAliasStatus, BotLocaleStatus, BotMember, BotRecommendationStatus, BotStatus, BotType, CompositeSlotTypeSetting, Condition, ConversationLogSettings, DataPrivacy, DialogAction, DialogCodeHookSettings, ElicitationCodeHookInvocationSetting, EncryptionSetting, ExportResourceSpecification, ExportStatus, ExternalSourceSetting, FulfillmentUpdatesSpecification, ImportExportFileFormat, InputContext, KendraConfiguration, MultipleValuesSetting, ObfuscationSetting, OutputContext, PromptSpecification, ResponseSpecification, SampleUtterance, SentimentAnalysisSettings, SlotConstraint, SlotDefaultValueSpecification, SlotPriority, SlotShape, SlotTypeValue, SlotValue, SlotValueSelectionSetting, SubSlotSetting, TranscriptSourceSetting, VoiceSettings, WaitAndContinueSpecification } from "./models_0";
2
+ /**
3
+ * @public
4
+ */
2
5
  export interface TagResourceResponse {
3
6
  }
7
+ /**
8
+ * @public
9
+ */
4
10
  export interface UntagResourceRequest {
5
11
  /**
6
12
  * <p>The Amazon Resource Name (ARN) of the resource to remove the tags
@@ -13,8 +19,14 @@ export interface UntagResourceRequest {
13
19
  */
14
20
  tagKeys: string[] | undefined;
15
21
  }
22
+ /**
23
+ * @public
24
+ */
16
25
  export interface UntagResourceResponse {
17
26
  }
27
+ /**
28
+ * @public
29
+ */
18
30
  export interface UpdateBotRequest {
19
31
  /**
20
32
  * <p>The unique identifier of the bot to update. This identifier is
@@ -60,6 +72,9 @@ export interface UpdateBotRequest {
60
72
  */
61
73
  botMembers?: BotMember[];
62
74
  }
75
+ /**
76
+ * @public
77
+ */
63
78
  export interface UpdateBotResponse {
64
79
  /**
65
80
  * <p>The unique identifier of the bot that was updated.</p>
@@ -112,6 +127,9 @@ export interface UpdateBotResponse {
112
127
  */
113
128
  botMembers?: BotMember[];
114
129
  }
130
+ /**
131
+ * @public
132
+ */
115
133
  export interface UpdateBotAliasRequest {
116
134
  /**
117
135
  * <p>The unique identifier of the bot alias.</p>
@@ -149,6 +167,9 @@ export interface UpdateBotAliasRequest {
149
167
  */
150
168
  botId: string | undefined;
151
169
  }
170
+ /**
171
+ * @public
172
+ */
152
173
  export interface UpdateBotAliasResponse {
153
174
  /**
154
175
  * <p>The identifier of the updated bot alias.</p>
@@ -200,6 +221,9 @@ export interface UpdateBotAliasResponse {
200
221
  */
201
222
  lastUpdatedDateTime?: Date;
202
223
  }
224
+ /**
225
+ * @public
226
+ */
203
227
  export interface UpdateBotLocaleRequest {
204
228
  /**
205
229
  * <p>The unique identifier of the bot that contains the locale.</p>
@@ -232,6 +256,9 @@ export interface UpdateBotLocaleRequest {
232
256
  */
233
257
  voiceSettings?: VoiceSettings;
234
258
  }
259
+ /**
260
+ * @public
261
+ */
235
262
  export interface UpdateBotLocaleResponse {
236
263
  /**
237
264
  * <p>The identifier of the bot that contains the updated locale.</p>
@@ -291,6 +318,9 @@ export interface UpdateBotLocaleResponse {
291
318
  */
292
319
  recommendedActions?: string[];
293
320
  }
321
+ /**
322
+ * @public
323
+ */
294
324
  export interface UpdateBotRecommendationRequest {
295
325
  /**
296
326
  * <p>The unique identifier of the bot containing the bot recommendation
@@ -321,6 +351,9 @@ export interface UpdateBotRecommendationRequest {
321
351
  */
322
352
  encryptionSetting: EncryptionSetting | undefined;
323
353
  }
354
+ /**
355
+ * @public
356
+ */
324
357
  export interface UpdateBotRecommendationResponse {
325
358
  /**
326
359
  * <p>The unique identifier of the bot containing the bot recommendation
@@ -372,6 +405,9 @@ export interface UpdateBotRecommendationResponse {
372
405
  */
373
406
  encryptionSetting?: EncryptionSetting;
374
407
  }
408
+ /**
409
+ * @public
410
+ */
375
411
  export interface UpdateExportRequest {
376
412
  /**
377
413
  * <p>The unique identifier Amazon Lex assigned to the export.</p>
@@ -382,6 +418,9 @@ export interface UpdateExportRequest {
382
418
  */
383
419
  filePassword?: string;
384
420
  }
421
+ /**
422
+ * @public
423
+ */
385
424
  export interface UpdateExportResponse {
386
425
  /**
387
426
  * <p>The unique identifier Amazon Lex assigned to the export.</p>
@@ -412,6 +451,9 @@ export interface UpdateExportResponse {
412
451
  */
413
452
  lastUpdatedDateTime?: Date;
414
453
  }
454
+ /**
455
+ * @public
456
+ */
415
457
  export interface UpdateResourcePolicyRequest {
416
458
  /**
417
459
  * <p>The Amazon Resource Name (ARN) of the bot or bot alias that the
@@ -437,6 +479,9 @@ export interface UpdateResourcePolicyRequest {
437
479
  */
438
480
  expectedRevisionId?: string;
439
481
  }
482
+ /**
483
+ * @public
484
+ */
440
485
  export interface UpdateResourcePolicyResponse {
441
486
  /**
442
487
  * <p>The Amazon Resource Name (ARN) of the bot or bot alias that the
@@ -451,6 +496,9 @@ export interface UpdateResourcePolicyResponse {
451
496
  */
452
497
  revisionId?: string;
453
498
  }
499
+ /**
500
+ * @public
501
+ */
454
502
  export interface UpdateSlotTypeRequest {
455
503
  /**
456
504
  * <p>The unique identifier of the slot type to update.</p>
@@ -504,6 +552,9 @@ export interface UpdateSlotTypeRequest {
504
552
  */
505
553
  compositeSlotTypeSetting?: CompositeSlotTypeSetting;
506
554
  }
555
+ /**
556
+ * @public
557
+ */
507
558
  export interface UpdateSlotTypeResponse {
508
559
  /**
509
560
  * <p>The unique identifier of the updated slot type.</p>
@@ -565,6 +616,7 @@ export interface UpdateSlotTypeResponse {
565
616
  compositeSlotTypeSetting?: CompositeSlotTypeSetting;
566
617
  }
567
618
  /**
619
+ * @public
568
620
  * <p>The slot values that Amazon Lex uses when it sets slot
569
621
  * values in a dialog step.</p>
570
622
  */
@@ -588,6 +640,7 @@ export interface SlotValueOverride {
588
640
  values?: SlotValueOverride[];
589
641
  }
590
642
  /**
643
+ * @public
591
644
  * <p>Override settings to configure the intent state.</p>
592
645
  */
593
646
  export interface IntentOverride {
@@ -604,6 +657,7 @@ export interface IntentOverride {
604
657
  slots?: Record<string, SlotValueOverride>;
605
658
  }
606
659
  /**
660
+ * @public
607
661
  * <p>The current state of the conversation with the user.</p>
608
662
  */
609
663
  export interface DialogState {
@@ -623,6 +677,7 @@ export interface DialogState {
623
677
  sessionAttributes?: Record<string, string>;
624
678
  }
625
679
  /**
680
+ * @public
626
681
  * <p>A set of actions that Amazon Lex should run if the condition
627
682
  * is matched.</p>
628
683
  */
@@ -647,6 +702,7 @@ export interface ConditionalBranch {
647
702
  response?: ResponseSpecification;
648
703
  }
649
704
  /**
705
+ * @public
650
706
  * <p>A set of actions that Amazon Lex should run if none of the
651
707
  * other conditions are met.</p>
652
708
  */
@@ -662,6 +718,7 @@ export interface DefaultConditionalBranch {
662
718
  response?: ResponseSpecification;
663
719
  }
664
720
  /**
721
+ * @public
665
722
  * <p>Provides a list of conditional branches. Branches are evaluated in
666
723
  * the order that they are entered in the list. The first branch with a
667
724
  * condition that evaluates to true is executed. The last branch in the
@@ -690,6 +747,7 @@ export interface ConditionalSpecification {
690
747
  defaultBranch: DefaultConditionalBranch | undefined;
691
748
  }
692
749
  /**
750
+ * @public
693
751
  * <p>Provides a statement the Amazon Lex conveys to the user when the intent
694
752
  * is successfully fulfilled.</p>
695
753
  */
@@ -719,6 +777,7 @@ export interface IntentClosingSetting {
719
777
  conditional?: ConditionalSpecification;
720
778
  }
721
779
  /**
780
+ * @public
722
781
  * <p>Specifies next steps to run after the dialog code hook
723
782
  * finishes.</p>
724
783
  */
@@ -772,6 +831,7 @@ export interface PostDialogCodeHookInvocationSpecification {
772
831
  timeoutConditional?: ConditionalSpecification;
773
832
  }
774
833
  /**
834
+ * @public
775
835
  * <p>Provides a setting that determines whether the post-fulfillment
776
836
  * response is sent to the user. For more information, see <a href="https://docs.aws.amazon.com/lexv2/latest/dg/streaming-progress.html#progress-complete">https://docs.aws.amazon.com/lexv2/latest/dg/streaming-progress.html#progress-complete</a>
777
837
  * </p>
@@ -827,6 +887,7 @@ export interface PostFulfillmentStatusSpecification {
827
887
  timeoutConditional?: ConditionalSpecification;
828
888
  }
829
889
  /**
890
+ * @public
830
891
  * <p> Settings that specify the dialog code hook that is
831
892
  * called by Amazon Lex at a step of the conversation. </p>
832
893
  */
@@ -853,6 +914,7 @@ export interface DialogCodeHookInvocationSetting {
853
914
  postCodeHookSpecification: PostDialogCodeHookInvocationSpecification | undefined;
854
915
  }
855
916
  /**
917
+ * @public
856
918
  * <p>Determines if a Lambda function should be invoked for a specific
857
919
  * intent.</p>
858
920
  */
@@ -881,6 +943,7 @@ export interface FulfillmentCodeHookSettings {
881
943
  active?: boolean;
882
944
  }
883
945
  /**
946
+ * @public
884
947
  * <p>Configuration setting for a response sent to the user before Amazon Lex starts eliciting slots.</p>
885
948
  */
886
949
  export interface InitialResponseSetting {
@@ -909,6 +972,7 @@ export interface InitialResponseSetting {
909
972
  codeHook?: DialogCodeHookInvocationSetting;
910
973
  }
911
974
  /**
975
+ * @public
912
976
  * <p>Settings used when Amazon Lex successfully captures a slot
913
977
  * value from a user.</p>
914
978
  */
@@ -955,6 +1019,7 @@ export interface SlotCaptureSetting {
955
1019
  elicitationCodeHook?: ElicitationCodeHookInvocationSetting;
956
1020
  }
957
1021
  /**
1022
+ * @public
958
1023
  * <p>Specifies the elicitation setting details for constituent sub slots of a composite slot.</p>
959
1024
  */
960
1025
  export interface SlotValueElicitationSetting {
@@ -993,6 +1058,7 @@ export interface SlotValueElicitationSetting {
993
1058
  slotCaptureSetting?: SlotCaptureSetting;
994
1059
  }
995
1060
  /**
1061
+ * @public
996
1062
  * <p>Provides a prompt for making sure that the user is ready for the
997
1063
  * intent to be fulfilled.</p>
998
1064
  */
@@ -1079,6 +1145,9 @@ export interface IntentConfirmationSetting {
1079
1145
  */
1080
1146
  elicitationCodeHook?: ElicitationCodeHookInvocationSetting;
1081
1147
  }
1148
+ /**
1149
+ * @public
1150
+ */
1082
1151
  export interface CreateSlotRequest {
1083
1152
  /**
1084
1153
  * <p>The name of the slot. Slot names must be unique within the bot that
@@ -1144,6 +1213,9 @@ export interface CreateSlotRequest {
1144
1213
  */
1145
1214
  subSlotSetting?: SubSlotSetting;
1146
1215
  }
1216
+ /**
1217
+ * @public
1218
+ */
1147
1219
  export interface CreateSlotResponse {
1148
1220
  /**
1149
1221
  * <p>The unique identifier associated with the slot. Use this to identify
@@ -1203,6 +1275,9 @@ export interface CreateSlotResponse {
1203
1275
  */
1204
1276
  subSlotSetting?: SubSlotSetting;
1205
1277
  }
1278
+ /**
1279
+ * @public
1280
+ */
1206
1281
  export interface DescribeSlotResponse {
1207
1282
  /**
1208
1283
  * <p>The unique identifier generated for the slot.</p>
@@ -1269,6 +1344,9 @@ export interface DescribeSlotResponse {
1269
1344
  */
1270
1345
  subSlotSetting?: SubSlotSetting;
1271
1346
  }
1347
+ /**
1348
+ * @public
1349
+ */
1272
1350
  export interface UpdateSlotRequest {
1273
1351
  /**
1274
1352
  * <p>The unique identifier for the slot to update.</p>
@@ -1331,6 +1409,9 @@ export interface UpdateSlotRequest {
1331
1409
  */
1332
1410
  subSlotSetting?: SubSlotSetting;
1333
1411
  }
1412
+ /**
1413
+ * @public
1414
+ */
1334
1415
  export interface UpdateSlotResponse {
1335
1416
  /**
1336
1417
  * <p>The unique identifier of the slot that was updated.</p>
@@ -1396,6 +1477,9 @@ export interface UpdateSlotResponse {
1396
1477
  */
1397
1478
  subSlotSetting?: SubSlotSetting;
1398
1479
  }
1480
+ /**
1481
+ * @public
1482
+ */
1399
1483
  export interface CreateIntentRequest {
1400
1484
  /**
1401
1485
  * <p>The name of the intent. Intent names must be unique in the locale
@@ -1415,8 +1499,8 @@ export interface CreateIntentRequest {
1415
1499
  parentIntentSignature?: string;
1416
1500
  /**
1417
1501
  * <p>An array of strings that a user might say to signal the intent. For
1418
- * example, "I want a pizza", or "I want a {PizzaSize} pizza". </p>
1419
- * <p>In an utterance, slot names are enclosed in curly braces ("{", "}")
1502
+ * example, "I want a pizza", or "I want a \{PizzaSize\} pizza". </p>
1503
+ * <p>In an utterance, slot names are enclosed in curly braces ("\{", "\}")
1420
1504
  * to indicate where they should be displayed in the utterance shown to
1421
1505
  * the user.. </p>
1422
1506
  */
@@ -1512,6 +1596,9 @@ export interface CreateIntentRequest {
1512
1596
  */
1513
1597
  initialResponseSetting?: InitialResponseSetting;
1514
1598
  }
1599
+ /**
1600
+ * @public
1601
+ */
1515
1602
  export interface CreateIntentResponse {
1516
1603
  /**
1517
1604
  * <p>A unique identifier for the intent.</p>
@@ -1585,6 +1672,9 @@ export interface CreateIntentResponse {
1585
1672
  */
1586
1673
  initialResponseSetting?: InitialResponseSetting;
1587
1674
  }
1675
+ /**
1676
+ * @public
1677
+ */
1588
1678
  export interface DescribeIntentResponse {
1589
1679
  /**
1590
1680
  * <p>The unique identifier assigned to the intent when it was
@@ -1673,6 +1763,9 @@ export interface DescribeIntentResponse {
1673
1763
  */
1674
1764
  initialResponseSetting?: InitialResponseSetting;
1675
1765
  }
1766
+ /**
1767
+ * @public
1768
+ */
1676
1769
  export interface UpdateIntentRequest {
1677
1770
  /**
1678
1771
  * <p>The unique identifier of the intent to update.</p>
@@ -1754,6 +1847,9 @@ export interface UpdateIntentRequest {
1754
1847
  */
1755
1848
  initialResponseSetting?: InitialResponseSetting;
1756
1849
  }
1850
+ /**
1851
+ * @public
1852
+ */
1757
1853
  export interface UpdateIntentResponse {
1758
1854
  /**
1759
1855
  * <p>The identifier of the intent that was updated.</p>
@@ -1,5 +1,8 @@
1
1
  import { PaginationConfiguration } from "@aws-sdk/types";
2
2
  import { LexModelsV2Client } from "../LexModelsV2Client";
3
+ /**
4
+ * @public
5
+ */
3
6
  export interface LexModelsV2PaginationConfiguration extends PaginationConfiguration {
4
7
  client: LexModelsV2Client;
5
8
  }
@@ -1,4 +1,7 @@
1
1
  import { Paginator } from "@aws-sdk/types";
2
2
  import { ListAggregatedUtterancesCommandInput, ListAggregatedUtterancesCommandOutput } from "../commands/ListAggregatedUtterancesCommand";
3
3
  import { LexModelsV2PaginationConfiguration } from "./Interfaces";
4
+ /**
5
+ * @public
6
+ */
4
7
  export declare function paginateListAggregatedUtterances(config: LexModelsV2PaginationConfiguration, input: ListAggregatedUtterancesCommandInput, ...additionalArguments: any): Paginator<ListAggregatedUtterancesCommandOutput>;
@@ -1,4 +1,7 @@
1
1
  import { Paginator } from "@aws-sdk/types";
2
2
  import { ListBotAliasesCommandInput, ListBotAliasesCommandOutput } from "../commands/ListBotAliasesCommand";
3
3
  import { LexModelsV2PaginationConfiguration } from "./Interfaces";
4
+ /**
5
+ * @public
6
+ */
4
7
  export declare function paginateListBotAliases(config: LexModelsV2PaginationConfiguration, input: ListBotAliasesCommandInput, ...additionalArguments: any): Paginator<ListBotAliasesCommandOutput>;
@@ -1,4 +1,7 @@
1
1
  import { Paginator } from "@aws-sdk/types";
2
2
  import { ListBotLocalesCommandInput, ListBotLocalesCommandOutput } from "../commands/ListBotLocalesCommand";
3
3
  import { LexModelsV2PaginationConfiguration } from "./Interfaces";
4
+ /**
5
+ * @public
6
+ */
4
7
  export declare function paginateListBotLocales(config: LexModelsV2PaginationConfiguration, input: ListBotLocalesCommandInput, ...additionalArguments: any): Paginator<ListBotLocalesCommandOutput>;
@@ -1,4 +1,7 @@
1
1
  import { Paginator } from "@aws-sdk/types";
2
2
  import { ListBotRecommendationsCommandInput, ListBotRecommendationsCommandOutput } from "../commands/ListBotRecommendationsCommand";
3
3
  import { LexModelsV2PaginationConfiguration } from "./Interfaces";
4
+ /**
5
+ * @public
6
+ */
4
7
  export declare function paginateListBotRecommendations(config: LexModelsV2PaginationConfiguration, input: ListBotRecommendationsCommandInput, ...additionalArguments: any): Paginator<ListBotRecommendationsCommandOutput>;
@@ -1,4 +1,7 @@
1
1
  import { Paginator } from "@aws-sdk/types";
2
2
  import { ListBotVersionsCommandInput, ListBotVersionsCommandOutput } from "../commands/ListBotVersionsCommand";
3
3
  import { LexModelsV2PaginationConfiguration } from "./Interfaces";
4
+ /**
5
+ * @public
6
+ */
4
7
  export declare function paginateListBotVersions(config: LexModelsV2PaginationConfiguration, input: ListBotVersionsCommandInput, ...additionalArguments: any): Paginator<ListBotVersionsCommandOutput>;
@@ -1,4 +1,7 @@
1
1
  import { Paginator } from "@aws-sdk/types";
2
2
  import { ListBotsCommandInput, ListBotsCommandOutput } from "../commands/ListBotsCommand";
3
3
  import { LexModelsV2PaginationConfiguration } from "./Interfaces";
4
+ /**
5
+ * @public
6
+ */
4
7
  export declare function paginateListBots(config: LexModelsV2PaginationConfiguration, input: ListBotsCommandInput, ...additionalArguments: any): Paginator<ListBotsCommandOutput>;
@@ -1,4 +1,7 @@
1
1
  import { Paginator } from "@aws-sdk/types";
2
2
  import { ListBuiltInIntentsCommandInput, ListBuiltInIntentsCommandOutput } from "../commands/ListBuiltInIntentsCommand";
3
3
  import { LexModelsV2PaginationConfiguration } from "./Interfaces";
4
+ /**
5
+ * @public
6
+ */
4
7
  export declare function paginateListBuiltInIntents(config: LexModelsV2PaginationConfiguration, input: ListBuiltInIntentsCommandInput, ...additionalArguments: any): Paginator<ListBuiltInIntentsCommandOutput>;
@@ -1,4 +1,7 @@
1
1
  import { Paginator } from "@aws-sdk/types";
2
2
  import { ListBuiltInSlotTypesCommandInput, ListBuiltInSlotTypesCommandOutput } from "../commands/ListBuiltInSlotTypesCommand";
3
3
  import { LexModelsV2PaginationConfiguration } from "./Interfaces";
4
+ /**
5
+ * @public
6
+ */
4
7
  export declare function paginateListBuiltInSlotTypes(config: LexModelsV2PaginationConfiguration, input: ListBuiltInSlotTypesCommandInput, ...additionalArguments: any): Paginator<ListBuiltInSlotTypesCommandOutput>;
@@ -1,4 +1,7 @@
1
1
  import { Paginator } from "@aws-sdk/types";
2
2
  import { ListCustomVocabularyItemsCommandInput, ListCustomVocabularyItemsCommandOutput } from "../commands/ListCustomVocabularyItemsCommand";
3
3
  import { LexModelsV2PaginationConfiguration } from "./Interfaces";
4
+ /**
5
+ * @public
6
+ */
4
7
  export declare function paginateListCustomVocabularyItems(config: LexModelsV2PaginationConfiguration, input: ListCustomVocabularyItemsCommandInput, ...additionalArguments: any): Paginator<ListCustomVocabularyItemsCommandOutput>;
@@ -1,4 +1,7 @@
1
1
  import { Paginator } from "@aws-sdk/types";
2
2
  import { ListExportsCommandInput, ListExportsCommandOutput } from "../commands/ListExportsCommand";
3
3
  import { LexModelsV2PaginationConfiguration } from "./Interfaces";
4
+ /**
5
+ * @public
6
+ */
4
7
  export declare function paginateListExports(config: LexModelsV2PaginationConfiguration, input: ListExportsCommandInput, ...additionalArguments: any): Paginator<ListExportsCommandOutput>;
@@ -1,4 +1,7 @@
1
1
  import { Paginator } from "@aws-sdk/types";
2
2
  import { ListImportsCommandInput, ListImportsCommandOutput } from "../commands/ListImportsCommand";
3
3
  import { LexModelsV2PaginationConfiguration } from "./Interfaces";
4
+ /**
5
+ * @public
6
+ */
4
7
  export declare function paginateListImports(config: LexModelsV2PaginationConfiguration, input: ListImportsCommandInput, ...additionalArguments: any): Paginator<ListImportsCommandOutput>;
@@ -1,4 +1,7 @@
1
1
  import { Paginator } from "@aws-sdk/types";
2
2
  import { ListIntentsCommandInput, ListIntentsCommandOutput } from "../commands/ListIntentsCommand";
3
3
  import { LexModelsV2PaginationConfiguration } from "./Interfaces";
4
+ /**
5
+ * @public
6
+ */
4
7
  export declare function paginateListIntents(config: LexModelsV2PaginationConfiguration, input: ListIntentsCommandInput, ...additionalArguments: any): Paginator<ListIntentsCommandOutput>;
@@ -1,4 +1,7 @@
1
1
  import { Paginator } from "@aws-sdk/types";
2
2
  import { ListRecommendedIntentsCommandInput, ListRecommendedIntentsCommandOutput } from "../commands/ListRecommendedIntentsCommand";
3
3
  import { LexModelsV2PaginationConfiguration } from "./Interfaces";
4
+ /**
5
+ * @public
6
+ */
4
7
  export declare function paginateListRecommendedIntents(config: LexModelsV2PaginationConfiguration, input: ListRecommendedIntentsCommandInput, ...additionalArguments: any): Paginator<ListRecommendedIntentsCommandOutput>;
@@ -1,4 +1,7 @@
1
1
  import { Paginator } from "@aws-sdk/types";
2
2
  import { ListSlotTypesCommandInput, ListSlotTypesCommandOutput } from "../commands/ListSlotTypesCommand";
3
3
  import { LexModelsV2PaginationConfiguration } from "./Interfaces";
4
+ /**
5
+ * @public
6
+ */
4
7
  export declare function paginateListSlotTypes(config: LexModelsV2PaginationConfiguration, input: ListSlotTypesCommandInput, ...additionalArguments: any): Paginator<ListSlotTypesCommandOutput>;
@@ -1,4 +1,7 @@
1
1
  import { Paginator } from "@aws-sdk/types";
2
2
  import { ListSlotsCommandInput, ListSlotsCommandOutput } from "../commands/ListSlotsCommand";
3
3
  import { LexModelsV2PaginationConfiguration } from "./Interfaces";
4
+ /**
5
+ * @public
6
+ */
4
7
  export declare function paginateListSlots(config: LexModelsV2PaginationConfiguration, input: ListSlotsCommandInput, ...additionalArguments: any): Paginator<ListSlotsCommandOutput>;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-lex-models-v2",
3
3
  "description": "AWS SDK for JavaScript Lex Models V2 Client for Node.js, Browser and React Native",
4
- "version": "3.296.0",
4
+ "version": "3.297.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "tsc -p tsconfig.cjs.json",
@@ -20,9 +20,9 @@
20
20
  "dependencies": {
21
21
  "@aws-crypto/sha256-browser": "3.0.0",
22
22
  "@aws-crypto/sha256-js": "3.0.0",
23
- "@aws-sdk/client-sts": "3.296.0",
23
+ "@aws-sdk/client-sts": "3.297.0",
24
24
  "@aws-sdk/config-resolver": "3.296.0",
25
- "@aws-sdk/credential-provider-node": "3.296.0",
25
+ "@aws-sdk/credential-provider-node": "3.297.0",
26
26
  "@aws-sdk/fetch-http-handler": "3.296.0",
27
27
  "@aws-sdk/hash-node": "3.296.0",
28
28
  "@aws-sdk/invalid-dependency": "3.296.0",