@aws-sdk/client-kendra 3.135.0 → 3.142.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (133) 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 -2
  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 +954 -1420
  64. package/dist-cjs/models/models_1.js +9 -13
  65. package/dist-cjs/protocols/Aws_json1_1.js +300 -663
  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 -3
  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 +239 -938
  127. package/dist-es/models/models_1.js +2 -8
  128. package/dist-es/protocols/Aws_json1_1.js +481 -664
  129. package/dist-types/models/models_0.d.ts +932 -1398
  130. package/dist-types/models/models_1.d.ts +8 -12
  131. package/dist-types/ts3.4/models/models_0.d.ts +466 -932
  132. package/dist-types/ts3.4/models/models_1.d.ts +4 -8
  133. package/package.json +6 -6
@@ -5,19 +5,11 @@ export interface AccessControlConfigurationSummary {
5
5
 
6
6
  Id: string | undefined;
7
7
  }
8
- export declare namespace AccessControlConfigurationSummary {
9
-
10
- const filterSensitiveLog: (obj: AccessControlConfigurationSummary) => any;
11
- }
12
8
 
13
9
  export interface AccessControlListConfiguration {
14
10
 
15
11
  KeyPath?: string;
16
12
  }
17
- export declare namespace AccessControlListConfiguration {
18
-
19
- const filterSensitiveLog: (obj: AccessControlListConfiguration) => any;
20
- }
21
13
 
22
14
  export declare class AccessDeniedException extends __BaseException {
23
15
  readonly name: "AccessDeniedException";
@@ -31,10 +23,6 @@ export interface AclConfiguration {
31
23
 
32
24
  AllowedGroupsColumnName: string | undefined;
33
25
  }
34
- export declare namespace AclConfiguration {
35
-
36
- const filterSensitiveLog: (obj: AclConfiguration) => any;
37
- }
38
26
  export declare enum HighlightType {
39
27
  STANDARD = "STANDARD",
40
28
  THESAURUS_SYNONYM = "THESAURUS_SYNONYM"
@@ -50,10 +38,6 @@ export interface Highlight {
50
38
 
51
39
  Type?: HighlightType | string;
52
40
  }
53
- export declare namespace Highlight {
54
-
55
- const filterSensitiveLog: (obj: Highlight) => any;
56
- }
57
41
 
58
42
  export interface TextWithHighlights {
59
43
 
@@ -61,19 +45,11 @@ export interface TextWithHighlights {
61
45
 
62
46
  Highlights?: Highlight[];
63
47
  }
64
- export declare namespace TextWithHighlights {
65
-
66
- const filterSensitiveLog: (obj: TextWithHighlights) => any;
67
- }
68
48
 
69
49
  export interface AdditionalResultAttributeValue {
70
50
 
71
51
  TextWithHighlightsValue?: TextWithHighlights;
72
52
  }
73
- export declare namespace AdditionalResultAttributeValue {
74
-
75
- const filterSensitiveLog: (obj: AdditionalResultAttributeValue) => any;
76
- }
77
53
  export declare enum AdditionalResultAttributeValueType {
78
54
  TEXT_WITH_HIGHLIGHTS_VALUE = "TEXT_WITH_HIGHLIGHTS_VALUE"
79
55
  }
@@ -86,10 +62,6 @@ export interface AdditionalResultAttribute {
86
62
 
87
63
  Value: AdditionalResultAttributeValue | undefined;
88
64
  }
89
- export declare namespace AdditionalResultAttribute {
90
-
91
- const filterSensitiveLog: (obj: AdditionalResultAttribute) => any;
92
- }
93
65
 
94
66
  export interface DataSourceToIndexFieldMapping {
95
67
 
@@ -99,10 +71,6 @@ export interface DataSourceToIndexFieldMapping {
99
71
 
100
72
  IndexFieldName: string | undefined;
101
73
  }
102
- export declare namespace DataSourceToIndexFieldMapping {
103
-
104
- const filterSensitiveLog: (obj: DataSourceToIndexFieldMapping) => any;
105
- }
106
74
  export declare enum AlfrescoEntity {
107
75
  blog = "blog",
108
76
  documentLibrary = "documentLibrary",
@@ -115,10 +83,6 @@ export interface S3Path {
115
83
 
116
84
  Key: string | undefined;
117
85
  }
118
- export declare namespace S3Path {
119
-
120
- const filterSensitiveLog: (obj: S3Path) => any;
121
- }
122
86
 
123
87
  export interface DataSourceVpcConfiguration {
124
88
 
@@ -126,10 +90,6 @@ export interface DataSourceVpcConfiguration {
126
90
 
127
91
  SecurityGroupIds: string[] | undefined;
128
92
  }
129
- export declare namespace DataSourceVpcConfiguration {
130
-
131
- const filterSensitiveLog: (obj: DataSourceVpcConfiguration) => any;
132
- }
133
93
 
134
94
  export interface AlfrescoConfiguration {
135
95
 
@@ -159,10 +119,6 @@ export interface AlfrescoConfiguration {
159
119
 
160
120
  VpcConfiguration?: DataSourceVpcConfiguration;
161
121
  }
162
- export declare namespace AlfrescoConfiguration {
163
-
164
- const filterSensitiveLog: (obj: AlfrescoConfiguration) => any;
165
- }
166
122
  export declare enum EntityType {
167
123
  GROUP = "GROUP",
168
124
  USER = "USER"
@@ -174,10 +130,6 @@ export interface EntityConfiguration {
174
130
 
175
131
  EntityType: EntityType | string | undefined;
176
132
  }
177
- export declare namespace EntityConfiguration {
178
-
179
- const filterSensitiveLog: (obj: EntityConfiguration) => any;
180
- }
181
133
  export interface AssociateEntitiesToExperienceRequest {
182
134
 
183
135
  Id: string | undefined;
@@ -186,10 +138,6 @@ export interface AssociateEntitiesToExperienceRequest {
186
138
 
187
139
  EntityList: EntityConfiguration[] | undefined;
188
140
  }
189
- export declare namespace AssociateEntitiesToExperienceRequest {
190
-
191
- const filterSensitiveLog: (obj: AssociateEntitiesToExperienceRequest) => any;
192
- }
193
141
 
194
142
  export interface FailedEntity {
195
143
 
@@ -197,18 +145,10 @@ export interface FailedEntity {
197
145
 
198
146
  ErrorMessage?: string;
199
147
  }
200
- export declare namespace FailedEntity {
201
-
202
- const filterSensitiveLog: (obj: FailedEntity) => any;
203
- }
204
148
  export interface AssociateEntitiesToExperienceResponse {
205
149
 
206
150
  FailedEntityList?: FailedEntity[];
207
151
  }
208
- export declare namespace AssociateEntitiesToExperienceResponse {
209
-
210
- const filterSensitiveLog: (obj: AssociateEntitiesToExperienceResponse) => any;
211
- }
212
152
 
213
153
  export declare class InternalServerException extends __BaseException {
214
154
  readonly name: "InternalServerException";
@@ -260,10 +200,6 @@ export interface EntityPersonaConfiguration {
260
200
 
261
201
  Persona: Persona | string | undefined;
262
202
  }
263
- export declare namespace EntityPersonaConfiguration {
264
-
265
- const filterSensitiveLog: (obj: EntityPersonaConfiguration) => any;
266
- }
267
203
  export interface AssociatePersonasToEntitiesRequest {
268
204
 
269
205
  Id: string | undefined;
@@ -272,18 +208,10 @@ export interface AssociatePersonasToEntitiesRequest {
272
208
 
273
209
  Personas: EntityPersonaConfiguration[] | undefined;
274
210
  }
275
- export declare namespace AssociatePersonasToEntitiesRequest {
276
-
277
- const filterSensitiveLog: (obj: AssociatePersonasToEntitiesRequest) => any;
278
- }
279
211
  export interface AssociatePersonasToEntitiesResponse {
280
212
 
281
213
  FailedEntityList?: FailedEntity[];
282
214
  }
283
- export declare namespace AssociatePersonasToEntitiesResponse {
284
-
285
- const filterSensitiveLog: (obj: AssociatePersonasToEntitiesResponse) => any;
286
- }
287
215
 
288
216
  export interface DocumentAttributeValue {
289
217
 
@@ -295,10 +223,6 @@ export interface DocumentAttributeValue {
295
223
 
296
224
  DateValue?: Date;
297
225
  }
298
- export declare namespace DocumentAttributeValue {
299
-
300
- const filterSensitiveLog: (obj: DocumentAttributeValue) => any;
301
- }
302
226
 
303
227
  export interface DocumentAttribute {
304
228
 
@@ -306,10 +230,6 @@ export interface DocumentAttribute {
306
230
 
307
231
  Value: DocumentAttributeValue | undefined;
308
232
  }
309
- export declare namespace DocumentAttribute {
310
-
311
- const filterSensitiveLog: (obj: DocumentAttribute) => any;
312
- }
313
233
 
314
234
  export interface BasicAuthenticationConfiguration {
315
235
 
@@ -319,19 +239,11 @@ export interface BasicAuthenticationConfiguration {
319
239
 
320
240
  Credentials: string | undefined;
321
241
  }
322
- export declare namespace BasicAuthenticationConfiguration {
323
-
324
- const filterSensitiveLog: (obj: BasicAuthenticationConfiguration) => any;
325
- }
326
242
 
327
243
  export interface AuthenticationConfiguration {
328
244
 
329
245
  BasicAuthentication?: BasicAuthenticationConfiguration[];
330
246
  }
331
- export declare namespace AuthenticationConfiguration {
332
-
333
- const filterSensitiveLog: (obj: AuthenticationConfiguration) => any;
334
- }
335
247
 
336
248
  export interface DataSourceSyncJobMetricTarget {
337
249
 
@@ -339,10 +251,6 @@ export interface DataSourceSyncJobMetricTarget {
339
251
 
340
252
  DataSourceSyncJobId?: string;
341
253
  }
342
- export declare namespace DataSourceSyncJobMetricTarget {
343
-
344
- const filterSensitiveLog: (obj: DataSourceSyncJobMetricTarget) => any;
345
- }
346
254
  export interface BatchDeleteDocumentRequest {
347
255
 
348
256
  IndexId: string | undefined;
@@ -351,10 +259,6 @@ export interface BatchDeleteDocumentRequest {
351
259
 
352
260
  DataSourceSyncJobMetricTarget?: DataSourceSyncJobMetricTarget;
353
261
  }
354
- export declare namespace BatchDeleteDocumentRequest {
355
-
356
- const filterSensitiveLog: (obj: BatchDeleteDocumentRequest) => any;
357
- }
358
262
  export declare enum ErrorCode {
359
263
  INTERNAL_ERROR = "InternalError",
360
264
  INVALID_REQUEST = "InvalidRequest"
@@ -368,18 +272,10 @@ export interface BatchDeleteDocumentResponseFailedDocument {
368
272
 
369
273
  ErrorMessage?: string;
370
274
  }
371
- export declare namespace BatchDeleteDocumentResponseFailedDocument {
372
-
373
- const filterSensitiveLog: (obj: BatchDeleteDocumentResponseFailedDocument) => any;
374
- }
375
275
  export interface BatchDeleteDocumentResponse {
376
276
 
377
277
  FailedDocuments?: BatchDeleteDocumentResponseFailedDocument[];
378
278
  }
379
- export declare namespace BatchDeleteDocumentResponse {
380
-
381
- const filterSensitiveLog: (obj: BatchDeleteDocumentResponse) => any;
382
- }
383
279
 
384
280
  export declare class ConflictException extends __BaseException {
385
281
  readonly name: "ConflictException";
@@ -395,20 +291,12 @@ export interface DocumentInfo {
395
291
 
396
292
  Attributes?: DocumentAttribute[];
397
293
  }
398
- export declare namespace DocumentInfo {
399
-
400
- const filterSensitiveLog: (obj: DocumentInfo) => any;
401
- }
402
294
  export interface BatchGetDocumentStatusRequest {
403
295
 
404
296
  IndexId: string | undefined;
405
297
 
406
298
  DocumentInfoList: DocumentInfo[] | undefined;
407
299
  }
408
- export declare namespace BatchGetDocumentStatusRequest {
409
-
410
- const filterSensitiveLog: (obj: BatchGetDocumentStatusRequest) => any;
411
- }
412
300
  export declare enum DocumentStatus {
413
301
  FAILED = "FAILED",
414
302
  INDEXED = "INDEXED",
@@ -428,10 +316,6 @@ export interface Status {
428
316
 
429
317
  FailureReason?: string;
430
318
  }
431
- export declare namespace Status {
432
-
433
- const filterSensitiveLog: (obj: Status) => any;
434
- }
435
319
 
436
320
  export interface BatchGetDocumentStatusResponseError {
437
321
 
@@ -441,20 +325,12 @@ export interface BatchGetDocumentStatusResponseError {
441
325
 
442
326
  ErrorMessage?: string;
443
327
  }
444
- export declare namespace BatchGetDocumentStatusResponseError {
445
-
446
- const filterSensitiveLog: (obj: BatchGetDocumentStatusResponseError) => any;
447
- }
448
328
  export interface BatchGetDocumentStatusResponse {
449
329
 
450
330
  Errors?: BatchGetDocumentStatusResponseError[];
451
331
 
452
332
  DocumentStatusList?: Status[];
453
333
  }
454
- export declare namespace BatchGetDocumentStatusResponse {
455
-
456
- const filterSensitiveLog: (obj: BatchGetDocumentStatusResponse) => any;
457
- }
458
334
  export declare enum ConditionOperator {
459
335
  BeginsWith = "BeginsWith",
460
336
  Contains = "Contains",
@@ -477,10 +353,6 @@ export interface DocumentAttributeCondition {
477
353
 
478
354
  ConditionOnValue?: DocumentAttributeValue;
479
355
  }
480
- export declare namespace DocumentAttributeCondition {
481
-
482
- const filterSensitiveLog: (obj: DocumentAttributeCondition) => any;
483
- }
484
356
 
485
357
  export interface DocumentAttributeTarget {
486
358
 
@@ -490,10 +362,6 @@ export interface DocumentAttributeTarget {
490
362
 
491
363
  TargetDocumentAttributeValue?: DocumentAttributeValue;
492
364
  }
493
- export declare namespace DocumentAttributeTarget {
494
-
495
- const filterSensitiveLog: (obj: DocumentAttributeTarget) => any;
496
- }
497
365
 
498
366
  export interface InlineCustomDocumentEnrichmentConfiguration {
499
367
 
@@ -503,10 +371,6 @@ export interface InlineCustomDocumentEnrichmentConfiguration {
503
371
 
504
372
  DocumentContentDeletion?: boolean;
505
373
  }
506
- export declare namespace InlineCustomDocumentEnrichmentConfiguration {
507
-
508
- const filterSensitiveLog: (obj: InlineCustomDocumentEnrichmentConfiguration) => any;
509
- }
510
374
 
511
375
  export interface HookConfiguration {
512
376
 
@@ -516,10 +380,6 @@ export interface HookConfiguration {
516
380
 
517
381
  S3Bucket: string | undefined;
518
382
  }
519
- export declare namespace HookConfiguration {
520
-
521
- const filterSensitiveLog: (obj: HookConfiguration) => any;
522
- }
523
383
 
524
384
  export interface CustomDocumentEnrichmentConfiguration {
525
385
 
@@ -531,10 +391,6 @@ export interface CustomDocumentEnrichmentConfiguration {
531
391
 
532
392
  RoleArn?: string;
533
393
  }
534
- export declare namespace CustomDocumentEnrichmentConfiguration {
535
-
536
- const filterSensitiveLog: (obj: CustomDocumentEnrichmentConfiguration) => any;
537
- }
538
394
  export declare enum ReadAccessType {
539
395
  ALLOW = "ALLOW",
540
396
  DENY = "DENY"
@@ -554,10 +410,6 @@ export interface Principal {
554
410
 
555
411
  DataSourceId?: string;
556
412
  }
557
- export declare namespace Principal {
558
-
559
- const filterSensitiveLog: (obj: Principal) => any;
560
- }
561
413
  export declare enum ContentType {
562
414
  HTML = "HTML",
563
415
  MS_WORD = "MS_WORD",
@@ -570,10 +422,6 @@ export interface HierarchicalPrincipal {
570
422
 
571
423
  PrincipalList: Principal[] | undefined;
572
424
  }
573
- export declare namespace HierarchicalPrincipal {
574
-
575
- const filterSensitiveLog: (obj: HierarchicalPrincipal) => any;
576
- }
577
425
 
578
426
  export interface Document {
579
427
 
@@ -595,10 +443,6 @@ export interface Document {
595
443
 
596
444
  AccessControlConfigurationId?: string;
597
445
  }
598
- export declare namespace Document {
599
-
600
- const filterSensitiveLog: (obj: Document) => any;
601
- }
602
446
  export interface BatchPutDocumentRequest {
603
447
 
604
448
  IndexId: string | undefined;
@@ -609,10 +453,6 @@ export interface BatchPutDocumentRequest {
609
453
 
610
454
  CustomDocumentEnrichmentConfiguration?: CustomDocumentEnrichmentConfiguration;
611
455
  }
612
- export declare namespace BatchPutDocumentRequest {
613
-
614
- const filterSensitiveLog: (obj: BatchPutDocumentRequest) => any;
615
- }
616
456
 
617
457
  export interface BatchPutDocumentResponseFailedDocument {
618
458
 
@@ -622,18 +462,10 @@ export interface BatchPutDocumentResponseFailedDocument {
622
462
 
623
463
  ErrorMessage?: string;
624
464
  }
625
- export declare namespace BatchPutDocumentResponseFailedDocument {
626
-
627
- const filterSensitiveLog: (obj: BatchPutDocumentResponseFailedDocument) => any;
628
- }
629
465
  export interface BatchPutDocumentResponse {
630
466
 
631
467
  FailedDocuments?: BatchPutDocumentResponseFailedDocument[];
632
468
  }
633
- export declare namespace BatchPutDocumentResponse {
634
-
635
- const filterSensitiveLog: (obj: BatchPutDocumentResponse) => any;
636
- }
637
469
 
638
470
  export declare class ServiceQuotaExceededException extends __BaseException {
639
471
  readonly name: "ServiceQuotaExceededException";
@@ -646,10 +478,6 @@ export interface ClearQuerySuggestionsRequest {
646
478
 
647
479
  IndexId: string | undefined;
648
480
  }
649
- export declare namespace ClearQuerySuggestionsRequest {
650
-
651
- const filterSensitiveLog: (obj: ClearQuerySuggestionsRequest) => any;
652
- }
653
481
  export interface CreateAccessControlConfigurationRequest {
654
482
 
655
483
  IndexId: string | undefined;
@@ -664,18 +492,10 @@ export interface CreateAccessControlConfigurationRequest {
664
492
 
665
493
  ClientToken?: string;
666
494
  }
667
- export declare namespace CreateAccessControlConfigurationRequest {
668
-
669
- const filterSensitiveLog: (obj: CreateAccessControlConfigurationRequest) => any;
670
- }
671
495
  export interface CreateAccessControlConfigurationResponse {
672
496
 
673
497
  Id: string | undefined;
674
498
  }
675
- export declare namespace CreateAccessControlConfigurationResponse {
676
-
677
- const filterSensitiveLog: (obj: CreateAccessControlConfigurationResponse) => any;
678
- }
679
499
 
680
500
  export interface BoxConfiguration {
681
501
 
@@ -705,10 +525,6 @@ export interface BoxConfiguration {
705
525
 
706
526
  VpcConfiguration?: DataSourceVpcConfiguration;
707
527
  }
708
- export declare namespace BoxConfiguration {
709
-
710
- const filterSensitiveLog: (obj: BoxConfiguration) => any;
711
- }
712
528
  export declare enum ConfluenceAttachmentFieldName {
713
529
  AUTHOR = "AUTHOR",
714
530
  CONTENT_TYPE = "CONTENT_TYPE",
@@ -731,10 +547,6 @@ export interface ConfluenceAttachmentToIndexFieldMapping {
731
547
 
732
548
  IndexFieldName?: string;
733
549
  }
734
- export declare namespace ConfluenceAttachmentToIndexFieldMapping {
735
-
736
- const filterSensitiveLog: (obj: ConfluenceAttachmentToIndexFieldMapping) => any;
737
- }
738
550
 
739
551
  export interface ConfluenceAttachmentConfiguration {
740
552
 
@@ -742,10 +554,6 @@ export interface ConfluenceAttachmentConfiguration {
742
554
 
743
555
  AttachmentFieldMappings?: ConfluenceAttachmentToIndexFieldMapping[];
744
556
  }
745
- export declare namespace ConfluenceAttachmentConfiguration {
746
-
747
- const filterSensitiveLog: (obj: ConfluenceAttachmentConfiguration) => any;
748
- }
749
557
  export declare enum ConfluenceBlogFieldName {
750
558
  AUTHOR = "AUTHOR",
751
559
  DISPLAY_URL = "DISPLAY_URL",
@@ -766,19 +574,11 @@ export interface ConfluenceBlogToIndexFieldMapping {
766
574
 
767
575
  IndexFieldName?: string;
768
576
  }
769
- export declare namespace ConfluenceBlogToIndexFieldMapping {
770
-
771
- const filterSensitiveLog: (obj: ConfluenceBlogToIndexFieldMapping) => any;
772
- }
773
577
 
774
578
  export interface ConfluenceBlogConfiguration {
775
579
 
776
580
  BlogFieldMappings?: ConfluenceBlogToIndexFieldMapping[];
777
581
  }
778
- export declare namespace ConfluenceBlogConfiguration {
779
-
780
- const filterSensitiveLog: (obj: ConfluenceBlogConfiguration) => any;
781
- }
782
582
  export declare enum ConfluencePageFieldName {
783
583
  AUTHOR = "AUTHOR",
784
584
  CONTENT_STATUS = "CONTENT_STATUS",
@@ -802,19 +602,11 @@ export interface ConfluencePageToIndexFieldMapping {
802
602
 
803
603
  IndexFieldName?: string;
804
604
  }
805
- export declare namespace ConfluencePageToIndexFieldMapping {
806
-
807
- const filterSensitiveLog: (obj: ConfluencePageToIndexFieldMapping) => any;
808
- }
809
605
 
810
606
  export interface ConfluencePageConfiguration {
811
607
 
812
608
  PageFieldMappings?: ConfluencePageToIndexFieldMapping[];
813
609
  }
814
- export declare namespace ConfluencePageConfiguration {
815
-
816
- const filterSensitiveLog: (obj: ConfluencePageConfiguration) => any;
817
- }
818
610
  export declare enum ConfluenceSpaceFieldName {
819
611
  DISPLAY_URL = "DISPLAY_URL",
820
612
  ITEM_TYPE = "ITEM_TYPE",
@@ -830,10 +622,6 @@ export interface ConfluenceSpaceToIndexFieldMapping {
830
622
 
831
623
  IndexFieldName?: string;
832
624
  }
833
- export declare namespace ConfluenceSpaceToIndexFieldMapping {
834
-
835
- const filterSensitiveLog: (obj: ConfluenceSpaceToIndexFieldMapping) => any;
836
- }
837
625
 
838
626
  export interface ConfluenceSpaceConfiguration {
839
627
 
@@ -847,10 +635,6 @@ export interface ConfluenceSpaceConfiguration {
847
635
 
848
636
  SpaceFieldMappings?: ConfluenceSpaceToIndexFieldMapping[];
849
637
  }
850
- export declare namespace ConfluenceSpaceConfiguration {
851
-
852
- const filterSensitiveLog: (obj: ConfluenceSpaceConfiguration) => any;
853
- }
854
638
  export declare enum ConfluenceVersion {
855
639
  CLOUD = "CLOUD",
856
640
  SERVER = "SERVER"
@@ -878,10 +662,6 @@ export interface ConfluenceConfiguration {
878
662
 
879
663
  ExclusionPatterns?: string[];
880
664
  }
881
- export declare namespace ConfluenceConfiguration {
882
-
883
- const filterSensitiveLog: (obj: ConfluenceConfiguration) => any;
884
- }
885
665
 
886
666
  export interface ColumnConfiguration {
887
667
 
@@ -895,10 +675,6 @@ export interface ColumnConfiguration {
895
675
 
896
676
  ChangeDetectingColumns: string[] | undefined;
897
677
  }
898
- export declare namespace ColumnConfiguration {
899
-
900
- const filterSensitiveLog: (obj: ColumnConfiguration) => any;
901
- }
902
678
 
903
679
  export interface ConnectionConfiguration {
904
680
 
@@ -912,10 +688,6 @@ export interface ConnectionConfiguration {
912
688
 
913
689
  SecretArn: string | undefined;
914
690
  }
915
- export declare namespace ConnectionConfiguration {
916
-
917
- const filterSensitiveLog: (obj: ConnectionConfiguration) => any;
918
- }
919
691
  export declare enum DatabaseEngineType {
920
692
  RDS_AURORA_MYSQL = "RDS_AURORA_MYSQL",
921
693
  RDS_AURORA_POSTGRESQL = "RDS_AURORA_POSTGRESQL",
@@ -931,10 +703,6 @@ export interface SqlConfiguration {
931
703
 
932
704
  QueryIdentifiersEnclosingOption?: QueryIdentifiersEnclosingOption | string;
933
705
  }
934
- export declare namespace SqlConfiguration {
935
-
936
- const filterSensitiveLog: (obj: SqlConfiguration) => any;
937
- }
938
706
 
939
707
  export interface DatabaseConfiguration {
940
708
 
@@ -950,10 +718,6 @@ export interface DatabaseConfiguration {
950
718
 
951
719
  SqlConfiguration?: SqlConfiguration;
952
720
  }
953
- export declare namespace DatabaseConfiguration {
954
-
955
- const filterSensitiveLog: (obj: DatabaseConfiguration) => any;
956
- }
957
721
  export declare enum FsxFileSystemType {
958
722
  WINDOWS = "WINDOWS"
959
723
  }
@@ -974,10 +738,6 @@ export interface FsxConfiguration {
974
738
 
975
739
  FieldMappings?: DataSourceToIndexFieldMapping[];
976
740
  }
977
- export declare namespace FsxConfiguration {
978
-
979
- const filterSensitiveLog: (obj: FsxConfiguration) => any;
980
- }
981
741
 
982
742
  export interface GitHubDocumentCrawlProperties {
983
743
 
@@ -995,10 +755,6 @@ export interface GitHubDocumentCrawlProperties {
995
755
 
996
756
  CrawlPullRequestCommentAttachment?: boolean;
997
757
  }
998
- export declare namespace GitHubDocumentCrawlProperties {
999
-
1000
- const filterSensitiveLog: (obj: GitHubDocumentCrawlProperties) => any;
1001
- }
1002
758
 
1003
759
  export interface OnPremiseConfiguration {
1004
760
 
@@ -1008,10 +764,6 @@ export interface OnPremiseConfiguration {
1008
764
 
1009
765
  SslCertificateS3Path: S3Path | undefined;
1010
766
  }
1011
- export declare namespace OnPremiseConfiguration {
1012
-
1013
- const filterSensitiveLog: (obj: OnPremiseConfiguration) => any;
1014
- }
1015
767
 
1016
768
  export interface SaaSConfiguration {
1017
769
 
@@ -1019,10 +771,6 @@ export interface SaaSConfiguration {
1019
771
 
1020
772
  HostUrl: string | undefined;
1021
773
  }
1022
- export declare namespace SaaSConfiguration {
1023
-
1024
- const filterSensitiveLog: (obj: SaaSConfiguration) => any;
1025
- }
1026
774
  export declare enum Type {
1027
775
  ON_PREMISE = "ON_PREMISE",
1028
776
  SAAS = "SAAS"
@@ -1074,10 +822,6 @@ export interface GitHubConfiguration {
1074
822
 
1075
823
  GitHubPullRequestDocumentAttachmentConfigurationFieldMappings?: DataSourceToIndexFieldMapping[];
1076
824
  }
1077
- export declare namespace GitHubConfiguration {
1078
-
1079
- const filterSensitiveLog: (obj: GitHubConfiguration) => any;
1080
- }
1081
825
 
1082
826
  export interface GoogleDriveConfiguration {
1083
827
 
@@ -1095,10 +839,6 @@ export interface GoogleDriveConfiguration {
1095
839
 
1096
840
  ExcludeSharedDrives?: string[];
1097
841
  }
1098
- export declare namespace GoogleDriveConfiguration {
1099
-
1100
- const filterSensitiveLog: (obj: GoogleDriveConfiguration) => any;
1101
- }
1102
842
  export declare enum IssueSubEntity {
1103
843
  ATTACHMENTS = "ATTACHMENTS",
1104
844
  COMMENTS = "COMMENTS",
@@ -1137,10 +877,6 @@ export interface JiraConfiguration {
1137
877
 
1138
878
  VpcConfiguration?: DataSourceVpcConfiguration;
1139
879
  }
1140
- export declare namespace JiraConfiguration {
1141
-
1142
- const filterSensitiveLog: (obj: JiraConfiguration) => any;
1143
- }
1144
880
 
1145
881
  export interface OneDriveUsers {
1146
882
 
@@ -1148,10 +884,6 @@ export interface OneDriveUsers {
1148
884
 
1149
885
  OneDriveUserS3Path?: S3Path;
1150
886
  }
1151
- export declare namespace OneDriveUsers {
1152
-
1153
- const filterSensitiveLog: (obj: OneDriveUsers) => any;
1154
- }
1155
887
 
1156
888
  export interface OneDriveConfiguration {
1157
889
 
@@ -1169,10 +901,6 @@ export interface OneDriveConfiguration {
1169
901
 
1170
902
  DisableLocalGroups?: boolean;
1171
903
  }
1172
- export declare namespace OneDriveConfiguration {
1173
-
1174
- const filterSensitiveLog: (obj: OneDriveConfiguration) => any;
1175
- }
1176
904
 
1177
905
  export interface QuipConfiguration {
1178
906
 
@@ -1200,19 +928,11 @@ export interface QuipConfiguration {
1200
928
 
1201
929
  VpcConfiguration?: DataSourceVpcConfiguration;
1202
930
  }
1203
- export declare namespace QuipConfiguration {
1204
-
1205
- const filterSensitiveLog: (obj: QuipConfiguration) => any;
1206
- }
1207
931
 
1208
932
  export interface DocumentsMetadataConfiguration {
1209
933
 
1210
934
  S3Prefix?: string;
1211
935
  }
1212
- export declare namespace DocumentsMetadataConfiguration {
1213
-
1214
- const filterSensitiveLog: (obj: DocumentsMetadataConfiguration) => any;
1215
- }
1216
936
 
1217
937
  export interface S3DataSourceConfiguration {
1218
938
 
@@ -1228,10 +948,6 @@ export interface S3DataSourceConfiguration {
1228
948
 
1229
949
  AccessControlListConfiguration?: AccessControlListConfiguration;
1230
950
  }
1231
- export declare namespace S3DataSourceConfiguration {
1232
-
1233
- const filterSensitiveLog: (obj: S3DataSourceConfiguration) => any;
1234
- }
1235
951
  export declare enum SalesforceChatterFeedIncludeFilterType {
1236
952
  ACTIVE_USER = "ACTIVE_USER",
1237
953
  STANDARD_USER = "STANDARD_USER"
@@ -1247,10 +963,6 @@ export interface SalesforceChatterFeedConfiguration {
1247
963
 
1248
964
  IncludeFilterTypes?: (SalesforceChatterFeedIncludeFilterType | string)[];
1249
965
  }
1250
- export declare namespace SalesforceChatterFeedConfiguration {
1251
-
1252
- const filterSensitiveLog: (obj: SalesforceChatterFeedConfiguration) => any;
1253
- }
1254
966
 
1255
967
  export interface SalesforceCustomKnowledgeArticleTypeConfiguration {
1256
968
 
@@ -1262,10 +974,6 @@ export interface SalesforceCustomKnowledgeArticleTypeConfiguration {
1262
974
 
1263
975
  FieldMappings?: DataSourceToIndexFieldMapping[];
1264
976
  }
1265
- export declare namespace SalesforceCustomKnowledgeArticleTypeConfiguration {
1266
-
1267
- const filterSensitiveLog: (obj: SalesforceCustomKnowledgeArticleTypeConfiguration) => any;
1268
- }
1269
977
  export declare enum SalesforceKnowledgeArticleState {
1270
978
  ARCHIVED = "ARCHIVED",
1271
979
  DRAFT = "DRAFT",
@@ -1280,10 +988,6 @@ export interface SalesforceStandardKnowledgeArticleTypeConfiguration {
1280
988
 
1281
989
  FieldMappings?: DataSourceToIndexFieldMapping[];
1282
990
  }
1283
- export declare namespace SalesforceStandardKnowledgeArticleTypeConfiguration {
1284
-
1285
- const filterSensitiveLog: (obj: SalesforceStandardKnowledgeArticleTypeConfiguration) => any;
1286
- }
1287
991
 
1288
992
  export interface SalesforceKnowledgeArticleConfiguration {
1289
993
 
@@ -1293,10 +997,6 @@ export interface SalesforceKnowledgeArticleConfiguration {
1293
997
 
1294
998
  CustomKnowledgeArticleTypeConfigurations?: SalesforceCustomKnowledgeArticleTypeConfiguration[];
1295
999
  }
1296
- export declare namespace SalesforceKnowledgeArticleConfiguration {
1297
-
1298
- const filterSensitiveLog: (obj: SalesforceKnowledgeArticleConfiguration) => any;
1299
- }
1300
1000
 
1301
1001
  export interface SalesforceStandardObjectAttachmentConfiguration {
1302
1002
 
@@ -1304,10 +1004,6 @@ export interface SalesforceStandardObjectAttachmentConfiguration {
1304
1004
 
1305
1005
  FieldMappings?: DataSourceToIndexFieldMapping[];
1306
1006
  }
1307
- export declare namespace SalesforceStandardObjectAttachmentConfiguration {
1308
-
1309
- const filterSensitiveLog: (obj: SalesforceStandardObjectAttachmentConfiguration) => any;
1310
- }
1311
1007
  export declare enum SalesforceStandardObjectName {
1312
1008
  ACCOUNT = "ACCOUNT",
1313
1009
  CAMPAIGN = "CAMPAIGN",
@@ -1338,10 +1034,6 @@ export interface SalesforceStandardObjectConfiguration {
1338
1034
 
1339
1035
  FieldMappings?: DataSourceToIndexFieldMapping[];
1340
1036
  }
1341
- export declare namespace SalesforceStandardObjectConfiguration {
1342
-
1343
- const filterSensitiveLog: (obj: SalesforceStandardObjectConfiguration) => any;
1344
- }
1345
1037
 
1346
1038
  export interface SalesforceConfiguration {
1347
1039
 
@@ -1363,10 +1055,6 @@ export interface SalesforceConfiguration {
1363
1055
 
1364
1056
  ExcludeAttachmentFilePatterns?: string[];
1365
1057
  }
1366
- export declare namespace SalesforceConfiguration {
1367
-
1368
- const filterSensitiveLog: (obj: SalesforceConfiguration) => any;
1369
- }
1370
1058
  export declare enum ServiceNowAuthenticationType {
1371
1059
  HTTP_BASIC = "HTTP_BASIC",
1372
1060
  OAUTH2 = "OAUTH2"
@@ -1388,10 +1076,6 @@ export interface ServiceNowKnowledgeArticleConfiguration {
1388
1076
 
1389
1077
  FilterQuery?: string;
1390
1078
  }
1391
- export declare namespace ServiceNowKnowledgeArticleConfiguration {
1392
-
1393
- const filterSensitiveLog: (obj: ServiceNowKnowledgeArticleConfiguration) => any;
1394
- }
1395
1079
 
1396
1080
  export interface ServiceNowServiceCatalogConfiguration {
1397
1081
 
@@ -1407,10 +1091,6 @@ export interface ServiceNowServiceCatalogConfiguration {
1407
1091
 
1408
1092
  FieldMappings?: DataSourceToIndexFieldMapping[];
1409
1093
  }
1410
- export declare namespace ServiceNowServiceCatalogConfiguration {
1411
-
1412
- const filterSensitiveLog: (obj: ServiceNowServiceCatalogConfiguration) => any;
1413
- }
1414
1094
  export declare enum ServiceNowBuildVersionType {
1415
1095
  LONDON = "LONDON",
1416
1096
  OTHERS = "OTHERS"
@@ -1430,10 +1110,6 @@ export interface ServiceNowConfiguration {
1430
1110
 
1431
1111
  AuthenticationType?: ServiceNowAuthenticationType | string;
1432
1112
  }
1433
- export declare namespace ServiceNowConfiguration {
1434
-
1435
- const filterSensitiveLog: (obj: ServiceNowConfiguration) => any;
1436
- }
1437
1113
  export declare enum SharePointOnlineAuthenticationType {
1438
1114
  HTTP_BASIC = "HTTP_BASIC",
1439
1115
  OAUTH2 = "OAUTH2"
@@ -1472,10 +1148,6 @@ export interface SharePointConfiguration {
1472
1148
 
1473
1149
  AuthenticationType?: SharePointOnlineAuthenticationType | string;
1474
1150
  }
1475
- export declare namespace SharePointConfiguration {
1476
-
1477
- const filterSensitiveLog: (obj: SharePointConfiguration) => any;
1478
- }
1479
1151
  export declare enum SlackEntity {
1480
1152
  DIRECT_MESSAGE = "DIRECT_MESSAGE",
1481
1153
  GROUP_MESSAGE = "GROUP_MESSAGE",
@@ -1513,10 +1185,6 @@ export interface SlackConfiguration {
1513
1185
 
1514
1186
  FieldMappings?: DataSourceToIndexFieldMapping[];
1515
1187
  }
1516
- export declare namespace SlackConfiguration {
1517
-
1518
- const filterSensitiveLog: (obj: SlackConfiguration) => any;
1519
- }
1520
1188
 
1521
1189
  export interface ProxyConfiguration {
1522
1190
 
@@ -1526,10 +1194,6 @@ export interface ProxyConfiguration {
1526
1194
 
1527
1195
  Credentials?: string;
1528
1196
  }
1529
- export declare namespace ProxyConfiguration {
1530
-
1531
- const filterSensitiveLog: (obj: ProxyConfiguration) => any;
1532
- }
1533
1197
  export declare enum WebCrawlerMode {
1534
1198
  EVERYTHING = "EVERYTHING",
1535
1199
  HOST_ONLY = "HOST_ONLY",
@@ -1542,19 +1206,11 @@ export interface SeedUrlConfiguration {
1542
1206
 
1543
1207
  WebCrawlerMode?: WebCrawlerMode | string;
1544
1208
  }
1545
- export declare namespace SeedUrlConfiguration {
1546
-
1547
- const filterSensitiveLog: (obj: SeedUrlConfiguration) => any;
1548
- }
1549
1209
 
1550
1210
  export interface SiteMapsConfiguration {
1551
1211
 
1552
1212
  SiteMaps: string[] | undefined;
1553
1213
  }
1554
- export declare namespace SiteMapsConfiguration {
1555
-
1556
- const filterSensitiveLog: (obj: SiteMapsConfiguration) => any;
1557
- }
1558
1214
 
1559
1215
  export interface Urls {
1560
1216
 
@@ -1562,10 +1218,6 @@ export interface Urls {
1562
1218
 
1563
1219
  SiteMapsConfiguration?: SiteMapsConfiguration;
1564
1220
  }
1565
- export declare namespace Urls {
1566
-
1567
- const filterSensitiveLog: (obj: Urls) => any;
1568
- }
1569
1221
 
1570
1222
  export interface WebCrawlerConfiguration {
1571
1223
 
@@ -1587,10 +1239,6 @@ export interface WebCrawlerConfiguration {
1587
1239
 
1588
1240
  AuthenticationConfiguration?: AuthenticationConfiguration;
1589
1241
  }
1590
- export declare namespace WebCrawlerConfiguration {
1591
-
1592
- const filterSensitiveLog: (obj: WebCrawlerConfiguration) => any;
1593
- }
1594
1242
 
1595
1243
  export interface WorkDocsConfiguration {
1596
1244
 
@@ -1606,10 +1254,6 @@ export interface WorkDocsConfiguration {
1606
1254
 
1607
1255
  FieldMappings?: DataSourceToIndexFieldMapping[];
1608
1256
  }
1609
- export declare namespace WorkDocsConfiguration {
1610
-
1611
- const filterSensitiveLog: (obj: WorkDocsConfiguration) => any;
1612
- }
1613
1257
 
1614
1258
  export interface DataSourceConfiguration {
1615
1259
 
@@ -1647,10 +1291,6 @@ export interface DataSourceConfiguration {
1647
1291
 
1648
1292
  AlfrescoConfiguration?: AlfrescoConfiguration;
1649
1293
  }
1650
- export declare namespace DataSourceConfiguration {
1651
-
1652
- const filterSensitiveLog: (obj: DataSourceConfiguration) => any;
1653
- }
1654
1294
 
1655
1295
  export interface Tag {
1656
1296
 
@@ -1658,10 +1298,6 @@ export interface Tag {
1658
1298
 
1659
1299
  Value: string | undefined;
1660
1300
  }
1661
- export declare namespace Tag {
1662
-
1663
- const filterSensitiveLog: (obj: Tag) => any;
1664
- }
1665
1301
  export declare enum DataSourceType {
1666
1302
  ALFRESCO = "ALFRESCO",
1667
1303
  BOX = "BOX",
@@ -1706,18 +1342,10 @@ export interface CreateDataSourceRequest {
1706
1342
 
1707
1343
  CustomDocumentEnrichmentConfiguration?: CustomDocumentEnrichmentConfiguration;
1708
1344
  }
1709
- export declare namespace CreateDataSourceRequest {
1710
-
1711
- const filterSensitiveLog: (obj: CreateDataSourceRequest) => any;
1712
- }
1713
1345
  export interface CreateDataSourceResponse {
1714
1346
 
1715
1347
  Id: string | undefined;
1716
1348
  }
1717
- export declare namespace CreateDataSourceResponse {
1718
-
1719
- const filterSensitiveLog: (obj: CreateDataSourceResponse) => any;
1720
- }
1721
1349
 
1722
1350
  export interface ContentSourceConfiguration {
1723
1351
 
@@ -1727,19 +1355,11 @@ export interface ContentSourceConfiguration {
1727
1355
 
1728
1356
  DirectPutContent?: boolean;
1729
1357
  }
1730
- export declare namespace ContentSourceConfiguration {
1731
-
1732
- const filterSensitiveLog: (obj: ContentSourceConfiguration) => any;
1733
- }
1734
1358
 
1735
1359
  export interface UserIdentityConfiguration {
1736
1360
 
1737
1361
  IdentityAttributeName?: string;
1738
1362
  }
1739
- export declare namespace UserIdentityConfiguration {
1740
-
1741
- const filterSensitiveLog: (obj: UserIdentityConfiguration) => any;
1742
- }
1743
1363
 
1744
1364
  export interface ExperienceConfiguration {
1745
1365
 
@@ -1747,10 +1367,6 @@ export interface ExperienceConfiguration {
1747
1367
 
1748
1368
  UserIdentityConfiguration?: UserIdentityConfiguration;
1749
1369
  }
1750
- export declare namespace ExperienceConfiguration {
1751
-
1752
- const filterSensitiveLog: (obj: ExperienceConfiguration) => any;
1753
- }
1754
1370
  export interface CreateExperienceRequest {
1755
1371
 
1756
1372
  Name: string | undefined;
@@ -1765,18 +1381,10 @@ export interface CreateExperienceRequest {
1765
1381
 
1766
1382
  ClientToken?: string;
1767
1383
  }
1768
- export declare namespace CreateExperienceRequest {
1769
-
1770
- const filterSensitiveLog: (obj: CreateExperienceRequest) => any;
1771
- }
1772
1384
  export interface CreateExperienceResponse {
1773
1385
 
1774
1386
  Id: string | undefined;
1775
1387
  }
1776
- export declare namespace CreateExperienceResponse {
1777
-
1778
- const filterSensitiveLog: (obj: CreateExperienceResponse) => any;
1779
- }
1780
1388
  export declare enum FaqFileFormat {
1781
1389
  CSV = "CSV",
1782
1390
  CSV_WITH_HEADER = "CSV_WITH_HEADER",
@@ -1802,18 +1410,10 @@ export interface CreateFaqRequest {
1802
1410
 
1803
1411
  LanguageCode?: string;
1804
1412
  }
1805
- export declare namespace CreateFaqRequest {
1806
-
1807
- const filterSensitiveLog: (obj: CreateFaqRequest) => any;
1808
- }
1809
1413
  export interface CreateFaqResponse {
1810
1414
 
1811
1415
  Id?: string;
1812
1416
  }
1813
- export declare namespace CreateFaqResponse {
1814
-
1815
- const filterSensitiveLog: (obj: CreateFaqResponse) => any;
1816
- }
1817
1417
  export declare enum IndexEdition {
1818
1418
  DEVELOPER_EDITION = "DEVELOPER_EDITION",
1819
1419
  ENTERPRISE_EDITION = "ENTERPRISE_EDITION"
@@ -1823,10 +1423,6 @@ export interface ServerSideEncryptionConfiguration {
1823
1423
 
1824
1424
  KmsKeyId?: string;
1825
1425
  }
1826
- export declare namespace ServerSideEncryptionConfiguration {
1827
-
1828
- const filterSensitiveLog: (obj: ServerSideEncryptionConfiguration) => any;
1829
- }
1830
1426
  export declare enum UserContextPolicy {
1831
1427
  ATTRIBUTE_FILTER = "ATTRIBUTE_FILTER",
1832
1428
  USER_TOKEN = "USER_TOKEN"
@@ -1840,10 +1436,6 @@ export interface UserGroupResolutionConfiguration {
1840
1436
 
1841
1437
  UserGroupResolutionMode: UserGroupResolutionMode | string | undefined;
1842
1438
  }
1843
- export declare namespace UserGroupResolutionConfiguration {
1844
-
1845
- const filterSensitiveLog: (obj: UserGroupResolutionConfiguration) => any;
1846
- }
1847
1439
 
1848
1440
  export interface JsonTokenTypeConfiguration {
1849
1441
 
@@ -1851,10 +1443,6 @@ export interface JsonTokenTypeConfiguration {
1851
1443
 
1852
1444
  GroupAttributeField: string | undefined;
1853
1445
  }
1854
- export declare namespace JsonTokenTypeConfiguration {
1855
-
1856
- const filterSensitiveLog: (obj: JsonTokenTypeConfiguration) => any;
1857
- }
1858
1446
  export declare enum KeyLocation {
1859
1447
  SECRET_MANAGER = "SECRET_MANAGER",
1860
1448
  URL = "URL"
@@ -1876,10 +1464,6 @@ export interface JwtTokenTypeConfiguration {
1876
1464
 
1877
1465
  ClaimRegex?: string;
1878
1466
  }
1879
- export declare namespace JwtTokenTypeConfiguration {
1880
-
1881
- const filterSensitiveLog: (obj: JwtTokenTypeConfiguration) => any;
1882
- }
1883
1467
 
1884
1468
  export interface UserTokenConfiguration {
1885
1469
 
@@ -1887,10 +1471,6 @@ export interface UserTokenConfiguration {
1887
1471
 
1888
1472
  JsonTokenTypeConfiguration?: JsonTokenTypeConfiguration;
1889
1473
  }
1890
- export declare namespace UserTokenConfiguration {
1891
-
1892
- const filterSensitiveLog: (obj: UserTokenConfiguration) => any;
1893
- }
1894
1474
  export interface CreateIndexRequest {
1895
1475
 
1896
1476
  Name: string | undefined;
@@ -1913,18 +1493,10 @@ export interface CreateIndexRequest {
1913
1493
 
1914
1494
  UserGroupResolutionConfiguration?: UserGroupResolutionConfiguration;
1915
1495
  }
1916
- export declare namespace CreateIndexRequest {
1917
-
1918
- const filterSensitiveLog: (obj: CreateIndexRequest) => any;
1919
- }
1920
1496
  export interface CreateIndexResponse {
1921
1497
 
1922
1498
  Id?: string;
1923
1499
  }
1924
- export declare namespace CreateIndexResponse {
1925
-
1926
- const filterSensitiveLog: (obj: CreateIndexResponse) => any;
1927
- }
1928
1500
  export interface CreateQuerySuggestionsBlockListRequest {
1929
1501
 
1930
1502
  IndexId: string | undefined;
@@ -1941,18 +1513,10 @@ export interface CreateQuerySuggestionsBlockListRequest {
1941
1513
 
1942
1514
  Tags?: Tag[];
1943
1515
  }
1944
- export declare namespace CreateQuerySuggestionsBlockListRequest {
1945
-
1946
- const filterSensitiveLog: (obj: CreateQuerySuggestionsBlockListRequest) => any;
1947
- }
1948
1516
  export interface CreateQuerySuggestionsBlockListResponse {
1949
1517
 
1950
1518
  Id?: string;
1951
1519
  }
1952
- export declare namespace CreateQuerySuggestionsBlockListResponse {
1953
-
1954
- const filterSensitiveLog: (obj: CreateQuerySuggestionsBlockListResponse) => any;
1955
- }
1956
1520
  export interface CreateThesaurusRequest {
1957
1521
 
1958
1522
  IndexId: string | undefined;
@@ -1969,78 +1533,42 @@ export interface CreateThesaurusRequest {
1969
1533
 
1970
1534
  ClientToken?: string;
1971
1535
  }
1972
- export declare namespace CreateThesaurusRequest {
1973
-
1974
- const filterSensitiveLog: (obj: CreateThesaurusRequest) => any;
1975
- }
1976
1536
  export interface CreateThesaurusResponse {
1977
1537
 
1978
1538
  Id?: string;
1979
1539
  }
1980
- export declare namespace CreateThesaurusResponse {
1981
-
1982
- const filterSensitiveLog: (obj: CreateThesaurusResponse) => any;
1983
- }
1984
1540
  export interface DeleteAccessControlConfigurationRequest {
1985
1541
 
1986
1542
  IndexId: string | undefined;
1987
1543
 
1988
1544
  Id: string | undefined;
1989
1545
  }
1990
- export declare namespace DeleteAccessControlConfigurationRequest {
1991
-
1992
- const filterSensitiveLog: (obj: DeleteAccessControlConfigurationRequest) => any;
1993
- }
1994
1546
  export interface DeleteAccessControlConfigurationResponse {
1995
1547
  }
1996
- export declare namespace DeleteAccessControlConfigurationResponse {
1997
-
1998
- const filterSensitiveLog: (obj: DeleteAccessControlConfigurationResponse) => any;
1999
- }
2000
1548
  export interface DeleteDataSourceRequest {
2001
1549
 
2002
1550
  Id: string | undefined;
2003
1551
 
2004
1552
  IndexId: string | undefined;
2005
1553
  }
2006
- export declare namespace DeleteDataSourceRequest {
2007
-
2008
- const filterSensitiveLog: (obj: DeleteDataSourceRequest) => any;
2009
- }
2010
1554
  export interface DeleteExperienceRequest {
2011
1555
 
2012
1556
  Id: string | undefined;
2013
1557
 
2014
1558
  IndexId: string | undefined;
2015
1559
  }
2016
- export declare namespace DeleteExperienceRequest {
2017
-
2018
- const filterSensitiveLog: (obj: DeleteExperienceRequest) => any;
2019
- }
2020
1560
  export interface DeleteExperienceResponse {
2021
1561
  }
2022
- export declare namespace DeleteExperienceResponse {
2023
-
2024
- const filterSensitiveLog: (obj: DeleteExperienceResponse) => any;
2025
- }
2026
1562
  export interface DeleteFaqRequest {
2027
1563
 
2028
1564
  Id: string | undefined;
2029
1565
 
2030
1566
  IndexId: string | undefined;
2031
1567
  }
2032
- export declare namespace DeleteFaqRequest {
2033
-
2034
- const filterSensitiveLog: (obj: DeleteFaqRequest) => any;
2035
- }
2036
1568
  export interface DeleteIndexRequest {
2037
1569
 
2038
1570
  Id: string | undefined;
2039
1571
  }
2040
- export declare namespace DeleteIndexRequest {
2041
-
2042
- const filterSensitiveLog: (obj: DeleteIndexRequest) => any;
2043
- }
2044
1572
  export interface DeletePrincipalMappingRequest {
2045
1573
 
2046
1574
  IndexId: string | undefined;
@@ -2051,40 +1579,24 @@ export interface DeletePrincipalMappingRequest {
2051
1579
 
2052
1580
  OrderingId?: number;
2053
1581
  }
2054
- export declare namespace DeletePrincipalMappingRequest {
2055
-
2056
- const filterSensitiveLog: (obj: DeletePrincipalMappingRequest) => any;
2057
- }
2058
1582
  export interface DeleteQuerySuggestionsBlockListRequest {
2059
1583
 
2060
1584
  IndexId: string | undefined;
2061
1585
 
2062
1586
  Id: string | undefined;
2063
1587
  }
2064
- export declare namespace DeleteQuerySuggestionsBlockListRequest {
2065
-
2066
- const filterSensitiveLog: (obj: DeleteQuerySuggestionsBlockListRequest) => any;
2067
- }
2068
1588
  export interface DeleteThesaurusRequest {
2069
1589
 
2070
1590
  Id: string | undefined;
2071
1591
 
2072
1592
  IndexId: string | undefined;
2073
1593
  }
2074
- export declare namespace DeleteThesaurusRequest {
2075
-
2076
- const filterSensitiveLog: (obj: DeleteThesaurusRequest) => any;
2077
- }
2078
1594
  export interface DescribeAccessControlConfigurationRequest {
2079
1595
 
2080
1596
  IndexId: string | undefined;
2081
1597
 
2082
1598
  Id: string | undefined;
2083
1599
  }
2084
- export declare namespace DescribeAccessControlConfigurationRequest {
2085
-
2086
- const filterSensitiveLog: (obj: DescribeAccessControlConfigurationRequest) => any;
2087
- }
2088
1600
  export interface DescribeAccessControlConfigurationResponse {
2089
1601
 
2090
1602
  Name: string | undefined;
@@ -2097,20 +1609,12 @@ export interface DescribeAccessControlConfigurationResponse {
2097
1609
 
2098
1610
  HierarchicalAccessControlList?: HierarchicalPrincipal[];
2099
1611
  }
2100
- export declare namespace DescribeAccessControlConfigurationResponse {
2101
-
2102
- const filterSensitiveLog: (obj: DescribeAccessControlConfigurationResponse) => any;
2103
- }
2104
1612
  export interface DescribeDataSourceRequest {
2105
1613
 
2106
1614
  Id: string | undefined;
2107
1615
 
2108
1616
  IndexId: string | undefined;
2109
1617
  }
2110
- export declare namespace DescribeDataSourceRequest {
2111
-
2112
- const filterSensitiveLog: (obj: DescribeDataSourceRequest) => any;
2113
- }
2114
1618
  export declare enum DataSourceStatus {
2115
1619
  ACTIVE = "ACTIVE",
2116
1620
  CREATING = "CREATING",
@@ -2148,20 +1652,12 @@ export interface DescribeDataSourceResponse {
2148
1652
 
2149
1653
  CustomDocumentEnrichmentConfiguration?: CustomDocumentEnrichmentConfiguration;
2150
1654
  }
2151
- export declare namespace DescribeDataSourceResponse {
2152
-
2153
- const filterSensitiveLog: (obj: DescribeDataSourceResponse) => any;
2154
- }
2155
1655
  export interface DescribeExperienceRequest {
2156
1656
 
2157
1657
  Id: string | undefined;
2158
1658
 
2159
1659
  IndexId: string | undefined;
2160
1660
  }
2161
- export declare namespace DescribeExperienceRequest {
2162
-
2163
- const filterSensitiveLog: (obj: DescribeExperienceRequest) => any;
2164
- }
2165
1661
  export declare enum EndpointType {
2166
1662
  HOME = "HOME"
2167
1663
  }
@@ -2172,10 +1668,6 @@ export interface ExperienceEndpoint {
2172
1668
 
2173
1669
  Endpoint?: string;
2174
1670
  }
2175
- export declare namespace ExperienceEndpoint {
2176
-
2177
- const filterSensitiveLog: (obj: ExperienceEndpoint) => any;
2178
- }
2179
1671
  export declare enum ExperienceStatus {
2180
1672
  ACTIVE = "ACTIVE",
2181
1673
  CREATING = "CREATING",
@@ -2206,20 +1698,12 @@ export interface DescribeExperienceResponse {
2206
1698
 
2207
1699
  ErrorMessage?: string;
2208
1700
  }
2209
- export declare namespace DescribeExperienceResponse {
2210
-
2211
- const filterSensitiveLog: (obj: DescribeExperienceResponse) => any;
2212
- }
2213
1701
  export interface DescribeFaqRequest {
2214
1702
 
2215
1703
  Id: string | undefined;
2216
1704
 
2217
1705
  IndexId: string | undefined;
2218
1706
  }
2219
- export declare namespace DescribeFaqRequest {
2220
-
2221
- const filterSensitiveLog: (obj: DescribeFaqRequest) => any;
2222
- }
2223
1707
  export declare enum FaqStatus {
2224
1708
  ACTIVE = "ACTIVE",
2225
1709
  CREATING = "CREATING",
@@ -2253,18 +1737,10 @@ export interface DescribeFaqResponse {
2253
1737
 
2254
1738
  LanguageCode?: string;
2255
1739
  }
2256
- export declare namespace DescribeFaqResponse {
2257
-
2258
- const filterSensitiveLog: (obj: DescribeFaqResponse) => any;
2259
- }
2260
1740
  export interface DescribeIndexRequest {
2261
1741
 
2262
1742
  Id: string | undefined;
2263
1743
  }
2264
- export declare namespace DescribeIndexRequest {
2265
-
2266
- const filterSensitiveLog: (obj: DescribeIndexRequest) => any;
2267
- }
2268
1744
 
2269
1745
  export interface CapacityUnitsConfiguration {
2270
1746
 
@@ -2272,10 +1748,6 @@ export interface CapacityUnitsConfiguration {
2272
1748
 
2273
1749
  QueryCapacityUnits: number | undefined;
2274
1750
  }
2275
- export declare namespace CapacityUnitsConfiguration {
2276
-
2277
- const filterSensitiveLog: (obj: CapacityUnitsConfiguration) => any;
2278
- }
2279
1751
  export declare enum Order {
2280
1752
  ASCENDING = "ASCENDING",
2281
1753
  DESCENDING = "DESCENDING"
@@ -2293,10 +1765,6 @@ export interface Relevance {
2293
1765
 
2294
1766
  ValueImportanceMap?: Record<string, number>;
2295
1767
  }
2296
- export declare namespace Relevance {
2297
-
2298
- const filterSensitiveLog: (obj: Relevance) => any;
2299
- }
2300
1768
 
2301
1769
  export interface Search {
2302
1770
 
@@ -2308,10 +1776,6 @@ export interface Search {
2308
1776
 
2309
1777
  Sortable?: boolean;
2310
1778
  }
2311
- export declare namespace Search {
2312
-
2313
- const filterSensitiveLog: (obj: Search) => any;
2314
- }
2315
1779
  export declare enum DocumentAttributeValueType {
2316
1780
  DATE_VALUE = "DATE_VALUE",
2317
1781
  LONG_VALUE = "LONG_VALUE",
@@ -2329,19 +1793,11 @@ export interface DocumentMetadataConfiguration {
2329
1793
 
2330
1794
  Search?: Search;
2331
1795
  }
2332
- export declare namespace DocumentMetadataConfiguration {
2333
-
2334
- const filterSensitiveLog: (obj: DocumentMetadataConfiguration) => any;
2335
- }
2336
1796
 
2337
1797
  export interface FaqStatistics {
2338
1798
 
2339
1799
  IndexedQuestionAnswersCount: number | undefined;
2340
1800
  }
2341
- export declare namespace FaqStatistics {
2342
-
2343
- const filterSensitiveLog: (obj: FaqStatistics) => any;
2344
- }
2345
1801
 
2346
1802
  export interface TextDocumentStatistics {
2347
1803
 
@@ -2349,10 +1805,6 @@ export interface TextDocumentStatistics {
2349
1805
 
2350
1806
  IndexedTextBytes: number | undefined;
2351
1807
  }
2352
- export declare namespace TextDocumentStatistics {
2353
-
2354
- const filterSensitiveLog: (obj: TextDocumentStatistics) => any;
2355
- }
2356
1808
 
2357
1809
  export interface IndexStatistics {
2358
1810
 
@@ -2360,10 +1812,6 @@ export interface IndexStatistics {
2360
1812
 
2361
1813
  TextDocumentStatistics: TextDocumentStatistics | undefined;
2362
1814
  }
2363
- export declare namespace IndexStatistics {
2364
-
2365
- const filterSensitiveLog: (obj: IndexStatistics) => any;
2366
- }
2367
1815
  export declare enum IndexStatus {
2368
1816
  ACTIVE = "ACTIVE",
2369
1817
  CREATING = "CREATING",
@@ -2406,10 +1854,6 @@ export interface DescribeIndexResponse {
2406
1854
 
2407
1855
  UserGroupResolutionConfiguration?: UserGroupResolutionConfiguration;
2408
1856
  }
2409
- export declare namespace DescribeIndexResponse {
2410
-
2411
- const filterSensitiveLog: (obj: DescribeIndexResponse) => any;
2412
- }
2413
1857
  export interface DescribePrincipalMappingRequest {
2414
1858
 
2415
1859
  IndexId: string | undefined;
@@ -2418,10 +1862,6 @@ export interface DescribePrincipalMappingRequest {
2418
1862
 
2419
1863
  GroupId: string | undefined;
2420
1864
  }
2421
- export declare namespace DescribePrincipalMappingRequest {
2422
-
2423
- const filterSensitiveLog: (obj: DescribePrincipalMappingRequest) => any;
2424
- }
2425
1865
  export declare enum PrincipalMappingStatus {
2426
1866
  DELETED = "DELETED",
2427
1867
  DELETING = "DELETING",
@@ -2442,10 +1882,6 @@ export interface GroupOrderingIdSummary {
2442
1882
 
2443
1883
  FailureReason?: string;
2444
1884
  }
2445
- export declare namespace GroupOrderingIdSummary {
2446
-
2447
- const filterSensitiveLog: (obj: GroupOrderingIdSummary) => any;
2448
- }
2449
1885
  export interface DescribePrincipalMappingResponse {
2450
1886
 
2451
1887
  IndexId?: string;
@@ -2456,20 +1892,12 @@ export interface DescribePrincipalMappingResponse {
2456
1892
 
2457
1893
  GroupOrderingIdSummaries?: GroupOrderingIdSummary[];
2458
1894
  }
2459
- export declare namespace DescribePrincipalMappingResponse {
2460
-
2461
- const filterSensitiveLog: (obj: DescribePrincipalMappingResponse) => any;
2462
- }
2463
1895
  export interface DescribeQuerySuggestionsBlockListRequest {
2464
1896
 
2465
1897
  IndexId: string | undefined;
2466
1898
 
2467
1899
  Id: string | undefined;
2468
1900
  }
2469
- export declare namespace DescribeQuerySuggestionsBlockListRequest {
2470
-
2471
- const filterSensitiveLog: (obj: DescribeQuerySuggestionsBlockListRequest) => any;
2472
- }
2473
1901
  export declare enum QuerySuggestionsBlockListStatus {
2474
1902
  ACTIVE = "ACTIVE",
2475
1903
  ACTIVE_BUT_UPDATE_FAILED = "ACTIVE_BUT_UPDATE_FAILED",
@@ -2504,18 +1932,10 @@ export interface DescribeQuerySuggestionsBlockListResponse {
2504
1932
 
2505
1933
  RoleArn?: string;
2506
1934
  }
2507
- export declare namespace DescribeQuerySuggestionsBlockListResponse {
2508
-
2509
- const filterSensitiveLog: (obj: DescribeQuerySuggestionsBlockListResponse) => any;
2510
- }
2511
1935
  export interface DescribeQuerySuggestionsConfigRequest {
2512
1936
 
2513
1937
  IndexId: string | undefined;
2514
1938
  }
2515
- export declare namespace DescribeQuerySuggestionsConfigRequest {
2516
-
2517
- const filterSensitiveLog: (obj: DescribeQuerySuggestionsConfigRequest) => any;
2518
- }
2519
1939
  export declare enum Mode {
2520
1940
  ENABLED = "ENABLED",
2521
1941
  LEARN_ONLY = "LEARN_ONLY"
@@ -2544,20 +1964,12 @@ export interface DescribeQuerySuggestionsConfigResponse {
2544
1964
 
2545
1965
  TotalSuggestionsCount?: number;
2546
1966
  }
2547
- export declare namespace DescribeQuerySuggestionsConfigResponse {
2548
-
2549
- const filterSensitiveLog: (obj: DescribeQuerySuggestionsConfigResponse) => any;
2550
- }
2551
1967
  export interface DescribeThesaurusRequest {
2552
1968
 
2553
1969
  Id: string | undefined;
2554
1970
 
2555
1971
  IndexId: string | undefined;
2556
1972
  }
2557
- export declare namespace DescribeThesaurusRequest {
2558
-
2559
- const filterSensitiveLog: (obj: DescribeThesaurusRequest) => any;
2560
- }
2561
1973
  export declare enum ThesaurusStatus {
2562
1974
  ACTIVE = "ACTIVE",
2563
1975
  ACTIVE_BUT_UPDATE_FAILED = "ACTIVE_BUT_UPDATE_FAILED",
@@ -2594,10 +2006,6 @@ export interface DescribeThesaurusResponse {
2594
2006
 
2595
2007
  SynonymRuleCount?: number;
2596
2008
  }
2597
- export declare namespace DescribeThesaurusResponse {
2598
-
2599
- const filterSensitiveLog: (obj: DescribeThesaurusResponse) => any;
2600
- }
2601
2009
  export interface DisassociateEntitiesFromExperienceRequest {
2602
2010
 
2603
2011
  Id: string | undefined;
@@ -2606,18 +2014,10 @@ export interface DisassociateEntitiesFromExperienceRequest {
2606
2014
 
2607
2015
  EntityList: EntityConfiguration[] | undefined;
2608
2016
  }
2609
- export declare namespace DisassociateEntitiesFromExperienceRequest {
2610
-
2611
- const filterSensitiveLog: (obj: DisassociateEntitiesFromExperienceRequest) => any;
2612
- }
2613
2017
  export interface DisassociateEntitiesFromExperienceResponse {
2614
2018
 
2615
2019
  FailedEntityList?: FailedEntity[];
2616
2020
  }
2617
- export declare namespace DisassociateEntitiesFromExperienceResponse {
2618
-
2619
- const filterSensitiveLog: (obj: DisassociateEntitiesFromExperienceResponse) => any;
2620
- }
2621
2021
  export interface DisassociatePersonasFromEntitiesRequest {
2622
2022
 
2623
2023
  Id: string | undefined;
@@ -2626,18 +2026,10 @@ export interface DisassociatePersonasFromEntitiesRequest {
2626
2026
 
2627
2027
  EntityIds: string[] | undefined;
2628
2028
  }
2629
- export declare namespace DisassociatePersonasFromEntitiesRequest {
2630
-
2631
- const filterSensitiveLog: (obj: DisassociatePersonasFromEntitiesRequest) => any;
2632
- }
2633
2029
  export interface DisassociatePersonasFromEntitiesResponse {
2634
2030
 
2635
2031
  FailedEntityList?: FailedEntity[];
2636
2032
  }
2637
- export declare namespace DisassociatePersonasFromEntitiesResponse {
2638
-
2639
- const filterSensitiveLog: (obj: DisassociatePersonasFromEntitiesResponse) => any;
2640
- }
2641
2033
  export interface GetQuerySuggestionsRequest {
2642
2034
 
2643
2035
  IndexId: string | undefined;
@@ -2646,10 +2038,6 @@ export interface GetQuerySuggestionsRequest {
2646
2038
 
2647
2039
  MaxSuggestionsCount?: number;
2648
2040
  }
2649
- export declare namespace GetQuerySuggestionsRequest {
2650
-
2651
- const filterSensitiveLog: (obj: GetQuerySuggestionsRequest) => any;
2652
- }
2653
2041
 
2654
2042
  export interface SuggestionHighlight {
2655
2043
 
@@ -2657,10 +2045,6 @@ export interface SuggestionHighlight {
2657
2045
 
2658
2046
  EndOffset?: number;
2659
2047
  }
2660
- export declare namespace SuggestionHighlight {
2661
-
2662
- const filterSensitiveLog: (obj: SuggestionHighlight) => any;
2663
- }
2664
2048
 
2665
2049
  export interface SuggestionTextWithHighlights {
2666
2050
 
@@ -2668,19 +2052,11 @@ export interface SuggestionTextWithHighlights {
2668
2052
 
2669
2053
  Highlights?: SuggestionHighlight[];
2670
2054
  }
2671
- export declare namespace SuggestionTextWithHighlights {
2672
-
2673
- const filterSensitiveLog: (obj: SuggestionTextWithHighlights) => any;
2674
- }
2675
2055
 
2676
2056
  export interface SuggestionValue {
2677
2057
 
2678
2058
  Text?: SuggestionTextWithHighlights;
2679
2059
  }
2680
- export declare namespace SuggestionValue {
2681
-
2682
- const filterSensitiveLog: (obj: SuggestionValue) => any;
2683
- }
2684
2060
 
2685
2061
  export interface Suggestion {
2686
2062
 
@@ -2688,20 +2064,12 @@ export interface Suggestion {
2688
2064
 
2689
2065
  Value?: SuggestionValue;
2690
2066
  }
2691
- export declare namespace Suggestion {
2692
-
2693
- const filterSensitiveLog: (obj: Suggestion) => any;
2694
- }
2695
2067
  export interface GetQuerySuggestionsResponse {
2696
2068
 
2697
2069
  QuerySuggestionsId?: string;
2698
2070
 
2699
2071
  Suggestions?: Suggestion[];
2700
2072
  }
2701
- export declare namespace GetQuerySuggestionsResponse {
2702
-
2703
- const filterSensitiveLog: (obj: GetQuerySuggestionsResponse) => any;
2704
- }
2705
2073
  export declare enum Interval {
2706
2074
  ONE_MONTH_AGO = "ONE_MONTH_AGO",
2707
2075
  ONE_WEEK_AGO = "ONE_WEEK_AGO",
@@ -2730,10 +2098,6 @@ export interface GetSnapshotsRequest {
2730
2098
 
2731
2099
  MaxResults?: number;
2732
2100
  }
2733
- export declare namespace GetSnapshotsRequest {
2734
-
2735
- const filterSensitiveLog: (obj: GetSnapshotsRequest) => any;
2736
- }
2737
2101
 
2738
2102
  export interface TimeRange {
2739
2103
 
@@ -2741,10 +2105,6 @@ export interface TimeRange {
2741
2105
 
2742
2106
  EndTime?: Date;
2743
2107
  }
2744
- export declare namespace TimeRange {
2745
-
2746
- const filterSensitiveLog: (obj: TimeRange) => any;
2747
- }
2748
2108
  export interface GetSnapshotsResponse {
2749
2109
 
2750
2110
  SnapShotTimeFilter?: TimeRange;
@@ -2755,10 +2115,6 @@ export interface GetSnapshotsResponse {
2755
2115
 
2756
2116
  NextToken?: string;
2757
2117
  }
2758
- export declare namespace GetSnapshotsResponse {
2759
-
2760
- const filterSensitiveLog: (obj: GetSnapshotsResponse) => any;
2761
- }
2762
2118
 
2763
2119
  export declare class InvalidRequestException extends __BaseException {
2764
2120
  readonly name: "InvalidRequestException";
@@ -2775,20 +2131,12 @@ export interface ListAccessControlConfigurationsRequest {
2775
2131
 
2776
2132
  MaxResults?: number;
2777
2133
  }
2778
- export declare namespace ListAccessControlConfigurationsRequest {
2779
-
2780
- const filterSensitiveLog: (obj: ListAccessControlConfigurationsRequest) => any;
2781
- }
2782
2134
  export interface ListAccessControlConfigurationsResponse {
2783
2135
 
2784
2136
  NextToken?: string;
2785
2137
 
2786
2138
  AccessControlConfigurations: AccessControlConfigurationSummary[] | undefined;
2787
2139
  }
2788
- export declare namespace ListAccessControlConfigurationsResponse {
2789
-
2790
- const filterSensitiveLog: (obj: ListAccessControlConfigurationsResponse) => any;
2791
- }
2792
2140
  export interface ListDataSourcesRequest {
2793
2141
 
2794
2142
  IndexId: string | undefined;
@@ -2797,10 +2145,6 @@ export interface ListDataSourcesRequest {
2797
2145
 
2798
2146
  MaxResults?: number;
2799
2147
  }
2800
- export declare namespace ListDataSourcesRequest {
2801
-
2802
- const filterSensitiveLog: (obj: ListDataSourcesRequest) => any;
2803
- }
2804
2148
 
2805
2149
  export interface DataSourceSummary {
2806
2150
 
@@ -2818,20 +2162,12 @@ export interface DataSourceSummary {
2818
2162
 
2819
2163
  LanguageCode?: string;
2820
2164
  }
2821
- export declare namespace DataSourceSummary {
2822
-
2823
- const filterSensitiveLog: (obj: DataSourceSummary) => any;
2824
- }
2825
2165
  export interface ListDataSourcesResponse {
2826
2166
 
2827
2167
  SummaryItems?: DataSourceSummary[];
2828
2168
 
2829
2169
  NextToken?: string;
2830
2170
  }
2831
- export declare namespace ListDataSourcesResponse {
2832
-
2833
- const filterSensitiveLog: (obj: ListDataSourcesResponse) => any;
2834
- }
2835
2171
  export declare enum DataSourceSyncJobStatus {
2836
2172
  ABORTED = "ABORTED",
2837
2173
  FAILED = "FAILED",
@@ -2855,10 +2191,6 @@ export interface ListDataSourceSyncJobsRequest {
2855
2191
 
2856
2192
  StatusFilter?: DataSourceSyncJobStatus | string;
2857
2193
  }
2858
- export declare namespace ListDataSourceSyncJobsRequest {
2859
-
2860
- const filterSensitiveLog: (obj: ListDataSourceSyncJobsRequest) => any;
2861
- }
2862
2194
 
2863
2195
  export interface DataSourceSyncJobMetrics {
2864
2196
 
@@ -2872,10 +2204,6 @@ export interface DataSourceSyncJobMetrics {
2872
2204
 
2873
2205
  DocumentsScanned?: string;
2874
2206
  }
2875
- export declare namespace DataSourceSyncJobMetrics {
2876
-
2877
- const filterSensitiveLog: (obj: DataSourceSyncJobMetrics) => any;
2878
- }
2879
2207
 
2880
2208
  export interface DataSourceSyncJob {
2881
2209
 
@@ -2895,20 +2223,12 @@ export interface DataSourceSyncJob {
2895
2223
 
2896
2224
  Metrics?: DataSourceSyncJobMetrics;
2897
2225
  }
2898
- export declare namespace DataSourceSyncJob {
2899
-
2900
- const filterSensitiveLog: (obj: DataSourceSyncJob) => any;
2901
- }
2902
2226
  export interface ListDataSourceSyncJobsResponse {
2903
2227
 
2904
2228
  History?: DataSourceSyncJob[];
2905
2229
 
2906
2230
  NextToken?: string;
2907
2231
  }
2908
- export declare namespace ListDataSourceSyncJobsResponse {
2909
-
2910
- const filterSensitiveLog: (obj: ListDataSourceSyncJobsResponse) => any;
2911
- }
2912
2232
  export interface ListEntityPersonasRequest {
2913
2233
 
2914
2234
  Id: string | undefined;
@@ -2919,10 +2239,6 @@ export interface ListEntityPersonasRequest {
2919
2239
 
2920
2240
  MaxResults?: number;
2921
2241
  }
2922
- export declare namespace ListEntityPersonasRequest {
2923
-
2924
- const filterSensitiveLog: (obj: ListEntityPersonasRequest) => any;
2925
- }
2926
2242
 
2927
2243
  export interface PersonasSummary {
2928
2244
 
@@ -2934,20 +2250,12 @@ export interface PersonasSummary {
2934
2250
 
2935
2251
  UpdatedAt?: Date;
2936
2252
  }
2937
- export declare namespace PersonasSummary {
2938
-
2939
- const filterSensitiveLog: (obj: PersonasSummary) => any;
2940
- }
2941
2253
  export interface ListEntityPersonasResponse {
2942
2254
 
2943
2255
  SummaryItems?: PersonasSummary[];
2944
2256
 
2945
2257
  NextToken?: string;
2946
2258
  }
2947
- export declare namespace ListEntityPersonasResponse {
2948
-
2949
- const filterSensitiveLog: (obj: ListEntityPersonasResponse) => any;
2950
- }
2951
2259
  export interface ListExperienceEntitiesRequest {
2952
2260
 
2953
2261
  Id: string | undefined;
@@ -2956,10 +2264,6 @@ export interface ListExperienceEntitiesRequest {
2956
2264
 
2957
2265
  NextToken?: string;
2958
2266
  }
2959
- export declare namespace ListExperienceEntitiesRequest {
2960
-
2961
- const filterSensitiveLog: (obj: ListExperienceEntitiesRequest) => any;
2962
- }
2963
2267
 
2964
2268
  export interface EntityDisplayData {
2965
2269
 
@@ -2973,10 +2277,6 @@ export interface EntityDisplayData {
2973
2277
 
2974
2278
  LastName?: string;
2975
2279
  }
2976
- export declare namespace EntityDisplayData {
2977
-
2978
- const filterSensitiveLog: (obj: EntityDisplayData) => any;
2979
- }
2980
2280
 
2981
2281
  export interface ExperienceEntitiesSummary {
2982
2282
 
@@ -2986,20 +2286,12 @@ export interface ExperienceEntitiesSummary {
2986
2286
 
2987
2287
  DisplayData?: EntityDisplayData;
2988
2288
  }
2989
- export declare namespace ExperienceEntitiesSummary {
2990
-
2991
- const filterSensitiveLog: (obj: ExperienceEntitiesSummary) => any;
2992
- }
2993
2289
  export interface ListExperienceEntitiesResponse {
2994
2290
 
2995
2291
  SummaryItems?: ExperienceEntitiesSummary[];
2996
2292
 
2997
2293
  NextToken?: string;
2998
2294
  }
2999
- export declare namespace ListExperienceEntitiesResponse {
3000
-
3001
- const filterSensitiveLog: (obj: ListExperienceEntitiesResponse) => any;
3002
- }
3003
2295
  export interface ListExperiencesRequest {
3004
2296
 
3005
2297
  IndexId: string | undefined;
@@ -3008,10 +2300,6 @@ export interface ListExperiencesRequest {
3008
2300
 
3009
2301
  MaxResults?: number;
3010
2302
  }
3011
- export declare namespace ListExperiencesRequest {
3012
-
3013
- const filterSensitiveLog: (obj: ListExperiencesRequest) => any;
3014
- }
3015
2303
 
3016
2304
  export interface ExperiencesSummary {
3017
2305
 
@@ -3025,20 +2313,12 @@ export interface ExperiencesSummary {
3025
2313
 
3026
2314
  Endpoints?: ExperienceEndpoint[];
3027
2315
  }
3028
- export declare namespace ExperiencesSummary {
3029
-
3030
- const filterSensitiveLog: (obj: ExperiencesSummary) => any;
3031
- }
3032
2316
  export interface ListExperiencesResponse {
3033
2317
 
3034
2318
  SummaryItems?: ExperiencesSummary[];
3035
2319
 
3036
2320
  NextToken?: string;
3037
2321
  }
3038
- export declare namespace ListExperiencesResponse {
3039
-
3040
- const filterSensitiveLog: (obj: ListExperiencesResponse) => any;
3041
- }
3042
2322
  export interface ListFaqsRequest {
3043
2323
 
3044
2324
  IndexId: string | undefined;
@@ -3047,10 +2327,6 @@ export interface ListFaqsRequest {
3047
2327
 
3048
2328
  MaxResults?: number;
3049
2329
  }
3050
- export declare namespace ListFaqsRequest {
3051
-
3052
- const filterSensitiveLog: (obj: ListFaqsRequest) => any;
3053
- }
3054
2330
 
3055
2331
  export interface FaqSummary {
3056
2332
 
@@ -3068,20 +2344,12 @@ export interface FaqSummary {
3068
2344
 
3069
2345
  LanguageCode?: string;
3070
2346
  }
3071
- export declare namespace FaqSummary {
3072
-
3073
- const filterSensitiveLog: (obj: FaqSummary) => any;
3074
- }
3075
2347
  export interface ListFaqsResponse {
3076
2348
 
3077
2349
  NextToken?: string;
3078
2350
 
3079
2351
  FaqSummaryItems?: FaqSummary[];
3080
2352
  }
3081
- export declare namespace ListFaqsResponse {
3082
-
3083
- const filterSensitiveLog: (obj: ListFaqsResponse) => any;
3084
- }
3085
2353
  export interface ListGroupsOlderThanOrderingIdRequest {
3086
2354
 
3087
2355
  IndexId: string | undefined;
@@ -3094,10 +2362,6 @@ export interface ListGroupsOlderThanOrderingIdRequest {
3094
2362
 
3095
2363
  MaxResults?: number;
3096
2364
  }
3097
- export declare namespace ListGroupsOlderThanOrderingIdRequest {
3098
-
3099
- const filterSensitiveLog: (obj: ListGroupsOlderThanOrderingIdRequest) => any;
3100
- }
3101
2365
 
3102
2366
  export interface GroupSummary {
3103
2367
 
@@ -3105,30 +2369,18 @@ export interface GroupSummary {
3105
2369
 
3106
2370
  OrderingId?: number;
3107
2371
  }
3108
- export declare namespace GroupSummary {
3109
-
3110
- const filterSensitiveLog: (obj: GroupSummary) => any;
3111
- }
3112
2372
  export interface ListGroupsOlderThanOrderingIdResponse {
3113
2373
 
3114
2374
  GroupsSummaries?: GroupSummary[];
3115
2375
 
3116
2376
  NextToken?: string;
3117
2377
  }
3118
- export declare namespace ListGroupsOlderThanOrderingIdResponse {
3119
-
3120
- const filterSensitiveLog: (obj: ListGroupsOlderThanOrderingIdResponse) => any;
3121
- }
3122
2378
  export interface ListIndicesRequest {
3123
2379
 
3124
2380
  NextToken?: string;
3125
2381
 
3126
2382
  MaxResults?: number;
3127
2383
  }
3128
- export declare namespace ListIndicesRequest {
3129
-
3130
- const filterSensitiveLog: (obj: ListIndicesRequest) => any;
3131
- }
3132
2384
 
3133
2385
  export interface IndexConfigurationSummary {
3134
2386
 
@@ -3144,20 +2396,12 @@ export interface IndexConfigurationSummary {
3144
2396
 
3145
2397
  Status: IndexStatus | string | undefined;
3146
2398
  }
3147
- export declare namespace IndexConfigurationSummary {
3148
-
3149
- const filterSensitiveLog: (obj: IndexConfigurationSummary) => any;
3150
- }
3151
2399
  export interface ListIndicesResponse {
3152
2400
 
3153
2401
  IndexConfigurationSummaryItems?: IndexConfigurationSummary[];
3154
2402
 
3155
2403
  NextToken?: string;
3156
2404
  }
3157
- export declare namespace ListIndicesResponse {
3158
-
3159
- const filterSensitiveLog: (obj: ListIndicesResponse) => any;
3160
- }
3161
2405
  export interface ListQuerySuggestionsBlockListsRequest {
3162
2406
 
3163
2407
  IndexId: string | undefined;
@@ -3166,10 +2410,6 @@ export interface ListQuerySuggestionsBlockListsRequest {
3166
2410
 
3167
2411
  MaxResults?: number;
3168
2412
  }
3169
- export declare namespace ListQuerySuggestionsBlockListsRequest {
3170
-
3171
- const filterSensitiveLog: (obj: ListQuerySuggestionsBlockListsRequest) => any;
3172
- }
3173
2413
 
3174
2414
  export interface QuerySuggestionsBlockListSummary {
3175
2415
 
@@ -3185,36 +2425,20 @@ export interface QuerySuggestionsBlockListSummary {
3185
2425
 
3186
2426
  ItemCount?: number;
3187
2427
  }
3188
- export declare namespace QuerySuggestionsBlockListSummary {
3189
-
3190
- const filterSensitiveLog: (obj: QuerySuggestionsBlockListSummary) => any;
3191
- }
3192
2428
  export interface ListQuerySuggestionsBlockListsResponse {
3193
2429
 
3194
2430
  BlockListSummaryItems?: QuerySuggestionsBlockListSummary[];
3195
2431
 
3196
2432
  NextToken?: string;
3197
2433
  }
3198
- export declare namespace ListQuerySuggestionsBlockListsResponse {
3199
-
3200
- const filterSensitiveLog: (obj: ListQuerySuggestionsBlockListsResponse) => any;
3201
- }
3202
2434
  export interface ListTagsForResourceRequest {
3203
2435
 
3204
2436
  ResourceARN: string | undefined;
3205
2437
  }
3206
- export declare namespace ListTagsForResourceRequest {
3207
-
3208
- const filterSensitiveLog: (obj: ListTagsForResourceRequest) => any;
3209
- }
3210
2438
  export interface ListTagsForResourceResponse {
3211
2439
 
3212
2440
  Tags?: Tag[];
3213
2441
  }
3214
- export declare namespace ListTagsForResourceResponse {
3215
-
3216
- const filterSensitiveLog: (obj: ListTagsForResourceResponse) => any;
3217
- }
3218
2442
 
3219
2443
  export declare class ResourceUnavailableException extends __BaseException {
3220
2444
  readonly name: "ResourceUnavailableException";
@@ -3231,10 +2455,6 @@ export interface ListThesauriRequest {
3231
2455
 
3232
2456
  MaxResults?: number;
3233
2457
  }
3234
- export declare namespace ListThesauriRequest {
3235
-
3236
- const filterSensitiveLog: (obj: ListThesauriRequest) => any;
3237
- }
3238
2458
 
3239
2459
  export interface ThesaurusSummary {
3240
2460
 
@@ -3248,20 +2468,12 @@ export interface ThesaurusSummary {
3248
2468
 
3249
2469
  UpdatedAt?: Date;
3250
2470
  }
3251
- export declare namespace ThesaurusSummary {
3252
-
3253
- const filterSensitiveLog: (obj: ThesaurusSummary) => any;
3254
- }
3255
2471
  export interface ListThesauriResponse {
3256
2472
 
3257
2473
  NextToken?: string;
3258
2474
 
3259
2475
  ThesaurusSummaryItems?: ThesaurusSummary[];
3260
2476
  }
3261
- export declare namespace ListThesauriResponse {
3262
-
3263
- const filterSensitiveLog: (obj: ListThesauriResponse) => any;
3264
- }
3265
2477
 
3266
2478
  export interface MemberGroup {
3267
2479
 
@@ -3269,19 +2481,11 @@ export interface MemberGroup {
3269
2481
 
3270
2482
  DataSourceId?: string;
3271
2483
  }
3272
- export declare namespace MemberGroup {
3273
-
3274
- const filterSensitiveLog: (obj: MemberGroup) => any;
3275
- }
3276
2484
 
3277
2485
  export interface MemberUser {
3278
2486
 
3279
2487
  UserId: string | undefined;
3280
2488
  }
3281
- export declare namespace MemberUser {
3282
-
3283
- const filterSensitiveLog: (obj: MemberUser) => any;
3284
- }
3285
2489
 
3286
2490
  export interface GroupMembers {
3287
2491
 
@@ -3291,10 +2495,6 @@ export interface GroupMembers {
3291
2495
 
3292
2496
  S3PathforGroupMembers?: S3Path;
3293
2497
  }
3294
- export declare namespace GroupMembers {
3295
-
3296
- const filterSensitiveLog: (obj: GroupMembers) => any;
3297
- }
3298
2498
  export interface PutPrincipalMappingRequest {
3299
2499
 
3300
2500
  IndexId: string | undefined;
@@ -3309,10 +2509,6 @@ export interface PutPrincipalMappingRequest {
3309
2509
 
3310
2510
  RoleArn?: string;
3311
2511
  }
3312
- export declare namespace PutPrincipalMappingRequest {
3313
-
3314
- const filterSensitiveLog: (obj: PutPrincipalMappingRequest) => any;
3315
- }
3316
2512
 
3317
2513
  export interface DocumentRelevanceConfiguration {
3318
2514
 
@@ -3320,10 +2516,6 @@ export interface DocumentRelevanceConfiguration {
3320
2516
 
3321
2517
  Relevance: Relevance | undefined;
3322
2518
  }
3323
- export declare namespace DocumentRelevanceConfiguration {
3324
-
3325
- const filterSensitiveLog: (obj: DocumentRelevanceConfiguration) => any;
3326
- }
3327
2519
  export declare enum QueryResultType {
3328
2520
  ANSWER = "ANSWER",
3329
2521
  DOCUMENT = "DOCUMENT",
@@ -3340,19 +2532,11 @@ export interface SortingConfiguration {
3340
2532
 
3341
2533
  SortOrder: SortOrder | string | undefined;
3342
2534
  }
3343
- export declare namespace SortingConfiguration {
3344
-
3345
- const filterSensitiveLog: (obj: SortingConfiguration) => any;
3346
- }
3347
2535
 
3348
2536
  export interface SpellCorrectionConfiguration {
3349
2537
 
3350
2538
  IncludeQuerySpellCheckSuggestions: boolean | undefined;
3351
2539
  }
3352
- export declare namespace SpellCorrectionConfiguration {
3353
-
3354
- const filterSensitiveLog: (obj: SpellCorrectionConfiguration) => any;
3355
- }
3356
2540
 
3357
2541
  export interface DataSourceGroup {
3358
2542
 
@@ -3360,10 +2544,6 @@ export interface DataSourceGroup {
3360
2544
 
3361
2545
  DataSourceId: string | undefined;
3362
2546
  }
3363
- export declare namespace DataSourceGroup {
3364
-
3365
- const filterSensitiveLog: (obj: DataSourceGroup) => any;
3366
- }
3367
2547
 
3368
2548
  export interface UserContext {
3369
2549
 
@@ -3375,10 +2555,6 @@ export interface UserContext {
3375
2555
 
3376
2556
  DataSourceGroups?: DataSourceGroup[];
3377
2557
  }
3378
- export declare namespace UserContext {
3379
-
3380
- const filterSensitiveLog: (obj: UserContext) => any;
3381
- }
3382
2558
  export declare enum ScoreConfidence {
3383
2559
  HIGH = "HIGH",
3384
2560
  LOW = "LOW",
@@ -3391,10 +2567,6 @@ export interface ScoreAttributes {
3391
2567
 
3392
2568
  ScoreConfidence?: ScoreConfidence | string;
3393
2569
  }
3394
- export declare namespace ScoreAttributes {
3395
-
3396
- const filterSensitiveLog: (obj: ScoreAttributes) => any;
3397
- }
3398
2570
 
3399
2571
  export interface QueryResultItem {
3400
2572
 
@@ -3418,10 +2590,6 @@ export interface QueryResultItem {
3418
2590
 
3419
2591
  FeedbackToken?: string;
3420
2592
  }
3421
- export declare namespace QueryResultItem {
3422
-
3423
- const filterSensitiveLog: (obj: QueryResultItem) => any;
3424
- }
3425
2593
 
3426
2594
  export interface Correction {
3427
2595
 
@@ -3433,10 +2601,6 @@ export interface Correction {
3433
2601
 
3434
2602
  CorrectedTerm?: string;
3435
2603
  }
3436
- export declare namespace Correction {
3437
-
3438
- const filterSensitiveLog: (obj: Correction) => any;
3439
- }
3440
2604
 
3441
2605
  export interface SpellCorrectedQuery {
3442
2606
 
@@ -3444,10 +2608,6 @@ export interface SpellCorrectedQuery {
3444
2608
 
3445
2609
  Corrections?: Correction[];
3446
2610
  }
3447
- export declare namespace SpellCorrectedQuery {
3448
-
3449
- const filterSensitiveLog: (obj: SpellCorrectedQuery) => any;
3450
- }
3451
2611
  export declare enum WarningCode {
3452
2612
  QUERY_LANGUAGE_INVALID_SYNTAX = "QUERY_LANGUAGE_INVALID_SYNTAX"
3453
2613
  }
@@ -3458,10 +2618,6 @@ export interface Warning {
3458
2618
 
3459
2619
  Code?: WarningCode | string;
3460
2620
  }
3461
- export declare namespace Warning {
3462
-
3463
- const filterSensitiveLog: (obj: Warning) => any;
3464
- }
3465
2621
 
3466
2622
  export declare class ResourceInUseException extends __BaseException {
3467
2623
  readonly name: "ResourceInUseException";
@@ -3476,28 +2632,16 @@ export interface StartDataSourceSyncJobRequest {
3476
2632
 
3477
2633
  IndexId: string | undefined;
3478
2634
  }
3479
- export declare namespace StartDataSourceSyncJobRequest {
3480
-
3481
- const filterSensitiveLog: (obj: StartDataSourceSyncJobRequest) => any;
3482
- }
3483
2635
  export interface StartDataSourceSyncJobResponse {
3484
2636
 
3485
2637
  ExecutionId?: string;
3486
2638
  }
3487
- export declare namespace StartDataSourceSyncJobResponse {
3488
-
3489
- const filterSensitiveLog: (obj: StartDataSourceSyncJobResponse) => any;
3490
- }
3491
2639
  export interface StopDataSourceSyncJobRequest {
3492
2640
 
3493
2641
  Id: string | undefined;
3494
2642
 
3495
2643
  IndexId: string | undefined;
3496
2644
  }
3497
- export declare namespace StopDataSourceSyncJobRequest {
3498
-
3499
- const filterSensitiveLog: (obj: StopDataSourceSyncJobRequest) => any;
3500
- }
3501
2645
 
3502
2646
  export interface ClickFeedback {
3503
2647
 
@@ -3505,10 +2649,6 @@ export interface ClickFeedback {
3505
2649
 
3506
2650
  ClickTime: Date | undefined;
3507
2651
  }
3508
- export declare namespace ClickFeedback {
3509
-
3510
- const filterSensitiveLog: (obj: ClickFeedback) => any;
3511
- }
3512
2652
  export declare enum RelevanceType {
3513
2653
  NOT_RELEVANT = "NOT_RELEVANT",
3514
2654
  RELEVANT = "RELEVANT"
@@ -3520,10 +2660,6 @@ export interface RelevanceFeedback {
3520
2660
 
3521
2661
  RelevanceValue: RelevanceType | string | undefined;
3522
2662
  }
3523
- export declare namespace RelevanceFeedback {
3524
-
3525
- const filterSensitiveLog: (obj: RelevanceFeedback) => any;
3526
- }
3527
2663
  export interface SubmitFeedbackRequest {
3528
2664
 
3529
2665
  IndexId: string | undefined;
@@ -3534,42 +2670,22 @@ export interface SubmitFeedbackRequest {
3534
2670
 
3535
2671
  RelevanceFeedbackItems?: RelevanceFeedback[];
3536
2672
  }
3537
- export declare namespace SubmitFeedbackRequest {
3538
-
3539
- const filterSensitiveLog: (obj: SubmitFeedbackRequest) => any;
3540
- }
3541
2673
  export interface TagResourceRequest {
3542
2674
 
3543
2675
  ResourceARN: string | undefined;
3544
2676
 
3545
2677
  Tags: Tag[] | undefined;
3546
2678
  }
3547
- export declare namespace TagResourceRequest {
3548
-
3549
- const filterSensitiveLog: (obj: TagResourceRequest) => any;
3550
- }
3551
2679
  export interface TagResourceResponse {
3552
2680
  }
3553
- export declare namespace TagResourceResponse {
3554
-
3555
- const filterSensitiveLog: (obj: TagResourceResponse) => any;
3556
- }
3557
2681
  export interface UntagResourceRequest {
3558
2682
 
3559
2683
  ResourceARN: string | undefined;
3560
2684
 
3561
2685
  TagKeys: string[] | undefined;
3562
2686
  }
3563
- export declare namespace UntagResourceRequest {
3564
-
3565
- const filterSensitiveLog: (obj: UntagResourceRequest) => any;
3566
- }
3567
2687
  export interface UntagResourceResponse {
3568
2688
  }
3569
- export declare namespace UntagResourceResponse {
3570
-
3571
- const filterSensitiveLog: (obj: UntagResourceResponse) => any;
3572
- }
3573
2689
  export interface UpdateAccessControlConfigurationRequest {
3574
2690
 
3575
2691
  IndexId: string | undefined;
@@ -3584,16 +2700,8 @@ export interface UpdateAccessControlConfigurationRequest {
3584
2700
 
3585
2701
  HierarchicalAccessControlList?: HierarchicalPrincipal[];
3586
2702
  }
3587
- export declare namespace UpdateAccessControlConfigurationRequest {
3588
-
3589
- const filterSensitiveLog: (obj: UpdateAccessControlConfigurationRequest) => any;
3590
- }
3591
2703
  export interface UpdateAccessControlConfigurationResponse {
3592
2704
  }
3593
- export declare namespace UpdateAccessControlConfigurationResponse {
3594
-
3595
- const filterSensitiveLog: (obj: UpdateAccessControlConfigurationResponse) => any;
3596
- }
3597
2705
  export interface UpdateDataSourceRequest {
3598
2706
 
3599
2707
  Id: string | undefined;
@@ -3614,10 +2722,6 @@ export interface UpdateDataSourceRequest {
3614
2722
 
3615
2723
  CustomDocumentEnrichmentConfiguration?: CustomDocumentEnrichmentConfiguration;
3616
2724
  }
3617
- export declare namespace UpdateDataSourceRequest {
3618
-
3619
- const filterSensitiveLog: (obj: UpdateDataSourceRequest) => any;
3620
- }
3621
2725
  export interface UpdateExperienceRequest {
3622
2726
 
3623
2727
  Id: string | undefined;
@@ -3632,10 +2736,6 @@ export interface UpdateExperienceRequest {
3632
2736
 
3633
2737
  Description?: string;
3634
2738
  }
3635
- export declare namespace UpdateExperienceRequest {
3636
-
3637
- const filterSensitiveLog: (obj: UpdateExperienceRequest) => any;
3638
- }
3639
2739
  export interface UpdateIndexRequest {
3640
2740
 
3641
2741
  Id: string | undefined;
@@ -3656,10 +2756,6 @@ export interface UpdateIndexRequest {
3656
2756
 
3657
2757
  UserGroupResolutionConfiguration?: UserGroupResolutionConfiguration;
3658
2758
  }
3659
- export declare namespace UpdateIndexRequest {
3660
-
3661
- const filterSensitiveLog: (obj: UpdateIndexRequest) => any;
3662
- }
3663
2759
  export interface UpdateQuerySuggestionsBlockListRequest {
3664
2760
 
3665
2761
  IndexId: string | undefined;
@@ -3674,10 +2770,6 @@ export interface UpdateQuerySuggestionsBlockListRequest {
3674
2770
 
3675
2771
  RoleArn?: string;
3676
2772
  }
3677
- export declare namespace UpdateQuerySuggestionsBlockListRequest {
3678
-
3679
- const filterSensitiveLog: (obj: UpdateQuerySuggestionsBlockListRequest) => any;
3680
- }
3681
2773
  export interface UpdateQuerySuggestionsConfigRequest {
3682
2774
 
3683
2775
  IndexId: string | undefined;
@@ -3692,10 +2784,6 @@ export interface UpdateQuerySuggestionsConfigRequest {
3692
2784
 
3693
2785
  MinimumQueryCount?: number;
3694
2786
  }
3695
- export declare namespace UpdateQuerySuggestionsConfigRequest {
3696
-
3697
- const filterSensitiveLog: (obj: UpdateQuerySuggestionsConfigRequest) => any;
3698
- }
3699
2787
  export interface UpdateThesaurusRequest {
3700
2788
 
3701
2789
  Id: string | undefined;
@@ -3710,10 +2798,6 @@ export interface UpdateThesaurusRequest {
3710
2798
 
3711
2799
  SourceS3Path?: S3Path;
3712
2800
  }
3713
- export declare namespace UpdateThesaurusRequest {
3714
-
3715
- const filterSensitiveLog: (obj: UpdateThesaurusRequest) => any;
3716
- }
3717
2801
 
3718
2802
  export interface Facet {
3719
2803
 
@@ -3723,10 +2807,6 @@ export interface Facet {
3723
2807
 
3724
2808
  MaxResults?: number;
3725
2809
  }
3726
- export declare namespace Facet {
3727
-
3728
- const filterSensitiveLog: (obj: Facet) => any;
3729
- }
3730
2810
 
3731
2811
  export interface DocumentAttributeValueCountPair {
3732
2812
 
@@ -3736,10 +2816,6 @@ export interface DocumentAttributeValueCountPair {
3736
2816
 
3737
2817
  FacetResults?: FacetResult[];
3738
2818
  }
3739
- export declare namespace DocumentAttributeValueCountPair {
3740
-
3741
- const filterSensitiveLog: (obj: DocumentAttributeValueCountPair) => any;
3742
- }
3743
2819
 
3744
2820
  export interface FacetResult {
3745
2821
 
@@ -3749,10 +2825,6 @@ export interface FacetResult {
3749
2825
 
3750
2826
  DocumentAttributeValueCountPairs?: DocumentAttributeValueCountPair[];
3751
2827
  }
3752
- export declare namespace FacetResult {
3753
-
3754
- const filterSensitiveLog: (obj: FacetResult) => any;
3755
- }
3756
2828
 
3757
2829
  export interface AttributeFilter {
3758
2830
 
@@ -3776,7 +2848,469 @@ export interface AttributeFilter {
3776
2848
 
3777
2849
  LessThanOrEquals?: DocumentAttribute;
3778
2850
  }
3779
- export declare namespace AttributeFilter {
3780
-
3781
- const filterSensitiveLog: (obj: AttributeFilter) => any;
3782
- }
2851
+
2852
+ export declare const AccessControlConfigurationSummaryFilterSensitiveLog: (obj: AccessControlConfigurationSummary) => any;
2853
+
2854
+ export declare const AccessControlListConfigurationFilterSensitiveLog: (obj: AccessControlListConfiguration) => any;
2855
+
2856
+ export declare const AclConfigurationFilterSensitiveLog: (obj: AclConfiguration) => any;
2857
+
2858
+ export declare const HighlightFilterSensitiveLog: (obj: Highlight) => any;
2859
+
2860
+ export declare const TextWithHighlightsFilterSensitiveLog: (obj: TextWithHighlights) => any;
2861
+
2862
+ export declare const AdditionalResultAttributeValueFilterSensitiveLog: (obj: AdditionalResultAttributeValue) => any;
2863
+
2864
+ export declare const AdditionalResultAttributeFilterSensitiveLog: (obj: AdditionalResultAttribute) => any;
2865
+
2866
+ export declare const DataSourceToIndexFieldMappingFilterSensitiveLog: (obj: DataSourceToIndexFieldMapping) => any;
2867
+
2868
+ export declare const S3PathFilterSensitiveLog: (obj: S3Path) => any;
2869
+
2870
+ export declare const DataSourceVpcConfigurationFilterSensitiveLog: (obj: DataSourceVpcConfiguration) => any;
2871
+
2872
+ export declare const AlfrescoConfigurationFilterSensitiveLog: (obj: AlfrescoConfiguration) => any;
2873
+
2874
+ export declare const EntityConfigurationFilterSensitiveLog: (obj: EntityConfiguration) => any;
2875
+
2876
+ export declare const AssociateEntitiesToExperienceRequestFilterSensitiveLog: (obj: AssociateEntitiesToExperienceRequest) => any;
2877
+
2878
+ export declare const FailedEntityFilterSensitiveLog: (obj: FailedEntity) => any;
2879
+
2880
+ export declare const AssociateEntitiesToExperienceResponseFilterSensitiveLog: (obj: AssociateEntitiesToExperienceResponse) => any;
2881
+
2882
+ export declare const EntityPersonaConfigurationFilterSensitiveLog: (obj: EntityPersonaConfiguration) => any;
2883
+
2884
+ export declare const AssociatePersonasToEntitiesRequestFilterSensitiveLog: (obj: AssociatePersonasToEntitiesRequest) => any;
2885
+
2886
+ export declare const AssociatePersonasToEntitiesResponseFilterSensitiveLog: (obj: AssociatePersonasToEntitiesResponse) => any;
2887
+
2888
+ export declare const DocumentAttributeValueFilterSensitiveLog: (obj: DocumentAttributeValue) => any;
2889
+
2890
+ export declare const DocumentAttributeFilterSensitiveLog: (obj: DocumentAttribute) => any;
2891
+
2892
+ export declare const BasicAuthenticationConfigurationFilterSensitiveLog: (obj: BasicAuthenticationConfiguration) => any;
2893
+
2894
+ export declare const AuthenticationConfigurationFilterSensitiveLog: (obj: AuthenticationConfiguration) => any;
2895
+
2896
+ export declare const DataSourceSyncJobMetricTargetFilterSensitiveLog: (obj: DataSourceSyncJobMetricTarget) => any;
2897
+
2898
+ export declare const BatchDeleteDocumentRequestFilterSensitiveLog: (obj: BatchDeleteDocumentRequest) => any;
2899
+
2900
+ export declare const BatchDeleteDocumentResponseFailedDocumentFilterSensitiveLog: (obj: BatchDeleteDocumentResponseFailedDocument) => any;
2901
+
2902
+ export declare const BatchDeleteDocumentResponseFilterSensitiveLog: (obj: BatchDeleteDocumentResponse) => any;
2903
+
2904
+ export declare const DocumentInfoFilterSensitiveLog: (obj: DocumentInfo) => any;
2905
+
2906
+ export declare const BatchGetDocumentStatusRequestFilterSensitiveLog: (obj: BatchGetDocumentStatusRequest) => any;
2907
+
2908
+ export declare const StatusFilterSensitiveLog: (obj: Status) => any;
2909
+
2910
+ export declare const BatchGetDocumentStatusResponseErrorFilterSensitiveLog: (obj: BatchGetDocumentStatusResponseError) => any;
2911
+
2912
+ export declare const BatchGetDocumentStatusResponseFilterSensitiveLog: (obj: BatchGetDocumentStatusResponse) => any;
2913
+
2914
+ export declare const DocumentAttributeConditionFilterSensitiveLog: (obj: DocumentAttributeCondition) => any;
2915
+
2916
+ export declare const DocumentAttributeTargetFilterSensitiveLog: (obj: DocumentAttributeTarget) => any;
2917
+
2918
+ export declare const InlineCustomDocumentEnrichmentConfigurationFilterSensitiveLog: (obj: InlineCustomDocumentEnrichmentConfiguration) => any;
2919
+
2920
+ export declare const HookConfigurationFilterSensitiveLog: (obj: HookConfiguration) => any;
2921
+
2922
+ export declare const CustomDocumentEnrichmentConfigurationFilterSensitiveLog: (obj: CustomDocumentEnrichmentConfiguration) => any;
2923
+
2924
+ export declare const PrincipalFilterSensitiveLog: (obj: Principal) => any;
2925
+
2926
+ export declare const HierarchicalPrincipalFilterSensitiveLog: (obj: HierarchicalPrincipal) => any;
2927
+
2928
+ export declare const DocumentFilterSensitiveLog: (obj: Document) => any;
2929
+
2930
+ export declare const BatchPutDocumentRequestFilterSensitiveLog: (obj: BatchPutDocumentRequest) => any;
2931
+
2932
+ export declare const BatchPutDocumentResponseFailedDocumentFilterSensitiveLog: (obj: BatchPutDocumentResponseFailedDocument) => any;
2933
+
2934
+ export declare const BatchPutDocumentResponseFilterSensitiveLog: (obj: BatchPutDocumentResponse) => any;
2935
+
2936
+ export declare const ClearQuerySuggestionsRequestFilterSensitiveLog: (obj: ClearQuerySuggestionsRequest) => any;
2937
+
2938
+ export declare const CreateAccessControlConfigurationRequestFilterSensitiveLog: (obj: CreateAccessControlConfigurationRequest) => any;
2939
+
2940
+ export declare const CreateAccessControlConfigurationResponseFilterSensitiveLog: (obj: CreateAccessControlConfigurationResponse) => any;
2941
+
2942
+ export declare const BoxConfigurationFilterSensitiveLog: (obj: BoxConfiguration) => any;
2943
+
2944
+ export declare const ConfluenceAttachmentToIndexFieldMappingFilterSensitiveLog: (obj: ConfluenceAttachmentToIndexFieldMapping) => any;
2945
+
2946
+ export declare const ConfluenceAttachmentConfigurationFilterSensitiveLog: (obj: ConfluenceAttachmentConfiguration) => any;
2947
+
2948
+ export declare const ConfluenceBlogToIndexFieldMappingFilterSensitiveLog: (obj: ConfluenceBlogToIndexFieldMapping) => any;
2949
+
2950
+ export declare const ConfluenceBlogConfigurationFilterSensitiveLog: (obj: ConfluenceBlogConfiguration) => any;
2951
+
2952
+ export declare const ConfluencePageToIndexFieldMappingFilterSensitiveLog: (obj: ConfluencePageToIndexFieldMapping) => any;
2953
+
2954
+ export declare const ConfluencePageConfigurationFilterSensitiveLog: (obj: ConfluencePageConfiguration) => any;
2955
+
2956
+ export declare const ConfluenceSpaceToIndexFieldMappingFilterSensitiveLog: (obj: ConfluenceSpaceToIndexFieldMapping) => any;
2957
+
2958
+ export declare const ConfluenceSpaceConfigurationFilterSensitiveLog: (obj: ConfluenceSpaceConfiguration) => any;
2959
+
2960
+ export declare const ConfluenceConfigurationFilterSensitiveLog: (obj: ConfluenceConfiguration) => any;
2961
+
2962
+ export declare const ColumnConfigurationFilterSensitiveLog: (obj: ColumnConfiguration) => any;
2963
+
2964
+ export declare const ConnectionConfigurationFilterSensitiveLog: (obj: ConnectionConfiguration) => any;
2965
+
2966
+ export declare const SqlConfigurationFilterSensitiveLog: (obj: SqlConfiguration) => any;
2967
+
2968
+ export declare const DatabaseConfigurationFilterSensitiveLog: (obj: DatabaseConfiguration) => any;
2969
+
2970
+ export declare const FsxConfigurationFilterSensitiveLog: (obj: FsxConfiguration) => any;
2971
+
2972
+ export declare const GitHubDocumentCrawlPropertiesFilterSensitiveLog: (obj: GitHubDocumentCrawlProperties) => any;
2973
+
2974
+ export declare const OnPremiseConfigurationFilterSensitiveLog: (obj: OnPremiseConfiguration) => any;
2975
+
2976
+ export declare const SaaSConfigurationFilterSensitiveLog: (obj: SaaSConfiguration) => any;
2977
+
2978
+ export declare const GitHubConfigurationFilterSensitiveLog: (obj: GitHubConfiguration) => any;
2979
+
2980
+ export declare const GoogleDriveConfigurationFilterSensitiveLog: (obj: GoogleDriveConfiguration) => any;
2981
+
2982
+ export declare const JiraConfigurationFilterSensitiveLog: (obj: JiraConfiguration) => any;
2983
+
2984
+ export declare const OneDriveUsersFilterSensitiveLog: (obj: OneDriveUsers) => any;
2985
+
2986
+ export declare const OneDriveConfigurationFilterSensitiveLog: (obj: OneDriveConfiguration) => any;
2987
+
2988
+ export declare const QuipConfigurationFilterSensitiveLog: (obj: QuipConfiguration) => any;
2989
+
2990
+ export declare const DocumentsMetadataConfigurationFilterSensitiveLog: (obj: DocumentsMetadataConfiguration) => any;
2991
+
2992
+ export declare const S3DataSourceConfigurationFilterSensitiveLog: (obj: S3DataSourceConfiguration) => any;
2993
+
2994
+ export declare const SalesforceChatterFeedConfigurationFilterSensitiveLog: (obj: SalesforceChatterFeedConfiguration) => any;
2995
+
2996
+ export declare const SalesforceCustomKnowledgeArticleTypeConfigurationFilterSensitiveLog: (obj: SalesforceCustomKnowledgeArticleTypeConfiguration) => any;
2997
+
2998
+ export declare const SalesforceStandardKnowledgeArticleTypeConfigurationFilterSensitiveLog: (obj: SalesforceStandardKnowledgeArticleTypeConfiguration) => any;
2999
+
3000
+ export declare const SalesforceKnowledgeArticleConfigurationFilterSensitiveLog: (obj: SalesforceKnowledgeArticleConfiguration) => any;
3001
+
3002
+ export declare const SalesforceStandardObjectAttachmentConfigurationFilterSensitiveLog: (obj: SalesforceStandardObjectAttachmentConfiguration) => any;
3003
+
3004
+ export declare const SalesforceStandardObjectConfigurationFilterSensitiveLog: (obj: SalesforceStandardObjectConfiguration) => any;
3005
+
3006
+ export declare const SalesforceConfigurationFilterSensitiveLog: (obj: SalesforceConfiguration) => any;
3007
+
3008
+ export declare const ServiceNowKnowledgeArticleConfigurationFilterSensitiveLog: (obj: ServiceNowKnowledgeArticleConfiguration) => any;
3009
+
3010
+ export declare const ServiceNowServiceCatalogConfigurationFilterSensitiveLog: (obj: ServiceNowServiceCatalogConfiguration) => any;
3011
+
3012
+ export declare const ServiceNowConfigurationFilterSensitiveLog: (obj: ServiceNowConfiguration) => any;
3013
+
3014
+ export declare const SharePointConfigurationFilterSensitiveLog: (obj: SharePointConfiguration) => any;
3015
+
3016
+ export declare const SlackConfigurationFilterSensitiveLog: (obj: SlackConfiguration) => any;
3017
+
3018
+ export declare const ProxyConfigurationFilterSensitiveLog: (obj: ProxyConfiguration) => any;
3019
+
3020
+ export declare const SeedUrlConfigurationFilterSensitiveLog: (obj: SeedUrlConfiguration) => any;
3021
+
3022
+ export declare const SiteMapsConfigurationFilterSensitiveLog: (obj: SiteMapsConfiguration) => any;
3023
+
3024
+ export declare const UrlsFilterSensitiveLog: (obj: Urls) => any;
3025
+
3026
+ export declare const WebCrawlerConfigurationFilterSensitiveLog: (obj: WebCrawlerConfiguration) => any;
3027
+
3028
+ export declare const WorkDocsConfigurationFilterSensitiveLog: (obj: WorkDocsConfiguration) => any;
3029
+
3030
+ export declare const DataSourceConfigurationFilterSensitiveLog: (obj: DataSourceConfiguration) => any;
3031
+
3032
+ export declare const TagFilterSensitiveLog: (obj: Tag) => any;
3033
+
3034
+ export declare const CreateDataSourceRequestFilterSensitiveLog: (obj: CreateDataSourceRequest) => any;
3035
+
3036
+ export declare const CreateDataSourceResponseFilterSensitiveLog: (obj: CreateDataSourceResponse) => any;
3037
+
3038
+ export declare const ContentSourceConfigurationFilterSensitiveLog: (obj: ContentSourceConfiguration) => any;
3039
+
3040
+ export declare const UserIdentityConfigurationFilterSensitiveLog: (obj: UserIdentityConfiguration) => any;
3041
+
3042
+ export declare const ExperienceConfigurationFilterSensitiveLog: (obj: ExperienceConfiguration) => any;
3043
+
3044
+ export declare const CreateExperienceRequestFilterSensitiveLog: (obj: CreateExperienceRequest) => any;
3045
+
3046
+ export declare const CreateExperienceResponseFilterSensitiveLog: (obj: CreateExperienceResponse) => any;
3047
+
3048
+ export declare const CreateFaqRequestFilterSensitiveLog: (obj: CreateFaqRequest) => any;
3049
+
3050
+ export declare const CreateFaqResponseFilterSensitiveLog: (obj: CreateFaqResponse) => any;
3051
+
3052
+ export declare const ServerSideEncryptionConfigurationFilterSensitiveLog: (obj: ServerSideEncryptionConfiguration) => any;
3053
+
3054
+ export declare const UserGroupResolutionConfigurationFilterSensitiveLog: (obj: UserGroupResolutionConfiguration) => any;
3055
+
3056
+ export declare const JsonTokenTypeConfigurationFilterSensitiveLog: (obj: JsonTokenTypeConfiguration) => any;
3057
+
3058
+ export declare const JwtTokenTypeConfigurationFilterSensitiveLog: (obj: JwtTokenTypeConfiguration) => any;
3059
+
3060
+ export declare const UserTokenConfigurationFilterSensitiveLog: (obj: UserTokenConfiguration) => any;
3061
+
3062
+ export declare const CreateIndexRequestFilterSensitiveLog: (obj: CreateIndexRequest) => any;
3063
+
3064
+ export declare const CreateIndexResponseFilterSensitiveLog: (obj: CreateIndexResponse) => any;
3065
+
3066
+ export declare const CreateQuerySuggestionsBlockListRequestFilterSensitiveLog: (obj: CreateQuerySuggestionsBlockListRequest) => any;
3067
+
3068
+ export declare const CreateQuerySuggestionsBlockListResponseFilterSensitiveLog: (obj: CreateQuerySuggestionsBlockListResponse) => any;
3069
+
3070
+ export declare const CreateThesaurusRequestFilterSensitiveLog: (obj: CreateThesaurusRequest) => any;
3071
+
3072
+ export declare const CreateThesaurusResponseFilterSensitiveLog: (obj: CreateThesaurusResponse) => any;
3073
+
3074
+ export declare const DeleteAccessControlConfigurationRequestFilterSensitiveLog: (obj: DeleteAccessControlConfigurationRequest) => any;
3075
+
3076
+ export declare const DeleteAccessControlConfigurationResponseFilterSensitiveLog: (obj: DeleteAccessControlConfigurationResponse) => any;
3077
+
3078
+ export declare const DeleteDataSourceRequestFilterSensitiveLog: (obj: DeleteDataSourceRequest) => any;
3079
+
3080
+ export declare const DeleteExperienceRequestFilterSensitiveLog: (obj: DeleteExperienceRequest) => any;
3081
+
3082
+ export declare const DeleteExperienceResponseFilterSensitiveLog: (obj: DeleteExperienceResponse) => any;
3083
+
3084
+ export declare const DeleteFaqRequestFilterSensitiveLog: (obj: DeleteFaqRequest) => any;
3085
+
3086
+ export declare const DeleteIndexRequestFilterSensitiveLog: (obj: DeleteIndexRequest) => any;
3087
+
3088
+ export declare const DeletePrincipalMappingRequestFilterSensitiveLog: (obj: DeletePrincipalMappingRequest) => any;
3089
+
3090
+ export declare const DeleteQuerySuggestionsBlockListRequestFilterSensitiveLog: (obj: DeleteQuerySuggestionsBlockListRequest) => any;
3091
+
3092
+ export declare const DeleteThesaurusRequestFilterSensitiveLog: (obj: DeleteThesaurusRequest) => any;
3093
+
3094
+ export declare const DescribeAccessControlConfigurationRequestFilterSensitiveLog: (obj: DescribeAccessControlConfigurationRequest) => any;
3095
+
3096
+ export declare const DescribeAccessControlConfigurationResponseFilterSensitiveLog: (obj: DescribeAccessControlConfigurationResponse) => any;
3097
+
3098
+ export declare const DescribeDataSourceRequestFilterSensitiveLog: (obj: DescribeDataSourceRequest) => any;
3099
+
3100
+ export declare const DescribeDataSourceResponseFilterSensitiveLog: (obj: DescribeDataSourceResponse) => any;
3101
+
3102
+ export declare const DescribeExperienceRequestFilterSensitiveLog: (obj: DescribeExperienceRequest) => any;
3103
+
3104
+ export declare const ExperienceEndpointFilterSensitiveLog: (obj: ExperienceEndpoint) => any;
3105
+
3106
+ export declare const DescribeExperienceResponseFilterSensitiveLog: (obj: DescribeExperienceResponse) => any;
3107
+
3108
+ export declare const DescribeFaqRequestFilterSensitiveLog: (obj: DescribeFaqRequest) => any;
3109
+
3110
+ export declare const DescribeFaqResponseFilterSensitiveLog: (obj: DescribeFaqResponse) => any;
3111
+
3112
+ export declare const DescribeIndexRequestFilterSensitiveLog: (obj: DescribeIndexRequest) => any;
3113
+
3114
+ export declare const CapacityUnitsConfigurationFilterSensitiveLog: (obj: CapacityUnitsConfiguration) => any;
3115
+
3116
+ export declare const RelevanceFilterSensitiveLog: (obj: Relevance) => any;
3117
+
3118
+ export declare const SearchFilterSensitiveLog: (obj: Search) => any;
3119
+
3120
+ export declare const DocumentMetadataConfigurationFilterSensitiveLog: (obj: DocumentMetadataConfiguration) => any;
3121
+
3122
+ export declare const FaqStatisticsFilterSensitiveLog: (obj: FaqStatistics) => any;
3123
+
3124
+ export declare const TextDocumentStatisticsFilterSensitiveLog: (obj: TextDocumentStatistics) => any;
3125
+
3126
+ export declare const IndexStatisticsFilterSensitiveLog: (obj: IndexStatistics) => any;
3127
+
3128
+ export declare const DescribeIndexResponseFilterSensitiveLog: (obj: DescribeIndexResponse) => any;
3129
+
3130
+ export declare const DescribePrincipalMappingRequestFilterSensitiveLog: (obj: DescribePrincipalMappingRequest) => any;
3131
+
3132
+ export declare const GroupOrderingIdSummaryFilterSensitiveLog: (obj: GroupOrderingIdSummary) => any;
3133
+
3134
+ export declare const DescribePrincipalMappingResponseFilterSensitiveLog: (obj: DescribePrincipalMappingResponse) => any;
3135
+
3136
+ export declare const DescribeQuerySuggestionsBlockListRequestFilterSensitiveLog: (obj: DescribeQuerySuggestionsBlockListRequest) => any;
3137
+
3138
+ export declare const DescribeQuerySuggestionsBlockListResponseFilterSensitiveLog: (obj: DescribeQuerySuggestionsBlockListResponse) => any;
3139
+
3140
+ export declare const DescribeQuerySuggestionsConfigRequestFilterSensitiveLog: (obj: DescribeQuerySuggestionsConfigRequest) => any;
3141
+
3142
+ export declare const DescribeQuerySuggestionsConfigResponseFilterSensitiveLog: (obj: DescribeQuerySuggestionsConfigResponse) => any;
3143
+
3144
+ export declare const DescribeThesaurusRequestFilterSensitiveLog: (obj: DescribeThesaurusRequest) => any;
3145
+
3146
+ export declare const DescribeThesaurusResponseFilterSensitiveLog: (obj: DescribeThesaurusResponse) => any;
3147
+
3148
+ export declare const DisassociateEntitiesFromExperienceRequestFilterSensitiveLog: (obj: DisassociateEntitiesFromExperienceRequest) => any;
3149
+
3150
+ export declare const DisassociateEntitiesFromExperienceResponseFilterSensitiveLog: (obj: DisassociateEntitiesFromExperienceResponse) => any;
3151
+
3152
+ export declare const DisassociatePersonasFromEntitiesRequestFilterSensitiveLog: (obj: DisassociatePersonasFromEntitiesRequest) => any;
3153
+
3154
+ export declare const DisassociatePersonasFromEntitiesResponseFilterSensitiveLog: (obj: DisassociatePersonasFromEntitiesResponse) => any;
3155
+
3156
+ export declare const GetQuerySuggestionsRequestFilterSensitiveLog: (obj: GetQuerySuggestionsRequest) => any;
3157
+
3158
+ export declare const SuggestionHighlightFilterSensitiveLog: (obj: SuggestionHighlight) => any;
3159
+
3160
+ export declare const SuggestionTextWithHighlightsFilterSensitiveLog: (obj: SuggestionTextWithHighlights) => any;
3161
+
3162
+ export declare const SuggestionValueFilterSensitiveLog: (obj: SuggestionValue) => any;
3163
+
3164
+ export declare const SuggestionFilterSensitiveLog: (obj: Suggestion) => any;
3165
+
3166
+ export declare const GetQuerySuggestionsResponseFilterSensitiveLog: (obj: GetQuerySuggestionsResponse) => any;
3167
+
3168
+ export declare const GetSnapshotsRequestFilterSensitiveLog: (obj: GetSnapshotsRequest) => any;
3169
+
3170
+ export declare const TimeRangeFilterSensitiveLog: (obj: TimeRange) => any;
3171
+
3172
+ export declare const GetSnapshotsResponseFilterSensitiveLog: (obj: GetSnapshotsResponse) => any;
3173
+
3174
+ export declare const ListAccessControlConfigurationsRequestFilterSensitiveLog: (obj: ListAccessControlConfigurationsRequest) => any;
3175
+
3176
+ export declare const ListAccessControlConfigurationsResponseFilterSensitiveLog: (obj: ListAccessControlConfigurationsResponse) => any;
3177
+
3178
+ export declare const ListDataSourcesRequestFilterSensitiveLog: (obj: ListDataSourcesRequest) => any;
3179
+
3180
+ export declare const DataSourceSummaryFilterSensitiveLog: (obj: DataSourceSummary) => any;
3181
+
3182
+ export declare const ListDataSourcesResponseFilterSensitiveLog: (obj: ListDataSourcesResponse) => any;
3183
+
3184
+ export declare const ListDataSourceSyncJobsRequestFilterSensitiveLog: (obj: ListDataSourceSyncJobsRequest) => any;
3185
+
3186
+ export declare const DataSourceSyncJobMetricsFilterSensitiveLog: (obj: DataSourceSyncJobMetrics) => any;
3187
+
3188
+ export declare const DataSourceSyncJobFilterSensitiveLog: (obj: DataSourceSyncJob) => any;
3189
+
3190
+ export declare const ListDataSourceSyncJobsResponseFilterSensitiveLog: (obj: ListDataSourceSyncJobsResponse) => any;
3191
+
3192
+ export declare const ListEntityPersonasRequestFilterSensitiveLog: (obj: ListEntityPersonasRequest) => any;
3193
+
3194
+ export declare const PersonasSummaryFilterSensitiveLog: (obj: PersonasSummary) => any;
3195
+
3196
+ export declare const ListEntityPersonasResponseFilterSensitiveLog: (obj: ListEntityPersonasResponse) => any;
3197
+
3198
+ export declare const ListExperienceEntitiesRequestFilterSensitiveLog: (obj: ListExperienceEntitiesRequest) => any;
3199
+
3200
+ export declare const EntityDisplayDataFilterSensitiveLog: (obj: EntityDisplayData) => any;
3201
+
3202
+ export declare const ExperienceEntitiesSummaryFilterSensitiveLog: (obj: ExperienceEntitiesSummary) => any;
3203
+
3204
+ export declare const ListExperienceEntitiesResponseFilterSensitiveLog: (obj: ListExperienceEntitiesResponse) => any;
3205
+
3206
+ export declare const ListExperiencesRequestFilterSensitiveLog: (obj: ListExperiencesRequest) => any;
3207
+
3208
+ export declare const ExperiencesSummaryFilterSensitiveLog: (obj: ExperiencesSummary) => any;
3209
+
3210
+ export declare const ListExperiencesResponseFilterSensitiveLog: (obj: ListExperiencesResponse) => any;
3211
+
3212
+ export declare const ListFaqsRequestFilterSensitiveLog: (obj: ListFaqsRequest) => any;
3213
+
3214
+ export declare const FaqSummaryFilterSensitiveLog: (obj: FaqSummary) => any;
3215
+
3216
+ export declare const ListFaqsResponseFilterSensitiveLog: (obj: ListFaqsResponse) => any;
3217
+
3218
+ export declare const ListGroupsOlderThanOrderingIdRequestFilterSensitiveLog: (obj: ListGroupsOlderThanOrderingIdRequest) => any;
3219
+
3220
+ export declare const GroupSummaryFilterSensitiveLog: (obj: GroupSummary) => any;
3221
+
3222
+ export declare const ListGroupsOlderThanOrderingIdResponseFilterSensitiveLog: (obj: ListGroupsOlderThanOrderingIdResponse) => any;
3223
+
3224
+ export declare const ListIndicesRequestFilterSensitiveLog: (obj: ListIndicesRequest) => any;
3225
+
3226
+ export declare const IndexConfigurationSummaryFilterSensitiveLog: (obj: IndexConfigurationSummary) => any;
3227
+
3228
+ export declare const ListIndicesResponseFilterSensitiveLog: (obj: ListIndicesResponse) => any;
3229
+
3230
+ export declare const ListQuerySuggestionsBlockListsRequestFilterSensitiveLog: (obj: ListQuerySuggestionsBlockListsRequest) => any;
3231
+
3232
+ export declare const QuerySuggestionsBlockListSummaryFilterSensitiveLog: (obj: QuerySuggestionsBlockListSummary) => any;
3233
+
3234
+ export declare const ListQuerySuggestionsBlockListsResponseFilterSensitiveLog: (obj: ListQuerySuggestionsBlockListsResponse) => any;
3235
+
3236
+ export declare const ListTagsForResourceRequestFilterSensitiveLog: (obj: ListTagsForResourceRequest) => any;
3237
+
3238
+ export declare const ListTagsForResourceResponseFilterSensitiveLog: (obj: ListTagsForResourceResponse) => any;
3239
+
3240
+ export declare const ListThesauriRequestFilterSensitiveLog: (obj: ListThesauriRequest) => any;
3241
+
3242
+ export declare const ThesaurusSummaryFilterSensitiveLog: (obj: ThesaurusSummary) => any;
3243
+
3244
+ export declare const ListThesauriResponseFilterSensitiveLog: (obj: ListThesauriResponse) => any;
3245
+
3246
+ export declare const MemberGroupFilterSensitiveLog: (obj: MemberGroup) => any;
3247
+
3248
+ export declare const MemberUserFilterSensitiveLog: (obj: MemberUser) => any;
3249
+
3250
+ export declare const GroupMembersFilterSensitiveLog: (obj: GroupMembers) => any;
3251
+
3252
+ export declare const PutPrincipalMappingRequestFilterSensitiveLog: (obj: PutPrincipalMappingRequest) => any;
3253
+
3254
+ export declare const DocumentRelevanceConfigurationFilterSensitiveLog: (obj: DocumentRelevanceConfiguration) => any;
3255
+
3256
+ export declare const SortingConfigurationFilterSensitiveLog: (obj: SortingConfiguration) => any;
3257
+
3258
+ export declare const SpellCorrectionConfigurationFilterSensitiveLog: (obj: SpellCorrectionConfiguration) => any;
3259
+
3260
+ export declare const DataSourceGroupFilterSensitiveLog: (obj: DataSourceGroup) => any;
3261
+
3262
+ export declare const UserContextFilterSensitiveLog: (obj: UserContext) => any;
3263
+
3264
+ export declare const ScoreAttributesFilterSensitiveLog: (obj: ScoreAttributes) => any;
3265
+
3266
+ export declare const QueryResultItemFilterSensitiveLog: (obj: QueryResultItem) => any;
3267
+
3268
+ export declare const CorrectionFilterSensitiveLog: (obj: Correction) => any;
3269
+
3270
+ export declare const SpellCorrectedQueryFilterSensitiveLog: (obj: SpellCorrectedQuery) => any;
3271
+
3272
+ export declare const WarningFilterSensitiveLog: (obj: Warning) => any;
3273
+
3274
+ export declare const StartDataSourceSyncJobRequestFilterSensitiveLog: (obj: StartDataSourceSyncJobRequest) => any;
3275
+
3276
+ export declare const StartDataSourceSyncJobResponseFilterSensitiveLog: (obj: StartDataSourceSyncJobResponse) => any;
3277
+
3278
+ export declare const StopDataSourceSyncJobRequestFilterSensitiveLog: (obj: StopDataSourceSyncJobRequest) => any;
3279
+
3280
+ export declare const ClickFeedbackFilterSensitiveLog: (obj: ClickFeedback) => any;
3281
+
3282
+ export declare const RelevanceFeedbackFilterSensitiveLog: (obj: RelevanceFeedback) => any;
3283
+
3284
+ export declare const SubmitFeedbackRequestFilterSensitiveLog: (obj: SubmitFeedbackRequest) => any;
3285
+
3286
+ export declare const TagResourceRequestFilterSensitiveLog: (obj: TagResourceRequest) => any;
3287
+
3288
+ export declare const TagResourceResponseFilterSensitiveLog: (obj: TagResourceResponse) => any;
3289
+
3290
+ export declare const UntagResourceRequestFilterSensitiveLog: (obj: UntagResourceRequest) => any;
3291
+
3292
+ export declare const UntagResourceResponseFilterSensitiveLog: (obj: UntagResourceResponse) => any;
3293
+
3294
+ export declare const UpdateAccessControlConfigurationRequestFilterSensitiveLog: (obj: UpdateAccessControlConfigurationRequest) => any;
3295
+
3296
+ export declare const UpdateAccessControlConfigurationResponseFilterSensitiveLog: (obj: UpdateAccessControlConfigurationResponse) => any;
3297
+
3298
+ export declare const UpdateDataSourceRequestFilterSensitiveLog: (obj: UpdateDataSourceRequest) => any;
3299
+
3300
+ export declare const UpdateExperienceRequestFilterSensitiveLog: (obj: UpdateExperienceRequest) => any;
3301
+
3302
+ export declare const UpdateIndexRequestFilterSensitiveLog: (obj: UpdateIndexRequest) => any;
3303
+
3304
+ export declare const UpdateQuerySuggestionsBlockListRequestFilterSensitiveLog: (obj: UpdateQuerySuggestionsBlockListRequest) => any;
3305
+
3306
+ export declare const UpdateQuerySuggestionsConfigRequestFilterSensitiveLog: (obj: UpdateQuerySuggestionsConfigRequest) => any;
3307
+
3308
+ export declare const UpdateThesaurusRequestFilterSensitiveLog: (obj: UpdateThesaurusRequest) => any;
3309
+
3310
+ export declare const FacetFilterSensitiveLog: (obj: Facet) => any;
3311
+
3312
+ export declare const DocumentAttributeValueCountPairFilterSensitiveLog: (obj: DocumentAttributeValueCountPair) => any;
3313
+
3314
+ export declare const FacetResultFilterSensitiveLog: (obj: FacetResult) => any;
3315
+
3316
+ export declare const AttributeFilterFilterSensitiveLog: (obj: AttributeFilter) => any;