@aws-sdk/client-lex-models-v2 3.131.0 → 3.142.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 (141) hide show
  1. package/CHANGELOG.md +33 -0
  2. package/README.md +1 -1
  3. package/dist-cjs/commands/BuildBotLocaleCommand.js +2 -2
  4. package/dist-cjs/commands/CreateBotAliasCommand.js +2 -2
  5. package/dist-cjs/commands/CreateBotCommand.js +2 -2
  6. package/dist-cjs/commands/CreateBotLocaleCommand.js +2 -2
  7. package/dist-cjs/commands/CreateBotVersionCommand.js +2 -2
  8. package/dist-cjs/commands/CreateExportCommand.js +2 -2
  9. package/dist-cjs/commands/CreateIntentCommand.js +2 -2
  10. package/dist-cjs/commands/CreateResourcePolicyCommand.js +2 -2
  11. package/dist-cjs/commands/CreateResourcePolicyStatementCommand.js +2 -2
  12. package/dist-cjs/commands/CreateSlotCommand.js +2 -2
  13. package/dist-cjs/commands/CreateSlotTypeCommand.js +2 -2
  14. package/dist-cjs/commands/CreateUploadUrlCommand.js +2 -2
  15. package/dist-cjs/commands/DeleteBotAliasCommand.js +2 -2
  16. package/dist-cjs/commands/DeleteBotCommand.js +2 -2
  17. package/dist-cjs/commands/DeleteBotLocaleCommand.js +2 -2
  18. package/dist-cjs/commands/DeleteBotVersionCommand.js +2 -2
  19. package/dist-cjs/commands/DeleteCustomVocabularyCommand.js +2 -2
  20. package/dist-cjs/commands/DeleteExportCommand.js +2 -2
  21. package/dist-cjs/commands/DeleteImportCommand.js +2 -2
  22. package/dist-cjs/commands/DeleteIntentCommand.js +1 -1
  23. package/dist-cjs/commands/DeleteResourcePolicyCommand.js +2 -2
  24. package/dist-cjs/commands/DeleteResourcePolicyStatementCommand.js +2 -2
  25. package/dist-cjs/commands/DeleteSlotCommand.js +1 -1
  26. package/dist-cjs/commands/DeleteSlotTypeCommand.js +1 -1
  27. package/dist-cjs/commands/DeleteUtterancesCommand.js +2 -2
  28. package/dist-cjs/commands/DescribeBotAliasCommand.js +2 -2
  29. package/dist-cjs/commands/DescribeBotCommand.js +2 -2
  30. package/dist-cjs/commands/DescribeBotLocaleCommand.js +2 -2
  31. package/dist-cjs/commands/DescribeBotRecommendationCommand.js +2 -2
  32. package/dist-cjs/commands/DescribeBotVersionCommand.js +2 -2
  33. package/dist-cjs/commands/DescribeCustomVocabularyMetadataCommand.js +2 -2
  34. package/dist-cjs/commands/DescribeExportCommand.js +2 -2
  35. package/dist-cjs/commands/DescribeImportCommand.js +2 -2
  36. package/dist-cjs/commands/DescribeIntentCommand.js +2 -2
  37. package/dist-cjs/commands/DescribeResourcePolicyCommand.js +2 -2
  38. package/dist-cjs/commands/DescribeSlotCommand.js +2 -2
  39. package/dist-cjs/commands/DescribeSlotTypeCommand.js +2 -2
  40. package/dist-cjs/commands/ListAggregatedUtterancesCommand.js +2 -2
  41. package/dist-cjs/commands/ListBotAliasesCommand.js +2 -2
  42. package/dist-cjs/commands/ListBotLocalesCommand.js +2 -2
  43. package/dist-cjs/commands/ListBotRecommendationsCommand.js +2 -2
  44. package/dist-cjs/commands/ListBotVersionsCommand.js +2 -2
  45. package/dist-cjs/commands/ListBotsCommand.js +2 -2
  46. package/dist-cjs/commands/ListBuiltInIntentsCommand.js +2 -2
  47. package/dist-cjs/commands/ListBuiltInSlotTypesCommand.js +2 -2
  48. package/dist-cjs/commands/ListExportsCommand.js +2 -2
  49. package/dist-cjs/commands/ListImportsCommand.js +2 -2
  50. package/dist-cjs/commands/ListIntentsCommand.js +2 -2
  51. package/dist-cjs/commands/ListRecommendedIntentsCommand.js +2 -2
  52. package/dist-cjs/commands/ListSlotTypesCommand.js +2 -2
  53. package/dist-cjs/commands/ListSlotsCommand.js +2 -2
  54. package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -2
  55. package/dist-cjs/commands/SearchAssociatedTranscriptsCommand.js +2 -2
  56. package/dist-cjs/commands/StartBotRecommendationCommand.js +2 -2
  57. package/dist-cjs/commands/StartImportCommand.js +2 -2
  58. package/dist-cjs/commands/TagResourceCommand.js +2 -2
  59. package/dist-cjs/commands/UntagResourceCommand.js +2 -2
  60. package/dist-cjs/commands/UpdateBotAliasCommand.js +2 -2
  61. package/dist-cjs/commands/UpdateBotCommand.js +2 -2
  62. package/dist-cjs/commands/UpdateBotLocaleCommand.js +2 -2
  63. package/dist-cjs/commands/UpdateBotRecommendationCommand.js +2 -2
  64. package/dist-cjs/commands/UpdateExportCommand.js +2 -2
  65. package/dist-cjs/commands/UpdateIntentCommand.js +2 -2
  66. package/dist-cjs/commands/UpdateResourcePolicyCommand.js +2 -2
  67. package/dist-cjs/commands/UpdateSlotCommand.js +2 -2
  68. package/dist-cjs/commands/UpdateSlotTypeCommand.js +2 -2
  69. package/dist-cjs/models/models_0.js +972 -1450
  70. package/dist-cjs/protocols/Aws_restJson1.js +1150 -3087
  71. package/dist-es/commands/BuildBotLocaleCommand.js +3 -3
  72. package/dist-es/commands/CreateBotAliasCommand.js +3 -3
  73. package/dist-es/commands/CreateBotCommand.js +3 -3
  74. package/dist-es/commands/CreateBotLocaleCommand.js +3 -3
  75. package/dist-es/commands/CreateBotVersionCommand.js +3 -3
  76. package/dist-es/commands/CreateExportCommand.js +3 -3
  77. package/dist-es/commands/CreateIntentCommand.js +3 -3
  78. package/dist-es/commands/CreateResourcePolicyCommand.js +3 -3
  79. package/dist-es/commands/CreateResourcePolicyStatementCommand.js +3 -3
  80. package/dist-es/commands/CreateSlotCommand.js +3 -3
  81. package/dist-es/commands/CreateSlotTypeCommand.js +3 -3
  82. package/dist-es/commands/CreateUploadUrlCommand.js +3 -3
  83. package/dist-es/commands/DeleteBotAliasCommand.js +3 -3
  84. package/dist-es/commands/DeleteBotCommand.js +3 -3
  85. package/dist-es/commands/DeleteBotLocaleCommand.js +3 -3
  86. package/dist-es/commands/DeleteBotVersionCommand.js +3 -3
  87. package/dist-es/commands/DeleteCustomVocabularyCommand.js +3 -3
  88. package/dist-es/commands/DeleteExportCommand.js +3 -3
  89. package/dist-es/commands/DeleteImportCommand.js +3 -3
  90. package/dist-es/commands/DeleteIntentCommand.js +2 -2
  91. package/dist-es/commands/DeleteResourcePolicyCommand.js +3 -3
  92. package/dist-es/commands/DeleteResourcePolicyStatementCommand.js +3 -3
  93. package/dist-es/commands/DeleteSlotCommand.js +2 -2
  94. package/dist-es/commands/DeleteSlotTypeCommand.js +2 -2
  95. package/dist-es/commands/DeleteUtterancesCommand.js +3 -3
  96. package/dist-es/commands/DescribeBotAliasCommand.js +3 -3
  97. package/dist-es/commands/DescribeBotCommand.js +3 -3
  98. package/dist-es/commands/DescribeBotLocaleCommand.js +3 -3
  99. package/dist-es/commands/DescribeBotRecommendationCommand.js +3 -3
  100. package/dist-es/commands/DescribeBotVersionCommand.js +3 -3
  101. package/dist-es/commands/DescribeCustomVocabularyMetadataCommand.js +3 -3
  102. package/dist-es/commands/DescribeExportCommand.js +3 -3
  103. package/dist-es/commands/DescribeImportCommand.js +3 -3
  104. package/dist-es/commands/DescribeIntentCommand.js +3 -3
  105. package/dist-es/commands/DescribeResourcePolicyCommand.js +3 -3
  106. package/dist-es/commands/DescribeSlotCommand.js +3 -3
  107. package/dist-es/commands/DescribeSlotTypeCommand.js +3 -3
  108. package/dist-es/commands/ListAggregatedUtterancesCommand.js +3 -3
  109. package/dist-es/commands/ListBotAliasesCommand.js +3 -3
  110. package/dist-es/commands/ListBotLocalesCommand.js +3 -3
  111. package/dist-es/commands/ListBotRecommendationsCommand.js +3 -3
  112. package/dist-es/commands/ListBotVersionsCommand.js +3 -3
  113. package/dist-es/commands/ListBotsCommand.js +3 -3
  114. package/dist-es/commands/ListBuiltInIntentsCommand.js +3 -3
  115. package/dist-es/commands/ListBuiltInSlotTypesCommand.js +3 -3
  116. package/dist-es/commands/ListExportsCommand.js +3 -3
  117. package/dist-es/commands/ListImportsCommand.js +3 -3
  118. package/dist-es/commands/ListIntentsCommand.js +3 -3
  119. package/dist-es/commands/ListRecommendedIntentsCommand.js +3 -3
  120. package/dist-es/commands/ListSlotTypesCommand.js +3 -3
  121. package/dist-es/commands/ListSlotsCommand.js +3 -3
  122. package/dist-es/commands/ListTagsForResourceCommand.js +3 -3
  123. package/dist-es/commands/SearchAssociatedTranscriptsCommand.js +3 -3
  124. package/dist-es/commands/StartBotRecommendationCommand.js +3 -3
  125. package/dist-es/commands/StartImportCommand.js +3 -3
  126. package/dist-es/commands/TagResourceCommand.js +3 -3
  127. package/dist-es/commands/UntagResourceCommand.js +3 -3
  128. package/dist-es/commands/UpdateBotAliasCommand.js +3 -3
  129. package/dist-es/commands/UpdateBotCommand.js +3 -3
  130. package/dist-es/commands/UpdateBotLocaleCommand.js +3 -3
  131. package/dist-es/commands/UpdateBotRecommendationCommand.js +3 -3
  132. package/dist-es/commands/UpdateExportCommand.js +3 -3
  133. package/dist-es/commands/UpdateIntentCommand.js +3 -3
  134. package/dist-es/commands/UpdateResourcePolicyCommand.js +3 -3
  135. package/dist-es/commands/UpdateSlotCommand.js +3 -3
  136. package/dist-es/commands/UpdateSlotTypeCommand.js +3 -3
  137. package/dist-es/models/models_0.js +239 -956
  138. package/dist-es/protocols/Aws_restJson1.js +1408 -3126
  139. package/dist-types/models/models_0.d.ts +956 -1434
  140. package/dist-types/ts3.4/models/models_0.d.ts +478 -956
  141. package/package.json +6 -6
@@ -12,12 +12,6 @@ export interface AdvancedRecognitionSetting {
12
12
  */
13
13
  audioRecognitionStrategy?: AudioRecognitionStrategy | string;
14
14
  }
15
- export declare namespace AdvancedRecognitionSetting {
16
- /**
17
- * @internal
18
- */
19
- const filterSensitiveLog: (obj: AdvancedRecognitionSetting) => any;
20
- }
21
15
  export declare enum AggregatedUtterancesFilterName {
22
16
  Utterance = "Utterance"
23
17
  }
@@ -47,12 +41,6 @@ export interface AggregatedUtterancesFilter {
47
41
  */
48
42
  operator: AggregatedUtterancesFilterOperator | string | undefined;
49
43
  }
50
- export declare namespace AggregatedUtterancesFilter {
51
- /**
52
- * @internal
53
- */
54
- const filterSensitiveLog: (obj: AggregatedUtterancesFilter) => any;
55
- }
56
44
  export declare enum AggregatedUtterancesSortAttribute {
57
45
  HitCount = "HitCount",
58
46
  MissedCount = "MissedCount"
@@ -75,12 +63,6 @@ export interface AggregatedUtterancesSortBy {
75
63
  */
76
64
  order: SortOrder | string | undefined;
77
65
  }
78
- export declare namespace AggregatedUtterancesSortBy {
79
- /**
80
- * @internal
81
- */
82
- const filterSensitiveLog: (obj: AggregatedUtterancesSortBy) => any;
83
- }
84
66
  /**
85
67
  * <p>Provides summary information for aggregated utterances. The
86
68
  * <code>ListAggregatedUtterances</code> operations combines all
@@ -125,12 +107,6 @@ export interface AggregatedUtterancesSummary {
125
107
  */
126
108
  containsDataFromDeletedResources?: boolean;
127
109
  }
128
- export declare namespace AggregatedUtterancesSummary {
129
- /**
130
- * @internal
131
- */
132
- const filterSensitiveLog: (obj: AggregatedUtterancesSummary) => any;
133
- }
134
110
  /**
135
111
  * <p>The object containing information that associates the recommended
136
112
  * intent/slot type with a conversation.</p>
@@ -143,12 +119,6 @@ export interface AssociatedTranscript {
143
119
  */
144
120
  transcript?: string;
145
121
  }
146
- export declare namespace AssociatedTranscript {
147
- /**
148
- * @internal
149
- */
150
- const filterSensitiveLog: (obj: AssociatedTranscript) => any;
151
- }
152
122
  export declare enum AssociatedTranscriptFilterName {
153
123
  IntentId = "IntentId",
154
124
  SlotTypeId = "SlotTypeId"
@@ -167,12 +137,6 @@ export interface AssociatedTranscriptFilter {
167
137
  */
168
138
  values: string[] | undefined;
169
139
  }
170
- export declare namespace AssociatedTranscriptFilter {
171
- /**
172
- * @internal
173
- */
174
- const filterSensitiveLog: (obj: AssociatedTranscriptFilter) => any;
175
- }
176
140
  /**
177
141
  * <p>Specifies an Amazon S3 bucket for logging audio conversations</p>
178
142
  */
@@ -192,12 +156,6 @@ export interface S3BucketLogDestination {
192
156
  */
193
157
  logPrefix: string | undefined;
194
158
  }
195
- export declare namespace S3BucketLogDestination {
196
- /**
197
- * @internal
198
- */
199
- const filterSensitiveLog: (obj: S3BucketLogDestination) => any;
200
- }
201
159
  /**
202
160
  * <p>The location of audio log files collected when conversation logging
203
161
  * is enabled for a bot.</p>
@@ -210,12 +168,6 @@ export interface AudioLogDestination {
210
168
  */
211
169
  s3Bucket: S3BucketLogDestination | undefined;
212
170
  }
213
- export declare namespace AudioLogDestination {
214
- /**
215
- * @internal
216
- */
217
- const filterSensitiveLog: (obj: AudioLogDestination) => any;
218
- }
219
171
  /**
220
172
  * <p>Settings for logging audio of conversations between Amazon Lex and a
221
173
  * user. You specify whether to log audio and the Amazon S3 bucket where
@@ -232,12 +184,6 @@ export interface AudioLogSetting {
232
184
  */
233
185
  destination: AudioLogDestination | undefined;
234
186
  }
235
- export declare namespace AudioLogSetting {
236
- /**
237
- * @internal
238
- */
239
- const filterSensitiveLog: (obj: AudioLogSetting) => any;
240
- }
241
187
  /**
242
188
  * <p>Provides a record of an event that affects a bot alias. For example,
243
189
  * when the version of a bot that the alias points to changes.</p>
@@ -256,12 +202,6 @@ export interface BotAliasHistoryEvent {
256
202
  */
257
203
  endDate?: Date;
258
204
  }
259
- export declare namespace BotAliasHistoryEvent {
260
- /**
261
- * @internal
262
- */
263
- const filterSensitiveLog: (obj: BotAliasHistoryEvent) => any;
264
- }
265
205
  /**
266
206
  * <p>Specifies a Lambda function that verifies requests to a bot or
267
207
  * fulfills the user's request to a bot.</p>
@@ -277,12 +217,6 @@ export interface LambdaCodeHook {
277
217
  */
278
218
  codeHookInterfaceVersion: string | undefined;
279
219
  }
280
- export declare namespace LambdaCodeHook {
281
- /**
282
- * @internal
283
- */
284
- const filterSensitiveLog: (obj: LambdaCodeHook) => any;
285
- }
286
220
  /**
287
221
  * <p>Contains information about code hooks that Amazon Lex calls during a
288
222
  * conversation.</p>
@@ -294,12 +228,6 @@ export interface CodeHookSpecification {
294
228
  */
295
229
  lambdaCodeHook: LambdaCodeHook | undefined;
296
230
  }
297
- export declare namespace CodeHookSpecification {
298
- /**
299
- * @internal
300
- */
301
- const filterSensitiveLog: (obj: CodeHookSpecification) => any;
302
- }
303
231
  /**
304
232
  * <p>Specifies settings that are unique to a locale. For example, you can
305
233
  * use different Lambda function depending on the bot's locale.</p>
@@ -316,12 +244,6 @@ export interface BotAliasLocaleSettings {
316
244
  */
317
245
  codeHookSpecification?: CodeHookSpecification;
318
246
  }
319
- export declare namespace BotAliasLocaleSettings {
320
- /**
321
- * @internal
322
- */
323
- const filterSensitiveLog: (obj: BotAliasLocaleSettings) => any;
324
- }
325
247
  export declare enum BotAliasStatus {
326
248
  Available = "Available",
327
249
  Creating = "Creating",
@@ -365,12 +287,6 @@ export interface BotAliasSummary {
365
287
  */
366
288
  lastUpdatedDateTime?: Date;
367
289
  }
368
- export declare namespace BotAliasSummary {
369
- /**
370
- * @internal
371
- */
372
- const filterSensitiveLog: (obj: BotAliasSummary) => any;
373
- }
374
290
  /**
375
291
  * <p>Provides the identity of a the bot that was exported.</p>
376
292
  */
@@ -385,12 +301,6 @@ export interface BotExportSpecification {
385
301
  */
386
302
  botVersion: string | undefined;
387
303
  }
388
- export declare namespace BotExportSpecification {
389
- /**
390
- * @internal
391
- */
392
- const filterSensitiveLog: (obj: BotExportSpecification) => any;
393
- }
394
304
  export declare enum BotFilterName {
395
305
  BotName = "BotName"
396
306
  }
@@ -420,12 +330,6 @@ export interface BotFilter {
420
330
  */
421
331
  operator: BotFilterOperator | string | undefined;
422
332
  }
423
- export declare namespace BotFilter {
424
- /**
425
- * @internal
426
- */
427
- const filterSensitiveLog: (obj: BotFilter) => any;
428
- }
429
333
  /**
430
334
  * <p>By default, data stored by Amazon Lex is encrypted. The
431
335
  * <code>DataPrivacy</code> structure provides settings that determine
@@ -463,12 +367,6 @@ export interface DataPrivacy {
463
367
  */
464
368
  childDirected: boolean | undefined;
465
369
  }
466
- export declare namespace DataPrivacy {
467
- /**
468
- * @internal
469
- */
470
- const filterSensitiveLog: (obj: DataPrivacy) => any;
471
- }
472
370
  /**
473
371
  * <p>Provides the bot parameters required for importing a bot.</p>
474
372
  */
@@ -514,12 +412,6 @@ export interface BotImportSpecification {
514
412
  */
515
413
  testBotAliasTags?: Record<string, string>;
516
414
  }
517
- export declare namespace BotImportSpecification {
518
- /**
519
- * @internal
520
- */
521
- const filterSensitiveLog: (obj: BotImportSpecification) => any;
522
- }
523
415
  /**
524
416
  * <p>Provides the bot locale parameters required for exporting a bot
525
417
  * locale.</p>
@@ -539,12 +431,6 @@ export interface BotLocaleExportSpecification {
539
431
  */
540
432
  localeId: string | undefined;
541
433
  }
542
- export declare namespace BotLocaleExportSpecification {
543
- /**
544
- * @internal
545
- */
546
- const filterSensitiveLog: (obj: BotLocaleExportSpecification) => any;
547
- }
548
434
  export declare enum BotLocaleFilterName {
549
435
  BotLocaleName = "BotLocaleName"
550
436
  }
@@ -574,12 +460,6 @@ export interface BotLocaleFilter {
574
460
  */
575
461
  operator: BotLocaleFilterOperator | string | undefined;
576
462
  }
577
- export declare namespace BotLocaleFilter {
578
- /**
579
- * @internal
580
- */
581
- const filterSensitiveLog: (obj: BotLocaleFilter) => any;
582
- }
583
463
  /**
584
464
  * <p>Provides information about an event that occurred affecting the bot
585
465
  * locale.</p>
@@ -594,12 +474,6 @@ export interface BotLocaleHistoryEvent {
594
474
  */
595
475
  eventDate: Date | undefined;
596
476
  }
597
- export declare namespace BotLocaleHistoryEvent {
598
- /**
599
- * @internal
600
- */
601
- const filterSensitiveLog: (obj: BotLocaleHistoryEvent) => any;
602
- }
603
477
  export declare enum VoiceEngine {
604
478
  Neural = "neural",
605
479
  Standard = "standard"
@@ -624,12 +498,6 @@ export interface VoiceSettings {
624
498
  */
625
499
  engine?: VoiceEngine | string;
626
500
  }
627
- export declare namespace VoiceSettings {
628
- /**
629
- * @internal
630
- */
631
- const filterSensitiveLog: (obj: VoiceSettings) => any;
632
- }
633
501
  /**
634
502
  * <p>Provides the bot locale parameters required for importing a bot
635
503
  * locale.</p>
@@ -694,12 +562,6 @@ export interface BotLocaleImportSpecification {
694
562
  */
695
563
  voiceSettings?: VoiceSettings;
696
564
  }
697
- export declare namespace BotLocaleImportSpecification {
698
- /**
699
- * @internal
700
- */
701
- const filterSensitiveLog: (obj: BotLocaleImportSpecification) => any;
702
- }
703
565
  export declare enum BotLocaleSortAttribute {
704
566
  BotLocaleName = "BotLocaleName"
705
567
  }
@@ -717,12 +579,6 @@ export interface BotLocaleSortBy {
717
579
  */
718
580
  order: SortOrder | string | undefined;
719
581
  }
720
- export declare namespace BotLocaleSortBy {
721
- /**
722
- * @internal
723
- */
724
- const filterSensitiveLog: (obj: BotLocaleSortBy) => any;
725
- }
726
582
  export declare enum BotLocaleStatus {
727
583
  Building = "Building",
728
584
  Built = "Built",
@@ -766,12 +622,6 @@ export interface BotLocaleSummary {
766
622
  */
767
623
  lastBuildSubmittedDateTime?: Date;
768
624
  }
769
- export declare namespace BotLocaleSummary {
770
- /**
771
- * @internal
772
- */
773
- const filterSensitiveLog: (obj: BotLocaleSummary) => any;
774
- }
775
625
  /**
776
626
  * <p>The object that contains the statistical summary of recommended
777
627
  * intents associated with the bot recommendation.</p>
@@ -783,12 +633,6 @@ export interface IntentStatistics {
783
633
  */
784
634
  discoveredIntentCount?: number;
785
635
  }
786
- export declare namespace IntentStatistics {
787
- /**
788
- * @internal
789
- */
790
- const filterSensitiveLog: (obj: IntentStatistics) => any;
791
- }
792
636
  /**
793
637
  * <p>The object that contains the statistical summary of the recommended
794
638
  * slot type associated with the bot recommendation.</p>
@@ -800,12 +644,6 @@ export interface SlotTypeStatistics {
800
644
  */
801
645
  discoveredSlotTypeCount?: number;
802
646
  }
803
- export declare namespace SlotTypeStatistics {
804
- /**
805
- * @internal
806
- */
807
- const filterSensitiveLog: (obj: SlotTypeStatistics) => any;
808
- }
809
647
  /**
810
648
  * <p>A statistical summary of the bot recommendation results.</p>
811
649
  */
@@ -821,12 +659,6 @@ export interface BotRecommendationResultStatistics {
821
659
  */
822
660
  slotTypes?: SlotTypeStatistics;
823
661
  }
824
- export declare namespace BotRecommendationResultStatistics {
825
- /**
826
- * @internal
827
- */
828
- const filterSensitiveLog: (obj: BotRecommendationResultStatistics) => any;
829
- }
830
662
  /**
831
663
  * <p>The object representing the URL of the bot definition, the URL of
832
664
  * the associated transcript, and a statistical summary of the bot
@@ -846,12 +678,6 @@ export interface BotRecommendationResults {
846
678
  */
847
679
  statistics?: BotRecommendationResultStatistics;
848
680
  }
849
- export declare namespace BotRecommendationResults {
850
- /**
851
- * @internal
852
- */
853
- const filterSensitiveLog: (obj: BotRecommendationResults) => any;
854
- }
855
681
  export declare enum BotRecommendationStatus {
856
682
  Available = "Available",
857
683
  Deleted = "Deleted",
@@ -887,12 +713,6 @@ export interface BotRecommendationSummary {
887
713
  */
888
714
  lastUpdatedDateTime?: Date;
889
715
  }
890
- export declare namespace BotRecommendationSummary {
891
- /**
892
- * @internal
893
- */
894
- const filterSensitiveLog: (obj: BotRecommendationSummary) => any;
895
- }
896
716
  export declare enum BotSortAttribute {
897
717
  BotName = "BotName"
898
718
  }
@@ -910,12 +730,6 @@ export interface BotSortBy {
910
730
  */
911
731
  order: SortOrder | string | undefined;
912
732
  }
913
- export declare namespace BotSortBy {
914
- /**
915
- * @internal
916
- */
917
- const filterSensitiveLog: (obj: BotSortBy) => any;
918
- }
919
733
  export declare enum BotStatus {
920
734
  Available = "Available",
921
735
  Creating = "Creating",
@@ -956,12 +770,6 @@ export interface BotSummary {
956
770
  */
957
771
  lastUpdatedDateTime?: Date;
958
772
  }
959
- export declare namespace BotSummary {
960
- /**
961
- * @internal
962
- */
963
- const filterSensitiveLog: (obj: BotSummary) => any;
964
- }
965
773
  /**
966
774
  * <p>The version of a bot used for a bot locale.</p>
967
775
  */
@@ -971,12 +779,6 @@ export interface BotVersionLocaleDetails {
971
779
  */
972
780
  sourceBotVersion: string | undefined;
973
781
  }
974
- export declare namespace BotVersionLocaleDetails {
975
- /**
976
- * @internal
977
- */
978
- const filterSensitiveLog: (obj: BotVersionLocaleDetails) => any;
979
- }
980
782
  export declare enum BotVersionSortAttribute {
981
783
  BotVersion = "BotVersion"
982
784
  }
@@ -994,12 +796,6 @@ export interface BotVersionSortBy {
994
796
  */
995
797
  order: SortOrder | string | undefined;
996
798
  }
997
- export declare namespace BotVersionSortBy {
998
- /**
999
- * @internal
1000
- */
1001
- const filterSensitiveLog: (obj: BotVersionSortBy) => any;
1002
- }
1003
799
  /**
1004
800
  * <p>Summary information about a bot version returned by the <a href="https://docs.aws.amazon.com/lexv2/latest/dg/API_ListBotVersions.html">ListBotVersions</a> operation.</p>
1005
801
  */
@@ -1028,12 +824,6 @@ export interface BotVersionSummary {
1028
824
  */
1029
825
  creationDateTime?: Date;
1030
826
  }
1031
- export declare namespace BotVersionSummary {
1032
- /**
1033
- * @internal
1034
- */
1035
- const filterSensitiveLog: (obj: BotVersionSummary) => any;
1036
- }
1037
827
  export interface BuildBotLocaleRequest {
1038
828
  /**
1039
829
  * <p>The identifier of the bot to build. The identifier is returned in
@@ -1053,12 +843,6 @@ export interface BuildBotLocaleRequest {
1053
843
  */
1054
844
  localeId: string | undefined;
1055
845
  }
1056
- export declare namespace BuildBotLocaleRequest {
1057
- /**
1058
- * @internal
1059
- */
1060
- const filterSensitiveLog: (obj: BuildBotLocaleRequest) => any;
1061
- }
1062
846
  export interface BuildBotLocaleResponse {
1063
847
  /**
1064
848
  * <p>The identifier of the specified bot.</p>
@@ -1088,12 +872,6 @@ export interface BuildBotLocaleResponse {
1088
872
  */
1089
873
  lastBuildSubmittedDateTime?: Date;
1090
874
  }
1091
- export declare namespace BuildBotLocaleResponse {
1092
- /**
1093
- * @internal
1094
- */
1095
- const filterSensitiveLog: (obj: BuildBotLocaleResponse) => any;
1096
- }
1097
875
  /**
1098
876
  * <p>The action that you tried to perform couldn't be completed because
1099
877
  * the resource is in a conflicting state. For example, deleting a bot
@@ -1185,12 +963,6 @@ export interface BuiltInIntentSortBy {
1185
963
  */
1186
964
  order: SortOrder | string | undefined;
1187
965
  }
1188
- export declare namespace BuiltInIntentSortBy {
1189
- /**
1190
- * @internal
1191
- */
1192
- const filterSensitiveLog: (obj: BuiltInIntentSortBy) => any;
1193
- }
1194
966
  /**
1195
967
  * <p>Provides summary information about a built-in intent for the <a href="https://docs.aws.amazon.com/lexv2/latest/dg/API_ListBuiltInIntents.html"> ListBuiltInIntents </a> operation.</p>
1196
968
  */
@@ -1205,12 +977,6 @@ export interface BuiltInIntentSummary {
1205
977
  */
1206
978
  description?: string;
1207
979
  }
1208
- export declare namespace BuiltInIntentSummary {
1209
- /**
1210
- * @internal
1211
- */
1212
- const filterSensitiveLog: (obj: BuiltInIntentSummary) => any;
1213
- }
1214
980
  export declare enum BuiltInSlotTypeSortAttribute {
1215
981
  SlotTypeSignature = "SlotTypeSignature"
1216
982
  }
@@ -1229,12 +995,6 @@ export interface BuiltInSlotTypeSortBy {
1229
995
  */
1230
996
  order: SortOrder | string | undefined;
1231
997
  }
1232
- export declare namespace BuiltInSlotTypeSortBy {
1233
- /**
1234
- * @internal
1235
- */
1236
- const filterSensitiveLog: (obj: BuiltInSlotTypeSortBy) => any;
1237
- }
1238
998
  /**
1239
999
  * <p>Provides summary information about a built-in slot type for the
1240
1000
  * <a href="https://docs.aws.amazon.com/lexv2/latest/dg/API_ListBuiltInSlotTypes.html"> ListBuiltInSlotTypes </a>
@@ -1251,12 +1011,6 @@ export interface BuiltInSlotTypeSummary {
1251
1011
  */
1252
1012
  description?: string;
1253
1013
  }
1254
- export declare namespace BuiltInSlotTypeSummary {
1255
- /**
1256
- * @internal
1257
- */
1258
- const filterSensitiveLog: (obj: BuiltInSlotTypeSummary) => any;
1259
- }
1260
1014
  /**
1261
1015
  * <p>Describes a button to use on a response card used to gather slot
1262
1016
  * values from a user.</p>
@@ -1273,12 +1027,6 @@ export interface Button {
1273
1027
  */
1274
1028
  value: string | undefined;
1275
1029
  }
1276
- export declare namespace Button {
1277
- /**
1278
- * @internal
1279
- */
1280
- const filterSensitiveLog: (obj: Button) => any;
1281
- }
1282
1030
  /**
1283
1031
  * <p>The Amazon CloudWatch Logs log group where the text and metadata logs are
1284
1032
  * delivered. The log group must exist before you enable logging.</p>
@@ -1295,12 +1043,6 @@ export interface CloudWatchLogGroupLogDestination {
1295
1043
  */
1296
1044
  logPrefix: string | undefined;
1297
1045
  }
1298
- export declare namespace CloudWatchLogGroupLogDestination {
1299
- /**
1300
- * @internal
1301
- */
1302
- const filterSensitiveLog: (obj: CloudWatchLogGroupLogDestination) => any;
1303
- }
1304
1046
  /**
1305
1047
  * <p>Defines the Amazon CloudWatch Logs destination log group for
1306
1048
  * conversation text logs.</p>
@@ -1312,12 +1054,6 @@ export interface TextLogDestination {
1312
1054
  */
1313
1055
  cloudWatch: CloudWatchLogGroupLogDestination | undefined;
1314
1056
  }
1315
- export declare namespace TextLogDestination {
1316
- /**
1317
- * @internal
1318
- */
1319
- const filterSensitiveLog: (obj: TextLogDestination) => any;
1320
- }
1321
1057
  /**
1322
1058
  * <p>Defines settings to enable text conversation logs.</p>
1323
1059
  */
@@ -1333,12 +1069,6 @@ export interface TextLogSetting {
1333
1069
  */
1334
1070
  destination: TextLogDestination | undefined;
1335
1071
  }
1336
- export declare namespace TextLogSetting {
1337
- /**
1338
- * @internal
1339
- */
1340
- const filterSensitiveLog: (obj: TextLogSetting) => any;
1341
- }
1342
1072
  /**
1343
1073
  * <p>Configures conversation logging that saves audio, text, and metadata
1344
1074
  * for the conversations with your users.</p>
@@ -1353,12 +1083,6 @@ export interface ConversationLogSettings {
1353
1083
  */
1354
1084
  audioLogSettings?: AudioLogSetting[];
1355
1085
  }
1356
- export declare namespace ConversationLogSettings {
1357
- /**
1358
- * @internal
1359
- */
1360
- const filterSensitiveLog: (obj: ConversationLogSettings) => any;
1361
- }
1362
1086
  export interface CreateBotRequest {
1363
1087
  /**
1364
1088
  * <p>The name of the bot. The bot name must be unique in the account that
@@ -1405,12 +1129,6 @@ export interface CreateBotRequest {
1405
1129
  */
1406
1130
  testBotAliasTags?: Record<string, string>;
1407
1131
  }
1408
- export declare namespace CreateBotRequest {
1409
- /**
1410
- * @internal
1411
- */
1412
- const filterSensitiveLog: (obj: CreateBotRequest) => any;
1413
- }
1414
1132
  export interface CreateBotResponse {
1415
1133
  /**
1416
1134
  * <p>A unique identifier for a particular bot. You use this to identify
@@ -1458,12 +1176,6 @@ export interface CreateBotResponse {
1458
1176
  */
1459
1177
  testBotAliasTags?: Record<string, string>;
1460
1178
  }
1461
- export declare namespace CreateBotResponse {
1462
- /**
1463
- * @internal
1464
- */
1465
- const filterSensitiveLog: (obj: CreateBotResponse) => any;
1466
- }
1467
1179
  /**
1468
1180
  * <p>Determines whether Amazon Lex will use Amazon Comprehend to detect the sentiment of
1469
1181
  * user utterances.</p>
@@ -1475,12 +1187,6 @@ export interface SentimentAnalysisSettings {
1475
1187
  */
1476
1188
  detectSentiment: boolean | undefined;
1477
1189
  }
1478
- export declare namespace SentimentAnalysisSettings {
1479
- /**
1480
- * @internal
1481
- */
1482
- const filterSensitiveLog: (obj: SentimentAnalysisSettings) => any;
1483
- }
1484
1190
  export interface CreateBotAliasRequest {
1485
1191
  /**
1486
1192
  * <p>The alias to create. The name must be unique for the bot.</p>
@@ -1527,12 +1233,6 @@ export interface CreateBotAliasRequest {
1527
1233
  */
1528
1234
  tags?: Record<string, string>;
1529
1235
  }
1530
- export declare namespace CreateBotAliasRequest {
1531
- /**
1532
- * @internal
1533
- */
1534
- const filterSensitiveLog: (obj: CreateBotAliasRequest) => any;
1535
- }
1536
1236
  export interface CreateBotAliasResponse {
1537
1237
  /**
1538
1238
  * <p>The unique identifier of the bot alias.</p>
@@ -1585,12 +1285,6 @@ export interface CreateBotAliasResponse {
1585
1285
  */
1586
1286
  tags?: Record<string, string>;
1587
1287
  }
1588
- export declare namespace CreateBotAliasResponse {
1589
- /**
1590
- * @internal
1591
- */
1592
- const filterSensitiveLog: (obj: CreateBotAliasResponse) => any;
1593
- }
1594
1288
  export interface CreateBotLocaleRequest {
1595
1289
  /**
1596
1290
  * <p>The identifier of the bot to create the locale for.</p>
@@ -1647,12 +1341,6 @@ export interface CreateBotLocaleRequest {
1647
1341
  */
1648
1342
  voiceSettings?: VoiceSettings;
1649
1343
  }
1650
- export declare namespace CreateBotLocaleRequest {
1651
- /**
1652
- * @internal
1653
- */
1654
- const filterSensitiveLog: (obj: CreateBotLocaleRequest) => any;
1655
- }
1656
1344
  export interface CreateBotLocaleResponse {
1657
1345
  /**
1658
1346
  * <p>The specified bot identifier.</p>
@@ -1705,12 +1393,6 @@ export interface CreateBotLocaleResponse {
1705
1393
  */
1706
1394
  creationDateTime?: Date;
1707
1395
  }
1708
- export declare namespace CreateBotLocaleResponse {
1709
- /**
1710
- * @internal
1711
- */
1712
- const filterSensitiveLog: (obj: CreateBotLocaleResponse) => any;
1713
- }
1714
1396
  export interface CreateBotVersionRequest {
1715
1397
  /**
1716
1398
  * <p>The identifier of the bot to create the version for.</p>
@@ -1729,12 +1411,6 @@ export interface CreateBotVersionRequest {
1729
1411
  */
1730
1412
  botVersionLocaleSpecification: Record<string, BotVersionLocaleDetails> | undefined;
1731
1413
  }
1732
- export declare namespace CreateBotVersionRequest {
1733
- /**
1734
- * @internal
1735
- */
1736
- const filterSensitiveLog: (obj: CreateBotVersionRequest) => any;
1737
- }
1738
1414
  export interface CreateBotVersionResponse {
1739
1415
  /**
1740
1416
  * <p>The bot identifier specified in the request.</p>
@@ -1765,12 +1441,6 @@ export interface CreateBotVersionResponse {
1765
1441
  */
1766
1442
  creationDateTime?: Date;
1767
1443
  }
1768
- export declare namespace CreateBotVersionResponse {
1769
- /**
1770
- * @internal
1771
- */
1772
- const filterSensitiveLog: (obj: CreateBotVersionResponse) => any;
1773
- }
1774
1444
  export declare enum ImportExportFileFormat {
1775
1445
  LexJson = "LexJson",
1776
1446
  TSV = "TSV"
@@ -1792,12 +1462,6 @@ export interface CustomVocabularyExportSpecification {
1792
1462
  */
1793
1463
  localeId: string | undefined;
1794
1464
  }
1795
- export declare namespace CustomVocabularyExportSpecification {
1796
- /**
1797
- * @internal
1798
- */
1799
- const filterSensitiveLog: (obj: CustomVocabularyExportSpecification) => any;
1800
- }
1801
1465
  /**
1802
1466
  * <p>Provides information about the bot or bot locale that you want to
1803
1467
  * export. You can specify the <code>botExportSpecification</code> or the
@@ -1817,12 +1481,6 @@ export interface ExportResourceSpecification {
1817
1481
  */
1818
1482
  customVocabularyExportSpecification?: CustomVocabularyExportSpecification;
1819
1483
  }
1820
- export declare namespace ExportResourceSpecification {
1821
- /**
1822
- * @internal
1823
- */
1824
- const filterSensitiveLog: (obj: ExportResourceSpecification) => any;
1825
- }
1826
1484
  export interface CreateExportRequest {
1827
1485
  /**
1828
1486
  * <p>Specifies the type of resource to export, either a bot or a bot
@@ -1840,12 +1498,6 @@ export interface CreateExportRequest {
1840
1498
  */
1841
1499
  filePassword?: string;
1842
1500
  }
1843
- export declare namespace CreateExportRequest {
1844
- /**
1845
- * @internal
1846
- */
1847
- const filterSensitiveLog: (obj: CreateExportRequest) => any;
1848
- }
1849
1501
  export declare enum ExportStatus {
1850
1502
  Completed = "Completed",
1851
1503
  Deleting = "Deleting",
@@ -1879,12 +1531,6 @@ export interface CreateExportResponse {
1879
1531
  */
1880
1532
  creationDateTime?: Date;
1881
1533
  }
1882
- export declare namespace CreateExportResponse {
1883
- /**
1884
- * @internal
1885
- */
1886
- const filterSensitiveLog: (obj: CreateExportResponse) => any;
1887
- }
1888
1534
  /**
1889
1535
  * <p>You asked to describe a resource that doesn't exist. Check the
1890
1536
  * resource that you are requesting and try again.</p>
@@ -1908,12 +1554,6 @@ export interface DialogCodeHookSettings {
1908
1554
  */
1909
1555
  enabled: boolean | undefined;
1910
1556
  }
1911
- export declare namespace DialogCodeHookSettings {
1912
- /**
1913
- * @internal
1914
- */
1915
- const filterSensitiveLog: (obj: DialogCodeHookSettings) => any;
1916
- }
1917
1557
  /**
1918
1558
  * <p>A custom response string that Amazon Lex sends to your application. You
1919
1559
  * define the content and structure the string.</p>
@@ -1924,12 +1564,6 @@ export interface CustomPayload {
1924
1564
  */
1925
1565
  value: string | undefined;
1926
1566
  }
1927
- export declare namespace CustomPayload {
1928
- /**
1929
- * @internal
1930
- */
1931
- const filterSensitiveLog: (obj: CustomPayload) => any;
1932
- }
1933
1567
  /**
1934
1568
  * <p>A card that is shown to the user by a messaging platform. You define
1935
1569
  * the contents of the card, the card is displayed by the platform. </p>
@@ -1961,12 +1595,6 @@ export interface ImageResponseCard {
1961
1595
  */
1962
1596
  buttons?: Button[];
1963
1597
  }
1964
- export declare namespace ImageResponseCard {
1965
- /**
1966
- * @internal
1967
- */
1968
- const filterSensitiveLog: (obj: ImageResponseCard) => any;
1969
- }
1970
1598
  /**
1971
1599
  * <p>Defines an ASCII text message to send to the user.</p>
1972
1600
  */
@@ -1976,12 +1604,6 @@ export interface PlainTextMessage {
1976
1604
  */
1977
1605
  value: string | undefined;
1978
1606
  }
1979
- export declare namespace PlainTextMessage {
1980
- /**
1981
- * @internal
1982
- */
1983
- const filterSensitiveLog: (obj: PlainTextMessage) => any;
1984
- }
1985
1607
  /**
1986
1608
  * <p>Defines a Speech Synthesis Markup Language (SSML) prompt.</p>
1987
1609
  */
@@ -1991,12 +1613,6 @@ export interface SSMLMessage {
1991
1613
  */
1992
1614
  value: string | undefined;
1993
1615
  }
1994
- export declare namespace SSMLMessage {
1995
- /**
1996
- * @internal
1997
- */
1998
- const filterSensitiveLog: (obj: SSMLMessage) => any;
1999
- }
2000
1616
  /**
2001
1617
  * <p>The object that provides message text and it's type.</p>
2002
1618
  */
@@ -2020,12 +1636,6 @@ export interface Message {
2020
1636
  */
2021
1637
  imageResponseCard?: ImageResponseCard;
2022
1638
  }
2023
- export declare namespace Message {
2024
- /**
2025
- * @internal
2026
- */
2027
- const filterSensitiveLog: (obj: Message) => any;
2028
- }
2029
1639
  /**
2030
1640
  * <p>Provides one or more messages that Amazon Lex should send to the
2031
1641
  * user.</p>
@@ -2042,12 +1652,6 @@ export interface MessageGroup {
2042
1652
  */
2043
1653
  variations?: Message[];
2044
1654
  }
2045
- export declare namespace MessageGroup {
2046
- /**
2047
- * @internal
2048
- */
2049
- const filterSensitiveLog: (obj: MessageGroup) => any;
2050
- }
2051
1655
  /**
2052
1656
  * <p>Provides settings for a message that is sent to the user when a
2053
1657
  * fulfillment Lambda function starts running.</p>
@@ -2070,12 +1674,6 @@ export interface FulfillmentStartResponseSpecification {
2070
1674
  */
2071
1675
  allowInterrupt?: boolean;
2072
1676
  }
2073
- export declare namespace FulfillmentStartResponseSpecification {
2074
- /**
2075
- * @internal
2076
- */
2077
- const filterSensitiveLog: (obj: FulfillmentStartResponseSpecification) => any;
2078
- }
2079
1677
  /**
2080
1678
  * <p>Provides settings for a message that is sent periodically to the
2081
1679
  * user while a fulfillment Lambda function is running.</p>
@@ -2099,12 +1697,6 @@ export interface FulfillmentUpdateResponseSpecification {
2099
1697
  */
2100
1698
  allowInterrupt?: boolean;
2101
1699
  }
2102
- export declare namespace FulfillmentUpdateResponseSpecification {
2103
- /**
2104
- * @internal
2105
- */
2106
- const filterSensitiveLog: (obj: FulfillmentUpdateResponseSpecification) => any;
2107
- }
2108
1700
  /**
2109
1701
  * <p>Provides information for updating the user on the progress of
2110
1702
  * fulfilling an intent.</p>
@@ -2134,12 +1726,6 @@ export interface FulfillmentUpdatesSpecification {
2134
1726
  */
2135
1727
  timeoutInSeconds?: number;
2136
1728
  }
2137
- export declare namespace FulfillmentUpdatesSpecification {
2138
- /**
2139
- * @internal
2140
- */
2141
- const filterSensitiveLog: (obj: FulfillmentUpdatesSpecification) => any;
2142
- }
2143
1729
  /**
2144
1730
  * <p>Specifies a list of message groups that Amazon Lex uses to respond the
2145
1731
  * user input.</p>
@@ -2156,12 +1742,6 @@ export interface ResponseSpecification {
2156
1742
  */
2157
1743
  allowInterrupt?: boolean;
2158
1744
  }
2159
- export declare namespace ResponseSpecification {
2160
- /**
2161
- * @internal
2162
- */
2163
- const filterSensitiveLog: (obj: ResponseSpecification) => any;
2164
- }
2165
1745
  /**
2166
1746
  * <p>Provides a setting that determines whether the post-fulfillment
2167
1747
  * 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>
@@ -2184,12 +1764,6 @@ export interface PostFulfillmentStatusSpecification {
2184
1764
  */
2185
1765
  timeoutResponse?: ResponseSpecification;
2186
1766
  }
2187
- export declare namespace PostFulfillmentStatusSpecification {
2188
- /**
2189
- * @internal
2190
- */
2191
- const filterSensitiveLog: (obj: PostFulfillmentStatusSpecification) => any;
2192
- }
2193
1767
  /**
2194
1768
  * <p>Determines if a Lambda function should be invoked for a specific
2195
1769
  * intent.</p>
@@ -2213,12 +1787,6 @@ export interface FulfillmentCodeHookSettings {
2213
1787
  */
2214
1788
  fulfillmentUpdatesSpecification?: FulfillmentUpdatesSpecification;
2215
1789
  }
2216
- export declare namespace FulfillmentCodeHookSettings {
2217
- /**
2218
- * @internal
2219
- */
2220
- const filterSensitiveLog: (obj: FulfillmentCodeHookSettings) => any;
2221
- }
2222
1790
  /**
2223
1791
  * <p>The name of a context that must be active for an intent to be
2224
1792
  * selected by Amazon Lex.</p>
@@ -2229,12 +1797,6 @@ export interface InputContext {
2229
1797
  */
2230
1798
  name: string | undefined;
2231
1799
  }
2232
- export declare namespace InputContext {
2233
- /**
2234
- * @internal
2235
- */
2236
- const filterSensitiveLog: (obj: InputContext) => any;
2237
- }
2238
1800
  /**
2239
1801
  * <p>Provides a statement the Amazon Lex conveys to the user when the intent
2240
1802
  * is successfully fulfilled.</p>
@@ -2253,12 +1815,6 @@ export interface IntentClosingSetting {
2253
1815
  */
2254
1816
  active?: boolean;
2255
1817
  }
2256
- export declare namespace IntentClosingSetting {
2257
- /**
2258
- * @internal
2259
- */
2260
- const filterSensitiveLog: (obj: IntentClosingSetting) => any;
2261
- }
2262
1818
  export declare enum MessageSelectionStrategy {
2263
1819
  Ordered = "Ordered",
2264
1820
  Random = "Random"
@@ -2288,12 +1844,6 @@ export interface PromptSpecification {
2288
1844
  */
2289
1845
  messageSelectionStrategy?: MessageSelectionStrategy | string;
2290
1846
  }
2291
- export declare namespace PromptSpecification {
2292
- /**
2293
- * @internal
2294
- */
2295
- const filterSensitiveLog: (obj: PromptSpecification) => any;
2296
- }
2297
1847
  /**
2298
1848
  * <p>Provides a prompt for making sure that the user is ready for the
2299
1849
  * intent to be fulfilled.</p>
@@ -2324,12 +1874,6 @@ export interface IntentConfirmationSetting {
2324
1874
  */
2325
1875
  active?: boolean;
2326
1876
  }
2327
- export declare namespace IntentConfirmationSetting {
2328
- /**
2329
- * @internal
2330
- */
2331
- const filterSensitiveLog: (obj: IntentConfirmationSetting) => any;
2332
- }
2333
1877
  /**
2334
1878
  * <p>Provides configuration information for the AMAZON.KendraSearchIntent
2335
1879
  * intent. When you use this intent, Amazon Lex searches the specified Amazon Kendra
@@ -2356,12 +1900,6 @@ export interface KendraConfiguration {
2356
1900
  */
2357
1901
  queryFilterString?: string;
2358
1902
  }
2359
- export declare namespace KendraConfiguration {
2360
- /**
2361
- * @internal
2362
- */
2363
- const filterSensitiveLog: (obj: KendraConfiguration) => any;
2364
- }
2365
1903
  /**
2366
1904
  * <p>Describes a session context that is activated when an intent is
2367
1905
  * fulfilled.</p>
@@ -2384,12 +1922,6 @@ export interface OutputContext {
2384
1922
  */
2385
1923
  turnsToLive: number | undefined;
2386
1924
  }
2387
- export declare namespace OutputContext {
2388
- /**
2389
- * @internal
2390
- */
2391
- const filterSensitiveLog: (obj: OutputContext) => any;
2392
- }
2393
1925
  /**
2394
1926
  * <p>A sample utterance that invokes an intent or respond to a slot
2395
1927
  * elicitation prompt.</p>
@@ -2401,12 +1933,6 @@ export interface SampleUtterance {
2401
1933
  */
2402
1934
  utterance: string | undefined;
2403
1935
  }
2404
- export declare namespace SampleUtterance {
2405
- /**
2406
- * @internal
2407
- */
2408
- const filterSensitiveLog: (obj: SampleUtterance) => any;
2409
- }
2410
1936
  export interface CreateIntentRequest {
2411
1937
  /**
2412
1938
  * <p>The name of the intent. Intent names must be unique in the locale
@@ -2518,12 +2044,6 @@ export interface CreateIntentRequest {
2518
2044
  */
2519
2045
  localeId: string | undefined;
2520
2046
  }
2521
- export declare namespace CreateIntentRequest {
2522
- /**
2523
- * @internal
2524
- */
2525
- const filterSensitiveLog: (obj: CreateIntentRequest) => any;
2526
- }
2527
2047
  export interface CreateIntentResponse {
2528
2048
  /**
2529
2049
  * <p>A unique identifier for the intent.</p>
@@ -2592,12 +2112,6 @@ export interface CreateIntentResponse {
2592
2112
  */
2593
2113
  creationDateTime?: Date;
2594
2114
  }
2595
- export declare namespace CreateIntentResponse {
2596
- /**
2597
- * @internal
2598
- */
2599
- const filterSensitiveLog: (obj: CreateIntentResponse) => any;
2600
- }
2601
2115
  export interface CreateResourcePolicyRequest {
2602
2116
  /**
2603
2117
  * <p>The Amazon Resource Name (ARN) of the bot or bot alias that the
@@ -2615,12 +2129,6 @@ export interface CreateResourcePolicyRequest {
2615
2129
  */
2616
2130
  policy: string | undefined;
2617
2131
  }
2618
- export declare namespace CreateResourcePolicyRequest {
2619
- /**
2620
- * @internal
2621
- */
2622
- const filterSensitiveLog: (obj: CreateResourcePolicyRequest) => any;
2623
- }
2624
2132
  export interface CreateResourcePolicyResponse {
2625
2133
  /**
2626
2134
  * <p>The Amazon Resource Name (ARN) of the bot or bot alias that the
@@ -2635,12 +2143,6 @@ export interface CreateResourcePolicyResponse {
2635
2143
  */
2636
2144
  revisionId?: string;
2637
2145
  }
2638
- export declare namespace CreateResourcePolicyResponse {
2639
- /**
2640
- * @internal
2641
- */
2642
- const filterSensitiveLog: (obj: CreateResourcePolicyResponse) => any;
2643
- }
2644
2146
  export declare enum Effect {
2645
2147
  Allow = "Allow",
2646
2148
  Deny = "Deny"
@@ -2661,12 +2163,6 @@ export interface Principal {
2661
2163
  */
2662
2164
  arn?: string;
2663
2165
  }
2664
- export declare namespace Principal {
2665
- /**
2666
- * @internal
2667
- */
2668
- const filterSensitiveLog: (obj: Principal) => any;
2669
- }
2670
2166
  export interface CreateResourcePolicyStatementRequest {
2671
2167
  /**
2672
2168
  * <p>The Amazon Resource Name (ARN) of the bot or bot alias that the
@@ -2715,12 +2211,6 @@ export interface CreateResourcePolicyStatementRequest {
2715
2211
  */
2716
2212
  expectedRevisionId?: string;
2717
2213
  }
2718
- export declare namespace CreateResourcePolicyStatementRequest {
2719
- /**
2720
- * @internal
2721
- */
2722
- const filterSensitiveLog: (obj: CreateResourcePolicyStatementRequest) => any;
2723
- }
2724
2214
  export interface CreateResourcePolicyStatementResponse {
2725
2215
  /**
2726
2216
  * <p>The Amazon Resource Name (ARN) of the bot or bot alias that the
@@ -2735,12 +2225,6 @@ export interface CreateResourcePolicyStatementResponse {
2735
2225
  */
2736
2226
  revisionId?: string;
2737
2227
  }
2738
- export declare namespace CreateResourcePolicyStatementResponse {
2739
- /**
2740
- * @internal
2741
- */
2742
- const filterSensitiveLog: (obj: CreateResourcePolicyStatementResponse) => any;
2743
- }
2744
2228
  /**
2745
2229
  * <p>Indicates whether a slot can return multiple values.</p>
2746
2230
  */
@@ -2758,12 +2242,6 @@ export interface MultipleValuesSetting {
2758
2242
  */
2759
2243
  allowMultipleValues?: boolean;
2760
2244
  }
2761
- export declare namespace MultipleValuesSetting {
2762
- /**
2763
- * @internal
2764
- */
2765
- const filterSensitiveLog: (obj: MultipleValuesSetting) => any;
2766
- }
2767
2245
  export declare enum ObfuscationSettingType {
2768
2246
  DefaultObfuscation = "DefaultObfuscation",
2769
2247
  None = "None"
@@ -2779,12 +2257,6 @@ export interface ObfuscationSetting {
2779
2257
  */
2780
2258
  obfuscationSettingType: ObfuscationSettingType | string | undefined;
2781
2259
  }
2782
- export declare namespace ObfuscationSetting {
2783
- /**
2784
- * @internal
2785
- */
2786
- const filterSensitiveLog: (obj: ObfuscationSetting) => any;
2787
- }
2788
2260
  /**
2789
2261
  * <p>Specifies the default value to use when a user doesn't provide a
2790
2262
  * value for a slot.</p>
@@ -2796,12 +2268,6 @@ export interface SlotDefaultValue {
2796
2268
  */
2797
2269
  defaultValue: string | undefined;
2798
2270
  }
2799
- export declare namespace SlotDefaultValue {
2800
- /**
2801
- * @internal
2802
- */
2803
- const filterSensitiveLog: (obj: SlotDefaultValue) => any;
2804
- }
2805
2271
  /**
2806
2272
  * <p>Defines a list of values that Amazon Lex should use as the default value
2807
2273
  * for a slot.</p>
@@ -2813,12 +2279,6 @@ export interface SlotDefaultValueSpecification {
2813
2279
  */
2814
2280
  defaultValueList: SlotDefaultValue[] | undefined;
2815
2281
  }
2816
- export declare namespace SlotDefaultValueSpecification {
2817
- /**
2818
- * @internal
2819
- */
2820
- const filterSensitiveLog: (obj: SlotDefaultValueSpecification) => any;
2821
- }
2822
2282
  export declare enum SlotConstraint {
2823
2283
  Optional = "Optional",
2824
2284
  Required = "Required"
@@ -2849,12 +2309,6 @@ export interface StillWaitingResponseSpecification {
2849
2309
  */
2850
2310
  allowInterrupt?: boolean;
2851
2311
  }
2852
- export declare namespace StillWaitingResponseSpecification {
2853
- /**
2854
- * @internal
2855
- */
2856
- const filterSensitiveLog: (obj: StillWaitingResponseSpecification) => any;
2857
- }
2858
2312
  /**
2859
2313
  * <p>Specifies the prompts that Amazon Lex uses while a bot is waiting for
2860
2314
  * customer input. </p>
@@ -2883,12 +2337,6 @@ export interface WaitAndContinueSpecification {
2883
2337
  */
2884
2338
  active?: boolean;
2885
2339
  }
2886
- export declare namespace WaitAndContinueSpecification {
2887
- /**
2888
- * @internal
2889
- */
2890
- const filterSensitiveLog: (obj: WaitAndContinueSpecification) => any;
2891
- }
2892
2340
  /**
2893
2341
  * <p>Settings that you can use for eliciting a slot value.</p>
2894
2342
  */
@@ -2922,12 +2370,6 @@ export interface SlotValueElicitationSetting {
2922
2370
  */
2923
2371
  waitAndContinueSpecification?: WaitAndContinueSpecification;
2924
2372
  }
2925
- export declare namespace SlotValueElicitationSetting {
2926
- /**
2927
- * @internal
2928
- */
2929
- const filterSensitiveLog: (obj: SlotValueElicitationSetting) => any;
2930
- }
2931
2373
  export interface CreateSlotRequest {
2932
2374
  /**
2933
2375
  * <p>The name of the slot. Slot names must be unique within the bot that
@@ -2988,12 +2430,6 @@ export interface CreateSlotRequest {
2988
2430
  */
2989
2431
  multipleValuesSetting?: MultipleValuesSetting;
2990
2432
  }
2991
- export declare namespace CreateSlotRequest {
2992
- /**
2993
- * @internal
2994
- */
2995
- const filterSensitiveLog: (obj: CreateSlotRequest) => any;
2996
- }
2997
2433
  export interface CreateSlotResponse {
2998
2434
  /**
2999
2435
  * <p>The unique identifier associated with the slot. Use this to identify
@@ -3048,12 +2484,6 @@ export interface CreateSlotResponse {
3048
2484
  */
3049
2485
  multipleValuesSetting?: MultipleValuesSetting;
3050
2486
  }
3051
- export declare namespace CreateSlotResponse {
3052
- /**
3053
- * @internal
3054
- */
3055
- const filterSensitiveLog: (obj: CreateSlotResponse) => any;
3056
- }
3057
2487
  /**
3058
2488
  * <p>Describes the Amazon S3 bucket name and location for the grammar
3059
2489
  * that is the source for the slot type.</p>
@@ -3073,12 +2503,6 @@ export interface GrammarSlotTypeSource {
3073
2503
  */
3074
2504
  kmsKeyArn?: string;
3075
2505
  }
3076
- export declare namespace GrammarSlotTypeSource {
3077
- /**
3078
- * @internal
3079
- */
3080
- const filterSensitiveLog: (obj: GrammarSlotTypeSource) => any;
3081
- }
3082
2506
  /**
3083
2507
  * <p>Settings requried for a slot type based on a grammar that you
3084
2508
  * provide.</p>
@@ -3089,12 +2513,6 @@ export interface GrammarSlotTypeSetting {
3089
2513
  */
3090
2514
  source?: GrammarSlotTypeSource;
3091
2515
  }
3092
- export declare namespace GrammarSlotTypeSetting {
3093
- /**
3094
- * @internal
3095
- */
3096
- const filterSensitiveLog: (obj: GrammarSlotTypeSetting) => any;
3097
- }
3098
2516
  /**
3099
2517
  * <p>Provides information about the external source of the slot type's
3100
2518
  * definition.</p>
@@ -3106,12 +2524,6 @@ export interface ExternalSourceSetting {
3106
2524
  */
3107
2525
  grammarSlotTypeSetting?: GrammarSlotTypeSetting;
3108
2526
  }
3109
- export declare namespace ExternalSourceSetting {
3110
- /**
3111
- * @internal
3112
- */
3113
- const filterSensitiveLog: (obj: ExternalSourceSetting) => any;
3114
- }
3115
2527
  /**
3116
2528
  * <p>Defines one of the values for a slot type.</p>
3117
2529
  */
@@ -3121,12 +2533,6 @@ export interface SampleValue {
3121
2533
  */
3122
2534
  value: string | undefined;
3123
2535
  }
3124
- export declare namespace SampleValue {
3125
- /**
3126
- * @internal
3127
- */
3128
- const filterSensitiveLog: (obj: SampleValue) => any;
3129
- }
3130
2536
  /**
3131
2537
  * <p>Each slot type can have a set of values. Each
3132
2538
  * <code>SlotTypeValue</code> represents a value that the slot type can
@@ -3142,12 +2548,6 @@ export interface SlotTypeValue {
3142
2548
  */
3143
2549
  synonyms?: SampleValue[];
3144
2550
  }
3145
- export declare namespace SlotTypeValue {
3146
- /**
3147
- * @internal
3148
- */
3149
- const filterSensitiveLog: (obj: SlotTypeValue) => any;
3150
- }
3151
2551
  /**
3152
2552
  * <p>Provides a regular expression used to validate the value of a
3153
2553
  * slot.</p>
@@ -3182,12 +2582,6 @@ export interface SlotValueRegexFilter {
3182
2582
  */
3183
2583
  pattern: string | undefined;
3184
2584
  }
3185
- export declare namespace SlotValueRegexFilter {
3186
- /**
3187
- * @internal
3188
- */
3189
- const filterSensitiveLog: (obj: SlotValueRegexFilter) => any;
3190
- }
3191
2585
  export declare enum SlotValueResolutionStrategy {
3192
2586
  OriginalValue = "OriginalValue",
3193
2587
  TopResolution = "TopResolution"
@@ -3227,12 +2621,6 @@ export interface SlotValueSelectionSetting {
3227
2621
  */
3228
2622
  advancedRecognitionSetting?: AdvancedRecognitionSetting;
3229
2623
  }
3230
- export declare namespace SlotValueSelectionSetting {
3231
- /**
3232
- * @internal
3233
- */
3234
- const filterSensitiveLog: (obj: SlotValueSelectionSetting) => any;
3235
- }
3236
2624
  export interface CreateSlotTypeRequest {
3237
2625
  /**
3238
2626
  * <p>The name for the slot. A slot type name must be unique within the
@@ -3301,12 +2689,6 @@ export interface CreateSlotTypeRequest {
3301
2689
  */
3302
2690
  externalSourceSetting?: ExternalSourceSetting;
3303
2691
  }
3304
- export declare namespace CreateSlotTypeRequest {
3305
- /**
3306
- * @internal
3307
- */
3308
- const filterSensitiveLog: (obj: CreateSlotTypeRequest) => any;
3309
- }
3310
2692
  export interface CreateSlotTypeResponse {
3311
2693
  /**
3312
2694
  * <p>The unique identifier assigned to the slot type. Use this to
@@ -3359,20 +2741,8 @@ export interface CreateSlotTypeResponse {
3359
2741
  */
3360
2742
  externalSourceSetting?: ExternalSourceSetting;
3361
2743
  }
3362
- export declare namespace CreateSlotTypeResponse {
3363
- /**
3364
- * @internal
3365
- */
3366
- const filterSensitiveLog: (obj: CreateSlotTypeResponse) => any;
3367
- }
3368
2744
  export interface CreateUploadUrlRequest {
3369
2745
  }
3370
- export declare namespace CreateUploadUrlRequest {
3371
- /**
3372
- * @internal
3373
- */
3374
- const filterSensitiveLog: (obj: CreateUploadUrlRequest) => any;
3375
- }
3376
2746
  export interface CreateUploadUrlResponse {
3377
2747
  /**
3378
2748
  * <p>An identifier for a unique import job. Use it when you call the
@@ -3385,12 +2755,6 @@ export interface CreateUploadUrlResponse {
3385
2755
  */
3386
2756
  uploadUrl?: string;
3387
2757
  }
3388
- export declare namespace CreateUploadUrlResponse {
3389
- /**
3390
- * @internal
3391
- */
3392
- const filterSensitiveLog: (obj: CreateUploadUrlResponse) => any;
3393
- }
3394
2758
  /**
3395
2759
  * <p>Provides the parameters required for importing a custom vocabulary.</p>
3396
2760
  */
@@ -3409,12 +2773,6 @@ export interface CustomVocabularyImportSpecification {
3409
2773
  */
3410
2774
  localeId: string | undefined;
3411
2775
  }
3412
- export declare namespace CustomVocabularyImportSpecification {
3413
- /**
3414
- * @internal
3415
- */
3416
- const filterSensitiveLog: (obj: CustomVocabularyImportSpecification) => any;
3417
- }
3418
2776
  export declare enum CustomVocabularyStatus {
3419
2777
  Creating = "Creating",
3420
2778
  Deleting = "Deleting",
@@ -3438,12 +2796,6 @@ export interface DateRangeFilter {
3438
2796
  */
3439
2797
  endDateTime: Date | undefined;
3440
2798
  }
3441
- export declare namespace DateRangeFilter {
3442
- /**
3443
- * @internal
3444
- */
3445
- const filterSensitiveLog: (obj: DateRangeFilter) => any;
3446
- }
3447
2799
  export interface DeleteBotRequest {
3448
2800
  /**
3449
2801
  * <p>The identifier of the bot to delete. </p>
@@ -3456,12 +2808,6 @@ export interface DeleteBotRequest {
3456
2808
  */
3457
2809
  skipResourceInUseCheck?: boolean;
3458
2810
  }
3459
- export declare namespace DeleteBotRequest {
3460
- /**
3461
- * @internal
3462
- */
3463
- const filterSensitiveLog: (obj: DeleteBotRequest) => any;
3464
- }
3465
2811
  export interface DeleteBotResponse {
3466
2812
  /**
3467
2813
  * <p>The unique identifier of the bot that Amazon Lex is deleting.</p>
@@ -3473,12 +2819,6 @@ export interface DeleteBotResponse {
3473
2819
  */
3474
2820
  botStatus?: BotStatus | string;
3475
2821
  }
3476
- export declare namespace DeleteBotResponse {
3477
- /**
3478
- * @internal
3479
- */
3480
- const filterSensitiveLog: (obj: DeleteBotResponse) => any;
3481
- }
3482
2822
  export interface DeleteBotAliasRequest {
3483
2823
  /**
3484
2824
  * <p>The unique identifier of the bot alias to delete.</p>
@@ -3495,12 +2835,6 @@ export interface DeleteBotAliasRequest {
3495
2835
  */
3496
2836
  skipResourceInUseCheck?: boolean;
3497
2837
  }
3498
- export declare namespace DeleteBotAliasRequest {
3499
- /**
3500
- * @internal
3501
- */
3502
- const filterSensitiveLog: (obj: DeleteBotAliasRequest) => any;
3503
- }
3504
2838
  export interface DeleteBotAliasResponse {
3505
2839
  /**
3506
2840
  * <p>The unique identifier of the bot alias to delete.</p>
@@ -3519,12 +2853,6 @@ export interface DeleteBotAliasResponse {
3519
2853
  */
3520
2854
  botAliasStatus?: BotAliasStatus | string;
3521
2855
  }
3522
- export declare namespace DeleteBotAliasResponse {
3523
- /**
3524
- * @internal
3525
- */
3526
- const filterSensitiveLog: (obj: DeleteBotAliasResponse) => any;
3527
- }
3528
2856
  export interface DeleteBotLocaleRequest {
3529
2857
  /**
3530
2858
  * <p>The unique identifier of the bot that contains the locale.</p>
@@ -3541,12 +2869,6 @@ export interface DeleteBotLocaleRequest {
3541
2869
  */
3542
2870
  localeId: string | undefined;
3543
2871
  }
3544
- export declare namespace DeleteBotLocaleRequest {
3545
- /**
3546
- * @internal
3547
- */
3548
- const filterSensitiveLog: (obj: DeleteBotLocaleRequest) => any;
3549
- }
3550
2872
  export interface DeleteBotLocaleResponse {
3551
2873
  /**
3552
2874
  * <p>The identifier of the bot that contained the deleted locale.</p>
@@ -3567,12 +2889,6 @@ export interface DeleteBotLocaleResponse {
3567
2889
  */
3568
2890
  botLocaleStatus?: BotLocaleStatus | string;
3569
2891
  }
3570
- export declare namespace DeleteBotLocaleResponse {
3571
- /**
3572
- * @internal
3573
- */
3574
- const filterSensitiveLog: (obj: DeleteBotLocaleResponse) => any;
3575
- }
3576
2892
  export interface DeleteBotVersionRequest {
3577
2893
  /**
3578
2894
  * <p>The identifier of the bot that contains the version.</p>
@@ -3592,12 +2908,6 @@ export interface DeleteBotVersionRequest {
3592
2908
  */
3593
2909
  skipResourceInUseCheck?: boolean;
3594
2910
  }
3595
- export declare namespace DeleteBotVersionRequest {
3596
- /**
3597
- * @internal
3598
- */
3599
- const filterSensitiveLog: (obj: DeleteBotVersionRequest) => any;
3600
- }
3601
2911
  export interface DeleteBotVersionResponse {
3602
2912
  /**
3603
2913
  * <p>The identifier of the bot that is being deleted.</p>
@@ -3612,12 +2922,6 @@ export interface DeleteBotVersionResponse {
3612
2922
  */
3613
2923
  botStatus?: BotStatus | string;
3614
2924
  }
3615
- export declare namespace DeleteBotVersionResponse {
3616
- /**
3617
- * @internal
3618
- */
3619
- const filterSensitiveLog: (obj: DeleteBotVersionResponse) => any;
3620
- }
3621
2925
  export interface DeleteCustomVocabularyRequest {
3622
2926
  /**
3623
2927
  * <p>The unique identifier of the bot to remove the custom
@@ -3635,12 +2939,6 @@ export interface DeleteCustomVocabularyRequest {
3635
2939
  */
3636
2940
  localeId: string | undefined;
3637
2941
  }
3638
- export declare namespace DeleteCustomVocabularyRequest {
3639
- /**
3640
- * @internal
3641
- */
3642
- const filterSensitiveLog: (obj: DeleteCustomVocabularyRequest) => any;
3643
- }
3644
2942
  export interface DeleteCustomVocabularyResponse {
3645
2943
  /**
3646
2944
  * <p>The identifier of the bot that the custom vocabulary
@@ -3662,24 +2960,12 @@ export interface DeleteCustomVocabularyResponse {
3662
2960
  */
3663
2961
  customVocabularyStatus?: CustomVocabularyStatus | string;
3664
2962
  }
3665
- export declare namespace DeleteCustomVocabularyResponse {
3666
- /**
3667
- * @internal
3668
- */
3669
- const filterSensitiveLog: (obj: DeleteCustomVocabularyResponse) => any;
3670
- }
3671
2963
  export interface DeleteExportRequest {
3672
2964
  /**
3673
2965
  * <p>The unique identifier of the export to delete.</p>
3674
2966
  */
3675
2967
  exportId: string | undefined;
3676
2968
  }
3677
- export declare namespace DeleteExportRequest {
3678
- /**
3679
- * @internal
3680
- */
3681
- const filterSensitiveLog: (obj: DeleteExportRequest) => any;
3682
- }
3683
2969
  export interface DeleteExportResponse {
3684
2970
  /**
3685
2971
  * <p>The unique identifier of the deleted export.</p>
@@ -3693,24 +2979,12 @@ export interface DeleteExportResponse {
3693
2979
  */
3694
2980
  exportStatus?: ExportStatus | string;
3695
2981
  }
3696
- export declare namespace DeleteExportResponse {
3697
- /**
3698
- * @internal
3699
- */
3700
- const filterSensitiveLog: (obj: DeleteExportResponse) => any;
3701
- }
3702
2982
  export interface DeleteImportRequest {
3703
2983
  /**
3704
2984
  * <p>The unique identifier of the import to delete.</p>
3705
2985
  */
3706
2986
  importId: string | undefined;
3707
2987
  }
3708
- export declare namespace DeleteImportRequest {
3709
- /**
3710
- * @internal
3711
- */
3712
- const filterSensitiveLog: (obj: DeleteImportRequest) => any;
3713
- }
3714
2988
  export declare enum ImportStatus {
3715
2989
  Completed = "Completed",
3716
2990
  Deleting = "Deleting",
@@ -3729,12 +3003,6 @@ export interface DeleteImportResponse {
3729
3003
  */
3730
3004
  importStatus?: ImportStatus | string;
3731
3005
  }
3732
- export declare namespace DeleteImportResponse {
3733
- /**
3734
- * @internal
3735
- */
3736
- const filterSensitiveLog: (obj: DeleteImportResponse) => any;
3737
- }
3738
3006
  export interface DeleteIntentRequest {
3739
3007
  /**
3740
3008
  * <p>The unique identifier of the intent to delete.</p>
@@ -3755,12 +3023,6 @@ export interface DeleteIntentRequest {
3755
3023
  */
3756
3024
  localeId: string | undefined;
3757
3025
  }
3758
- export declare namespace DeleteIntentRequest {
3759
- /**
3760
- * @internal
3761
- */
3762
- const filterSensitiveLog: (obj: DeleteIntentRequest) => any;
3763
- }
3764
3026
  export interface DeleteResourcePolicyRequest {
3765
3027
  /**
3766
3028
  * <p>The Amazon Resource Name (ARN) of the bot or bot alias that has the
@@ -3775,12 +3037,6 @@ export interface DeleteResourcePolicyRequest {
3775
3037
  */
3776
3038
  expectedRevisionId?: string;
3777
3039
  }
3778
- export declare namespace DeleteResourcePolicyRequest {
3779
- /**
3780
- * @internal
3781
- */
3782
- const filterSensitiveLog: (obj: DeleteResourcePolicyRequest) => any;
3783
- }
3784
3040
  export interface DeleteResourcePolicyResponse {
3785
3041
  /**
3786
3042
  * <p>The Amazon Resource Name (ARN) of the bot or bot alias that the
@@ -3795,12 +3051,6 @@ export interface DeleteResourcePolicyResponse {
3795
3051
  */
3796
3052
  revisionId?: string;
3797
3053
  }
3798
- export declare namespace DeleteResourcePolicyResponse {
3799
- /**
3800
- * @internal
3801
- */
3802
- const filterSensitiveLog: (obj: DeleteResourcePolicyResponse) => any;
3803
- }
3804
3054
  export interface DeleteResourcePolicyStatementRequest {
3805
3055
  /**
3806
3056
  * <p>The Amazon Resource Name (ARN) of the bot or bot alias that the
@@ -3820,12 +3070,6 @@ export interface DeleteResourcePolicyStatementRequest {
3820
3070
  */
3821
3071
  expectedRevisionId?: string;
3822
3072
  }
3823
- export declare namespace DeleteResourcePolicyStatementRequest {
3824
- /**
3825
- * @internal
3826
- */
3827
- const filterSensitiveLog: (obj: DeleteResourcePolicyStatementRequest) => any;
3828
- }
3829
3073
  export interface DeleteResourcePolicyStatementResponse {
3830
3074
  /**
3831
3075
  * <p>The Amazon Resource Name (ARN) of the bot or bot alias that the
@@ -3840,12 +3084,6 @@ export interface DeleteResourcePolicyStatementResponse {
3840
3084
  */
3841
3085
  revisionId?: string;
3842
3086
  }
3843
- export declare namespace DeleteResourcePolicyStatementResponse {
3844
- /**
3845
- * @internal
3846
- */
3847
- const filterSensitiveLog: (obj: DeleteResourcePolicyStatementResponse) => any;
3848
- }
3849
3087
  export interface DeleteSlotRequest {
3850
3088
  /**
3851
3089
  * <p>The identifier of the slot to delete. </p>
@@ -3870,12 +3108,6 @@ export interface DeleteSlotRequest {
3870
3108
  */
3871
3109
  intentId: string | undefined;
3872
3110
  }
3873
- export declare namespace DeleteSlotRequest {
3874
- /**
3875
- * @internal
3876
- */
3877
- const filterSensitiveLog: (obj: DeleteSlotRequest) => any;
3878
- }
3879
3111
  export interface DeleteSlotTypeRequest {
3880
3112
  /**
3881
3113
  * <p>The identifier of the slot type to delete.</p>
@@ -3904,12 +3136,6 @@ export interface DeleteSlotTypeRequest {
3904
3136
  */
3905
3137
  skipResourceInUseCheck?: boolean;
3906
3138
  }
3907
- export declare namespace DeleteSlotTypeRequest {
3908
- /**
3909
- * @internal
3910
- */
3911
- const filterSensitiveLog: (obj: DeleteSlotTypeRequest) => any;
3912
- }
3913
3139
  export interface DeleteUtterancesRequest {
3914
3140
  /**
3915
3141
  * <p>The unique identifier of the bot that contains the
@@ -3929,32 +3155,14 @@ export interface DeleteUtterancesRequest {
3929
3155
  */
3930
3156
  sessionId?: string;
3931
3157
  }
3932
- export declare namespace DeleteUtterancesRequest {
3933
- /**
3934
- * @internal
3935
- */
3936
- const filterSensitiveLog: (obj: DeleteUtterancesRequest) => any;
3937
- }
3938
3158
  export interface DeleteUtterancesResponse {
3939
3159
  }
3940
- export declare namespace DeleteUtterancesResponse {
3941
- /**
3942
- * @internal
3943
- */
3944
- const filterSensitiveLog: (obj: DeleteUtterancesResponse) => any;
3945
- }
3946
3160
  export interface DescribeBotRequest {
3947
3161
  /**
3948
3162
  * <p>The unique identifier of the bot to describe.</p>
3949
3163
  */
3950
3164
  botId: string | undefined;
3951
3165
  }
3952
- export declare namespace DescribeBotRequest {
3953
- /**
3954
- * @internal
3955
- */
3956
- const filterSensitiveLog: (obj: DescribeBotRequest) => any;
3957
- }
3958
3166
  export interface DescribeBotResponse {
3959
3167
  /**
3960
3168
  * <p>The unique identifier of the bot.</p>
@@ -3999,12 +3207,6 @@ export interface DescribeBotResponse {
3999
3207
  */
4000
3208
  lastUpdatedDateTime?: Date;
4001
3209
  }
4002
- export declare namespace DescribeBotResponse {
4003
- /**
4004
- * @internal
4005
- */
4006
- const filterSensitiveLog: (obj: DescribeBotResponse) => any;
4007
- }
4008
3210
  export interface DescribeBotAliasRequest {
4009
3211
  /**
4010
3212
  * <p>The identifier of the bot alias to describe.</p>
@@ -4016,12 +3218,6 @@ export interface DescribeBotAliasRequest {
4016
3218
  */
4017
3219
  botId: string | undefined;
4018
3220
  }
4019
- export declare namespace DescribeBotAliasRequest {
4020
- /**
4021
- * @internal
4022
- */
4023
- const filterSensitiveLog: (obj: DescribeBotAliasRequest) => any;
4024
- }
4025
3221
  export interface DescribeBotAliasResponse {
4026
3222
  /**
4027
3223
  * <p>The identifier of the bot alias.</p>
@@ -4078,12 +3274,6 @@ export interface DescribeBotAliasResponse {
4078
3274
  */
4079
3275
  lastUpdatedDateTime?: Date;
4080
3276
  }
4081
- export declare namespace DescribeBotAliasResponse {
4082
- /**
4083
- * @internal
4084
- */
4085
- const filterSensitiveLog: (obj: DescribeBotAliasResponse) => any;
4086
- }
4087
3277
  export interface DescribeBotLocaleRequest {
4088
3278
  /**
4089
3279
  * <p>The identifier of the bot associated with the locale.</p>
@@ -4100,12 +3290,6 @@ export interface DescribeBotLocaleRequest {
4100
3290
  */
4101
3291
  localeId: string | undefined;
4102
3292
  }
4103
- export declare namespace DescribeBotLocaleRequest {
4104
- /**
4105
- * @internal
4106
- */
4107
- const filterSensitiveLog: (obj: DescribeBotLocaleRequest) => any;
4108
- }
4109
3293
  export interface DescribeBotLocaleResponse {
4110
3294
  /**
4111
3295
  * <p>The identifier of the bot associated with the locale.</p>
@@ -4183,12 +3367,6 @@ export interface DescribeBotLocaleResponse {
4183
3367
  */
4184
3368
  recommendedActions?: string[];
4185
3369
  }
4186
- export declare namespace DescribeBotLocaleResponse {
4187
- /**
4188
- * @internal
4189
- */
4190
- const filterSensitiveLog: (obj: DescribeBotLocaleResponse) => any;
4191
- }
4192
3370
  export interface DescribeBotRecommendationRequest {
4193
3371
  /**
4194
3372
  * <p>The unique identifier of the bot associated with the bot
@@ -4211,12 +3389,6 @@ export interface DescribeBotRecommendationRequest {
4211
3389
  */
4212
3390
  botRecommendationId: string | undefined;
4213
3391
  }
4214
- export declare namespace DescribeBotRecommendationRequest {
4215
- /**
4216
- * @internal
4217
- */
4218
- const filterSensitiveLog: (obj: DescribeBotRecommendationRequest) => any;
4219
- }
4220
3392
  /**
4221
3393
  * <p>The object representing the passwords that were used to encrypt the
4222
3394
  * data related to the bot recommendation, as well as the KMS key ARN used
@@ -4238,12 +3410,6 @@ export interface EncryptionSetting {
4238
3410
  */
4239
3411
  associatedTranscriptsPassword?: string;
4240
3412
  }
4241
- export declare namespace EncryptionSetting {
4242
- /**
4243
- * @internal
4244
- */
4245
- const filterSensitiveLog: (obj: EncryptionSetting) => any;
4246
- }
4247
3413
  /**
4248
3414
  * <p>The object that contains a path format that will be applied when
4249
3415
  * Amazon Lex reads the transcript file in the bucket you provide. Specify this
@@ -4258,12 +3424,6 @@ export interface PathFormat {
4258
3424
  */
4259
3425
  objectPrefixes?: string[];
4260
3426
  }
4261
- export declare namespace PathFormat {
4262
- /**
4263
- * @internal
4264
- */
4265
- const filterSensitiveLog: (obj: PathFormat) => any;
4266
- }
4267
3427
  /**
4268
3428
  * <p>The object that contains transcript filter details that are
4269
3429
  * associated with a bot recommendation.</p>
@@ -4276,12 +3436,6 @@ export interface LexTranscriptFilter {
4276
3436
  */
4277
3437
  dateRangeFilter?: DateRangeFilter;
4278
3438
  }
4279
- export declare namespace LexTranscriptFilter {
4280
- /**
4281
- * @internal
4282
- */
4283
- const filterSensitiveLog: (obj: LexTranscriptFilter) => any;
4284
- }
4285
3439
  /**
4286
3440
  * <p>The object representing the filter that Amazon Lex will use to select the
4287
3441
  * appropriate transcript.</p>
@@ -4294,12 +3448,6 @@ export interface TranscriptFilter {
4294
3448
  */
4295
3449
  lexTranscriptFilter?: LexTranscriptFilter;
4296
3450
  }
4297
- export declare namespace TranscriptFilter {
4298
- /**
4299
- * @internal
4300
- */
4301
- const filterSensitiveLog: (obj: TranscriptFilter) => any;
4302
- }
4303
3451
  export declare enum TranscriptFormat {
4304
3452
  Lex = "Lex"
4305
3453
  }
@@ -4339,12 +3487,6 @@ export interface S3BucketTranscriptSource {
4339
3487
  */
4340
3488
  kmsKeyArn?: string;
4341
3489
  }
4342
- export declare namespace S3BucketTranscriptSource {
4343
- /**
4344
- * @internal
4345
- */
4346
- const filterSensitiveLog: (obj: S3BucketTranscriptSource) => any;
4347
- }
4348
3490
  /**
4349
3491
  * <p>Indicates the setting of the location where the transcript is
4350
3492
  * stored.</p>
@@ -4356,12 +3498,6 @@ export interface TranscriptSourceSetting {
4356
3498
  */
4357
3499
  s3BucketTranscriptSource?: S3BucketTranscriptSource;
4358
3500
  }
4359
- export declare namespace TranscriptSourceSetting {
4360
- /**
4361
- * @internal
4362
- */
4363
- const filterSensitiveLog: (obj: TranscriptSourceSetting) => any;
4364
- }
4365
3501
  export interface DescribeBotRecommendationResponse {
4366
3502
  /**
4367
3503
  * <p>The identifier of the bot associated with the bot
@@ -4419,12 +3555,6 @@ export interface DescribeBotRecommendationResponse {
4419
3555
  */
4420
3556
  botRecommendationResults?: BotRecommendationResults;
4421
3557
  }
4422
- export declare namespace DescribeBotRecommendationResponse {
4423
- /**
4424
- * @internal
4425
- */
4426
- const filterSensitiveLog: (obj: DescribeBotRecommendationResponse) => any;
4427
- }
4428
3558
  export interface DescribeBotVersionRequest {
4429
3559
  /**
4430
3560
  * <p>The identifier of the bot containing the version to return metadata
@@ -4436,12 +3566,6 @@ export interface DescribeBotVersionRequest {
4436
3566
  */
4437
3567
  botVersion: string | undefined;
4438
3568
  }
4439
- export declare namespace DescribeBotVersionRequest {
4440
- /**
4441
- * @internal
4442
- */
4443
- const filterSensitiveLog: (obj: DescribeBotVersionRequest) => any;
4444
- }
4445
3569
  export interface DescribeBotVersionResponse {
4446
3570
  /**
4447
3571
  * <p>The identifier of the bot that contains the version.</p>
@@ -4489,12 +3613,6 @@ export interface DescribeBotVersionResponse {
4489
3613
  */
4490
3614
  creationDateTime?: Date;
4491
3615
  }
4492
- export declare namespace DescribeBotVersionResponse {
4493
- /**
4494
- * @internal
4495
- */
4496
- const filterSensitiveLog: (obj: DescribeBotVersionResponse) => any;
4497
- }
4498
3616
  export interface DescribeCustomVocabularyMetadataRequest {
4499
3617
  /**
4500
3618
  * <p>The unique identifier of the bot that contains the custom vocabulary.</p>
@@ -4510,12 +3628,6 @@ export interface DescribeCustomVocabularyMetadataRequest {
4510
3628
  */
4511
3629
  localeId: string | undefined;
4512
3630
  }
4513
- export declare namespace DescribeCustomVocabularyMetadataRequest {
4514
- /**
4515
- * @internal
4516
- */
4517
- const filterSensitiveLog: (obj: DescribeCustomVocabularyMetadataRequest) => any;
4518
- }
4519
3631
  export interface DescribeCustomVocabularyMetadataResponse {
4520
3632
  /**
4521
3633
  * <p>The identifier of the bot that contains the custom vocabulary.</p>
@@ -4543,24 +3655,12 @@ export interface DescribeCustomVocabularyMetadataResponse {
4543
3655
  */
4544
3656
  lastUpdatedDateTime?: Date;
4545
3657
  }
4546
- export declare namespace DescribeCustomVocabularyMetadataResponse {
4547
- /**
4548
- * @internal
4549
- */
4550
- const filterSensitiveLog: (obj: DescribeCustomVocabularyMetadataResponse) => any;
4551
- }
4552
3658
  export interface DescribeExportRequest {
4553
3659
  /**
4554
3660
  * <p>The unique identifier of the export to describe.</p>
4555
3661
  */
4556
3662
  exportId: string | undefined;
4557
3663
  }
4558
- export declare namespace DescribeExportRequest {
4559
- /**
4560
- * @internal
4561
- */
4562
- const filterSensitiveLog: (obj: DescribeExportRequest) => any;
4563
- }
4564
3664
  export interface DescribeExportResponse {
4565
3665
  /**
4566
3666
  * <p>The unique identifier of the described export.</p>
@@ -4601,24 +3701,12 @@ export interface DescribeExportResponse {
4601
3701
  */
4602
3702
  lastUpdatedDateTime?: Date;
4603
3703
  }
4604
- export declare namespace DescribeExportResponse {
4605
- /**
4606
- * @internal
4607
- */
4608
- const filterSensitiveLog: (obj: DescribeExportResponse) => any;
4609
- }
4610
3704
  export interface DescribeImportRequest {
4611
3705
  /**
4612
3706
  * <p>The unique identifier of the import to describe.</p>
4613
3707
  */
4614
3708
  importId: string | undefined;
4615
3709
  }
4616
- export declare namespace DescribeImportRequest {
4617
- /**
4618
- * @internal
4619
- */
4620
- const filterSensitiveLog: (obj: DescribeImportRequest) => any;
4621
- }
4622
3710
  export declare enum MergeStrategy {
4623
3711
  Append = "Append",
4624
3712
  FailOnConflict = "FailOnConflict",
@@ -4643,12 +3731,6 @@ export interface ImportResourceSpecification {
4643
3731
  */
4644
3732
  customVocabularyImportSpecification?: CustomVocabularyImportSpecification;
4645
3733
  }
4646
- export declare namespace ImportResourceSpecification {
4647
- /**
4648
- * @internal
4649
- */
4650
- const filterSensitiveLog: (obj: ImportResourceSpecification) => any;
4651
- }
4652
3734
  export interface DescribeImportResponse {
4653
3735
  /**
4654
3736
  * <p>The unique identifier of the described import.</p>
@@ -4695,12 +3777,6 @@ export interface DescribeImportResponse {
4695
3777
  */
4696
3778
  lastUpdatedDateTime?: Date;
4697
3779
  }
4698
- export declare namespace DescribeImportResponse {
4699
- /**
4700
- * @internal
4701
- */
4702
- const filterSensitiveLog: (obj: DescribeImportResponse) => any;
4703
- }
4704
3780
  export interface DescribeIntentRequest {
4705
3781
  /**
4706
3782
  * <p>The identifier of the intent to describe.</p>
@@ -4721,12 +3797,6 @@ export interface DescribeIntentRequest {
4721
3797
  */
4722
3798
  localeId: string | undefined;
4723
3799
  }
4724
- export declare namespace DescribeIntentRequest {
4725
- /**
4726
- * @internal
4727
- */
4728
- const filterSensitiveLog: (obj: DescribeIntentRequest) => any;
4729
- }
4730
3800
  /**
4731
3801
  * <p>Sets the priority that Amazon Lex should use when eliciting slot values
4732
3802
  * from a user.</p>
@@ -4741,12 +3811,6 @@ export interface SlotPriority {
4741
3811
  */
4742
3812
  slotId: string | undefined;
4743
3813
  }
4744
- export declare namespace SlotPriority {
4745
- /**
4746
- * @internal
4747
- */
4748
- const filterSensitiveLog: (obj: SlotPriority) => any;
4749
- }
4750
3814
  export interface DescribeIntentResponse {
4751
3815
  /**
4752
3816
  * <p>The unique identifier assigned to the intent when it was
@@ -4831,12 +3895,6 @@ export interface DescribeIntentResponse {
4831
3895
  */
4832
3896
  lastUpdatedDateTime?: Date;
4833
3897
  }
4834
- export declare namespace DescribeIntentResponse {
4835
- /**
4836
- * @internal
4837
- */
4838
- const filterSensitiveLog: (obj: DescribeIntentResponse) => any;
4839
- }
4840
3898
  export interface DescribeResourcePolicyRequest {
4841
3899
  /**
4842
3900
  * <p>The Amazon Resource Name (ARN) of the bot or bot alias that the
@@ -4844,12 +3902,6 @@ export interface DescribeResourcePolicyRequest {
4844
3902
  */
4845
3903
  resourceArn: string | undefined;
4846
3904
  }
4847
- export declare namespace DescribeResourcePolicyRequest {
4848
- /**
4849
- * @internal
4850
- */
4851
- const filterSensitiveLog: (obj: DescribeResourcePolicyRequest) => any;
4852
- }
4853
3905
  export interface DescribeResourcePolicyResponse {
4854
3906
  /**
4855
3907
  * <p>The Amazon Resource Name (ARN) of the bot or bot alias that the
@@ -4870,12 +3922,6 @@ export interface DescribeResourcePolicyResponse {
4870
3922
  */
4871
3923
  revisionId?: string;
4872
3924
  }
4873
- export declare namespace DescribeResourcePolicyResponse {
4874
- /**
4875
- * @internal
4876
- */
4877
- const filterSensitiveLog: (obj: DescribeResourcePolicyResponse) => any;
4878
- }
4879
3925
  export interface DescribeSlotRequest {
4880
3926
  /**
4881
3927
  * <p>The unique identifier for the slot.</p>
@@ -4900,12 +3946,6 @@ export interface DescribeSlotRequest {
4900
3946
  */
4901
3947
  intentId: string | undefined;
4902
3948
  }
4903
- export declare namespace DescribeSlotRequest {
4904
- /**
4905
- * @internal
4906
- */
4907
- const filterSensitiveLog: (obj: DescribeSlotRequest) => any;
4908
- }
4909
3949
  export interface DescribeSlotResponse {
4910
3950
  /**
4911
3951
  * <p>The unique identifier generated for the slot.</p>
@@ -4967,12 +4007,6 @@ export interface DescribeSlotResponse {
4967
4007
  */
4968
4008
  multipleValuesSetting?: MultipleValuesSetting;
4969
4009
  }
4970
- export declare namespace DescribeSlotResponse {
4971
- /**
4972
- * @internal
4973
- */
4974
- const filterSensitiveLog: (obj: DescribeSlotResponse) => any;
4975
- }
4976
4010
  export interface DescribeSlotTypeRequest {
4977
4011
  /**
4978
4012
  * <p>The identifier of the slot type.</p>
@@ -4993,12 +4027,6 @@ export interface DescribeSlotTypeRequest {
4993
4027
  */
4994
4028
  localeId: string | undefined;
4995
4029
  }
4996
- export declare namespace DescribeSlotTypeRequest {
4997
- /**
4998
- * @internal
4999
- */
5000
- const filterSensitiveLog: (obj: DescribeSlotTypeRequest) => any;
5001
- }
5002
4030
  export interface DescribeSlotTypeResponse {
5003
4031
  /**
5004
4032
  * <p>The unique identifier for the slot type.</p>
@@ -5054,12 +4082,6 @@ export interface DescribeSlotTypeResponse {
5054
4082
  */
5055
4083
  externalSourceSetting?: ExternalSourceSetting;
5056
4084
  }
5057
- export declare namespace DescribeSlotTypeResponse {
5058
- /**
5059
- * @internal
5060
- */
5061
- const filterSensitiveLog: (obj: DescribeSlotTypeResponse) => any;
5062
- }
5063
4085
  export declare enum ExportFilterName {
5064
4086
  ExportResourceType = "ExportResourceType"
5065
4087
  }
@@ -5090,12 +4112,6 @@ export interface ExportFilter {
5090
4112
  */
5091
4113
  operator: ExportFilterOperator | string | undefined;
5092
4114
  }
5093
- export declare namespace ExportFilter {
5094
- /**
5095
- * @internal
5096
- */
5097
- const filterSensitiveLog: (obj: ExportFilter) => any;
5098
- }
5099
4115
  export declare enum ExportSortAttribute {
5100
4116
  LastUpdatedDateTime = "LastUpdatedDateTime"
5101
4117
  }
@@ -5112,12 +4128,6 @@ export interface ExportSortBy {
5112
4128
  */
5113
4129
  order: SortOrder | string | undefined;
5114
4130
  }
5115
- export declare namespace ExportSortBy {
5116
- /**
5117
- * @internal
5118
- */
5119
- const filterSensitiveLog: (obj: ExportSortBy) => any;
5120
- }
5121
4131
  /**
5122
4132
  * <p>Provides summary information about an export in an export list.
5123
4133
  * </p>
@@ -5149,12 +4159,6 @@ export interface ExportSummary {
5149
4159
  */
5150
4160
  lastUpdatedDateTime?: Date;
5151
4161
  }
5152
- export declare namespace ExportSummary {
5153
- /**
5154
- * @internal
5155
- */
5156
- const filterSensitiveLog: (obj: ExportSummary) => any;
5157
- }
5158
4162
  export declare enum ImportFilterName {
5159
4163
  ImportResourceType = "ImportResourceType"
5160
4164
  }
@@ -5185,12 +4189,6 @@ export interface ImportFilter {
5185
4189
  */
5186
4190
  operator: ImportFilterOperator | string | undefined;
5187
4191
  }
5188
- export declare namespace ImportFilter {
5189
- /**
5190
- * @internal
5191
- */
5192
- const filterSensitiveLog: (obj: ImportFilter) => any;
5193
- }
5194
4192
  export declare enum ImportResourceType {
5195
4193
  Bot = "Bot",
5196
4194
  BotLocale = "BotLocale",
@@ -5212,12 +4210,6 @@ export interface ImportSortBy {
5212
4210
  */
5213
4211
  order: SortOrder | string | undefined;
5214
4212
  }
5215
- export declare namespace ImportSortBy {
5216
- /**
5217
- * @internal
5218
- */
5219
- const filterSensitiveLog: (obj: ImportSortBy) => any;
5220
- }
5221
4213
  /**
5222
4214
  * <p>Provides summary information about an import in an import
5223
4215
  * list.</p>
@@ -5259,12 +4251,6 @@ export interface ImportSummary {
5259
4251
  */
5260
4252
  importedResourceType?: ImportResourceType | string;
5261
4253
  }
5262
- export declare namespace ImportSummary {
5263
- /**
5264
- * @internal
5265
- */
5266
- const filterSensitiveLog: (obj: ImportSummary) => any;
5267
- }
5268
4254
  export declare enum IntentFilterName {
5269
4255
  IntentName = "IntentName"
5270
4256
  }
@@ -5294,12 +4280,6 @@ export interface IntentFilter {
5294
4280
  */
5295
4281
  operator: IntentFilterOperator | string | undefined;
5296
4282
  }
5297
- export declare namespace IntentFilter {
5298
- /**
5299
- * @internal
5300
- */
5301
- const filterSensitiveLog: (obj: IntentFilter) => any;
5302
- }
5303
4283
  export declare enum IntentSortAttribute {
5304
4284
  IntentName = "IntentName",
5305
4285
  LastUpdatedDateTime = "LastUpdatedDateTime"
@@ -5318,12 +4298,6 @@ export interface IntentSortBy {
5318
4298
  */
5319
4299
  order: SortOrder | string | undefined;
5320
4300
  }
5321
- export declare namespace IntentSortBy {
5322
- /**
5323
- * @internal
5324
- */
5325
- const filterSensitiveLog: (obj: IntentSortBy) => any;
5326
- }
5327
4301
  /**
5328
4302
  * <p>Summary information about an intent returned by the
5329
4303
  * <code>ListIntents</code> operation.</p>
@@ -5364,12 +4338,6 @@ export interface IntentSummary {
5364
4338
  */
5365
4339
  lastUpdatedDateTime?: Date;
5366
4340
  }
5367
- export declare namespace IntentSummary {
5368
- /**
5369
- * @internal
5370
- */
5371
- const filterSensitiveLog: (obj: IntentSummary) => any;
5372
- }
5373
4341
  export declare enum TimeDimension {
5374
4342
  Days = "Days",
5375
4343
  Hours = "Hours",
@@ -5434,12 +4402,6 @@ export interface RelativeAggregationDuration {
5434
4402
  */
5435
4403
  timeValue: number | undefined;
5436
4404
  }
5437
- export declare namespace RelativeAggregationDuration {
5438
- /**
5439
- * @internal
5440
- */
5441
- const filterSensitiveLog: (obj: RelativeAggregationDuration) => any;
5442
- }
5443
4405
  /**
5444
4406
  * <p>Provides parameters for setting the time window and duration for
5445
4407
  * aggregating utterance data.</p>
@@ -5450,12 +4412,6 @@ export interface UtteranceAggregationDuration {
5450
4412
  */
5451
4413
  relativeAggregationDuration: RelativeAggregationDuration | undefined;
5452
4414
  }
5453
- export declare namespace UtteranceAggregationDuration {
5454
- /**
5455
- * @internal
5456
- */
5457
- const filterSensitiveLog: (obj: UtteranceAggregationDuration) => any;
5458
- }
5459
4415
  export interface ListAggregatedUtterancesRequest {
5460
4416
  /**
5461
4417
  * <p>The unique identifier of the bot associated with this
@@ -5512,12 +4468,6 @@ export interface ListAggregatedUtterancesRequest {
5512
4468
  */
5513
4469
  nextToken?: string;
5514
4470
  }
5515
- export declare namespace ListAggregatedUtterancesRequest {
5516
- /**
5517
- * @internal
5518
- */
5519
- const filterSensitiveLog: (obj: ListAggregatedUtterancesRequest) => any;
5520
- }
5521
4471
  export interface ListAggregatedUtterancesResponse {
5522
4472
  /**
5523
4473
  * <p>The identifier of the bot that contains the utterances.</p>
@@ -5591,12 +4541,6 @@ export interface ListAggregatedUtterancesResponse {
5591
4541
  */
5592
4542
  nextToken?: string;
5593
4543
  }
5594
- export declare namespace ListAggregatedUtterancesResponse {
5595
- /**
5596
- * @internal
5597
- */
5598
- const filterSensitiveLog: (obj: ListAggregatedUtterancesResponse) => any;
5599
- }
5600
4544
  export interface ListBotAliasesRequest {
5601
4545
  /**
5602
4546
  * <p>The identifier of the bot to list aliases for.</p>
@@ -5617,12 +4561,6 @@ export interface ListBotAliasesRequest {
5617
4561
  */
5618
4562
  nextToken?: string;
5619
4563
  }
5620
- export declare namespace ListBotAliasesRequest {
5621
- /**
5622
- * @internal
5623
- */
5624
- const filterSensitiveLog: (obj: ListBotAliasesRequest) => any;
5625
- }
5626
4564
  export interface ListBotAliasesResponse {
5627
4565
  /**
5628
4566
  * <p>Summary information for the bot aliases that meet the filter
@@ -5645,12 +4583,6 @@ export interface ListBotAliasesResponse {
5645
4583
  */
5646
4584
  botId?: string;
5647
4585
  }
5648
- export declare namespace ListBotAliasesResponse {
5649
- /**
5650
- * @internal
5651
- */
5652
- const filterSensitiveLog: (obj: ListBotAliasesResponse) => any;
5653
- }
5654
4586
  export interface ListBotLocalesRequest {
5655
4587
  /**
5656
4588
  * <p>The identifier of the bot to list locales for.</p>
@@ -5686,12 +4618,6 @@ export interface ListBotLocalesRequest {
5686
4618
  */
5687
4619
  nextToken?: string;
5688
4620
  }
5689
- export declare namespace ListBotLocalesRequest {
5690
- /**
5691
- * @internal
5692
- */
5693
- const filterSensitiveLog: (obj: ListBotLocalesRequest) => any;
5694
- }
5695
4621
  export interface ListBotLocalesResponse {
5696
4622
  /**
5697
4623
  * <p>The identifier of the bot to list locales for.</p>
@@ -5718,12 +4644,6 @@ export interface ListBotLocalesResponse {
5718
4644
  */
5719
4645
  botLocaleSummaries?: BotLocaleSummary[];
5720
4646
  }
5721
- export declare namespace ListBotLocalesResponse {
5722
- /**
5723
- * @internal
5724
- */
5725
- const filterSensitiveLog: (obj: ListBotLocalesResponse) => any;
5726
- }
5727
4647
  export interface ListBotRecommendationsRequest {
5728
4648
  /**
5729
4649
  * <p>The unique identifier of the bot that contains the bot
@@ -5754,12 +4674,6 @@ export interface ListBotRecommendationsRequest {
5754
4674
  */
5755
4675
  nextToken?: string;
5756
4676
  }
5757
- export declare namespace ListBotRecommendationsRequest {
5758
- /**
5759
- * @internal
5760
- */
5761
- const filterSensitiveLog: (obj: ListBotRecommendationsRequest) => any;
5762
- }
5763
4677
  export interface ListBotRecommendationsResponse {
5764
4678
  /**
5765
4679
  * <p>The unique identifier of the bot that contains the bot
@@ -5793,12 +4707,6 @@ export interface ListBotRecommendationsResponse {
5793
4707
  */
5794
4708
  nextToken?: string;
5795
4709
  }
5796
- export declare namespace ListBotRecommendationsResponse {
5797
- /**
5798
- * @internal
5799
- */
5800
- const filterSensitiveLog: (obj: ListBotRecommendationsResponse) => any;
5801
- }
5802
4710
  export interface ListBotsRequest {
5803
4711
  /**
5804
4712
  * <p>Specifies sorting parameters for the list of bots. You can specify
@@ -5830,12 +4738,6 @@ export interface ListBotsRequest {
5830
4738
  */
5831
4739
  nextToken?: string;
5832
4740
  }
5833
- export declare namespace ListBotsRequest {
5834
- /**
5835
- * @internal
5836
- */
5837
- const filterSensitiveLog: (obj: ListBotsRequest) => any;
5838
- }
5839
4741
  export interface ListBotsResponse {
5840
4742
  /**
5841
4743
  * <p>Summary information for the bots that meet the filter criteria
@@ -5854,12 +4756,6 @@ export interface ListBotsResponse {
5854
4756
  */
5855
4757
  nextToken?: string;
5856
4758
  }
5857
- export declare namespace ListBotsResponse {
5858
- /**
5859
- * @internal
5860
- */
5861
- const filterSensitiveLog: (obj: ListBotsResponse) => any;
5862
- }
5863
4759
  export interface ListBotVersionsRequest {
5864
4760
  /**
5865
4761
  * <p>The identifier of the bot to list versions for.</p>
@@ -5886,12 +4782,6 @@ export interface ListBotVersionsRequest {
5886
4782
  */
5887
4783
  nextToken?: string;
5888
4784
  }
5889
- export declare namespace ListBotVersionsRequest {
5890
- /**
5891
- * @internal
5892
- */
5893
- const filterSensitiveLog: (obj: ListBotVersionsRequest) => any;
5894
- }
5895
4785
  export interface ListBotVersionsResponse {
5896
4786
  /**
5897
4787
  * <p>The identifier of the bot to list versions for.</p>
@@ -5914,12 +4804,6 @@ export interface ListBotVersionsResponse {
5914
4804
  */
5915
4805
  nextToken?: string;
5916
4806
  }
5917
- export declare namespace ListBotVersionsResponse {
5918
- /**
5919
- * @internal
5920
- */
5921
- const filterSensitiveLog: (obj: ListBotVersionsResponse) => any;
5922
- }
5923
4807
  export interface ListBuiltInIntentsRequest {
5924
4808
  /**
5925
4809
  * <p>The identifier of the language and locale of the intents to list.
@@ -5948,12 +4832,6 @@ export interface ListBuiltInIntentsRequest {
5948
4832
  */
5949
4833
  nextToken?: string;
5950
4834
  }
5951
- export declare namespace ListBuiltInIntentsRequest {
5952
- /**
5953
- * @internal
5954
- */
5955
- const filterSensitiveLog: (obj: ListBuiltInIntentsRequest) => any;
5956
- }
5957
4835
  export interface ListBuiltInIntentsResponse {
5958
4836
  /**
5959
4837
  * <p>Summary information for the built-in intents that meet the filter
@@ -5976,12 +4854,6 @@ export interface ListBuiltInIntentsResponse {
5976
4854
  */
5977
4855
  localeId?: string;
5978
4856
  }
5979
- export declare namespace ListBuiltInIntentsResponse {
5980
- /**
5981
- * @internal
5982
- */
5983
- const filterSensitiveLog: (obj: ListBuiltInIntentsResponse) => any;
5984
- }
5985
4857
  export interface ListBuiltInSlotTypesRequest {
5986
4858
  /**
5987
4859
  * <p>The identifier of the language and locale of the slot types to list.
@@ -6011,12 +4883,6 @@ export interface ListBuiltInSlotTypesRequest {
6011
4883
  */
6012
4884
  nextToken?: string;
6013
4885
  }
6014
- export declare namespace ListBuiltInSlotTypesRequest {
6015
- /**
6016
- * @internal
6017
- */
6018
- const filterSensitiveLog: (obj: ListBuiltInSlotTypesRequest) => any;
6019
- }
6020
4886
  export interface ListBuiltInSlotTypesResponse {
6021
4887
  /**
6022
4888
  * <p>Summary information for the built-in slot types that meet the filter
@@ -6040,12 +4906,6 @@ export interface ListBuiltInSlotTypesResponse {
6040
4906
  */
6041
4907
  localeId?: string;
6042
4908
  }
6043
- export declare namespace ListBuiltInSlotTypesResponse {
6044
- /**
6045
- * @internal
6046
- */
6047
- const filterSensitiveLog: (obj: ListBuiltInSlotTypesResponse) => any;
6048
- }
6049
4909
  export interface ListExportsRequest {
6050
4910
  /**
6051
4911
  * <p>The unique identifier that Amazon Lex assigned to the bot.</p>
@@ -6091,12 +4951,6 @@ export interface ListExportsRequest {
6091
4951
  */
6092
4952
  localeId?: string;
6093
4953
  }
6094
- export declare namespace ListExportsRequest {
6095
- /**
6096
- * @internal
6097
- */
6098
- const filterSensitiveLog: (obj: ListExportsRequest) => any;
6099
- }
6100
4954
  export interface ListExportsResponse {
6101
4955
  /**
6102
4956
  * <p>The unique identifier assigned to the bot by Amazon Lex.</p>
@@ -6127,12 +4981,6 @@ export interface ListExportsResponse {
6127
4981
  */
6128
4982
  localeId?: string;
6129
4983
  }
6130
- export declare namespace ListExportsResponse {
6131
- /**
6132
- * @internal
6133
- */
6134
- const filterSensitiveLog: (obj: ListExportsResponse) => any;
6135
- }
6136
4984
  export interface ListImportsRequest {
6137
4985
  /**
6138
4986
  * <p>The unique identifier that Amazon Lex assigned to the bot.</p>
@@ -6178,12 +5026,6 @@ export interface ListImportsRequest {
6178
5026
  */
6179
5027
  localeId?: string;
6180
5028
  }
6181
- export declare namespace ListImportsRequest {
6182
- /**
6183
- * @internal
6184
- */
6185
- const filterSensitiveLog: (obj: ListImportsRequest) => any;
6186
- }
6187
5029
  export interface ListImportsResponse {
6188
5030
  /**
6189
5031
  * <p>The unique identifier assigned by Amazon Lex to the bot.</p>
@@ -6215,12 +5057,6 @@ export interface ListImportsResponse {
6215
5057
  */
6216
5058
  localeId?: string;
6217
5059
  }
6218
- export declare namespace ListImportsResponse {
6219
- /**
6220
- * @internal
6221
- */
6222
- const filterSensitiveLog: (obj: ListImportsResponse) => any;
6223
- }
6224
5060
  export interface ListIntentsRequest {
6225
5061
  /**
6226
5062
  * <p>The unique identifier of the bot that contains the intent.</p>
@@ -6267,12 +5103,6 @@ export interface ListIntentsRequest {
6267
5103
  */
6268
5104
  nextToken?: string;
6269
5105
  }
6270
- export declare namespace ListIntentsRequest {
6271
- /**
6272
- * @internal
6273
- */
6274
- const filterSensitiveLog: (obj: ListIntentsRequest) => any;
6275
- }
6276
5106
  export interface ListIntentsResponse {
6277
5107
  /**
6278
5108
  * <p>The identifier of the bot that contains the intent.</p>
@@ -6303,12 +5133,6 @@ export interface ListIntentsResponse {
6303
5133
  */
6304
5134
  nextToken?: string;
6305
5135
  }
6306
- export declare namespace ListIntentsResponse {
6307
- /**
6308
- * @internal
6309
- */
6310
- const filterSensitiveLog: (obj: ListIntentsResponse) => any;
6311
- }
6312
5136
  export interface ListRecommendedIntentsRequest {
6313
5137
  /**
6314
5138
  * <p>The unique identifier of the bot associated with the recommended
@@ -6343,12 +5167,6 @@ export interface ListRecommendedIntentsRequest {
6343
5167
  */
6344
5168
  maxResults?: number;
6345
5169
  }
6346
- export declare namespace ListRecommendedIntentsRequest {
6347
- /**
6348
- * @internal
6349
- */
6350
- const filterSensitiveLog: (obj: ListRecommendedIntentsRequest) => any;
6351
- }
6352
5170
  /**
6353
5171
  * <p>An object that contains a summary of a recommended intent.</p>
6354
5172
  */
@@ -6369,12 +5187,6 @@ export interface RecommendedIntentSummary {
6369
5187
  */
6370
5188
  sampleUtterancesCount?: number;
6371
5189
  }
6372
- export declare namespace RecommendedIntentSummary {
6373
- /**
6374
- * @internal
6375
- */
6376
- const filterSensitiveLog: (obj: RecommendedIntentSummary) => any;
6377
- }
6378
5190
  export interface ListRecommendedIntentsResponse {
6379
5191
  /**
6380
5192
  * <p>The unique identifier of the bot associated with the recommended
@@ -6413,12 +5225,6 @@ export interface ListRecommendedIntentsResponse {
6413
5225
  */
6414
5226
  nextToken?: string;
6415
5227
  }
6416
- export declare namespace ListRecommendedIntentsResponse {
6417
- /**
6418
- * @internal
6419
- */
6420
- const filterSensitiveLog: (obj: ListRecommendedIntentsResponse) => any;
6421
- }
6422
5228
  export declare enum SlotFilterName {
6423
5229
  SlotName = "SlotName"
6424
5230
  }
@@ -6448,12 +5254,6 @@ export interface SlotFilter {
6448
5254
  */
6449
5255
  operator: SlotFilterOperator | string | undefined;
6450
5256
  }
6451
- export declare namespace SlotFilter {
6452
- /**
6453
- * @internal
6454
- */
6455
- const filterSensitiveLog: (obj: SlotFilter) => any;
6456
- }
6457
5257
  export declare enum SlotSortAttribute {
6458
5258
  LastUpdatedDateTime = "LastUpdatedDateTime",
6459
5259
  SlotName = "SlotName"
@@ -6472,12 +5272,6 @@ export interface SlotSortBy {
6472
5272
  */
6473
5273
  order: SortOrder | string | undefined;
6474
5274
  }
6475
- export declare namespace SlotSortBy {
6476
- /**
6477
- * @internal
6478
- */
6479
- const filterSensitiveLog: (obj: SlotSortBy) => any;
6480
- }
6481
5275
  export interface ListSlotsRequest {
6482
5276
  /**
6483
5277
  * <p>The identifier of the bot that contains the slot.</p>
@@ -6525,12 +5319,6 @@ export interface ListSlotsRequest {
6525
5319
  */
6526
5320
  nextToken?: string;
6527
5321
  }
6528
- export declare namespace ListSlotsRequest {
6529
- /**
6530
- * @internal
6531
- */
6532
- const filterSensitiveLog: (obj: ListSlotsRequest) => any;
6533
- }
6534
5322
  /**
6535
5323
  * <p>Summary information about a slot, a value that the bot elicits from
6536
5324
  * the user.</p>
@@ -6569,12 +5357,6 @@ export interface SlotSummary {
6569
5357
  */
6570
5358
  lastUpdatedDateTime?: Date;
6571
5359
  }
6572
- export declare namespace SlotSummary {
6573
- /**
6574
- * @internal
6575
- */
6576
- const filterSensitiveLog: (obj: SlotSummary) => any;
6577
- }
6578
5360
  export interface ListSlotsResponse {
6579
5361
  /**
6580
5362
  * <p>The identifier of the bot that contains the slots.</p>
@@ -6609,12 +5391,6 @@ export interface ListSlotsResponse {
6609
5391
  */
6610
5392
  nextToken?: string;
6611
5393
  }
6612
- export declare namespace ListSlotsResponse {
6613
- /**
6614
- * @internal
6615
- */
6616
- const filterSensitiveLog: (obj: ListSlotsResponse) => any;
6617
- }
6618
5394
  export declare enum SlotTypeFilterName {
6619
5395
  ExternalSourceType = "ExternalSourceType",
6620
5396
  SlotTypeName = "SlotTypeName"
@@ -6645,12 +5421,6 @@ export interface SlotTypeFilter {
6645
5421
  */
6646
5422
  operator: SlotTypeFilterOperator | string | undefined;
6647
5423
  }
6648
- export declare namespace SlotTypeFilter {
6649
- /**
6650
- * @internal
6651
- */
6652
- const filterSensitiveLog: (obj: SlotTypeFilter) => any;
6653
- }
6654
5424
  export declare enum SlotTypeSortAttribute {
6655
5425
  LastUpdatedDateTime = "LastUpdatedDateTime",
6656
5426
  SlotTypeName = "SlotTypeName"
@@ -6669,12 +5439,6 @@ export interface SlotTypeSortBy {
6669
5439
  */
6670
5440
  order: SortOrder | string | undefined;
6671
5441
  }
6672
- export declare namespace SlotTypeSortBy {
6673
- /**
6674
- * @internal
6675
- */
6676
- const filterSensitiveLog: (obj: SlotTypeSortBy) => any;
6677
- }
6678
5442
  export interface ListSlotTypesRequest {
6679
5443
  /**
6680
5444
  * <p>The unique identifier of the bot that contains the slot
@@ -6719,12 +5483,6 @@ export interface ListSlotTypesRequest {
6719
5483
  */
6720
5484
  nextToken?: string;
6721
5485
  }
6722
- export declare namespace ListSlotTypesRequest {
6723
- /**
6724
- * @internal
6725
- */
6726
- const filterSensitiveLog: (obj: ListSlotTypesRequest) => any;
6727
- }
6728
5486
  export declare enum SlotTypeCategory {
6729
5487
  Custom = "Custom",
6730
5488
  Extended = "Extended",
@@ -6780,12 +5538,6 @@ export interface SlotTypeSummary {
6780
5538
  */
6781
5539
  slotTypeCategory?: SlotTypeCategory | string;
6782
5540
  }
6783
- export declare namespace SlotTypeSummary {
6784
- /**
6785
- * @internal
6786
- */
6787
- const filterSensitiveLog: (obj: SlotTypeSummary) => any;
6788
- }
6789
5541
  export interface ListSlotTypesResponse {
6790
5542
  /**
6791
5543
  * <p>The identifier of the bot that contains the slot types.</p>
@@ -6816,12 +5568,6 @@ export interface ListSlotTypesResponse {
6816
5568
  */
6817
5569
  nextToken?: string;
6818
5570
  }
6819
- export declare namespace ListSlotTypesResponse {
6820
- /**
6821
- * @internal
6822
- */
6823
- const filterSensitiveLog: (obj: ListSlotTypesResponse) => any;
6824
- }
6825
5571
  export interface ListTagsForResourceRequest {
6826
5572
  /**
6827
5573
  * <p>The Amazon Resource Name (ARN) of the resource to get a list of tags
@@ -6829,24 +5575,12 @@ export interface ListTagsForResourceRequest {
6829
5575
  */
6830
5576
  resourceARN: string | undefined;
6831
5577
  }
6832
- export declare namespace ListTagsForResourceRequest {
6833
- /**
6834
- * @internal
6835
- */
6836
- const filterSensitiveLog: (obj: ListTagsForResourceRequest) => any;
6837
- }
6838
5578
  export interface ListTagsForResourceResponse {
6839
5579
  /**
6840
5580
  * <p>The tags associated with a resource.</p>
6841
5581
  */
6842
5582
  tags?: Record<string, string>;
6843
5583
  }
6844
- export declare namespace ListTagsForResourceResponse {
6845
- /**
6846
- * @internal
6847
- */
6848
- const filterSensitiveLog: (obj: ListTagsForResourceResponse) => any;
6849
- }
6850
5584
  export declare enum SearchOrder {
6851
5585
  Ascending = "Ascending",
6852
5586
  Descending = "Descending"
@@ -6897,12 +5631,6 @@ export interface SearchAssociatedTranscriptsRequest {
6897
5631
  */
6898
5632
  nextIndex?: number;
6899
5633
  }
6900
- export declare namespace SearchAssociatedTranscriptsRequest {
6901
- /**
6902
- * @internal
6903
- */
6904
- const filterSensitiveLog: (obj: SearchAssociatedTranscriptsRequest) => any;
6905
- }
6906
5634
  export interface SearchAssociatedTranscriptsResponse {
6907
5635
  /**
6908
5636
  * <p>The unique identifier of the bot associated with the transcripts
@@ -6944,12 +5672,6 @@ export interface SearchAssociatedTranscriptsResponse {
6944
5672
  */
6945
5673
  totalResults?: number;
6946
5674
  }
6947
- export declare namespace SearchAssociatedTranscriptsResponse {
6948
- /**
6949
- * @internal
6950
- */
6951
- const filterSensitiveLog: (obj: SearchAssociatedTranscriptsResponse) => any;
6952
- }
6953
5675
  export interface StartBotRecommendationRequest {
6954
5676
  /**
6955
5677
  * <p>The unique identifier of the bot containing the bot
@@ -6979,12 +5701,6 @@ export interface StartBotRecommendationRequest {
6979
5701
  */
6980
5702
  encryptionSetting?: EncryptionSetting;
6981
5703
  }
6982
- export declare namespace StartBotRecommendationRequest {
6983
- /**
6984
- * @internal
6985
- */
6986
- const filterSensitiveLog: (obj: StartBotRecommendationRequest) => any;
6987
- }
6988
5704
  export interface StartBotRecommendationResponse {
6989
5705
  /**
6990
5706
  * <p>The unique identifier of the bot containing the bot
@@ -7030,12 +5746,6 @@ export interface StartBotRecommendationResponse {
7030
5746
  */
7031
5747
  encryptionSetting?: EncryptionSetting;
7032
5748
  }
7033
- export declare namespace StartBotRecommendationResponse {
7034
- /**
7035
- * @internal
7036
- */
7037
- const filterSensitiveLog: (obj: StartBotRecommendationResponse) => any;
7038
- }
7039
5749
  export interface StartImportRequest {
7040
5750
  /**
7041
5751
  * <p>The unique identifier for the import. It is included in the response
@@ -7061,12 +5771,6 @@ export interface StartImportRequest {
7061
5771
  */
7062
5772
  filePassword?: string;
7063
5773
  }
7064
- export declare namespace StartImportRequest {
7065
- /**
7066
- * @internal
7067
- */
7068
- const filterSensitiveLog: (obj: StartImportRequest) => any;
7069
- }
7070
5774
  export interface StartImportResponse {
7071
5775
  /**
7072
5776
  * <p>A unique identifier for the import.</p>
@@ -7094,12 +5798,6 @@ export interface StartImportResponse {
7094
5798
  */
7095
5799
  creationDateTime?: Date;
7096
5800
  }
7097
- export declare namespace StartImportResponse {
7098
- /**
7099
- * @internal
7100
- */
7101
- const filterSensitiveLog: (obj: StartImportResponse) => any;
7102
- }
7103
5801
  export interface TagResourceRequest {
7104
5802
  /**
7105
5803
  * <p>The Amazon Resource Name (ARN) of the bot, bot alias, or bot channel
@@ -7112,20 +5810,8 @@ export interface TagResourceRequest {
7112
5810
  */
7113
5811
  tags: Record<string, string> | undefined;
7114
5812
  }
7115
- export declare namespace TagResourceRequest {
7116
- /**
7117
- * @internal
7118
- */
7119
- const filterSensitiveLog: (obj: TagResourceRequest) => any;
7120
- }
7121
5813
  export interface TagResourceResponse {
7122
5814
  }
7123
- export declare namespace TagResourceResponse {
7124
- /**
7125
- * @internal
7126
- */
7127
- const filterSensitiveLog: (obj: TagResourceResponse) => any;
7128
- }
7129
5815
  export interface UntagResourceRequest {
7130
5816
  /**
7131
5817
  * <p>The Amazon Resource Name (ARN) of the resource to remove the tags
@@ -7138,20 +5824,8 @@ export interface UntagResourceRequest {
7138
5824
  */
7139
5825
  tagKeys: string[] | undefined;
7140
5826
  }
7141
- export declare namespace UntagResourceRequest {
7142
- /**
7143
- * @internal
7144
- */
7145
- const filterSensitiveLog: (obj: UntagResourceRequest) => any;
7146
- }
7147
5827
  export interface UntagResourceResponse {
7148
5828
  }
7149
- export declare namespace UntagResourceResponse {
7150
- /**
7151
- * @internal
7152
- */
7153
- const filterSensitiveLog: (obj: UntagResourceResponse) => any;
7154
- }
7155
5829
  export interface UpdateBotRequest {
7156
5830
  /**
7157
5831
  * <p>The unique identifier of the bot to update. This identifier is
@@ -7188,12 +5862,6 @@ export interface UpdateBotRequest {
7188
5862
  */
7189
5863
  idleSessionTTLInSeconds: number | undefined;
7190
5864
  }
7191
- export declare namespace UpdateBotRequest {
7192
- /**
7193
- * @internal
7194
- */
7195
- const filterSensitiveLog: (obj: UpdateBotRequest) => any;
7196
- }
7197
5865
  export interface UpdateBotResponse {
7198
5866
  /**
7199
5867
  * <p>The unique identifier of the bot that was updated.</p>
@@ -7238,12 +5906,6 @@ export interface UpdateBotResponse {
7238
5906
  */
7239
5907
  lastUpdatedDateTime?: Date;
7240
5908
  }
7241
- export declare namespace UpdateBotResponse {
7242
- /**
7243
- * @internal
7244
- */
7245
- const filterSensitiveLog: (obj: UpdateBotResponse) => any;
7246
- }
7247
5909
  export interface UpdateBotAliasRequest {
7248
5910
  /**
7249
5911
  * <p>The unique identifier of the bot alias.</p>
@@ -7281,12 +5943,6 @@ export interface UpdateBotAliasRequest {
7281
5943
  */
7282
5944
  botId: string | undefined;
7283
5945
  }
7284
- export declare namespace UpdateBotAliasRequest {
7285
- /**
7286
- * @internal
7287
- */
7288
- const filterSensitiveLog: (obj: UpdateBotAliasRequest) => any;
7289
- }
7290
5946
  export interface UpdateBotAliasResponse {
7291
5947
  /**
7292
5948
  * <p>The identifier of the updated bot alias.</p>
@@ -7338,12 +5994,6 @@ export interface UpdateBotAliasResponse {
7338
5994
  */
7339
5995
  lastUpdatedDateTime?: Date;
7340
5996
  }
7341
- export declare namespace UpdateBotAliasResponse {
7342
- /**
7343
- * @internal
7344
- */
7345
- const filterSensitiveLog: (obj: UpdateBotAliasResponse) => any;
7346
- }
7347
5997
  export interface UpdateBotLocaleRequest {
7348
5998
  /**
7349
5999
  * <p>The unique identifier of the bot that contains the locale.</p>
@@ -7376,12 +6026,6 @@ export interface UpdateBotLocaleRequest {
7376
6026
  */
7377
6027
  voiceSettings?: VoiceSettings;
7378
6028
  }
7379
- export declare namespace UpdateBotLocaleRequest {
7380
- /**
7381
- * @internal
7382
- */
7383
- const filterSensitiveLog: (obj: UpdateBotLocaleRequest) => any;
7384
- }
7385
6029
  export interface UpdateBotLocaleResponse {
7386
6030
  /**
7387
6031
  * <p>The identifier of the bot that contains the updated locale.</p>
@@ -7441,12 +6085,6 @@ export interface UpdateBotLocaleResponse {
7441
6085
  */
7442
6086
  recommendedActions?: string[];
7443
6087
  }
7444
- export declare namespace UpdateBotLocaleResponse {
7445
- /**
7446
- * @internal
7447
- */
7448
- const filterSensitiveLog: (obj: UpdateBotLocaleResponse) => any;
7449
- }
7450
6088
  export interface UpdateBotRecommendationRequest {
7451
6089
  /**
7452
6090
  * <p>The unique identifier of the bot containing the bot recommendation
@@ -7477,12 +6115,6 @@ export interface UpdateBotRecommendationRequest {
7477
6115
  */
7478
6116
  encryptionSetting: EncryptionSetting | undefined;
7479
6117
  }
7480
- export declare namespace UpdateBotRecommendationRequest {
7481
- /**
7482
- * @internal
7483
- */
7484
- const filterSensitiveLog: (obj: UpdateBotRecommendationRequest) => any;
7485
- }
7486
6118
  export interface UpdateBotRecommendationResponse {
7487
6119
  /**
7488
6120
  * <p>The unique identifier of the bot containing the bot recommendation
@@ -7534,12 +6166,6 @@ export interface UpdateBotRecommendationResponse {
7534
6166
  */
7535
6167
  encryptionSetting?: EncryptionSetting;
7536
6168
  }
7537
- export declare namespace UpdateBotRecommendationResponse {
7538
- /**
7539
- * @internal
7540
- */
7541
- const filterSensitiveLog: (obj: UpdateBotRecommendationResponse) => any;
7542
- }
7543
6169
  export interface UpdateExportRequest {
7544
6170
  /**
7545
6171
  * <p>The unique identifier Amazon Lex assigned to the export.</p>
@@ -7550,12 +6176,6 @@ export interface UpdateExportRequest {
7550
6176
  */
7551
6177
  filePassword?: string;
7552
6178
  }
7553
- export declare namespace UpdateExportRequest {
7554
- /**
7555
- * @internal
7556
- */
7557
- const filterSensitiveLog: (obj: UpdateExportRequest) => any;
7558
- }
7559
6179
  export interface UpdateExportResponse {
7560
6180
  /**
7561
6181
  * <p>The unique identifier Amazon Lex assigned to the export.</p>
@@ -7586,12 +6206,6 @@ export interface UpdateExportResponse {
7586
6206
  */
7587
6207
  lastUpdatedDateTime?: Date;
7588
6208
  }
7589
- export declare namespace UpdateExportResponse {
7590
- /**
7591
- * @internal
7592
- */
7593
- const filterSensitiveLog: (obj: UpdateExportResponse) => any;
7594
- }
7595
6209
  export interface UpdateIntentRequest {
7596
6210
  /**
7597
6211
  * <p>The unique identifier of the intent to update.</p>
@@ -7669,12 +6283,6 @@ export interface UpdateIntentRequest {
7669
6283
  */
7670
6284
  localeId: string | undefined;
7671
6285
  }
7672
- export declare namespace UpdateIntentRequest {
7673
- /**
7674
- * @internal
7675
- */
7676
- const filterSensitiveLog: (obj: UpdateIntentRequest) => any;
7677
- }
7678
6286
  export interface UpdateIntentResponse {
7679
6287
  /**
7680
6288
  * <p>The identifier of the intent that was updated.</p>
@@ -7759,12 +6367,6 @@ export interface UpdateIntentResponse {
7759
6367
  */
7760
6368
  lastUpdatedDateTime?: Date;
7761
6369
  }
7762
- export declare namespace UpdateIntentResponse {
7763
- /**
7764
- * @internal
7765
- */
7766
- const filterSensitiveLog: (obj: UpdateIntentResponse) => any;
7767
- }
7768
6370
  export interface UpdateResourcePolicyRequest {
7769
6371
  /**
7770
6372
  * <p>The Amazon Resource Name (ARN) of the bot or bot alias that the
@@ -7790,12 +6392,6 @@ export interface UpdateResourcePolicyRequest {
7790
6392
  */
7791
6393
  expectedRevisionId?: string;
7792
6394
  }
7793
- export declare namespace UpdateResourcePolicyRequest {
7794
- /**
7795
- * @internal
7796
- */
7797
- const filterSensitiveLog: (obj: UpdateResourcePolicyRequest) => any;
7798
- }
7799
6395
  export interface UpdateResourcePolicyResponse {
7800
6396
  /**
7801
6397
  * <p>The Amazon Resource Name (ARN) of the bot or bot alias that the
@@ -7810,12 +6406,6 @@ export interface UpdateResourcePolicyResponse {
7810
6406
  */
7811
6407
  revisionId?: string;
7812
6408
  }
7813
- export declare namespace UpdateResourcePolicyResponse {
7814
- /**
7815
- * @internal
7816
- */
7817
- const filterSensitiveLog: (obj: UpdateResourcePolicyResponse) => any;
7818
- }
7819
6409
  export interface UpdateSlotRequest {
7820
6410
  /**
7821
6411
  * <p>The unique identifier for the slot to update.</p>
@@ -7873,12 +6463,6 @@ export interface UpdateSlotRequest {
7873
6463
  */
7874
6464
  multipleValuesSetting?: MultipleValuesSetting;
7875
6465
  }
7876
- export declare namespace UpdateSlotRequest {
7877
- /**
7878
- * @internal
7879
- */
7880
- const filterSensitiveLog: (obj: UpdateSlotRequest) => any;
7881
- }
7882
6466
  export interface UpdateSlotResponse {
7883
6467
  /**
7884
6468
  * <p>The unique identifier of the slot that was updated.</p>
@@ -7939,12 +6523,6 @@ export interface UpdateSlotResponse {
7939
6523
  */
7940
6524
  multipleValuesSetting?: MultipleValuesSetting;
7941
6525
  }
7942
- export declare namespace UpdateSlotResponse {
7943
- /**
7944
- * @internal
7945
- */
7946
- const filterSensitiveLog: (obj: UpdateSlotResponse) => any;
7947
- }
7948
6526
  export interface UpdateSlotTypeRequest {
7949
6527
  /**
7950
6528
  * <p>The unique identifier of the slot type to update.</p>
@@ -7994,12 +6572,6 @@ export interface UpdateSlotTypeRequest {
7994
6572
  */
7995
6573
  externalSourceSetting?: ExternalSourceSetting;
7996
6574
  }
7997
- export declare namespace UpdateSlotTypeRequest {
7998
- /**
7999
- * @internal
8000
- */
8001
- const filterSensitiveLog: (obj: UpdateSlotTypeRequest) => any;
8002
- }
8003
6575
  export interface UpdateSlotTypeResponse {
8004
6576
  /**
8005
6577
  * <p>The unique identifier of the updated slot type.</p>
@@ -8056,9 +6628,959 @@ export interface UpdateSlotTypeResponse {
8056
6628
  */
8057
6629
  externalSourceSetting?: ExternalSourceSetting;
8058
6630
  }
8059
- export declare namespace UpdateSlotTypeResponse {
8060
- /**
8061
- * @internal
8062
- */
8063
- const filterSensitiveLog: (obj: UpdateSlotTypeResponse) => any;
8064
- }
6631
+ /**
6632
+ * @internal
6633
+ */
6634
+ export declare const AdvancedRecognitionSettingFilterSensitiveLog: (obj: AdvancedRecognitionSetting) => any;
6635
+ /**
6636
+ * @internal
6637
+ */
6638
+ export declare const AggregatedUtterancesFilterFilterSensitiveLog: (obj: AggregatedUtterancesFilter) => any;
6639
+ /**
6640
+ * @internal
6641
+ */
6642
+ export declare const AggregatedUtterancesSortByFilterSensitiveLog: (obj: AggregatedUtterancesSortBy) => any;
6643
+ /**
6644
+ * @internal
6645
+ */
6646
+ export declare const AggregatedUtterancesSummaryFilterSensitiveLog: (obj: AggregatedUtterancesSummary) => any;
6647
+ /**
6648
+ * @internal
6649
+ */
6650
+ export declare const AssociatedTranscriptFilterSensitiveLog: (obj: AssociatedTranscript) => any;
6651
+ /**
6652
+ * @internal
6653
+ */
6654
+ export declare const AssociatedTranscriptFilterFilterSensitiveLog: (obj: AssociatedTranscriptFilter) => any;
6655
+ /**
6656
+ * @internal
6657
+ */
6658
+ export declare const S3BucketLogDestinationFilterSensitiveLog: (obj: S3BucketLogDestination) => any;
6659
+ /**
6660
+ * @internal
6661
+ */
6662
+ export declare const AudioLogDestinationFilterSensitiveLog: (obj: AudioLogDestination) => any;
6663
+ /**
6664
+ * @internal
6665
+ */
6666
+ export declare const AudioLogSettingFilterSensitiveLog: (obj: AudioLogSetting) => any;
6667
+ /**
6668
+ * @internal
6669
+ */
6670
+ export declare const BotAliasHistoryEventFilterSensitiveLog: (obj: BotAliasHistoryEvent) => any;
6671
+ /**
6672
+ * @internal
6673
+ */
6674
+ export declare const LambdaCodeHookFilterSensitiveLog: (obj: LambdaCodeHook) => any;
6675
+ /**
6676
+ * @internal
6677
+ */
6678
+ export declare const CodeHookSpecificationFilterSensitiveLog: (obj: CodeHookSpecification) => any;
6679
+ /**
6680
+ * @internal
6681
+ */
6682
+ export declare const BotAliasLocaleSettingsFilterSensitiveLog: (obj: BotAliasLocaleSettings) => any;
6683
+ /**
6684
+ * @internal
6685
+ */
6686
+ export declare const BotAliasSummaryFilterSensitiveLog: (obj: BotAliasSummary) => any;
6687
+ /**
6688
+ * @internal
6689
+ */
6690
+ export declare const BotExportSpecificationFilterSensitiveLog: (obj: BotExportSpecification) => any;
6691
+ /**
6692
+ * @internal
6693
+ */
6694
+ export declare const BotFilterFilterSensitiveLog: (obj: BotFilter) => any;
6695
+ /**
6696
+ * @internal
6697
+ */
6698
+ export declare const DataPrivacyFilterSensitiveLog: (obj: DataPrivacy) => any;
6699
+ /**
6700
+ * @internal
6701
+ */
6702
+ export declare const BotImportSpecificationFilterSensitiveLog: (obj: BotImportSpecification) => any;
6703
+ /**
6704
+ * @internal
6705
+ */
6706
+ export declare const BotLocaleExportSpecificationFilterSensitiveLog: (obj: BotLocaleExportSpecification) => any;
6707
+ /**
6708
+ * @internal
6709
+ */
6710
+ export declare const BotLocaleFilterFilterSensitiveLog: (obj: BotLocaleFilter) => any;
6711
+ /**
6712
+ * @internal
6713
+ */
6714
+ export declare const BotLocaleHistoryEventFilterSensitiveLog: (obj: BotLocaleHistoryEvent) => any;
6715
+ /**
6716
+ * @internal
6717
+ */
6718
+ export declare const VoiceSettingsFilterSensitiveLog: (obj: VoiceSettings) => any;
6719
+ /**
6720
+ * @internal
6721
+ */
6722
+ export declare const BotLocaleImportSpecificationFilterSensitiveLog: (obj: BotLocaleImportSpecification) => any;
6723
+ /**
6724
+ * @internal
6725
+ */
6726
+ export declare const BotLocaleSortByFilterSensitiveLog: (obj: BotLocaleSortBy) => any;
6727
+ /**
6728
+ * @internal
6729
+ */
6730
+ export declare const BotLocaleSummaryFilterSensitiveLog: (obj: BotLocaleSummary) => any;
6731
+ /**
6732
+ * @internal
6733
+ */
6734
+ export declare const IntentStatisticsFilterSensitiveLog: (obj: IntentStatistics) => any;
6735
+ /**
6736
+ * @internal
6737
+ */
6738
+ export declare const SlotTypeStatisticsFilterSensitiveLog: (obj: SlotTypeStatistics) => any;
6739
+ /**
6740
+ * @internal
6741
+ */
6742
+ export declare const BotRecommendationResultStatisticsFilterSensitiveLog: (obj: BotRecommendationResultStatistics) => any;
6743
+ /**
6744
+ * @internal
6745
+ */
6746
+ export declare const BotRecommendationResultsFilterSensitiveLog: (obj: BotRecommendationResults) => any;
6747
+ /**
6748
+ * @internal
6749
+ */
6750
+ export declare const BotRecommendationSummaryFilterSensitiveLog: (obj: BotRecommendationSummary) => any;
6751
+ /**
6752
+ * @internal
6753
+ */
6754
+ export declare const BotSortByFilterSensitiveLog: (obj: BotSortBy) => any;
6755
+ /**
6756
+ * @internal
6757
+ */
6758
+ export declare const BotSummaryFilterSensitiveLog: (obj: BotSummary) => any;
6759
+ /**
6760
+ * @internal
6761
+ */
6762
+ export declare const BotVersionLocaleDetailsFilterSensitiveLog: (obj: BotVersionLocaleDetails) => any;
6763
+ /**
6764
+ * @internal
6765
+ */
6766
+ export declare const BotVersionSortByFilterSensitiveLog: (obj: BotVersionSortBy) => any;
6767
+ /**
6768
+ * @internal
6769
+ */
6770
+ export declare const BotVersionSummaryFilterSensitiveLog: (obj: BotVersionSummary) => any;
6771
+ /**
6772
+ * @internal
6773
+ */
6774
+ export declare const BuildBotLocaleRequestFilterSensitiveLog: (obj: BuildBotLocaleRequest) => any;
6775
+ /**
6776
+ * @internal
6777
+ */
6778
+ export declare const BuildBotLocaleResponseFilterSensitiveLog: (obj: BuildBotLocaleResponse) => any;
6779
+ /**
6780
+ * @internal
6781
+ */
6782
+ export declare const BuiltInIntentSortByFilterSensitiveLog: (obj: BuiltInIntentSortBy) => any;
6783
+ /**
6784
+ * @internal
6785
+ */
6786
+ export declare const BuiltInIntentSummaryFilterSensitiveLog: (obj: BuiltInIntentSummary) => any;
6787
+ /**
6788
+ * @internal
6789
+ */
6790
+ export declare const BuiltInSlotTypeSortByFilterSensitiveLog: (obj: BuiltInSlotTypeSortBy) => any;
6791
+ /**
6792
+ * @internal
6793
+ */
6794
+ export declare const BuiltInSlotTypeSummaryFilterSensitiveLog: (obj: BuiltInSlotTypeSummary) => any;
6795
+ /**
6796
+ * @internal
6797
+ */
6798
+ export declare const ButtonFilterSensitiveLog: (obj: Button) => any;
6799
+ /**
6800
+ * @internal
6801
+ */
6802
+ export declare const CloudWatchLogGroupLogDestinationFilterSensitiveLog: (obj: CloudWatchLogGroupLogDestination) => any;
6803
+ /**
6804
+ * @internal
6805
+ */
6806
+ export declare const TextLogDestinationFilterSensitiveLog: (obj: TextLogDestination) => any;
6807
+ /**
6808
+ * @internal
6809
+ */
6810
+ export declare const TextLogSettingFilterSensitiveLog: (obj: TextLogSetting) => any;
6811
+ /**
6812
+ * @internal
6813
+ */
6814
+ export declare const ConversationLogSettingsFilterSensitiveLog: (obj: ConversationLogSettings) => any;
6815
+ /**
6816
+ * @internal
6817
+ */
6818
+ export declare const CreateBotRequestFilterSensitiveLog: (obj: CreateBotRequest) => any;
6819
+ /**
6820
+ * @internal
6821
+ */
6822
+ export declare const CreateBotResponseFilterSensitiveLog: (obj: CreateBotResponse) => any;
6823
+ /**
6824
+ * @internal
6825
+ */
6826
+ export declare const SentimentAnalysisSettingsFilterSensitiveLog: (obj: SentimentAnalysisSettings) => any;
6827
+ /**
6828
+ * @internal
6829
+ */
6830
+ export declare const CreateBotAliasRequestFilterSensitiveLog: (obj: CreateBotAliasRequest) => any;
6831
+ /**
6832
+ * @internal
6833
+ */
6834
+ export declare const CreateBotAliasResponseFilterSensitiveLog: (obj: CreateBotAliasResponse) => any;
6835
+ /**
6836
+ * @internal
6837
+ */
6838
+ export declare const CreateBotLocaleRequestFilterSensitiveLog: (obj: CreateBotLocaleRequest) => any;
6839
+ /**
6840
+ * @internal
6841
+ */
6842
+ export declare const CreateBotLocaleResponseFilterSensitiveLog: (obj: CreateBotLocaleResponse) => any;
6843
+ /**
6844
+ * @internal
6845
+ */
6846
+ export declare const CreateBotVersionRequestFilterSensitiveLog: (obj: CreateBotVersionRequest) => any;
6847
+ /**
6848
+ * @internal
6849
+ */
6850
+ export declare const CreateBotVersionResponseFilterSensitiveLog: (obj: CreateBotVersionResponse) => any;
6851
+ /**
6852
+ * @internal
6853
+ */
6854
+ export declare const CustomVocabularyExportSpecificationFilterSensitiveLog: (obj: CustomVocabularyExportSpecification) => any;
6855
+ /**
6856
+ * @internal
6857
+ */
6858
+ export declare const ExportResourceSpecificationFilterSensitiveLog: (obj: ExportResourceSpecification) => any;
6859
+ /**
6860
+ * @internal
6861
+ */
6862
+ export declare const CreateExportRequestFilterSensitiveLog: (obj: CreateExportRequest) => any;
6863
+ /**
6864
+ * @internal
6865
+ */
6866
+ export declare const CreateExportResponseFilterSensitiveLog: (obj: CreateExportResponse) => any;
6867
+ /**
6868
+ * @internal
6869
+ */
6870
+ export declare const DialogCodeHookSettingsFilterSensitiveLog: (obj: DialogCodeHookSettings) => any;
6871
+ /**
6872
+ * @internal
6873
+ */
6874
+ export declare const CustomPayloadFilterSensitiveLog: (obj: CustomPayload) => any;
6875
+ /**
6876
+ * @internal
6877
+ */
6878
+ export declare const ImageResponseCardFilterSensitiveLog: (obj: ImageResponseCard) => any;
6879
+ /**
6880
+ * @internal
6881
+ */
6882
+ export declare const PlainTextMessageFilterSensitiveLog: (obj: PlainTextMessage) => any;
6883
+ /**
6884
+ * @internal
6885
+ */
6886
+ export declare const SSMLMessageFilterSensitiveLog: (obj: SSMLMessage) => any;
6887
+ /**
6888
+ * @internal
6889
+ */
6890
+ export declare const MessageFilterSensitiveLog: (obj: Message) => any;
6891
+ /**
6892
+ * @internal
6893
+ */
6894
+ export declare const MessageGroupFilterSensitiveLog: (obj: MessageGroup) => any;
6895
+ /**
6896
+ * @internal
6897
+ */
6898
+ export declare const FulfillmentStartResponseSpecificationFilterSensitiveLog: (obj: FulfillmentStartResponseSpecification) => any;
6899
+ /**
6900
+ * @internal
6901
+ */
6902
+ export declare const FulfillmentUpdateResponseSpecificationFilterSensitiveLog: (obj: FulfillmentUpdateResponseSpecification) => any;
6903
+ /**
6904
+ * @internal
6905
+ */
6906
+ export declare const FulfillmentUpdatesSpecificationFilterSensitiveLog: (obj: FulfillmentUpdatesSpecification) => any;
6907
+ /**
6908
+ * @internal
6909
+ */
6910
+ export declare const ResponseSpecificationFilterSensitiveLog: (obj: ResponseSpecification) => any;
6911
+ /**
6912
+ * @internal
6913
+ */
6914
+ export declare const PostFulfillmentStatusSpecificationFilterSensitiveLog: (obj: PostFulfillmentStatusSpecification) => any;
6915
+ /**
6916
+ * @internal
6917
+ */
6918
+ export declare const FulfillmentCodeHookSettingsFilterSensitiveLog: (obj: FulfillmentCodeHookSettings) => any;
6919
+ /**
6920
+ * @internal
6921
+ */
6922
+ export declare const InputContextFilterSensitiveLog: (obj: InputContext) => any;
6923
+ /**
6924
+ * @internal
6925
+ */
6926
+ export declare const IntentClosingSettingFilterSensitiveLog: (obj: IntentClosingSetting) => any;
6927
+ /**
6928
+ * @internal
6929
+ */
6930
+ export declare const PromptSpecificationFilterSensitiveLog: (obj: PromptSpecification) => any;
6931
+ /**
6932
+ * @internal
6933
+ */
6934
+ export declare const IntentConfirmationSettingFilterSensitiveLog: (obj: IntentConfirmationSetting) => any;
6935
+ /**
6936
+ * @internal
6937
+ */
6938
+ export declare const KendraConfigurationFilterSensitiveLog: (obj: KendraConfiguration) => any;
6939
+ /**
6940
+ * @internal
6941
+ */
6942
+ export declare const OutputContextFilterSensitiveLog: (obj: OutputContext) => any;
6943
+ /**
6944
+ * @internal
6945
+ */
6946
+ export declare const SampleUtteranceFilterSensitiveLog: (obj: SampleUtterance) => any;
6947
+ /**
6948
+ * @internal
6949
+ */
6950
+ export declare const CreateIntentRequestFilterSensitiveLog: (obj: CreateIntentRequest) => any;
6951
+ /**
6952
+ * @internal
6953
+ */
6954
+ export declare const CreateIntentResponseFilterSensitiveLog: (obj: CreateIntentResponse) => any;
6955
+ /**
6956
+ * @internal
6957
+ */
6958
+ export declare const CreateResourcePolicyRequestFilterSensitiveLog: (obj: CreateResourcePolicyRequest) => any;
6959
+ /**
6960
+ * @internal
6961
+ */
6962
+ export declare const CreateResourcePolicyResponseFilterSensitiveLog: (obj: CreateResourcePolicyResponse) => any;
6963
+ /**
6964
+ * @internal
6965
+ */
6966
+ export declare const PrincipalFilterSensitiveLog: (obj: Principal) => any;
6967
+ /**
6968
+ * @internal
6969
+ */
6970
+ export declare const CreateResourcePolicyStatementRequestFilterSensitiveLog: (obj: CreateResourcePolicyStatementRequest) => any;
6971
+ /**
6972
+ * @internal
6973
+ */
6974
+ export declare const CreateResourcePolicyStatementResponseFilterSensitiveLog: (obj: CreateResourcePolicyStatementResponse) => any;
6975
+ /**
6976
+ * @internal
6977
+ */
6978
+ export declare const MultipleValuesSettingFilterSensitiveLog: (obj: MultipleValuesSetting) => any;
6979
+ /**
6980
+ * @internal
6981
+ */
6982
+ export declare const ObfuscationSettingFilterSensitiveLog: (obj: ObfuscationSetting) => any;
6983
+ /**
6984
+ * @internal
6985
+ */
6986
+ export declare const SlotDefaultValueFilterSensitiveLog: (obj: SlotDefaultValue) => any;
6987
+ /**
6988
+ * @internal
6989
+ */
6990
+ export declare const SlotDefaultValueSpecificationFilterSensitiveLog: (obj: SlotDefaultValueSpecification) => any;
6991
+ /**
6992
+ * @internal
6993
+ */
6994
+ export declare const StillWaitingResponseSpecificationFilterSensitiveLog: (obj: StillWaitingResponseSpecification) => any;
6995
+ /**
6996
+ * @internal
6997
+ */
6998
+ export declare const WaitAndContinueSpecificationFilterSensitiveLog: (obj: WaitAndContinueSpecification) => any;
6999
+ /**
7000
+ * @internal
7001
+ */
7002
+ export declare const SlotValueElicitationSettingFilterSensitiveLog: (obj: SlotValueElicitationSetting) => any;
7003
+ /**
7004
+ * @internal
7005
+ */
7006
+ export declare const CreateSlotRequestFilterSensitiveLog: (obj: CreateSlotRequest) => any;
7007
+ /**
7008
+ * @internal
7009
+ */
7010
+ export declare const CreateSlotResponseFilterSensitiveLog: (obj: CreateSlotResponse) => any;
7011
+ /**
7012
+ * @internal
7013
+ */
7014
+ export declare const GrammarSlotTypeSourceFilterSensitiveLog: (obj: GrammarSlotTypeSource) => any;
7015
+ /**
7016
+ * @internal
7017
+ */
7018
+ export declare const GrammarSlotTypeSettingFilterSensitiveLog: (obj: GrammarSlotTypeSetting) => any;
7019
+ /**
7020
+ * @internal
7021
+ */
7022
+ export declare const ExternalSourceSettingFilterSensitiveLog: (obj: ExternalSourceSetting) => any;
7023
+ /**
7024
+ * @internal
7025
+ */
7026
+ export declare const SampleValueFilterSensitiveLog: (obj: SampleValue) => any;
7027
+ /**
7028
+ * @internal
7029
+ */
7030
+ export declare const SlotTypeValueFilterSensitiveLog: (obj: SlotTypeValue) => any;
7031
+ /**
7032
+ * @internal
7033
+ */
7034
+ export declare const SlotValueRegexFilterFilterSensitiveLog: (obj: SlotValueRegexFilter) => any;
7035
+ /**
7036
+ * @internal
7037
+ */
7038
+ export declare const SlotValueSelectionSettingFilterSensitiveLog: (obj: SlotValueSelectionSetting) => any;
7039
+ /**
7040
+ * @internal
7041
+ */
7042
+ export declare const CreateSlotTypeRequestFilterSensitiveLog: (obj: CreateSlotTypeRequest) => any;
7043
+ /**
7044
+ * @internal
7045
+ */
7046
+ export declare const CreateSlotTypeResponseFilterSensitiveLog: (obj: CreateSlotTypeResponse) => any;
7047
+ /**
7048
+ * @internal
7049
+ */
7050
+ export declare const CreateUploadUrlRequestFilterSensitiveLog: (obj: CreateUploadUrlRequest) => any;
7051
+ /**
7052
+ * @internal
7053
+ */
7054
+ export declare const CreateUploadUrlResponseFilterSensitiveLog: (obj: CreateUploadUrlResponse) => any;
7055
+ /**
7056
+ * @internal
7057
+ */
7058
+ export declare const CustomVocabularyImportSpecificationFilterSensitiveLog: (obj: CustomVocabularyImportSpecification) => any;
7059
+ /**
7060
+ * @internal
7061
+ */
7062
+ export declare const DateRangeFilterFilterSensitiveLog: (obj: DateRangeFilter) => any;
7063
+ /**
7064
+ * @internal
7065
+ */
7066
+ export declare const DeleteBotRequestFilterSensitiveLog: (obj: DeleteBotRequest) => any;
7067
+ /**
7068
+ * @internal
7069
+ */
7070
+ export declare const DeleteBotResponseFilterSensitiveLog: (obj: DeleteBotResponse) => any;
7071
+ /**
7072
+ * @internal
7073
+ */
7074
+ export declare const DeleteBotAliasRequestFilterSensitiveLog: (obj: DeleteBotAliasRequest) => any;
7075
+ /**
7076
+ * @internal
7077
+ */
7078
+ export declare const DeleteBotAliasResponseFilterSensitiveLog: (obj: DeleteBotAliasResponse) => any;
7079
+ /**
7080
+ * @internal
7081
+ */
7082
+ export declare const DeleteBotLocaleRequestFilterSensitiveLog: (obj: DeleteBotLocaleRequest) => any;
7083
+ /**
7084
+ * @internal
7085
+ */
7086
+ export declare const DeleteBotLocaleResponseFilterSensitiveLog: (obj: DeleteBotLocaleResponse) => any;
7087
+ /**
7088
+ * @internal
7089
+ */
7090
+ export declare const DeleteBotVersionRequestFilterSensitiveLog: (obj: DeleteBotVersionRequest) => any;
7091
+ /**
7092
+ * @internal
7093
+ */
7094
+ export declare const DeleteBotVersionResponseFilterSensitiveLog: (obj: DeleteBotVersionResponse) => any;
7095
+ /**
7096
+ * @internal
7097
+ */
7098
+ export declare const DeleteCustomVocabularyRequestFilterSensitiveLog: (obj: DeleteCustomVocabularyRequest) => any;
7099
+ /**
7100
+ * @internal
7101
+ */
7102
+ export declare const DeleteCustomVocabularyResponseFilterSensitiveLog: (obj: DeleteCustomVocabularyResponse) => any;
7103
+ /**
7104
+ * @internal
7105
+ */
7106
+ export declare const DeleteExportRequestFilterSensitiveLog: (obj: DeleteExportRequest) => any;
7107
+ /**
7108
+ * @internal
7109
+ */
7110
+ export declare const DeleteExportResponseFilterSensitiveLog: (obj: DeleteExportResponse) => any;
7111
+ /**
7112
+ * @internal
7113
+ */
7114
+ export declare const DeleteImportRequestFilterSensitiveLog: (obj: DeleteImportRequest) => any;
7115
+ /**
7116
+ * @internal
7117
+ */
7118
+ export declare const DeleteImportResponseFilterSensitiveLog: (obj: DeleteImportResponse) => any;
7119
+ /**
7120
+ * @internal
7121
+ */
7122
+ export declare const DeleteIntentRequestFilterSensitiveLog: (obj: DeleteIntentRequest) => any;
7123
+ /**
7124
+ * @internal
7125
+ */
7126
+ export declare const DeleteResourcePolicyRequestFilterSensitiveLog: (obj: DeleteResourcePolicyRequest) => any;
7127
+ /**
7128
+ * @internal
7129
+ */
7130
+ export declare const DeleteResourcePolicyResponseFilterSensitiveLog: (obj: DeleteResourcePolicyResponse) => any;
7131
+ /**
7132
+ * @internal
7133
+ */
7134
+ export declare const DeleteResourcePolicyStatementRequestFilterSensitiveLog: (obj: DeleteResourcePolicyStatementRequest) => any;
7135
+ /**
7136
+ * @internal
7137
+ */
7138
+ export declare const DeleteResourcePolicyStatementResponseFilterSensitiveLog: (obj: DeleteResourcePolicyStatementResponse) => any;
7139
+ /**
7140
+ * @internal
7141
+ */
7142
+ export declare const DeleteSlotRequestFilterSensitiveLog: (obj: DeleteSlotRequest) => any;
7143
+ /**
7144
+ * @internal
7145
+ */
7146
+ export declare const DeleteSlotTypeRequestFilterSensitiveLog: (obj: DeleteSlotTypeRequest) => any;
7147
+ /**
7148
+ * @internal
7149
+ */
7150
+ export declare const DeleteUtterancesRequestFilterSensitiveLog: (obj: DeleteUtterancesRequest) => any;
7151
+ /**
7152
+ * @internal
7153
+ */
7154
+ export declare const DeleteUtterancesResponseFilterSensitiveLog: (obj: DeleteUtterancesResponse) => any;
7155
+ /**
7156
+ * @internal
7157
+ */
7158
+ export declare const DescribeBotRequestFilterSensitiveLog: (obj: DescribeBotRequest) => any;
7159
+ /**
7160
+ * @internal
7161
+ */
7162
+ export declare const DescribeBotResponseFilterSensitiveLog: (obj: DescribeBotResponse) => any;
7163
+ /**
7164
+ * @internal
7165
+ */
7166
+ export declare const DescribeBotAliasRequestFilterSensitiveLog: (obj: DescribeBotAliasRequest) => any;
7167
+ /**
7168
+ * @internal
7169
+ */
7170
+ export declare const DescribeBotAliasResponseFilterSensitiveLog: (obj: DescribeBotAliasResponse) => any;
7171
+ /**
7172
+ * @internal
7173
+ */
7174
+ export declare const DescribeBotLocaleRequestFilterSensitiveLog: (obj: DescribeBotLocaleRequest) => any;
7175
+ /**
7176
+ * @internal
7177
+ */
7178
+ export declare const DescribeBotLocaleResponseFilterSensitiveLog: (obj: DescribeBotLocaleResponse) => any;
7179
+ /**
7180
+ * @internal
7181
+ */
7182
+ export declare const DescribeBotRecommendationRequestFilterSensitiveLog: (obj: DescribeBotRecommendationRequest) => any;
7183
+ /**
7184
+ * @internal
7185
+ */
7186
+ export declare const EncryptionSettingFilterSensitiveLog: (obj: EncryptionSetting) => any;
7187
+ /**
7188
+ * @internal
7189
+ */
7190
+ export declare const PathFormatFilterSensitiveLog: (obj: PathFormat) => any;
7191
+ /**
7192
+ * @internal
7193
+ */
7194
+ export declare const LexTranscriptFilterFilterSensitiveLog: (obj: LexTranscriptFilter) => any;
7195
+ /**
7196
+ * @internal
7197
+ */
7198
+ export declare const TranscriptFilterFilterSensitiveLog: (obj: TranscriptFilter) => any;
7199
+ /**
7200
+ * @internal
7201
+ */
7202
+ export declare const S3BucketTranscriptSourceFilterSensitiveLog: (obj: S3BucketTranscriptSource) => any;
7203
+ /**
7204
+ * @internal
7205
+ */
7206
+ export declare const TranscriptSourceSettingFilterSensitiveLog: (obj: TranscriptSourceSetting) => any;
7207
+ /**
7208
+ * @internal
7209
+ */
7210
+ export declare const DescribeBotRecommendationResponseFilterSensitiveLog: (obj: DescribeBotRecommendationResponse) => any;
7211
+ /**
7212
+ * @internal
7213
+ */
7214
+ export declare const DescribeBotVersionRequestFilterSensitiveLog: (obj: DescribeBotVersionRequest) => any;
7215
+ /**
7216
+ * @internal
7217
+ */
7218
+ export declare const DescribeBotVersionResponseFilterSensitiveLog: (obj: DescribeBotVersionResponse) => any;
7219
+ /**
7220
+ * @internal
7221
+ */
7222
+ export declare const DescribeCustomVocabularyMetadataRequestFilterSensitiveLog: (obj: DescribeCustomVocabularyMetadataRequest) => any;
7223
+ /**
7224
+ * @internal
7225
+ */
7226
+ export declare const DescribeCustomVocabularyMetadataResponseFilterSensitiveLog: (obj: DescribeCustomVocabularyMetadataResponse) => any;
7227
+ /**
7228
+ * @internal
7229
+ */
7230
+ export declare const DescribeExportRequestFilterSensitiveLog: (obj: DescribeExportRequest) => any;
7231
+ /**
7232
+ * @internal
7233
+ */
7234
+ export declare const DescribeExportResponseFilterSensitiveLog: (obj: DescribeExportResponse) => any;
7235
+ /**
7236
+ * @internal
7237
+ */
7238
+ export declare const DescribeImportRequestFilterSensitiveLog: (obj: DescribeImportRequest) => any;
7239
+ /**
7240
+ * @internal
7241
+ */
7242
+ export declare const ImportResourceSpecificationFilterSensitiveLog: (obj: ImportResourceSpecification) => any;
7243
+ /**
7244
+ * @internal
7245
+ */
7246
+ export declare const DescribeImportResponseFilterSensitiveLog: (obj: DescribeImportResponse) => any;
7247
+ /**
7248
+ * @internal
7249
+ */
7250
+ export declare const DescribeIntentRequestFilterSensitiveLog: (obj: DescribeIntentRequest) => any;
7251
+ /**
7252
+ * @internal
7253
+ */
7254
+ export declare const SlotPriorityFilterSensitiveLog: (obj: SlotPriority) => any;
7255
+ /**
7256
+ * @internal
7257
+ */
7258
+ export declare const DescribeIntentResponseFilterSensitiveLog: (obj: DescribeIntentResponse) => any;
7259
+ /**
7260
+ * @internal
7261
+ */
7262
+ export declare const DescribeResourcePolicyRequestFilterSensitiveLog: (obj: DescribeResourcePolicyRequest) => any;
7263
+ /**
7264
+ * @internal
7265
+ */
7266
+ export declare const DescribeResourcePolicyResponseFilterSensitiveLog: (obj: DescribeResourcePolicyResponse) => any;
7267
+ /**
7268
+ * @internal
7269
+ */
7270
+ export declare const DescribeSlotRequestFilterSensitiveLog: (obj: DescribeSlotRequest) => any;
7271
+ /**
7272
+ * @internal
7273
+ */
7274
+ export declare const DescribeSlotResponseFilterSensitiveLog: (obj: DescribeSlotResponse) => any;
7275
+ /**
7276
+ * @internal
7277
+ */
7278
+ export declare const DescribeSlotTypeRequestFilterSensitiveLog: (obj: DescribeSlotTypeRequest) => any;
7279
+ /**
7280
+ * @internal
7281
+ */
7282
+ export declare const DescribeSlotTypeResponseFilterSensitiveLog: (obj: DescribeSlotTypeResponse) => any;
7283
+ /**
7284
+ * @internal
7285
+ */
7286
+ export declare const ExportFilterFilterSensitiveLog: (obj: ExportFilter) => any;
7287
+ /**
7288
+ * @internal
7289
+ */
7290
+ export declare const ExportSortByFilterSensitiveLog: (obj: ExportSortBy) => any;
7291
+ /**
7292
+ * @internal
7293
+ */
7294
+ export declare const ExportSummaryFilterSensitiveLog: (obj: ExportSummary) => any;
7295
+ /**
7296
+ * @internal
7297
+ */
7298
+ export declare const ImportFilterFilterSensitiveLog: (obj: ImportFilter) => any;
7299
+ /**
7300
+ * @internal
7301
+ */
7302
+ export declare const ImportSortByFilterSensitiveLog: (obj: ImportSortBy) => any;
7303
+ /**
7304
+ * @internal
7305
+ */
7306
+ export declare const ImportSummaryFilterSensitiveLog: (obj: ImportSummary) => any;
7307
+ /**
7308
+ * @internal
7309
+ */
7310
+ export declare const IntentFilterFilterSensitiveLog: (obj: IntentFilter) => any;
7311
+ /**
7312
+ * @internal
7313
+ */
7314
+ export declare const IntentSortByFilterSensitiveLog: (obj: IntentSortBy) => any;
7315
+ /**
7316
+ * @internal
7317
+ */
7318
+ export declare const IntentSummaryFilterSensitiveLog: (obj: IntentSummary) => any;
7319
+ /**
7320
+ * @internal
7321
+ */
7322
+ export declare const RelativeAggregationDurationFilterSensitiveLog: (obj: RelativeAggregationDuration) => any;
7323
+ /**
7324
+ * @internal
7325
+ */
7326
+ export declare const UtteranceAggregationDurationFilterSensitiveLog: (obj: UtteranceAggregationDuration) => any;
7327
+ /**
7328
+ * @internal
7329
+ */
7330
+ export declare const ListAggregatedUtterancesRequestFilterSensitiveLog: (obj: ListAggregatedUtterancesRequest) => any;
7331
+ /**
7332
+ * @internal
7333
+ */
7334
+ export declare const ListAggregatedUtterancesResponseFilterSensitiveLog: (obj: ListAggregatedUtterancesResponse) => any;
7335
+ /**
7336
+ * @internal
7337
+ */
7338
+ export declare const ListBotAliasesRequestFilterSensitiveLog: (obj: ListBotAliasesRequest) => any;
7339
+ /**
7340
+ * @internal
7341
+ */
7342
+ export declare const ListBotAliasesResponseFilterSensitiveLog: (obj: ListBotAliasesResponse) => any;
7343
+ /**
7344
+ * @internal
7345
+ */
7346
+ export declare const ListBotLocalesRequestFilterSensitiveLog: (obj: ListBotLocalesRequest) => any;
7347
+ /**
7348
+ * @internal
7349
+ */
7350
+ export declare const ListBotLocalesResponseFilterSensitiveLog: (obj: ListBotLocalesResponse) => any;
7351
+ /**
7352
+ * @internal
7353
+ */
7354
+ export declare const ListBotRecommendationsRequestFilterSensitiveLog: (obj: ListBotRecommendationsRequest) => any;
7355
+ /**
7356
+ * @internal
7357
+ */
7358
+ export declare const ListBotRecommendationsResponseFilterSensitiveLog: (obj: ListBotRecommendationsResponse) => any;
7359
+ /**
7360
+ * @internal
7361
+ */
7362
+ export declare const ListBotsRequestFilterSensitiveLog: (obj: ListBotsRequest) => any;
7363
+ /**
7364
+ * @internal
7365
+ */
7366
+ export declare const ListBotsResponseFilterSensitiveLog: (obj: ListBotsResponse) => any;
7367
+ /**
7368
+ * @internal
7369
+ */
7370
+ export declare const ListBotVersionsRequestFilterSensitiveLog: (obj: ListBotVersionsRequest) => any;
7371
+ /**
7372
+ * @internal
7373
+ */
7374
+ export declare const ListBotVersionsResponseFilterSensitiveLog: (obj: ListBotVersionsResponse) => any;
7375
+ /**
7376
+ * @internal
7377
+ */
7378
+ export declare const ListBuiltInIntentsRequestFilterSensitiveLog: (obj: ListBuiltInIntentsRequest) => any;
7379
+ /**
7380
+ * @internal
7381
+ */
7382
+ export declare const ListBuiltInIntentsResponseFilterSensitiveLog: (obj: ListBuiltInIntentsResponse) => any;
7383
+ /**
7384
+ * @internal
7385
+ */
7386
+ export declare const ListBuiltInSlotTypesRequestFilterSensitiveLog: (obj: ListBuiltInSlotTypesRequest) => any;
7387
+ /**
7388
+ * @internal
7389
+ */
7390
+ export declare const ListBuiltInSlotTypesResponseFilterSensitiveLog: (obj: ListBuiltInSlotTypesResponse) => any;
7391
+ /**
7392
+ * @internal
7393
+ */
7394
+ export declare const ListExportsRequestFilterSensitiveLog: (obj: ListExportsRequest) => any;
7395
+ /**
7396
+ * @internal
7397
+ */
7398
+ export declare const ListExportsResponseFilterSensitiveLog: (obj: ListExportsResponse) => any;
7399
+ /**
7400
+ * @internal
7401
+ */
7402
+ export declare const ListImportsRequestFilterSensitiveLog: (obj: ListImportsRequest) => any;
7403
+ /**
7404
+ * @internal
7405
+ */
7406
+ export declare const ListImportsResponseFilterSensitiveLog: (obj: ListImportsResponse) => any;
7407
+ /**
7408
+ * @internal
7409
+ */
7410
+ export declare const ListIntentsRequestFilterSensitiveLog: (obj: ListIntentsRequest) => any;
7411
+ /**
7412
+ * @internal
7413
+ */
7414
+ export declare const ListIntentsResponseFilterSensitiveLog: (obj: ListIntentsResponse) => any;
7415
+ /**
7416
+ * @internal
7417
+ */
7418
+ export declare const ListRecommendedIntentsRequestFilterSensitiveLog: (obj: ListRecommendedIntentsRequest) => any;
7419
+ /**
7420
+ * @internal
7421
+ */
7422
+ export declare const RecommendedIntentSummaryFilterSensitiveLog: (obj: RecommendedIntentSummary) => any;
7423
+ /**
7424
+ * @internal
7425
+ */
7426
+ export declare const ListRecommendedIntentsResponseFilterSensitiveLog: (obj: ListRecommendedIntentsResponse) => any;
7427
+ /**
7428
+ * @internal
7429
+ */
7430
+ export declare const SlotFilterFilterSensitiveLog: (obj: SlotFilter) => any;
7431
+ /**
7432
+ * @internal
7433
+ */
7434
+ export declare const SlotSortByFilterSensitiveLog: (obj: SlotSortBy) => any;
7435
+ /**
7436
+ * @internal
7437
+ */
7438
+ export declare const ListSlotsRequestFilterSensitiveLog: (obj: ListSlotsRequest) => any;
7439
+ /**
7440
+ * @internal
7441
+ */
7442
+ export declare const SlotSummaryFilterSensitiveLog: (obj: SlotSummary) => any;
7443
+ /**
7444
+ * @internal
7445
+ */
7446
+ export declare const ListSlotsResponseFilterSensitiveLog: (obj: ListSlotsResponse) => any;
7447
+ /**
7448
+ * @internal
7449
+ */
7450
+ export declare const SlotTypeFilterFilterSensitiveLog: (obj: SlotTypeFilter) => any;
7451
+ /**
7452
+ * @internal
7453
+ */
7454
+ export declare const SlotTypeSortByFilterSensitiveLog: (obj: SlotTypeSortBy) => any;
7455
+ /**
7456
+ * @internal
7457
+ */
7458
+ export declare const ListSlotTypesRequestFilterSensitiveLog: (obj: ListSlotTypesRequest) => any;
7459
+ /**
7460
+ * @internal
7461
+ */
7462
+ export declare const SlotTypeSummaryFilterSensitiveLog: (obj: SlotTypeSummary) => any;
7463
+ /**
7464
+ * @internal
7465
+ */
7466
+ export declare const ListSlotTypesResponseFilterSensitiveLog: (obj: ListSlotTypesResponse) => any;
7467
+ /**
7468
+ * @internal
7469
+ */
7470
+ export declare const ListTagsForResourceRequestFilterSensitiveLog: (obj: ListTagsForResourceRequest) => any;
7471
+ /**
7472
+ * @internal
7473
+ */
7474
+ export declare const ListTagsForResourceResponseFilterSensitiveLog: (obj: ListTagsForResourceResponse) => any;
7475
+ /**
7476
+ * @internal
7477
+ */
7478
+ export declare const SearchAssociatedTranscriptsRequestFilterSensitiveLog: (obj: SearchAssociatedTranscriptsRequest) => any;
7479
+ /**
7480
+ * @internal
7481
+ */
7482
+ export declare const SearchAssociatedTranscriptsResponseFilterSensitiveLog: (obj: SearchAssociatedTranscriptsResponse) => any;
7483
+ /**
7484
+ * @internal
7485
+ */
7486
+ export declare const StartBotRecommendationRequestFilterSensitiveLog: (obj: StartBotRecommendationRequest) => any;
7487
+ /**
7488
+ * @internal
7489
+ */
7490
+ export declare const StartBotRecommendationResponseFilterSensitiveLog: (obj: StartBotRecommendationResponse) => any;
7491
+ /**
7492
+ * @internal
7493
+ */
7494
+ export declare const StartImportRequestFilterSensitiveLog: (obj: StartImportRequest) => any;
7495
+ /**
7496
+ * @internal
7497
+ */
7498
+ export declare const StartImportResponseFilterSensitiveLog: (obj: StartImportResponse) => any;
7499
+ /**
7500
+ * @internal
7501
+ */
7502
+ export declare const TagResourceRequestFilterSensitiveLog: (obj: TagResourceRequest) => any;
7503
+ /**
7504
+ * @internal
7505
+ */
7506
+ export declare const TagResourceResponseFilterSensitiveLog: (obj: TagResourceResponse) => any;
7507
+ /**
7508
+ * @internal
7509
+ */
7510
+ export declare const UntagResourceRequestFilterSensitiveLog: (obj: UntagResourceRequest) => any;
7511
+ /**
7512
+ * @internal
7513
+ */
7514
+ export declare const UntagResourceResponseFilterSensitiveLog: (obj: UntagResourceResponse) => any;
7515
+ /**
7516
+ * @internal
7517
+ */
7518
+ export declare const UpdateBotRequestFilterSensitiveLog: (obj: UpdateBotRequest) => any;
7519
+ /**
7520
+ * @internal
7521
+ */
7522
+ export declare const UpdateBotResponseFilterSensitiveLog: (obj: UpdateBotResponse) => any;
7523
+ /**
7524
+ * @internal
7525
+ */
7526
+ export declare const UpdateBotAliasRequestFilterSensitiveLog: (obj: UpdateBotAliasRequest) => any;
7527
+ /**
7528
+ * @internal
7529
+ */
7530
+ export declare const UpdateBotAliasResponseFilterSensitiveLog: (obj: UpdateBotAliasResponse) => any;
7531
+ /**
7532
+ * @internal
7533
+ */
7534
+ export declare const UpdateBotLocaleRequestFilterSensitiveLog: (obj: UpdateBotLocaleRequest) => any;
7535
+ /**
7536
+ * @internal
7537
+ */
7538
+ export declare const UpdateBotLocaleResponseFilterSensitiveLog: (obj: UpdateBotLocaleResponse) => any;
7539
+ /**
7540
+ * @internal
7541
+ */
7542
+ export declare const UpdateBotRecommendationRequestFilterSensitiveLog: (obj: UpdateBotRecommendationRequest) => any;
7543
+ /**
7544
+ * @internal
7545
+ */
7546
+ export declare const UpdateBotRecommendationResponseFilterSensitiveLog: (obj: UpdateBotRecommendationResponse) => any;
7547
+ /**
7548
+ * @internal
7549
+ */
7550
+ export declare const UpdateExportRequestFilterSensitiveLog: (obj: UpdateExportRequest) => any;
7551
+ /**
7552
+ * @internal
7553
+ */
7554
+ export declare const UpdateExportResponseFilterSensitiveLog: (obj: UpdateExportResponse) => any;
7555
+ /**
7556
+ * @internal
7557
+ */
7558
+ export declare const UpdateIntentRequestFilterSensitiveLog: (obj: UpdateIntentRequest) => any;
7559
+ /**
7560
+ * @internal
7561
+ */
7562
+ export declare const UpdateIntentResponseFilterSensitiveLog: (obj: UpdateIntentResponse) => any;
7563
+ /**
7564
+ * @internal
7565
+ */
7566
+ export declare const UpdateResourcePolicyRequestFilterSensitiveLog: (obj: UpdateResourcePolicyRequest) => any;
7567
+ /**
7568
+ * @internal
7569
+ */
7570
+ export declare const UpdateResourcePolicyResponseFilterSensitiveLog: (obj: UpdateResourcePolicyResponse) => any;
7571
+ /**
7572
+ * @internal
7573
+ */
7574
+ export declare const UpdateSlotRequestFilterSensitiveLog: (obj: UpdateSlotRequest) => any;
7575
+ /**
7576
+ * @internal
7577
+ */
7578
+ export declare const UpdateSlotResponseFilterSensitiveLog: (obj: UpdateSlotResponse) => any;
7579
+ /**
7580
+ * @internal
7581
+ */
7582
+ export declare const UpdateSlotTypeRequestFilterSensitiveLog: (obj: UpdateSlotTypeRequest) => any;
7583
+ /**
7584
+ * @internal
7585
+ */
7586
+ export declare const UpdateSlotTypeResponseFilterSensitiveLog: (obj: UpdateSlotTypeResponse) => any;