@aws-sdk/client-connect 3.922.0 → 3.926.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 (112) hide show
  1. package/README.md +16 -0
  2. package/dist-cjs/index.js +590 -146
  3. package/dist-es/Connect.js +4 -0
  4. package/dist-es/commands/CreateViewCommand.js +2 -1
  5. package/dist-es/commands/CreateViewVersionCommand.js +1 -1
  6. package/dist-es/commands/SearchContactEvaluationsCommand.js +22 -0
  7. package/dist-es/commands/SearchEvaluationFormsCommand.js +22 -0
  8. package/dist-es/commands/StartOutboundVoiceContactCommand.js +1 -1
  9. package/dist-es/commands/StartTaskContactCommand.js +1 -1
  10. package/dist-es/commands/StartWebRTCContactCommand.js +1 -1
  11. package/dist-es/commands/UpdateContactCommand.js +1 -1
  12. package/dist-es/commands/index.js +2 -0
  13. package/dist-es/models/models_0.js +29 -56
  14. package/dist-es/models/models_1.js +92 -20
  15. package/dist-es/models/models_2.js +50 -76
  16. package/dist-es/models/models_3.js +85 -0
  17. package/dist-es/protocols/Aws_restJson1.js +291 -4
  18. package/dist-types/Connect.d.ts +14 -0
  19. package/dist-types/ConnectClient.d.ts +4 -2
  20. package/dist-types/auth/httpAuthSchemeProvider.d.ts +1 -1
  21. package/dist-types/commands/CreateEvaluationFormCommand.d.ts +96 -4
  22. package/dist-types/commands/CreateViewCommand.d.ts +2 -1
  23. package/dist-types/commands/CreateViewVersionCommand.d.ts +1 -1
  24. package/dist-types/commands/CreateVocabularyCommand.d.ts +1 -1
  25. package/dist-types/commands/DeactivateEvaluationFormCommand.d.ts +1 -1
  26. package/dist-types/commands/DeleteAttachedFileCommand.d.ts +1 -1
  27. package/dist-types/commands/DescribeAuthenticationProfileCommand.d.ts +1 -1
  28. package/dist-types/commands/DescribeContactEvaluationCommand.d.ts +147 -4
  29. package/dist-types/commands/DescribeEvaluationFormCommand.d.ts +93 -4
  30. package/dist-types/commands/ImportPhoneNumberCommand.d.ts +1 -1
  31. package/dist-types/commands/ListAuthenticationProfilesCommand.d.ts +1 -1
  32. package/dist-types/commands/ListBotsCommand.d.ts +2 -1
  33. package/dist-types/commands/ListContactEvaluationsCommand.d.ts +10 -1
  34. package/dist-types/commands/ListContactFlowModulesCommand.d.ts +1 -1
  35. package/dist-types/commands/ListContactFlowVersionsCommand.d.ts +1 -1
  36. package/dist-types/commands/ListContactFlowsCommand.d.ts +1 -1
  37. package/dist-types/commands/ListContactReferencesCommand.d.ts +1 -1
  38. package/dist-types/commands/ListDefaultVocabulariesCommand.d.ts +1 -1
  39. package/dist-types/commands/ListEvaluationFormsCommand.d.ts +1 -1
  40. package/dist-types/commands/ReleasePhoneNumberCommand.d.ts +1 -1
  41. package/dist-types/commands/SearchContactEvaluationsCommand.d.ts +241 -0
  42. package/dist-types/commands/SearchEvaluationFormsCommand.d.ts +222 -0
  43. package/dist-types/commands/StartChatContactCommand.d.ts +1 -1
  44. package/dist-types/commands/StartContactEvaluationCommand.d.ts +6 -0
  45. package/dist-types/commands/StartOutboundVoiceContactCommand.d.ts +1 -1
  46. package/dist-types/commands/StartScreenSharingCommand.d.ts +1 -1
  47. package/dist-types/commands/StartTaskContactCommand.d.ts +1 -2
  48. package/dist-types/commands/StartWebRTCContactCommand.d.ts +1 -1
  49. package/dist-types/commands/StopContactCommand.d.ts +1 -1
  50. package/dist-types/commands/StopContactRecordingCommand.d.ts +1 -1
  51. package/dist-types/commands/StopContactStreamingCommand.d.ts +1 -1
  52. package/dist-types/commands/SubmitContactEvaluationCommand.d.ts +4 -1
  53. package/dist-types/commands/SuspendContactRecordingCommand.d.ts +1 -1
  54. package/dist-types/commands/TagContactCommand.d.ts +1 -1
  55. package/dist-types/commands/TagResourceCommand.d.ts +1 -1
  56. package/dist-types/commands/TransferContactCommand.d.ts +1 -1
  57. package/dist-types/commands/UntagContactCommand.d.ts +1 -1
  58. package/dist-types/commands/UntagResourceCommand.d.ts +1 -1
  59. package/dist-types/commands/UpdateAgentStatusCommand.d.ts +1 -1
  60. package/dist-types/commands/UpdateAuthenticationProfileCommand.d.ts +2 -2
  61. package/dist-types/commands/UpdateContactAttributesCommand.d.ts +1 -1
  62. package/dist-types/commands/UpdateContactCommand.d.ts +1 -2
  63. package/dist-types/commands/UpdateContactEvaluationCommand.d.ts +3 -0
  64. package/dist-types/commands/UpdateEvaluationFormCommand.d.ts +93 -4
  65. package/dist-types/commands/index.d.ts +2 -0
  66. package/dist-types/models/models_0.d.ts +225 -309
  67. package/dist-types/models/models_1.d.ts +602 -845
  68. package/dist-types/models/models_2.d.ts +3819 -3480
  69. package/dist-types/models/models_3.d.ts +3116 -1848
  70. package/dist-types/protocols/Aws_restJson1.d.ts +18 -0
  71. package/dist-types/ts3.4/Connect.d.ts +34 -0
  72. package/dist-types/ts3.4/ConnectClient.d.ts +12 -0
  73. package/dist-types/ts3.4/commands/CreateViewCommand.d.ts +2 -1
  74. package/dist-types/ts3.4/commands/CreateViewVersionCommand.d.ts +1 -1
  75. package/dist-types/ts3.4/commands/CreateVocabularyCommand.d.ts +1 -1
  76. package/dist-types/ts3.4/commands/DeactivateEvaluationFormCommand.d.ts +1 -1
  77. package/dist-types/ts3.4/commands/DeleteAttachedFileCommand.d.ts +1 -1
  78. package/dist-types/ts3.4/commands/ListBotsCommand.d.ts +2 -1
  79. package/dist-types/ts3.4/commands/ListContactEvaluationsCommand.d.ts +1 -1
  80. package/dist-types/ts3.4/commands/ListContactFlowModulesCommand.d.ts +1 -1
  81. package/dist-types/ts3.4/commands/ListContactFlowVersionsCommand.d.ts +1 -1
  82. package/dist-types/ts3.4/commands/ListContactFlowsCommand.d.ts +1 -1
  83. package/dist-types/ts3.4/commands/ListContactReferencesCommand.d.ts +1 -1
  84. package/dist-types/ts3.4/commands/ListDefaultVocabulariesCommand.d.ts +1 -1
  85. package/dist-types/ts3.4/commands/ListEvaluationFormsCommand.d.ts +1 -1
  86. package/dist-types/ts3.4/commands/SearchContactEvaluationsCommand.d.ts +49 -0
  87. package/dist-types/ts3.4/commands/SearchEvaluationFormsCommand.d.ts +49 -0
  88. package/dist-types/ts3.4/commands/StartOutboundVoiceContactCommand.d.ts +1 -1
  89. package/dist-types/ts3.4/commands/StartScreenSharingCommand.d.ts +1 -1
  90. package/dist-types/ts3.4/commands/StartTaskContactCommand.d.ts +4 -2
  91. package/dist-types/ts3.4/commands/StartWebRTCContactCommand.d.ts +1 -1
  92. package/dist-types/ts3.4/commands/StopContactCommand.d.ts +1 -1
  93. package/dist-types/ts3.4/commands/StopContactRecordingCommand.d.ts +1 -1
  94. package/dist-types/ts3.4/commands/StopContactStreamingCommand.d.ts +1 -1
  95. package/dist-types/ts3.4/commands/SubmitContactEvaluationCommand.d.ts +1 -1
  96. package/dist-types/ts3.4/commands/SuspendContactRecordingCommand.d.ts +1 -1
  97. package/dist-types/ts3.4/commands/TagContactCommand.d.ts +1 -1
  98. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +1 -1
  99. package/dist-types/ts3.4/commands/TransferContactCommand.d.ts +1 -1
  100. package/dist-types/ts3.4/commands/UntagContactCommand.d.ts +1 -1
  101. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +1 -1
  102. package/dist-types/ts3.4/commands/UpdateAgentStatusCommand.d.ts +1 -1
  103. package/dist-types/ts3.4/commands/UpdateAuthenticationProfileCommand.d.ts +1 -1
  104. package/dist-types/ts3.4/commands/UpdateContactAttributesCommand.d.ts +1 -1
  105. package/dist-types/ts3.4/commands/UpdateContactCommand.d.ts +4 -2
  106. package/dist-types/ts3.4/commands/index.d.ts +2 -0
  107. package/dist-types/ts3.4/models/models_0.d.ts +89 -94
  108. package/dist-types/ts3.4/models/models_1.d.ts +197 -256
  109. package/dist-types/ts3.4/models/models_2.d.ts +399 -249
  110. package/dist-types/ts3.4/models/models_3.d.ts +426 -74
  111. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +24 -0
  112. package/package.json +8 -8
@@ -41,8 +41,6 @@ import {
41
41
  PredefinedAttributeValues,
42
42
  QueueReference,
43
43
  QuickConnectConfig,
44
- ReferenceStatus,
45
- ReferenceType,
46
44
  RoutingProfileQueueReference,
47
45
  RuleAction,
48
46
  RulePublishStatus,
@@ -56,8 +54,85 @@ import {
56
54
  UserPhoneConfig,
57
55
  View,
58
56
  VocabularyLanguageCode,
59
- VocabularyState,
60
57
  } from "./models_0";
58
+ export interface CreateViewResponse {
59
+ View?: View | undefined;
60
+ }
61
+ export declare const ResourceType: {
62
+ readonly CONTACT: "CONTACT";
63
+ readonly CONTACT_FLOW: "CONTACT_FLOW";
64
+ readonly HIERARCHY_GROUP: "HIERARCHY_GROUP";
65
+ readonly HIERARCHY_LEVEL: "HIERARCHY_LEVEL";
66
+ readonly INSTANCE: "INSTANCE";
67
+ readonly PARTICIPANT: "PARTICIPANT";
68
+ readonly PHONE_NUMBER: "PHONE_NUMBER";
69
+ readonly USER: "USER";
70
+ };
71
+ export type ResourceType = (typeof ResourceType)[keyof typeof ResourceType];
72
+ export declare class ResourceInUseException extends __BaseException {
73
+ readonly name: "ResourceInUseException";
74
+ readonly $fault: "client";
75
+ Message?: string | undefined;
76
+ ResourceType?: ResourceType | undefined;
77
+ ResourceId?: string | undefined;
78
+ constructor(
79
+ opts: __ExceptionOptionType<ResourceInUseException, __BaseException>
80
+ );
81
+ }
82
+ export declare class TooManyRequestsException extends __BaseException {
83
+ readonly name: "TooManyRequestsException";
84
+ readonly $fault: "client";
85
+ Message?: string | undefined;
86
+ constructor(
87
+ opts: __ExceptionOptionType<TooManyRequestsException, __BaseException>
88
+ );
89
+ }
90
+ export interface CreateViewVersionRequest {
91
+ InstanceId: string | undefined;
92
+ ViewId: string | undefined;
93
+ VersionDescription?: string | undefined;
94
+ ViewContentSha256?: string | undefined;
95
+ }
96
+ export interface CreateViewVersionResponse {
97
+ View?: View | undefined;
98
+ }
99
+ export interface CreateVocabularyRequest {
100
+ ClientToken?: string | undefined;
101
+ InstanceId: string | undefined;
102
+ VocabularyName: string | undefined;
103
+ LanguageCode: VocabularyLanguageCode | undefined;
104
+ Content: string | undefined;
105
+ Tags?: Record<string, string> | undefined;
106
+ }
107
+ export declare const VocabularyState: {
108
+ readonly ACTIVE: "ACTIVE";
109
+ readonly CREATION_FAILED: "CREATION_FAILED";
110
+ readonly CREATION_IN_PROGRESS: "CREATION_IN_PROGRESS";
111
+ readonly DELETE_IN_PROGRESS: "DELETE_IN_PROGRESS";
112
+ };
113
+ export type VocabularyState =
114
+ (typeof VocabularyState)[keyof typeof VocabularyState];
115
+ export interface CreateVocabularyResponse {
116
+ VocabularyArn: string | undefined;
117
+ VocabularyId: string | undefined;
118
+ State: VocabularyState | undefined;
119
+ }
120
+ export interface DeactivateEvaluationFormRequest {
121
+ InstanceId: string | undefined;
122
+ EvaluationFormId: string | undefined;
123
+ EvaluationFormVersion: number | undefined;
124
+ }
125
+ export interface DeactivateEvaluationFormResponse {
126
+ EvaluationFormId: string | undefined;
127
+ EvaluationFormArn: string | undefined;
128
+ EvaluationFormVersion: number | undefined;
129
+ }
130
+ export interface DeleteAttachedFileRequest {
131
+ InstanceId: string | undefined;
132
+ FileId: string | undefined;
133
+ AssociatedResourceArn: string | undefined;
134
+ }
135
+ export interface DeleteAttachedFileResponse {}
61
136
  export interface DeleteContactEvaluationRequest {
62
137
  InstanceId: string | undefined;
63
138
  EvaluationId: string | undefined;
@@ -374,6 +449,85 @@ export interface DescribeContactEvaluationRequest {
374
449
  InstanceId: string | undefined;
375
450
  EvaluationId: string | undefined;
376
451
  }
452
+ export declare const QuestionRuleCategoryAutomationCondition: {
453
+ readonly NOT_PRESENT: "NOT_PRESENT";
454
+ readonly PRESENT: "PRESENT";
455
+ };
456
+ export type QuestionRuleCategoryAutomationCondition =
457
+ (typeof QuestionRuleCategoryAutomationCondition)[keyof typeof QuestionRuleCategoryAutomationCondition];
458
+ export interface EvaluationSuggestedAnswerTranscriptMillisecondOffsets {
459
+ BeginOffsetMillis: number | undefined;
460
+ }
461
+ export interface EvaluationTranscriptPointOfInterest {
462
+ MillisecondOffsets?:
463
+ | EvaluationSuggestedAnswerTranscriptMillisecondOffsets
464
+ | undefined;
465
+ TranscriptSegment?: string | undefined;
466
+ }
467
+ export interface EvaluationAutomationRuleCategory {
468
+ Category: string | undefined;
469
+ Condition: QuestionRuleCategoryAutomationCondition | undefined;
470
+ PointsOfInterest?: EvaluationTranscriptPointOfInterest[] | undefined;
471
+ }
472
+ export interface EvaluationContactLensAnswerAnalysisDetails {
473
+ MatchedRuleCategories?: EvaluationAutomationRuleCategory[] | undefined;
474
+ }
475
+ export interface EvaluationGenAIAnswerAnalysisDetails {
476
+ Justification?: string | undefined;
477
+ PointsOfInterest?: EvaluationTranscriptPointOfInterest[] | undefined;
478
+ }
479
+ export type EvaluationQuestionAnswerAnalysisDetails =
480
+ | EvaluationQuestionAnswerAnalysisDetails.ContactLensMember
481
+ | EvaluationQuestionAnswerAnalysisDetails.GenAIMember
482
+ | EvaluationQuestionAnswerAnalysisDetails.$UnknownMember;
483
+ export declare namespace EvaluationQuestionAnswerAnalysisDetails {
484
+ interface GenAIMember {
485
+ GenAI: EvaluationGenAIAnswerAnalysisDetails;
486
+ ContactLens?: never;
487
+ $unknown?: never;
488
+ }
489
+ interface ContactLensMember {
490
+ GenAI?: never;
491
+ ContactLens: EvaluationContactLensAnswerAnalysisDetails;
492
+ $unknown?: never;
493
+ }
494
+ interface $UnknownMember {
495
+ GenAI?: never;
496
+ ContactLens?: never;
497
+ $unknown: [string, any];
498
+ }
499
+ interface Visitor<T> {
500
+ GenAI: (value: EvaluationGenAIAnswerAnalysisDetails) => T;
501
+ ContactLens: (value: EvaluationContactLensAnswerAnalysisDetails) => T;
502
+ _: (name: string, value: any) => T;
503
+ }
504
+ const visit: <T>(
505
+ value: EvaluationQuestionAnswerAnalysisDetails,
506
+ visitor: Visitor<T>
507
+ ) => T;
508
+ }
509
+ export declare const EvaluationQuestionAnswerAnalysisType: {
510
+ readonly CONTACT_LENS_DATA: "CONTACT_LENS_DATA";
511
+ readonly GEN_AI: "GEN_AI";
512
+ };
513
+ export type EvaluationQuestionAnswerAnalysisType =
514
+ (typeof EvaluationQuestionAnswerAnalysisType)[keyof typeof EvaluationQuestionAnswerAnalysisType];
515
+ export declare const EvaluationTranscriptType: {
516
+ readonly RAW: "RAW";
517
+ readonly REDACTED: "REDACTED";
518
+ };
519
+ export type EvaluationTranscriptType =
520
+ (typeof EvaluationTranscriptType)[keyof typeof EvaluationTranscriptType];
521
+ export interface EvaluationQuestionInputDetails {
522
+ TranscriptType?: EvaluationTranscriptType | undefined;
523
+ }
524
+ export declare const EvaluationSuggestedAnswerStatus: {
525
+ readonly FAILED: "FAILED";
526
+ readonly IN_PROGRESS: "IN_PROGRESS";
527
+ readonly SUCCEEDED: "SUCCEEDED";
528
+ };
529
+ export type EvaluationSuggestedAnswerStatus =
530
+ (typeof EvaluationSuggestedAnswerStatus)[keyof typeof EvaluationSuggestedAnswerStatus];
377
531
  export type EvaluationAnswerData =
378
532
  | EvaluationAnswerData.NotApplicableMember
379
533
  | EvaluationAnswerData.NumericValueMember
@@ -412,9 +566,39 @@ export declare namespace EvaluationAnswerData {
412
566
  }
413
567
  const visit: <T>(value: EvaluationAnswerData, visitor: Visitor<T>) => T;
414
568
  }
569
+ export interface EvaluationSuggestedAnswer {
570
+ Value?: EvaluationAnswerData | undefined;
571
+ Status: EvaluationSuggestedAnswerStatus | undefined;
572
+ Input?: EvaluationQuestionInputDetails | undefined;
573
+ AnalysisType: EvaluationQuestionAnswerAnalysisType | undefined;
574
+ AnalysisDetails?: EvaluationQuestionAnswerAnalysisDetails | undefined;
575
+ }
415
576
  export interface EvaluationAnswerOutput {
416
577
  Value?: EvaluationAnswerData | undefined;
417
578
  SystemSuggestedValue?: EvaluationAnswerData | undefined;
579
+ SuggestedAnswers?: EvaluationSuggestedAnswer[] | undefined;
580
+ }
581
+ export declare const EvaluationType: {
582
+ readonly CALIBRATION: "CALIBRATION";
583
+ readonly STANDARD: "STANDARD";
584
+ };
585
+ export type EvaluationType =
586
+ (typeof EvaluationType)[keyof typeof EvaluationType];
587
+ export interface EvaluationAcknowledgement {
588
+ AcknowledgedTime: Date | undefined;
589
+ AcknowledgedBy: string | undefined;
590
+ AcknowledgerComment?: string | undefined;
591
+ }
592
+ export declare const AutoEvaluationStatus: {
593
+ readonly FAILED: "FAILED";
594
+ readonly IN_PROGRESS: "IN_PROGRESS";
595
+ readonly SUCCEEDED: "SUCCEEDED";
596
+ };
597
+ export type AutoEvaluationStatus =
598
+ (typeof AutoEvaluationStatus)[keyof typeof AutoEvaluationStatus];
599
+ export interface AutoEvaluationDetails {
600
+ AutoEvaluationEnabled: boolean | undefined;
601
+ AutoEvaluationStatus?: AutoEvaluationStatus | undefined;
418
602
  }
419
603
  export interface EvaluationScore {
420
604
  Percentage?: number | undefined;
@@ -425,7 +609,10 @@ export interface EvaluationMetadata {
425
609
  ContactId: string | undefined;
426
610
  EvaluatorArn: string | undefined;
427
611
  ContactAgentId?: string | undefined;
612
+ CalibrationSessionId?: string | undefined;
428
613
  Score?: EvaluationScore | undefined;
614
+ AutoEvaluation?: AutoEvaluationDetails | undefined;
615
+ Acknowledgement?: EvaluationAcknowledgement | undefined;
429
616
  }
430
617
  export interface EvaluationNote {
431
618
  Value?: string | undefined;
@@ -446,6 +633,7 @@ export interface Evaluation {
446
633
  Scores?: Record<string, EvaluationScore> | undefined;
447
634
  CreatedTime: Date | undefined;
448
635
  LastModifiedTime: Date | undefined;
636
+ EvaluationType?: EvaluationType | undefined;
449
637
  Tags?: Record<string, string> | undefined;
450
638
  }
451
639
  export declare class ContactFlowNotPublishedException extends __BaseException {
@@ -1843,259 +2031,12 @@ export interface LexBotConfig {
1843
2031
  LexBot?: LexBot | undefined;
1844
2032
  LexV2Bot?: LexV2Bot | undefined;
1845
2033
  }
1846
- export interface ListBotsResponse {
1847
- LexBots?: LexBotConfig[] | undefined;
1848
- NextToken?: string | undefined;
1849
- }
1850
- export interface ListContactEvaluationsRequest {
1851
- InstanceId: string | undefined;
1852
- ContactId: string | undefined;
1853
- NextToken?: string | undefined;
1854
- }
1855
- export interface EvaluationSummary {
1856
- EvaluationId: string | undefined;
1857
- EvaluationArn: string | undefined;
1858
- EvaluationFormTitle: string | undefined;
1859
- EvaluationFormId: string | undefined;
1860
- Status: EvaluationStatus | undefined;
1861
- EvaluatorArn: string | undefined;
1862
- Score?: EvaluationScore | undefined;
1863
- CreatedTime: Date | undefined;
1864
- LastModifiedTime: Date | undefined;
1865
- }
1866
- export interface ListContactEvaluationsResponse {
1867
- EvaluationSummaryList: EvaluationSummary[] | undefined;
1868
- NextToken?: string | undefined;
1869
- }
1870
- export interface ListContactFlowModulesRequest {
1871
- InstanceId: string | undefined;
1872
- NextToken?: string | undefined;
1873
- MaxResults?: number | undefined;
1874
- ContactFlowModuleState?: ContactFlowModuleState | undefined;
1875
- }
1876
- export interface ContactFlowModuleSummary {
1877
- Id?: string | undefined;
1878
- Arn?: string | undefined;
1879
- Name?: string | undefined;
1880
- State?: ContactFlowModuleState | undefined;
1881
- }
1882
- export interface ListContactFlowModulesResponse {
1883
- ContactFlowModulesSummaryList?: ContactFlowModuleSummary[] | undefined;
1884
- NextToken?: string | undefined;
1885
- }
1886
- export interface ListContactFlowsRequest {
1887
- InstanceId: string | undefined;
1888
- ContactFlowTypes?: ContactFlowType[] | undefined;
1889
- NextToken?: string | undefined;
1890
- MaxResults?: number | undefined;
1891
- }
1892
- export interface ContactFlowSummary {
1893
- Id?: string | undefined;
1894
- Arn?: string | undefined;
1895
- Name?: string | undefined;
1896
- ContactFlowType?: ContactFlowType | undefined;
1897
- ContactFlowState?: ContactFlowState | undefined;
1898
- ContactFlowStatus?: ContactFlowStatus | undefined;
1899
- }
1900
- export interface ListContactFlowsResponse {
1901
- ContactFlowSummaryList?: ContactFlowSummary[] | undefined;
1902
- NextToken?: string | undefined;
1903
- }
1904
- export interface ListContactFlowVersionsRequest {
1905
- InstanceId: string | undefined;
1906
- ContactFlowId: string | undefined;
1907
- NextToken?: string | undefined;
1908
- MaxResults?: number | undefined;
1909
- }
1910
- export interface ContactFlowVersionSummary {
1911
- Arn?: string | undefined;
1912
- VersionDescription?: string | undefined;
1913
- Version?: number | undefined;
1914
- }
1915
- export interface ListContactFlowVersionsResponse {
1916
- ContactFlowVersionSummaryList?: ContactFlowVersionSummary[] | undefined;
1917
- NextToken?: string | undefined;
1918
- }
1919
- export interface ListContactReferencesRequest {
1920
- InstanceId: string | undefined;
1921
- ContactId: string | undefined;
1922
- ReferenceTypes: ReferenceType[] | undefined;
1923
- NextToken?: string | undefined;
1924
- }
1925
- export interface AttachmentReference {
1926
- Name?: string | undefined;
1927
- Value?: string | undefined;
1928
- Status?: ReferenceStatus | undefined;
1929
- Arn?: string | undefined;
1930
- }
1931
- export interface DateReference {
1932
- Name?: string | undefined;
1933
- Value?: string | undefined;
1934
- }
1935
- export interface EmailReference {
1936
- Name?: string | undefined;
1937
- Value?: string | undefined;
1938
- }
1939
- export interface EmailMessageReference {
1940
- Name?: string | undefined;
1941
- Arn?: string | undefined;
1942
- }
1943
- export interface NumberReference {
1944
- Name?: string | undefined;
1945
- Value?: string | undefined;
1946
- }
1947
- export interface StringReference {
1948
- Name?: string | undefined;
1949
- Value?: string | undefined;
1950
- }
1951
- export interface UrlReference {
1952
- Name?: string | undefined;
1953
- Value?: string | undefined;
1954
- }
1955
- export type ReferenceSummary =
1956
- | ReferenceSummary.AttachmentMember
1957
- | ReferenceSummary.DateMember
1958
- | ReferenceSummary.EmailMember
1959
- | ReferenceSummary.EmailMessageMember
1960
- | ReferenceSummary.NumberMember
1961
- | ReferenceSummary.StringMember
1962
- | ReferenceSummary.UrlMember
1963
- | ReferenceSummary.$UnknownMember;
1964
- export declare namespace ReferenceSummary {
1965
- interface UrlMember {
1966
- Url: UrlReference;
1967
- Attachment?: never;
1968
- EmailMessage?: never;
1969
- String?: never;
1970
- Number?: never;
1971
- Date?: never;
1972
- Email?: never;
1973
- $unknown?: never;
1974
- }
1975
- interface AttachmentMember {
1976
- Url?: never;
1977
- Attachment: AttachmentReference;
1978
- EmailMessage?: never;
1979
- String?: never;
1980
- Number?: never;
1981
- Date?: never;
1982
- Email?: never;
1983
- $unknown?: never;
1984
- }
1985
- interface EmailMessageMember {
1986
- Url?: never;
1987
- Attachment?: never;
1988
- EmailMessage: EmailMessageReference;
1989
- String?: never;
1990
- Number?: never;
1991
- Date?: never;
1992
- Email?: never;
1993
- $unknown?: never;
1994
- }
1995
- interface StringMember {
1996
- Url?: never;
1997
- Attachment?: never;
1998
- EmailMessage?: never;
1999
- String: StringReference;
2000
- Number?: never;
2001
- Date?: never;
2002
- Email?: never;
2003
- $unknown?: never;
2004
- }
2005
- interface NumberMember {
2006
- Url?: never;
2007
- Attachment?: never;
2008
- EmailMessage?: never;
2009
- String?: never;
2010
- Number: NumberReference;
2011
- Date?: never;
2012
- Email?: never;
2013
- $unknown?: never;
2014
- }
2015
- interface DateMember {
2016
- Url?: never;
2017
- Attachment?: never;
2018
- EmailMessage?: never;
2019
- String?: never;
2020
- Number?: never;
2021
- Date: DateReference;
2022
- Email?: never;
2023
- $unknown?: never;
2024
- }
2025
- interface EmailMember {
2026
- Url?: never;
2027
- Attachment?: never;
2028
- EmailMessage?: never;
2029
- String?: never;
2030
- Number?: never;
2031
- Date?: never;
2032
- Email: EmailReference;
2033
- $unknown?: never;
2034
- }
2035
- interface $UnknownMember {
2036
- Url?: never;
2037
- Attachment?: never;
2038
- EmailMessage?: never;
2039
- String?: never;
2040
- Number?: never;
2041
- Date?: never;
2042
- Email?: never;
2043
- $unknown: [string, any];
2044
- }
2045
- interface Visitor<T> {
2046
- Url: (value: UrlReference) => T;
2047
- Attachment: (value: AttachmentReference) => T;
2048
- EmailMessage: (value: EmailMessageReference) => T;
2049
- String: (value: StringReference) => T;
2050
- Number: (value: NumberReference) => T;
2051
- Date: (value: DateReference) => T;
2052
- Email: (value: EmailReference) => T;
2053
- _: (name: string, value: any) => T;
2054
- }
2055
- const visit: <T>(value: ReferenceSummary, visitor: Visitor<T>) => T;
2056
- }
2057
- export interface ListContactReferencesResponse {
2058
- ReferenceSummaryList?: ReferenceSummary[] | undefined;
2059
- NextToken?: string | undefined;
2060
- }
2061
- export interface ListDefaultVocabulariesRequest {
2062
- InstanceId: string | undefined;
2063
- LanguageCode?: VocabularyLanguageCode | undefined;
2064
- MaxResults?: number | undefined;
2065
- NextToken?: string | undefined;
2066
- }
2067
- export interface DefaultVocabulary {
2068
- InstanceId: string | undefined;
2069
- LanguageCode: VocabularyLanguageCode | undefined;
2070
- VocabularyId: string | undefined;
2071
- VocabularyName: string | undefined;
2072
- }
2073
- export interface ListDefaultVocabulariesResponse {
2074
- DefaultVocabularyList: DefaultVocabulary[] | undefined;
2075
- NextToken?: string | undefined;
2076
- }
2077
- export interface ListEvaluationFormsRequest {
2078
- InstanceId: string | undefined;
2079
- MaxResults?: number | undefined;
2080
- NextToken?: string | undefined;
2081
- }
2082
- export interface EvaluationFormSummary {
2083
- EvaluationFormId: string | undefined;
2084
- EvaluationFormArn: string | undefined;
2085
- Title: string | undefined;
2086
- CreatedTime: Date | undefined;
2087
- CreatedBy: string | undefined;
2088
- LastModifiedTime: Date | undefined;
2089
- LastModifiedBy: string | undefined;
2090
- LastActivatedTime?: Date | undefined;
2091
- LastActivatedBy?: string | undefined;
2092
- LatestVersion: number | undefined;
2093
- ActiveVersion?: number | undefined;
2094
- }
2095
- export interface ListEvaluationFormsResponse {
2096
- EvaluationFormSummaryList: EvaluationFormSummary[] | undefined;
2097
- NextToken?: string | undefined;
2098
- }
2034
+ export declare const CreateViewResponseFilterSensitiveLog: (
2035
+ obj: CreateViewResponse
2036
+ ) => any;
2037
+ export declare const CreateViewVersionResponseFilterSensitiveLog: (
2038
+ obj: CreateViewVersionResponse
2039
+ ) => any;
2099
2040
  export declare const DescribeEmailAddressResponseFilterSensitiveLog: (
2100
2041
  obj: DescribeEmailAddressResponse
2101
2042
  ) => any;