@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
@@ -38,12 +38,6 @@ export interface AppIntegrationsConfiguration {
38
38
  */
39
39
  objectFields: string[] | undefined;
40
40
  }
41
- export declare namespace AppIntegrationsConfiguration {
42
- /**
43
- * @internal
44
- */
45
- const filterSensitiveLog: (obj: AppIntegrationsConfiguration) => any;
46
- }
47
41
  /**
48
42
  * <p>The request could not be processed because of conflict in the current state of the
49
43
  * resource. For example, if you're using a <code>Create</code> API (such as
@@ -79,10 +73,6 @@ export declare namespace AssistantAssociationInputData {
79
73
  _: (name: string, value: any) => T;
80
74
  }
81
75
  const visit: <T>(value: AssistantAssociationInputData, visitor: Visitor<T>) => T;
82
- /**
83
- * @internal
84
- */
85
- const filterSensitiveLog: (obj: AssistantAssociationInputData) => any;
86
76
  }
87
77
  export declare enum AssociationType {
88
78
  KNOWLEDGE_BASE = "KNOWLEDGE_BASE"
@@ -110,12 +100,6 @@ export interface CreateAssistantAssociationRequest {
110
100
  */
111
101
  tags?: Record<string, string>;
112
102
  }
113
- export declare namespace CreateAssistantAssociationRequest {
114
- /**
115
- * @internal
116
- */
117
- const filterSensitiveLog: (obj: CreateAssistantAssociationRequest) => any;
118
- }
119
103
  /**
120
104
  * <p>Association information about the knowledge base.</p>
121
105
  */
@@ -129,12 +113,6 @@ export interface KnowledgeBaseAssociationData {
129
113
  */
130
114
  knowledgeBaseArn?: string;
131
115
  }
132
- export declare namespace KnowledgeBaseAssociationData {
133
- /**
134
- * @internal
135
- */
136
- const filterSensitiveLog: (obj: KnowledgeBaseAssociationData) => any;
137
- }
138
116
  /**
139
117
  * <p>The data that is output as a result of the assistant association.</p>
140
118
  */
@@ -156,10 +134,6 @@ export declare namespace AssistantAssociationOutputData {
156
134
  _: (name: string, value: any) => T;
157
135
  }
158
136
  const visit: <T>(value: AssistantAssociationOutputData, visitor: Visitor<T>) => T;
159
- /**
160
- * @internal
161
- */
162
- const filterSensitiveLog: (obj: AssistantAssociationOutputData) => any;
163
137
  }
164
138
  /**
165
139
  * <p>Information about the assistant association.</p>
@@ -194,24 +168,12 @@ export interface AssistantAssociationData {
194
168
  */
195
169
  tags?: Record<string, string>;
196
170
  }
197
- export declare namespace AssistantAssociationData {
198
- /**
199
- * @internal
200
- */
201
- const filterSensitiveLog: (obj: AssistantAssociationData) => any;
202
- }
203
171
  export interface CreateAssistantAssociationResponse {
204
172
  /**
205
173
  * <p>The assistant association.</p>
206
174
  */
207
175
  assistantAssociation?: AssistantAssociationData;
208
176
  }
209
- export declare namespace CreateAssistantAssociationResponse {
210
- /**
211
- * @internal
212
- */
213
- const filterSensitiveLog: (obj: CreateAssistantAssociationResponse) => any;
214
- }
215
177
  /**
216
178
  * <p>The specified resource does not exist.</p>
217
179
  */
@@ -260,20 +222,8 @@ export interface DeleteAssistantAssociationRequest {
260
222
  */
261
223
  assistantId: string | undefined;
262
224
  }
263
- export declare namespace DeleteAssistantAssociationRequest {
264
- /**
265
- * @internal
266
- */
267
- const filterSensitiveLog: (obj: DeleteAssistantAssociationRequest) => any;
268
- }
269
225
  export interface DeleteAssistantAssociationResponse {
270
226
  }
271
- export declare namespace DeleteAssistantAssociationResponse {
272
- /**
273
- * @internal
274
- */
275
- const filterSensitiveLog: (obj: DeleteAssistantAssociationResponse) => any;
276
- }
277
227
  export interface GetAssistantAssociationRequest {
278
228
  /**
279
229
  * <p>The identifier of the assistant association. Can be either the ID or the ARN. URLs cannot contain the ARN.</p>
@@ -284,24 +234,12 @@ export interface GetAssistantAssociationRequest {
284
234
  */
285
235
  assistantId: string | undefined;
286
236
  }
287
- export declare namespace GetAssistantAssociationRequest {
288
- /**
289
- * @internal
290
- */
291
- const filterSensitiveLog: (obj: GetAssistantAssociationRequest) => any;
292
- }
293
237
  export interface GetAssistantAssociationResponse {
294
238
  /**
295
239
  * <p>The assistant association.</p>
296
240
  */
297
241
  assistantAssociation?: AssistantAssociationData;
298
242
  }
299
- export declare namespace GetAssistantAssociationResponse {
300
- /**
301
- * @internal
302
- */
303
- const filterSensitiveLog: (obj: GetAssistantAssociationResponse) => any;
304
- }
305
243
  export interface ListAssistantAssociationsRequest {
306
244
  /**
307
245
  * <p>The token for the next set of results. Use the value returned in the previous
@@ -317,12 +255,6 @@ export interface ListAssistantAssociationsRequest {
317
255
  */
318
256
  assistantId: string | undefined;
319
257
  }
320
- export declare namespace ListAssistantAssociationsRequest {
321
- /**
322
- * @internal
323
- */
324
- const filterSensitiveLog: (obj: ListAssistantAssociationsRequest) => any;
325
- }
326
258
  /**
327
259
  * <p>Summary information about the assistant association.</p>
328
260
  */
@@ -356,12 +288,6 @@ export interface AssistantAssociationSummary {
356
288
  */
357
289
  tags?: Record<string, string>;
358
290
  }
359
- export declare namespace AssistantAssociationSummary {
360
- /**
361
- * @internal
362
- */
363
- const filterSensitiveLog: (obj: AssistantAssociationSummary) => any;
364
- }
365
291
  export interface ListAssistantAssociationsResponse {
366
292
  /**
367
293
  * <p>Summary information about assistant associations.</p>
@@ -372,12 +298,6 @@ export interface ListAssistantAssociationsResponse {
372
298
  */
373
299
  nextToken?: string;
374
300
  }
375
- export declare namespace ListAssistantAssociationsResponse {
376
- /**
377
- * @internal
378
- */
379
- const filterSensitiveLog: (obj: ListAssistantAssociationsResponse) => any;
380
- }
381
301
  /**
382
302
  * <p>The KMS key used for encryption.</p>
383
303
  */
@@ -387,12 +307,6 @@ export interface ServerSideEncryptionConfiguration {
387
307
  */
388
308
  kmsKeyId?: string;
389
309
  }
390
- export declare namespace ServerSideEncryptionConfiguration {
391
- /**
392
- * @internal
393
- */
394
- const filterSensitiveLog: (obj: ServerSideEncryptionConfiguration) => any;
395
- }
396
310
  export declare enum AssistantType {
397
311
  AGENT = "AGENT"
398
312
  }
@@ -423,12 +337,6 @@ export interface CreateAssistantRequest {
423
337
  */
424
338
  serverSideEncryptionConfiguration?: ServerSideEncryptionConfiguration;
425
339
  }
426
- export declare namespace CreateAssistantRequest {
427
- /**
428
- * @internal
429
- */
430
- const filterSensitiveLog: (obj: CreateAssistantRequest) => any;
431
- }
432
340
  export declare enum AssistantStatus {
433
341
  ACTIVE = "ACTIVE",
434
342
  CREATE_FAILED = "CREATE_FAILED",
@@ -474,68 +382,32 @@ export interface AssistantData {
474
382
  */
475
383
  serverSideEncryptionConfiguration?: ServerSideEncryptionConfiguration;
476
384
  }
477
- export declare namespace AssistantData {
478
- /**
479
- * @internal
480
- */
481
- const filterSensitiveLog: (obj: AssistantData) => any;
482
- }
483
385
  export interface CreateAssistantResponse {
484
386
  /**
485
387
  * <p>Information about the assistant.</p>
486
388
  */
487
389
  assistant?: AssistantData;
488
390
  }
489
- export declare namespace CreateAssistantResponse {
490
- /**
491
- * @internal
492
- */
493
- const filterSensitiveLog: (obj: CreateAssistantResponse) => any;
494
- }
495
391
  export interface DeleteAssistantRequest {
496
392
  /**
497
393
  * <p>The identifier of the Wisdom assistant. Can be either the ID or the ARN. URLs cannot contain the ARN.</p>
498
394
  */
499
395
  assistantId: string | undefined;
500
396
  }
501
- export declare namespace DeleteAssistantRequest {
502
- /**
503
- * @internal
504
- */
505
- const filterSensitiveLog: (obj: DeleteAssistantRequest) => any;
506
- }
507
397
  export interface DeleteAssistantResponse {
508
398
  }
509
- export declare namespace DeleteAssistantResponse {
510
- /**
511
- * @internal
512
- */
513
- const filterSensitiveLog: (obj: DeleteAssistantResponse) => any;
514
- }
515
399
  export interface GetAssistantRequest {
516
400
  /**
517
401
  * <p>The identifier of the Wisdom assistant. Can be either the ID or the ARN. URLs cannot contain the ARN.</p>
518
402
  */
519
403
  assistantId: string | undefined;
520
404
  }
521
- export declare namespace GetAssistantRequest {
522
- /**
523
- * @internal
524
- */
525
- const filterSensitiveLog: (obj: GetAssistantRequest) => any;
526
- }
527
405
  export interface GetAssistantResponse {
528
406
  /**
529
407
  * <p>Information about the assistant.</p>
530
408
  */
531
409
  assistant?: AssistantData;
532
410
  }
533
- export declare namespace GetAssistantResponse {
534
- /**
535
- * @internal
536
- */
537
- const filterSensitiveLog: (obj: GetAssistantResponse) => any;
538
- }
539
411
  export interface GetRecommendationsRequest {
540
412
  /**
541
413
  * <p>The identifier of the Wisdom assistant. Can be either the ID or the ARN. URLs cannot contain the ARN.</p>
@@ -557,12 +429,6 @@ export interface GetRecommendationsRequest {
557
429
  */
558
430
  waitTimeSeconds?: number;
559
431
  }
560
- export declare namespace GetRecommendationsRequest {
561
- /**
562
- * @internal
563
- */
564
- const filterSensitiveLog: (obj: GetRecommendationsRequest) => any;
565
- }
566
432
  /**
567
433
  * <p>Reference information about the content.</p>
568
434
  */
@@ -584,12 +450,6 @@ export interface ContentReference {
584
450
  */
585
451
  contentId?: string;
586
452
  }
587
- export declare namespace ContentReference {
588
- /**
589
- * @internal
590
- */
591
- const filterSensitiveLog: (obj: ContentReference) => any;
592
- }
593
453
  /**
594
454
  * <p>Offset specification to describe highlighting of document excerpts for rendering search
595
455
  * results and recommendations.</p>
@@ -604,12 +464,6 @@ export interface Highlight {
604
464
  */
605
465
  endOffsetExclusive?: number;
606
466
  }
607
- export declare namespace Highlight {
608
- /**
609
- * @internal
610
- */
611
- const filterSensitiveLog: (obj: Highlight) => any;
612
- }
613
467
  /**
614
468
  * <p>The text of the document.</p>
615
469
  */
@@ -623,12 +477,6 @@ export interface DocumentText {
623
477
  */
624
478
  highlights?: Highlight[];
625
479
  }
626
- export declare namespace DocumentText {
627
- /**
628
- * @internal
629
- */
630
- const filterSensitiveLog: (obj: DocumentText) => any;
631
- }
632
480
  /**
633
481
  * <p>The document.</p>
634
482
  */
@@ -646,12 +494,6 @@ export interface Document {
646
494
  */
647
495
  excerpt?: DocumentText;
648
496
  }
649
- export declare namespace Document {
650
- /**
651
- * @internal
652
- */
653
- const filterSensitiveLog: (obj: Document) => any;
654
- }
655
497
  export declare enum RelevanceLevel {
656
498
  HIGH = "HIGH",
657
499
  LOW = "LOW",
@@ -685,12 +527,6 @@ export interface RecommendationData {
685
527
  */
686
528
  type?: RecommendationType | string;
687
529
  }
688
- export declare namespace RecommendationData {
689
- /**
690
- * @internal
691
- */
692
- const filterSensitiveLog: (obj: RecommendationData) => any;
693
- }
694
530
  /**
695
531
  * <p>Data associated with the QUERY RecommendationTriggerType.</p>
696
532
  */
@@ -700,12 +536,6 @@ export interface QueryRecommendationTriggerData {
700
536
  */
701
537
  text?: string;
702
538
  }
703
- export declare namespace QueryRecommendationTriggerData {
704
- /**
705
- * @internal
706
- */
707
- const filterSensitiveLog: (obj: QueryRecommendationTriggerData) => any;
708
- }
709
539
  /**
710
540
  * <p>A union type containing information related to the trigger.</p>
711
541
  */
@@ -727,10 +557,6 @@ export declare namespace RecommendationTriggerData {
727
557
  _: (name: string, value: any) => T;
728
558
  }
729
559
  const visit: <T>(value: RecommendationTriggerData, visitor: Visitor<T>) => T;
730
- /**
731
- * @internal
732
- */
733
- const filterSensitiveLog: (obj: RecommendationTriggerData) => any;
734
560
  }
735
561
  export declare enum RecommendationSourceType {
736
562
  ISSUE_DETECTION = "ISSUE_DETECTION",
@@ -776,12 +602,6 @@ export interface RecommendationTrigger {
776
602
  */
777
603
  recommendationIds: string[] | undefined;
778
604
  }
779
- export declare namespace RecommendationTrigger {
780
- /**
781
- * @internal
782
- */
783
- const filterSensitiveLog: (obj: RecommendationTrigger) => any;
784
- }
785
605
  export interface GetRecommendationsResponse {
786
606
  /**
787
607
  * <p>The recommendations.</p>
@@ -792,12 +612,6 @@ export interface GetRecommendationsResponse {
792
612
  */
793
613
  triggers?: RecommendationTrigger[];
794
614
  }
795
- export declare namespace GetRecommendationsResponse {
796
- /**
797
- * @internal
798
- */
799
- const filterSensitiveLog: (obj: GetRecommendationsResponse) => any;
800
- }
801
615
  export interface ListAssistantsRequest {
802
616
  /**
803
617
  * <p>The token for the next set of results. Use the value returned in the previous
@@ -809,12 +623,6 @@ export interface ListAssistantsRequest {
809
623
  */
810
624
  maxResults?: number;
811
625
  }
812
- export declare namespace ListAssistantsRequest {
813
- /**
814
- * @internal
815
- */
816
- const filterSensitiveLog: (obj: ListAssistantsRequest) => any;
817
- }
818
626
  /**
819
627
  * <p>Summary information about the assistant.</p>
820
628
  */
@@ -852,12 +660,6 @@ export interface AssistantSummary {
852
660
  */
853
661
  serverSideEncryptionConfiguration?: ServerSideEncryptionConfiguration;
854
662
  }
855
- export declare namespace AssistantSummary {
856
- /**
857
- * @internal
858
- */
859
- const filterSensitiveLog: (obj: AssistantSummary) => any;
860
- }
861
663
  export interface ListAssistantsResponse {
862
664
  /**
863
665
  * <p>Information about the assistants.</p>
@@ -868,12 +670,6 @@ export interface ListAssistantsResponse {
868
670
  */
869
671
  nextToken?: string;
870
672
  }
871
- export declare namespace ListAssistantsResponse {
872
- /**
873
- * @internal
874
- */
875
- const filterSensitiveLog: (obj: ListAssistantsResponse) => any;
876
- }
877
673
  export interface NotifyRecommendationsReceivedRequest {
878
674
  /**
879
675
  * <p>The identifier of the Wisdom assistant. Can be either the ID or the ARN. URLs cannot contain the ARN.</p>
@@ -888,12 +684,6 @@ export interface NotifyRecommendationsReceivedRequest {
888
684
  */
889
685
  recommendationIds: string[] | undefined;
890
686
  }
891
- export declare namespace NotifyRecommendationsReceivedRequest {
892
- /**
893
- * @internal
894
- */
895
- const filterSensitiveLog: (obj: NotifyRecommendationsReceivedRequest) => any;
896
- }
897
687
  /**
898
688
  * <p>An error occurred when creating a recommendation.</p>
899
689
  */
@@ -907,12 +697,6 @@ export interface NotifyRecommendationsReceivedError {
907
697
  */
908
698
  message?: string;
909
699
  }
910
- export declare namespace NotifyRecommendationsReceivedError {
911
- /**
912
- * @internal
913
- */
914
- const filterSensitiveLog: (obj: NotifyRecommendationsReceivedError) => any;
915
- }
916
700
  export interface NotifyRecommendationsReceivedResponse {
917
701
  /**
918
702
  * <p>The identifiers of the recommendations.</p>
@@ -923,12 +707,6 @@ export interface NotifyRecommendationsReceivedResponse {
923
707
  */
924
708
  errors?: NotifyRecommendationsReceivedError[];
925
709
  }
926
- export declare namespace NotifyRecommendationsReceivedResponse {
927
- /**
928
- * @internal
929
- */
930
- const filterSensitiveLog: (obj: NotifyRecommendationsReceivedResponse) => any;
931
- }
932
710
  export interface QueryAssistantRequest {
933
711
  /**
934
712
  * <p>The identifier of the Wisdom assistant. Can be either the ID or the ARN. URLs cannot contain the ARN.</p>
@@ -948,12 +726,6 @@ export interface QueryAssistantRequest {
948
726
  */
949
727
  maxResults?: number;
950
728
  }
951
- export declare namespace QueryAssistantRequest {
952
- /**
953
- * @internal
954
- */
955
- const filterSensitiveLog: (obj: QueryAssistantRequest) => any;
956
- }
957
729
  /**
958
730
  * <p>Information about the result.</p>
959
731
  */
@@ -971,12 +743,6 @@ export interface ResultData {
971
743
  */
972
744
  relevanceScore?: number;
973
745
  }
974
- export declare namespace ResultData {
975
- /**
976
- * @internal
977
- */
978
- const filterSensitiveLog: (obj: ResultData) => any;
979
- }
980
746
  export interface QueryAssistantResponse {
981
747
  /**
982
748
  * <p>The results of the query.</p>
@@ -987,12 +753,6 @@ export interface QueryAssistantResponse {
987
753
  */
988
754
  nextToken?: string;
989
755
  }
990
- export declare namespace QueryAssistantResponse {
991
- /**
992
- * @internal
993
- */
994
- const filterSensitiveLog: (obj: QueryAssistantResponse) => any;
995
- }
996
756
  export declare enum FilterField {
997
757
  NAME = "NAME"
998
758
  }
@@ -1016,12 +776,6 @@ export interface Filter {
1016
776
  */
1017
777
  value: string | undefined;
1018
778
  }
1019
- export declare namespace Filter {
1020
- /**
1021
- * @internal
1022
- */
1023
- const filterSensitiveLog: (obj: Filter) => any;
1024
- }
1025
779
  /**
1026
780
  * <p>The search expression.</p>
1027
781
  */
@@ -1031,12 +785,6 @@ export interface SearchExpression {
1031
785
  */
1032
786
  filters: Filter[] | undefined;
1033
787
  }
1034
- export declare namespace SearchExpression {
1035
- /**
1036
- * @internal
1037
- */
1038
- const filterSensitiveLog: (obj: SearchExpression) => any;
1039
- }
1040
788
  export interface SearchSessionsRequest {
1041
789
  /**
1042
790
  * <p>The token for the next set of results. Use the value returned in the previous
@@ -1056,12 +804,6 @@ export interface SearchSessionsRequest {
1056
804
  */
1057
805
  searchExpression: SearchExpression | undefined;
1058
806
  }
1059
- export declare namespace SearchSessionsRequest {
1060
- /**
1061
- * @internal
1062
- */
1063
- const filterSensitiveLog: (obj: SearchSessionsRequest) => any;
1064
- }
1065
807
  /**
1066
808
  * <p>Summary information about the session.</p>
1067
809
  */
@@ -1083,12 +825,6 @@ export interface SessionSummary {
1083
825
  */
1084
826
  assistantArn: string | undefined;
1085
827
  }
1086
- export declare namespace SessionSummary {
1087
- /**
1088
- * @internal
1089
- */
1090
- const filterSensitiveLog: (obj: SessionSummary) => any;
1091
- }
1092
828
  export interface SearchSessionsResponse {
1093
829
  /**
1094
830
  * <p>Summary information about the sessions.</p>
@@ -1099,12 +835,6 @@ export interface SearchSessionsResponse {
1099
835
  */
1100
836
  nextToken?: string;
1101
837
  }
1102
- export declare namespace SearchSessionsResponse {
1103
- /**
1104
- * @internal
1105
- */
1106
- const filterSensitiveLog: (obj: SearchSessionsResponse) => any;
1107
- }
1108
838
  export interface CreateSessionRequest {
1109
839
  /**
1110
840
  * <p>A unique, case-sensitive identifier that you provide to ensure the idempotency of the
@@ -1128,12 +858,6 @@ export interface CreateSessionRequest {
1128
858
  */
1129
859
  tags?: Record<string, string>;
1130
860
  }
1131
- export declare namespace CreateSessionRequest {
1132
- /**
1133
- * @internal
1134
- */
1135
- const filterSensitiveLog: (obj: CreateSessionRequest) => any;
1136
- }
1137
861
  /**
1138
862
  * <p>Information about the session.</p>
1139
863
  */
@@ -1159,24 +883,12 @@ export interface SessionData {
1159
883
  */
1160
884
  tags?: Record<string, string>;
1161
885
  }
1162
- export declare namespace SessionData {
1163
- /**
1164
- * @internal
1165
- */
1166
- const filterSensitiveLog: (obj: SessionData) => any;
1167
- }
1168
886
  export interface CreateSessionResponse {
1169
887
  /**
1170
888
  * <p>The session.</p>
1171
889
  */
1172
890
  session?: SessionData;
1173
891
  }
1174
- export declare namespace CreateSessionResponse {
1175
- /**
1176
- * @internal
1177
- */
1178
- const filterSensitiveLog: (obj: CreateSessionResponse) => any;
1179
- }
1180
892
  export interface GetSessionRequest {
1181
893
  /**
1182
894
  * <p>The identifier of the Wisdom assistant. Can be either the ID or the ARN. URLs cannot contain the ARN.</p>
@@ -1187,24 +899,12 @@ export interface GetSessionRequest {
1187
899
  */
1188
900
  sessionId: string | undefined;
1189
901
  }
1190
- export declare namespace GetSessionRequest {
1191
- /**
1192
- * @internal
1193
- */
1194
- const filterSensitiveLog: (obj: GetSessionRequest) => any;
1195
- }
1196
902
  export interface GetSessionResponse {
1197
903
  /**
1198
904
  * <p>The session.</p>
1199
905
  */
1200
906
  session?: SessionData;
1201
907
  }
1202
- export declare namespace GetSessionResponse {
1203
- /**
1204
- * @internal
1205
- */
1206
- const filterSensitiveLog: (obj: GetSessionResponse) => any;
1207
- }
1208
908
  export interface CreateContentRequest {
1209
909
  /**
1210
910
  * <p>The identifier of the knowledge base. Can be either the ID or the ARN. URLs cannot contain the ARN.</p>
@@ -1244,12 +944,6 @@ export interface CreateContentRequest {
1244
944
  */
1245
945
  tags?: Record<string, string>;
1246
946
  }
1247
- export declare namespace CreateContentRequest {
1248
- /**
1249
- * @internal
1250
- */
1251
- const filterSensitiveLog: (obj: CreateContentRequest) => any;
1252
- }
1253
947
  export declare enum ContentStatus {
1254
948
  ACTIVE = "ACTIVE",
1255
949
  CREATE_FAILED = "CREATE_FAILED",
@@ -1321,24 +1015,12 @@ export interface ContentData {
1321
1015
  */
1322
1016
  urlExpiry: Date | undefined;
1323
1017
  }
1324
- export declare namespace ContentData {
1325
- /**
1326
- * @internal
1327
- */
1328
- const filterSensitiveLog: (obj: ContentData) => any;
1329
- }
1330
1018
  export interface CreateContentResponse {
1331
1019
  /**
1332
1020
  * <p>The content.</p>
1333
1021
  */
1334
1022
  content?: ContentData;
1335
1023
  }
1336
- export declare namespace CreateContentResponse {
1337
- /**
1338
- * @internal
1339
- */
1340
- const filterSensitiveLog: (obj: CreateContentResponse) => any;
1341
- }
1342
1024
  export interface DeleteContentRequest {
1343
1025
  /**
1344
1026
  * <p>The identifier of the knowledge base. Can be either the ID or the ARN. URLs cannot contain the ARN.</p>
@@ -1349,20 +1031,8 @@ export interface DeleteContentRequest {
1349
1031
  */
1350
1032
  contentId: string | undefined;
1351
1033
  }
1352
- export declare namespace DeleteContentRequest {
1353
- /**
1354
- * @internal
1355
- */
1356
- const filterSensitiveLog: (obj: DeleteContentRequest) => any;
1357
- }
1358
1034
  export interface DeleteContentResponse {
1359
1035
  }
1360
- export declare namespace DeleteContentResponse {
1361
- /**
1362
- * @internal
1363
- */
1364
- const filterSensitiveLog: (obj: DeleteContentResponse) => any;
1365
- }
1366
1036
  export interface GetContentRequest {
1367
1037
  /**
1368
1038
  * <p>The identifier of the content. Can be either the ID or the ARN. URLs cannot contain the ARN.</p>
@@ -1373,24 +1043,12 @@ export interface GetContentRequest {
1373
1043
  */
1374
1044
  knowledgeBaseId: string | undefined;
1375
1045
  }
1376
- export declare namespace GetContentRequest {
1377
- /**
1378
- * @internal
1379
- */
1380
- const filterSensitiveLog: (obj: GetContentRequest) => any;
1381
- }
1382
1046
  export interface GetContentResponse {
1383
1047
  /**
1384
1048
  * <p>The content.</p>
1385
1049
  */
1386
1050
  content?: ContentData;
1387
1051
  }
1388
- export declare namespace GetContentResponse {
1389
- /**
1390
- * @internal
1391
- */
1392
- const filterSensitiveLog: (obj: GetContentResponse) => any;
1393
- }
1394
1052
  export interface GetContentSummaryRequest {
1395
1053
  /**
1396
1054
  * <p>The identifier of the content. Can be either the ID or the ARN. URLs cannot contain the ARN.</p>
@@ -1401,12 +1059,6 @@ export interface GetContentSummaryRequest {
1401
1059
  */
1402
1060
  knowledgeBaseId: string | undefined;
1403
1061
  }
1404
- export declare namespace GetContentSummaryRequest {
1405
- /**
1406
- * @internal
1407
- */
1408
- const filterSensitiveLog: (obj: GetContentSummaryRequest) => any;
1409
- }
1410
1062
  /**
1411
1063
  * <p>Summary information about the content.</p>
1412
1064
  */
@@ -1457,24 +1109,12 @@ export interface ContentSummary {
1457
1109
  */
1458
1110
  tags?: Record<string, string>;
1459
1111
  }
1460
- export declare namespace ContentSummary {
1461
- /**
1462
- * @internal
1463
- */
1464
- const filterSensitiveLog: (obj: ContentSummary) => any;
1465
- }
1466
1112
  export interface GetContentSummaryResponse {
1467
1113
  /**
1468
1114
  * <p>The content summary.</p>
1469
1115
  */
1470
1116
  contentSummary?: ContentSummary;
1471
1117
  }
1472
- export declare namespace GetContentSummaryResponse {
1473
- /**
1474
- * @internal
1475
- */
1476
- const filterSensitiveLog: (obj: GetContentSummaryResponse) => any;
1477
- }
1478
1118
  export interface ListContentsRequest {
1479
1119
  /**
1480
1120
  * <p>The token for the next set of results. Use the value returned in the previous
@@ -1490,12 +1130,6 @@ export interface ListContentsRequest {
1490
1130
  */
1491
1131
  knowledgeBaseId: string | undefined;
1492
1132
  }
1493
- export declare namespace ListContentsRequest {
1494
- /**
1495
- * @internal
1496
- */
1497
- const filterSensitiveLog: (obj: ListContentsRequest) => any;
1498
- }
1499
1133
  export interface ListContentsResponse {
1500
1134
  /**
1501
1135
  * <p>Information about the content.</p>
@@ -1506,12 +1140,6 @@ export interface ListContentsResponse {
1506
1140
  */
1507
1141
  nextToken?: string;
1508
1142
  }
1509
- export declare namespace ListContentsResponse {
1510
- /**
1511
- * @internal
1512
- */
1513
- const filterSensitiveLog: (obj: ListContentsResponse) => any;
1514
- }
1515
1143
  /**
1516
1144
  * <p>The provided <code>revisionId</code> does not match, indicating the content has been
1517
1145
  * modified since it was last read.</p>
@@ -1567,24 +1195,12 @@ export interface UpdateContentRequest {
1567
1195
  */
1568
1196
  uploadId?: string;
1569
1197
  }
1570
- export declare namespace UpdateContentRequest {
1571
- /**
1572
- * @internal
1573
- */
1574
- const filterSensitiveLog: (obj: UpdateContentRequest) => any;
1575
- }
1576
1198
  export interface UpdateContentResponse {
1577
1199
  /**
1578
1200
  * <p>The content.</p>
1579
1201
  */
1580
1202
  content?: ContentData;
1581
1203
  }
1582
- export declare namespace UpdateContentResponse {
1583
- /**
1584
- * @internal
1585
- */
1586
- const filterSensitiveLog: (obj: UpdateContentResponse) => any;
1587
- }
1588
1204
  export declare enum KnowledgeBaseType {
1589
1205
  CUSTOM = "CUSTOM",
1590
1206
  EXTERNAL = "EXTERNAL"
@@ -1614,12 +1230,6 @@ export interface RenderingConfiguration {
1614
1230
  */
1615
1231
  templateUri?: string;
1616
1232
  }
1617
- export declare namespace RenderingConfiguration {
1618
- /**
1619
- * @internal
1620
- */
1621
- const filterSensitiveLog: (obj: RenderingConfiguration) => any;
1622
- }
1623
1233
  /**
1624
1234
  * <p>Configuration information about the external data source.</p>
1625
1235
  */
@@ -1641,10 +1251,6 @@ export declare namespace SourceConfiguration {
1641
1251
  _: (name: string, value: any) => T;
1642
1252
  }
1643
1253
  const visit: <T>(value: SourceConfiguration, visitor: Visitor<T>) => T;
1644
- /**
1645
- * @internal
1646
- */
1647
- const filterSensitiveLog: (obj: SourceConfiguration) => any;
1648
1254
  }
1649
1255
  export interface CreateKnowledgeBaseRequest {
1650
1256
  /**
@@ -1684,12 +1290,6 @@ export interface CreateKnowledgeBaseRequest {
1684
1290
  */
1685
1291
  tags?: Record<string, string>;
1686
1292
  }
1687
- export declare namespace CreateKnowledgeBaseRequest {
1688
- /**
1689
- * @internal
1690
- */
1691
- const filterSensitiveLog: (obj: CreateKnowledgeBaseRequest) => any;
1692
- }
1693
1293
  export declare enum KnowledgeBaseStatus {
1694
1294
  ACTIVE = "ACTIVE",
1695
1295
  CREATE_FAILED = "CREATE_FAILED",
@@ -1748,68 +1348,32 @@ export interface KnowledgeBaseData {
1748
1348
  */
1749
1349
  tags?: Record<string, string>;
1750
1350
  }
1751
- export declare namespace KnowledgeBaseData {
1752
- /**
1753
- * @internal
1754
- */
1755
- const filterSensitiveLog: (obj: KnowledgeBaseData) => any;
1756
- }
1757
1351
  export interface CreateKnowledgeBaseResponse {
1758
1352
  /**
1759
1353
  * <p>The knowledge base.</p>
1760
1354
  */
1761
1355
  knowledgeBase?: KnowledgeBaseData;
1762
1356
  }
1763
- export declare namespace CreateKnowledgeBaseResponse {
1764
- /**
1765
- * @internal
1766
- */
1767
- const filterSensitiveLog: (obj: CreateKnowledgeBaseResponse) => any;
1768
- }
1769
1357
  export interface DeleteKnowledgeBaseRequest {
1770
1358
  /**
1771
1359
  * <p>The knowledge base to delete content from. Can be either the ID or the ARN. URLs cannot contain the ARN.</p>
1772
1360
  */
1773
1361
  knowledgeBaseId: string | undefined;
1774
1362
  }
1775
- export declare namespace DeleteKnowledgeBaseRequest {
1776
- /**
1777
- * @internal
1778
- */
1779
- const filterSensitiveLog: (obj: DeleteKnowledgeBaseRequest) => any;
1780
- }
1781
1363
  export interface DeleteKnowledgeBaseResponse {
1782
1364
  }
1783
- export declare namespace DeleteKnowledgeBaseResponse {
1784
- /**
1785
- * @internal
1786
- */
1787
- const filterSensitiveLog: (obj: DeleteKnowledgeBaseResponse) => any;
1788
- }
1789
1365
  export interface GetKnowledgeBaseRequest {
1790
1366
  /**
1791
1367
  * <p>The identifier of the knowledge base. Can be either the ID or the ARN. URLs cannot contain the ARN.</p>
1792
1368
  */
1793
1369
  knowledgeBaseId: string | undefined;
1794
1370
  }
1795
- export declare namespace GetKnowledgeBaseRequest {
1796
- /**
1797
- * @internal
1798
- */
1799
- const filterSensitiveLog: (obj: GetKnowledgeBaseRequest) => any;
1800
- }
1801
1371
  export interface GetKnowledgeBaseResponse {
1802
1372
  /**
1803
1373
  * <p>The knowledge base.</p>
1804
1374
  */
1805
1375
  knowledgeBase?: KnowledgeBaseData;
1806
1376
  }
1807
- export declare namespace GetKnowledgeBaseResponse {
1808
- /**
1809
- * @internal
1810
- */
1811
- const filterSensitiveLog: (obj: GetKnowledgeBaseResponse) => any;
1812
- }
1813
1377
  export interface ListKnowledgeBasesRequest {
1814
1378
  /**
1815
1379
  * <p>The token for the next set of results. Use the value returned in the previous
@@ -1821,12 +1385,6 @@ export interface ListKnowledgeBasesRequest {
1821
1385
  */
1822
1386
  maxResults?: number;
1823
1387
  }
1824
- export declare namespace ListKnowledgeBasesRequest {
1825
- /**
1826
- * @internal
1827
- */
1828
- const filterSensitiveLog: (obj: ListKnowledgeBasesRequest) => any;
1829
- }
1830
1388
  /**
1831
1389
  * <p>Summary information about the knowledge base.</p>
1832
1390
  */
@@ -1872,12 +1430,6 @@ export interface KnowledgeBaseSummary {
1872
1430
  */
1873
1431
  tags?: Record<string, string>;
1874
1432
  }
1875
- export declare namespace KnowledgeBaseSummary {
1876
- /**
1877
- * @internal
1878
- */
1879
- const filterSensitiveLog: (obj: KnowledgeBaseSummary) => any;
1880
- }
1881
1433
  export interface ListKnowledgeBasesResponse {
1882
1434
  /**
1883
1435
  * <p>Information about the knowledge bases.</p>
@@ -1888,32 +1440,14 @@ export interface ListKnowledgeBasesResponse {
1888
1440
  */
1889
1441
  nextToken?: string;
1890
1442
  }
1891
- export declare namespace ListKnowledgeBasesResponse {
1892
- /**
1893
- * @internal
1894
- */
1895
- const filterSensitiveLog: (obj: ListKnowledgeBasesResponse) => any;
1896
- }
1897
1443
  export interface RemoveKnowledgeBaseTemplateUriRequest {
1898
1444
  /**
1899
1445
  * <p>The identifier of the knowledge base. Can be either the ID or the ARN. URLs cannot contain the ARN.</p>
1900
1446
  */
1901
1447
  knowledgeBaseId: string | undefined;
1902
1448
  }
1903
- export declare namespace RemoveKnowledgeBaseTemplateUriRequest {
1904
- /**
1905
- * @internal
1906
- */
1907
- const filterSensitiveLog: (obj: RemoveKnowledgeBaseTemplateUriRequest) => any;
1908
- }
1909
1449
  export interface RemoveKnowledgeBaseTemplateUriResponse {
1910
1450
  }
1911
- export declare namespace RemoveKnowledgeBaseTemplateUriResponse {
1912
- /**
1913
- * @internal
1914
- */
1915
- const filterSensitiveLog: (obj: RemoveKnowledgeBaseTemplateUriResponse) => any;
1916
- }
1917
1451
  export interface SearchContentRequest {
1918
1452
  /**
1919
1453
  * <p>The token for the next set of results. Use the value returned in the previous
@@ -1933,12 +1467,6 @@ export interface SearchContentRequest {
1933
1467
  */
1934
1468
  searchExpression: SearchExpression | undefined;
1935
1469
  }
1936
- export declare namespace SearchContentRequest {
1937
- /**
1938
- * @internal
1939
- */
1940
- const filterSensitiveLog: (obj: SearchContentRequest) => any;
1941
- }
1942
1470
  export interface SearchContentResponse {
1943
1471
  /**
1944
1472
  * <p>Summary information about the content.</p>
@@ -1949,12 +1477,6 @@ export interface SearchContentResponse {
1949
1477
  */
1950
1478
  nextToken?: string;
1951
1479
  }
1952
- export declare namespace SearchContentResponse {
1953
- /**
1954
- * @internal
1955
- */
1956
- const filterSensitiveLog: (obj: SearchContentResponse) => any;
1957
- }
1958
1480
  export interface StartContentUploadRequest {
1959
1481
  /**
1960
1482
  * <p>The identifier of the knowledge base. Can be either the ID or the ARN. URLs cannot contain the ARN.</p>
@@ -1965,12 +1487,6 @@ export interface StartContentUploadRequest {
1965
1487
  */
1966
1488
  contentType: string | undefined;
1967
1489
  }
1968
- export declare namespace StartContentUploadRequest {
1969
- /**
1970
- * @internal
1971
- */
1972
- const filterSensitiveLog: (obj: StartContentUploadRequest) => any;
1973
- }
1974
1490
  export interface StartContentUploadResponse {
1975
1491
  /**
1976
1492
  * <p>The identifier of the upload.</p>
@@ -1989,12 +1505,6 @@ export interface StartContentUploadResponse {
1989
1505
  */
1990
1506
  headersToInclude: Record<string, string> | undefined;
1991
1507
  }
1992
- export declare namespace StartContentUploadResponse {
1993
- /**
1994
- * @internal
1995
- */
1996
- const filterSensitiveLog: (obj: StartContentUploadResponse) => any;
1997
- }
1998
1508
  export interface UpdateKnowledgeBaseTemplateUriRequest {
1999
1509
  /**
2000
1510
  * <p>The identifier of the knowledge base. Can be either the ID or the ARN. URLs cannot contain the ARN.</p>
@@ -2005,48 +1515,24 @@ export interface UpdateKnowledgeBaseTemplateUriRequest {
2005
1515
  */
2006
1516
  templateUri: string | undefined;
2007
1517
  }
2008
- export declare namespace UpdateKnowledgeBaseTemplateUriRequest {
2009
- /**
2010
- * @internal
2011
- */
2012
- const filterSensitiveLog: (obj: UpdateKnowledgeBaseTemplateUriRequest) => any;
2013
- }
2014
1518
  export interface UpdateKnowledgeBaseTemplateUriResponse {
2015
1519
  /**
2016
1520
  * <p>The knowledge base to update.</p>
2017
1521
  */
2018
1522
  knowledgeBase?: KnowledgeBaseData;
2019
1523
  }
2020
- export declare namespace UpdateKnowledgeBaseTemplateUriResponse {
2021
- /**
2022
- * @internal
2023
- */
2024
- const filterSensitiveLog: (obj: UpdateKnowledgeBaseTemplateUriResponse) => any;
2025
- }
2026
1524
  export interface ListTagsForResourceRequest {
2027
1525
  /**
2028
1526
  * <p>The Amazon Resource Name (ARN) of the resource.</p>
2029
1527
  */
2030
1528
  resourceArn: string | undefined;
2031
1529
  }
2032
- export declare namespace ListTagsForResourceRequest {
2033
- /**
2034
- * @internal
2035
- */
2036
- const filterSensitiveLog: (obj: ListTagsForResourceRequest) => any;
2037
- }
2038
1530
  export interface ListTagsForResourceResponse {
2039
1531
  /**
2040
1532
  * <p>The tags used to organize, track, or control access for this resource.</p>
2041
1533
  */
2042
1534
  tags?: Record<string, string>;
2043
1535
  }
2044
- export declare namespace ListTagsForResourceResponse {
2045
- /**
2046
- * @internal
2047
- */
2048
- const filterSensitiveLog: (obj: ListTagsForResourceResponse) => any;
2049
- }
2050
1536
  export interface TagResourceRequest {
2051
1537
  /**
2052
1538
  * <p>The Amazon Resource Name (ARN) of the resource.</p>
@@ -2057,20 +1543,8 @@ export interface TagResourceRequest {
2057
1543
  */
2058
1544
  tags: Record<string, string> | undefined;
2059
1545
  }
2060
- export declare namespace TagResourceRequest {
2061
- /**
2062
- * @internal
2063
- */
2064
- const filterSensitiveLog: (obj: TagResourceRequest) => any;
2065
- }
2066
1546
  export interface TagResourceResponse {
2067
1547
  }
2068
- export declare namespace TagResourceResponse {
2069
- /**
2070
- * @internal
2071
- */
2072
- const filterSensitiveLog: (obj: TagResourceResponse) => any;
2073
- }
2074
1548
  /**
2075
1549
  * <p>Amazon Connect Wisdom throws this exception if you have too many tags in your tag set.</p>
2076
1550
  */
@@ -2096,17 +1570,369 @@ export interface UntagResourceRequest {
2096
1570
  */
2097
1571
  tagKeys: string[] | undefined;
2098
1572
  }
2099
- export declare namespace UntagResourceRequest {
2100
- /**
2101
- * @internal
2102
- */
2103
- const filterSensitiveLog: (obj: UntagResourceRequest) => any;
2104
- }
2105
1573
  export interface UntagResourceResponse {
2106
1574
  }
2107
- export declare namespace UntagResourceResponse {
2108
- /**
2109
- * @internal
2110
- */
2111
- const filterSensitiveLog: (obj: UntagResourceResponse) => any;
2112
- }
1575
+ /**
1576
+ * @internal
1577
+ */
1578
+ export declare const AppIntegrationsConfigurationFilterSensitiveLog: (obj: AppIntegrationsConfiguration) => any;
1579
+ /**
1580
+ * @internal
1581
+ */
1582
+ export declare const AssistantAssociationInputDataFilterSensitiveLog: (obj: AssistantAssociationInputData) => any;
1583
+ /**
1584
+ * @internal
1585
+ */
1586
+ export declare const CreateAssistantAssociationRequestFilterSensitiveLog: (obj: CreateAssistantAssociationRequest) => any;
1587
+ /**
1588
+ * @internal
1589
+ */
1590
+ export declare const KnowledgeBaseAssociationDataFilterSensitiveLog: (obj: KnowledgeBaseAssociationData) => any;
1591
+ /**
1592
+ * @internal
1593
+ */
1594
+ export declare const AssistantAssociationOutputDataFilterSensitiveLog: (obj: AssistantAssociationOutputData) => any;
1595
+ /**
1596
+ * @internal
1597
+ */
1598
+ export declare const AssistantAssociationDataFilterSensitiveLog: (obj: AssistantAssociationData) => any;
1599
+ /**
1600
+ * @internal
1601
+ */
1602
+ export declare const CreateAssistantAssociationResponseFilterSensitiveLog: (obj: CreateAssistantAssociationResponse) => any;
1603
+ /**
1604
+ * @internal
1605
+ */
1606
+ export declare const DeleteAssistantAssociationRequestFilterSensitiveLog: (obj: DeleteAssistantAssociationRequest) => any;
1607
+ /**
1608
+ * @internal
1609
+ */
1610
+ export declare const DeleteAssistantAssociationResponseFilterSensitiveLog: (obj: DeleteAssistantAssociationResponse) => any;
1611
+ /**
1612
+ * @internal
1613
+ */
1614
+ export declare const GetAssistantAssociationRequestFilterSensitiveLog: (obj: GetAssistantAssociationRequest) => any;
1615
+ /**
1616
+ * @internal
1617
+ */
1618
+ export declare const GetAssistantAssociationResponseFilterSensitiveLog: (obj: GetAssistantAssociationResponse) => any;
1619
+ /**
1620
+ * @internal
1621
+ */
1622
+ export declare const ListAssistantAssociationsRequestFilterSensitiveLog: (obj: ListAssistantAssociationsRequest) => any;
1623
+ /**
1624
+ * @internal
1625
+ */
1626
+ export declare const AssistantAssociationSummaryFilterSensitiveLog: (obj: AssistantAssociationSummary) => any;
1627
+ /**
1628
+ * @internal
1629
+ */
1630
+ export declare const ListAssistantAssociationsResponseFilterSensitiveLog: (obj: ListAssistantAssociationsResponse) => any;
1631
+ /**
1632
+ * @internal
1633
+ */
1634
+ export declare const ServerSideEncryptionConfigurationFilterSensitiveLog: (obj: ServerSideEncryptionConfiguration) => any;
1635
+ /**
1636
+ * @internal
1637
+ */
1638
+ export declare const CreateAssistantRequestFilterSensitiveLog: (obj: CreateAssistantRequest) => any;
1639
+ /**
1640
+ * @internal
1641
+ */
1642
+ export declare const AssistantDataFilterSensitiveLog: (obj: AssistantData) => any;
1643
+ /**
1644
+ * @internal
1645
+ */
1646
+ export declare const CreateAssistantResponseFilterSensitiveLog: (obj: CreateAssistantResponse) => any;
1647
+ /**
1648
+ * @internal
1649
+ */
1650
+ export declare const DeleteAssistantRequestFilterSensitiveLog: (obj: DeleteAssistantRequest) => any;
1651
+ /**
1652
+ * @internal
1653
+ */
1654
+ export declare const DeleteAssistantResponseFilterSensitiveLog: (obj: DeleteAssistantResponse) => any;
1655
+ /**
1656
+ * @internal
1657
+ */
1658
+ export declare const GetAssistantRequestFilterSensitiveLog: (obj: GetAssistantRequest) => any;
1659
+ /**
1660
+ * @internal
1661
+ */
1662
+ export declare const GetAssistantResponseFilterSensitiveLog: (obj: GetAssistantResponse) => any;
1663
+ /**
1664
+ * @internal
1665
+ */
1666
+ export declare const GetRecommendationsRequestFilterSensitiveLog: (obj: GetRecommendationsRequest) => any;
1667
+ /**
1668
+ * @internal
1669
+ */
1670
+ export declare const ContentReferenceFilterSensitiveLog: (obj: ContentReference) => any;
1671
+ /**
1672
+ * @internal
1673
+ */
1674
+ export declare const HighlightFilterSensitiveLog: (obj: Highlight) => any;
1675
+ /**
1676
+ * @internal
1677
+ */
1678
+ export declare const DocumentTextFilterSensitiveLog: (obj: DocumentText) => any;
1679
+ /**
1680
+ * @internal
1681
+ */
1682
+ export declare const DocumentFilterSensitiveLog: (obj: Document) => any;
1683
+ /**
1684
+ * @internal
1685
+ */
1686
+ export declare const RecommendationDataFilterSensitiveLog: (obj: RecommendationData) => any;
1687
+ /**
1688
+ * @internal
1689
+ */
1690
+ export declare const QueryRecommendationTriggerDataFilterSensitiveLog: (obj: QueryRecommendationTriggerData) => any;
1691
+ /**
1692
+ * @internal
1693
+ */
1694
+ export declare const RecommendationTriggerDataFilterSensitiveLog: (obj: RecommendationTriggerData) => any;
1695
+ /**
1696
+ * @internal
1697
+ */
1698
+ export declare const RecommendationTriggerFilterSensitiveLog: (obj: RecommendationTrigger) => any;
1699
+ /**
1700
+ * @internal
1701
+ */
1702
+ export declare const GetRecommendationsResponseFilterSensitiveLog: (obj: GetRecommendationsResponse) => any;
1703
+ /**
1704
+ * @internal
1705
+ */
1706
+ export declare const ListAssistantsRequestFilterSensitiveLog: (obj: ListAssistantsRequest) => any;
1707
+ /**
1708
+ * @internal
1709
+ */
1710
+ export declare const AssistantSummaryFilterSensitiveLog: (obj: AssistantSummary) => any;
1711
+ /**
1712
+ * @internal
1713
+ */
1714
+ export declare const ListAssistantsResponseFilterSensitiveLog: (obj: ListAssistantsResponse) => any;
1715
+ /**
1716
+ * @internal
1717
+ */
1718
+ export declare const NotifyRecommendationsReceivedRequestFilterSensitiveLog: (obj: NotifyRecommendationsReceivedRequest) => any;
1719
+ /**
1720
+ * @internal
1721
+ */
1722
+ export declare const NotifyRecommendationsReceivedErrorFilterSensitiveLog: (obj: NotifyRecommendationsReceivedError) => any;
1723
+ /**
1724
+ * @internal
1725
+ */
1726
+ export declare const NotifyRecommendationsReceivedResponseFilterSensitiveLog: (obj: NotifyRecommendationsReceivedResponse) => any;
1727
+ /**
1728
+ * @internal
1729
+ */
1730
+ export declare const QueryAssistantRequestFilterSensitiveLog: (obj: QueryAssistantRequest) => any;
1731
+ /**
1732
+ * @internal
1733
+ */
1734
+ export declare const ResultDataFilterSensitiveLog: (obj: ResultData) => any;
1735
+ /**
1736
+ * @internal
1737
+ */
1738
+ export declare const QueryAssistantResponseFilterSensitiveLog: (obj: QueryAssistantResponse) => any;
1739
+ /**
1740
+ * @internal
1741
+ */
1742
+ export declare const FilterFilterSensitiveLog: (obj: Filter) => any;
1743
+ /**
1744
+ * @internal
1745
+ */
1746
+ export declare const SearchExpressionFilterSensitiveLog: (obj: SearchExpression) => any;
1747
+ /**
1748
+ * @internal
1749
+ */
1750
+ export declare const SearchSessionsRequestFilterSensitiveLog: (obj: SearchSessionsRequest) => any;
1751
+ /**
1752
+ * @internal
1753
+ */
1754
+ export declare const SessionSummaryFilterSensitiveLog: (obj: SessionSummary) => any;
1755
+ /**
1756
+ * @internal
1757
+ */
1758
+ export declare const SearchSessionsResponseFilterSensitiveLog: (obj: SearchSessionsResponse) => any;
1759
+ /**
1760
+ * @internal
1761
+ */
1762
+ export declare const CreateSessionRequestFilterSensitiveLog: (obj: CreateSessionRequest) => any;
1763
+ /**
1764
+ * @internal
1765
+ */
1766
+ export declare const SessionDataFilterSensitiveLog: (obj: SessionData) => any;
1767
+ /**
1768
+ * @internal
1769
+ */
1770
+ export declare const CreateSessionResponseFilterSensitiveLog: (obj: CreateSessionResponse) => any;
1771
+ /**
1772
+ * @internal
1773
+ */
1774
+ export declare const GetSessionRequestFilterSensitiveLog: (obj: GetSessionRequest) => any;
1775
+ /**
1776
+ * @internal
1777
+ */
1778
+ export declare const GetSessionResponseFilterSensitiveLog: (obj: GetSessionResponse) => any;
1779
+ /**
1780
+ * @internal
1781
+ */
1782
+ export declare const CreateContentRequestFilterSensitiveLog: (obj: CreateContentRequest) => any;
1783
+ /**
1784
+ * @internal
1785
+ */
1786
+ export declare const ContentDataFilterSensitiveLog: (obj: ContentData) => any;
1787
+ /**
1788
+ * @internal
1789
+ */
1790
+ export declare const CreateContentResponseFilterSensitiveLog: (obj: CreateContentResponse) => any;
1791
+ /**
1792
+ * @internal
1793
+ */
1794
+ export declare const DeleteContentRequestFilterSensitiveLog: (obj: DeleteContentRequest) => any;
1795
+ /**
1796
+ * @internal
1797
+ */
1798
+ export declare const DeleteContentResponseFilterSensitiveLog: (obj: DeleteContentResponse) => any;
1799
+ /**
1800
+ * @internal
1801
+ */
1802
+ export declare const GetContentRequestFilterSensitiveLog: (obj: GetContentRequest) => any;
1803
+ /**
1804
+ * @internal
1805
+ */
1806
+ export declare const GetContentResponseFilterSensitiveLog: (obj: GetContentResponse) => any;
1807
+ /**
1808
+ * @internal
1809
+ */
1810
+ export declare const GetContentSummaryRequestFilterSensitiveLog: (obj: GetContentSummaryRequest) => any;
1811
+ /**
1812
+ * @internal
1813
+ */
1814
+ export declare const ContentSummaryFilterSensitiveLog: (obj: ContentSummary) => any;
1815
+ /**
1816
+ * @internal
1817
+ */
1818
+ export declare const GetContentSummaryResponseFilterSensitiveLog: (obj: GetContentSummaryResponse) => any;
1819
+ /**
1820
+ * @internal
1821
+ */
1822
+ export declare const ListContentsRequestFilterSensitiveLog: (obj: ListContentsRequest) => any;
1823
+ /**
1824
+ * @internal
1825
+ */
1826
+ export declare const ListContentsResponseFilterSensitiveLog: (obj: ListContentsResponse) => any;
1827
+ /**
1828
+ * @internal
1829
+ */
1830
+ export declare const UpdateContentRequestFilterSensitiveLog: (obj: UpdateContentRequest) => any;
1831
+ /**
1832
+ * @internal
1833
+ */
1834
+ export declare const UpdateContentResponseFilterSensitiveLog: (obj: UpdateContentResponse) => any;
1835
+ /**
1836
+ * @internal
1837
+ */
1838
+ export declare const RenderingConfigurationFilterSensitiveLog: (obj: RenderingConfiguration) => any;
1839
+ /**
1840
+ * @internal
1841
+ */
1842
+ export declare const SourceConfigurationFilterSensitiveLog: (obj: SourceConfiguration) => any;
1843
+ /**
1844
+ * @internal
1845
+ */
1846
+ export declare const CreateKnowledgeBaseRequestFilterSensitiveLog: (obj: CreateKnowledgeBaseRequest) => any;
1847
+ /**
1848
+ * @internal
1849
+ */
1850
+ export declare const KnowledgeBaseDataFilterSensitiveLog: (obj: KnowledgeBaseData) => any;
1851
+ /**
1852
+ * @internal
1853
+ */
1854
+ export declare const CreateKnowledgeBaseResponseFilterSensitiveLog: (obj: CreateKnowledgeBaseResponse) => any;
1855
+ /**
1856
+ * @internal
1857
+ */
1858
+ export declare const DeleteKnowledgeBaseRequestFilterSensitiveLog: (obj: DeleteKnowledgeBaseRequest) => any;
1859
+ /**
1860
+ * @internal
1861
+ */
1862
+ export declare const DeleteKnowledgeBaseResponseFilterSensitiveLog: (obj: DeleteKnowledgeBaseResponse) => any;
1863
+ /**
1864
+ * @internal
1865
+ */
1866
+ export declare const GetKnowledgeBaseRequestFilterSensitiveLog: (obj: GetKnowledgeBaseRequest) => any;
1867
+ /**
1868
+ * @internal
1869
+ */
1870
+ export declare const GetKnowledgeBaseResponseFilterSensitiveLog: (obj: GetKnowledgeBaseResponse) => any;
1871
+ /**
1872
+ * @internal
1873
+ */
1874
+ export declare const ListKnowledgeBasesRequestFilterSensitiveLog: (obj: ListKnowledgeBasesRequest) => any;
1875
+ /**
1876
+ * @internal
1877
+ */
1878
+ export declare const KnowledgeBaseSummaryFilterSensitiveLog: (obj: KnowledgeBaseSummary) => any;
1879
+ /**
1880
+ * @internal
1881
+ */
1882
+ export declare const ListKnowledgeBasesResponseFilterSensitiveLog: (obj: ListKnowledgeBasesResponse) => any;
1883
+ /**
1884
+ * @internal
1885
+ */
1886
+ export declare const RemoveKnowledgeBaseTemplateUriRequestFilterSensitiveLog: (obj: RemoveKnowledgeBaseTemplateUriRequest) => any;
1887
+ /**
1888
+ * @internal
1889
+ */
1890
+ export declare const RemoveKnowledgeBaseTemplateUriResponseFilterSensitiveLog: (obj: RemoveKnowledgeBaseTemplateUriResponse) => any;
1891
+ /**
1892
+ * @internal
1893
+ */
1894
+ export declare const SearchContentRequestFilterSensitiveLog: (obj: SearchContentRequest) => any;
1895
+ /**
1896
+ * @internal
1897
+ */
1898
+ export declare const SearchContentResponseFilterSensitiveLog: (obj: SearchContentResponse) => any;
1899
+ /**
1900
+ * @internal
1901
+ */
1902
+ export declare const StartContentUploadRequestFilterSensitiveLog: (obj: StartContentUploadRequest) => any;
1903
+ /**
1904
+ * @internal
1905
+ */
1906
+ export declare const StartContentUploadResponseFilterSensitiveLog: (obj: StartContentUploadResponse) => any;
1907
+ /**
1908
+ * @internal
1909
+ */
1910
+ export declare const UpdateKnowledgeBaseTemplateUriRequestFilterSensitiveLog: (obj: UpdateKnowledgeBaseTemplateUriRequest) => any;
1911
+ /**
1912
+ * @internal
1913
+ */
1914
+ export declare const UpdateKnowledgeBaseTemplateUriResponseFilterSensitiveLog: (obj: UpdateKnowledgeBaseTemplateUriResponse) => any;
1915
+ /**
1916
+ * @internal
1917
+ */
1918
+ export declare const ListTagsForResourceRequestFilterSensitiveLog: (obj: ListTagsForResourceRequest) => any;
1919
+ /**
1920
+ * @internal
1921
+ */
1922
+ export declare const ListTagsForResourceResponseFilterSensitiveLog: (obj: ListTagsForResourceResponse) => any;
1923
+ /**
1924
+ * @internal
1925
+ */
1926
+ export declare const TagResourceRequestFilterSensitiveLog: (obj: TagResourceRequest) => any;
1927
+ /**
1928
+ * @internal
1929
+ */
1930
+ export declare const TagResourceResponseFilterSensitiveLog: (obj: TagResourceResponse) => any;
1931
+ /**
1932
+ * @internal
1933
+ */
1934
+ export declare const UntagResourceRequestFilterSensitiveLog: (obj: UntagResourceRequest) => any;
1935
+ /**
1936
+ * @internal
1937
+ */
1938
+ export declare const UntagResourceResponseFilterSensitiveLog: (obj: UntagResourceResponse) => any;