@aws-sdk/client-wisdom 3.131.0 → 3.142.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (71) hide show
  1. package/CHANGELOG.md +33 -0
  2. package/README.md +1 -1
  3. package/dist-cjs/commands/CreateAssistantAssociationCommand.js +2 -2
  4. package/dist-cjs/commands/CreateAssistantCommand.js +2 -2
  5. package/dist-cjs/commands/CreateContentCommand.js +2 -2
  6. package/dist-cjs/commands/CreateKnowledgeBaseCommand.js +2 -2
  7. package/dist-cjs/commands/CreateSessionCommand.js +2 -2
  8. package/dist-cjs/commands/DeleteAssistantAssociationCommand.js +2 -2
  9. package/dist-cjs/commands/DeleteAssistantCommand.js +2 -2
  10. package/dist-cjs/commands/DeleteContentCommand.js +2 -2
  11. package/dist-cjs/commands/DeleteKnowledgeBaseCommand.js +2 -2
  12. package/dist-cjs/commands/GetAssistantAssociationCommand.js +2 -2
  13. package/dist-cjs/commands/GetAssistantCommand.js +2 -2
  14. package/dist-cjs/commands/GetContentCommand.js +2 -2
  15. package/dist-cjs/commands/GetContentSummaryCommand.js +2 -2
  16. package/dist-cjs/commands/GetKnowledgeBaseCommand.js +2 -2
  17. package/dist-cjs/commands/GetRecommendationsCommand.js +2 -2
  18. package/dist-cjs/commands/GetSessionCommand.js +2 -2
  19. package/dist-cjs/commands/ListAssistantAssociationsCommand.js +2 -2
  20. package/dist-cjs/commands/ListAssistantsCommand.js +2 -2
  21. package/dist-cjs/commands/ListContentsCommand.js +2 -2
  22. package/dist-cjs/commands/ListKnowledgeBasesCommand.js +2 -2
  23. package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -2
  24. package/dist-cjs/commands/NotifyRecommendationsReceivedCommand.js +2 -2
  25. package/dist-cjs/commands/QueryAssistantCommand.js +2 -2
  26. package/dist-cjs/commands/RemoveKnowledgeBaseTemplateUriCommand.js +2 -2
  27. package/dist-cjs/commands/SearchContentCommand.js +2 -2
  28. package/dist-cjs/commands/SearchSessionsCommand.js +2 -2
  29. package/dist-cjs/commands/StartContentUploadCommand.js +2 -2
  30. package/dist-cjs/commands/TagResourceCommand.js +2 -2
  31. package/dist-cjs/commands/UntagResourceCommand.js +2 -2
  32. package/dist-cjs/commands/UpdateContentCommand.js +2 -2
  33. package/dist-cjs/commands/UpdateKnowledgeBaseTemplateUriCommand.js +2 -2
  34. package/dist-cjs/models/models_0.js +428 -600
  35. package/dist-cjs/protocols/Aws_restJson1.js +371 -832
  36. package/dist-es/commands/CreateAssistantAssociationCommand.js +3 -3
  37. package/dist-es/commands/CreateAssistantCommand.js +3 -3
  38. package/dist-es/commands/CreateContentCommand.js +3 -3
  39. package/dist-es/commands/CreateKnowledgeBaseCommand.js +3 -3
  40. package/dist-es/commands/CreateSessionCommand.js +3 -3
  41. package/dist-es/commands/DeleteAssistantAssociationCommand.js +3 -3
  42. package/dist-es/commands/DeleteAssistantCommand.js +3 -3
  43. package/dist-es/commands/DeleteContentCommand.js +3 -3
  44. package/dist-es/commands/DeleteKnowledgeBaseCommand.js +3 -3
  45. package/dist-es/commands/GetAssistantAssociationCommand.js +3 -3
  46. package/dist-es/commands/GetAssistantCommand.js +3 -3
  47. package/dist-es/commands/GetContentCommand.js +3 -3
  48. package/dist-es/commands/GetContentSummaryCommand.js +3 -3
  49. package/dist-es/commands/GetKnowledgeBaseCommand.js +3 -3
  50. package/dist-es/commands/GetRecommendationsCommand.js +3 -3
  51. package/dist-es/commands/GetSessionCommand.js +3 -3
  52. package/dist-es/commands/ListAssistantAssociationsCommand.js +3 -3
  53. package/dist-es/commands/ListAssistantsCommand.js +3 -3
  54. package/dist-es/commands/ListContentsCommand.js +3 -3
  55. package/dist-es/commands/ListKnowledgeBasesCommand.js +3 -3
  56. package/dist-es/commands/ListTagsForResourceCommand.js +3 -3
  57. package/dist-es/commands/NotifyRecommendationsReceivedCommand.js +3 -3
  58. package/dist-es/commands/QueryAssistantCommand.js +3 -3
  59. package/dist-es/commands/RemoveKnowledgeBaseTemplateUriCommand.js +3 -3
  60. package/dist-es/commands/SearchContentCommand.js +3 -3
  61. package/dist-es/commands/SearchSessionsCommand.js +3 -3
  62. package/dist-es/commands/StartContentUploadCommand.js +3 -3
  63. package/dist-es/commands/TagResourceCommand.js +3 -3
  64. package/dist-es/commands/UntagResourceCommand.js +3 -3
  65. package/dist-es/commands/UpdateContentCommand.js +3 -3
  66. package/dist-es/commands/UpdateKnowledgeBaseTemplateUriCommand.js +3 -3
  67. package/dist-es/models/models_0.js +137 -400
  68. package/dist-es/protocols/Aws_restJson1.js +492 -837
  69. package/dist-types/models/models_0.d.ts +364 -538
  70. package/dist-types/ts3.4/models/models_0.d.ts +182 -356
  71. package/package.json +6 -6
@@ -14,10 +14,6 @@ export interface AppIntegrationsConfiguration {
14
14
 
15
15
  objectFields: string[] | undefined;
16
16
  }
17
- export declare namespace AppIntegrationsConfiguration {
18
-
19
- const filterSensitiveLog: (obj: AppIntegrationsConfiguration) => any;
20
- }
21
17
 
22
18
  export declare class ConflictException extends __BaseException {
23
19
  readonly name: "ConflictException";
@@ -45,8 +41,6 @@ export declare namespace AssistantAssociationInputData {
45
41
  _: (name: string, value: any) => T;
46
42
  }
47
43
  const visit: <T>(value: AssistantAssociationInputData, visitor: Visitor<T>) => T;
48
-
49
- const filterSensitiveLog: (obj: AssistantAssociationInputData) => any;
50
44
  }
51
45
  export declare enum AssociationType {
52
46
  KNOWLEDGE_BASE = "KNOWLEDGE_BASE"
@@ -63,10 +57,6 @@ export interface CreateAssistantAssociationRequest {
63
57
 
64
58
  tags?: Record<string, string>;
65
59
  }
66
- export declare namespace CreateAssistantAssociationRequest {
67
-
68
- const filterSensitiveLog: (obj: CreateAssistantAssociationRequest) => any;
69
- }
70
60
 
71
61
  export interface KnowledgeBaseAssociationData {
72
62
 
@@ -74,10 +64,6 @@ export interface KnowledgeBaseAssociationData {
74
64
 
75
65
  knowledgeBaseArn?: string;
76
66
  }
77
- export declare namespace KnowledgeBaseAssociationData {
78
-
79
- const filterSensitiveLog: (obj: KnowledgeBaseAssociationData) => any;
80
- }
81
67
 
82
68
  export declare type AssistantAssociationOutputData = AssistantAssociationOutputData.KnowledgeBaseAssociationMember | AssistantAssociationOutputData.$UnknownMember;
83
69
  export declare namespace AssistantAssociationOutputData {
@@ -98,8 +84,6 @@ export declare namespace AssistantAssociationOutputData {
98
84
  _: (name: string, value: any) => T;
99
85
  }
100
86
  const visit: <T>(value: AssistantAssociationOutputData, visitor: Visitor<T>) => T;
101
-
102
- const filterSensitiveLog: (obj: AssistantAssociationOutputData) => any;
103
87
  }
104
88
 
105
89
  export interface AssistantAssociationData {
@@ -118,18 +102,10 @@ export interface AssistantAssociationData {
118
102
 
119
103
  tags?: Record<string, string>;
120
104
  }
121
- export declare namespace AssistantAssociationData {
122
-
123
- const filterSensitiveLog: (obj: AssistantAssociationData) => any;
124
- }
125
105
  export interface CreateAssistantAssociationResponse {
126
106
 
127
107
  assistantAssociation?: AssistantAssociationData;
128
108
  }
129
- export declare namespace CreateAssistantAssociationResponse {
130
-
131
- const filterSensitiveLog: (obj: CreateAssistantAssociationResponse) => any;
132
- }
133
109
 
134
110
  export declare class ResourceNotFoundException extends __BaseException {
135
111
  readonly name: "ResourceNotFoundException";
@@ -159,34 +135,18 @@ export interface DeleteAssistantAssociationRequest {
159
135
 
160
136
  assistantId: string | undefined;
161
137
  }
162
- export declare namespace DeleteAssistantAssociationRequest {
163
-
164
- const filterSensitiveLog: (obj: DeleteAssistantAssociationRequest) => any;
165
- }
166
138
  export interface DeleteAssistantAssociationResponse {
167
139
  }
168
- export declare namespace DeleteAssistantAssociationResponse {
169
-
170
- const filterSensitiveLog: (obj: DeleteAssistantAssociationResponse) => any;
171
- }
172
140
  export interface GetAssistantAssociationRequest {
173
141
 
174
142
  assistantAssociationId: string | undefined;
175
143
 
176
144
  assistantId: string | undefined;
177
145
  }
178
- export declare namespace GetAssistantAssociationRequest {
179
-
180
- const filterSensitiveLog: (obj: GetAssistantAssociationRequest) => any;
181
- }
182
146
  export interface GetAssistantAssociationResponse {
183
147
 
184
148
  assistantAssociation?: AssistantAssociationData;
185
149
  }
186
- export declare namespace GetAssistantAssociationResponse {
187
-
188
- const filterSensitiveLog: (obj: GetAssistantAssociationResponse) => any;
189
- }
190
150
  export interface ListAssistantAssociationsRequest {
191
151
 
192
152
  nextToken?: string;
@@ -195,10 +155,6 @@ export interface ListAssistantAssociationsRequest {
195
155
 
196
156
  assistantId: string | undefined;
197
157
  }
198
- export declare namespace ListAssistantAssociationsRequest {
199
-
200
- const filterSensitiveLog: (obj: ListAssistantAssociationsRequest) => any;
201
- }
202
158
 
203
159
  export interface AssistantAssociationSummary {
204
160
 
@@ -216,29 +172,17 @@ export interface AssistantAssociationSummary {
216
172
 
217
173
  tags?: Record<string, string>;
218
174
  }
219
- export declare namespace AssistantAssociationSummary {
220
-
221
- const filterSensitiveLog: (obj: AssistantAssociationSummary) => any;
222
- }
223
175
  export interface ListAssistantAssociationsResponse {
224
176
 
225
177
  assistantAssociationSummaries: AssistantAssociationSummary[] | undefined;
226
178
 
227
179
  nextToken?: string;
228
180
  }
229
- export declare namespace ListAssistantAssociationsResponse {
230
-
231
- const filterSensitiveLog: (obj: ListAssistantAssociationsResponse) => any;
232
- }
233
181
 
234
182
  export interface ServerSideEncryptionConfiguration {
235
183
 
236
184
  kmsKeyId?: string;
237
185
  }
238
- export declare namespace ServerSideEncryptionConfiguration {
239
-
240
- const filterSensitiveLog: (obj: ServerSideEncryptionConfiguration) => any;
241
- }
242
186
  export declare enum AssistantType {
243
187
  AGENT = "AGENT"
244
188
  }
@@ -256,10 +200,6 @@ export interface CreateAssistantRequest {
256
200
 
257
201
  serverSideEncryptionConfiguration?: ServerSideEncryptionConfiguration;
258
202
  }
259
- export declare namespace CreateAssistantRequest {
260
-
261
- const filterSensitiveLog: (obj: CreateAssistantRequest) => any;
262
- }
263
203
  export declare enum AssistantStatus {
264
204
  ACTIVE = "ACTIVE",
265
205
  CREATE_FAILED = "CREATE_FAILED",
@@ -287,48 +227,24 @@ export interface AssistantData {
287
227
 
288
228
  serverSideEncryptionConfiguration?: ServerSideEncryptionConfiguration;
289
229
  }
290
- export declare namespace AssistantData {
291
-
292
- const filterSensitiveLog: (obj: AssistantData) => any;
293
- }
294
230
  export interface CreateAssistantResponse {
295
231
 
296
232
  assistant?: AssistantData;
297
233
  }
298
- export declare namespace CreateAssistantResponse {
299
-
300
- const filterSensitiveLog: (obj: CreateAssistantResponse) => any;
301
- }
302
234
  export interface DeleteAssistantRequest {
303
235
 
304
236
  assistantId: string | undefined;
305
237
  }
306
- export declare namespace DeleteAssistantRequest {
307
-
308
- const filterSensitiveLog: (obj: DeleteAssistantRequest) => any;
309
- }
310
238
  export interface DeleteAssistantResponse {
311
239
  }
312
- export declare namespace DeleteAssistantResponse {
313
-
314
- const filterSensitiveLog: (obj: DeleteAssistantResponse) => any;
315
- }
316
240
  export interface GetAssistantRequest {
317
241
 
318
242
  assistantId: string | undefined;
319
243
  }
320
- export declare namespace GetAssistantRequest {
321
-
322
- const filterSensitiveLog: (obj: GetAssistantRequest) => any;
323
- }
324
244
  export interface GetAssistantResponse {
325
245
 
326
246
  assistant?: AssistantData;
327
247
  }
328
- export declare namespace GetAssistantResponse {
329
-
330
- const filterSensitiveLog: (obj: GetAssistantResponse) => any;
331
- }
332
248
  export interface GetRecommendationsRequest {
333
249
 
334
250
  assistantId: string | undefined;
@@ -339,10 +255,6 @@ export interface GetRecommendationsRequest {
339
255
 
340
256
  waitTimeSeconds?: number;
341
257
  }
342
- export declare namespace GetRecommendationsRequest {
343
-
344
- const filterSensitiveLog: (obj: GetRecommendationsRequest) => any;
345
- }
346
258
 
347
259
  export interface ContentReference {
348
260
 
@@ -354,10 +266,6 @@ export interface ContentReference {
354
266
 
355
267
  contentId?: string;
356
268
  }
357
- export declare namespace ContentReference {
358
-
359
- const filterSensitiveLog: (obj: ContentReference) => any;
360
- }
361
269
 
362
270
  export interface Highlight {
363
271
 
@@ -365,10 +273,6 @@ export interface Highlight {
365
273
 
366
274
  endOffsetExclusive?: number;
367
275
  }
368
- export declare namespace Highlight {
369
-
370
- const filterSensitiveLog: (obj: Highlight) => any;
371
- }
372
276
 
373
277
  export interface DocumentText {
374
278
 
@@ -376,10 +280,6 @@ export interface DocumentText {
376
280
 
377
281
  highlights?: Highlight[];
378
282
  }
379
- export declare namespace DocumentText {
380
-
381
- const filterSensitiveLog: (obj: DocumentText) => any;
382
- }
383
283
 
384
284
  export interface Document {
385
285
 
@@ -389,10 +289,6 @@ export interface Document {
389
289
 
390
290
  excerpt?: DocumentText;
391
291
  }
392
- export declare namespace Document {
393
-
394
- const filterSensitiveLog: (obj: Document) => any;
395
- }
396
292
  export declare enum RelevanceLevel {
397
293
  HIGH = "HIGH",
398
294
  LOW = "LOW",
@@ -414,19 +310,11 @@ export interface RecommendationData {
414
310
 
415
311
  type?: RecommendationType | string;
416
312
  }
417
- export declare namespace RecommendationData {
418
-
419
- const filterSensitiveLog: (obj: RecommendationData) => any;
420
- }
421
313
 
422
314
  export interface QueryRecommendationTriggerData {
423
315
 
424
316
  text?: string;
425
317
  }
426
- export declare namespace QueryRecommendationTriggerData {
427
-
428
- const filterSensitiveLog: (obj: QueryRecommendationTriggerData) => any;
429
- }
430
318
 
431
319
  export declare type RecommendationTriggerData = RecommendationTriggerData.QueryMember | RecommendationTriggerData.$UnknownMember;
432
320
  export declare namespace RecommendationTriggerData {
@@ -447,8 +335,6 @@ export declare namespace RecommendationTriggerData {
447
335
  _: (name: string, value: any) => T;
448
336
  }
449
337
  const visit: <T>(value: RecommendationTriggerData, visitor: Visitor<T>) => T;
450
-
451
- const filterSensitiveLog: (obj: RecommendationTriggerData) => any;
452
338
  }
453
339
  export declare enum RecommendationSourceType {
454
340
  ISSUE_DETECTION = "ISSUE_DETECTION",
@@ -471,30 +357,18 @@ export interface RecommendationTrigger {
471
357
 
472
358
  recommendationIds: string[] | undefined;
473
359
  }
474
- export declare namespace RecommendationTrigger {
475
-
476
- const filterSensitiveLog: (obj: RecommendationTrigger) => any;
477
- }
478
360
  export interface GetRecommendationsResponse {
479
361
 
480
362
  recommendations: RecommendationData[] | undefined;
481
363
 
482
364
  triggers?: RecommendationTrigger[];
483
365
  }
484
- export declare namespace GetRecommendationsResponse {
485
-
486
- const filterSensitiveLog: (obj: GetRecommendationsResponse) => any;
487
- }
488
366
  export interface ListAssistantsRequest {
489
367
 
490
368
  nextToken?: string;
491
369
 
492
370
  maxResults?: number;
493
371
  }
494
- export declare namespace ListAssistantsRequest {
495
-
496
- const filterSensitiveLog: (obj: ListAssistantsRequest) => any;
497
- }
498
372
 
499
373
  export interface AssistantSummary {
500
374
 
@@ -514,20 +388,12 @@ export interface AssistantSummary {
514
388
 
515
389
  serverSideEncryptionConfiguration?: ServerSideEncryptionConfiguration;
516
390
  }
517
- export declare namespace AssistantSummary {
518
-
519
- const filterSensitiveLog: (obj: AssistantSummary) => any;
520
- }
521
391
  export interface ListAssistantsResponse {
522
392
 
523
393
  assistantSummaries: AssistantSummary[] | undefined;
524
394
 
525
395
  nextToken?: string;
526
396
  }
527
- export declare namespace ListAssistantsResponse {
528
-
529
- const filterSensitiveLog: (obj: ListAssistantsResponse) => any;
530
- }
531
397
  export interface NotifyRecommendationsReceivedRequest {
532
398
 
533
399
  assistantId: string | undefined;
@@ -536,10 +402,6 @@ export interface NotifyRecommendationsReceivedRequest {
536
402
 
537
403
  recommendationIds: string[] | undefined;
538
404
  }
539
- export declare namespace NotifyRecommendationsReceivedRequest {
540
-
541
- const filterSensitiveLog: (obj: NotifyRecommendationsReceivedRequest) => any;
542
- }
543
405
 
544
406
  export interface NotifyRecommendationsReceivedError {
545
407
 
@@ -547,20 +409,12 @@ export interface NotifyRecommendationsReceivedError {
547
409
 
548
410
  message?: string;
549
411
  }
550
- export declare namespace NotifyRecommendationsReceivedError {
551
-
552
- const filterSensitiveLog: (obj: NotifyRecommendationsReceivedError) => any;
553
- }
554
412
  export interface NotifyRecommendationsReceivedResponse {
555
413
 
556
414
  recommendationIds?: string[];
557
415
 
558
416
  errors?: NotifyRecommendationsReceivedError[];
559
417
  }
560
- export declare namespace NotifyRecommendationsReceivedResponse {
561
-
562
- const filterSensitiveLog: (obj: NotifyRecommendationsReceivedResponse) => any;
563
- }
564
418
  export interface QueryAssistantRequest {
565
419
 
566
420
  assistantId: string | undefined;
@@ -571,10 +425,6 @@ export interface QueryAssistantRequest {
571
425
 
572
426
  maxResults?: number;
573
427
  }
574
- export declare namespace QueryAssistantRequest {
575
-
576
- const filterSensitiveLog: (obj: QueryAssistantRequest) => any;
577
- }
578
428
 
579
429
  export interface ResultData {
580
430
 
@@ -584,20 +434,12 @@ export interface ResultData {
584
434
 
585
435
  relevanceScore?: number;
586
436
  }
587
- export declare namespace ResultData {
588
-
589
- const filterSensitiveLog: (obj: ResultData) => any;
590
- }
591
437
  export interface QueryAssistantResponse {
592
438
 
593
439
  results: ResultData[] | undefined;
594
440
 
595
441
  nextToken?: string;
596
442
  }
597
- export declare namespace QueryAssistantResponse {
598
-
599
- const filterSensitiveLog: (obj: QueryAssistantResponse) => any;
600
- }
601
443
  export declare enum FilterField {
602
444
  NAME = "NAME"
603
445
  }
@@ -613,19 +455,11 @@ export interface Filter {
613
455
 
614
456
  value: string | undefined;
615
457
  }
616
- export declare namespace Filter {
617
-
618
- const filterSensitiveLog: (obj: Filter) => any;
619
- }
620
458
 
621
459
  export interface SearchExpression {
622
460
 
623
461
  filters: Filter[] | undefined;
624
462
  }
625
- export declare namespace SearchExpression {
626
-
627
- const filterSensitiveLog: (obj: SearchExpression) => any;
628
- }
629
463
  export interface SearchSessionsRequest {
630
464
 
631
465
  nextToken?: string;
@@ -636,10 +470,6 @@ export interface SearchSessionsRequest {
636
470
 
637
471
  searchExpression: SearchExpression | undefined;
638
472
  }
639
- export declare namespace SearchSessionsRequest {
640
-
641
- const filterSensitiveLog: (obj: SearchSessionsRequest) => any;
642
- }
643
473
 
644
474
  export interface SessionSummary {
645
475
 
@@ -651,20 +481,12 @@ export interface SessionSummary {
651
481
 
652
482
  assistantArn: string | undefined;
653
483
  }
654
- export declare namespace SessionSummary {
655
-
656
- const filterSensitiveLog: (obj: SessionSummary) => any;
657
- }
658
484
  export interface SearchSessionsResponse {
659
485
 
660
486
  sessionSummaries: SessionSummary[] | undefined;
661
487
 
662
488
  nextToken?: string;
663
489
  }
664
- export declare namespace SearchSessionsResponse {
665
-
666
- const filterSensitiveLog: (obj: SearchSessionsResponse) => any;
667
- }
668
490
  export interface CreateSessionRequest {
669
491
 
670
492
  clientToken?: string;
@@ -677,10 +499,6 @@ export interface CreateSessionRequest {
677
499
 
678
500
  tags?: Record<string, string>;
679
501
  }
680
- export declare namespace CreateSessionRequest {
681
-
682
- const filterSensitiveLog: (obj: CreateSessionRequest) => any;
683
- }
684
502
 
685
503
  export interface SessionData {
686
504
 
@@ -694,36 +512,20 @@ export interface SessionData {
694
512
 
695
513
  tags?: Record<string, string>;
696
514
  }
697
- export declare namespace SessionData {
698
-
699
- const filterSensitiveLog: (obj: SessionData) => any;
700
- }
701
515
  export interface CreateSessionResponse {
702
516
 
703
517
  session?: SessionData;
704
518
  }
705
- export declare namespace CreateSessionResponse {
706
-
707
- const filterSensitiveLog: (obj: CreateSessionResponse) => any;
708
- }
709
519
  export interface GetSessionRequest {
710
520
 
711
521
  assistantId: string | undefined;
712
522
 
713
523
  sessionId: string | undefined;
714
524
  }
715
- export declare namespace GetSessionRequest {
716
-
717
- const filterSensitiveLog: (obj: GetSessionRequest) => any;
718
- }
719
525
  export interface GetSessionResponse {
720
526
 
721
527
  session?: SessionData;
722
528
  }
723
- export declare namespace GetSessionResponse {
724
-
725
- const filterSensitiveLog: (obj: GetSessionResponse) => any;
726
- }
727
529
  export interface CreateContentRequest {
728
530
 
729
531
  knowledgeBaseId: string | undefined;
@@ -742,10 +544,6 @@ export interface CreateContentRequest {
742
544
 
743
545
  tags?: Record<string, string>;
744
546
  }
745
- export declare namespace CreateContentRequest {
746
-
747
- const filterSensitiveLog: (obj: CreateContentRequest) => any;
748
- }
749
547
  export declare enum ContentStatus {
750
548
  ACTIVE = "ACTIVE",
751
549
  CREATE_FAILED = "CREATE_FAILED",
@@ -786,62 +584,34 @@ export interface ContentData {
786
584
 
787
585
  urlExpiry: Date | undefined;
788
586
  }
789
- export declare namespace ContentData {
790
-
791
- const filterSensitiveLog: (obj: ContentData) => any;
792
- }
793
587
  export interface CreateContentResponse {
794
588
 
795
589
  content?: ContentData;
796
590
  }
797
- export declare namespace CreateContentResponse {
798
-
799
- const filterSensitiveLog: (obj: CreateContentResponse) => any;
800
- }
801
591
  export interface DeleteContentRequest {
802
592
 
803
593
  knowledgeBaseId: string | undefined;
804
594
 
805
595
  contentId: string | undefined;
806
596
  }
807
- export declare namespace DeleteContentRequest {
808
-
809
- const filterSensitiveLog: (obj: DeleteContentRequest) => any;
810
- }
811
597
  export interface DeleteContentResponse {
812
598
  }
813
- export declare namespace DeleteContentResponse {
814
-
815
- const filterSensitiveLog: (obj: DeleteContentResponse) => any;
816
- }
817
599
  export interface GetContentRequest {
818
600
 
819
601
  contentId: string | undefined;
820
602
 
821
603
  knowledgeBaseId: string | undefined;
822
604
  }
823
- export declare namespace GetContentRequest {
824
-
825
- const filterSensitiveLog: (obj: GetContentRequest) => any;
826
- }
827
605
  export interface GetContentResponse {
828
606
 
829
607
  content?: ContentData;
830
608
  }
831
- export declare namespace GetContentResponse {
832
-
833
- const filterSensitiveLog: (obj: GetContentResponse) => any;
834
- }
835
609
  export interface GetContentSummaryRequest {
836
610
 
837
611
  contentId: string | undefined;
838
612
 
839
613
  knowledgeBaseId: string | undefined;
840
614
  }
841
- export declare namespace GetContentSummaryRequest {
842
-
843
- const filterSensitiveLog: (obj: GetContentSummaryRequest) => any;
844
- }
845
615
 
846
616
  export interface ContentSummary {
847
617
 
@@ -867,18 +637,10 @@ export interface ContentSummary {
867
637
 
868
638
  tags?: Record<string, string>;
869
639
  }
870
- export declare namespace ContentSummary {
871
-
872
- const filterSensitiveLog: (obj: ContentSummary) => any;
873
- }
874
640
  export interface GetContentSummaryResponse {
875
641
 
876
642
  contentSummary?: ContentSummary;
877
643
  }
878
- export declare namespace GetContentSummaryResponse {
879
-
880
- const filterSensitiveLog: (obj: GetContentSummaryResponse) => any;
881
- }
882
644
  export interface ListContentsRequest {
883
645
 
884
646
  nextToken?: string;
@@ -887,20 +649,12 @@ export interface ListContentsRequest {
887
649
 
888
650
  knowledgeBaseId: string | undefined;
889
651
  }
890
- export declare namespace ListContentsRequest {
891
-
892
- const filterSensitiveLog: (obj: ListContentsRequest) => any;
893
- }
894
652
  export interface ListContentsResponse {
895
653
 
896
654
  contentSummaries: ContentSummary[] | undefined;
897
655
 
898
656
  nextToken?: string;
899
657
  }
900
- export declare namespace ListContentsResponse {
901
-
902
- const filterSensitiveLog: (obj: ListContentsResponse) => any;
903
- }
904
658
 
905
659
  export declare class PreconditionFailedException extends __BaseException {
906
660
  readonly name: "PreconditionFailedException";
@@ -926,18 +680,10 @@ export interface UpdateContentRequest {
926
680
 
927
681
  uploadId?: string;
928
682
  }
929
- export declare namespace UpdateContentRequest {
930
-
931
- const filterSensitiveLog: (obj: UpdateContentRequest) => any;
932
- }
933
683
  export interface UpdateContentResponse {
934
684
 
935
685
  content?: ContentData;
936
686
  }
937
- export declare namespace UpdateContentResponse {
938
-
939
- const filterSensitiveLog: (obj: UpdateContentResponse) => any;
940
- }
941
687
  export declare enum KnowledgeBaseType {
942
688
  CUSTOM = "CUSTOM",
943
689
  EXTERNAL = "EXTERNAL"
@@ -947,10 +693,6 @@ export interface RenderingConfiguration {
947
693
 
948
694
  templateUri?: string;
949
695
  }
950
- export declare namespace RenderingConfiguration {
951
-
952
- const filterSensitiveLog: (obj: RenderingConfiguration) => any;
953
- }
954
696
 
955
697
  export declare type SourceConfiguration = SourceConfiguration.AppIntegrationsMember | SourceConfiguration.$UnknownMember;
956
698
  export declare namespace SourceConfiguration {
@@ -971,8 +713,6 @@ export declare namespace SourceConfiguration {
971
713
  _: (name: string, value: any) => T;
972
714
  }
973
715
  const visit: <T>(value: SourceConfiguration, visitor: Visitor<T>) => T;
974
-
975
- const filterSensitiveLog: (obj: SourceConfiguration) => any;
976
716
  }
977
717
  export interface CreateKnowledgeBaseRequest {
978
718
 
@@ -992,10 +732,6 @@ export interface CreateKnowledgeBaseRequest {
992
732
 
993
733
  tags?: Record<string, string>;
994
734
  }
995
- export declare namespace CreateKnowledgeBaseRequest {
996
-
997
- const filterSensitiveLog: (obj: CreateKnowledgeBaseRequest) => any;
998
- }
999
735
  export declare enum KnowledgeBaseStatus {
1000
736
  ACTIVE = "ACTIVE",
1001
737
  CREATE_FAILED = "CREATE_FAILED",
@@ -1029,58 +765,30 @@ export interface KnowledgeBaseData {
1029
765
 
1030
766
  tags?: Record<string, string>;
1031
767
  }
1032
- export declare namespace KnowledgeBaseData {
1033
-
1034
- const filterSensitiveLog: (obj: KnowledgeBaseData) => any;
1035
- }
1036
768
  export interface CreateKnowledgeBaseResponse {
1037
769
 
1038
770
  knowledgeBase?: KnowledgeBaseData;
1039
771
  }
1040
- export declare namespace CreateKnowledgeBaseResponse {
1041
-
1042
- const filterSensitiveLog: (obj: CreateKnowledgeBaseResponse) => any;
1043
- }
1044
772
  export interface DeleteKnowledgeBaseRequest {
1045
773
 
1046
774
  knowledgeBaseId: string | undefined;
1047
775
  }
1048
- export declare namespace DeleteKnowledgeBaseRequest {
1049
-
1050
- const filterSensitiveLog: (obj: DeleteKnowledgeBaseRequest) => any;
1051
- }
1052
776
  export interface DeleteKnowledgeBaseResponse {
1053
777
  }
1054
- export declare namespace DeleteKnowledgeBaseResponse {
1055
-
1056
- const filterSensitiveLog: (obj: DeleteKnowledgeBaseResponse) => any;
1057
- }
1058
778
  export interface GetKnowledgeBaseRequest {
1059
779
 
1060
780
  knowledgeBaseId: string | undefined;
1061
781
  }
1062
- export declare namespace GetKnowledgeBaseRequest {
1063
-
1064
- const filterSensitiveLog: (obj: GetKnowledgeBaseRequest) => any;
1065
- }
1066
782
  export interface GetKnowledgeBaseResponse {
1067
783
 
1068
784
  knowledgeBase?: KnowledgeBaseData;
1069
785
  }
1070
- export declare namespace GetKnowledgeBaseResponse {
1071
-
1072
- const filterSensitiveLog: (obj: GetKnowledgeBaseResponse) => any;
1073
- }
1074
786
  export interface ListKnowledgeBasesRequest {
1075
787
 
1076
788
  nextToken?: string;
1077
789
 
1078
790
  maxResults?: number;
1079
791
  }
1080
- export declare namespace ListKnowledgeBasesRequest {
1081
-
1082
- const filterSensitiveLog: (obj: ListKnowledgeBasesRequest) => any;
1083
- }
1084
792
 
1085
793
  export interface KnowledgeBaseSummary {
1086
794
 
@@ -1104,34 +812,18 @@ export interface KnowledgeBaseSummary {
1104
812
 
1105
813
  tags?: Record<string, string>;
1106
814
  }
1107
- export declare namespace KnowledgeBaseSummary {
1108
-
1109
- const filterSensitiveLog: (obj: KnowledgeBaseSummary) => any;
1110
- }
1111
815
  export interface ListKnowledgeBasesResponse {
1112
816
 
1113
817
  knowledgeBaseSummaries: KnowledgeBaseSummary[] | undefined;
1114
818
 
1115
819
  nextToken?: string;
1116
820
  }
1117
- export declare namespace ListKnowledgeBasesResponse {
1118
-
1119
- const filterSensitiveLog: (obj: ListKnowledgeBasesResponse) => any;
1120
- }
1121
821
  export interface RemoveKnowledgeBaseTemplateUriRequest {
1122
822
 
1123
823
  knowledgeBaseId: string | undefined;
1124
824
  }
1125
- export declare namespace RemoveKnowledgeBaseTemplateUriRequest {
1126
-
1127
- const filterSensitiveLog: (obj: RemoveKnowledgeBaseTemplateUriRequest) => any;
1128
- }
1129
825
  export interface RemoveKnowledgeBaseTemplateUriResponse {
1130
826
  }
1131
- export declare namespace RemoveKnowledgeBaseTemplateUriResponse {
1132
-
1133
- const filterSensitiveLog: (obj: RemoveKnowledgeBaseTemplateUriResponse) => any;
1134
- }
1135
827
  export interface SearchContentRequest {
1136
828
 
1137
829
  nextToken?: string;
@@ -1142,30 +834,18 @@ export interface SearchContentRequest {
1142
834
 
1143
835
  searchExpression: SearchExpression | undefined;
1144
836
  }
1145
- export declare namespace SearchContentRequest {
1146
-
1147
- const filterSensitiveLog: (obj: SearchContentRequest) => any;
1148
- }
1149
837
  export interface SearchContentResponse {
1150
838
 
1151
839
  contentSummaries: ContentSummary[] | undefined;
1152
840
 
1153
841
  nextToken?: string;
1154
842
  }
1155
- export declare namespace SearchContentResponse {
1156
-
1157
- const filterSensitiveLog: (obj: SearchContentResponse) => any;
1158
- }
1159
843
  export interface StartContentUploadRequest {
1160
844
 
1161
845
  knowledgeBaseId: string | undefined;
1162
846
 
1163
847
  contentType: string | undefined;
1164
848
  }
1165
- export declare namespace StartContentUploadRequest {
1166
-
1167
- const filterSensitiveLog: (obj: StartContentUploadRequest) => any;
1168
- }
1169
849
  export interface StartContentUploadResponse {
1170
850
 
1171
851
  uploadId: string | undefined;
@@ -1176,60 +856,32 @@ export interface StartContentUploadResponse {
1176
856
 
1177
857
  headersToInclude: Record<string, string> | undefined;
1178
858
  }
1179
- export declare namespace StartContentUploadResponse {
1180
-
1181
- const filterSensitiveLog: (obj: StartContentUploadResponse) => any;
1182
- }
1183
859
  export interface UpdateKnowledgeBaseTemplateUriRequest {
1184
860
 
1185
861
  knowledgeBaseId: string | undefined;
1186
862
 
1187
863
  templateUri: string | undefined;
1188
864
  }
1189
- export declare namespace UpdateKnowledgeBaseTemplateUriRequest {
1190
-
1191
- const filterSensitiveLog: (obj: UpdateKnowledgeBaseTemplateUriRequest) => any;
1192
- }
1193
865
  export interface UpdateKnowledgeBaseTemplateUriResponse {
1194
866
 
1195
867
  knowledgeBase?: KnowledgeBaseData;
1196
868
  }
1197
- export declare namespace UpdateKnowledgeBaseTemplateUriResponse {
1198
-
1199
- const filterSensitiveLog: (obj: UpdateKnowledgeBaseTemplateUriResponse) => any;
1200
- }
1201
869
  export interface ListTagsForResourceRequest {
1202
870
 
1203
871
  resourceArn: string | undefined;
1204
872
  }
1205
- export declare namespace ListTagsForResourceRequest {
1206
-
1207
- const filterSensitiveLog: (obj: ListTagsForResourceRequest) => any;
1208
- }
1209
873
  export interface ListTagsForResourceResponse {
1210
874
 
1211
875
  tags?: Record<string, string>;
1212
876
  }
1213
- export declare namespace ListTagsForResourceResponse {
1214
-
1215
- const filterSensitiveLog: (obj: ListTagsForResourceResponse) => any;
1216
- }
1217
877
  export interface TagResourceRequest {
1218
878
 
1219
879
  resourceArn: string | undefined;
1220
880
 
1221
881
  tags: Record<string, string> | undefined;
1222
882
  }
1223
- export declare namespace TagResourceRequest {
1224
-
1225
- const filterSensitiveLog: (obj: TagResourceRequest) => any;
1226
- }
1227
883
  export interface TagResourceResponse {
1228
884
  }
1229
- export declare namespace TagResourceResponse {
1230
-
1231
- const filterSensitiveLog: (obj: TagResourceResponse) => any;
1232
- }
1233
885
 
1234
886
  export declare class TooManyTagsException extends __BaseException {
1235
887
  readonly name: "TooManyTagsException";
@@ -1245,13 +897,187 @@ export interface UntagResourceRequest {
1245
897
 
1246
898
  tagKeys: string[] | undefined;
1247
899
  }
1248
- export declare namespace UntagResourceRequest {
1249
-
1250
- const filterSensitiveLog: (obj: UntagResourceRequest) => any;
1251
- }
1252
900
  export interface UntagResourceResponse {
1253
901
  }
1254
- export declare namespace UntagResourceResponse {
1255
-
1256
- const filterSensitiveLog: (obj: UntagResourceResponse) => any;
1257
- }
902
+
903
+ export declare const AppIntegrationsConfigurationFilterSensitiveLog: (obj: AppIntegrationsConfiguration) => any;
904
+
905
+ export declare const AssistantAssociationInputDataFilterSensitiveLog: (obj: AssistantAssociationInputData) => any;
906
+
907
+ export declare const CreateAssistantAssociationRequestFilterSensitiveLog: (obj: CreateAssistantAssociationRequest) => any;
908
+
909
+ export declare const KnowledgeBaseAssociationDataFilterSensitiveLog: (obj: KnowledgeBaseAssociationData) => any;
910
+
911
+ export declare const AssistantAssociationOutputDataFilterSensitiveLog: (obj: AssistantAssociationOutputData) => any;
912
+
913
+ export declare const AssistantAssociationDataFilterSensitiveLog: (obj: AssistantAssociationData) => any;
914
+
915
+ export declare const CreateAssistantAssociationResponseFilterSensitiveLog: (obj: CreateAssistantAssociationResponse) => any;
916
+
917
+ export declare const DeleteAssistantAssociationRequestFilterSensitiveLog: (obj: DeleteAssistantAssociationRequest) => any;
918
+
919
+ export declare const DeleteAssistantAssociationResponseFilterSensitiveLog: (obj: DeleteAssistantAssociationResponse) => any;
920
+
921
+ export declare const GetAssistantAssociationRequestFilterSensitiveLog: (obj: GetAssistantAssociationRequest) => any;
922
+
923
+ export declare const GetAssistantAssociationResponseFilterSensitiveLog: (obj: GetAssistantAssociationResponse) => any;
924
+
925
+ export declare const ListAssistantAssociationsRequestFilterSensitiveLog: (obj: ListAssistantAssociationsRequest) => any;
926
+
927
+ export declare const AssistantAssociationSummaryFilterSensitiveLog: (obj: AssistantAssociationSummary) => any;
928
+
929
+ export declare const ListAssistantAssociationsResponseFilterSensitiveLog: (obj: ListAssistantAssociationsResponse) => any;
930
+
931
+ export declare const ServerSideEncryptionConfigurationFilterSensitiveLog: (obj: ServerSideEncryptionConfiguration) => any;
932
+
933
+ export declare const CreateAssistantRequestFilterSensitiveLog: (obj: CreateAssistantRequest) => any;
934
+
935
+ export declare const AssistantDataFilterSensitiveLog: (obj: AssistantData) => any;
936
+
937
+ export declare const CreateAssistantResponseFilterSensitiveLog: (obj: CreateAssistantResponse) => any;
938
+
939
+ export declare const DeleteAssistantRequestFilterSensitiveLog: (obj: DeleteAssistantRequest) => any;
940
+
941
+ export declare const DeleteAssistantResponseFilterSensitiveLog: (obj: DeleteAssistantResponse) => any;
942
+
943
+ export declare const GetAssistantRequestFilterSensitiveLog: (obj: GetAssistantRequest) => any;
944
+
945
+ export declare const GetAssistantResponseFilterSensitiveLog: (obj: GetAssistantResponse) => any;
946
+
947
+ export declare const GetRecommendationsRequestFilterSensitiveLog: (obj: GetRecommendationsRequest) => any;
948
+
949
+ export declare const ContentReferenceFilterSensitiveLog: (obj: ContentReference) => any;
950
+
951
+ export declare const HighlightFilterSensitiveLog: (obj: Highlight) => any;
952
+
953
+ export declare const DocumentTextFilterSensitiveLog: (obj: DocumentText) => any;
954
+
955
+ export declare const DocumentFilterSensitiveLog: (obj: Document) => any;
956
+
957
+ export declare const RecommendationDataFilterSensitiveLog: (obj: RecommendationData) => any;
958
+
959
+ export declare const QueryRecommendationTriggerDataFilterSensitiveLog: (obj: QueryRecommendationTriggerData) => any;
960
+
961
+ export declare const RecommendationTriggerDataFilterSensitiveLog: (obj: RecommendationTriggerData) => any;
962
+
963
+ export declare const RecommendationTriggerFilterSensitiveLog: (obj: RecommendationTrigger) => any;
964
+
965
+ export declare const GetRecommendationsResponseFilterSensitiveLog: (obj: GetRecommendationsResponse) => any;
966
+
967
+ export declare const ListAssistantsRequestFilterSensitiveLog: (obj: ListAssistantsRequest) => any;
968
+
969
+ export declare const AssistantSummaryFilterSensitiveLog: (obj: AssistantSummary) => any;
970
+
971
+ export declare const ListAssistantsResponseFilterSensitiveLog: (obj: ListAssistantsResponse) => any;
972
+
973
+ export declare const NotifyRecommendationsReceivedRequestFilterSensitiveLog: (obj: NotifyRecommendationsReceivedRequest) => any;
974
+
975
+ export declare const NotifyRecommendationsReceivedErrorFilterSensitiveLog: (obj: NotifyRecommendationsReceivedError) => any;
976
+
977
+ export declare const NotifyRecommendationsReceivedResponseFilterSensitiveLog: (obj: NotifyRecommendationsReceivedResponse) => any;
978
+
979
+ export declare const QueryAssistantRequestFilterSensitiveLog: (obj: QueryAssistantRequest) => any;
980
+
981
+ export declare const ResultDataFilterSensitiveLog: (obj: ResultData) => any;
982
+
983
+ export declare const QueryAssistantResponseFilterSensitiveLog: (obj: QueryAssistantResponse) => any;
984
+
985
+ export declare const FilterFilterSensitiveLog: (obj: Filter) => any;
986
+
987
+ export declare const SearchExpressionFilterSensitiveLog: (obj: SearchExpression) => any;
988
+
989
+ export declare const SearchSessionsRequestFilterSensitiveLog: (obj: SearchSessionsRequest) => any;
990
+
991
+ export declare const SessionSummaryFilterSensitiveLog: (obj: SessionSummary) => any;
992
+
993
+ export declare const SearchSessionsResponseFilterSensitiveLog: (obj: SearchSessionsResponse) => any;
994
+
995
+ export declare const CreateSessionRequestFilterSensitiveLog: (obj: CreateSessionRequest) => any;
996
+
997
+ export declare const SessionDataFilterSensitiveLog: (obj: SessionData) => any;
998
+
999
+ export declare const CreateSessionResponseFilterSensitiveLog: (obj: CreateSessionResponse) => any;
1000
+
1001
+ export declare const GetSessionRequestFilterSensitiveLog: (obj: GetSessionRequest) => any;
1002
+
1003
+ export declare const GetSessionResponseFilterSensitiveLog: (obj: GetSessionResponse) => any;
1004
+
1005
+ export declare const CreateContentRequestFilterSensitiveLog: (obj: CreateContentRequest) => any;
1006
+
1007
+ export declare const ContentDataFilterSensitiveLog: (obj: ContentData) => any;
1008
+
1009
+ export declare const CreateContentResponseFilterSensitiveLog: (obj: CreateContentResponse) => any;
1010
+
1011
+ export declare const DeleteContentRequestFilterSensitiveLog: (obj: DeleteContentRequest) => any;
1012
+
1013
+ export declare const DeleteContentResponseFilterSensitiveLog: (obj: DeleteContentResponse) => any;
1014
+
1015
+ export declare const GetContentRequestFilterSensitiveLog: (obj: GetContentRequest) => any;
1016
+
1017
+ export declare const GetContentResponseFilterSensitiveLog: (obj: GetContentResponse) => any;
1018
+
1019
+ export declare const GetContentSummaryRequestFilterSensitiveLog: (obj: GetContentSummaryRequest) => any;
1020
+
1021
+ export declare const ContentSummaryFilterSensitiveLog: (obj: ContentSummary) => any;
1022
+
1023
+ export declare const GetContentSummaryResponseFilterSensitiveLog: (obj: GetContentSummaryResponse) => any;
1024
+
1025
+ export declare const ListContentsRequestFilterSensitiveLog: (obj: ListContentsRequest) => any;
1026
+
1027
+ export declare const ListContentsResponseFilterSensitiveLog: (obj: ListContentsResponse) => any;
1028
+
1029
+ export declare const UpdateContentRequestFilterSensitiveLog: (obj: UpdateContentRequest) => any;
1030
+
1031
+ export declare const UpdateContentResponseFilterSensitiveLog: (obj: UpdateContentResponse) => any;
1032
+
1033
+ export declare const RenderingConfigurationFilterSensitiveLog: (obj: RenderingConfiguration) => any;
1034
+
1035
+ export declare const SourceConfigurationFilterSensitiveLog: (obj: SourceConfiguration) => any;
1036
+
1037
+ export declare const CreateKnowledgeBaseRequestFilterSensitiveLog: (obj: CreateKnowledgeBaseRequest) => any;
1038
+
1039
+ export declare const KnowledgeBaseDataFilterSensitiveLog: (obj: KnowledgeBaseData) => any;
1040
+
1041
+ export declare const CreateKnowledgeBaseResponseFilterSensitiveLog: (obj: CreateKnowledgeBaseResponse) => any;
1042
+
1043
+ export declare const DeleteKnowledgeBaseRequestFilterSensitiveLog: (obj: DeleteKnowledgeBaseRequest) => any;
1044
+
1045
+ export declare const DeleteKnowledgeBaseResponseFilterSensitiveLog: (obj: DeleteKnowledgeBaseResponse) => any;
1046
+
1047
+ export declare const GetKnowledgeBaseRequestFilterSensitiveLog: (obj: GetKnowledgeBaseRequest) => any;
1048
+
1049
+ export declare const GetKnowledgeBaseResponseFilterSensitiveLog: (obj: GetKnowledgeBaseResponse) => any;
1050
+
1051
+ export declare const ListKnowledgeBasesRequestFilterSensitiveLog: (obj: ListKnowledgeBasesRequest) => any;
1052
+
1053
+ export declare const KnowledgeBaseSummaryFilterSensitiveLog: (obj: KnowledgeBaseSummary) => any;
1054
+
1055
+ export declare const ListKnowledgeBasesResponseFilterSensitiveLog: (obj: ListKnowledgeBasesResponse) => any;
1056
+
1057
+ export declare const RemoveKnowledgeBaseTemplateUriRequestFilterSensitiveLog: (obj: RemoveKnowledgeBaseTemplateUriRequest) => any;
1058
+
1059
+ export declare const RemoveKnowledgeBaseTemplateUriResponseFilterSensitiveLog: (obj: RemoveKnowledgeBaseTemplateUriResponse) => any;
1060
+
1061
+ export declare const SearchContentRequestFilterSensitiveLog: (obj: SearchContentRequest) => any;
1062
+
1063
+ export declare const SearchContentResponseFilterSensitiveLog: (obj: SearchContentResponse) => any;
1064
+
1065
+ export declare const StartContentUploadRequestFilterSensitiveLog: (obj: StartContentUploadRequest) => any;
1066
+
1067
+ export declare const StartContentUploadResponseFilterSensitiveLog: (obj: StartContentUploadResponse) => any;
1068
+
1069
+ export declare const UpdateKnowledgeBaseTemplateUriRequestFilterSensitiveLog: (obj: UpdateKnowledgeBaseTemplateUriRequest) => any;
1070
+
1071
+ export declare const UpdateKnowledgeBaseTemplateUriResponseFilterSensitiveLog: (obj: UpdateKnowledgeBaseTemplateUriResponse) => any;
1072
+
1073
+ export declare const ListTagsForResourceRequestFilterSensitiveLog: (obj: ListTagsForResourceRequest) => any;
1074
+
1075
+ export declare const ListTagsForResourceResponseFilterSensitiveLog: (obj: ListTagsForResourceResponse) => any;
1076
+
1077
+ export declare const TagResourceRequestFilterSensitiveLog: (obj: TagResourceRequest) => any;
1078
+
1079
+ export declare const TagResourceResponseFilterSensitiveLog: (obj: TagResourceResponse) => any;
1080
+
1081
+ export declare const UntagResourceRequestFilterSensitiveLog: (obj: UntagResourceRequest) => any;
1082
+
1083
+ export declare const UntagResourceResponseFilterSensitiveLog: (obj: UntagResourceResponse) => any;