@aws-sdk/client-kendra 3.131.0 → 3.141.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (138) hide show
  1. package/CHANGELOG.md +33 -0
  2. package/README.md +1 -1
  3. package/dist-cjs/commands/AssociateEntitiesToExperienceCommand.js +2 -2
  4. package/dist-cjs/commands/AssociatePersonasToEntitiesCommand.js +2 -2
  5. package/dist-cjs/commands/BatchDeleteDocumentCommand.js +2 -2
  6. package/dist-cjs/commands/BatchGetDocumentStatusCommand.js +2 -2
  7. package/dist-cjs/commands/BatchPutDocumentCommand.js +2 -2
  8. package/dist-cjs/commands/ClearQuerySuggestionsCommand.js +1 -1
  9. package/dist-cjs/commands/CreateAccessControlConfigurationCommand.js +2 -2
  10. package/dist-cjs/commands/CreateDataSourceCommand.js +2 -2
  11. package/dist-cjs/commands/CreateExperienceCommand.js +2 -2
  12. package/dist-cjs/commands/CreateFaqCommand.js +2 -2
  13. package/dist-cjs/commands/CreateIndexCommand.js +2 -2
  14. package/dist-cjs/commands/CreateQuerySuggestionsBlockListCommand.js +2 -2
  15. package/dist-cjs/commands/CreateThesaurusCommand.js +2 -2
  16. package/dist-cjs/commands/DeleteAccessControlConfigurationCommand.js +2 -2
  17. package/dist-cjs/commands/DeleteDataSourceCommand.js +1 -1
  18. package/dist-cjs/commands/DeleteExperienceCommand.js +2 -2
  19. package/dist-cjs/commands/DeleteFaqCommand.js +1 -1
  20. package/dist-cjs/commands/DeleteIndexCommand.js +1 -1
  21. package/dist-cjs/commands/DeletePrincipalMappingCommand.js +1 -1
  22. package/dist-cjs/commands/DeleteQuerySuggestionsBlockListCommand.js +1 -1
  23. package/dist-cjs/commands/DeleteThesaurusCommand.js +1 -1
  24. package/dist-cjs/commands/DescribeAccessControlConfigurationCommand.js +2 -2
  25. package/dist-cjs/commands/DescribeDataSourceCommand.js +2 -2
  26. package/dist-cjs/commands/DescribeExperienceCommand.js +2 -2
  27. package/dist-cjs/commands/DescribeFaqCommand.js +2 -2
  28. package/dist-cjs/commands/DescribeIndexCommand.js +2 -2
  29. package/dist-cjs/commands/DescribePrincipalMappingCommand.js +2 -2
  30. package/dist-cjs/commands/DescribeQuerySuggestionsBlockListCommand.js +2 -2
  31. package/dist-cjs/commands/DescribeQuerySuggestionsConfigCommand.js +2 -2
  32. package/dist-cjs/commands/DescribeThesaurusCommand.js +2 -2
  33. package/dist-cjs/commands/DisassociateEntitiesFromExperienceCommand.js +2 -2
  34. package/dist-cjs/commands/DisassociatePersonasFromEntitiesCommand.js +2 -2
  35. package/dist-cjs/commands/GetQuerySuggestionsCommand.js +2 -2
  36. package/dist-cjs/commands/GetSnapshotsCommand.js +2 -2
  37. package/dist-cjs/commands/ListAccessControlConfigurationsCommand.js +2 -2
  38. package/dist-cjs/commands/ListDataSourceSyncJobsCommand.js +2 -2
  39. package/dist-cjs/commands/ListDataSourcesCommand.js +2 -2
  40. package/dist-cjs/commands/ListEntityPersonasCommand.js +2 -2
  41. package/dist-cjs/commands/ListExperienceEntitiesCommand.js +2 -2
  42. package/dist-cjs/commands/ListExperiencesCommand.js +2 -2
  43. package/dist-cjs/commands/ListFaqsCommand.js +2 -2
  44. package/dist-cjs/commands/ListGroupsOlderThanOrderingIdCommand.js +2 -2
  45. package/dist-cjs/commands/ListIndicesCommand.js +2 -2
  46. package/dist-cjs/commands/ListQuerySuggestionsBlockListsCommand.js +2 -2
  47. package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -2
  48. package/dist-cjs/commands/ListThesauriCommand.js +2 -2
  49. package/dist-cjs/commands/PutPrincipalMappingCommand.js +1 -1
  50. package/dist-cjs/commands/QueryCommand.js +2 -3
  51. package/dist-cjs/commands/StartDataSourceSyncJobCommand.js +2 -2
  52. package/dist-cjs/commands/StopDataSourceSyncJobCommand.js +1 -1
  53. package/dist-cjs/commands/SubmitFeedbackCommand.js +1 -1
  54. package/dist-cjs/commands/TagResourceCommand.js +2 -2
  55. package/dist-cjs/commands/UntagResourceCommand.js +2 -2
  56. package/dist-cjs/commands/UpdateAccessControlConfigurationCommand.js +2 -2
  57. package/dist-cjs/commands/UpdateDataSourceCommand.js +1 -1
  58. package/dist-cjs/commands/UpdateExperienceCommand.js +1 -1
  59. package/dist-cjs/commands/UpdateIndexCommand.js +1 -1
  60. package/dist-cjs/commands/UpdateQuerySuggestionsBlockListCommand.js +1 -1
  61. package/dist-cjs/commands/UpdateQuerySuggestionsConfigCommand.js +1 -1
  62. package/dist-cjs/commands/UpdateThesaurusCommand.js +1 -1
  63. package/dist-cjs/models/models_0.js +959 -1426
  64. package/dist-cjs/models/models_1.js +9 -7
  65. package/dist-cjs/protocols/Aws_json1_1.js +2 -0
  66. package/dist-es/commands/AssociateEntitiesToExperienceCommand.js +3 -3
  67. package/dist-es/commands/AssociatePersonasToEntitiesCommand.js +3 -3
  68. package/dist-es/commands/BatchDeleteDocumentCommand.js +3 -3
  69. package/dist-es/commands/BatchGetDocumentStatusCommand.js +3 -3
  70. package/dist-es/commands/BatchPutDocumentCommand.js +3 -3
  71. package/dist-es/commands/ClearQuerySuggestionsCommand.js +2 -2
  72. package/dist-es/commands/CreateAccessControlConfigurationCommand.js +3 -3
  73. package/dist-es/commands/CreateDataSourceCommand.js +3 -3
  74. package/dist-es/commands/CreateExperienceCommand.js +3 -3
  75. package/dist-es/commands/CreateFaqCommand.js +3 -3
  76. package/dist-es/commands/CreateIndexCommand.js +3 -3
  77. package/dist-es/commands/CreateQuerySuggestionsBlockListCommand.js +3 -3
  78. package/dist-es/commands/CreateThesaurusCommand.js +3 -3
  79. package/dist-es/commands/DeleteAccessControlConfigurationCommand.js +3 -3
  80. package/dist-es/commands/DeleteDataSourceCommand.js +2 -2
  81. package/dist-es/commands/DeleteExperienceCommand.js +3 -3
  82. package/dist-es/commands/DeleteFaqCommand.js +2 -2
  83. package/dist-es/commands/DeleteIndexCommand.js +2 -2
  84. package/dist-es/commands/DeletePrincipalMappingCommand.js +2 -2
  85. package/dist-es/commands/DeleteQuerySuggestionsBlockListCommand.js +2 -2
  86. package/dist-es/commands/DeleteThesaurusCommand.js +2 -2
  87. package/dist-es/commands/DescribeAccessControlConfigurationCommand.js +3 -3
  88. package/dist-es/commands/DescribeDataSourceCommand.js +3 -3
  89. package/dist-es/commands/DescribeExperienceCommand.js +3 -3
  90. package/dist-es/commands/DescribeFaqCommand.js +3 -3
  91. package/dist-es/commands/DescribeIndexCommand.js +3 -3
  92. package/dist-es/commands/DescribePrincipalMappingCommand.js +3 -3
  93. package/dist-es/commands/DescribeQuerySuggestionsBlockListCommand.js +3 -3
  94. package/dist-es/commands/DescribeQuerySuggestionsConfigCommand.js +3 -3
  95. package/dist-es/commands/DescribeThesaurusCommand.js +3 -3
  96. package/dist-es/commands/DisassociateEntitiesFromExperienceCommand.js +3 -3
  97. package/dist-es/commands/DisassociatePersonasFromEntitiesCommand.js +3 -3
  98. package/dist-es/commands/GetQuerySuggestionsCommand.js +3 -3
  99. package/dist-es/commands/GetSnapshotsCommand.js +3 -3
  100. package/dist-es/commands/ListAccessControlConfigurationsCommand.js +3 -3
  101. package/dist-es/commands/ListDataSourceSyncJobsCommand.js +3 -3
  102. package/dist-es/commands/ListDataSourcesCommand.js +3 -3
  103. package/dist-es/commands/ListEntityPersonasCommand.js +3 -3
  104. package/dist-es/commands/ListExperienceEntitiesCommand.js +3 -3
  105. package/dist-es/commands/ListExperiencesCommand.js +3 -3
  106. package/dist-es/commands/ListFaqsCommand.js +3 -3
  107. package/dist-es/commands/ListGroupsOlderThanOrderingIdCommand.js +3 -3
  108. package/dist-es/commands/ListIndicesCommand.js +3 -3
  109. package/dist-es/commands/ListQuerySuggestionsBlockListsCommand.js +3 -3
  110. package/dist-es/commands/ListTagsForResourceCommand.js +3 -3
  111. package/dist-es/commands/ListThesauriCommand.js +3 -3
  112. package/dist-es/commands/PutPrincipalMappingCommand.js +2 -2
  113. package/dist-es/commands/QueryCommand.js +3 -4
  114. package/dist-es/commands/StartDataSourceSyncJobCommand.js +3 -3
  115. package/dist-es/commands/StopDataSourceSyncJobCommand.js +2 -2
  116. package/dist-es/commands/SubmitFeedbackCommand.js +2 -2
  117. package/dist-es/commands/TagResourceCommand.js +3 -3
  118. package/dist-es/commands/UntagResourceCommand.js +3 -3
  119. package/dist-es/commands/UpdateAccessControlConfigurationCommand.js +3 -3
  120. package/dist-es/commands/UpdateDataSourceCommand.js +2 -2
  121. package/dist-es/commands/UpdateExperienceCommand.js +2 -2
  122. package/dist-es/commands/UpdateIndexCommand.js +2 -2
  123. package/dist-es/commands/UpdateQuerySuggestionsBlockListCommand.js +2 -2
  124. package/dist-es/commands/UpdateQuerySuggestionsConfigCommand.js +2 -2
  125. package/dist-es/commands/UpdateThesaurusCommand.js +2 -2
  126. package/dist-es/models/models_0.js +244 -942
  127. package/dist-es/models/models_1.js +2 -4
  128. package/dist-es/protocols/Aws_json1_1.js +2 -1
  129. package/dist-types/Kendra.d.ts +14 -16
  130. package/dist-types/commands/CreateAccessControlConfigurationCommand.d.ts +10 -12
  131. package/dist-types/commands/QueryCommand.d.ts +1 -2
  132. package/dist-types/commands/UpdateAccessControlConfigurationCommand.d.ts +4 -4
  133. package/dist-types/models/models_0.d.ts +958 -1449
  134. package/dist-types/models/models_1.d.ts +44 -7
  135. package/dist-types/ts3.4/commands/QueryCommand.d.ts +1 -2
  136. package/dist-types/ts3.4/models/models_0.d.ts +470 -948
  137. package/dist-types/ts3.4/models/models_1.d.ts +19 -5
  138. package/package.json +6 -6
@@ -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,9 +1110,9 @@ export interface ServiceNowConfiguration {
1430
1110
 
1431
1111
  AuthenticationType?: ServiceNowAuthenticationType | string;
1432
1112
  }
1433
- export declare namespace ServiceNowConfiguration {
1434
-
1435
- const filterSensitiveLog: (obj: ServiceNowConfiguration) => any;
1113
+ export declare enum SharePointOnlineAuthenticationType {
1114
+ HTTP_BASIC = "HTTP_BASIC",
1115
+ OAUTH2 = "OAUTH2"
1436
1116
  }
1437
1117
  export declare enum SharePointVersion {
1438
1118
  SHAREPOINT_2013 = "SHAREPOINT_2013",
@@ -1465,10 +1145,8 @@ export interface SharePointConfiguration {
1465
1145
  DisableLocalGroups?: boolean;
1466
1146
 
1467
1147
  SslCertificateS3Path?: S3Path;
1468
- }
1469
- export declare namespace SharePointConfiguration {
1470
1148
 
1471
- const filterSensitiveLog: (obj: SharePointConfiguration) => any;
1149
+ AuthenticationType?: SharePointOnlineAuthenticationType | string;
1472
1150
  }
1473
1151
  export declare enum SlackEntity {
1474
1152
  DIRECT_MESSAGE = "DIRECT_MESSAGE",
@@ -1507,10 +1185,6 @@ export interface SlackConfiguration {
1507
1185
 
1508
1186
  FieldMappings?: DataSourceToIndexFieldMapping[];
1509
1187
  }
1510
- export declare namespace SlackConfiguration {
1511
-
1512
- const filterSensitiveLog: (obj: SlackConfiguration) => any;
1513
- }
1514
1188
 
1515
1189
  export interface ProxyConfiguration {
1516
1190
 
@@ -1520,10 +1194,6 @@ export interface ProxyConfiguration {
1520
1194
 
1521
1195
  Credentials?: string;
1522
1196
  }
1523
- export declare namespace ProxyConfiguration {
1524
-
1525
- const filterSensitiveLog: (obj: ProxyConfiguration) => any;
1526
- }
1527
1197
  export declare enum WebCrawlerMode {
1528
1198
  EVERYTHING = "EVERYTHING",
1529
1199
  HOST_ONLY = "HOST_ONLY",
@@ -1536,19 +1206,11 @@ export interface SeedUrlConfiguration {
1536
1206
 
1537
1207
  WebCrawlerMode?: WebCrawlerMode | string;
1538
1208
  }
1539
- export declare namespace SeedUrlConfiguration {
1540
-
1541
- const filterSensitiveLog: (obj: SeedUrlConfiguration) => any;
1542
- }
1543
1209
 
1544
1210
  export interface SiteMapsConfiguration {
1545
1211
 
1546
1212
  SiteMaps: string[] | undefined;
1547
1213
  }
1548
- export declare namespace SiteMapsConfiguration {
1549
-
1550
- const filterSensitiveLog: (obj: SiteMapsConfiguration) => any;
1551
- }
1552
1214
 
1553
1215
  export interface Urls {
1554
1216
 
@@ -1556,10 +1218,6 @@ export interface Urls {
1556
1218
 
1557
1219
  SiteMapsConfiguration?: SiteMapsConfiguration;
1558
1220
  }
1559
- export declare namespace Urls {
1560
-
1561
- const filterSensitiveLog: (obj: Urls) => any;
1562
- }
1563
1221
 
1564
1222
  export interface WebCrawlerConfiguration {
1565
1223
 
@@ -1581,10 +1239,6 @@ export interface WebCrawlerConfiguration {
1581
1239
 
1582
1240
  AuthenticationConfiguration?: AuthenticationConfiguration;
1583
1241
  }
1584
- export declare namespace WebCrawlerConfiguration {
1585
-
1586
- const filterSensitiveLog: (obj: WebCrawlerConfiguration) => any;
1587
- }
1588
1242
 
1589
1243
  export interface WorkDocsConfiguration {
1590
1244
 
@@ -1600,10 +1254,6 @@ export interface WorkDocsConfiguration {
1600
1254
 
1601
1255
  FieldMappings?: DataSourceToIndexFieldMapping[];
1602
1256
  }
1603
- export declare namespace WorkDocsConfiguration {
1604
-
1605
- const filterSensitiveLog: (obj: WorkDocsConfiguration) => any;
1606
- }
1607
1257
 
1608
1258
  export interface DataSourceConfiguration {
1609
1259
 
@@ -1641,10 +1291,6 @@ export interface DataSourceConfiguration {
1641
1291
 
1642
1292
  AlfrescoConfiguration?: AlfrescoConfiguration;
1643
1293
  }
1644
- export declare namespace DataSourceConfiguration {
1645
-
1646
- const filterSensitiveLog: (obj: DataSourceConfiguration) => any;
1647
- }
1648
1294
 
1649
1295
  export interface Tag {
1650
1296
 
@@ -1652,10 +1298,6 @@ export interface Tag {
1652
1298
 
1653
1299
  Value: string | undefined;
1654
1300
  }
1655
- export declare namespace Tag {
1656
-
1657
- const filterSensitiveLog: (obj: Tag) => any;
1658
- }
1659
1301
  export declare enum DataSourceType {
1660
1302
  ALFRESCO = "ALFRESCO",
1661
1303
  BOX = "BOX",
@@ -1700,18 +1342,10 @@ export interface CreateDataSourceRequest {
1700
1342
 
1701
1343
  CustomDocumentEnrichmentConfiguration?: CustomDocumentEnrichmentConfiguration;
1702
1344
  }
1703
- export declare namespace CreateDataSourceRequest {
1704
-
1705
- const filterSensitiveLog: (obj: CreateDataSourceRequest) => any;
1706
- }
1707
1345
  export interface CreateDataSourceResponse {
1708
1346
 
1709
1347
  Id: string | undefined;
1710
1348
  }
1711
- export declare namespace CreateDataSourceResponse {
1712
-
1713
- const filterSensitiveLog: (obj: CreateDataSourceResponse) => any;
1714
- }
1715
1349
 
1716
1350
  export interface ContentSourceConfiguration {
1717
1351
 
@@ -1721,19 +1355,11 @@ export interface ContentSourceConfiguration {
1721
1355
 
1722
1356
  DirectPutContent?: boolean;
1723
1357
  }
1724
- export declare namespace ContentSourceConfiguration {
1725
-
1726
- const filterSensitiveLog: (obj: ContentSourceConfiguration) => any;
1727
- }
1728
1358
 
1729
1359
  export interface UserIdentityConfiguration {
1730
1360
 
1731
1361
  IdentityAttributeName?: string;
1732
1362
  }
1733
- export declare namespace UserIdentityConfiguration {
1734
-
1735
- const filterSensitiveLog: (obj: UserIdentityConfiguration) => any;
1736
- }
1737
1363
 
1738
1364
  export interface ExperienceConfiguration {
1739
1365
 
@@ -1741,10 +1367,6 @@ export interface ExperienceConfiguration {
1741
1367
 
1742
1368
  UserIdentityConfiguration?: UserIdentityConfiguration;
1743
1369
  }
1744
- export declare namespace ExperienceConfiguration {
1745
-
1746
- const filterSensitiveLog: (obj: ExperienceConfiguration) => any;
1747
- }
1748
1370
  export interface CreateExperienceRequest {
1749
1371
 
1750
1372
  Name: string | undefined;
@@ -1759,18 +1381,10 @@ export interface CreateExperienceRequest {
1759
1381
 
1760
1382
  ClientToken?: string;
1761
1383
  }
1762
- export declare namespace CreateExperienceRequest {
1763
-
1764
- const filterSensitiveLog: (obj: CreateExperienceRequest) => any;
1765
- }
1766
1384
  export interface CreateExperienceResponse {
1767
1385
 
1768
1386
  Id: string | undefined;
1769
1387
  }
1770
- export declare namespace CreateExperienceResponse {
1771
-
1772
- const filterSensitiveLog: (obj: CreateExperienceResponse) => any;
1773
- }
1774
1388
  export declare enum FaqFileFormat {
1775
1389
  CSV = "CSV",
1776
1390
  CSV_WITH_HEADER = "CSV_WITH_HEADER",
@@ -1796,18 +1410,10 @@ export interface CreateFaqRequest {
1796
1410
 
1797
1411
  LanguageCode?: string;
1798
1412
  }
1799
- export declare namespace CreateFaqRequest {
1800
-
1801
- const filterSensitiveLog: (obj: CreateFaqRequest) => any;
1802
- }
1803
1413
  export interface CreateFaqResponse {
1804
1414
 
1805
1415
  Id?: string;
1806
1416
  }
1807
- export declare namespace CreateFaqResponse {
1808
-
1809
- const filterSensitiveLog: (obj: CreateFaqResponse) => any;
1810
- }
1811
1417
  export declare enum IndexEdition {
1812
1418
  DEVELOPER_EDITION = "DEVELOPER_EDITION",
1813
1419
  ENTERPRISE_EDITION = "ENTERPRISE_EDITION"
@@ -1817,10 +1423,6 @@ export interface ServerSideEncryptionConfiguration {
1817
1423
 
1818
1424
  KmsKeyId?: string;
1819
1425
  }
1820
- export declare namespace ServerSideEncryptionConfiguration {
1821
-
1822
- const filterSensitiveLog: (obj: ServerSideEncryptionConfiguration) => any;
1823
- }
1824
1426
  export declare enum UserContextPolicy {
1825
1427
  ATTRIBUTE_FILTER = "ATTRIBUTE_FILTER",
1826
1428
  USER_TOKEN = "USER_TOKEN"
@@ -1834,10 +1436,6 @@ export interface UserGroupResolutionConfiguration {
1834
1436
 
1835
1437
  UserGroupResolutionMode: UserGroupResolutionMode | string | undefined;
1836
1438
  }
1837
- export declare namespace UserGroupResolutionConfiguration {
1838
-
1839
- const filterSensitiveLog: (obj: UserGroupResolutionConfiguration) => any;
1840
- }
1841
1439
 
1842
1440
  export interface JsonTokenTypeConfiguration {
1843
1441
 
@@ -1845,10 +1443,6 @@ export interface JsonTokenTypeConfiguration {
1845
1443
 
1846
1444
  GroupAttributeField: string | undefined;
1847
1445
  }
1848
- export declare namespace JsonTokenTypeConfiguration {
1849
-
1850
- const filterSensitiveLog: (obj: JsonTokenTypeConfiguration) => any;
1851
- }
1852
1446
  export declare enum KeyLocation {
1853
1447
  SECRET_MANAGER = "SECRET_MANAGER",
1854
1448
  URL = "URL"
@@ -1870,10 +1464,6 @@ export interface JwtTokenTypeConfiguration {
1870
1464
 
1871
1465
  ClaimRegex?: string;
1872
1466
  }
1873
- export declare namespace JwtTokenTypeConfiguration {
1874
-
1875
- const filterSensitiveLog: (obj: JwtTokenTypeConfiguration) => any;
1876
- }
1877
1467
 
1878
1468
  export interface UserTokenConfiguration {
1879
1469
 
@@ -1881,10 +1471,6 @@ export interface UserTokenConfiguration {
1881
1471
 
1882
1472
  JsonTokenTypeConfiguration?: JsonTokenTypeConfiguration;
1883
1473
  }
1884
- export declare namespace UserTokenConfiguration {
1885
-
1886
- const filterSensitiveLog: (obj: UserTokenConfiguration) => any;
1887
- }
1888
1474
  export interface CreateIndexRequest {
1889
1475
 
1890
1476
  Name: string | undefined;
@@ -1907,18 +1493,10 @@ export interface CreateIndexRequest {
1907
1493
 
1908
1494
  UserGroupResolutionConfiguration?: UserGroupResolutionConfiguration;
1909
1495
  }
1910
- export declare namespace CreateIndexRequest {
1911
-
1912
- const filterSensitiveLog: (obj: CreateIndexRequest) => any;
1913
- }
1914
1496
  export interface CreateIndexResponse {
1915
1497
 
1916
1498
  Id?: string;
1917
1499
  }
1918
- export declare namespace CreateIndexResponse {
1919
-
1920
- const filterSensitiveLog: (obj: CreateIndexResponse) => any;
1921
- }
1922
1500
  export interface CreateQuerySuggestionsBlockListRequest {
1923
1501
 
1924
1502
  IndexId: string | undefined;
@@ -1935,18 +1513,10 @@ export interface CreateQuerySuggestionsBlockListRequest {
1935
1513
 
1936
1514
  Tags?: Tag[];
1937
1515
  }
1938
- export declare namespace CreateQuerySuggestionsBlockListRequest {
1939
-
1940
- const filterSensitiveLog: (obj: CreateQuerySuggestionsBlockListRequest) => any;
1941
- }
1942
1516
  export interface CreateQuerySuggestionsBlockListResponse {
1943
1517
 
1944
1518
  Id?: string;
1945
1519
  }
1946
- export declare namespace CreateQuerySuggestionsBlockListResponse {
1947
-
1948
- const filterSensitiveLog: (obj: CreateQuerySuggestionsBlockListResponse) => any;
1949
- }
1950
1520
  export interface CreateThesaurusRequest {
1951
1521
 
1952
1522
  IndexId: string | undefined;
@@ -1963,78 +1533,42 @@ export interface CreateThesaurusRequest {
1963
1533
 
1964
1534
  ClientToken?: string;
1965
1535
  }
1966
- export declare namespace CreateThesaurusRequest {
1967
-
1968
- const filterSensitiveLog: (obj: CreateThesaurusRequest) => any;
1969
- }
1970
1536
  export interface CreateThesaurusResponse {
1971
1537
 
1972
1538
  Id?: string;
1973
1539
  }
1974
- export declare namespace CreateThesaurusResponse {
1975
-
1976
- const filterSensitiveLog: (obj: CreateThesaurusResponse) => any;
1977
- }
1978
1540
  export interface DeleteAccessControlConfigurationRequest {
1979
1541
 
1980
1542
  IndexId: string | undefined;
1981
1543
 
1982
1544
  Id: string | undefined;
1983
1545
  }
1984
- export declare namespace DeleteAccessControlConfigurationRequest {
1985
-
1986
- const filterSensitiveLog: (obj: DeleteAccessControlConfigurationRequest) => any;
1987
- }
1988
1546
  export interface DeleteAccessControlConfigurationResponse {
1989
1547
  }
1990
- export declare namespace DeleteAccessControlConfigurationResponse {
1991
-
1992
- const filterSensitiveLog: (obj: DeleteAccessControlConfigurationResponse) => any;
1993
- }
1994
1548
  export interface DeleteDataSourceRequest {
1995
1549
 
1996
1550
  Id: string | undefined;
1997
1551
 
1998
1552
  IndexId: string | undefined;
1999
1553
  }
2000
- export declare namespace DeleteDataSourceRequest {
2001
-
2002
- const filterSensitiveLog: (obj: DeleteDataSourceRequest) => any;
2003
- }
2004
1554
  export interface DeleteExperienceRequest {
2005
1555
 
2006
1556
  Id: string | undefined;
2007
1557
 
2008
1558
  IndexId: string | undefined;
2009
1559
  }
2010
- export declare namespace DeleteExperienceRequest {
2011
-
2012
- const filterSensitiveLog: (obj: DeleteExperienceRequest) => any;
2013
- }
2014
1560
  export interface DeleteExperienceResponse {
2015
1561
  }
2016
- export declare namespace DeleteExperienceResponse {
2017
-
2018
- const filterSensitiveLog: (obj: DeleteExperienceResponse) => any;
2019
- }
2020
1562
  export interface DeleteFaqRequest {
2021
1563
 
2022
1564
  Id: string | undefined;
2023
1565
 
2024
1566
  IndexId: string | undefined;
2025
1567
  }
2026
- export declare namespace DeleteFaqRequest {
2027
-
2028
- const filterSensitiveLog: (obj: DeleteFaqRequest) => any;
2029
- }
2030
1568
  export interface DeleteIndexRequest {
2031
1569
 
2032
1570
  Id: string | undefined;
2033
1571
  }
2034
- export declare namespace DeleteIndexRequest {
2035
-
2036
- const filterSensitiveLog: (obj: DeleteIndexRequest) => any;
2037
- }
2038
1572
  export interface DeletePrincipalMappingRequest {
2039
1573
 
2040
1574
  IndexId: string | undefined;
@@ -2045,40 +1579,24 @@ export interface DeletePrincipalMappingRequest {
2045
1579
 
2046
1580
  OrderingId?: number;
2047
1581
  }
2048
- export declare namespace DeletePrincipalMappingRequest {
2049
-
2050
- const filterSensitiveLog: (obj: DeletePrincipalMappingRequest) => any;
2051
- }
2052
1582
  export interface DeleteQuerySuggestionsBlockListRequest {
2053
1583
 
2054
1584
  IndexId: string | undefined;
2055
1585
 
2056
1586
  Id: string | undefined;
2057
1587
  }
2058
- export declare namespace DeleteQuerySuggestionsBlockListRequest {
2059
-
2060
- const filterSensitiveLog: (obj: DeleteQuerySuggestionsBlockListRequest) => any;
2061
- }
2062
1588
  export interface DeleteThesaurusRequest {
2063
1589
 
2064
1590
  Id: string | undefined;
2065
1591
 
2066
1592
  IndexId: string | undefined;
2067
1593
  }
2068
- export declare namespace DeleteThesaurusRequest {
2069
-
2070
- const filterSensitiveLog: (obj: DeleteThesaurusRequest) => any;
2071
- }
2072
1594
  export interface DescribeAccessControlConfigurationRequest {
2073
1595
 
2074
1596
  IndexId: string | undefined;
2075
1597
 
2076
1598
  Id: string | undefined;
2077
1599
  }
2078
- export declare namespace DescribeAccessControlConfigurationRequest {
2079
-
2080
- const filterSensitiveLog: (obj: DescribeAccessControlConfigurationRequest) => any;
2081
- }
2082
1600
  export interface DescribeAccessControlConfigurationResponse {
2083
1601
 
2084
1602
  Name: string | undefined;
@@ -2091,20 +1609,12 @@ export interface DescribeAccessControlConfigurationResponse {
2091
1609
 
2092
1610
  HierarchicalAccessControlList?: HierarchicalPrincipal[];
2093
1611
  }
2094
- export declare namespace DescribeAccessControlConfigurationResponse {
2095
-
2096
- const filterSensitiveLog: (obj: DescribeAccessControlConfigurationResponse) => any;
2097
- }
2098
1612
  export interface DescribeDataSourceRequest {
2099
1613
 
2100
1614
  Id: string | undefined;
2101
1615
 
2102
1616
  IndexId: string | undefined;
2103
1617
  }
2104
- export declare namespace DescribeDataSourceRequest {
2105
-
2106
- const filterSensitiveLog: (obj: DescribeDataSourceRequest) => any;
2107
- }
2108
1618
  export declare enum DataSourceStatus {
2109
1619
  ACTIVE = "ACTIVE",
2110
1620
  CREATING = "CREATING",
@@ -2142,20 +1652,12 @@ export interface DescribeDataSourceResponse {
2142
1652
 
2143
1653
  CustomDocumentEnrichmentConfiguration?: CustomDocumentEnrichmentConfiguration;
2144
1654
  }
2145
- export declare namespace DescribeDataSourceResponse {
2146
-
2147
- const filterSensitiveLog: (obj: DescribeDataSourceResponse) => any;
2148
- }
2149
1655
  export interface DescribeExperienceRequest {
2150
1656
 
2151
1657
  Id: string | undefined;
2152
1658
 
2153
1659
  IndexId: string | undefined;
2154
1660
  }
2155
- export declare namespace DescribeExperienceRequest {
2156
-
2157
- const filterSensitiveLog: (obj: DescribeExperienceRequest) => any;
2158
- }
2159
1661
  export declare enum EndpointType {
2160
1662
  HOME = "HOME"
2161
1663
  }
@@ -2166,10 +1668,6 @@ export interface ExperienceEndpoint {
2166
1668
 
2167
1669
  Endpoint?: string;
2168
1670
  }
2169
- export declare namespace ExperienceEndpoint {
2170
-
2171
- const filterSensitiveLog: (obj: ExperienceEndpoint) => any;
2172
- }
2173
1671
  export declare enum ExperienceStatus {
2174
1672
  ACTIVE = "ACTIVE",
2175
1673
  CREATING = "CREATING",
@@ -2200,20 +1698,12 @@ export interface DescribeExperienceResponse {
2200
1698
 
2201
1699
  ErrorMessage?: string;
2202
1700
  }
2203
- export declare namespace DescribeExperienceResponse {
2204
-
2205
- const filterSensitiveLog: (obj: DescribeExperienceResponse) => any;
2206
- }
2207
1701
  export interface DescribeFaqRequest {
2208
1702
 
2209
1703
  Id: string | undefined;
2210
1704
 
2211
1705
  IndexId: string | undefined;
2212
1706
  }
2213
- export declare namespace DescribeFaqRequest {
2214
-
2215
- const filterSensitiveLog: (obj: DescribeFaqRequest) => any;
2216
- }
2217
1707
  export declare enum FaqStatus {
2218
1708
  ACTIVE = "ACTIVE",
2219
1709
  CREATING = "CREATING",
@@ -2247,18 +1737,10 @@ export interface DescribeFaqResponse {
2247
1737
 
2248
1738
  LanguageCode?: string;
2249
1739
  }
2250
- export declare namespace DescribeFaqResponse {
2251
-
2252
- const filterSensitiveLog: (obj: DescribeFaqResponse) => any;
2253
- }
2254
1740
  export interface DescribeIndexRequest {
2255
1741
 
2256
1742
  Id: string | undefined;
2257
1743
  }
2258
- export declare namespace DescribeIndexRequest {
2259
-
2260
- const filterSensitiveLog: (obj: DescribeIndexRequest) => any;
2261
- }
2262
1744
 
2263
1745
  export interface CapacityUnitsConfiguration {
2264
1746
 
@@ -2266,10 +1748,6 @@ export interface CapacityUnitsConfiguration {
2266
1748
 
2267
1749
  QueryCapacityUnits: number | undefined;
2268
1750
  }
2269
- export declare namespace CapacityUnitsConfiguration {
2270
-
2271
- const filterSensitiveLog: (obj: CapacityUnitsConfiguration) => any;
2272
- }
2273
1751
  export declare enum Order {
2274
1752
  ASCENDING = "ASCENDING",
2275
1753
  DESCENDING = "DESCENDING"
@@ -2287,10 +1765,6 @@ export interface Relevance {
2287
1765
 
2288
1766
  ValueImportanceMap?: Record<string, number>;
2289
1767
  }
2290
- export declare namespace Relevance {
2291
-
2292
- const filterSensitiveLog: (obj: Relevance) => any;
2293
- }
2294
1768
 
2295
1769
  export interface Search {
2296
1770
 
@@ -2302,10 +1776,6 @@ export interface Search {
2302
1776
 
2303
1777
  Sortable?: boolean;
2304
1778
  }
2305
- export declare namespace Search {
2306
-
2307
- const filterSensitiveLog: (obj: Search) => any;
2308
- }
2309
1779
  export declare enum DocumentAttributeValueType {
2310
1780
  DATE_VALUE = "DATE_VALUE",
2311
1781
  LONG_VALUE = "LONG_VALUE",
@@ -2323,19 +1793,11 @@ export interface DocumentMetadataConfiguration {
2323
1793
 
2324
1794
  Search?: Search;
2325
1795
  }
2326
- export declare namespace DocumentMetadataConfiguration {
2327
-
2328
- const filterSensitiveLog: (obj: DocumentMetadataConfiguration) => any;
2329
- }
2330
1796
 
2331
1797
  export interface FaqStatistics {
2332
1798
 
2333
1799
  IndexedQuestionAnswersCount: number | undefined;
2334
1800
  }
2335
- export declare namespace FaqStatistics {
2336
-
2337
- const filterSensitiveLog: (obj: FaqStatistics) => any;
2338
- }
2339
1801
 
2340
1802
  export interface TextDocumentStatistics {
2341
1803
 
@@ -2343,10 +1805,6 @@ export interface TextDocumentStatistics {
2343
1805
 
2344
1806
  IndexedTextBytes: number | undefined;
2345
1807
  }
2346
- export declare namespace TextDocumentStatistics {
2347
-
2348
- const filterSensitiveLog: (obj: TextDocumentStatistics) => any;
2349
- }
2350
1808
 
2351
1809
  export interface IndexStatistics {
2352
1810
 
@@ -2354,10 +1812,6 @@ export interface IndexStatistics {
2354
1812
 
2355
1813
  TextDocumentStatistics: TextDocumentStatistics | undefined;
2356
1814
  }
2357
- export declare namespace IndexStatistics {
2358
-
2359
- const filterSensitiveLog: (obj: IndexStatistics) => any;
2360
- }
2361
1815
  export declare enum IndexStatus {
2362
1816
  ACTIVE = "ACTIVE",
2363
1817
  CREATING = "CREATING",
@@ -2400,10 +1854,6 @@ export interface DescribeIndexResponse {
2400
1854
 
2401
1855
  UserGroupResolutionConfiguration?: UserGroupResolutionConfiguration;
2402
1856
  }
2403
- export declare namespace DescribeIndexResponse {
2404
-
2405
- const filterSensitiveLog: (obj: DescribeIndexResponse) => any;
2406
- }
2407
1857
  export interface DescribePrincipalMappingRequest {
2408
1858
 
2409
1859
  IndexId: string | undefined;
@@ -2412,10 +1862,6 @@ export interface DescribePrincipalMappingRequest {
2412
1862
 
2413
1863
  GroupId: string | undefined;
2414
1864
  }
2415
- export declare namespace DescribePrincipalMappingRequest {
2416
-
2417
- const filterSensitiveLog: (obj: DescribePrincipalMappingRequest) => any;
2418
- }
2419
1865
  export declare enum PrincipalMappingStatus {
2420
1866
  DELETED = "DELETED",
2421
1867
  DELETING = "DELETING",
@@ -2436,10 +1882,6 @@ export interface GroupOrderingIdSummary {
2436
1882
 
2437
1883
  FailureReason?: string;
2438
1884
  }
2439
- export declare namespace GroupOrderingIdSummary {
2440
-
2441
- const filterSensitiveLog: (obj: GroupOrderingIdSummary) => any;
2442
- }
2443
1885
  export interface DescribePrincipalMappingResponse {
2444
1886
 
2445
1887
  IndexId?: string;
@@ -2450,20 +1892,12 @@ export interface DescribePrincipalMappingResponse {
2450
1892
 
2451
1893
  GroupOrderingIdSummaries?: GroupOrderingIdSummary[];
2452
1894
  }
2453
- export declare namespace DescribePrincipalMappingResponse {
2454
-
2455
- const filterSensitiveLog: (obj: DescribePrincipalMappingResponse) => any;
2456
- }
2457
1895
  export interface DescribeQuerySuggestionsBlockListRequest {
2458
1896
 
2459
1897
  IndexId: string | undefined;
2460
1898
 
2461
1899
  Id: string | undefined;
2462
1900
  }
2463
- export declare namespace DescribeQuerySuggestionsBlockListRequest {
2464
-
2465
- const filterSensitiveLog: (obj: DescribeQuerySuggestionsBlockListRequest) => any;
2466
- }
2467
1901
  export declare enum QuerySuggestionsBlockListStatus {
2468
1902
  ACTIVE = "ACTIVE",
2469
1903
  ACTIVE_BUT_UPDATE_FAILED = "ACTIVE_BUT_UPDATE_FAILED",
@@ -2498,18 +1932,10 @@ export interface DescribeQuerySuggestionsBlockListResponse {
2498
1932
 
2499
1933
  RoleArn?: string;
2500
1934
  }
2501
- export declare namespace DescribeQuerySuggestionsBlockListResponse {
2502
-
2503
- const filterSensitiveLog: (obj: DescribeQuerySuggestionsBlockListResponse) => any;
2504
- }
2505
1935
  export interface DescribeQuerySuggestionsConfigRequest {
2506
1936
 
2507
1937
  IndexId: string | undefined;
2508
1938
  }
2509
- export declare namespace DescribeQuerySuggestionsConfigRequest {
2510
-
2511
- const filterSensitiveLog: (obj: DescribeQuerySuggestionsConfigRequest) => any;
2512
- }
2513
1939
  export declare enum Mode {
2514
1940
  ENABLED = "ENABLED",
2515
1941
  LEARN_ONLY = "LEARN_ONLY"
@@ -2538,20 +1964,12 @@ export interface DescribeQuerySuggestionsConfigResponse {
2538
1964
 
2539
1965
  TotalSuggestionsCount?: number;
2540
1966
  }
2541
- export declare namespace DescribeQuerySuggestionsConfigResponse {
2542
-
2543
- const filterSensitiveLog: (obj: DescribeQuerySuggestionsConfigResponse) => any;
2544
- }
2545
1967
  export interface DescribeThesaurusRequest {
2546
1968
 
2547
1969
  Id: string | undefined;
2548
1970
 
2549
1971
  IndexId: string | undefined;
2550
1972
  }
2551
- export declare namespace DescribeThesaurusRequest {
2552
-
2553
- const filterSensitiveLog: (obj: DescribeThesaurusRequest) => any;
2554
- }
2555
1973
  export declare enum ThesaurusStatus {
2556
1974
  ACTIVE = "ACTIVE",
2557
1975
  ACTIVE_BUT_UPDATE_FAILED = "ACTIVE_BUT_UPDATE_FAILED",
@@ -2588,10 +2006,6 @@ export interface DescribeThesaurusResponse {
2588
2006
 
2589
2007
  SynonymRuleCount?: number;
2590
2008
  }
2591
- export declare namespace DescribeThesaurusResponse {
2592
-
2593
- const filterSensitiveLog: (obj: DescribeThesaurusResponse) => any;
2594
- }
2595
2009
  export interface DisassociateEntitiesFromExperienceRequest {
2596
2010
 
2597
2011
  Id: string | undefined;
@@ -2600,18 +2014,10 @@ export interface DisassociateEntitiesFromExperienceRequest {
2600
2014
 
2601
2015
  EntityList: EntityConfiguration[] | undefined;
2602
2016
  }
2603
- export declare namespace DisassociateEntitiesFromExperienceRequest {
2604
-
2605
- const filterSensitiveLog: (obj: DisassociateEntitiesFromExperienceRequest) => any;
2606
- }
2607
2017
  export interface DisassociateEntitiesFromExperienceResponse {
2608
2018
 
2609
2019
  FailedEntityList?: FailedEntity[];
2610
2020
  }
2611
- export declare namespace DisassociateEntitiesFromExperienceResponse {
2612
-
2613
- const filterSensitiveLog: (obj: DisassociateEntitiesFromExperienceResponse) => any;
2614
- }
2615
2021
  export interface DisassociatePersonasFromEntitiesRequest {
2616
2022
 
2617
2023
  Id: string | undefined;
@@ -2620,18 +2026,10 @@ export interface DisassociatePersonasFromEntitiesRequest {
2620
2026
 
2621
2027
  EntityIds: string[] | undefined;
2622
2028
  }
2623
- export declare namespace DisassociatePersonasFromEntitiesRequest {
2624
-
2625
- const filterSensitiveLog: (obj: DisassociatePersonasFromEntitiesRequest) => any;
2626
- }
2627
2029
  export interface DisassociatePersonasFromEntitiesResponse {
2628
2030
 
2629
2031
  FailedEntityList?: FailedEntity[];
2630
2032
  }
2631
- export declare namespace DisassociatePersonasFromEntitiesResponse {
2632
-
2633
- const filterSensitiveLog: (obj: DisassociatePersonasFromEntitiesResponse) => any;
2634
- }
2635
2033
  export interface GetQuerySuggestionsRequest {
2636
2034
 
2637
2035
  IndexId: string | undefined;
@@ -2640,10 +2038,6 @@ export interface GetQuerySuggestionsRequest {
2640
2038
 
2641
2039
  MaxSuggestionsCount?: number;
2642
2040
  }
2643
- export declare namespace GetQuerySuggestionsRequest {
2644
-
2645
- const filterSensitiveLog: (obj: GetQuerySuggestionsRequest) => any;
2646
- }
2647
2041
 
2648
2042
  export interface SuggestionHighlight {
2649
2043
 
@@ -2651,10 +2045,6 @@ export interface SuggestionHighlight {
2651
2045
 
2652
2046
  EndOffset?: number;
2653
2047
  }
2654
- export declare namespace SuggestionHighlight {
2655
-
2656
- const filterSensitiveLog: (obj: SuggestionHighlight) => any;
2657
- }
2658
2048
 
2659
2049
  export interface SuggestionTextWithHighlights {
2660
2050
 
@@ -2662,19 +2052,11 @@ export interface SuggestionTextWithHighlights {
2662
2052
 
2663
2053
  Highlights?: SuggestionHighlight[];
2664
2054
  }
2665
- export declare namespace SuggestionTextWithHighlights {
2666
-
2667
- const filterSensitiveLog: (obj: SuggestionTextWithHighlights) => any;
2668
- }
2669
2055
 
2670
2056
  export interface SuggestionValue {
2671
2057
 
2672
2058
  Text?: SuggestionTextWithHighlights;
2673
2059
  }
2674
- export declare namespace SuggestionValue {
2675
-
2676
- const filterSensitiveLog: (obj: SuggestionValue) => any;
2677
- }
2678
2060
 
2679
2061
  export interface Suggestion {
2680
2062
 
@@ -2682,20 +2064,12 @@ export interface Suggestion {
2682
2064
 
2683
2065
  Value?: SuggestionValue;
2684
2066
  }
2685
- export declare namespace Suggestion {
2686
-
2687
- const filterSensitiveLog: (obj: Suggestion) => any;
2688
- }
2689
2067
  export interface GetQuerySuggestionsResponse {
2690
2068
 
2691
2069
  QuerySuggestionsId?: string;
2692
2070
 
2693
2071
  Suggestions?: Suggestion[];
2694
2072
  }
2695
- export declare namespace GetQuerySuggestionsResponse {
2696
-
2697
- const filterSensitiveLog: (obj: GetQuerySuggestionsResponse) => any;
2698
- }
2699
2073
  export declare enum Interval {
2700
2074
  ONE_MONTH_AGO = "ONE_MONTH_AGO",
2701
2075
  ONE_WEEK_AGO = "ONE_WEEK_AGO",
@@ -2724,10 +2098,6 @@ export interface GetSnapshotsRequest {
2724
2098
 
2725
2099
  MaxResults?: number;
2726
2100
  }
2727
- export declare namespace GetSnapshotsRequest {
2728
-
2729
- const filterSensitiveLog: (obj: GetSnapshotsRequest) => any;
2730
- }
2731
2101
 
2732
2102
  export interface TimeRange {
2733
2103
 
@@ -2735,10 +2105,6 @@ export interface TimeRange {
2735
2105
 
2736
2106
  EndTime?: Date;
2737
2107
  }
2738
- export declare namespace TimeRange {
2739
-
2740
- const filterSensitiveLog: (obj: TimeRange) => any;
2741
- }
2742
2108
  export interface GetSnapshotsResponse {
2743
2109
 
2744
2110
  SnapShotTimeFilter?: TimeRange;
@@ -2749,10 +2115,6 @@ export interface GetSnapshotsResponse {
2749
2115
 
2750
2116
  NextToken?: string;
2751
2117
  }
2752
- export declare namespace GetSnapshotsResponse {
2753
-
2754
- const filterSensitiveLog: (obj: GetSnapshotsResponse) => any;
2755
- }
2756
2118
 
2757
2119
  export declare class InvalidRequestException extends __BaseException {
2758
2120
  readonly name: "InvalidRequestException";
@@ -2769,20 +2131,12 @@ export interface ListAccessControlConfigurationsRequest {
2769
2131
 
2770
2132
  MaxResults?: number;
2771
2133
  }
2772
- export declare namespace ListAccessControlConfigurationsRequest {
2773
-
2774
- const filterSensitiveLog: (obj: ListAccessControlConfigurationsRequest) => any;
2775
- }
2776
2134
  export interface ListAccessControlConfigurationsResponse {
2777
2135
 
2778
2136
  NextToken?: string;
2779
2137
 
2780
2138
  AccessControlConfigurations: AccessControlConfigurationSummary[] | undefined;
2781
2139
  }
2782
- export declare namespace ListAccessControlConfigurationsResponse {
2783
-
2784
- const filterSensitiveLog: (obj: ListAccessControlConfigurationsResponse) => any;
2785
- }
2786
2140
  export interface ListDataSourcesRequest {
2787
2141
 
2788
2142
  IndexId: string | undefined;
@@ -2791,10 +2145,6 @@ export interface ListDataSourcesRequest {
2791
2145
 
2792
2146
  MaxResults?: number;
2793
2147
  }
2794
- export declare namespace ListDataSourcesRequest {
2795
-
2796
- const filterSensitiveLog: (obj: ListDataSourcesRequest) => any;
2797
- }
2798
2148
 
2799
2149
  export interface DataSourceSummary {
2800
2150
 
@@ -2812,20 +2162,12 @@ export interface DataSourceSummary {
2812
2162
 
2813
2163
  LanguageCode?: string;
2814
2164
  }
2815
- export declare namespace DataSourceSummary {
2816
-
2817
- const filterSensitiveLog: (obj: DataSourceSummary) => any;
2818
- }
2819
2165
  export interface ListDataSourcesResponse {
2820
2166
 
2821
2167
  SummaryItems?: DataSourceSummary[];
2822
2168
 
2823
2169
  NextToken?: string;
2824
2170
  }
2825
- export declare namespace ListDataSourcesResponse {
2826
-
2827
- const filterSensitiveLog: (obj: ListDataSourcesResponse) => any;
2828
- }
2829
2171
  export declare enum DataSourceSyncJobStatus {
2830
2172
  ABORTED = "ABORTED",
2831
2173
  FAILED = "FAILED",
@@ -2849,10 +2191,6 @@ export interface ListDataSourceSyncJobsRequest {
2849
2191
 
2850
2192
  StatusFilter?: DataSourceSyncJobStatus | string;
2851
2193
  }
2852
- export declare namespace ListDataSourceSyncJobsRequest {
2853
-
2854
- const filterSensitiveLog: (obj: ListDataSourceSyncJobsRequest) => any;
2855
- }
2856
2194
 
2857
2195
  export interface DataSourceSyncJobMetrics {
2858
2196
 
@@ -2866,10 +2204,6 @@ export interface DataSourceSyncJobMetrics {
2866
2204
 
2867
2205
  DocumentsScanned?: string;
2868
2206
  }
2869
- export declare namespace DataSourceSyncJobMetrics {
2870
-
2871
- const filterSensitiveLog: (obj: DataSourceSyncJobMetrics) => any;
2872
- }
2873
2207
 
2874
2208
  export interface DataSourceSyncJob {
2875
2209
 
@@ -2889,20 +2223,12 @@ export interface DataSourceSyncJob {
2889
2223
 
2890
2224
  Metrics?: DataSourceSyncJobMetrics;
2891
2225
  }
2892
- export declare namespace DataSourceSyncJob {
2893
-
2894
- const filterSensitiveLog: (obj: DataSourceSyncJob) => any;
2895
- }
2896
2226
  export interface ListDataSourceSyncJobsResponse {
2897
2227
 
2898
2228
  History?: DataSourceSyncJob[];
2899
2229
 
2900
2230
  NextToken?: string;
2901
2231
  }
2902
- export declare namespace ListDataSourceSyncJobsResponse {
2903
-
2904
- const filterSensitiveLog: (obj: ListDataSourceSyncJobsResponse) => any;
2905
- }
2906
2232
  export interface ListEntityPersonasRequest {
2907
2233
 
2908
2234
  Id: string | undefined;
@@ -2913,10 +2239,6 @@ export interface ListEntityPersonasRequest {
2913
2239
 
2914
2240
  MaxResults?: number;
2915
2241
  }
2916
- export declare namespace ListEntityPersonasRequest {
2917
-
2918
- const filterSensitiveLog: (obj: ListEntityPersonasRequest) => any;
2919
- }
2920
2242
 
2921
2243
  export interface PersonasSummary {
2922
2244
 
@@ -2928,20 +2250,12 @@ export interface PersonasSummary {
2928
2250
 
2929
2251
  UpdatedAt?: Date;
2930
2252
  }
2931
- export declare namespace PersonasSummary {
2932
-
2933
- const filterSensitiveLog: (obj: PersonasSummary) => any;
2934
- }
2935
2253
  export interface ListEntityPersonasResponse {
2936
2254
 
2937
2255
  SummaryItems?: PersonasSummary[];
2938
2256
 
2939
2257
  NextToken?: string;
2940
2258
  }
2941
- export declare namespace ListEntityPersonasResponse {
2942
-
2943
- const filterSensitiveLog: (obj: ListEntityPersonasResponse) => any;
2944
- }
2945
2259
  export interface ListExperienceEntitiesRequest {
2946
2260
 
2947
2261
  Id: string | undefined;
@@ -2950,10 +2264,6 @@ export interface ListExperienceEntitiesRequest {
2950
2264
 
2951
2265
  NextToken?: string;
2952
2266
  }
2953
- export declare namespace ListExperienceEntitiesRequest {
2954
-
2955
- const filterSensitiveLog: (obj: ListExperienceEntitiesRequest) => any;
2956
- }
2957
2267
 
2958
2268
  export interface EntityDisplayData {
2959
2269
 
@@ -2967,10 +2277,6 @@ export interface EntityDisplayData {
2967
2277
 
2968
2278
  LastName?: string;
2969
2279
  }
2970
- export declare namespace EntityDisplayData {
2971
-
2972
- const filterSensitiveLog: (obj: EntityDisplayData) => any;
2973
- }
2974
2280
 
2975
2281
  export interface ExperienceEntitiesSummary {
2976
2282
 
@@ -2980,20 +2286,12 @@ export interface ExperienceEntitiesSummary {
2980
2286
 
2981
2287
  DisplayData?: EntityDisplayData;
2982
2288
  }
2983
- export declare namespace ExperienceEntitiesSummary {
2984
-
2985
- const filterSensitiveLog: (obj: ExperienceEntitiesSummary) => any;
2986
- }
2987
2289
  export interface ListExperienceEntitiesResponse {
2988
2290
 
2989
2291
  SummaryItems?: ExperienceEntitiesSummary[];
2990
2292
 
2991
2293
  NextToken?: string;
2992
2294
  }
2993
- export declare namespace ListExperienceEntitiesResponse {
2994
-
2995
- const filterSensitiveLog: (obj: ListExperienceEntitiesResponse) => any;
2996
- }
2997
2295
  export interface ListExperiencesRequest {
2998
2296
 
2999
2297
  IndexId: string | undefined;
@@ -3002,10 +2300,6 @@ export interface ListExperiencesRequest {
3002
2300
 
3003
2301
  MaxResults?: number;
3004
2302
  }
3005
- export declare namespace ListExperiencesRequest {
3006
-
3007
- const filterSensitiveLog: (obj: ListExperiencesRequest) => any;
3008
- }
3009
2303
 
3010
2304
  export interface ExperiencesSummary {
3011
2305
 
@@ -3019,20 +2313,12 @@ export interface ExperiencesSummary {
3019
2313
 
3020
2314
  Endpoints?: ExperienceEndpoint[];
3021
2315
  }
3022
- export declare namespace ExperiencesSummary {
3023
-
3024
- const filterSensitiveLog: (obj: ExperiencesSummary) => any;
3025
- }
3026
2316
  export interface ListExperiencesResponse {
3027
2317
 
3028
2318
  SummaryItems?: ExperiencesSummary[];
3029
2319
 
3030
2320
  NextToken?: string;
3031
2321
  }
3032
- export declare namespace ListExperiencesResponse {
3033
-
3034
- const filterSensitiveLog: (obj: ListExperiencesResponse) => any;
3035
- }
3036
2322
  export interface ListFaqsRequest {
3037
2323
 
3038
2324
  IndexId: string | undefined;
@@ -3041,10 +2327,6 @@ export interface ListFaqsRequest {
3041
2327
 
3042
2328
  MaxResults?: number;
3043
2329
  }
3044
- export declare namespace ListFaqsRequest {
3045
-
3046
- const filterSensitiveLog: (obj: ListFaqsRequest) => any;
3047
- }
3048
2330
 
3049
2331
  export interface FaqSummary {
3050
2332
 
@@ -3062,20 +2344,12 @@ export interface FaqSummary {
3062
2344
 
3063
2345
  LanguageCode?: string;
3064
2346
  }
3065
- export declare namespace FaqSummary {
3066
-
3067
- const filterSensitiveLog: (obj: FaqSummary) => any;
3068
- }
3069
2347
  export interface ListFaqsResponse {
3070
2348
 
3071
2349
  NextToken?: string;
3072
2350
 
3073
2351
  FaqSummaryItems?: FaqSummary[];
3074
2352
  }
3075
- export declare namespace ListFaqsResponse {
3076
-
3077
- const filterSensitiveLog: (obj: ListFaqsResponse) => any;
3078
- }
3079
2353
  export interface ListGroupsOlderThanOrderingIdRequest {
3080
2354
 
3081
2355
  IndexId: string | undefined;
@@ -3088,10 +2362,6 @@ export interface ListGroupsOlderThanOrderingIdRequest {
3088
2362
 
3089
2363
  MaxResults?: number;
3090
2364
  }
3091
- export declare namespace ListGroupsOlderThanOrderingIdRequest {
3092
-
3093
- const filterSensitiveLog: (obj: ListGroupsOlderThanOrderingIdRequest) => any;
3094
- }
3095
2365
 
3096
2366
  export interface GroupSummary {
3097
2367
 
@@ -3099,30 +2369,18 @@ export interface GroupSummary {
3099
2369
 
3100
2370
  OrderingId?: number;
3101
2371
  }
3102
- export declare namespace GroupSummary {
3103
-
3104
- const filterSensitiveLog: (obj: GroupSummary) => any;
3105
- }
3106
2372
  export interface ListGroupsOlderThanOrderingIdResponse {
3107
2373
 
3108
2374
  GroupsSummaries?: GroupSummary[];
3109
2375
 
3110
2376
  NextToken?: string;
3111
2377
  }
3112
- export declare namespace ListGroupsOlderThanOrderingIdResponse {
3113
-
3114
- const filterSensitiveLog: (obj: ListGroupsOlderThanOrderingIdResponse) => any;
3115
- }
3116
2378
  export interface ListIndicesRequest {
3117
2379
 
3118
2380
  NextToken?: string;
3119
2381
 
3120
2382
  MaxResults?: number;
3121
2383
  }
3122
- export declare namespace ListIndicesRequest {
3123
-
3124
- const filterSensitiveLog: (obj: ListIndicesRequest) => any;
3125
- }
3126
2384
 
3127
2385
  export interface IndexConfigurationSummary {
3128
2386
 
@@ -3138,20 +2396,12 @@ export interface IndexConfigurationSummary {
3138
2396
 
3139
2397
  Status: IndexStatus | string | undefined;
3140
2398
  }
3141
- export declare namespace IndexConfigurationSummary {
3142
-
3143
- const filterSensitiveLog: (obj: IndexConfigurationSummary) => any;
3144
- }
3145
2399
  export interface ListIndicesResponse {
3146
2400
 
3147
2401
  IndexConfigurationSummaryItems?: IndexConfigurationSummary[];
3148
2402
 
3149
2403
  NextToken?: string;
3150
2404
  }
3151
- export declare namespace ListIndicesResponse {
3152
-
3153
- const filterSensitiveLog: (obj: ListIndicesResponse) => any;
3154
- }
3155
2405
  export interface ListQuerySuggestionsBlockListsRequest {
3156
2406
 
3157
2407
  IndexId: string | undefined;
@@ -3160,10 +2410,6 @@ export interface ListQuerySuggestionsBlockListsRequest {
3160
2410
 
3161
2411
  MaxResults?: number;
3162
2412
  }
3163
- export declare namespace ListQuerySuggestionsBlockListsRequest {
3164
-
3165
- const filterSensitiveLog: (obj: ListQuerySuggestionsBlockListsRequest) => any;
3166
- }
3167
2413
 
3168
2414
  export interface QuerySuggestionsBlockListSummary {
3169
2415
 
@@ -3179,36 +2425,20 @@ export interface QuerySuggestionsBlockListSummary {
3179
2425
 
3180
2426
  ItemCount?: number;
3181
2427
  }
3182
- export declare namespace QuerySuggestionsBlockListSummary {
3183
-
3184
- const filterSensitiveLog: (obj: QuerySuggestionsBlockListSummary) => any;
3185
- }
3186
2428
  export interface ListQuerySuggestionsBlockListsResponse {
3187
2429
 
3188
2430
  BlockListSummaryItems?: QuerySuggestionsBlockListSummary[];
3189
2431
 
3190
2432
  NextToken?: string;
3191
2433
  }
3192
- export declare namespace ListQuerySuggestionsBlockListsResponse {
3193
-
3194
- const filterSensitiveLog: (obj: ListQuerySuggestionsBlockListsResponse) => any;
3195
- }
3196
2434
  export interface ListTagsForResourceRequest {
3197
2435
 
3198
2436
  ResourceARN: string | undefined;
3199
2437
  }
3200
- export declare namespace ListTagsForResourceRequest {
3201
-
3202
- const filterSensitiveLog: (obj: ListTagsForResourceRequest) => any;
3203
- }
3204
2438
  export interface ListTagsForResourceResponse {
3205
2439
 
3206
2440
  Tags?: Tag[];
3207
2441
  }
3208
- export declare namespace ListTagsForResourceResponse {
3209
-
3210
- const filterSensitiveLog: (obj: ListTagsForResourceResponse) => any;
3211
- }
3212
2442
 
3213
2443
  export declare class ResourceUnavailableException extends __BaseException {
3214
2444
  readonly name: "ResourceUnavailableException";
@@ -3225,10 +2455,6 @@ export interface ListThesauriRequest {
3225
2455
 
3226
2456
  MaxResults?: number;
3227
2457
  }
3228
- export declare namespace ListThesauriRequest {
3229
-
3230
- const filterSensitiveLog: (obj: ListThesauriRequest) => any;
3231
- }
3232
2458
 
3233
2459
  export interface ThesaurusSummary {
3234
2460
 
@@ -3242,20 +2468,12 @@ export interface ThesaurusSummary {
3242
2468
 
3243
2469
  UpdatedAt?: Date;
3244
2470
  }
3245
- export declare namespace ThesaurusSummary {
3246
-
3247
- const filterSensitiveLog: (obj: ThesaurusSummary) => any;
3248
- }
3249
2471
  export interface ListThesauriResponse {
3250
2472
 
3251
2473
  NextToken?: string;
3252
2474
 
3253
2475
  ThesaurusSummaryItems?: ThesaurusSummary[];
3254
2476
  }
3255
- export declare namespace ListThesauriResponse {
3256
-
3257
- const filterSensitiveLog: (obj: ListThesauriResponse) => any;
3258
- }
3259
2477
 
3260
2478
  export interface MemberGroup {
3261
2479
 
@@ -3263,19 +2481,11 @@ export interface MemberGroup {
3263
2481
 
3264
2482
  DataSourceId?: string;
3265
2483
  }
3266
- export declare namespace MemberGroup {
3267
-
3268
- const filterSensitiveLog: (obj: MemberGroup) => any;
3269
- }
3270
2484
 
3271
2485
  export interface MemberUser {
3272
2486
 
3273
2487
  UserId: string | undefined;
3274
2488
  }
3275
- export declare namespace MemberUser {
3276
-
3277
- const filterSensitiveLog: (obj: MemberUser) => any;
3278
- }
3279
2489
 
3280
2490
  export interface GroupMembers {
3281
2491
 
@@ -3285,10 +2495,6 @@ export interface GroupMembers {
3285
2495
 
3286
2496
  S3PathforGroupMembers?: S3Path;
3287
2497
  }
3288
- export declare namespace GroupMembers {
3289
-
3290
- const filterSensitiveLog: (obj: GroupMembers) => any;
3291
- }
3292
2498
  export interface PutPrincipalMappingRequest {
3293
2499
 
3294
2500
  IndexId: string | undefined;
@@ -3303,10 +2509,6 @@ export interface PutPrincipalMappingRequest {
3303
2509
 
3304
2510
  RoleArn?: string;
3305
2511
  }
3306
- export declare namespace PutPrincipalMappingRequest {
3307
-
3308
- const filterSensitiveLog: (obj: PutPrincipalMappingRequest) => any;
3309
- }
3310
2512
 
3311
2513
  export interface DocumentRelevanceConfiguration {
3312
2514
 
@@ -3314,10 +2516,6 @@ export interface DocumentRelevanceConfiguration {
3314
2516
 
3315
2517
  Relevance: Relevance | undefined;
3316
2518
  }
3317
- export declare namespace DocumentRelevanceConfiguration {
3318
-
3319
- const filterSensitiveLog: (obj: DocumentRelevanceConfiguration) => any;
3320
- }
3321
2519
  export declare enum QueryResultType {
3322
2520
  ANSWER = "ANSWER",
3323
2521
  DOCUMENT = "DOCUMENT",
@@ -3334,19 +2532,11 @@ export interface SortingConfiguration {
3334
2532
 
3335
2533
  SortOrder: SortOrder | string | undefined;
3336
2534
  }
3337
- export declare namespace SortingConfiguration {
3338
-
3339
- const filterSensitiveLog: (obj: SortingConfiguration) => any;
3340
- }
3341
2535
 
3342
2536
  export interface SpellCorrectionConfiguration {
3343
2537
 
3344
2538
  IncludeQuerySpellCheckSuggestions: boolean | undefined;
3345
2539
  }
3346
- export declare namespace SpellCorrectionConfiguration {
3347
-
3348
- const filterSensitiveLog: (obj: SpellCorrectionConfiguration) => any;
3349
- }
3350
2540
 
3351
2541
  export interface DataSourceGroup {
3352
2542
 
@@ -3354,10 +2544,6 @@ export interface DataSourceGroup {
3354
2544
 
3355
2545
  DataSourceId: string | undefined;
3356
2546
  }
3357
- export declare namespace DataSourceGroup {
3358
-
3359
- const filterSensitiveLog: (obj: DataSourceGroup) => any;
3360
- }
3361
2547
 
3362
2548
  export interface UserContext {
3363
2549
 
@@ -3369,10 +2555,6 @@ export interface UserContext {
3369
2555
 
3370
2556
  DataSourceGroups?: DataSourceGroup[];
3371
2557
  }
3372
- export declare namespace UserContext {
3373
-
3374
- const filterSensitiveLog: (obj: UserContext) => any;
3375
- }
3376
2558
  export declare enum ScoreConfidence {
3377
2559
  HIGH = "HIGH",
3378
2560
  LOW = "LOW",
@@ -3385,10 +2567,6 @@ export interface ScoreAttributes {
3385
2567
 
3386
2568
  ScoreConfidence?: ScoreConfidence | string;
3387
2569
  }
3388
- export declare namespace ScoreAttributes {
3389
-
3390
- const filterSensitiveLog: (obj: ScoreAttributes) => any;
3391
- }
3392
2570
 
3393
2571
  export interface QueryResultItem {
3394
2572
 
@@ -3412,10 +2590,6 @@ export interface QueryResultItem {
3412
2590
 
3413
2591
  FeedbackToken?: string;
3414
2592
  }
3415
- export declare namespace QueryResultItem {
3416
-
3417
- const filterSensitiveLog: (obj: QueryResultItem) => any;
3418
- }
3419
2593
 
3420
2594
  export interface Correction {
3421
2595
 
@@ -3427,10 +2601,6 @@ export interface Correction {
3427
2601
 
3428
2602
  CorrectedTerm?: string;
3429
2603
  }
3430
- export declare namespace Correction {
3431
-
3432
- const filterSensitiveLog: (obj: Correction) => any;
3433
- }
3434
2604
 
3435
2605
  export interface SpellCorrectedQuery {
3436
2606
 
@@ -3438,10 +2608,6 @@ export interface SpellCorrectedQuery {
3438
2608
 
3439
2609
  Corrections?: Correction[];
3440
2610
  }
3441
- export declare namespace SpellCorrectedQuery {
3442
-
3443
- const filterSensitiveLog: (obj: SpellCorrectedQuery) => any;
3444
- }
3445
2611
  export declare enum WarningCode {
3446
2612
  QUERY_LANGUAGE_INVALID_SYNTAX = "QUERY_LANGUAGE_INVALID_SYNTAX"
3447
2613
  }
@@ -3452,10 +2618,6 @@ export interface Warning {
3452
2618
 
3453
2619
  Code?: WarningCode | string;
3454
2620
  }
3455
- export declare namespace Warning {
3456
-
3457
- const filterSensitiveLog: (obj: Warning) => any;
3458
- }
3459
2621
 
3460
2622
  export declare class ResourceInUseException extends __BaseException {
3461
2623
  readonly name: "ResourceInUseException";
@@ -3470,28 +2632,16 @@ export interface StartDataSourceSyncJobRequest {
3470
2632
 
3471
2633
  IndexId: string | undefined;
3472
2634
  }
3473
- export declare namespace StartDataSourceSyncJobRequest {
3474
-
3475
- const filterSensitiveLog: (obj: StartDataSourceSyncJobRequest) => any;
3476
- }
3477
2635
  export interface StartDataSourceSyncJobResponse {
3478
2636
 
3479
2637
  ExecutionId?: string;
3480
2638
  }
3481
- export declare namespace StartDataSourceSyncJobResponse {
3482
-
3483
- const filterSensitiveLog: (obj: StartDataSourceSyncJobResponse) => any;
3484
- }
3485
2639
  export interface StopDataSourceSyncJobRequest {
3486
2640
 
3487
2641
  Id: string | undefined;
3488
2642
 
3489
2643
  IndexId: string | undefined;
3490
2644
  }
3491
- export declare namespace StopDataSourceSyncJobRequest {
3492
-
3493
- const filterSensitiveLog: (obj: StopDataSourceSyncJobRequest) => any;
3494
- }
3495
2645
 
3496
2646
  export interface ClickFeedback {
3497
2647
 
@@ -3499,10 +2649,6 @@ export interface ClickFeedback {
3499
2649
 
3500
2650
  ClickTime: Date | undefined;
3501
2651
  }
3502
- export declare namespace ClickFeedback {
3503
-
3504
- const filterSensitiveLog: (obj: ClickFeedback) => any;
3505
- }
3506
2652
  export declare enum RelevanceType {
3507
2653
  NOT_RELEVANT = "NOT_RELEVANT",
3508
2654
  RELEVANT = "RELEVANT"
@@ -3514,10 +2660,6 @@ export interface RelevanceFeedback {
3514
2660
 
3515
2661
  RelevanceValue: RelevanceType | string | undefined;
3516
2662
  }
3517
- export declare namespace RelevanceFeedback {
3518
-
3519
- const filterSensitiveLog: (obj: RelevanceFeedback) => any;
3520
- }
3521
2663
  export interface SubmitFeedbackRequest {
3522
2664
 
3523
2665
  IndexId: string | undefined;
@@ -3528,42 +2670,22 @@ export interface SubmitFeedbackRequest {
3528
2670
 
3529
2671
  RelevanceFeedbackItems?: RelevanceFeedback[];
3530
2672
  }
3531
- export declare namespace SubmitFeedbackRequest {
3532
-
3533
- const filterSensitiveLog: (obj: SubmitFeedbackRequest) => any;
3534
- }
3535
2673
  export interface TagResourceRequest {
3536
2674
 
3537
2675
  ResourceARN: string | undefined;
3538
2676
 
3539
2677
  Tags: Tag[] | undefined;
3540
2678
  }
3541
- export declare namespace TagResourceRequest {
3542
-
3543
- const filterSensitiveLog: (obj: TagResourceRequest) => any;
3544
- }
3545
2679
  export interface TagResourceResponse {
3546
2680
  }
3547
- export declare namespace TagResourceResponse {
3548
-
3549
- const filterSensitiveLog: (obj: TagResourceResponse) => any;
3550
- }
3551
2681
  export interface UntagResourceRequest {
3552
2682
 
3553
2683
  ResourceARN: string | undefined;
3554
2684
 
3555
2685
  TagKeys: string[] | undefined;
3556
2686
  }
3557
- export declare namespace UntagResourceRequest {
3558
-
3559
- const filterSensitiveLog: (obj: UntagResourceRequest) => any;
3560
- }
3561
2687
  export interface UntagResourceResponse {
3562
2688
  }
3563
- export declare namespace UntagResourceResponse {
3564
-
3565
- const filterSensitiveLog: (obj: UntagResourceResponse) => any;
3566
- }
3567
2689
  export interface UpdateAccessControlConfigurationRequest {
3568
2690
 
3569
2691
  IndexId: string | undefined;
@@ -3578,16 +2700,8 @@ export interface UpdateAccessControlConfigurationRequest {
3578
2700
 
3579
2701
  HierarchicalAccessControlList?: HierarchicalPrincipal[];
3580
2702
  }
3581
- export declare namespace UpdateAccessControlConfigurationRequest {
3582
-
3583
- const filterSensitiveLog: (obj: UpdateAccessControlConfigurationRequest) => any;
3584
- }
3585
2703
  export interface UpdateAccessControlConfigurationResponse {
3586
2704
  }
3587
- export declare namespace UpdateAccessControlConfigurationResponse {
3588
-
3589
- const filterSensitiveLog: (obj: UpdateAccessControlConfigurationResponse) => any;
3590
- }
3591
2705
  export interface UpdateDataSourceRequest {
3592
2706
 
3593
2707
  Id: string | undefined;
@@ -3608,10 +2722,6 @@ export interface UpdateDataSourceRequest {
3608
2722
 
3609
2723
  CustomDocumentEnrichmentConfiguration?: CustomDocumentEnrichmentConfiguration;
3610
2724
  }
3611
- export declare namespace UpdateDataSourceRequest {
3612
-
3613
- const filterSensitiveLog: (obj: UpdateDataSourceRequest) => any;
3614
- }
3615
2725
  export interface UpdateExperienceRequest {
3616
2726
 
3617
2727
  Id: string | undefined;
@@ -3626,10 +2736,6 @@ export interface UpdateExperienceRequest {
3626
2736
 
3627
2737
  Description?: string;
3628
2738
  }
3629
- export declare namespace UpdateExperienceRequest {
3630
-
3631
- const filterSensitiveLog: (obj: UpdateExperienceRequest) => any;
3632
- }
3633
2739
  export interface UpdateIndexRequest {
3634
2740
 
3635
2741
  Id: string | undefined;
@@ -3650,10 +2756,6 @@ export interface UpdateIndexRequest {
3650
2756
 
3651
2757
  UserGroupResolutionConfiguration?: UserGroupResolutionConfiguration;
3652
2758
  }
3653
- export declare namespace UpdateIndexRequest {
3654
-
3655
- const filterSensitiveLog: (obj: UpdateIndexRequest) => any;
3656
- }
3657
2759
  export interface UpdateQuerySuggestionsBlockListRequest {
3658
2760
 
3659
2761
  IndexId: string | undefined;
@@ -3668,10 +2770,6 @@ export interface UpdateQuerySuggestionsBlockListRequest {
3668
2770
 
3669
2771
  RoleArn?: string;
3670
2772
  }
3671
- export declare namespace UpdateQuerySuggestionsBlockListRequest {
3672
-
3673
- const filterSensitiveLog: (obj: UpdateQuerySuggestionsBlockListRequest) => any;
3674
- }
3675
2773
  export interface UpdateQuerySuggestionsConfigRequest {
3676
2774
 
3677
2775
  IndexId: string | undefined;
@@ -3686,10 +2784,6 @@ export interface UpdateQuerySuggestionsConfigRequest {
3686
2784
 
3687
2785
  MinimumQueryCount?: number;
3688
2786
  }
3689
- export declare namespace UpdateQuerySuggestionsConfigRequest {
3690
-
3691
- const filterSensitiveLog: (obj: UpdateQuerySuggestionsConfigRequest) => any;
3692
- }
3693
2787
  export interface UpdateThesaurusRequest {
3694
2788
 
3695
2789
  Id: string | undefined;
@@ -3704,10 +2798,6 @@ export interface UpdateThesaurusRequest {
3704
2798
 
3705
2799
  SourceS3Path?: S3Path;
3706
2800
  }
3707
- export declare namespace UpdateThesaurusRequest {
3708
-
3709
- const filterSensitiveLog: (obj: UpdateThesaurusRequest) => any;
3710
- }
3711
2801
 
3712
2802
  export interface Facet {
3713
2803
 
@@ -3717,10 +2807,6 @@ export interface Facet {
3717
2807
 
3718
2808
  MaxResults?: number;
3719
2809
  }
3720
- export declare namespace Facet {
3721
-
3722
- const filterSensitiveLog: (obj: Facet) => any;
3723
- }
3724
2810
 
3725
2811
  export interface DocumentAttributeValueCountPair {
3726
2812
 
@@ -3730,10 +2816,6 @@ export interface DocumentAttributeValueCountPair {
3730
2816
 
3731
2817
  FacetResults?: FacetResult[];
3732
2818
  }
3733
- export declare namespace DocumentAttributeValueCountPair {
3734
-
3735
- const filterSensitiveLog: (obj: DocumentAttributeValueCountPair) => any;
3736
- }
3737
2819
 
3738
2820
  export interface FacetResult {
3739
2821
 
@@ -3743,10 +2825,6 @@ export interface FacetResult {
3743
2825
 
3744
2826
  DocumentAttributeValueCountPairs?: DocumentAttributeValueCountPair[];
3745
2827
  }
3746
- export declare namespace FacetResult {
3747
-
3748
- const filterSensitiveLog: (obj: FacetResult) => any;
3749
- }
3750
2828
 
3751
2829
  export interface AttributeFilter {
3752
2830
 
@@ -3770,25 +2848,469 @@ export interface AttributeFilter {
3770
2848
 
3771
2849
  LessThanOrEquals?: DocumentAttribute;
3772
2850
  }
3773
- export declare namespace AttributeFilter {
3774
-
3775
- const filterSensitiveLog: (obj: AttributeFilter) => any;
3776
- }
3777
- export interface QueryResult {
3778
-
3779
- QueryId?: string;
3780
-
3781
- ResultItems?: QueryResultItem[];
3782
-
3783
- FacetResults?: FacetResult[];
3784
-
3785
- TotalNumberOfResults?: number;
3786
-
3787
- Warnings?: Warning[];
3788
-
3789
- SpellCorrectedQueries?: SpellCorrectedQuery[];
3790
- }
3791
- export declare namespace QueryResult {
3792
-
3793
- const filterSensitiveLog: (obj: QueryResult) => any;
3794
- }
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;