@aws-sdk/client-kendra 3.131.0 → 3.141.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 (138) hide show
  1. package/CHANGELOG.md +33 -0
  2. package/README.md +1 -1
  3. package/dist-cjs/commands/AssociateEntitiesToExperienceCommand.js +2 -2
  4. package/dist-cjs/commands/AssociatePersonasToEntitiesCommand.js +2 -2
  5. package/dist-cjs/commands/BatchDeleteDocumentCommand.js +2 -2
  6. package/dist-cjs/commands/BatchGetDocumentStatusCommand.js +2 -2
  7. package/dist-cjs/commands/BatchPutDocumentCommand.js +2 -2
  8. package/dist-cjs/commands/ClearQuerySuggestionsCommand.js +1 -1
  9. package/dist-cjs/commands/CreateAccessControlConfigurationCommand.js +2 -2
  10. package/dist-cjs/commands/CreateDataSourceCommand.js +2 -2
  11. package/dist-cjs/commands/CreateExperienceCommand.js +2 -2
  12. package/dist-cjs/commands/CreateFaqCommand.js +2 -2
  13. package/dist-cjs/commands/CreateIndexCommand.js +2 -2
  14. package/dist-cjs/commands/CreateQuerySuggestionsBlockListCommand.js +2 -2
  15. package/dist-cjs/commands/CreateThesaurusCommand.js +2 -2
  16. package/dist-cjs/commands/DeleteAccessControlConfigurationCommand.js +2 -2
  17. package/dist-cjs/commands/DeleteDataSourceCommand.js +1 -1
  18. package/dist-cjs/commands/DeleteExperienceCommand.js +2 -2
  19. package/dist-cjs/commands/DeleteFaqCommand.js +1 -1
  20. package/dist-cjs/commands/DeleteIndexCommand.js +1 -1
  21. package/dist-cjs/commands/DeletePrincipalMappingCommand.js +1 -1
  22. package/dist-cjs/commands/DeleteQuerySuggestionsBlockListCommand.js +1 -1
  23. package/dist-cjs/commands/DeleteThesaurusCommand.js +1 -1
  24. package/dist-cjs/commands/DescribeAccessControlConfigurationCommand.js +2 -2
  25. package/dist-cjs/commands/DescribeDataSourceCommand.js +2 -2
  26. package/dist-cjs/commands/DescribeExperienceCommand.js +2 -2
  27. package/dist-cjs/commands/DescribeFaqCommand.js +2 -2
  28. package/dist-cjs/commands/DescribeIndexCommand.js +2 -2
  29. package/dist-cjs/commands/DescribePrincipalMappingCommand.js +2 -2
  30. package/dist-cjs/commands/DescribeQuerySuggestionsBlockListCommand.js +2 -2
  31. package/dist-cjs/commands/DescribeQuerySuggestionsConfigCommand.js +2 -2
  32. package/dist-cjs/commands/DescribeThesaurusCommand.js +2 -2
  33. package/dist-cjs/commands/DisassociateEntitiesFromExperienceCommand.js +2 -2
  34. package/dist-cjs/commands/DisassociatePersonasFromEntitiesCommand.js +2 -2
  35. package/dist-cjs/commands/GetQuerySuggestionsCommand.js +2 -2
  36. package/dist-cjs/commands/GetSnapshotsCommand.js +2 -2
  37. package/dist-cjs/commands/ListAccessControlConfigurationsCommand.js +2 -2
  38. package/dist-cjs/commands/ListDataSourceSyncJobsCommand.js +2 -2
  39. package/dist-cjs/commands/ListDataSourcesCommand.js +2 -2
  40. package/dist-cjs/commands/ListEntityPersonasCommand.js +2 -2
  41. package/dist-cjs/commands/ListExperienceEntitiesCommand.js +2 -2
  42. package/dist-cjs/commands/ListExperiencesCommand.js +2 -2
  43. package/dist-cjs/commands/ListFaqsCommand.js +2 -2
  44. package/dist-cjs/commands/ListGroupsOlderThanOrderingIdCommand.js +2 -2
  45. package/dist-cjs/commands/ListIndicesCommand.js +2 -2
  46. package/dist-cjs/commands/ListQuerySuggestionsBlockListsCommand.js +2 -2
  47. package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -2
  48. package/dist-cjs/commands/ListThesauriCommand.js +2 -2
  49. package/dist-cjs/commands/PutPrincipalMappingCommand.js +1 -1
  50. package/dist-cjs/commands/QueryCommand.js +2 -3
  51. package/dist-cjs/commands/StartDataSourceSyncJobCommand.js +2 -2
  52. package/dist-cjs/commands/StopDataSourceSyncJobCommand.js +1 -1
  53. package/dist-cjs/commands/SubmitFeedbackCommand.js +1 -1
  54. package/dist-cjs/commands/TagResourceCommand.js +2 -2
  55. package/dist-cjs/commands/UntagResourceCommand.js +2 -2
  56. package/dist-cjs/commands/UpdateAccessControlConfigurationCommand.js +2 -2
  57. package/dist-cjs/commands/UpdateDataSourceCommand.js +1 -1
  58. package/dist-cjs/commands/UpdateExperienceCommand.js +1 -1
  59. package/dist-cjs/commands/UpdateIndexCommand.js +1 -1
  60. package/dist-cjs/commands/UpdateQuerySuggestionsBlockListCommand.js +1 -1
  61. package/dist-cjs/commands/UpdateQuerySuggestionsConfigCommand.js +1 -1
  62. package/dist-cjs/commands/UpdateThesaurusCommand.js +1 -1
  63. package/dist-cjs/models/models_0.js +959 -1426
  64. package/dist-cjs/models/models_1.js +9 -7
  65. package/dist-cjs/protocols/Aws_json1_1.js +2 -0
  66. package/dist-es/commands/AssociateEntitiesToExperienceCommand.js +3 -3
  67. package/dist-es/commands/AssociatePersonasToEntitiesCommand.js +3 -3
  68. package/dist-es/commands/BatchDeleteDocumentCommand.js +3 -3
  69. package/dist-es/commands/BatchGetDocumentStatusCommand.js +3 -3
  70. package/dist-es/commands/BatchPutDocumentCommand.js +3 -3
  71. package/dist-es/commands/ClearQuerySuggestionsCommand.js +2 -2
  72. package/dist-es/commands/CreateAccessControlConfigurationCommand.js +3 -3
  73. package/dist-es/commands/CreateDataSourceCommand.js +3 -3
  74. package/dist-es/commands/CreateExperienceCommand.js +3 -3
  75. package/dist-es/commands/CreateFaqCommand.js +3 -3
  76. package/dist-es/commands/CreateIndexCommand.js +3 -3
  77. package/dist-es/commands/CreateQuerySuggestionsBlockListCommand.js +3 -3
  78. package/dist-es/commands/CreateThesaurusCommand.js +3 -3
  79. package/dist-es/commands/DeleteAccessControlConfigurationCommand.js +3 -3
  80. package/dist-es/commands/DeleteDataSourceCommand.js +2 -2
  81. package/dist-es/commands/DeleteExperienceCommand.js +3 -3
  82. package/dist-es/commands/DeleteFaqCommand.js +2 -2
  83. package/dist-es/commands/DeleteIndexCommand.js +2 -2
  84. package/dist-es/commands/DeletePrincipalMappingCommand.js +2 -2
  85. package/dist-es/commands/DeleteQuerySuggestionsBlockListCommand.js +2 -2
  86. package/dist-es/commands/DeleteThesaurusCommand.js +2 -2
  87. package/dist-es/commands/DescribeAccessControlConfigurationCommand.js +3 -3
  88. package/dist-es/commands/DescribeDataSourceCommand.js +3 -3
  89. package/dist-es/commands/DescribeExperienceCommand.js +3 -3
  90. package/dist-es/commands/DescribeFaqCommand.js +3 -3
  91. package/dist-es/commands/DescribeIndexCommand.js +3 -3
  92. package/dist-es/commands/DescribePrincipalMappingCommand.js +3 -3
  93. package/dist-es/commands/DescribeQuerySuggestionsBlockListCommand.js +3 -3
  94. package/dist-es/commands/DescribeQuerySuggestionsConfigCommand.js +3 -3
  95. package/dist-es/commands/DescribeThesaurusCommand.js +3 -3
  96. package/dist-es/commands/DisassociateEntitiesFromExperienceCommand.js +3 -3
  97. package/dist-es/commands/DisassociatePersonasFromEntitiesCommand.js +3 -3
  98. package/dist-es/commands/GetQuerySuggestionsCommand.js +3 -3
  99. package/dist-es/commands/GetSnapshotsCommand.js +3 -3
  100. package/dist-es/commands/ListAccessControlConfigurationsCommand.js +3 -3
  101. package/dist-es/commands/ListDataSourceSyncJobsCommand.js +3 -3
  102. package/dist-es/commands/ListDataSourcesCommand.js +3 -3
  103. package/dist-es/commands/ListEntityPersonasCommand.js +3 -3
  104. package/dist-es/commands/ListExperienceEntitiesCommand.js +3 -3
  105. package/dist-es/commands/ListExperiencesCommand.js +3 -3
  106. package/dist-es/commands/ListFaqsCommand.js +3 -3
  107. package/dist-es/commands/ListGroupsOlderThanOrderingIdCommand.js +3 -3
  108. package/dist-es/commands/ListIndicesCommand.js +3 -3
  109. package/dist-es/commands/ListQuerySuggestionsBlockListsCommand.js +3 -3
  110. package/dist-es/commands/ListTagsForResourceCommand.js +3 -3
  111. package/dist-es/commands/ListThesauriCommand.js +3 -3
  112. package/dist-es/commands/PutPrincipalMappingCommand.js +2 -2
  113. package/dist-es/commands/QueryCommand.js +3 -4
  114. package/dist-es/commands/StartDataSourceSyncJobCommand.js +3 -3
  115. package/dist-es/commands/StopDataSourceSyncJobCommand.js +2 -2
  116. package/dist-es/commands/SubmitFeedbackCommand.js +2 -2
  117. package/dist-es/commands/TagResourceCommand.js +3 -3
  118. package/dist-es/commands/UntagResourceCommand.js +3 -3
  119. package/dist-es/commands/UpdateAccessControlConfigurationCommand.js +3 -3
  120. package/dist-es/commands/UpdateDataSourceCommand.js +2 -2
  121. package/dist-es/commands/UpdateExperienceCommand.js +2 -2
  122. package/dist-es/commands/UpdateIndexCommand.js +2 -2
  123. package/dist-es/commands/UpdateQuerySuggestionsBlockListCommand.js +2 -2
  124. package/dist-es/commands/UpdateQuerySuggestionsConfigCommand.js +2 -2
  125. package/dist-es/commands/UpdateThesaurusCommand.js +2 -2
  126. package/dist-es/models/models_0.js +244 -942
  127. package/dist-es/models/models_1.js +2 -4
  128. package/dist-es/protocols/Aws_json1_1.js +2 -1
  129. package/dist-types/Kendra.d.ts +14 -16
  130. package/dist-types/commands/CreateAccessControlConfigurationCommand.d.ts +10 -12
  131. package/dist-types/commands/QueryCommand.d.ts +1 -2
  132. package/dist-types/commands/UpdateAccessControlConfigurationCommand.d.ts +4 -4
  133. package/dist-types/models/models_0.d.ts +958 -1449
  134. package/dist-types/models/models_1.d.ts +44 -7
  135. package/dist-types/ts3.4/commands/QueryCommand.d.ts +1 -2
  136. package/dist-types/ts3.4/models/models_0.d.ts +470 -948
  137. package/dist-types/ts3.4/models/models_1.d.ts +19 -5
  138. package/package.json +6 -6
@@ -10,12 +10,6 @@ export interface AccessControlConfigurationSummary {
10
10
  */
11
11
  Id: string | undefined;
12
12
  }
13
- export declare namespace AccessControlConfigurationSummary {
14
- /**
15
- * @internal
16
- */
17
- const filterSensitiveLog: (obj: AccessControlConfigurationSummary) => any;
18
- }
19
13
  /**
20
14
  * <p>Access Control List files for the documents in a data source. For
21
15
  * the format of the file, see <a href="https://docs.aws.amazon.com/kendra/latest/dg/s3-acl.html">Access control for S3 data
@@ -27,12 +21,6 @@ export interface AccessControlListConfiguration {
27
21
  */
28
22
  KeyPath?: string;
29
23
  }
30
- export declare namespace AccessControlListConfiguration {
31
- /**
32
- * @internal
33
- */
34
- const filterSensitiveLog: (obj: AccessControlListConfiguration) => any;
35
- }
36
24
  /**
37
25
  * <p></p>
38
26
  */
@@ -59,12 +47,6 @@ export interface AclConfiguration {
59
47
  */
60
48
  AllowedGroupsColumnName: string | undefined;
61
49
  }
62
- export declare namespace AclConfiguration {
63
- /**
64
- * @internal
65
- */
66
- const filterSensitiveLog: (obj: AclConfiguration) => any;
67
- }
68
50
  export declare enum HighlightType {
69
51
  STANDARD = "STANDARD",
70
52
  THESAURUS_SYNONYM = "THESAURUS_SYNONYM"
@@ -95,12 +77,6 @@ export interface Highlight {
95
77
  */
96
78
  Type?: HighlightType | string;
97
79
  }
98
- export declare namespace Highlight {
99
- /**
100
- * @internal
101
- */
102
- const filterSensitiveLog: (obj: Highlight) => any;
103
- }
104
80
  /**
105
81
  * <p>Provides text and information about where to highlight the
106
82
  * text.</p>
@@ -116,12 +92,6 @@ export interface TextWithHighlights {
116
92
  */
117
93
  Highlights?: Highlight[];
118
94
  }
119
- export declare namespace TextWithHighlights {
120
- /**
121
- * @internal
122
- */
123
- const filterSensitiveLog: (obj: TextWithHighlights) => any;
124
- }
125
95
  /**
126
96
  * <p>An attribute returned with a document from a search.</p>
127
97
  */
@@ -132,12 +102,6 @@ export interface AdditionalResultAttributeValue {
132
102
  */
133
103
  TextWithHighlightsValue?: TextWithHighlights;
134
104
  }
135
- export declare namespace AdditionalResultAttributeValue {
136
- /**
137
- * @internal
138
- */
139
- const filterSensitiveLog: (obj: AdditionalResultAttributeValue) => any;
140
- }
141
105
  export declare enum AdditionalResultAttributeValueType {
142
106
  TEXT_WITH_HIGHLIGHTS_VALUE = "TEXT_WITH_HIGHLIGHTS_VALUE"
143
107
  }
@@ -158,12 +122,6 @@ export interface AdditionalResultAttribute {
158
122
  */
159
123
  Value: AdditionalResultAttributeValue | undefined;
160
124
  }
161
- export declare namespace AdditionalResultAttribute {
162
- /**
163
- * @internal
164
- */
165
- const filterSensitiveLog: (obj: AdditionalResultAttribute) => any;
166
- }
167
125
  /**
168
126
  * <p>Maps a column or attribute in the data source to an index field.
169
127
  * You must first create the fields in the index using the
@@ -183,12 +141,6 @@ export interface DataSourceToIndexFieldMapping {
183
141
  */
184
142
  IndexFieldName: string | undefined;
185
143
  }
186
- export declare namespace DataSourceToIndexFieldMapping {
187
- /**
188
- * @internal
189
- */
190
- const filterSensitiveLog: (obj: DataSourceToIndexFieldMapping) => any;
191
- }
192
144
  export declare enum AlfrescoEntity {
193
145
  blog = "blog",
194
146
  documentLibrary = "documentLibrary",
@@ -208,12 +160,6 @@ export interface S3Path {
208
160
  */
209
161
  Key: string | undefined;
210
162
  }
211
- export declare namespace S3Path {
212
- /**
213
- * @internal
214
- */
215
- const filterSensitiveLog: (obj: S3Path) => any;
216
- }
217
163
  /**
218
164
  * <p>Provides the configuration information to connect to an Amazon VPC.</p>
219
165
  */
@@ -232,12 +178,6 @@ export interface DataSourceVpcConfiguration {
232
178
  */
233
179
  SecurityGroupIds: string[] | undefined;
234
180
  }
235
- export declare namespace DataSourceVpcConfiguration {
236
- /**
237
- * @internal
238
- */
239
- const filterSensitiveLog: (obj: DataSourceVpcConfiguration) => any;
240
- }
241
181
  /**
242
182
  * <p>Provides the configuration information to connect to Alfresco as your
243
183
  * data source.</p>
@@ -343,12 +283,6 @@ export interface AlfrescoConfiguration {
343
283
  */
344
284
  VpcConfiguration?: DataSourceVpcConfiguration;
345
285
  }
346
- export declare namespace AlfrescoConfiguration {
347
- /**
348
- * @internal
349
- */
350
- const filterSensitiveLog: (obj: AlfrescoConfiguration) => any;
351
- }
352
286
  export declare enum EntityType {
353
287
  GROUP = "GROUP",
354
288
  USER = "USER"
@@ -370,12 +304,6 @@ export interface EntityConfiguration {
370
304
  */
371
305
  EntityType: EntityType | string | undefined;
372
306
  }
373
- export declare namespace EntityConfiguration {
374
- /**
375
- * @internal
376
- */
377
- const filterSensitiveLog: (obj: EntityConfiguration) => any;
378
- }
379
307
  export interface AssociateEntitiesToExperienceRequest {
380
308
  /**
381
309
  * <p>The identifier of your Amazon Kendra experience.</p>
@@ -390,12 +318,6 @@ export interface AssociateEntitiesToExperienceRequest {
390
318
  */
391
319
  EntityList: EntityConfiguration[] | undefined;
392
320
  }
393
- export declare namespace AssociateEntitiesToExperienceRequest {
394
- /**
395
- * @internal
396
- */
397
- const filterSensitiveLog: (obj: AssociateEntitiesToExperienceRequest) => any;
398
- }
399
321
  /**
400
322
  * <p>Information on the users or groups in your Amazon Web Services SSO identity
401
323
  * source that failed to properly configure with your Amazon Kendra experience.</p>
@@ -412,12 +334,6 @@ export interface FailedEntity {
412
334
  */
413
335
  ErrorMessage?: string;
414
336
  }
415
- export declare namespace FailedEntity {
416
- /**
417
- * @internal
418
- */
419
- const filterSensitiveLog: (obj: FailedEntity) => any;
420
- }
421
337
  export interface AssociateEntitiesToExperienceResponse {
422
338
  /**
423
339
  * <p>Lists the users or groups in your Amazon Web Services SSO identity source that
@@ -425,12 +341,6 @@ export interface AssociateEntitiesToExperienceResponse {
425
341
  */
426
342
  FailedEntityList?: FailedEntity[];
427
343
  }
428
- export declare namespace AssociateEntitiesToExperienceResponse {
429
- /**
430
- * @internal
431
- */
432
- const filterSensitiveLog: (obj: AssociateEntitiesToExperienceResponse) => any;
433
- }
434
344
  /**
435
345
  * <p></p>
436
346
  */
@@ -516,12 +426,6 @@ export interface EntityPersonaConfiguration {
516
426
  */
517
427
  Persona: Persona | string | undefined;
518
428
  }
519
- export declare namespace EntityPersonaConfiguration {
520
- /**
521
- * @internal
522
- */
523
- const filterSensitiveLog: (obj: EntityPersonaConfiguration) => any;
524
- }
525
429
  export interface AssociatePersonasToEntitiesRequest {
526
430
  /**
527
431
  * <p>The identifier of your Amazon Kendra experience.</p>
@@ -540,12 +444,6 @@ export interface AssociatePersonasToEntitiesRequest {
540
444
  */
541
445
  Personas: EntityPersonaConfiguration[] | undefined;
542
446
  }
543
- export declare namespace AssociatePersonasToEntitiesRequest {
544
- /**
545
- * @internal
546
- */
547
- const filterSensitiveLog: (obj: AssociatePersonasToEntitiesRequest) => any;
548
- }
549
447
  export interface AssociatePersonasToEntitiesResponse {
550
448
  /**
551
449
  * <p>Lists the users or groups in your Amazon Web Services SSO identity source that
@@ -553,12 +451,6 @@ export interface AssociatePersonasToEntitiesResponse {
553
451
  */
554
452
  FailedEntityList?: FailedEntity[];
555
453
  }
556
- export declare namespace AssociatePersonasToEntitiesResponse {
557
- /**
558
- * @internal
559
- */
560
- const filterSensitiveLog: (obj: AssociatePersonasToEntitiesResponse) => any;
561
- }
562
454
  /**
563
455
  * <p>The value of a document attribute. You can only provide one
564
456
  * value for a document attribute.</p>
@@ -586,12 +478,6 @@ export interface DocumentAttributeValue {
586
478
  */
587
479
  DateValue?: Date;
588
480
  }
589
- export declare namespace DocumentAttributeValue {
590
- /**
591
- * @internal
592
- */
593
- const filterSensitiveLog: (obj: DocumentAttributeValue) => any;
594
- }
595
481
  /**
596
482
  * <p>A document attribute or metadata field. To create custom document
597
483
  * attributes, see <a href="https://docs.aws.amazon.com/kendra/latest/dg/custom-attributes.html">Custom attributes</a>.</p>
@@ -606,12 +492,6 @@ export interface DocumentAttribute {
606
492
  */
607
493
  Value: DocumentAttributeValue | undefined;
608
494
  }
609
- export declare namespace DocumentAttribute {
610
- /**
611
- * @internal
612
- */
613
- const filterSensitiveLog: (obj: DocumentAttribute) => any;
614
- }
615
495
  /**
616
496
  * <p>Provides the configuration information to connect to websites that require
617
497
  * basic user authentication.</p>
@@ -639,12 +519,6 @@ export interface BasicAuthenticationConfiguration {
639
519
  */
640
520
  Credentials: string | undefined;
641
521
  }
642
- export declare namespace BasicAuthenticationConfiguration {
643
- /**
644
- * @internal
645
- */
646
- const filterSensitiveLog: (obj: BasicAuthenticationConfiguration) => any;
647
- }
648
522
  /**
649
523
  * <p>Provides the configuration information to connect to websites that require
650
524
  * user authentication.</p>
@@ -657,12 +531,6 @@ export interface AuthenticationConfiguration {
657
531
  */
658
532
  BasicAuthentication?: BasicAuthenticationConfiguration[];
659
533
  }
660
- export declare namespace AuthenticationConfiguration {
661
- /**
662
- * @internal
663
- */
664
- const filterSensitiveLog: (obj: AuthenticationConfiguration) => any;
665
- }
666
534
  /**
667
535
  * <p>Maps a particular data source sync job to a particular data
668
536
  * source.</p>
@@ -683,12 +551,6 @@ export interface DataSourceSyncJobMetricTarget {
683
551
  */
684
552
  DataSourceSyncJobId?: string;
685
553
  }
686
- export declare namespace DataSourceSyncJobMetricTarget {
687
- /**
688
- * @internal
689
- */
690
- const filterSensitiveLog: (obj: DataSourceSyncJobMetricTarget) => any;
691
- }
692
554
  export interface BatchDeleteDocumentRequest {
693
555
  /**
694
556
  * <p>The identifier of the index that contains the documents to
@@ -705,12 +567,6 @@ export interface BatchDeleteDocumentRequest {
705
567
  */
706
568
  DataSourceSyncJobMetricTarget?: DataSourceSyncJobMetricTarget;
707
569
  }
708
- export declare namespace BatchDeleteDocumentRequest {
709
- /**
710
- * @internal
711
- */
712
- const filterSensitiveLog: (obj: BatchDeleteDocumentRequest) => any;
713
- }
714
570
  export declare enum ErrorCode {
715
571
  INTERNAL_ERROR = "InternalError",
716
572
  INVALID_REQUEST = "InvalidRequest"
@@ -737,12 +593,6 @@ export interface BatchDeleteDocumentResponseFailedDocument {
737
593
  */
738
594
  ErrorMessage?: string;
739
595
  }
740
- export declare namespace BatchDeleteDocumentResponseFailedDocument {
741
- /**
742
- * @internal
743
- */
744
- const filterSensitiveLog: (obj: BatchDeleteDocumentResponseFailedDocument) => any;
745
- }
746
596
  export interface BatchDeleteDocumentResponse {
747
597
  /**
748
598
  * <p>A list of documents that could not be removed from the index. Each
@@ -751,12 +601,6 @@ export interface BatchDeleteDocumentResponse {
751
601
  */
752
602
  FailedDocuments?: BatchDeleteDocumentResponseFailedDocument[];
753
603
  }
754
- export declare namespace BatchDeleteDocumentResponse {
755
- /**
756
- * @internal
757
- */
758
- const filterSensitiveLog: (obj: BatchDeleteDocumentResponse) => any;
759
- }
760
604
  /**
761
605
  * <p></p>
762
606
  */
@@ -816,12 +660,6 @@ export interface DocumentInfo {
816
660
  */
817
661
  Attributes?: DocumentAttribute[];
818
662
  }
819
- export declare namespace DocumentInfo {
820
- /**
821
- * @internal
822
- */
823
- const filterSensitiveLog: (obj: DocumentInfo) => any;
824
- }
825
663
  export interface BatchGetDocumentStatusRequest {
826
664
  /**
827
665
  * <p>The identifier of the index to add documents to. The index ID is
@@ -836,12 +674,6 @@ export interface BatchGetDocumentStatusRequest {
836
674
  */
837
675
  DocumentInfoList: DocumentInfo[] | undefined;
838
676
  }
839
- export declare namespace BatchGetDocumentStatusRequest {
840
- /**
841
- * @internal
842
- */
843
- const filterSensitiveLog: (obj: BatchGetDocumentStatusRequest) => any;
844
- }
845
677
  export declare enum DocumentStatus {
846
678
  FAILED = "FAILED",
847
679
  INDEXED = "INDEXED",
@@ -875,12 +707,6 @@ export interface Status {
875
707
  */
876
708
  FailureReason?: string;
877
709
  }
878
- export declare namespace Status {
879
- /**
880
- * @internal
881
- */
882
- const filterSensitiveLog: (obj: Status) => any;
883
- }
884
710
  /**
885
711
  * <p>Provides a response when the status of a document could not be retrieved.</p>
886
712
  */
@@ -899,12 +725,6 @@ export interface BatchGetDocumentStatusResponseError {
899
725
  */
900
726
  ErrorMessage?: string;
901
727
  }
902
- export declare namespace BatchGetDocumentStatusResponseError {
903
- /**
904
- * @internal
905
- */
906
- const filterSensitiveLog: (obj: BatchGetDocumentStatusResponseError) => any;
907
- }
908
728
  export interface BatchGetDocumentStatusResponse {
909
729
  /**
910
730
  * <p>A list of documents that Amazon Kendra couldn't get the status for. The
@@ -920,12 +740,6 @@ export interface BatchGetDocumentStatusResponse {
920
740
  */
921
741
  DocumentStatusList?: Status[];
922
742
  }
923
- export declare namespace BatchGetDocumentStatusResponse {
924
- /**
925
- * @internal
926
- */
927
- const filterSensitiveLog: (obj: BatchGetDocumentStatusResponse) => any;
928
- }
929
743
  export declare enum ConditionOperator {
930
744
  BeginsWith = "BeginsWith",
931
745
  Contains = "Contains",
@@ -974,12 +788,6 @@ export interface DocumentAttributeCondition {
974
788
  */
975
789
  ConditionOnValue?: DocumentAttributeValue;
976
790
  }
977
- export declare namespace DocumentAttributeCondition {
978
- /**
979
- * @internal
980
- */
981
- const filterSensitiveLog: (obj: DocumentAttributeCondition) => any;
982
- }
983
791
  /**
984
792
  * <p>The target document attribute or metadata field you want to alter when ingesting
985
793
  * documents into Amazon Kendra.</p>
@@ -1016,12 +824,6 @@ export interface DocumentAttributeTarget {
1016
824
  */
1017
825
  TargetDocumentAttributeValue?: DocumentAttributeValue;
1018
826
  }
1019
- export declare namespace DocumentAttributeTarget {
1020
- /**
1021
- * @internal
1022
- */
1023
- const filterSensitiveLog: (obj: DocumentAttributeTarget) => any;
1024
- }
1025
827
  /**
1026
828
  * <p>Provides the configuration information for applying basic logic to alter document
1027
829
  * metadata and content when ingesting documents into Amazon Kendra. To apply advanced
@@ -1047,12 +849,6 @@ export interface InlineCustomDocumentEnrichmentConfiguration {
1047
849
  */
1048
850
  DocumentContentDeletion?: boolean;
1049
851
  }
1050
- export declare namespace InlineCustomDocumentEnrichmentConfiguration {
1051
- /**
1052
- * @internal
1053
- */
1054
- const filterSensitiveLog: (obj: InlineCustomDocumentEnrichmentConfiguration) => any;
1055
- }
1056
852
  /**
1057
853
  * <p>Provides the configuration information for invoking a Lambda function in
1058
854
  * Lambda to alter document metadata and content when ingesting
@@ -1086,12 +882,6 @@ export interface HookConfiguration {
1086
882
  */
1087
883
  S3Bucket: string | undefined;
1088
884
  }
1089
- export declare namespace HookConfiguration {
1090
- /**
1091
- * @internal
1092
- */
1093
- const filterSensitiveLog: (obj: HookConfiguration) => any;
1094
- }
1095
885
  /**
1096
886
  * <p>Provides the configuration information for altering document metadata and content
1097
887
  * during the document ingestion process.</p>
@@ -1130,12 +920,6 @@ export interface CustomDocumentEnrichmentConfiguration {
1130
920
  */
1131
921
  RoleArn?: string;
1132
922
  }
1133
- export declare namespace CustomDocumentEnrichmentConfiguration {
1134
- /**
1135
- * @internal
1136
- */
1137
- const filterSensitiveLog: (obj: CustomDocumentEnrichmentConfiguration) => any;
1138
- }
1139
923
  export declare enum ReadAccessType {
1140
924
  ALLOW = "ALLOW",
1141
925
  DENY = "DENY"
@@ -1166,12 +950,6 @@ export interface Principal {
1166
950
  */
1167
951
  DataSourceId?: string;
1168
952
  }
1169
- export declare namespace Principal {
1170
- /**
1171
- * @internal
1172
- */
1173
- const filterSensitiveLog: (obj: Principal) => any;
1174
- }
1175
953
  export declare enum ContentType {
1176
954
  HTML = "HTML",
1177
955
  MS_WORD = "MS_WORD",
@@ -1193,12 +971,6 @@ export interface HierarchicalPrincipal {
1193
971
  */
1194
972
  PrincipalList: Principal[] | undefined;
1195
973
  }
1196
- export declare namespace HierarchicalPrincipal {
1197
- /**
1198
- * @internal
1199
- */
1200
- const filterSensitiveLog: (obj: HierarchicalPrincipal) => any;
1201
- }
1202
974
  /**
1203
975
  * <p>A document in an index.</p>
1204
976
  */
@@ -1265,12 +1037,6 @@ export interface Document {
1265
1037
  */
1266
1038
  AccessControlConfigurationId?: string;
1267
1039
  }
1268
- export declare namespace Document {
1269
- /**
1270
- * @internal
1271
- */
1272
- const filterSensitiveLog: (obj: Document) => any;
1273
- }
1274
1040
  export interface BatchPutDocumentRequest {
1275
1041
  /**
1276
1042
  * <p>The identifier of the index to add the documents to. You need to
@@ -1314,12 +1080,6 @@ export interface BatchPutDocumentRequest {
1314
1080
  */
1315
1081
  CustomDocumentEnrichmentConfiguration?: CustomDocumentEnrichmentConfiguration;
1316
1082
  }
1317
- export declare namespace BatchPutDocumentRequest {
1318
- /**
1319
- * @internal
1320
- */
1321
- const filterSensitiveLog: (obj: BatchPutDocumentRequest) => any;
1322
- }
1323
1083
  /**
1324
1084
  * <p>Provides information about a document that could not be
1325
1085
  * indexed.</p>
@@ -1340,12 +1100,6 @@ export interface BatchPutDocumentResponseFailedDocument {
1340
1100
  */
1341
1101
  ErrorMessage?: string;
1342
1102
  }
1343
- export declare namespace BatchPutDocumentResponseFailedDocument {
1344
- /**
1345
- * @internal
1346
- */
1347
- const filterSensitiveLog: (obj: BatchPutDocumentResponseFailedDocument) => any;
1348
- }
1349
1103
  export interface BatchPutDocumentResponse {
1350
1104
  /**
1351
1105
  * <p>A list of documents that were not added to the index because the
@@ -1359,12 +1113,6 @@ export interface BatchPutDocumentResponse {
1359
1113
  */
1360
1114
  FailedDocuments?: BatchPutDocumentResponseFailedDocument[];
1361
1115
  }
1362
- export declare namespace BatchPutDocumentResponse {
1363
- /**
1364
- * @internal
1365
- */
1366
- const filterSensitiveLog: (obj: BatchPutDocumentResponse) => any;
1367
- }
1368
1116
  /**
1369
1117
  * <p></p>
1370
1118
  */
@@ -1383,12 +1131,6 @@ export interface ClearQuerySuggestionsRequest {
1383
1131
  */
1384
1132
  IndexId: string | undefined;
1385
1133
  }
1386
- export declare namespace ClearQuerySuggestionsRequest {
1387
- /**
1388
- * @internal
1389
- */
1390
- const filterSensitiveLog: (obj: ClearQuerySuggestionsRequest) => any;
1391
- }
1392
1134
  export interface CreateAccessControlConfigurationRequest {
1393
1135
  /**
1394
1136
  * <p>The identifier of the index to create an access control configuration for
@@ -1422,24 +1164,12 @@ export interface CreateAccessControlConfigurationRequest {
1422
1164
  */
1423
1165
  ClientToken?: string;
1424
1166
  }
1425
- export declare namespace CreateAccessControlConfigurationRequest {
1426
- /**
1427
- * @internal
1428
- */
1429
- const filterSensitiveLog: (obj: CreateAccessControlConfigurationRequest) => any;
1430
- }
1431
1167
  export interface CreateAccessControlConfigurationResponse {
1432
1168
  /**
1433
1169
  * <p>The identifier of the access control configuration for your documents in an index.</p>
1434
1170
  */
1435
1171
  Id: string | undefined;
1436
1172
  }
1437
- export declare namespace CreateAccessControlConfigurationResponse {
1438
- /**
1439
- * @internal
1440
- */
1441
- const filterSensitiveLog: (obj: CreateAccessControlConfigurationResponse) => any;
1442
- }
1443
1173
  /**
1444
1174
  * <p>Provides the configuration information to connect to Box as
1445
1175
  * your data source.</p>
@@ -1558,12 +1288,6 @@ export interface BoxConfiguration {
1558
1288
  */
1559
1289
  VpcConfiguration?: DataSourceVpcConfiguration;
1560
1290
  }
1561
- export declare namespace BoxConfiguration {
1562
- /**
1563
- * @internal
1564
- */
1565
- const filterSensitiveLog: (obj: BoxConfiguration) => any;
1566
- }
1567
1291
  export declare enum ConfluenceAttachmentFieldName {
1568
1292
  AUTHOR = "AUTHOR",
1569
1293
  CONTENT_TYPE = "CONTENT_TYPE",
@@ -1605,12 +1329,6 @@ export interface ConfluenceAttachmentToIndexFieldMapping {
1605
1329
  */
1606
1330
  IndexFieldName?: string;
1607
1331
  }
1608
- export declare namespace ConfluenceAttachmentToIndexFieldMapping {
1609
- /**
1610
- * @internal
1611
- */
1612
- const filterSensitiveLog: (obj: ConfluenceAttachmentToIndexFieldMapping) => any;
1613
- }
1614
1332
  /**
1615
1333
  * <p>Configuration of attachment settings for the Confluence data source.
1616
1334
  * Attachment settings are optional, if you don't specify settings
@@ -1633,12 +1351,6 @@ export interface ConfluenceAttachmentConfiguration {
1633
1351
  */
1634
1352
  AttachmentFieldMappings?: ConfluenceAttachmentToIndexFieldMapping[];
1635
1353
  }
1636
- export declare namespace ConfluenceAttachmentConfiguration {
1637
- /**
1638
- * @internal
1639
- */
1640
- const filterSensitiveLog: (obj: ConfluenceAttachmentConfiguration) => any;
1641
- }
1642
1354
  export declare enum ConfluenceBlogFieldName {
1643
1355
  AUTHOR = "AUTHOR",
1644
1356
  DISPLAY_URL = "DISPLAY_URL",
@@ -1676,12 +1388,6 @@ export interface ConfluenceBlogToIndexFieldMapping {
1676
1388
  */
1677
1389
  IndexFieldName?: string;
1678
1390
  }
1679
- export declare namespace ConfluenceBlogToIndexFieldMapping {
1680
- /**
1681
- * @internal
1682
- */
1683
- const filterSensitiveLog: (obj: ConfluenceBlogToIndexFieldMapping) => any;
1684
- }
1685
1391
  /**
1686
1392
  * <p>Configuration of blog settings for the Confluence data source. Blogs
1687
1393
  * are always indexed unless filtered from the index by the
@@ -1700,12 +1406,6 @@ export interface ConfluenceBlogConfiguration {
1700
1406
  */
1701
1407
  BlogFieldMappings?: ConfluenceBlogToIndexFieldMapping[];
1702
1408
  }
1703
- export declare namespace ConfluenceBlogConfiguration {
1704
- /**
1705
- * @internal
1706
- */
1707
- const filterSensitiveLog: (obj: ConfluenceBlogConfiguration) => any;
1708
- }
1709
1409
  export declare enum ConfluencePageFieldName {
1710
1410
  AUTHOR = "AUTHOR",
1711
1411
  CONTENT_STATUS = "CONTENT_STATUS",
@@ -1746,12 +1446,6 @@ export interface ConfluencePageToIndexFieldMapping {
1746
1446
  */
1747
1447
  IndexFieldName?: string;
1748
1448
  }
1749
- export declare namespace ConfluencePageToIndexFieldMapping {
1750
- /**
1751
- * @internal
1752
- */
1753
- const filterSensitiveLog: (obj: ConfluencePageToIndexFieldMapping) => any;
1754
- }
1755
1449
  /**
1756
1450
  * <p>Configuration of the page settings for the Confluence data source.</p>
1757
1451
  */
@@ -1767,12 +1461,6 @@ export interface ConfluencePageConfiguration {
1767
1461
  */
1768
1462
  PageFieldMappings?: ConfluencePageToIndexFieldMapping[];
1769
1463
  }
1770
- export declare namespace ConfluencePageConfiguration {
1771
- /**
1772
- * @internal
1773
- */
1774
- const filterSensitiveLog: (obj: ConfluencePageConfiguration) => any;
1775
- }
1776
1464
  export declare enum ConfluenceSpaceFieldName {
1777
1465
  DISPLAY_URL = "DISPLAY_URL",
1778
1466
  ITEM_TYPE = "ITEM_TYPE",
@@ -1805,12 +1493,6 @@ export interface ConfluenceSpaceToIndexFieldMapping {
1805
1493
  */
1806
1494
  IndexFieldName?: string;
1807
1495
  }
1808
- export declare namespace ConfluenceSpaceToIndexFieldMapping {
1809
- /**
1810
- * @internal
1811
- */
1812
- const filterSensitiveLog: (obj: ConfluenceSpaceToIndexFieldMapping) => any;
1813
- }
1814
1496
  /**
1815
1497
  * <p>Configuration information for indexing Confluence spaces.</p>
1816
1498
  */
@@ -1858,12 +1540,6 @@ export interface ConfluenceSpaceConfiguration {
1858
1540
  */
1859
1541
  SpaceFieldMappings?: ConfluenceSpaceToIndexFieldMapping[];
1860
1542
  }
1861
- export declare namespace ConfluenceSpaceConfiguration {
1862
- /**
1863
- * @internal
1864
- */
1865
- const filterSensitiveLog: (obj: ConfluenceSpaceConfiguration) => any;
1866
- }
1867
1543
  export declare enum ConfluenceVersion {
1868
1544
  CLOUD = "CLOUD",
1869
1545
  SERVER = "SERVER"
@@ -1932,12 +1608,6 @@ export interface ConfluenceConfiguration {
1932
1608
  */
1933
1609
  ExclusionPatterns?: string[];
1934
1610
  }
1935
- export declare namespace ConfluenceConfiguration {
1936
- /**
1937
- * @internal
1938
- */
1939
- const filterSensitiveLog: (obj: ConfluenceConfiguration) => any;
1940
- }
1941
1611
  /**
1942
1612
  * <p>Provides information about how Amazon Kendra should use the columns of
1943
1613
  * a database in an index.</p>
@@ -1967,12 +1637,6 @@ export interface ColumnConfiguration {
1967
1637
  */
1968
1638
  ChangeDetectingColumns: string[] | undefined;
1969
1639
  }
1970
- export declare namespace ColumnConfiguration {
1971
- /**
1972
- * @internal
1973
- */
1974
- const filterSensitiveLog: (obj: ColumnConfiguration) => any;
1975
- }
1976
1640
  /**
1977
1641
  * <p>Provides the configuration information that's required to connect to a
1978
1642
  * database.</p>
@@ -2006,12 +1670,6 @@ export interface ConnectionConfiguration {
2006
1670
  */
2007
1671
  SecretArn: string | undefined;
2008
1672
  }
2009
- export declare namespace ConnectionConfiguration {
2010
- /**
2011
- * @internal
2012
- */
2013
- const filterSensitiveLog: (obj: ConnectionConfiguration) => any;
2014
- }
2015
1673
  export declare enum DatabaseEngineType {
2016
1674
  RDS_AURORA_MYSQL = "RDS_AURORA_MYSQL",
2017
1675
  RDS_AURORA_POSTGRESQL = "RDS_AURORA_POSTGRESQL",
@@ -2043,12 +1701,6 @@ export interface SqlConfiguration {
2043
1701
  */
2044
1702
  QueryIdentifiersEnclosingOption?: QueryIdentifiersEnclosingOption | string;
2045
1703
  }
2046
- export declare namespace SqlConfiguration {
2047
- /**
2048
- * @internal
2049
- */
2050
- const filterSensitiveLog: (obj: SqlConfiguration) => any;
2051
- }
2052
1704
  /**
2053
1705
  * <p>Provides the configuration information to connect to a
2054
1706
  * index. </p>
@@ -2082,12 +1734,6 @@ export interface DatabaseConfiguration {
2082
1734
  */
2083
1735
  SqlConfiguration?: SqlConfiguration;
2084
1736
  }
2085
- export declare namespace DatabaseConfiguration {
2086
- /**
2087
- * @internal
2088
- */
2089
- const filterSensitiveLog: (obj: DatabaseConfiguration) => any;
2090
- }
2091
1737
  export declare enum FsxFileSystemType {
2092
1738
  WINDOWS = "WINDOWS"
2093
1739
  }
@@ -2165,12 +1811,6 @@ export interface FsxConfiguration {
2165
1811
  */
2166
1812
  FieldMappings?: DataSourceToIndexFieldMapping[];
2167
1813
  }
2168
- export declare namespace FsxConfiguration {
2169
- /**
2170
- * @internal
2171
- */
2172
- const filterSensitiveLog: (obj: FsxConfiguration) => any;
2173
- }
2174
1814
  /**
2175
1815
  * <p>Provides the configuration information to include certain types of GitHub content. You can
2176
1816
  * configure to index repository files only, or also include issues and pull requests,
@@ -2213,12 +1853,6 @@ export interface GitHubDocumentCrawlProperties {
2213
1853
  */
2214
1854
  CrawlPullRequestCommentAttachment?: boolean;
2215
1855
  }
2216
- export declare namespace GitHubDocumentCrawlProperties {
2217
- /**
2218
- * @internal
2219
- */
2220
- const filterSensitiveLog: (obj: GitHubDocumentCrawlProperties) => any;
2221
- }
2222
1856
  /**
2223
1857
  * <p>Provides the configuration information to connect to GitHub Enterprise Server (on premises).</p>
2224
1858
  */
@@ -2241,12 +1875,6 @@ export interface OnPremiseConfiguration {
2241
1875
  */
2242
1876
  SslCertificateS3Path: S3Path | undefined;
2243
1877
  }
2244
- export declare namespace OnPremiseConfiguration {
2245
- /**
2246
- * @internal
2247
- */
2248
- const filterSensitiveLog: (obj: OnPremiseConfiguration) => any;
2249
- }
2250
1878
  /**
2251
1879
  * <p>Provides the configuration information to connect to GitHub Enterprise Cloud (SaaS).</p>
2252
1880
  */
@@ -2263,12 +1891,6 @@ export interface SaaSConfiguration {
2263
1891
  */
2264
1892
  HostUrl: string | undefined;
2265
1893
  }
2266
- export declare namespace SaaSConfiguration {
2267
- /**
2268
- * @internal
2269
- */
2270
- const filterSensitiveLog: (obj: SaaSConfiguration) => any;
2271
- }
2272
1894
  export declare enum Type {
2273
1895
  ON_PREMISE = "ON_PREMISE",
2274
1896
  SAAS = "SAAS"
@@ -2440,12 +2062,6 @@ export interface GitHubConfiguration {
2440
2062
  */
2441
2063
  GitHubPullRequestDocumentAttachmentConfigurationFieldMappings?: DataSourceToIndexFieldMapping[];
2442
2064
  }
2443
- export declare namespace GitHubConfiguration {
2444
- /**
2445
- * @internal
2446
- */
2447
- const filterSensitiveLog: (obj: GitHubConfiguration) => any;
2448
- }
2449
2065
  /**
2450
2066
  * <p>Provides the configuration information to connect to
2451
2067
  * Google Drive as your data source.</p>
@@ -2504,12 +2120,6 @@ export interface GoogleDriveConfiguration {
2504
2120
  */
2505
2121
  ExcludeSharedDrives?: string[];
2506
2122
  }
2507
- export declare namespace GoogleDriveConfiguration {
2508
- /**
2509
- * @internal
2510
- */
2511
- const filterSensitiveLog: (obj: GoogleDriveConfiguration) => any;
2512
- }
2513
2123
  export declare enum IssueSubEntity {
2514
2124
  ATTACHMENTS = "ATTACHMENTS",
2515
2125
  COMMENTS = "COMMENTS",
@@ -2644,12 +2254,6 @@ export interface JiraConfiguration {
2644
2254
  */
2645
2255
  VpcConfiguration?: DataSourceVpcConfiguration;
2646
2256
  }
2647
- export declare namespace JiraConfiguration {
2648
- /**
2649
- * @internal
2650
- */
2651
- const filterSensitiveLog: (obj: JiraConfiguration) => any;
2652
- }
2653
2257
  /**
2654
2258
  * <p>User accounts whose documents should be indexed.</p>
2655
2259
  */
@@ -2669,12 +2273,6 @@ export interface OneDriveUsers {
2669
2273
  */
2670
2274
  OneDriveUserS3Path?: S3Path;
2671
2275
  }
2672
- export declare namespace OneDriveUsers {
2673
- /**
2674
- * @internal
2675
- */
2676
- const filterSensitiveLog: (obj: OneDriveUsers) => any;
2677
- }
2678
2276
  /**
2679
2277
  * <p>Provides the configuration information to connect
2680
2278
  * to OneDrive as your data source.</p>
@@ -2730,12 +2328,6 @@ export interface OneDriveConfiguration {
2730
2328
  */
2731
2329
  DisableLocalGroups?: boolean;
2732
2330
  }
2733
- export declare namespace OneDriveConfiguration {
2734
- /**
2735
- * @internal
2736
- */
2737
- const filterSensitiveLog: (obj: OneDriveConfiguration) => any;
2738
- }
2739
2331
  /**
2740
2332
  * <p>Provides the configuration information to connect to Quip as your data source.</p>
2741
2333
  */
@@ -2830,12 +2422,6 @@ export interface QuipConfiguration {
2830
2422
  */
2831
2423
  VpcConfiguration?: DataSourceVpcConfiguration;
2832
2424
  }
2833
- export declare namespace QuipConfiguration {
2834
- /**
2835
- * @internal
2836
- */
2837
- const filterSensitiveLog: (obj: QuipConfiguration) => any;
2838
- }
2839
2425
  /**
2840
2426
  * <p>Document metadata files that contain information such as the
2841
2427
  * document access control information, source URI, document author,
@@ -2851,12 +2437,6 @@ export interface DocumentsMetadataConfiguration {
2851
2437
  */
2852
2438
  S3Prefix?: string;
2853
2439
  }
2854
- export declare namespace DocumentsMetadataConfiguration {
2855
- /**
2856
- * @internal
2857
- */
2858
- const filterSensitiveLog: (obj: DocumentsMetadataConfiguration) => any;
2859
- }
2860
2440
  /**
2861
2441
  * <p>Provides the configuration information to connect to
2862
2442
  * an Amazon S3 bucket.</p>
@@ -2939,12 +2519,6 @@ export interface S3DataSourceConfiguration {
2939
2519
  */
2940
2520
  AccessControlListConfiguration?: AccessControlListConfiguration;
2941
2521
  }
2942
- export declare namespace S3DataSourceConfiguration {
2943
- /**
2944
- * @internal
2945
- */
2946
- const filterSensitiveLog: (obj: S3DataSourceConfiguration) => any;
2947
- }
2948
2522
  export declare enum SalesforceChatterFeedIncludeFilterType {
2949
2523
  ACTIVE_USER = "ACTIVE_USER",
2950
2524
  STANDARD_USER = "STANDARD_USER"
@@ -2981,12 +2555,6 @@ export interface SalesforceChatterFeedConfiguration {
2981
2555
  */
2982
2556
  IncludeFilterTypes?: (SalesforceChatterFeedIncludeFilterType | string)[];
2983
2557
  }
2984
- export declare namespace SalesforceChatterFeedConfiguration {
2985
- /**
2986
- * @internal
2987
- */
2988
- const filterSensitiveLog: (obj: SalesforceChatterFeedConfiguration) => any;
2989
- }
2990
2558
  /**
2991
2559
  * <p>Provides the configuration information for indexing Salesforce custom
2992
2560
  * articles.</p>
@@ -3015,12 +2583,6 @@ export interface SalesforceCustomKnowledgeArticleTypeConfiguration {
3015
2583
  */
3016
2584
  FieldMappings?: DataSourceToIndexFieldMapping[];
3017
2585
  }
3018
- export declare namespace SalesforceCustomKnowledgeArticleTypeConfiguration {
3019
- /**
3020
- * @internal
3021
- */
3022
- const filterSensitiveLog: (obj: SalesforceCustomKnowledgeArticleTypeConfiguration) => any;
3023
- }
3024
2586
  export declare enum SalesforceKnowledgeArticleState {
3025
2587
  ARCHIVED = "ARCHIVED",
3026
2588
  DRAFT = "DRAFT",
@@ -3049,12 +2611,6 @@ export interface SalesforceStandardKnowledgeArticleTypeConfiguration {
3049
2611
  */
3050
2612
  FieldMappings?: DataSourceToIndexFieldMapping[];
3051
2613
  }
3052
- export declare namespace SalesforceStandardKnowledgeArticleTypeConfiguration {
3053
- /**
3054
- * @internal
3055
- */
3056
- const filterSensitiveLog: (obj: SalesforceStandardKnowledgeArticleTypeConfiguration) => any;
3057
- }
3058
2614
  /**
3059
2615
  * <p>Provides the configuration information for the knowledge article
3060
2616
  * types that Amazon Kendra indexes. Amazon Kendra indexes standard knowledge
@@ -3079,12 +2635,6 @@ export interface SalesforceKnowledgeArticleConfiguration {
3079
2635
  */
3080
2636
  CustomKnowledgeArticleTypeConfigurations?: SalesforceCustomKnowledgeArticleTypeConfiguration[];
3081
2637
  }
3082
- export declare namespace SalesforceKnowledgeArticleConfiguration {
3083
- /**
3084
- * @internal
3085
- */
3086
- const filterSensitiveLog: (obj: SalesforceKnowledgeArticleConfiguration) => any;
3087
- }
3088
2638
  /**
3089
2639
  * <p>Provides the configuration information for processing attachments to
3090
2640
  * Salesforce standard objects.</p>
@@ -3100,12 +2650,6 @@ export interface SalesforceStandardObjectAttachmentConfiguration {
3100
2650
  */
3101
2651
  FieldMappings?: DataSourceToIndexFieldMapping[];
3102
2652
  }
3103
- export declare namespace SalesforceStandardObjectAttachmentConfiguration {
3104
- /**
3105
- * @internal
3106
- */
3107
- const filterSensitiveLog: (obj: SalesforceStandardObjectAttachmentConfiguration) => any;
3108
- }
3109
2653
  export declare enum SalesforceStandardObjectName {
3110
2654
  ACCOUNT = "ACCOUNT",
3111
2655
  CAMPAIGN = "CAMPAIGN",
@@ -3153,12 +2697,6 @@ export interface SalesforceStandardObjectConfiguration {
3153
2697
  */
3154
2698
  FieldMappings?: DataSourceToIndexFieldMapping[];
3155
2699
  }
3156
- export declare namespace SalesforceStandardObjectConfiguration {
3157
- /**
3158
- * @internal
3159
- */
3160
- const filterSensitiveLog: (obj: SalesforceStandardObjectConfiguration) => any;
3161
- }
3162
2700
  /**
3163
2701
  * <p>Provides the configuration information to connect to Salesforce
3164
2702
  * as your data source.</p>
@@ -3247,12 +2785,6 @@ export interface SalesforceConfiguration {
3247
2785
  */
3248
2786
  ExcludeAttachmentFilePatterns?: string[];
3249
2787
  }
3250
- export declare namespace SalesforceConfiguration {
3251
- /**
3252
- * @internal
3253
- */
3254
- const filterSensitiveLog: (obj: SalesforceConfiguration) => any;
3255
- }
3256
2788
  export declare enum ServiceNowAuthenticationType {
3257
2789
  HTTP_BASIC = "HTTP_BASIC",
3258
2790
  OAUTH2 = "OAUTH2"
@@ -3315,12 +2847,6 @@ export interface ServiceNowKnowledgeArticleConfiguration {
3315
2847
  */
3316
2848
  FilterQuery?: string;
3317
2849
  }
3318
- export declare namespace ServiceNowKnowledgeArticleConfiguration {
3319
- /**
3320
- * @internal
3321
- */
3322
- const filterSensitiveLog: (obj: ServiceNowKnowledgeArticleConfiguration) => any;
3323
- }
3324
2850
  /**
3325
2851
  * <p>Provides the configuration information for crawling service catalog
3326
2852
  * items in the ServiceNow site</p>
@@ -3368,12 +2894,6 @@ export interface ServiceNowServiceCatalogConfiguration {
3368
2894
  */
3369
2895
  FieldMappings?: DataSourceToIndexFieldMapping[];
3370
2896
  }
3371
- export declare namespace ServiceNowServiceCatalogConfiguration {
3372
- /**
3373
- * @internal
3374
- */
3375
- const filterSensitiveLog: (obj: ServiceNowServiceCatalogConfiguration) => any;
3376
- }
3377
2897
  export declare enum ServiceNowBuildVersionType {
3378
2898
  LONDON = "LONDON",
3379
2899
  OTHERS = "OTHERS"
@@ -3429,11 +2949,9 @@ export interface ServiceNowConfiguration {
3429
2949
  */
3430
2950
  AuthenticationType?: ServiceNowAuthenticationType | string;
3431
2951
  }
3432
- export declare namespace ServiceNowConfiguration {
3433
- /**
3434
- * @internal
3435
- */
3436
- const filterSensitiveLog: (obj: ServiceNowConfiguration) => any;
2952
+ export declare enum SharePointOnlineAuthenticationType {
2953
+ HTTP_BASIC = "HTTP_BASIC",
2954
+ OAUTH2 = "OAUTH2"
3437
2955
  }
3438
2956
  export declare enum SharePointVersion {
3439
2957
  SHAREPOINT_2013 = "SHAREPOINT_2013",
@@ -3461,6 +2979,10 @@ export interface SharePointConfiguration {
3461
2979
  * domain name as part of the credentials. For
3462
2980
  * more information, see <a href="https://docs.aws.amazon.com/kendra/latest/dg/data-source-sharepoint.html">Using a
3463
2981
  * Microsoft SharePoint Data Source</a>.</p>
2982
+ * <p>You can also provide OAuth authentication credentials of user name,
2983
+ * password, client ID, and client secret. For more information, see
2984
+ * <a href="https://docs.aws.amazon.com/kendra/latest/dg/data-source-sharepoint.html#sharepoint-authentication">Authentication
2985
+ * for a SharePoint data source</a>.</p>
3464
2986
  */
3465
2987
  SecretArn: string | undefined;
3466
2988
  /**
@@ -3526,12 +3048,13 @@ export interface SharePointConfiguration {
3526
3048
  * this to connect to SharePoint.</p>
3527
3049
  */
3528
3050
  SslCertificateS3Path?: S3Path;
3529
- }
3530
- export declare namespace SharePointConfiguration {
3531
3051
  /**
3532
- * @internal
3052
+ * <p>Whether you want to connect to SharePoint using basic authentication of
3053
+ * user name and password, or OAuth authentication of user name, password,
3054
+ * client ID, and client secret. You can use OAuth authentication for
3055
+ * SharePoint Online.</p>
3533
3056
  */
3534
- const filterSensitiveLog: (obj: SharePointConfiguration) => any;
3057
+ AuthenticationType?: SharePointOnlineAuthenticationType | string;
3535
3058
  }
3536
3059
  export declare enum SlackEntity {
3537
3060
  DIRECT_MESSAGE = "DIRECT_MESSAGE",
@@ -3646,12 +3169,6 @@ export interface SlackConfiguration {
3646
3169
  */
3647
3170
  FieldMappings?: DataSourceToIndexFieldMapping[];
3648
3171
  }
3649
- export declare namespace SlackConfiguration {
3650
- /**
3651
- * @internal
3652
- */
3653
- const filterSensitiveLog: (obj: SlackConfiguration) => any;
3654
- }
3655
3172
  /**
3656
3173
  * <p>Provides the configuration information for a web proxy to connect to
3657
3174
  * website hosts.</p>
@@ -3681,12 +3198,6 @@ export interface ProxyConfiguration {
3681
3198
  */
3682
3199
  Credentials?: string;
3683
3200
  }
3684
- export declare namespace ProxyConfiguration {
3685
- /**
3686
- * @internal
3687
- */
3688
- const filterSensitiveLog: (obj: ProxyConfiguration) => any;
3689
- }
3690
3201
  export declare enum WebCrawlerMode {
3691
3202
  EVERYTHING = "EVERYTHING",
3692
3203
  HOST_ONLY = "HOST_ONLY",
@@ -3734,12 +3245,6 @@ export interface SeedUrlConfiguration {
3734
3245
  */
3735
3246
  WebCrawlerMode?: WebCrawlerMode | string;
3736
3247
  }
3737
- export declare namespace SeedUrlConfiguration {
3738
- /**
3739
- * @internal
3740
- */
3741
- const filterSensitiveLog: (obj: SeedUrlConfiguration) => any;
3742
- }
3743
3248
  /**
3744
3249
  * <p>Provides the configuration information for the sitemap URLs to crawl.</p>
3745
3250
  * <p>
@@ -3758,12 +3263,6 @@ export interface SiteMapsConfiguration {
3758
3263
  */
3759
3264
  SiteMaps: string[] | undefined;
3760
3265
  }
3761
- export declare namespace SiteMapsConfiguration {
3762
- /**
3763
- * @internal
3764
- */
3765
- const filterSensitiveLog: (obj: SiteMapsConfiguration) => any;
3766
- }
3767
3266
  /**
3768
3267
  * <p>Provides the configuration information of the URLs to crawl.</p>
3769
3268
  * <p>You can only crawl websites that use the secure communication protocol,
@@ -3794,12 +3293,6 @@ export interface Urls {
3794
3293
  */
3795
3294
  SiteMapsConfiguration?: SiteMapsConfiguration;
3796
3295
  }
3797
- export declare namespace Urls {
3798
- /**
3799
- * @internal
3800
- */
3801
- const filterSensitiveLog: (obj: Urls) => any;
3802
- }
3803
3296
  /**
3804
3297
  * <p>Provides the configuration information required for Amazon Kendra
3805
3298
  * Web Crawler.</p>
@@ -3891,12 +3384,6 @@ export interface WebCrawlerConfiguration {
3891
3384
  */
3892
3385
  AuthenticationConfiguration?: AuthenticationConfiguration;
3893
3386
  }
3894
- export declare namespace WebCrawlerConfiguration {
3895
- /**
3896
- * @internal
3897
- */
3898
- const filterSensitiveLog: (obj: WebCrawlerConfiguration) => any;
3899
- }
3900
3387
  /**
3901
3388
  * <p>Provides the configuration information to connect to Amazon WorkDocs
3902
3389
  * as your data source.</p>
@@ -3961,12 +3448,6 @@ export interface WorkDocsConfiguration {
3961
3448
  */
3962
3449
  FieldMappings?: DataSourceToIndexFieldMapping[];
3963
3450
  }
3964
- export declare namespace WorkDocsConfiguration {
3965
- /**
3966
- * @internal
3967
- */
3968
- const filterSensitiveLog: (obj: WorkDocsConfiguration) => any;
3969
- }
3970
3451
  /**
3971
3452
  * <p>Provides the configuration information for an Amazon Kendra data source.</p>
3972
3453
  */
@@ -4056,12 +3537,6 @@ export interface DataSourceConfiguration {
4056
3537
  */
4057
3538
  AlfrescoConfiguration?: AlfrescoConfiguration;
4058
3539
  }
4059
- export declare namespace DataSourceConfiguration {
4060
- /**
4061
- * @internal
4062
- */
4063
- const filterSensitiveLog: (obj: DataSourceConfiguration) => any;
4064
- }
4065
3540
  /**
4066
3541
  * <p>A list of key/value pairs that identify an index, FAQ, or data source.
4067
3542
  * Tag keys and values can consist of Unicode letters, digits, white space,
@@ -4079,12 +3554,6 @@ export interface Tag {
4079
3554
  */
4080
3555
  Value: string | undefined;
4081
3556
  }
4082
- export declare namespace Tag {
4083
- /**
4084
- * @internal
4085
- */
4086
- const filterSensitiveLog: (obj: Tag) => any;
4087
- }
4088
3557
  export declare enum DataSourceType {
4089
3558
  ALFRESCO = "ALFRESCO",
4090
3559
  BOX = "BOX",
@@ -4184,24 +3653,12 @@ export interface CreateDataSourceRequest {
4184
3653
  */
4185
3654
  CustomDocumentEnrichmentConfiguration?: CustomDocumentEnrichmentConfiguration;
4186
3655
  }
4187
- export declare namespace CreateDataSourceRequest {
4188
- /**
4189
- * @internal
4190
- */
4191
- const filterSensitiveLog: (obj: CreateDataSourceRequest) => any;
4192
- }
4193
3656
  export interface CreateDataSourceResponse {
4194
3657
  /**
4195
3658
  * <p>The identifier of the data source connector.</p>
4196
3659
  */
4197
3660
  Id: string | undefined;
4198
3661
  }
4199
- export declare namespace CreateDataSourceResponse {
4200
- /**
4201
- * @internal
4202
- */
4203
- const filterSensitiveLog: (obj: CreateDataSourceResponse) => any;
4204
- }
4205
3662
  /**
4206
3663
  * <p>Provides the configuration information for your content sources, such as data sources,
4207
3664
  * FAQs, and content indexed directly via <a href="https://docs.aws.amazon.com/kendra/latest/dg/API_BatchPutDocument.html">BatchPutDocument</a>.</p>
@@ -4222,12 +3679,6 @@ export interface ContentSourceConfiguration {
4222
3679
  */
4223
3680
  DirectPutContent?: boolean;
4224
3681
  }
4225
- export declare namespace ContentSourceConfiguration {
4226
- /**
4227
- * @internal
4228
- */
4229
- const filterSensitiveLog: (obj: ContentSourceConfiguration) => any;
4230
- }
4231
3682
  /**
4232
3683
  * <p>Provides the configuration information for the identifiers of your users.</p>
4233
3684
  */
@@ -4243,12 +3694,6 @@ export interface UserIdentityConfiguration {
4243
3694
  */
4244
3695
  IdentityAttributeName?: string;
4245
3696
  }
4246
- export declare namespace UserIdentityConfiguration {
4247
- /**
4248
- * @internal
4249
- */
4250
- const filterSensitiveLog: (obj: UserIdentityConfiguration) => any;
4251
- }
4252
3697
  /**
4253
3698
  * <p>Provides the configuration information for your Amazon Kendra experience. This includes
4254
3699
  * the data source IDs and/or FAQ IDs, and user or group information to grant access
@@ -4267,12 +3712,6 @@ export interface ExperienceConfiguration {
4267
3712
  */
4268
3713
  UserIdentityConfiguration?: UserIdentityConfiguration;
4269
3714
  }
4270
- export declare namespace ExperienceConfiguration {
4271
- /**
4272
- * @internal
4273
- */
4274
- const filterSensitiveLog: (obj: ExperienceConfiguration) => any;
4275
- }
4276
3715
  export interface CreateExperienceRequest {
4277
3716
  /**
4278
3717
  * <p>A name for your Amazon Kendra experience.</p>
@@ -4307,24 +3746,12 @@ export interface CreateExperienceRequest {
4307
3746
  */
4308
3747
  ClientToken?: string;
4309
3748
  }
4310
- export declare namespace CreateExperienceRequest {
4311
- /**
4312
- * @internal
4313
- */
4314
- const filterSensitiveLog: (obj: CreateExperienceRequest) => any;
4315
- }
4316
3749
  export interface CreateExperienceResponse {
4317
3750
  /**
4318
3751
  * <p>The identifier for your created Amazon Kendra experience.</p>
4319
3752
  */
4320
3753
  Id: string | undefined;
4321
3754
  }
4322
- export declare namespace CreateExperienceResponse {
4323
- /**
4324
- * @internal
4325
- */
4326
- const filterSensitiveLog: (obj: CreateExperienceResponse) => any;
4327
- }
4328
3755
  export declare enum FaqFileFormat {
4329
3756
  CSV = "CSV",
4330
3757
  CSV_WITH_HEADER = "CSV_WITH_HEADER",
@@ -4382,24 +3809,12 @@ export interface CreateFaqRequest {
4382
3809
  */
4383
3810
  LanguageCode?: string;
4384
3811
  }
4385
- export declare namespace CreateFaqRequest {
4386
- /**
4387
- * @internal
4388
- */
4389
- const filterSensitiveLog: (obj: CreateFaqRequest) => any;
4390
- }
4391
3812
  export interface CreateFaqResponse {
4392
3813
  /**
4393
3814
  * <p>The unique identifier of the FAQ.</p>
4394
3815
  */
4395
3816
  Id?: string;
4396
3817
  }
4397
- export declare namespace CreateFaqResponse {
4398
- /**
4399
- * @internal
4400
- */
4401
- const filterSensitiveLog: (obj: CreateFaqResponse) => any;
4402
- }
4403
3818
  export declare enum IndexEdition {
4404
3819
  DEVELOPER_EDITION = "DEVELOPER_EDITION",
4405
3820
  ENTERPRISE_EDITION = "ENTERPRISE_EDITION"
@@ -4416,12 +3831,6 @@ export interface ServerSideEncryptionConfiguration {
4416
3831
  */
4417
3832
  KmsKeyId?: string;
4418
3833
  }
4419
- export declare namespace ServerSideEncryptionConfiguration {
4420
- /**
4421
- * @internal
4422
- */
4423
- const filterSensitiveLog: (obj: ServerSideEncryptionConfiguration) => any;
4424
- }
4425
3834
  export declare enum UserContextPolicy {
4426
3835
  ATTRIBUTE_FILTER = "ATTRIBUTE_FILTER",
4427
3836
  USER_TOKEN = "USER_TOKEN"
@@ -4458,12 +3867,6 @@ export interface UserGroupResolutionConfiguration {
4458
3867
  */
4459
3868
  UserGroupResolutionMode: UserGroupResolutionMode | string | undefined;
4460
3869
  }
4461
- export declare namespace UserGroupResolutionConfiguration {
4462
- /**
4463
- * @internal
4464
- */
4465
- const filterSensitiveLog: (obj: UserGroupResolutionConfiguration) => any;
4466
- }
4467
3870
  /**
4468
3871
  * <p>Provides the configuration information for the JSON token type.</p>
4469
3872
  */
@@ -4477,12 +3880,6 @@ export interface JsonTokenTypeConfiguration {
4477
3880
  */
4478
3881
  GroupAttributeField: string | undefined;
4479
3882
  }
4480
- export declare namespace JsonTokenTypeConfiguration {
4481
- /**
4482
- * @internal
4483
- */
4484
- const filterSensitiveLog: (obj: JsonTokenTypeConfiguration) => any;
4485
- }
4486
3883
  export declare enum KeyLocation {
4487
3884
  SECRET_MANAGER = "SECRET_MANAGER",
4488
3885
  URL = "URL"
@@ -4520,12 +3917,6 @@ export interface JwtTokenTypeConfiguration {
4520
3917
  */
4521
3918
  ClaimRegex?: string;
4522
3919
  }
4523
- export declare namespace JwtTokenTypeConfiguration {
4524
- /**
4525
- * @internal
4526
- */
4527
- const filterSensitiveLog: (obj: JwtTokenTypeConfiguration) => any;
4528
- }
4529
3920
  /**
4530
3921
  * <p>Provides the configuration information for a token.</p>
4531
3922
  */
@@ -4539,12 +3930,6 @@ export interface UserTokenConfiguration {
4539
3930
  */
4540
3931
  JsonTokenTypeConfiguration?: JsonTokenTypeConfiguration;
4541
3932
  }
4542
- export declare namespace UserTokenConfiguration {
4543
- /**
4544
- * @internal
4545
- */
4546
- const filterSensitiveLog: (obj: UserTokenConfiguration) => any;
4547
- }
4548
3933
  export interface CreateIndexRequest {
4549
3934
  /**
4550
3935
  * <p>A name for the index.</p>
@@ -4626,12 +4011,6 @@ export interface CreateIndexRequest {
4626
4011
  */
4627
4012
  UserGroupResolutionConfiguration?: UserGroupResolutionConfiguration;
4628
4013
  }
4629
- export declare namespace CreateIndexRequest {
4630
- /**
4631
- * @internal
4632
- */
4633
- const filterSensitiveLog: (obj: CreateIndexRequest) => any;
4634
- }
4635
4014
  export interface CreateIndexResponse {
4636
4015
  /**
4637
4016
  * <p>The unique identifier of the index. Use this identifier when you query
@@ -4639,12 +4018,6 @@ export interface CreateIndexResponse {
4639
4018
  */
4640
4019
  Id?: string;
4641
4020
  }
4642
- export declare namespace CreateIndexResponse {
4643
- /**
4644
- * @internal
4645
- */
4646
- const filterSensitiveLog: (obj: CreateIndexResponse) => any;
4647
- }
4648
4021
  export interface CreateQuerySuggestionsBlockListRequest {
4649
4022
  /**
4650
4023
  * <p>The identifier of the index you want to create a query suggestions block list for.</p>
@@ -4691,24 +4064,12 @@ export interface CreateQuerySuggestionsBlockListRequest {
4691
4064
  */
4692
4065
  Tags?: Tag[];
4693
4066
  }
4694
- export declare namespace CreateQuerySuggestionsBlockListRequest {
4695
- /**
4696
- * @internal
4697
- */
4698
- const filterSensitiveLog: (obj: CreateQuerySuggestionsBlockListRequest) => any;
4699
- }
4700
4067
  export interface CreateQuerySuggestionsBlockListResponse {
4701
4068
  /**
4702
4069
  * <p>The unique identifier of the created block list.</p>
4703
4070
  */
4704
4071
  Id?: string;
4705
4072
  }
4706
- export declare namespace CreateQuerySuggestionsBlockListResponse {
4707
- /**
4708
- * @internal
4709
- */
4710
- const filterSensitiveLog: (obj: CreateQuerySuggestionsBlockListResponse) => any;
4711
- }
4712
4073
  export interface CreateThesaurusRequest {
4713
4074
  /**
4714
4075
  * <p>The identifier of the index for the thesaurus.</p>
@@ -4747,12 +4108,6 @@ export interface CreateThesaurusRequest {
4747
4108
  */
4748
4109
  ClientToken?: string;
4749
4110
  }
4750
- export declare namespace CreateThesaurusRequest {
4751
- /**
4752
- * @internal
4753
- */
4754
- const filterSensitiveLog: (obj: CreateThesaurusRequest) => any;
4755
- }
4756
4111
  export interface CreateThesaurusResponse {
4757
4112
  /**
4758
4113
  * <p>The unique identifier of the thesaurus.
@@ -4760,12 +4115,6 @@ export interface CreateThesaurusResponse {
4760
4115
  */
4761
4116
  Id?: string;
4762
4117
  }
4763
- export declare namespace CreateThesaurusResponse {
4764
- /**
4765
- * @internal
4766
- */
4767
- const filterSensitiveLog: (obj: CreateThesaurusResponse) => any;
4768
- }
4769
4118
  export interface DeleteAccessControlConfigurationRequest {
4770
4119
  /**
4771
4120
  * <p>The identifier of the index for an access control configuration.</p>
@@ -4776,20 +4125,8 @@ export interface DeleteAccessControlConfigurationRequest {
4776
4125
  */
4777
4126
  Id: string | undefined;
4778
4127
  }
4779
- export declare namespace DeleteAccessControlConfigurationRequest {
4780
- /**
4781
- * @internal
4782
- */
4783
- const filterSensitiveLog: (obj: DeleteAccessControlConfigurationRequest) => any;
4784
- }
4785
4128
  export interface DeleteAccessControlConfigurationResponse {
4786
4129
  }
4787
- export declare namespace DeleteAccessControlConfigurationResponse {
4788
- /**
4789
- * @internal
4790
- */
4791
- const filterSensitiveLog: (obj: DeleteAccessControlConfigurationResponse) => any;
4792
- }
4793
4130
  export interface DeleteDataSourceRequest {
4794
4131
  /**
4795
4132
  * <p>The identifier of the data source you want to delete.</p>
@@ -4800,12 +4137,6 @@ export interface DeleteDataSourceRequest {
4800
4137
  */
4801
4138
  IndexId: string | undefined;
4802
4139
  }
4803
- export declare namespace DeleteDataSourceRequest {
4804
- /**
4805
- * @internal
4806
- */
4807
- const filterSensitiveLog: (obj: DeleteDataSourceRequest) => any;
4808
- }
4809
4140
  export interface DeleteExperienceRequest {
4810
4141
  /**
4811
4142
  * <p>The identifier of your Amazon Kendra experience you want to delete.</p>
@@ -4816,20 +4147,8 @@ export interface DeleteExperienceRequest {
4816
4147
  */
4817
4148
  IndexId: string | undefined;
4818
4149
  }
4819
- export declare namespace DeleteExperienceRequest {
4820
- /**
4821
- * @internal
4822
- */
4823
- const filterSensitiveLog: (obj: DeleteExperienceRequest) => any;
4824
- }
4825
4150
  export interface DeleteExperienceResponse {
4826
4151
  }
4827
- export declare namespace DeleteExperienceResponse {
4828
- /**
4829
- * @internal
4830
- */
4831
- const filterSensitiveLog: (obj: DeleteExperienceResponse) => any;
4832
- }
4833
4152
  export interface DeleteFaqRequest {
4834
4153
  /**
4835
4154
  * <p>The identifier of the FAQ you want to remove.</p>
@@ -4840,24 +4159,12 @@ export interface DeleteFaqRequest {
4840
4159
  */
4841
4160
  IndexId: string | undefined;
4842
4161
  }
4843
- export declare namespace DeleteFaqRequest {
4844
- /**
4845
- * @internal
4846
- */
4847
- const filterSensitiveLog: (obj: DeleteFaqRequest) => any;
4848
- }
4849
4162
  export interface DeleteIndexRequest {
4850
4163
  /**
4851
4164
  * <p>The identifier of the index you want to delete.</p>
4852
4165
  */
4853
4166
  Id: string | undefined;
4854
4167
  }
4855
- export declare namespace DeleteIndexRequest {
4856
- /**
4857
- * @internal
4858
- */
4859
- const filterSensitiveLog: (obj: DeleteIndexRequest) => any;
4860
- }
4861
4168
  export interface DeletePrincipalMappingRequest {
4862
4169
  /**
4863
4170
  * <p>The identifier of the index you want to delete a group from.</p>
@@ -4897,12 +4204,6 @@ export interface DeletePrincipalMappingRequest {
4897
4204
  */
4898
4205
  OrderingId?: number;
4899
4206
  }
4900
- export declare namespace DeletePrincipalMappingRequest {
4901
- /**
4902
- * @internal
4903
- */
4904
- const filterSensitiveLog: (obj: DeletePrincipalMappingRequest) => any;
4905
- }
4906
4207
  export interface DeleteQuerySuggestionsBlockListRequest {
4907
4208
  /**
4908
4209
  * <p>The identifier of the index for the block list.</p>
@@ -4913,12 +4214,6 @@ export interface DeleteQuerySuggestionsBlockListRequest {
4913
4214
  */
4914
4215
  Id: string | undefined;
4915
4216
  }
4916
- export declare namespace DeleteQuerySuggestionsBlockListRequest {
4917
- /**
4918
- * @internal
4919
- */
4920
- const filterSensitiveLog: (obj: DeleteQuerySuggestionsBlockListRequest) => any;
4921
- }
4922
4217
  export interface DeleteThesaurusRequest {
4923
4218
  /**
4924
4219
  * <p>The identifier of the thesaurus you want to delete.</p>
@@ -4929,28 +4224,17 @@ export interface DeleteThesaurusRequest {
4929
4224
  */
4930
4225
  IndexId: string | undefined;
4931
4226
  }
4932
- export declare namespace DeleteThesaurusRequest {
4933
- /**
4934
- * @internal
4935
- */
4936
- const filterSensitiveLog: (obj: DeleteThesaurusRequest) => any;
4937
- }
4938
4227
  export interface DescribeAccessControlConfigurationRequest {
4939
4228
  /**
4940
4229
  * <p>The identifier of the index for an access control configuration.</p>
4941
4230
  */
4942
4231
  IndexId: string | undefined;
4943
4232
  /**
4944
- * <p>The identifier of the access control configuration you want to get information on.</p>
4233
+ * <p>The identifier of the access control configuration
4234
+ * you want to get information on.</p>
4945
4235
  */
4946
4236
  Id: string | undefined;
4947
4237
  }
4948
- export declare namespace DescribeAccessControlConfigurationRequest {
4949
- /**
4950
- * @internal
4951
- */
4952
- const filterSensitiveLog: (obj: DescribeAccessControlConfigurationRequest) => any;
4953
- }
4954
4238
  export interface DescribeAccessControlConfigurationResponse {
4955
4239
  /**
4956
4240
  * <p>The name for the access control configuration.</p>
@@ -4972,17 +4256,11 @@ export interface DescribeAccessControlConfigurationResponse {
4972
4256
  */
4973
4257
  AccessControlList?: Principal[];
4974
4258
  /**
4975
- * <p>The list of <a href="https://docs.aws.amazon.com/kendra/latest/dg/API_Principal.html">principal</a> lists that
4976
- * define the hierarchy for which documents users should have access to.</p>
4259
+ * <p>The list of <a href="https://docs.aws.amazon.com/kendra/latest/dg/API_Principal.html">principal</a>
4260
+ * lists that define the hierarchy for which documents users should have access to.</p>
4977
4261
  */
4978
4262
  HierarchicalAccessControlList?: HierarchicalPrincipal[];
4979
4263
  }
4980
- export declare namespace DescribeAccessControlConfigurationResponse {
4981
- /**
4982
- * @internal
4983
- */
4984
- const filterSensitiveLog: (obj: DescribeAccessControlConfigurationResponse) => any;
4985
- }
4986
4264
  export interface DescribeDataSourceRequest {
4987
4265
  /**
4988
4266
  * <p>The identifier of the data source.</p>
@@ -4993,12 +4271,6 @@ export interface DescribeDataSourceRequest {
4993
4271
  */
4994
4272
  IndexId: string | undefined;
4995
4273
  }
4996
- export declare namespace DescribeDataSourceRequest {
4997
- /**
4998
- * @internal
4999
- */
5000
- const filterSensitiveLog: (obj: DescribeDataSourceRequest) => any;
5001
- }
5002
4274
  export declare enum DataSourceStatus {
5003
4275
  ACTIVE = "ACTIVE",
5004
4276
  CREATING = "CREATING",
@@ -5081,12 +4353,6 @@ export interface DescribeDataSourceResponse {
5081
4353
  */
5082
4354
  CustomDocumentEnrichmentConfiguration?: CustomDocumentEnrichmentConfiguration;
5083
4355
  }
5084
- export declare namespace DescribeDataSourceResponse {
5085
- /**
5086
- * @internal
5087
- */
5088
- const filterSensitiveLog: (obj: DescribeDataSourceResponse) => any;
5089
- }
5090
4356
  export interface DescribeExperienceRequest {
5091
4357
  /**
5092
4358
  * <p>The identifier of your Amazon Kendra experience you want to get information on.</p>
@@ -5097,12 +4363,6 @@ export interface DescribeExperienceRequest {
5097
4363
  */
5098
4364
  IndexId: string | undefined;
5099
4365
  }
5100
- export declare namespace DescribeExperienceRequest {
5101
- /**
5102
- * @internal
5103
- */
5104
- const filterSensitiveLog: (obj: DescribeExperienceRequest) => any;
5105
- }
5106
4366
  export declare enum EndpointType {
5107
4367
  HOME = "HOME"
5108
4368
  }
@@ -5122,12 +4382,6 @@ export interface ExperienceEndpoint {
5122
4382
  */
5123
4383
  Endpoint?: string;
5124
4384
  }
5125
- export declare namespace ExperienceEndpoint {
5126
- /**
5127
- * @internal
5128
- */
5129
- const filterSensitiveLog: (obj: ExperienceEndpoint) => any;
5130
- }
5131
4385
  export declare enum ExperienceStatus {
5132
4386
  ACTIVE = "ACTIVE",
5133
4387
  CREATING = "CREATING",
@@ -5190,15 +4444,9 @@ export interface DescribeExperienceResponse {
5190
4444
  */
5191
4445
  ErrorMessage?: string;
5192
4446
  }
5193
- export declare namespace DescribeExperienceResponse {
4447
+ export interface DescribeFaqRequest {
5194
4448
  /**
5195
- * @internal
5196
- */
5197
- const filterSensitiveLog: (obj: DescribeExperienceResponse) => any;
5198
- }
5199
- export interface DescribeFaqRequest {
5200
- /**
5201
- * <p>The identifier of the FAQ you want to get information on.</p>
4449
+ * <p>The identifier of the FAQ you want to get information on.</p>
5202
4450
  */
5203
4451
  Id: string | undefined;
5204
4452
  /**
@@ -5206,12 +4454,6 @@ export interface DescribeFaqRequest {
5206
4454
  */
5207
4455
  IndexId: string | undefined;
5208
4456
  }
5209
- export declare namespace DescribeFaqRequest {
5210
- /**
5211
- * @internal
5212
- */
5213
- const filterSensitiveLog: (obj: DescribeFaqRequest) => any;
5214
- }
5215
4457
  export declare enum FaqStatus {
5216
4458
  ACTIVE = "ACTIVE",
5217
4459
  CREATING = "CREATING",
@@ -5277,24 +4519,12 @@ export interface DescribeFaqResponse {
5277
4519
  */
5278
4520
  LanguageCode?: string;
5279
4521
  }
5280
- export declare namespace DescribeFaqResponse {
5281
- /**
5282
- * @internal
5283
- */
5284
- const filterSensitiveLog: (obj: DescribeFaqResponse) => any;
5285
- }
5286
4522
  export interface DescribeIndexRequest {
5287
4523
  /**
5288
4524
  * <p>The identifier of the index you want to get information on.</p>
5289
4525
  */
5290
4526
  Id: string | undefined;
5291
4527
  }
5292
- export declare namespace DescribeIndexRequest {
5293
- /**
5294
- * @internal
5295
- */
5296
- const filterSensitiveLog: (obj: DescribeIndexRequest) => any;
5297
- }
5298
4528
  /**
5299
4529
  * <p>Specifies additional capacity units configured for your
5300
4530
  * Enterprise Edition index. You can add and remove capacity units
@@ -5324,12 +4554,6 @@ export interface CapacityUnitsConfiguration {
5324
4554
  */
5325
4555
  QueryCapacityUnits: number | undefined;
5326
4556
  }
5327
- export declare namespace CapacityUnitsConfiguration {
5328
- /**
5329
- * @internal
5330
- */
5331
- const filterSensitiveLog: (obj: CapacityUnitsConfiguration) => any;
5332
- }
5333
4557
  export declare enum Order {
5334
4558
  ASCENDING = "ASCENDING",
5335
4559
  DESCENDING = "DESCENDING"
@@ -5395,12 +4619,6 @@ export interface Relevance {
5395
4619
  */
5396
4620
  ValueImportanceMap?: Record<string, number>;
5397
4621
  }
5398
- export declare namespace Relevance {
5399
- /**
5400
- * @internal
5401
- */
5402
- const filterSensitiveLog: (obj: Relevance) => any;
5403
- }
5404
4622
  /**
5405
4623
  * <p>Provides information about how a custom index field is used during
5406
4624
  * a search.</p>
@@ -5433,12 +4651,6 @@ export interface Search {
5433
4651
  */
5434
4652
  Sortable?: boolean;
5435
4653
  }
5436
- export declare namespace Search {
5437
- /**
5438
- * @internal
5439
- */
5440
- const filterSensitiveLog: (obj: Search) => any;
5441
- }
5442
4654
  export declare enum DocumentAttributeValueType {
5443
4655
  DATE_VALUE = "DATE_VALUE",
5444
4656
  LONG_VALUE = "LONG_VALUE",
@@ -5469,12 +4681,6 @@ export interface DocumentMetadataConfiguration {
5469
4681
  */
5470
4682
  Search?: Search;
5471
4683
  }
5472
- export declare namespace DocumentMetadataConfiguration {
5473
- /**
5474
- * @internal
5475
- */
5476
- const filterSensitiveLog: (obj: DocumentMetadataConfiguration) => any;
5477
- }
5478
4684
  /**
5479
4685
  * <p>Provides statistical information about the FAQ questions and
5480
4686
  * answers contained in an index.</p>
@@ -5486,12 +4692,6 @@ export interface FaqStatistics {
5486
4692
  */
5487
4693
  IndexedQuestionAnswersCount: number | undefined;
5488
4694
  }
5489
- export declare namespace FaqStatistics {
5490
- /**
5491
- * @internal
5492
- */
5493
- const filterSensitiveLog: (obj: FaqStatistics) => any;
5494
- }
5495
4695
  /**
5496
4696
  * <p>Provides information about text documents indexed in an
5497
4697
  * index.</p>
@@ -5506,12 +4706,6 @@ export interface TextDocumentStatistics {
5506
4706
  */
5507
4707
  IndexedTextBytes: number | undefined;
5508
4708
  }
5509
- export declare namespace TextDocumentStatistics {
5510
- /**
5511
- * @internal
5512
- */
5513
- const filterSensitiveLog: (obj: TextDocumentStatistics) => any;
5514
- }
5515
4709
  /**
5516
4710
  * <p>Provides information about the number of documents and the number
5517
4711
  * of questions and answers in an index.</p>
@@ -5526,12 +4720,6 @@ export interface IndexStatistics {
5526
4720
  */
5527
4721
  TextDocumentStatistics: TextDocumentStatistics | undefined;
5528
4722
  }
5529
- export declare namespace IndexStatistics {
5530
- /**
5531
- * @internal
5532
- */
5533
- const filterSensitiveLog: (obj: IndexStatistics) => any;
5534
- }
5535
4723
  export declare enum IndexStatus {
5536
4724
  ACTIVE = "ACTIVE",
5537
4725
  CREATING = "CREATING",
@@ -5626,12 +4814,6 @@ export interface DescribeIndexResponse {
5626
4814
  */
5627
4815
  UserGroupResolutionConfiguration?: UserGroupResolutionConfiguration;
5628
4816
  }
5629
- export declare namespace DescribeIndexResponse {
5630
- /**
5631
- * @internal
5632
- */
5633
- const filterSensitiveLog: (obj: DescribeIndexResponse) => any;
5634
- }
5635
4817
  export interface DescribePrincipalMappingRequest {
5636
4818
  /**
5637
4819
  * <p>The identifier of the index required to check the processing of
@@ -5652,12 +4834,6 @@ export interface DescribePrincipalMappingRequest {
5652
4834
  */
5653
4835
  GroupId: string | undefined;
5654
4836
  }
5655
- export declare namespace DescribePrincipalMappingRequest {
5656
- /**
5657
- * @internal
5658
- */
5659
- const filterSensitiveLog: (obj: DescribePrincipalMappingRequest) => any;
5660
- }
5661
4837
  export declare enum PrincipalMappingStatus {
5662
4838
  DELETED = "DELETED",
5663
4839
  DELETING = "DELETING",
@@ -5701,12 +4877,6 @@ export interface GroupOrderingIdSummary {
5701
4877
  */
5702
4878
  FailureReason?: string;
5703
4879
  }
5704
- export declare namespace GroupOrderingIdSummary {
5705
- /**
5706
- * @internal
5707
- */
5708
- const filterSensitiveLog: (obj: GroupOrderingIdSummary) => any;
5709
- }
5710
4880
  export interface DescribePrincipalMappingResponse {
5711
4881
  /**
5712
4882
  * <p>Shows the identifier of the index to see information on the
@@ -5752,12 +4922,6 @@ export interface DescribePrincipalMappingResponse {
5752
4922
  */
5753
4923
  GroupOrderingIdSummaries?: GroupOrderingIdSummary[];
5754
4924
  }
5755
- export declare namespace DescribePrincipalMappingResponse {
5756
- /**
5757
- * @internal
5758
- */
5759
- const filterSensitiveLog: (obj: DescribePrincipalMappingResponse) => any;
5760
- }
5761
4925
  export interface DescribeQuerySuggestionsBlockListRequest {
5762
4926
  /**
5763
4927
  * <p>The identifier of the index for the block list.</p>
@@ -5768,12 +4932,6 @@ export interface DescribeQuerySuggestionsBlockListRequest {
5768
4932
  */
5769
4933
  Id: string | undefined;
5770
4934
  }
5771
- export declare namespace DescribeQuerySuggestionsBlockListRequest {
5772
- /**
5773
- * @internal
5774
- */
5775
- const filterSensitiveLog: (obj: DescribeQuerySuggestionsBlockListRequest) => any;
5776
- }
5777
4935
  export declare enum QuerySuggestionsBlockListStatus {
5778
4936
  ACTIVE = "ACTIVE",
5779
4937
  ACTIVE_BUT_UPDATE_FAILED = "ACTIVE_BUT_UPDATE_FAILED",
@@ -5843,12 +5001,6 @@ export interface DescribeQuerySuggestionsBlockListResponse {
5843
5001
  */
5844
5002
  RoleArn?: string;
5845
5003
  }
5846
- export declare namespace DescribeQuerySuggestionsBlockListResponse {
5847
- /**
5848
- * @internal
5849
- */
5850
- const filterSensitiveLog: (obj: DescribeQuerySuggestionsBlockListResponse) => any;
5851
- }
5852
5004
  export interface DescribeQuerySuggestionsConfigRequest {
5853
5005
  /**
5854
5006
  * <p>The identifier of the index with query suggestions that you want to get
@@ -5856,12 +5008,6 @@ export interface DescribeQuerySuggestionsConfigRequest {
5856
5008
  */
5857
5009
  IndexId: string | undefined;
5858
5010
  }
5859
- export declare namespace DescribeQuerySuggestionsConfigRequest {
5860
- /**
5861
- * @internal
5862
- */
5863
- const filterSensitiveLog: (obj: DescribeQuerySuggestionsConfigRequest) => any;
5864
- }
5865
5011
  export declare enum Mode {
5866
5012
  ENABLED = "ENABLED",
5867
5013
  LEARN_ONLY = "LEARN_ONLY"
@@ -5928,12 +5074,6 @@ export interface DescribeQuerySuggestionsConfigResponse {
5928
5074
  */
5929
5075
  TotalSuggestionsCount?: number;
5930
5076
  }
5931
- export declare namespace DescribeQuerySuggestionsConfigResponse {
5932
- /**
5933
- * @internal
5934
- */
5935
- const filterSensitiveLog: (obj: DescribeQuerySuggestionsConfigResponse) => any;
5936
- }
5937
5077
  export interface DescribeThesaurusRequest {
5938
5078
  /**
5939
5079
  * <p>The identifier of the thesaurus you want to get information on.</p>
@@ -5944,12 +5084,6 @@ export interface DescribeThesaurusRequest {
5944
5084
  */
5945
5085
  IndexId: string | undefined;
5946
5086
  }
5947
- export declare namespace DescribeThesaurusRequest {
5948
- /**
5949
- * @internal
5950
- */
5951
- const filterSensitiveLog: (obj: DescribeThesaurusRequest) => any;
5952
- }
5953
5087
  export declare enum ThesaurusStatus {
5954
5088
  ACTIVE = "ACTIVE",
5955
5089
  ACTIVE_BUT_UPDATE_FAILED = "ACTIVE_BUT_UPDATE_FAILED",
@@ -6028,12 +5162,6 @@ export interface DescribeThesaurusResponse {
6028
5162
  */
6029
5163
  SynonymRuleCount?: number;
6030
5164
  }
6031
- export declare namespace DescribeThesaurusResponse {
6032
- /**
6033
- * @internal
6034
- */
6035
- const filterSensitiveLog: (obj: DescribeThesaurusResponse) => any;
6036
- }
6037
5165
  export interface DisassociateEntitiesFromExperienceRequest {
6038
5166
  /**
6039
5167
  * <p>The identifier of your Amazon Kendra experience.</p>
@@ -6048,12 +5176,6 @@ export interface DisassociateEntitiesFromExperienceRequest {
6048
5176
  */
6049
5177
  EntityList: EntityConfiguration[] | undefined;
6050
5178
  }
6051
- export declare namespace DisassociateEntitiesFromExperienceRequest {
6052
- /**
6053
- * @internal
6054
- */
6055
- const filterSensitiveLog: (obj: DisassociateEntitiesFromExperienceRequest) => any;
6056
- }
6057
5179
  export interface DisassociateEntitiesFromExperienceResponse {
6058
5180
  /**
6059
5181
  * <p>Lists the users or groups in your Amazon Web Services SSO identity source that
@@ -6061,12 +5183,6 @@ export interface DisassociateEntitiesFromExperienceResponse {
6061
5183
  */
6062
5184
  FailedEntityList?: FailedEntity[];
6063
5185
  }
6064
- export declare namespace DisassociateEntitiesFromExperienceResponse {
6065
- /**
6066
- * @internal
6067
- */
6068
- const filterSensitiveLog: (obj: DisassociateEntitiesFromExperienceResponse) => any;
6069
- }
6070
5186
  export interface DisassociatePersonasFromEntitiesRequest {
6071
5187
  /**
6072
5188
  * <p>The identifier of your Amazon Kendra experience.</p>
@@ -6082,12 +5198,6 @@ export interface DisassociatePersonasFromEntitiesRequest {
6082
5198
  */
6083
5199
  EntityIds: string[] | undefined;
6084
5200
  }
6085
- export declare namespace DisassociatePersonasFromEntitiesRequest {
6086
- /**
6087
- * @internal
6088
- */
6089
- const filterSensitiveLog: (obj: DisassociatePersonasFromEntitiesRequest) => any;
6090
- }
6091
5201
  export interface DisassociatePersonasFromEntitiesResponse {
6092
5202
  /**
6093
5203
  * <p>Lists the users or groups in your Amazon Web Services SSO identity source that
@@ -6095,12 +5205,6 @@ export interface DisassociatePersonasFromEntitiesResponse {
6095
5205
  */
6096
5206
  FailedEntityList?: FailedEntity[];
6097
5207
  }
6098
- export declare namespace DisassociatePersonasFromEntitiesResponse {
6099
- /**
6100
- * @internal
6101
- */
6102
- const filterSensitiveLog: (obj: DisassociatePersonasFromEntitiesResponse) => any;
6103
- }
6104
5208
  export interface GetQuerySuggestionsRequest {
6105
5209
  /**
6106
5210
  * <p>The identifier of the index you want to get query suggestions from.</p>
@@ -6122,12 +5226,6 @@ export interface GetQuerySuggestionsRequest {
6122
5226
  */
6123
5227
  MaxSuggestionsCount?: number;
6124
5228
  }
6125
- export declare namespace GetQuerySuggestionsRequest {
6126
- /**
6127
- * @internal
6128
- */
6129
- const filterSensitiveLog: (obj: GetQuerySuggestionsRequest) => any;
6130
- }
6131
5229
  /**
6132
5230
  * <p>The text highlights for a single query suggestion.</p>
6133
5231
  */
@@ -6141,12 +5239,6 @@ export interface SuggestionHighlight {
6141
5239
  */
6142
5240
  EndOffset?: number;
6143
5241
  }
6144
- export declare namespace SuggestionHighlight {
6145
- /**
6146
- * @internal
6147
- */
6148
- const filterSensitiveLog: (obj: SuggestionHighlight) => any;
6149
- }
6150
5242
  /**
6151
5243
  * <p>Provides text and information about where to highlight the query suggestion text.</p>
6152
5244
  */
@@ -6160,12 +5252,6 @@ export interface SuggestionTextWithHighlights {
6160
5252
  */
6161
5253
  Highlights?: SuggestionHighlight[];
6162
5254
  }
6163
- export declare namespace SuggestionTextWithHighlights {
6164
- /**
6165
- * @internal
6166
- */
6167
- const filterSensitiveLog: (obj: SuggestionTextWithHighlights) => any;
6168
- }
6169
5255
  /**
6170
5256
  * <p>The <code>SuggestionTextWithHighlights</code> structure information.</p>
6171
5257
  */
@@ -6176,12 +5262,6 @@ export interface SuggestionValue {
6176
5262
  */
6177
5263
  Text?: SuggestionTextWithHighlights;
6178
5264
  }
6179
- export declare namespace SuggestionValue {
6180
- /**
6181
- * @internal
6182
- */
6183
- const filterSensitiveLog: (obj: SuggestionValue) => any;
6184
- }
6185
5265
  /**
6186
5266
  * <p>A single query suggestion.</p>
6187
5267
  */
@@ -6198,12 +5278,6 @@ export interface Suggestion {
6198
5278
  */
6199
5279
  Value?: SuggestionValue;
6200
5280
  }
6201
- export declare namespace Suggestion {
6202
- /**
6203
- * @internal
6204
- */
6205
- const filterSensitiveLog: (obj: Suggestion) => any;
6206
- }
6207
5281
  export interface GetQuerySuggestionsResponse {
6208
5282
  /**
6209
5283
  * <p>The unique identifier for a list of query suggestions for an index.</p>
@@ -6214,12 +5288,6 @@ export interface GetQuerySuggestionsResponse {
6214
5288
  */
6215
5289
  Suggestions?: Suggestion[];
6216
5290
  }
6217
- export declare namespace GetQuerySuggestionsResponse {
6218
- /**
6219
- * @internal
6220
- */
6221
- const filterSensitiveLog: (obj: GetQuerySuggestionsResponse) => any;
6222
- }
6223
5291
  export declare enum Interval {
6224
5292
  ONE_MONTH_AGO = "ONE_MONTH_AGO",
6225
5293
  ONE_WEEK_AGO = "ONE_WEEK_AGO",
@@ -6299,12 +5367,6 @@ export interface GetSnapshotsRequest {
6299
5367
  */
6300
5368
  MaxResults?: number;
6301
5369
  }
6302
- export declare namespace GetSnapshotsRequest {
6303
- /**
6304
- * @internal
6305
- */
6306
- const filterSensitiveLog: (obj: GetSnapshotsRequest) => any;
6307
- }
6308
5370
  /**
6309
5371
  * <p>Provides a range of time.</p>
6310
5372
  */
@@ -6318,12 +5380,6 @@ export interface TimeRange {
6318
5380
  */
6319
5381
  EndTime?: Date;
6320
5382
  }
6321
- export declare namespace TimeRange {
6322
- /**
6323
- * @internal
6324
- */
6325
- const filterSensitiveLog: (obj: TimeRange) => any;
6326
- }
6327
5383
  export interface GetSnapshotsResponse {
6328
5384
  /**
6329
5385
  * <p>The date-time for the beginning and end of the time window
@@ -6346,12 +5402,6 @@ export interface GetSnapshotsResponse {
6346
5402
  */
6347
5403
  NextToken?: string;
6348
5404
  }
6349
- export declare namespace GetSnapshotsResponse {
6350
- /**
6351
- * @internal
6352
- */
6353
- const filterSensitiveLog: (obj: GetSnapshotsResponse) => any;
6354
- }
6355
5405
  /**
6356
5406
  * <p>The input to the request is not valid.</p>
6357
5407
  */
@@ -6370,10 +5420,10 @@ export interface ListAccessControlConfigurationsRequest {
6370
5420
  */
6371
5421
  IndexId: string | undefined;
6372
5422
  /**
6373
- * <p>If the previous response was incomplete (because there is more data
6374
- * to retrieve), Amazon Kendra returns a pagination token in the response.
6375
- * You can use this pagination token to retrieve the next set of access
6376
- * control configurations.</p>
5423
+ * <p>If the previous response was incomplete (because
5424
+ * there's more data to retrieve), Amazon Kendra returns a pagination token
5425
+ * in the response. You can use this pagination token to retrieve the next set
5426
+ * of access control configurations.</p>
6377
5427
  */
6378
5428
  NextToken?: string;
6379
5429
  /**
@@ -6381,17 +5431,11 @@ export interface ListAccessControlConfigurationsRequest {
6381
5431
  */
6382
5432
  MaxResults?: number;
6383
5433
  }
6384
- export declare namespace ListAccessControlConfigurationsRequest {
6385
- /**
6386
- * @internal
6387
- */
6388
- const filterSensitiveLog: (obj: ListAccessControlConfigurationsRequest) => any;
6389
- }
6390
5434
  export interface ListAccessControlConfigurationsResponse {
6391
5435
  /**
6392
- * <p>If the response is truncated, Amazon Kendra returns this token
6393
- * that you can use in the subsequent request to retrieve the next set of
6394
- * access control configurations.</p>
5436
+ * <p>If the response is truncated, Amazon Kendra returns this
5437
+ * token, which you can use in the subsequent request to retrieve the
5438
+ * next set of access control configurations.</p>
6395
5439
  */
6396
5440
  NextToken?: string;
6397
5441
  /**
@@ -6399,12 +5443,6 @@ export interface ListAccessControlConfigurationsResponse {
6399
5443
  */
6400
5444
  AccessControlConfigurations: AccessControlConfigurationSummary[] | undefined;
6401
5445
  }
6402
- export declare namespace ListAccessControlConfigurationsResponse {
6403
- /**
6404
- * @internal
6405
- */
6406
- const filterSensitiveLog: (obj: ListAccessControlConfigurationsResponse) => any;
6407
- }
6408
5446
  export interface ListDataSourcesRequest {
6409
5447
  /**
6410
5448
  * <p>The identifier of the index used with one or more data sources.</p>
@@ -6422,12 +5460,6 @@ export interface ListDataSourcesRequest {
6422
5460
  */
6423
5461
  MaxResults?: number;
6424
5462
  }
6425
- export declare namespace ListDataSourcesRequest {
6426
- /**
6427
- * @internal
6428
- */
6429
- const filterSensitiveLog: (obj: ListDataSourcesRequest) => any;
6430
- }
6431
5463
  /**
6432
5464
  * <p>Summary information for an Amazon Kendra data source. Returned in a call
6433
5465
  * to the <code>DescribeDataSource</code> API.</p>
@@ -6467,12 +5499,6 @@ export interface DataSourceSummary {
6467
5499
  */
6468
5500
  LanguageCode?: string;
6469
5501
  }
6470
- export declare namespace DataSourceSummary {
6471
- /**
6472
- * @internal
6473
- */
6474
- const filterSensitiveLog: (obj: DataSourceSummary) => any;
6475
- }
6476
5502
  export interface ListDataSourcesResponse {
6477
5503
  /**
6478
5504
  * <p>An array of summary information for one or more data sources.</p>
@@ -6485,12 +5511,6 @@ export interface ListDataSourcesResponse {
6485
5511
  */
6486
5512
  NextToken?: string;
6487
5513
  }
6488
- export declare namespace ListDataSourcesResponse {
6489
- /**
6490
- * @internal
6491
- */
6492
- const filterSensitiveLog: (obj: ListDataSourcesResponse) => any;
6493
- }
6494
5514
  export declare enum DataSourceSyncJobStatus {
6495
5515
  ABORTED = "ABORTED",
6496
5516
  FAILED = "FAILED",
@@ -6532,12 +5552,6 @@ export interface ListDataSourceSyncJobsRequest {
6532
5552
  */
6533
5553
  StatusFilter?: DataSourceSyncJobStatus | string;
6534
5554
  }
6535
- export declare namespace ListDataSourceSyncJobsRequest {
6536
- /**
6537
- * @internal
6538
- */
6539
- const filterSensitiveLog: (obj: ListDataSourceSyncJobsRequest) => any;
6540
- }
6541
5555
  /**
6542
5556
  * <p>Maps a batch delete document request to a specific data source
6543
5557
  * sync job. This is optional and should only be supplied when
@@ -6570,12 +5584,6 @@ export interface DataSourceSyncJobMetrics {
6570
5584
  */
6571
5585
  DocumentsScanned?: string;
6572
5586
  }
6573
- export declare namespace DataSourceSyncJobMetrics {
6574
- /**
6575
- * @internal
6576
- */
6577
- const filterSensitiveLog: (obj: DataSourceSyncJobMetrics) => any;
6578
- }
6579
5587
  /**
6580
5588
  * <p>Provides information about a data source synchronization job.</p>
6581
5589
  */
@@ -6627,12 +5635,6 @@ export interface DataSourceSyncJob {
6627
5635
  */
6628
5636
  Metrics?: DataSourceSyncJobMetrics;
6629
5637
  }
6630
- export declare namespace DataSourceSyncJob {
6631
- /**
6632
- * @internal
6633
- */
6634
- const filterSensitiveLog: (obj: DataSourceSyncJob) => any;
6635
- }
6636
5638
  export interface ListDataSourceSyncJobsResponse {
6637
5639
  /**
6638
5640
  * <p>A history of synchronization jobs for the data source.</p>
@@ -6644,12 +5646,6 @@ export interface ListDataSourceSyncJobsResponse {
6644
5646
  */
6645
5647
  NextToken?: string;
6646
5648
  }
6647
- export declare namespace ListDataSourceSyncJobsResponse {
6648
- /**
6649
- * @internal
6650
- */
6651
- const filterSensitiveLog: (obj: ListDataSourceSyncJobsResponse) => any;
6652
- }
6653
5649
  export interface ListEntityPersonasRequest {
6654
5650
  /**
6655
5651
  * <p>The identifier of your Amazon Kendra experience.</p>
@@ -6670,12 +5666,6 @@ export interface ListEntityPersonasRequest {
6670
5666
  */
6671
5667
  MaxResults?: number;
6672
5668
  }
6673
- export declare namespace ListEntityPersonasRequest {
6674
- /**
6675
- * @internal
6676
- */
6677
- const filterSensitiveLog: (obj: ListEntityPersonasRequest) => any;
6678
- }
6679
5669
  /**
6680
5670
  * <p>Summary information for users or groups in your Amazon Web Services SSO identity
6681
5671
  * source. This applies to users and groups with specific permissions that define
@@ -6707,12 +5697,6 @@ export interface PersonasSummary {
6707
5697
  */
6708
5698
  UpdatedAt?: Date;
6709
5699
  }
6710
- export declare namespace PersonasSummary {
6711
- /**
6712
- * @internal
6713
- */
6714
- const filterSensitiveLog: (obj: PersonasSummary) => any;
6715
- }
6716
5700
  export interface ListEntityPersonasResponse {
6717
5701
  /**
6718
5702
  * <p>An array of summary information for one or more users or groups.</p>
@@ -6724,12 +5708,6 @@ export interface ListEntityPersonasResponse {
6724
5708
  */
6725
5709
  NextToken?: string;
6726
5710
  }
6727
- export declare namespace ListEntityPersonasResponse {
6728
- /**
6729
- * @internal
6730
- */
6731
- const filterSensitiveLog: (obj: ListEntityPersonasResponse) => any;
6732
- }
6733
5711
  export interface ListExperienceEntitiesRequest {
6734
5712
  /**
6735
5713
  * <p>The identifier of your Amazon Kendra experience.</p>
@@ -6746,12 +5724,6 @@ export interface ListExperienceEntitiesRequest {
6746
5724
  */
6747
5725
  NextToken?: string;
6748
5726
  }
6749
- export declare namespace ListExperienceEntitiesRequest {
6750
- /**
6751
- * @internal
6752
- */
6753
- const filterSensitiveLog: (obj: ListExperienceEntitiesRequest) => any;
6754
- }
6755
5727
  /**
6756
5728
  * <p>Information about the user entity.</p>
6757
5729
  */
@@ -6777,12 +5749,6 @@ export interface EntityDisplayData {
6777
5749
  */
6778
5750
  LastName?: string;
6779
5751
  }
6780
- export declare namespace EntityDisplayData {
6781
- /**
6782
- * @internal
6783
- */
6784
- const filterSensitiveLog: (obj: EntityDisplayData) => any;
6785
- }
6786
5752
  /**
6787
5753
  * <p>Summary information for users or groups in your Amazon Web Services SSO identity
6788
5754
  * source with granted access to your Amazon Kendra experience. You can create an Amazon Kendra
@@ -6805,12 +5771,6 @@ export interface ExperienceEntitiesSummary {
6805
5771
  */
6806
5772
  DisplayData?: EntityDisplayData;
6807
5773
  }
6808
- export declare namespace ExperienceEntitiesSummary {
6809
- /**
6810
- * @internal
6811
- */
6812
- const filterSensitiveLog: (obj: ExperienceEntitiesSummary) => any;
6813
- }
6814
5774
  export interface ListExperienceEntitiesResponse {
6815
5775
  /**
6816
5776
  * <p>An array of summary information for one or more users or groups.</p>
@@ -6822,12 +5782,6 @@ export interface ListExperienceEntitiesResponse {
6822
5782
  */
6823
5783
  NextToken?: string;
6824
5784
  }
6825
- export declare namespace ListExperienceEntitiesResponse {
6826
- /**
6827
- * @internal
6828
- */
6829
- const filterSensitiveLog: (obj: ListExperienceEntitiesResponse) => any;
6830
- }
6831
5785
  export interface ListExperiencesRequest {
6832
5786
  /**
6833
5787
  * <p>The identifier of the index for your Amazon Kendra experience.</p>
@@ -6844,12 +5798,6 @@ export interface ListExperiencesRequest {
6844
5798
  */
6845
5799
  MaxResults?: number;
6846
5800
  }
6847
- export declare namespace ListExperiencesRequest {
6848
- /**
6849
- * @internal
6850
- */
6851
- const filterSensitiveLog: (obj: ListExperiencesRequest) => any;
6852
- }
6853
5801
  /**
6854
5802
  * <p>Summary information for your Amazon Kendra experience. You can create an Amazon Kendra
6855
5803
  * experience such as a search application. For more information on creating
@@ -6879,12 +5827,6 @@ export interface ExperiencesSummary {
6879
5827
  */
6880
5828
  Endpoints?: ExperienceEndpoint[];
6881
5829
  }
6882
- export declare namespace ExperiencesSummary {
6883
- /**
6884
- * @internal
6885
- */
6886
- const filterSensitiveLog: (obj: ExperiencesSummary) => any;
6887
- }
6888
5830
  export interface ListExperiencesResponse {
6889
5831
  /**
6890
5832
  * <p>An array of summary information for one or more Amazon Kendra experiences.</p>
@@ -6896,12 +5838,6 @@ export interface ListExperiencesResponse {
6896
5838
  */
6897
5839
  NextToken?: string;
6898
5840
  }
6899
- export declare namespace ListExperiencesResponse {
6900
- /**
6901
- * @internal
6902
- */
6903
- const filterSensitiveLog: (obj: ListExperiencesResponse) => any;
6904
- }
6905
5841
  export interface ListFaqsRequest {
6906
5842
  /**
6907
5843
  * <p>The index that contains the FAQ lists.</p>
@@ -6919,12 +5855,6 @@ export interface ListFaqsRequest {
6919
5855
  */
6920
5856
  MaxResults?: number;
6921
5857
  }
6922
- export declare namespace ListFaqsRequest {
6923
- /**
6924
- * @internal
6925
- */
6926
- const filterSensitiveLog: (obj: ListFaqsRequest) => any;
6927
- }
6928
5858
  /**
6929
5859
  * <p>Summary information for frequently asked questions and answers
6930
5860
  * included in an index.</p>
@@ -6965,12 +5895,6 @@ export interface FaqSummary {
6965
5895
  */
6966
5896
  LanguageCode?: string;
6967
5897
  }
6968
- export declare namespace FaqSummary {
6969
- /**
6970
- * @internal
6971
- */
6972
- const filterSensitiveLog: (obj: FaqSummary) => any;
6973
- }
6974
5898
  export interface ListFaqsResponse {
6975
5899
  /**
6976
5900
  * <p>If the response is truncated, Amazon Kendra returns this token that you can use
@@ -6982,12 +5906,6 @@ export interface ListFaqsResponse {
6982
5906
  */
6983
5907
  FaqSummaryItems?: FaqSummary[];
6984
5908
  }
6985
- export declare namespace ListFaqsResponse {
6986
- /**
6987
- * @internal
6988
- */
6989
- const filterSensitiveLog: (obj: ListFaqsResponse) => any;
6990
- }
6991
5909
  export interface ListGroupsOlderThanOrderingIdRequest {
6992
5910
  /**
6993
5911
  * <p>The identifier of the index for getting a list of groups mapped
@@ -7021,12 +5939,6 @@ export interface ListGroupsOlderThanOrderingIdRequest {
7021
5939
  */
7022
5940
  MaxResults?: number;
7023
5941
  }
7024
- export declare namespace ListGroupsOlderThanOrderingIdRequest {
7025
- /**
7026
- * @internal
7027
- */
7028
- const filterSensitiveLog: (obj: ListGroupsOlderThanOrderingIdRequest) => any;
7029
- }
7030
5942
  /**
7031
5943
  * <p>Summary information for groups.</p>
7032
5944
  */
@@ -7041,12 +5953,6 @@ export interface GroupSummary {
7041
5953
  */
7042
5954
  OrderingId?: number;
7043
5955
  }
7044
- export declare namespace GroupSummary {
7045
- /**
7046
- * @internal
7047
- */
7048
- const filterSensitiveLog: (obj: GroupSummary) => any;
7049
- }
7050
5956
  export interface ListGroupsOlderThanOrderingIdResponse {
7051
5957
  /**
7052
5958
  * <p>
@@ -7064,12 +5970,6 @@ export interface ListGroupsOlderThanOrderingIdResponse {
7064
5970
  */
7065
5971
  NextToken?: string;
7066
5972
  }
7067
- export declare namespace ListGroupsOlderThanOrderingIdResponse {
7068
- /**
7069
- * @internal
7070
- */
7071
- const filterSensitiveLog: (obj: ListGroupsOlderThanOrderingIdResponse) => any;
7072
- }
7073
5973
  export interface ListIndicesRequest {
7074
5974
  /**
7075
5975
  * <p>If the previous response was incomplete (because there is more data to
@@ -7083,12 +5983,6 @@ export interface ListIndicesRequest {
7083
5983
  */
7084
5984
  MaxResults?: number;
7085
5985
  }
7086
- export declare namespace ListIndicesRequest {
7087
- /**
7088
- * @internal
7089
- */
7090
- const filterSensitiveLog: (obj: ListIndicesRequest) => any;
7091
- }
7092
5986
  /**
7093
5987
  * <p>Summary information on the configuration of an index.</p>
7094
5988
  */
@@ -7124,12 +6018,6 @@ export interface IndexConfigurationSummary {
7124
6018
  */
7125
6019
  Status: IndexStatus | string | undefined;
7126
6020
  }
7127
- export declare namespace IndexConfigurationSummary {
7128
- /**
7129
- * @internal
7130
- */
7131
- const filterSensitiveLog: (obj: IndexConfigurationSummary) => any;
7132
- }
7133
6021
  export interface ListIndicesResponse {
7134
6022
  /**
7135
6023
  * <p>An array of summary information on the configuration of one or more indexes.</p>
@@ -7142,12 +6030,6 @@ export interface ListIndicesResponse {
7142
6030
  */
7143
6031
  NextToken?: string;
7144
6032
  }
7145
- export declare namespace ListIndicesResponse {
7146
- /**
7147
- * @internal
7148
- */
7149
- const filterSensitiveLog: (obj: ListIndicesResponse) => any;
7150
- }
7151
6033
  export interface ListQuerySuggestionsBlockListsRequest {
7152
6034
  /**
7153
6035
  * <p>The identifier of the index for a list of all block lists that exist for
@@ -7168,12 +6050,6 @@ export interface ListQuerySuggestionsBlockListsRequest {
7168
6050
  */
7169
6051
  MaxResults?: number;
7170
6052
  }
7171
- export declare namespace ListQuerySuggestionsBlockListsRequest {
7172
- /**
7173
- * @internal
7174
- */
7175
- const filterSensitiveLog: (obj: ListQuerySuggestionsBlockListsRequest) => any;
7176
- }
7177
6053
  /**
7178
6054
  * <p>Summary information on a query suggestions block list.</p>
7179
6055
  * <p>This includes information on the block list ID, block list name, when the
@@ -7210,13 +6086,7 @@ export interface QuerySuggestionsBlockListSummary {
7210
6086
  */
7211
6087
  ItemCount?: number;
7212
6088
  }
7213
- export declare namespace QuerySuggestionsBlockListSummary {
7214
- /**
7215
- * @internal
7216
- */
7217
- const filterSensitiveLog: (obj: QuerySuggestionsBlockListSummary) => any;
7218
- }
7219
- export interface ListQuerySuggestionsBlockListsResponse {
6089
+ export interface ListQuerySuggestionsBlockListsResponse {
7220
6090
  /**
7221
6091
  * <p>Summary items for a block list.</p>
7222
6092
  * <p>This includes summary items on the block list ID, block list name, when the
@@ -7233,12 +6103,6 @@ export interface ListQuerySuggestionsBlockListsResponse {
7233
6103
  */
7234
6104
  NextToken?: string;
7235
6105
  }
7236
- export declare namespace ListQuerySuggestionsBlockListsResponse {
7237
- /**
7238
- * @internal
7239
- */
7240
- const filterSensitiveLog: (obj: ListQuerySuggestionsBlockListsResponse) => any;
7241
- }
7242
6106
  export interface ListTagsForResourceRequest {
7243
6107
  /**
7244
6108
  * <p>The Amazon Resource Name (ARN) of the index, FAQ, or data source to
@@ -7246,24 +6110,12 @@ export interface ListTagsForResourceRequest {
7246
6110
  */
7247
6111
  ResourceARN: string | undefined;
7248
6112
  }
7249
- export declare namespace ListTagsForResourceRequest {
7250
- /**
7251
- * @internal
7252
- */
7253
- const filterSensitiveLog: (obj: ListTagsForResourceRequest) => any;
7254
- }
7255
6113
  export interface ListTagsForResourceResponse {
7256
6114
  /**
7257
6115
  * <p>A list of tags associated with the index, FAQ, or data source.</p>
7258
6116
  */
7259
6117
  Tags?: Tag[];
7260
6118
  }
7261
- export declare namespace ListTagsForResourceResponse {
7262
- /**
7263
- * @internal
7264
- */
7265
- const filterSensitiveLog: (obj: ListTagsForResourceResponse) => any;
7266
- }
7267
6119
  /**
7268
6120
  * <p></p>
7269
6121
  */
@@ -7293,12 +6145,6 @@ export interface ListThesauriRequest {
7293
6145
  */
7294
6146
  MaxResults?: number;
7295
6147
  }
7296
- export declare namespace ListThesauriRequest {
7297
- /**
7298
- * @internal
7299
- */
7300
- const filterSensitiveLog: (obj: ListThesauriRequest) => any;
7301
- }
7302
6148
  /**
7303
6149
  * <p>An array of summary information for a thesaurus or multiple thesauri.</p>
7304
6150
  */
@@ -7324,12 +6170,6 @@ export interface ThesaurusSummary {
7324
6170
  */
7325
6171
  UpdatedAt?: Date;
7326
6172
  }
7327
- export declare namespace ThesaurusSummary {
7328
- /**
7329
- * @internal
7330
- */
7331
- const filterSensitiveLog: (obj: ThesaurusSummary) => any;
7332
- }
7333
6173
  export interface ListThesauriResponse {
7334
6174
  /**
7335
6175
  * <p>If the response is truncated, Amazon Kendra returns this
@@ -7343,12 +6183,6 @@ export interface ListThesauriResponse {
7343
6183
  */
7344
6184
  ThesaurusSummaryItems?: ThesaurusSummary[];
7345
6185
  }
7346
- export declare namespace ListThesauriResponse {
7347
- /**
7348
- * @internal
7349
- */
7350
- const filterSensitiveLog: (obj: ListThesauriResponse) => any;
7351
- }
7352
6186
  /**
7353
6187
  * <p>The sub groups that belong to a group.</p>
7354
6188
  */
@@ -7363,12 +6197,6 @@ export interface MemberGroup {
7363
6197
  */
7364
6198
  DataSourceId?: string;
7365
6199
  }
7366
- export declare namespace MemberGroup {
7367
- /**
7368
- * @internal
7369
- */
7370
- const filterSensitiveLog: (obj: MemberGroup) => any;
7371
- }
7372
6200
  /**
7373
6201
  * <p>The users that belong to a group.</p>
7374
6202
  */
@@ -7378,12 +6206,6 @@ export interface MemberUser {
7378
6206
  */
7379
6207
  UserId: string | undefined;
7380
6208
  }
7381
- export declare namespace MemberUser {
7382
- /**
7383
- * @internal
7384
- */
7385
- const filterSensitiveLog: (obj: MemberUser) => any;
7386
- }
7387
6209
  /**
7388
6210
  * <p>A list of users or sub groups that belong to a group. This is useful for
7389
6211
  * user context filtering, where search results are filtered based on the user
@@ -7416,12 +6238,6 @@ export interface GroupMembers {
7416
6238
  */
7417
6239
  S3PathforGroupMembers?: S3Path;
7418
6240
  }
7419
- export declare namespace GroupMembers {
7420
- /**
7421
- * @internal
7422
- */
7423
- const filterSensitiveLog: (obj: GroupMembers) => any;
7424
- }
7425
6241
  export interface PutPrincipalMappingRequest {
7426
6242
  /**
7427
6243
  * <p>The identifier of the index you want to map users to their groups.</p>
@@ -7476,12 +6292,6 @@ export interface PutPrincipalMappingRequest {
7476
6292
  */
7477
6293
  RoleArn?: string;
7478
6294
  }
7479
- export declare namespace PutPrincipalMappingRequest {
7480
- /**
7481
- * @internal
7482
- */
7483
- const filterSensitiveLog: (obj: PutPrincipalMappingRequest) => any;
7484
- }
7485
6295
  /**
7486
6296
  * <p>Overrides the document relevance properties of a custom index field.</p>
7487
6297
  */
@@ -7498,12 +6308,6 @@ export interface DocumentRelevanceConfiguration {
7498
6308
  */
7499
6309
  Relevance: Relevance | undefined;
7500
6310
  }
7501
- export declare namespace DocumentRelevanceConfiguration {
7502
- /**
7503
- * @internal
7504
- */
7505
- const filterSensitiveLog: (obj: DocumentRelevanceConfiguration) => any;
7506
- }
7507
6311
  export declare enum QueryResultType {
7508
6312
  ANSWER = "ANSWER",
7509
6313
  DOCUMENT = "DOCUMENT",
@@ -7570,12 +6374,6 @@ export interface SortingConfiguration {
7570
6374
  */
7571
6375
  SortOrder: SortOrder | string | undefined;
7572
6376
  }
7573
- export declare namespace SortingConfiguration {
7574
- /**
7575
- * @internal
7576
- */
7577
- const filterSensitiveLog: (obj: SortingConfiguration) => any;
7578
- }
7579
6377
  /**
7580
6378
  * <p>Provides the configuration information for suggested query spell corrections.</p>
7581
6379
  * <p>Suggested spell corrections are based on words that appear in your indexed documents
@@ -7592,12 +6390,6 @@ export interface SpellCorrectionConfiguration {
7592
6390
  */
7593
6391
  IncludeQuerySpellCheckSuggestions: boolean | undefined;
7594
6392
  }
7595
- export declare namespace SpellCorrectionConfiguration {
7596
- /**
7597
- * @internal
7598
- */
7599
- const filterSensitiveLog: (obj: SpellCorrectionConfiguration) => any;
7600
- }
7601
6393
  /**
7602
6394
  * <p>Data source information for user context filtering.</p>
7603
6395
  */
@@ -7616,12 +6408,6 @@ export interface DataSourceGroup {
7616
6408
  */
7617
6409
  DataSourceId: string | undefined;
7618
6410
  }
7619
- export declare namespace DataSourceGroup {
7620
- /**
7621
- * @internal
7622
- */
7623
- const filterSensitiveLog: (obj: DataSourceGroup) => any;
7624
- }
7625
6411
  /**
7626
6412
  * <p>Provides information about the user context for
7627
6413
  * an Amazon Kendra index.</p>
@@ -7666,12 +6452,6 @@ export interface UserContext {
7666
6452
  */
7667
6453
  DataSourceGroups?: DataSourceGroup[];
7668
6454
  }
7669
- export declare namespace UserContext {
7670
- /**
7671
- * @internal
7672
- */
7673
- const filterSensitiveLog: (obj: UserContext) => any;
7674
- }
7675
6455
  export declare enum ScoreConfidence {
7676
6456
  HIGH = "HIGH",
7677
6457
  LOW = "LOW",
@@ -7690,12 +6470,6 @@ export interface ScoreAttributes {
7690
6470
  */
7691
6471
  ScoreConfidence?: ScoreConfidence | string;
7692
6472
  }
7693
- export declare namespace ScoreAttributes {
7694
- /**
7695
- * @internal
7696
- */
7697
- const filterSensitiveLog: (obj: ScoreAttributes) => any;
7698
- }
7699
6473
  /**
7700
6474
  * <p>A single query result.</p>
7701
6475
  * <p>A query result contains information about a document returned by the
@@ -7761,12 +6535,6 @@ export interface QueryResultItem {
7761
6535
  */
7762
6536
  FeedbackToken?: string;
7763
6537
  }
7764
- export declare namespace QueryResultItem {
7765
- /**
7766
- * @internal
7767
- */
7768
- const filterSensitiveLog: (obj: QueryResultItem) => any;
7769
- }
7770
6538
  /**
7771
6539
  * <p>A corrected misspelled word in a query.</p>
7772
6540
  */
@@ -7790,12 +6558,6 @@ export interface Correction {
7790
6558
  */
7791
6559
  CorrectedTerm?: string;
7792
6560
  }
7793
- export declare namespace Correction {
7794
- /**
7795
- * @internal
7796
- */
7797
- const filterSensitiveLog: (obj: Correction) => any;
7798
- }
7799
6561
  /**
7800
6562
  * <p>A query with suggested spell corrections. </p>
7801
6563
  */
@@ -7809,12 +6571,6 @@ export interface SpellCorrectedQuery {
7809
6571
  */
7810
6572
  Corrections?: Correction[];
7811
6573
  }
7812
- export declare namespace SpellCorrectedQuery {
7813
- /**
7814
- * @internal
7815
- */
7816
- const filterSensitiveLog: (obj: SpellCorrectedQuery) => any;
7817
- }
7818
6574
  export declare enum WarningCode {
7819
6575
  QUERY_LANGUAGE_INVALID_SYNTAX = "QUERY_LANGUAGE_INVALID_SYNTAX"
7820
6576
  }
@@ -7831,12 +6587,6 @@ export interface Warning {
7831
6587
  */
7832
6588
  Code?: WarningCode | string;
7833
6589
  }
7834
- export declare namespace Warning {
7835
- /**
7836
- * @internal
7837
- */
7838
- const filterSensitiveLog: (obj: Warning) => any;
7839
- }
7840
6590
  /**
7841
6591
  * <p></p>
7842
6592
  */
@@ -7859,24 +6609,12 @@ export interface StartDataSourceSyncJobRequest {
7859
6609
  */
7860
6610
  IndexId: string | undefined;
7861
6611
  }
7862
- export declare namespace StartDataSourceSyncJobRequest {
7863
- /**
7864
- * @internal
7865
- */
7866
- const filterSensitiveLog: (obj: StartDataSourceSyncJobRequest) => any;
7867
- }
7868
6612
  export interface StartDataSourceSyncJobResponse {
7869
6613
  /**
7870
6614
  * <p>Identifies a particular synchronization job.</p>
7871
6615
  */
7872
6616
  ExecutionId?: string;
7873
6617
  }
7874
- export declare namespace StartDataSourceSyncJobResponse {
7875
- /**
7876
- * @internal
7877
- */
7878
- const filterSensitiveLog: (obj: StartDataSourceSyncJobResponse) => any;
7879
- }
7880
6618
  export interface StopDataSourceSyncJobRequest {
7881
6619
  /**
7882
6620
  * <p>The identifier of the data source for which to stop the
@@ -7888,12 +6626,6 @@ export interface StopDataSourceSyncJobRequest {
7888
6626
  */
7889
6627
  IndexId: string | undefined;
7890
6628
  }
7891
- export declare namespace StopDataSourceSyncJobRequest {
7892
- /**
7893
- * @internal
7894
- */
7895
- const filterSensitiveLog: (obj: StopDataSourceSyncJobRequest) => any;
7896
- }
7897
6629
  /**
7898
6630
  * <p>Gathers information about when a particular result was clicked by
7899
6631
  * a user. Your application uses the <code>SubmitFeedback</code>
@@ -7911,12 +6643,6 @@ export interface ClickFeedback {
7911
6643
  */
7912
6644
  ClickTime: Date | undefined;
7913
6645
  }
7914
- export declare namespace ClickFeedback {
7915
- /**
7916
- * @internal
7917
- */
7918
- const filterSensitiveLog: (obj: ClickFeedback) => any;
7919
- }
7920
6646
  export declare enum RelevanceType {
7921
6647
  NOT_RELEVANT = "NOT_RELEVANT",
7922
6648
  RELEVANT = "RELEVANT"
@@ -7938,12 +6664,6 @@ export interface RelevanceFeedback {
7938
6664
  */
7939
6665
  RelevanceValue: RelevanceType | string | undefined;
7940
6666
  }
7941
- export declare namespace RelevanceFeedback {
7942
- /**
7943
- * @internal
7944
- */
7945
- const filterSensitiveLog: (obj: RelevanceFeedback) => any;
7946
- }
7947
6667
  export interface SubmitFeedbackRequest {
7948
6668
  /**
7949
6669
  * <p>The identifier of the index that was queried.</p>
@@ -7966,12 +6686,6 @@ export interface SubmitFeedbackRequest {
7966
6686
  */
7967
6687
  RelevanceFeedbackItems?: RelevanceFeedback[];
7968
6688
  }
7969
- export declare namespace SubmitFeedbackRequest {
7970
- /**
7971
- * @internal
7972
- */
7973
- const filterSensitiveLog: (obj: SubmitFeedbackRequest) => any;
7974
- }
7975
6689
  export interface TagResourceRequest {
7976
6690
  /**
7977
6691
  * <p>The Amazon Resource Name (ARN) of the index, FAQ, or data source to
@@ -7984,20 +6698,8 @@ export interface TagResourceRequest {
7984
6698
  */
7985
6699
  Tags: Tag[] | undefined;
7986
6700
  }
7987
- export declare namespace TagResourceRequest {
7988
- /**
7989
- * @internal
7990
- */
7991
- const filterSensitiveLog: (obj: TagResourceRequest) => any;
7992
- }
7993
6701
  export interface TagResourceResponse {
7994
6702
  }
7995
- export declare namespace TagResourceResponse {
7996
- /**
7997
- * @internal
7998
- */
7999
- const filterSensitiveLog: (obj: TagResourceResponse) => any;
8000
- }
8001
6703
  export interface UntagResourceRequest {
8002
6704
  /**
8003
6705
  * <p>The Amazon Resource Name (ARN) of the index, FAQ, or data source to
@@ -8010,20 +6712,8 @@ export interface UntagResourceRequest {
8010
6712
  */
8011
6713
  TagKeys: string[] | undefined;
8012
6714
  }
8013
- export declare namespace UntagResourceRequest {
8014
- /**
8015
- * @internal
8016
- */
8017
- const filterSensitiveLog: (obj: UntagResourceRequest) => any;
8018
- }
8019
6715
  export interface UntagResourceResponse {
8020
6716
  }
8021
- export declare namespace UntagResourceResponse {
8022
- /**
8023
- * @internal
8024
- */
8025
- const filterSensitiveLog: (obj: UntagResourceResponse) => any;
8026
- }
8027
6717
  export interface UpdateAccessControlConfigurationRequest {
8028
6718
  /**
8029
6719
  * <p>The identifier of the index for an access control configuration.</p>
@@ -8054,20 +6744,8 @@ export interface UpdateAccessControlConfigurationRequest {
8054
6744
  */
8055
6745
  HierarchicalAccessControlList?: HierarchicalPrincipal[];
8056
6746
  }
8057
- export declare namespace UpdateAccessControlConfigurationRequest {
8058
- /**
8059
- * @internal
8060
- */
8061
- const filterSensitiveLog: (obj: UpdateAccessControlConfigurationRequest) => any;
8062
- }
8063
6747
  export interface UpdateAccessControlConfigurationResponse {
8064
6748
  }
8065
- export declare namespace UpdateAccessControlConfigurationResponse {
8066
- /**
8067
- * @internal
8068
- */
8069
- const filterSensitiveLog: (obj: UpdateAccessControlConfigurationResponse) => any;
8070
- }
8071
6749
  export interface UpdateDataSourceRequest {
8072
6750
  /**
8073
6751
  * <p>The identifier of the data source you want to update.</p>
@@ -8120,12 +6798,6 @@ export interface UpdateDataSourceRequest {
8120
6798
  */
8121
6799
  CustomDocumentEnrichmentConfiguration?: CustomDocumentEnrichmentConfiguration;
8122
6800
  }
8123
- export declare namespace UpdateDataSourceRequest {
8124
- /**
8125
- * @internal
8126
- */
8127
- const filterSensitiveLog: (obj: UpdateDataSourceRequest) => any;
8128
- }
8129
6801
  export interface UpdateExperienceRequest {
8130
6802
  /**
8131
6803
  * <p>The identifier of your Amazon Kendra experience you want to update.</p>
@@ -8155,12 +6827,6 @@ export interface UpdateExperienceRequest {
8155
6827
  */
8156
6828
  Description?: string;
8157
6829
  }
8158
- export declare namespace UpdateExperienceRequest {
8159
- /**
8160
- * @internal
8161
- */
8162
- const filterSensitiveLog: (obj: UpdateExperienceRequest) => any;
8163
- }
8164
6830
  export interface UpdateIndexRequest {
8165
6831
  /**
8166
6832
  * <p>The identifier of the index you want to update.</p>
@@ -8210,12 +6876,6 @@ export interface UpdateIndexRequest {
8210
6876
  */
8211
6877
  UserGroupResolutionConfiguration?: UserGroupResolutionConfiguration;
8212
6878
  }
8213
- export declare namespace UpdateIndexRequest {
8214
- /**
8215
- * @internal
8216
- */
8217
- const filterSensitiveLog: (obj: UpdateIndexRequest) => any;
8218
- }
8219
6879
  export interface UpdateQuerySuggestionsBlockListRequest {
8220
6880
  /**
8221
6881
  * <p>The identifier of the index for the block list.</p>
@@ -8251,12 +6911,6 @@ export interface UpdateQuerySuggestionsBlockListRequest {
8251
6911
  */
8252
6912
  RoleArn?: string;
8253
6913
  }
8254
- export declare namespace UpdateQuerySuggestionsBlockListRequest {
8255
- /**
8256
- * @internal
8257
- */
8258
- const filterSensitiveLog: (obj: UpdateQuerySuggestionsBlockListRequest) => any;
8259
- }
8260
6914
  export interface UpdateQuerySuggestionsConfigRequest {
8261
6915
  /**
8262
6916
  * <p> The identifier of the index with query suggestions you want to update.</p>
@@ -8311,12 +6965,6 @@ export interface UpdateQuerySuggestionsConfigRequest {
8311
6965
  */
8312
6966
  MinimumQueryCount?: number;
8313
6967
  }
8314
- export declare namespace UpdateQuerySuggestionsConfigRequest {
8315
- /**
8316
- * @internal
8317
- */
8318
- const filterSensitiveLog: (obj: UpdateQuerySuggestionsConfigRequest) => any;
8319
- }
8320
6968
  export interface UpdateThesaurusRequest {
8321
6969
  /**
8322
6970
  * <p>The identifier of the thesaurus you want to update.</p>
@@ -8345,12 +6993,6 @@ export interface UpdateThesaurusRequest {
8345
6993
  */
8346
6994
  SourceS3Path?: S3Path;
8347
6995
  }
8348
- export declare namespace UpdateThesaurusRequest {
8349
- /**
8350
- * @internal
8351
- */
8352
- const filterSensitiveLog: (obj: UpdateThesaurusRequest) => any;
8353
- }
8354
6996
  /**
8355
6997
  * <p>Information about a document attribute. You can use document
8356
6998
  * attributes as facets.</p>
@@ -8385,12 +7027,6 @@ export interface Facet {
8385
7027
  */
8386
7028
  MaxResults?: number;
8387
7029
  }
8388
- export declare namespace Facet {
8389
- /**
8390
- * @internal
8391
- */
8392
- const filterSensitiveLog: (obj: Facet) => any;
8393
- }
8394
7030
  /**
8395
7031
  * <p>Provides the count of documents that match a particular attribute
8396
7032
  * when doing a faceted search.</p>
@@ -8420,12 +7056,6 @@ export interface DocumentAttributeValueCountPair {
8420
7056
  */
8421
7057
  FacetResults?: FacetResult[];
8422
7058
  }
8423
- export declare namespace DocumentAttributeValueCountPair {
8424
- /**
8425
- * @internal
8426
- */
8427
- const filterSensitiveLog: (obj: DocumentAttributeValueCountPair) => any;
8428
- }
8429
7059
  /**
8430
7060
  * <p>The facet values for the documents in the response.</p>
8431
7061
  */
@@ -8447,12 +7077,6 @@ export interface FacetResult {
8447
7077
  */
8448
7078
  DocumentAttributeValueCountPairs?: DocumentAttributeValueCountPair[];
8449
7079
  }
8450
- export declare namespace FacetResult {
8451
- /**
8452
- * @internal
8453
- */
8454
- const filterSensitiveLog: (obj: FacetResult) => any;
8455
- }
8456
7080
  /**
8457
7081
  * <p>Provides filtering the query results based on document
8458
7082
  * attributes.</p>
@@ -8540,50 +7164,935 @@ export interface AttributeFilter {
8540
7164
  */
8541
7165
  LessThanOrEquals?: DocumentAttribute;
8542
7166
  }
8543
- export declare namespace AttributeFilter {
8544
- /**
8545
- * @internal
8546
- */
8547
- const filterSensitiveLog: (obj: AttributeFilter) => any;
8548
- }
8549
- export interface QueryResult {
8550
- /**
8551
- * <p>The unique identifier for the search. You use <code>QueryId</code>
8552
- * to identify the search when using the feedback API.</p>
8553
- */
8554
- QueryId?: string;
8555
- /**
8556
- * <p>The results of the search.</p>
8557
- */
8558
- ResultItems?: QueryResultItem[];
8559
- /**
8560
- * <p>Contains the facet results. A <code>FacetResult</code> contains the
8561
- * counts for each attribute key that was specified in the
8562
- * <code>Facets</code> input parameter.</p>
8563
- */
8564
- FacetResults?: FacetResult[];
8565
- /**
8566
- * <p>The total number of items found by the search; however, you can only
8567
- * retrieve up to 100 items. For example, if the search found 192 items,
8568
- * you can only retrieve the first 100 of the items.</p>
8569
- */
8570
- TotalNumberOfResults?: number;
8571
- /**
8572
- * <p>A list of warning codes and their messages on problems with your query.</p>
8573
- * <p>Amazon Kendra currently only supports one type of warning, which is a warning
8574
- * on invalid syntax used in the query. For examples of invalid query syntax,
8575
- * see <a href="https://docs.aws.amazon.com/kendra/latest/dg/searching-example.html#searching-index-query-syntax">Searching
8576
- * with advanced query syntax</a>.</p>
8577
- */
8578
- Warnings?: Warning[];
8579
- /**
8580
- * <p>A list of information related to suggested spell corrections for a query.</p>
8581
- */
8582
- SpellCorrectedQueries?: SpellCorrectedQuery[];
8583
- }
8584
- export declare namespace QueryResult {
8585
- /**
8586
- * @internal
8587
- */
8588
- const filterSensitiveLog: (obj: QueryResult) => any;
8589
- }
7167
+ /**
7168
+ * @internal
7169
+ */
7170
+ export declare const AccessControlConfigurationSummaryFilterSensitiveLog: (obj: AccessControlConfigurationSummary) => any;
7171
+ /**
7172
+ * @internal
7173
+ */
7174
+ export declare const AccessControlListConfigurationFilterSensitiveLog: (obj: AccessControlListConfiguration) => any;
7175
+ /**
7176
+ * @internal
7177
+ */
7178
+ export declare const AclConfigurationFilterSensitiveLog: (obj: AclConfiguration) => any;
7179
+ /**
7180
+ * @internal
7181
+ */
7182
+ export declare const HighlightFilterSensitiveLog: (obj: Highlight) => any;
7183
+ /**
7184
+ * @internal
7185
+ */
7186
+ export declare const TextWithHighlightsFilterSensitiveLog: (obj: TextWithHighlights) => any;
7187
+ /**
7188
+ * @internal
7189
+ */
7190
+ export declare const AdditionalResultAttributeValueFilterSensitiveLog: (obj: AdditionalResultAttributeValue) => any;
7191
+ /**
7192
+ * @internal
7193
+ */
7194
+ export declare const AdditionalResultAttributeFilterSensitiveLog: (obj: AdditionalResultAttribute) => any;
7195
+ /**
7196
+ * @internal
7197
+ */
7198
+ export declare const DataSourceToIndexFieldMappingFilterSensitiveLog: (obj: DataSourceToIndexFieldMapping) => any;
7199
+ /**
7200
+ * @internal
7201
+ */
7202
+ export declare const S3PathFilterSensitiveLog: (obj: S3Path) => any;
7203
+ /**
7204
+ * @internal
7205
+ */
7206
+ export declare const DataSourceVpcConfigurationFilterSensitiveLog: (obj: DataSourceVpcConfiguration) => any;
7207
+ /**
7208
+ * @internal
7209
+ */
7210
+ export declare const AlfrescoConfigurationFilterSensitiveLog: (obj: AlfrescoConfiguration) => any;
7211
+ /**
7212
+ * @internal
7213
+ */
7214
+ export declare const EntityConfigurationFilterSensitiveLog: (obj: EntityConfiguration) => any;
7215
+ /**
7216
+ * @internal
7217
+ */
7218
+ export declare const AssociateEntitiesToExperienceRequestFilterSensitiveLog: (obj: AssociateEntitiesToExperienceRequest) => any;
7219
+ /**
7220
+ * @internal
7221
+ */
7222
+ export declare const FailedEntityFilterSensitiveLog: (obj: FailedEntity) => any;
7223
+ /**
7224
+ * @internal
7225
+ */
7226
+ export declare const AssociateEntitiesToExperienceResponseFilterSensitiveLog: (obj: AssociateEntitiesToExperienceResponse) => any;
7227
+ /**
7228
+ * @internal
7229
+ */
7230
+ export declare const EntityPersonaConfigurationFilterSensitiveLog: (obj: EntityPersonaConfiguration) => any;
7231
+ /**
7232
+ * @internal
7233
+ */
7234
+ export declare const AssociatePersonasToEntitiesRequestFilterSensitiveLog: (obj: AssociatePersonasToEntitiesRequest) => any;
7235
+ /**
7236
+ * @internal
7237
+ */
7238
+ export declare const AssociatePersonasToEntitiesResponseFilterSensitiveLog: (obj: AssociatePersonasToEntitiesResponse) => any;
7239
+ /**
7240
+ * @internal
7241
+ */
7242
+ export declare const DocumentAttributeValueFilterSensitiveLog: (obj: DocumentAttributeValue) => any;
7243
+ /**
7244
+ * @internal
7245
+ */
7246
+ export declare const DocumentAttributeFilterSensitiveLog: (obj: DocumentAttribute) => any;
7247
+ /**
7248
+ * @internal
7249
+ */
7250
+ export declare const BasicAuthenticationConfigurationFilterSensitiveLog: (obj: BasicAuthenticationConfiguration) => any;
7251
+ /**
7252
+ * @internal
7253
+ */
7254
+ export declare const AuthenticationConfigurationFilterSensitiveLog: (obj: AuthenticationConfiguration) => any;
7255
+ /**
7256
+ * @internal
7257
+ */
7258
+ export declare const DataSourceSyncJobMetricTargetFilterSensitiveLog: (obj: DataSourceSyncJobMetricTarget) => any;
7259
+ /**
7260
+ * @internal
7261
+ */
7262
+ export declare const BatchDeleteDocumentRequestFilterSensitiveLog: (obj: BatchDeleteDocumentRequest) => any;
7263
+ /**
7264
+ * @internal
7265
+ */
7266
+ export declare const BatchDeleteDocumentResponseFailedDocumentFilterSensitiveLog: (obj: BatchDeleteDocumentResponseFailedDocument) => any;
7267
+ /**
7268
+ * @internal
7269
+ */
7270
+ export declare const BatchDeleteDocumentResponseFilterSensitiveLog: (obj: BatchDeleteDocumentResponse) => any;
7271
+ /**
7272
+ * @internal
7273
+ */
7274
+ export declare const DocumentInfoFilterSensitiveLog: (obj: DocumentInfo) => any;
7275
+ /**
7276
+ * @internal
7277
+ */
7278
+ export declare const BatchGetDocumentStatusRequestFilterSensitiveLog: (obj: BatchGetDocumentStatusRequest) => any;
7279
+ /**
7280
+ * @internal
7281
+ */
7282
+ export declare const StatusFilterSensitiveLog: (obj: Status) => any;
7283
+ /**
7284
+ * @internal
7285
+ */
7286
+ export declare const BatchGetDocumentStatusResponseErrorFilterSensitiveLog: (obj: BatchGetDocumentStatusResponseError) => any;
7287
+ /**
7288
+ * @internal
7289
+ */
7290
+ export declare const BatchGetDocumentStatusResponseFilterSensitiveLog: (obj: BatchGetDocumentStatusResponse) => any;
7291
+ /**
7292
+ * @internal
7293
+ */
7294
+ export declare const DocumentAttributeConditionFilterSensitiveLog: (obj: DocumentAttributeCondition) => any;
7295
+ /**
7296
+ * @internal
7297
+ */
7298
+ export declare const DocumentAttributeTargetFilterSensitiveLog: (obj: DocumentAttributeTarget) => any;
7299
+ /**
7300
+ * @internal
7301
+ */
7302
+ export declare const InlineCustomDocumentEnrichmentConfigurationFilterSensitiveLog: (obj: InlineCustomDocumentEnrichmentConfiguration) => any;
7303
+ /**
7304
+ * @internal
7305
+ */
7306
+ export declare const HookConfigurationFilterSensitiveLog: (obj: HookConfiguration) => any;
7307
+ /**
7308
+ * @internal
7309
+ */
7310
+ export declare const CustomDocumentEnrichmentConfigurationFilterSensitiveLog: (obj: CustomDocumentEnrichmentConfiguration) => any;
7311
+ /**
7312
+ * @internal
7313
+ */
7314
+ export declare const PrincipalFilterSensitiveLog: (obj: Principal) => any;
7315
+ /**
7316
+ * @internal
7317
+ */
7318
+ export declare const HierarchicalPrincipalFilterSensitiveLog: (obj: HierarchicalPrincipal) => any;
7319
+ /**
7320
+ * @internal
7321
+ */
7322
+ export declare const DocumentFilterSensitiveLog: (obj: Document) => any;
7323
+ /**
7324
+ * @internal
7325
+ */
7326
+ export declare const BatchPutDocumentRequestFilterSensitiveLog: (obj: BatchPutDocumentRequest) => any;
7327
+ /**
7328
+ * @internal
7329
+ */
7330
+ export declare const BatchPutDocumentResponseFailedDocumentFilterSensitiveLog: (obj: BatchPutDocumentResponseFailedDocument) => any;
7331
+ /**
7332
+ * @internal
7333
+ */
7334
+ export declare const BatchPutDocumentResponseFilterSensitiveLog: (obj: BatchPutDocumentResponse) => any;
7335
+ /**
7336
+ * @internal
7337
+ */
7338
+ export declare const ClearQuerySuggestionsRequestFilterSensitiveLog: (obj: ClearQuerySuggestionsRequest) => any;
7339
+ /**
7340
+ * @internal
7341
+ */
7342
+ export declare const CreateAccessControlConfigurationRequestFilterSensitiveLog: (obj: CreateAccessControlConfigurationRequest) => any;
7343
+ /**
7344
+ * @internal
7345
+ */
7346
+ export declare const CreateAccessControlConfigurationResponseFilterSensitiveLog: (obj: CreateAccessControlConfigurationResponse) => any;
7347
+ /**
7348
+ * @internal
7349
+ */
7350
+ export declare const BoxConfigurationFilterSensitiveLog: (obj: BoxConfiguration) => any;
7351
+ /**
7352
+ * @internal
7353
+ */
7354
+ export declare const ConfluenceAttachmentToIndexFieldMappingFilterSensitiveLog: (obj: ConfluenceAttachmentToIndexFieldMapping) => any;
7355
+ /**
7356
+ * @internal
7357
+ */
7358
+ export declare const ConfluenceAttachmentConfigurationFilterSensitiveLog: (obj: ConfluenceAttachmentConfiguration) => any;
7359
+ /**
7360
+ * @internal
7361
+ */
7362
+ export declare const ConfluenceBlogToIndexFieldMappingFilterSensitiveLog: (obj: ConfluenceBlogToIndexFieldMapping) => any;
7363
+ /**
7364
+ * @internal
7365
+ */
7366
+ export declare const ConfluenceBlogConfigurationFilterSensitiveLog: (obj: ConfluenceBlogConfiguration) => any;
7367
+ /**
7368
+ * @internal
7369
+ */
7370
+ export declare const ConfluencePageToIndexFieldMappingFilterSensitiveLog: (obj: ConfluencePageToIndexFieldMapping) => any;
7371
+ /**
7372
+ * @internal
7373
+ */
7374
+ export declare const ConfluencePageConfigurationFilterSensitiveLog: (obj: ConfluencePageConfiguration) => any;
7375
+ /**
7376
+ * @internal
7377
+ */
7378
+ export declare const ConfluenceSpaceToIndexFieldMappingFilterSensitiveLog: (obj: ConfluenceSpaceToIndexFieldMapping) => any;
7379
+ /**
7380
+ * @internal
7381
+ */
7382
+ export declare const ConfluenceSpaceConfigurationFilterSensitiveLog: (obj: ConfluenceSpaceConfiguration) => any;
7383
+ /**
7384
+ * @internal
7385
+ */
7386
+ export declare const ConfluenceConfigurationFilterSensitiveLog: (obj: ConfluenceConfiguration) => any;
7387
+ /**
7388
+ * @internal
7389
+ */
7390
+ export declare const ColumnConfigurationFilterSensitiveLog: (obj: ColumnConfiguration) => any;
7391
+ /**
7392
+ * @internal
7393
+ */
7394
+ export declare const ConnectionConfigurationFilterSensitiveLog: (obj: ConnectionConfiguration) => any;
7395
+ /**
7396
+ * @internal
7397
+ */
7398
+ export declare const SqlConfigurationFilterSensitiveLog: (obj: SqlConfiguration) => any;
7399
+ /**
7400
+ * @internal
7401
+ */
7402
+ export declare const DatabaseConfigurationFilterSensitiveLog: (obj: DatabaseConfiguration) => any;
7403
+ /**
7404
+ * @internal
7405
+ */
7406
+ export declare const FsxConfigurationFilterSensitiveLog: (obj: FsxConfiguration) => any;
7407
+ /**
7408
+ * @internal
7409
+ */
7410
+ export declare const GitHubDocumentCrawlPropertiesFilterSensitiveLog: (obj: GitHubDocumentCrawlProperties) => any;
7411
+ /**
7412
+ * @internal
7413
+ */
7414
+ export declare const OnPremiseConfigurationFilterSensitiveLog: (obj: OnPremiseConfiguration) => any;
7415
+ /**
7416
+ * @internal
7417
+ */
7418
+ export declare const SaaSConfigurationFilterSensitiveLog: (obj: SaaSConfiguration) => any;
7419
+ /**
7420
+ * @internal
7421
+ */
7422
+ export declare const GitHubConfigurationFilterSensitiveLog: (obj: GitHubConfiguration) => any;
7423
+ /**
7424
+ * @internal
7425
+ */
7426
+ export declare const GoogleDriveConfigurationFilterSensitiveLog: (obj: GoogleDriveConfiguration) => any;
7427
+ /**
7428
+ * @internal
7429
+ */
7430
+ export declare const JiraConfigurationFilterSensitiveLog: (obj: JiraConfiguration) => any;
7431
+ /**
7432
+ * @internal
7433
+ */
7434
+ export declare const OneDriveUsersFilterSensitiveLog: (obj: OneDriveUsers) => any;
7435
+ /**
7436
+ * @internal
7437
+ */
7438
+ export declare const OneDriveConfigurationFilterSensitiveLog: (obj: OneDriveConfiguration) => any;
7439
+ /**
7440
+ * @internal
7441
+ */
7442
+ export declare const QuipConfigurationFilterSensitiveLog: (obj: QuipConfiguration) => any;
7443
+ /**
7444
+ * @internal
7445
+ */
7446
+ export declare const DocumentsMetadataConfigurationFilterSensitiveLog: (obj: DocumentsMetadataConfiguration) => any;
7447
+ /**
7448
+ * @internal
7449
+ */
7450
+ export declare const S3DataSourceConfigurationFilterSensitiveLog: (obj: S3DataSourceConfiguration) => any;
7451
+ /**
7452
+ * @internal
7453
+ */
7454
+ export declare const SalesforceChatterFeedConfigurationFilterSensitiveLog: (obj: SalesforceChatterFeedConfiguration) => any;
7455
+ /**
7456
+ * @internal
7457
+ */
7458
+ export declare const SalesforceCustomKnowledgeArticleTypeConfigurationFilterSensitiveLog: (obj: SalesforceCustomKnowledgeArticleTypeConfiguration) => any;
7459
+ /**
7460
+ * @internal
7461
+ */
7462
+ export declare const SalesforceStandardKnowledgeArticleTypeConfigurationFilterSensitiveLog: (obj: SalesforceStandardKnowledgeArticleTypeConfiguration) => any;
7463
+ /**
7464
+ * @internal
7465
+ */
7466
+ export declare const SalesforceKnowledgeArticleConfigurationFilterSensitiveLog: (obj: SalesforceKnowledgeArticleConfiguration) => any;
7467
+ /**
7468
+ * @internal
7469
+ */
7470
+ export declare const SalesforceStandardObjectAttachmentConfigurationFilterSensitiveLog: (obj: SalesforceStandardObjectAttachmentConfiguration) => any;
7471
+ /**
7472
+ * @internal
7473
+ */
7474
+ export declare const SalesforceStandardObjectConfigurationFilterSensitiveLog: (obj: SalesforceStandardObjectConfiguration) => any;
7475
+ /**
7476
+ * @internal
7477
+ */
7478
+ export declare const SalesforceConfigurationFilterSensitiveLog: (obj: SalesforceConfiguration) => any;
7479
+ /**
7480
+ * @internal
7481
+ */
7482
+ export declare const ServiceNowKnowledgeArticleConfigurationFilterSensitiveLog: (obj: ServiceNowKnowledgeArticleConfiguration) => any;
7483
+ /**
7484
+ * @internal
7485
+ */
7486
+ export declare const ServiceNowServiceCatalogConfigurationFilterSensitiveLog: (obj: ServiceNowServiceCatalogConfiguration) => any;
7487
+ /**
7488
+ * @internal
7489
+ */
7490
+ export declare const ServiceNowConfigurationFilterSensitiveLog: (obj: ServiceNowConfiguration) => any;
7491
+ /**
7492
+ * @internal
7493
+ */
7494
+ export declare const SharePointConfigurationFilterSensitiveLog: (obj: SharePointConfiguration) => any;
7495
+ /**
7496
+ * @internal
7497
+ */
7498
+ export declare const SlackConfigurationFilterSensitiveLog: (obj: SlackConfiguration) => any;
7499
+ /**
7500
+ * @internal
7501
+ */
7502
+ export declare const ProxyConfigurationFilterSensitiveLog: (obj: ProxyConfiguration) => any;
7503
+ /**
7504
+ * @internal
7505
+ */
7506
+ export declare const SeedUrlConfigurationFilterSensitiveLog: (obj: SeedUrlConfiguration) => any;
7507
+ /**
7508
+ * @internal
7509
+ */
7510
+ export declare const SiteMapsConfigurationFilterSensitiveLog: (obj: SiteMapsConfiguration) => any;
7511
+ /**
7512
+ * @internal
7513
+ */
7514
+ export declare const UrlsFilterSensitiveLog: (obj: Urls) => any;
7515
+ /**
7516
+ * @internal
7517
+ */
7518
+ export declare const WebCrawlerConfigurationFilterSensitiveLog: (obj: WebCrawlerConfiguration) => any;
7519
+ /**
7520
+ * @internal
7521
+ */
7522
+ export declare const WorkDocsConfigurationFilterSensitiveLog: (obj: WorkDocsConfiguration) => any;
7523
+ /**
7524
+ * @internal
7525
+ */
7526
+ export declare const DataSourceConfigurationFilterSensitiveLog: (obj: DataSourceConfiguration) => any;
7527
+ /**
7528
+ * @internal
7529
+ */
7530
+ export declare const TagFilterSensitiveLog: (obj: Tag) => any;
7531
+ /**
7532
+ * @internal
7533
+ */
7534
+ export declare const CreateDataSourceRequestFilterSensitiveLog: (obj: CreateDataSourceRequest) => any;
7535
+ /**
7536
+ * @internal
7537
+ */
7538
+ export declare const CreateDataSourceResponseFilterSensitiveLog: (obj: CreateDataSourceResponse) => any;
7539
+ /**
7540
+ * @internal
7541
+ */
7542
+ export declare const ContentSourceConfigurationFilterSensitiveLog: (obj: ContentSourceConfiguration) => any;
7543
+ /**
7544
+ * @internal
7545
+ */
7546
+ export declare const UserIdentityConfigurationFilterSensitiveLog: (obj: UserIdentityConfiguration) => any;
7547
+ /**
7548
+ * @internal
7549
+ */
7550
+ export declare const ExperienceConfigurationFilterSensitiveLog: (obj: ExperienceConfiguration) => any;
7551
+ /**
7552
+ * @internal
7553
+ */
7554
+ export declare const CreateExperienceRequestFilterSensitiveLog: (obj: CreateExperienceRequest) => any;
7555
+ /**
7556
+ * @internal
7557
+ */
7558
+ export declare const CreateExperienceResponseFilterSensitiveLog: (obj: CreateExperienceResponse) => any;
7559
+ /**
7560
+ * @internal
7561
+ */
7562
+ export declare const CreateFaqRequestFilterSensitiveLog: (obj: CreateFaqRequest) => any;
7563
+ /**
7564
+ * @internal
7565
+ */
7566
+ export declare const CreateFaqResponseFilterSensitiveLog: (obj: CreateFaqResponse) => any;
7567
+ /**
7568
+ * @internal
7569
+ */
7570
+ export declare const ServerSideEncryptionConfigurationFilterSensitiveLog: (obj: ServerSideEncryptionConfiguration) => any;
7571
+ /**
7572
+ * @internal
7573
+ */
7574
+ export declare const UserGroupResolutionConfigurationFilterSensitiveLog: (obj: UserGroupResolutionConfiguration) => any;
7575
+ /**
7576
+ * @internal
7577
+ */
7578
+ export declare const JsonTokenTypeConfigurationFilterSensitiveLog: (obj: JsonTokenTypeConfiguration) => any;
7579
+ /**
7580
+ * @internal
7581
+ */
7582
+ export declare const JwtTokenTypeConfigurationFilterSensitiveLog: (obj: JwtTokenTypeConfiguration) => any;
7583
+ /**
7584
+ * @internal
7585
+ */
7586
+ export declare const UserTokenConfigurationFilterSensitiveLog: (obj: UserTokenConfiguration) => any;
7587
+ /**
7588
+ * @internal
7589
+ */
7590
+ export declare const CreateIndexRequestFilterSensitiveLog: (obj: CreateIndexRequest) => any;
7591
+ /**
7592
+ * @internal
7593
+ */
7594
+ export declare const CreateIndexResponseFilterSensitiveLog: (obj: CreateIndexResponse) => any;
7595
+ /**
7596
+ * @internal
7597
+ */
7598
+ export declare const CreateQuerySuggestionsBlockListRequestFilterSensitiveLog: (obj: CreateQuerySuggestionsBlockListRequest) => any;
7599
+ /**
7600
+ * @internal
7601
+ */
7602
+ export declare const CreateQuerySuggestionsBlockListResponseFilterSensitiveLog: (obj: CreateQuerySuggestionsBlockListResponse) => any;
7603
+ /**
7604
+ * @internal
7605
+ */
7606
+ export declare const CreateThesaurusRequestFilterSensitiveLog: (obj: CreateThesaurusRequest) => any;
7607
+ /**
7608
+ * @internal
7609
+ */
7610
+ export declare const CreateThesaurusResponseFilterSensitiveLog: (obj: CreateThesaurusResponse) => any;
7611
+ /**
7612
+ * @internal
7613
+ */
7614
+ export declare const DeleteAccessControlConfigurationRequestFilterSensitiveLog: (obj: DeleteAccessControlConfigurationRequest) => any;
7615
+ /**
7616
+ * @internal
7617
+ */
7618
+ export declare const DeleteAccessControlConfigurationResponseFilterSensitiveLog: (obj: DeleteAccessControlConfigurationResponse) => any;
7619
+ /**
7620
+ * @internal
7621
+ */
7622
+ export declare const DeleteDataSourceRequestFilterSensitiveLog: (obj: DeleteDataSourceRequest) => any;
7623
+ /**
7624
+ * @internal
7625
+ */
7626
+ export declare const DeleteExperienceRequestFilterSensitiveLog: (obj: DeleteExperienceRequest) => any;
7627
+ /**
7628
+ * @internal
7629
+ */
7630
+ export declare const DeleteExperienceResponseFilterSensitiveLog: (obj: DeleteExperienceResponse) => any;
7631
+ /**
7632
+ * @internal
7633
+ */
7634
+ export declare const DeleteFaqRequestFilterSensitiveLog: (obj: DeleteFaqRequest) => any;
7635
+ /**
7636
+ * @internal
7637
+ */
7638
+ export declare const DeleteIndexRequestFilterSensitiveLog: (obj: DeleteIndexRequest) => any;
7639
+ /**
7640
+ * @internal
7641
+ */
7642
+ export declare const DeletePrincipalMappingRequestFilterSensitiveLog: (obj: DeletePrincipalMappingRequest) => any;
7643
+ /**
7644
+ * @internal
7645
+ */
7646
+ export declare const DeleteQuerySuggestionsBlockListRequestFilterSensitiveLog: (obj: DeleteQuerySuggestionsBlockListRequest) => any;
7647
+ /**
7648
+ * @internal
7649
+ */
7650
+ export declare const DeleteThesaurusRequestFilterSensitiveLog: (obj: DeleteThesaurusRequest) => any;
7651
+ /**
7652
+ * @internal
7653
+ */
7654
+ export declare const DescribeAccessControlConfigurationRequestFilterSensitiveLog: (obj: DescribeAccessControlConfigurationRequest) => any;
7655
+ /**
7656
+ * @internal
7657
+ */
7658
+ export declare const DescribeAccessControlConfigurationResponseFilterSensitiveLog: (obj: DescribeAccessControlConfigurationResponse) => any;
7659
+ /**
7660
+ * @internal
7661
+ */
7662
+ export declare const DescribeDataSourceRequestFilterSensitiveLog: (obj: DescribeDataSourceRequest) => any;
7663
+ /**
7664
+ * @internal
7665
+ */
7666
+ export declare const DescribeDataSourceResponseFilterSensitiveLog: (obj: DescribeDataSourceResponse) => any;
7667
+ /**
7668
+ * @internal
7669
+ */
7670
+ export declare const DescribeExperienceRequestFilterSensitiveLog: (obj: DescribeExperienceRequest) => any;
7671
+ /**
7672
+ * @internal
7673
+ */
7674
+ export declare const ExperienceEndpointFilterSensitiveLog: (obj: ExperienceEndpoint) => any;
7675
+ /**
7676
+ * @internal
7677
+ */
7678
+ export declare const DescribeExperienceResponseFilterSensitiveLog: (obj: DescribeExperienceResponse) => any;
7679
+ /**
7680
+ * @internal
7681
+ */
7682
+ export declare const DescribeFaqRequestFilterSensitiveLog: (obj: DescribeFaqRequest) => any;
7683
+ /**
7684
+ * @internal
7685
+ */
7686
+ export declare const DescribeFaqResponseFilterSensitiveLog: (obj: DescribeFaqResponse) => any;
7687
+ /**
7688
+ * @internal
7689
+ */
7690
+ export declare const DescribeIndexRequestFilterSensitiveLog: (obj: DescribeIndexRequest) => any;
7691
+ /**
7692
+ * @internal
7693
+ */
7694
+ export declare const CapacityUnitsConfigurationFilterSensitiveLog: (obj: CapacityUnitsConfiguration) => any;
7695
+ /**
7696
+ * @internal
7697
+ */
7698
+ export declare const RelevanceFilterSensitiveLog: (obj: Relevance) => any;
7699
+ /**
7700
+ * @internal
7701
+ */
7702
+ export declare const SearchFilterSensitiveLog: (obj: Search) => any;
7703
+ /**
7704
+ * @internal
7705
+ */
7706
+ export declare const DocumentMetadataConfigurationFilterSensitiveLog: (obj: DocumentMetadataConfiguration) => any;
7707
+ /**
7708
+ * @internal
7709
+ */
7710
+ export declare const FaqStatisticsFilterSensitiveLog: (obj: FaqStatistics) => any;
7711
+ /**
7712
+ * @internal
7713
+ */
7714
+ export declare const TextDocumentStatisticsFilterSensitiveLog: (obj: TextDocumentStatistics) => any;
7715
+ /**
7716
+ * @internal
7717
+ */
7718
+ export declare const IndexStatisticsFilterSensitiveLog: (obj: IndexStatistics) => any;
7719
+ /**
7720
+ * @internal
7721
+ */
7722
+ export declare const DescribeIndexResponseFilterSensitiveLog: (obj: DescribeIndexResponse) => any;
7723
+ /**
7724
+ * @internal
7725
+ */
7726
+ export declare const DescribePrincipalMappingRequestFilterSensitiveLog: (obj: DescribePrincipalMappingRequest) => any;
7727
+ /**
7728
+ * @internal
7729
+ */
7730
+ export declare const GroupOrderingIdSummaryFilterSensitiveLog: (obj: GroupOrderingIdSummary) => any;
7731
+ /**
7732
+ * @internal
7733
+ */
7734
+ export declare const DescribePrincipalMappingResponseFilterSensitiveLog: (obj: DescribePrincipalMappingResponse) => any;
7735
+ /**
7736
+ * @internal
7737
+ */
7738
+ export declare const DescribeQuerySuggestionsBlockListRequestFilterSensitiveLog: (obj: DescribeQuerySuggestionsBlockListRequest) => any;
7739
+ /**
7740
+ * @internal
7741
+ */
7742
+ export declare const DescribeQuerySuggestionsBlockListResponseFilterSensitiveLog: (obj: DescribeQuerySuggestionsBlockListResponse) => any;
7743
+ /**
7744
+ * @internal
7745
+ */
7746
+ export declare const DescribeQuerySuggestionsConfigRequestFilterSensitiveLog: (obj: DescribeQuerySuggestionsConfigRequest) => any;
7747
+ /**
7748
+ * @internal
7749
+ */
7750
+ export declare const DescribeQuerySuggestionsConfigResponseFilterSensitiveLog: (obj: DescribeQuerySuggestionsConfigResponse) => any;
7751
+ /**
7752
+ * @internal
7753
+ */
7754
+ export declare const DescribeThesaurusRequestFilterSensitiveLog: (obj: DescribeThesaurusRequest) => any;
7755
+ /**
7756
+ * @internal
7757
+ */
7758
+ export declare const DescribeThesaurusResponseFilterSensitiveLog: (obj: DescribeThesaurusResponse) => any;
7759
+ /**
7760
+ * @internal
7761
+ */
7762
+ export declare const DisassociateEntitiesFromExperienceRequestFilterSensitiveLog: (obj: DisassociateEntitiesFromExperienceRequest) => any;
7763
+ /**
7764
+ * @internal
7765
+ */
7766
+ export declare const DisassociateEntitiesFromExperienceResponseFilterSensitiveLog: (obj: DisassociateEntitiesFromExperienceResponse) => any;
7767
+ /**
7768
+ * @internal
7769
+ */
7770
+ export declare const DisassociatePersonasFromEntitiesRequestFilterSensitiveLog: (obj: DisassociatePersonasFromEntitiesRequest) => any;
7771
+ /**
7772
+ * @internal
7773
+ */
7774
+ export declare const DisassociatePersonasFromEntitiesResponseFilterSensitiveLog: (obj: DisassociatePersonasFromEntitiesResponse) => any;
7775
+ /**
7776
+ * @internal
7777
+ */
7778
+ export declare const GetQuerySuggestionsRequestFilterSensitiveLog: (obj: GetQuerySuggestionsRequest) => any;
7779
+ /**
7780
+ * @internal
7781
+ */
7782
+ export declare const SuggestionHighlightFilterSensitiveLog: (obj: SuggestionHighlight) => any;
7783
+ /**
7784
+ * @internal
7785
+ */
7786
+ export declare const SuggestionTextWithHighlightsFilterSensitiveLog: (obj: SuggestionTextWithHighlights) => any;
7787
+ /**
7788
+ * @internal
7789
+ */
7790
+ export declare const SuggestionValueFilterSensitiveLog: (obj: SuggestionValue) => any;
7791
+ /**
7792
+ * @internal
7793
+ */
7794
+ export declare const SuggestionFilterSensitiveLog: (obj: Suggestion) => any;
7795
+ /**
7796
+ * @internal
7797
+ */
7798
+ export declare const GetQuerySuggestionsResponseFilterSensitiveLog: (obj: GetQuerySuggestionsResponse) => any;
7799
+ /**
7800
+ * @internal
7801
+ */
7802
+ export declare const GetSnapshotsRequestFilterSensitiveLog: (obj: GetSnapshotsRequest) => any;
7803
+ /**
7804
+ * @internal
7805
+ */
7806
+ export declare const TimeRangeFilterSensitiveLog: (obj: TimeRange) => any;
7807
+ /**
7808
+ * @internal
7809
+ */
7810
+ export declare const GetSnapshotsResponseFilterSensitiveLog: (obj: GetSnapshotsResponse) => any;
7811
+ /**
7812
+ * @internal
7813
+ */
7814
+ export declare const ListAccessControlConfigurationsRequestFilterSensitiveLog: (obj: ListAccessControlConfigurationsRequest) => any;
7815
+ /**
7816
+ * @internal
7817
+ */
7818
+ export declare const ListAccessControlConfigurationsResponseFilterSensitiveLog: (obj: ListAccessControlConfigurationsResponse) => any;
7819
+ /**
7820
+ * @internal
7821
+ */
7822
+ export declare const ListDataSourcesRequestFilterSensitiveLog: (obj: ListDataSourcesRequest) => any;
7823
+ /**
7824
+ * @internal
7825
+ */
7826
+ export declare const DataSourceSummaryFilterSensitiveLog: (obj: DataSourceSummary) => any;
7827
+ /**
7828
+ * @internal
7829
+ */
7830
+ export declare const ListDataSourcesResponseFilterSensitiveLog: (obj: ListDataSourcesResponse) => any;
7831
+ /**
7832
+ * @internal
7833
+ */
7834
+ export declare const ListDataSourceSyncJobsRequestFilterSensitiveLog: (obj: ListDataSourceSyncJobsRequest) => any;
7835
+ /**
7836
+ * @internal
7837
+ */
7838
+ export declare const DataSourceSyncJobMetricsFilterSensitiveLog: (obj: DataSourceSyncJobMetrics) => any;
7839
+ /**
7840
+ * @internal
7841
+ */
7842
+ export declare const DataSourceSyncJobFilterSensitiveLog: (obj: DataSourceSyncJob) => any;
7843
+ /**
7844
+ * @internal
7845
+ */
7846
+ export declare const ListDataSourceSyncJobsResponseFilterSensitiveLog: (obj: ListDataSourceSyncJobsResponse) => any;
7847
+ /**
7848
+ * @internal
7849
+ */
7850
+ export declare const ListEntityPersonasRequestFilterSensitiveLog: (obj: ListEntityPersonasRequest) => any;
7851
+ /**
7852
+ * @internal
7853
+ */
7854
+ export declare const PersonasSummaryFilterSensitiveLog: (obj: PersonasSummary) => any;
7855
+ /**
7856
+ * @internal
7857
+ */
7858
+ export declare const ListEntityPersonasResponseFilterSensitiveLog: (obj: ListEntityPersonasResponse) => any;
7859
+ /**
7860
+ * @internal
7861
+ */
7862
+ export declare const ListExperienceEntitiesRequestFilterSensitiveLog: (obj: ListExperienceEntitiesRequest) => any;
7863
+ /**
7864
+ * @internal
7865
+ */
7866
+ export declare const EntityDisplayDataFilterSensitiveLog: (obj: EntityDisplayData) => any;
7867
+ /**
7868
+ * @internal
7869
+ */
7870
+ export declare const ExperienceEntitiesSummaryFilterSensitiveLog: (obj: ExperienceEntitiesSummary) => any;
7871
+ /**
7872
+ * @internal
7873
+ */
7874
+ export declare const ListExperienceEntitiesResponseFilterSensitiveLog: (obj: ListExperienceEntitiesResponse) => any;
7875
+ /**
7876
+ * @internal
7877
+ */
7878
+ export declare const ListExperiencesRequestFilterSensitiveLog: (obj: ListExperiencesRequest) => any;
7879
+ /**
7880
+ * @internal
7881
+ */
7882
+ export declare const ExperiencesSummaryFilterSensitiveLog: (obj: ExperiencesSummary) => any;
7883
+ /**
7884
+ * @internal
7885
+ */
7886
+ export declare const ListExperiencesResponseFilterSensitiveLog: (obj: ListExperiencesResponse) => any;
7887
+ /**
7888
+ * @internal
7889
+ */
7890
+ export declare const ListFaqsRequestFilterSensitiveLog: (obj: ListFaqsRequest) => any;
7891
+ /**
7892
+ * @internal
7893
+ */
7894
+ export declare const FaqSummaryFilterSensitiveLog: (obj: FaqSummary) => any;
7895
+ /**
7896
+ * @internal
7897
+ */
7898
+ export declare const ListFaqsResponseFilterSensitiveLog: (obj: ListFaqsResponse) => any;
7899
+ /**
7900
+ * @internal
7901
+ */
7902
+ export declare const ListGroupsOlderThanOrderingIdRequestFilterSensitiveLog: (obj: ListGroupsOlderThanOrderingIdRequest) => any;
7903
+ /**
7904
+ * @internal
7905
+ */
7906
+ export declare const GroupSummaryFilterSensitiveLog: (obj: GroupSummary) => any;
7907
+ /**
7908
+ * @internal
7909
+ */
7910
+ export declare const ListGroupsOlderThanOrderingIdResponseFilterSensitiveLog: (obj: ListGroupsOlderThanOrderingIdResponse) => any;
7911
+ /**
7912
+ * @internal
7913
+ */
7914
+ export declare const ListIndicesRequestFilterSensitiveLog: (obj: ListIndicesRequest) => any;
7915
+ /**
7916
+ * @internal
7917
+ */
7918
+ export declare const IndexConfigurationSummaryFilterSensitiveLog: (obj: IndexConfigurationSummary) => any;
7919
+ /**
7920
+ * @internal
7921
+ */
7922
+ export declare const ListIndicesResponseFilterSensitiveLog: (obj: ListIndicesResponse) => any;
7923
+ /**
7924
+ * @internal
7925
+ */
7926
+ export declare const ListQuerySuggestionsBlockListsRequestFilterSensitiveLog: (obj: ListQuerySuggestionsBlockListsRequest) => any;
7927
+ /**
7928
+ * @internal
7929
+ */
7930
+ export declare const QuerySuggestionsBlockListSummaryFilterSensitiveLog: (obj: QuerySuggestionsBlockListSummary) => any;
7931
+ /**
7932
+ * @internal
7933
+ */
7934
+ export declare const ListQuerySuggestionsBlockListsResponseFilterSensitiveLog: (obj: ListQuerySuggestionsBlockListsResponse) => any;
7935
+ /**
7936
+ * @internal
7937
+ */
7938
+ export declare const ListTagsForResourceRequestFilterSensitiveLog: (obj: ListTagsForResourceRequest) => any;
7939
+ /**
7940
+ * @internal
7941
+ */
7942
+ export declare const ListTagsForResourceResponseFilterSensitiveLog: (obj: ListTagsForResourceResponse) => any;
7943
+ /**
7944
+ * @internal
7945
+ */
7946
+ export declare const ListThesauriRequestFilterSensitiveLog: (obj: ListThesauriRequest) => any;
7947
+ /**
7948
+ * @internal
7949
+ */
7950
+ export declare const ThesaurusSummaryFilterSensitiveLog: (obj: ThesaurusSummary) => any;
7951
+ /**
7952
+ * @internal
7953
+ */
7954
+ export declare const ListThesauriResponseFilterSensitiveLog: (obj: ListThesauriResponse) => any;
7955
+ /**
7956
+ * @internal
7957
+ */
7958
+ export declare const MemberGroupFilterSensitiveLog: (obj: MemberGroup) => any;
7959
+ /**
7960
+ * @internal
7961
+ */
7962
+ export declare const MemberUserFilterSensitiveLog: (obj: MemberUser) => any;
7963
+ /**
7964
+ * @internal
7965
+ */
7966
+ export declare const GroupMembersFilterSensitiveLog: (obj: GroupMembers) => any;
7967
+ /**
7968
+ * @internal
7969
+ */
7970
+ export declare const PutPrincipalMappingRequestFilterSensitiveLog: (obj: PutPrincipalMappingRequest) => any;
7971
+ /**
7972
+ * @internal
7973
+ */
7974
+ export declare const DocumentRelevanceConfigurationFilterSensitiveLog: (obj: DocumentRelevanceConfiguration) => any;
7975
+ /**
7976
+ * @internal
7977
+ */
7978
+ export declare const SortingConfigurationFilterSensitiveLog: (obj: SortingConfiguration) => any;
7979
+ /**
7980
+ * @internal
7981
+ */
7982
+ export declare const SpellCorrectionConfigurationFilterSensitiveLog: (obj: SpellCorrectionConfiguration) => any;
7983
+ /**
7984
+ * @internal
7985
+ */
7986
+ export declare const DataSourceGroupFilterSensitiveLog: (obj: DataSourceGroup) => any;
7987
+ /**
7988
+ * @internal
7989
+ */
7990
+ export declare const UserContextFilterSensitiveLog: (obj: UserContext) => any;
7991
+ /**
7992
+ * @internal
7993
+ */
7994
+ export declare const ScoreAttributesFilterSensitiveLog: (obj: ScoreAttributes) => any;
7995
+ /**
7996
+ * @internal
7997
+ */
7998
+ export declare const QueryResultItemFilterSensitiveLog: (obj: QueryResultItem) => any;
7999
+ /**
8000
+ * @internal
8001
+ */
8002
+ export declare const CorrectionFilterSensitiveLog: (obj: Correction) => any;
8003
+ /**
8004
+ * @internal
8005
+ */
8006
+ export declare const SpellCorrectedQueryFilterSensitiveLog: (obj: SpellCorrectedQuery) => any;
8007
+ /**
8008
+ * @internal
8009
+ */
8010
+ export declare const WarningFilterSensitiveLog: (obj: Warning) => any;
8011
+ /**
8012
+ * @internal
8013
+ */
8014
+ export declare const StartDataSourceSyncJobRequestFilterSensitiveLog: (obj: StartDataSourceSyncJobRequest) => any;
8015
+ /**
8016
+ * @internal
8017
+ */
8018
+ export declare const StartDataSourceSyncJobResponseFilterSensitiveLog: (obj: StartDataSourceSyncJobResponse) => any;
8019
+ /**
8020
+ * @internal
8021
+ */
8022
+ export declare const StopDataSourceSyncJobRequestFilterSensitiveLog: (obj: StopDataSourceSyncJobRequest) => any;
8023
+ /**
8024
+ * @internal
8025
+ */
8026
+ export declare const ClickFeedbackFilterSensitiveLog: (obj: ClickFeedback) => any;
8027
+ /**
8028
+ * @internal
8029
+ */
8030
+ export declare const RelevanceFeedbackFilterSensitiveLog: (obj: RelevanceFeedback) => any;
8031
+ /**
8032
+ * @internal
8033
+ */
8034
+ export declare const SubmitFeedbackRequestFilterSensitiveLog: (obj: SubmitFeedbackRequest) => any;
8035
+ /**
8036
+ * @internal
8037
+ */
8038
+ export declare const TagResourceRequestFilterSensitiveLog: (obj: TagResourceRequest) => any;
8039
+ /**
8040
+ * @internal
8041
+ */
8042
+ export declare const TagResourceResponseFilterSensitiveLog: (obj: TagResourceResponse) => any;
8043
+ /**
8044
+ * @internal
8045
+ */
8046
+ export declare const UntagResourceRequestFilterSensitiveLog: (obj: UntagResourceRequest) => any;
8047
+ /**
8048
+ * @internal
8049
+ */
8050
+ export declare const UntagResourceResponseFilterSensitiveLog: (obj: UntagResourceResponse) => any;
8051
+ /**
8052
+ * @internal
8053
+ */
8054
+ export declare const UpdateAccessControlConfigurationRequestFilterSensitiveLog: (obj: UpdateAccessControlConfigurationRequest) => any;
8055
+ /**
8056
+ * @internal
8057
+ */
8058
+ export declare const UpdateAccessControlConfigurationResponseFilterSensitiveLog: (obj: UpdateAccessControlConfigurationResponse) => any;
8059
+ /**
8060
+ * @internal
8061
+ */
8062
+ export declare const UpdateDataSourceRequestFilterSensitiveLog: (obj: UpdateDataSourceRequest) => any;
8063
+ /**
8064
+ * @internal
8065
+ */
8066
+ export declare const UpdateExperienceRequestFilterSensitiveLog: (obj: UpdateExperienceRequest) => any;
8067
+ /**
8068
+ * @internal
8069
+ */
8070
+ export declare const UpdateIndexRequestFilterSensitiveLog: (obj: UpdateIndexRequest) => any;
8071
+ /**
8072
+ * @internal
8073
+ */
8074
+ export declare const UpdateQuerySuggestionsBlockListRequestFilterSensitiveLog: (obj: UpdateQuerySuggestionsBlockListRequest) => any;
8075
+ /**
8076
+ * @internal
8077
+ */
8078
+ export declare const UpdateQuerySuggestionsConfigRequestFilterSensitiveLog: (obj: UpdateQuerySuggestionsConfigRequest) => any;
8079
+ /**
8080
+ * @internal
8081
+ */
8082
+ export declare const UpdateThesaurusRequestFilterSensitiveLog: (obj: UpdateThesaurusRequest) => any;
8083
+ /**
8084
+ * @internal
8085
+ */
8086
+ export declare const FacetFilterSensitiveLog: (obj: Facet) => any;
8087
+ /**
8088
+ * @internal
8089
+ */
8090
+ export declare const DocumentAttributeValueCountPairFilterSensitiveLog: (obj: DocumentAttributeValueCountPair) => any;
8091
+ /**
8092
+ * @internal
8093
+ */
8094
+ export declare const FacetResultFilterSensitiveLog: (obj: FacetResult) => any;
8095
+ /**
8096
+ * @internal
8097
+ */
8098
+ export declare const AttributeFilterFilterSensitiveLog: (obj: AttributeFilter) => any;