@aws-sdk/client-connect 3.696.0 → 3.701.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 (169) hide show
  1. package/README.md +88 -0
  2. package/dist-cjs/index.js +1021 -119
  3. package/dist-es/Connect.js +22 -0
  4. package/dist-es/commands/CreateContactCommand.js +23 -0
  5. package/dist-es/commands/CreateEmailAddressCommand.js +23 -0
  6. package/dist-es/commands/DeleteEmailAddressCommand.js +22 -0
  7. package/dist-es/commands/DescribeContactCommand.js +1 -1
  8. package/dist-es/commands/DescribeEmailAddressCommand.js +23 -0
  9. package/dist-es/commands/ListAssociatedContactsCommand.js +22 -0
  10. package/dist-es/commands/SearchEmailAddressesCommand.js +23 -0
  11. package/dist-es/commands/SendOutboundEmailCommand.js +23 -0
  12. package/dist-es/commands/StartEmailContactCommand.js +23 -0
  13. package/dist-es/commands/StartOutboundEmailContactCommand.js +23 -0
  14. package/dist-es/commands/StartTaskContactCommand.js +1 -1
  15. package/dist-es/commands/UpdateContactCommand.js +1 -1
  16. package/dist-es/commands/UpdateEmailAddressMetadataCommand.js +23 -0
  17. package/dist-es/commands/UpdateQueueOutboundEmailConfigCommand.js +22 -0
  18. package/dist-es/commands/index.js +11 -0
  19. package/dist-es/models/index.js +1 -0
  20. package/dist-es/models/models_0.js +67 -24
  21. package/dist-es/models/models_1.js +24 -40
  22. package/dist-es/models/models_2.js +142 -19
  23. package/dist-es/models/models_3.js +33 -0
  24. package/dist-es/protocols/Aws_restJson1.js +470 -10
  25. package/dist-types/Connect.d.ts +77 -0
  26. package/dist-types/ConnectClient.d.ts +13 -2
  27. package/dist-types/commands/AssociateFlowCommand.d.ts +1 -1
  28. package/dist-types/commands/AssociateInstanceStorageConfigCommand.d.ts +1 -1
  29. package/dist-types/commands/AssociateRoutingProfileQueuesCommand.d.ts +1 -1
  30. package/dist-types/commands/BatchGetAttachedFileMetadataCommand.d.ts +1 -1
  31. package/dist-types/commands/BatchGetFlowAssociationCommand.d.ts +2 -2
  32. package/dist-types/commands/BatchPutContactCommand.d.ts +2 -2
  33. package/dist-types/commands/CreateContactCommand.d.ts +139 -0
  34. package/dist-types/commands/CreateEmailAddressCommand.d.ts +111 -0
  35. package/dist-types/commands/CreateIntegrationAssociationCommand.d.ts +1 -1
  36. package/dist-types/commands/CreateQueueCommand.d.ts +3 -0
  37. package/dist-types/commands/CreateRoutingProfileCommand.d.ts +2 -2
  38. package/dist-types/commands/CreateRuleCommand.d.ts +5 -2
  39. package/dist-types/commands/CreateTaskTemplateCommand.d.ts +2 -1
  40. package/dist-types/commands/DeleteEmailAddressCommand.d.ts +91 -0
  41. package/dist-types/commands/DeleteVocabularyCommand.d.ts +2 -1
  42. package/dist-types/commands/DescribeAgentStatusCommand.d.ts +1 -1
  43. package/dist-types/commands/DescribeAuthenticationProfileCommand.d.ts +1 -1
  44. package/dist-types/commands/DescribeContactCommand.d.ts +39 -4
  45. package/dist-types/commands/DescribeContactEvaluationCommand.d.ts +1 -1
  46. package/dist-types/commands/DescribeContactFlowCommand.d.ts +1 -2
  47. package/dist-types/commands/DescribeContactFlowModuleCommand.d.ts +1 -1
  48. package/dist-types/commands/DescribeEmailAddressCommand.d.ts +99 -0
  49. package/dist-types/commands/DescribeEvaluationFormCommand.d.ts +1 -1
  50. package/dist-types/commands/DescribeInstanceStorageConfigCommand.d.ts +1 -1
  51. package/dist-types/commands/DescribeQueueCommand.d.ts +3 -0
  52. package/dist-types/commands/DescribeRoutingProfileCommand.d.ts +1 -1
  53. package/dist-types/commands/DescribeRuleCommand.d.ts +5 -2
  54. package/dist-types/commands/DisassociateFlowCommand.d.ts +1 -1
  55. package/dist-types/commands/DisassociateInstanceStorageConfigCommand.d.ts +1 -1
  56. package/dist-types/commands/DisassociateRoutingProfileQueuesCommand.d.ts +1 -1
  57. package/dist-types/commands/GetAttachedFileCommand.d.ts +1 -1
  58. package/dist-types/commands/GetCurrentMetricDataCommand.d.ts +2 -2
  59. package/dist-types/commands/GetCurrentUserDataCommand.d.ts +2 -2
  60. package/dist-types/commands/GetFlowAssociationCommand.d.ts +2 -2
  61. package/dist-types/commands/GetMetricDataCommand.d.ts +2 -2
  62. package/dist-types/commands/GetTaskTemplateCommand.d.ts +2 -1
  63. package/dist-types/commands/ListAssociatedContactsCommand.d.ts +103 -0
  64. package/dist-types/commands/ListContactReferencesCommand.d.ts +7 -2
  65. package/dist-types/commands/ListFlowAssociationsCommand.d.ts +2 -2
  66. package/dist-types/commands/ListInstanceStorageConfigsCommand.d.ts +1 -1
  67. package/dist-types/commands/ListIntegrationAssociationsCommand.d.ts +2 -2
  68. package/dist-types/commands/ListRealtimeContactAnalysisSegmentsV2Command.d.ts +3 -2
  69. package/dist-types/commands/ListRoutingProfileQueuesCommand.d.ts +2 -2
  70. package/dist-types/commands/ListRoutingProfilesCommand.d.ts +1 -1
  71. package/dist-types/commands/ListRulesCommand.d.ts +1 -1
  72. package/dist-types/commands/ListSecurityKeysCommand.d.ts +1 -1
  73. package/dist-types/commands/ListSecurityProfileApplicationsCommand.d.ts +1 -1
  74. package/dist-types/commands/ListSecurityProfilePermissionsCommand.d.ts +1 -2
  75. package/dist-types/commands/SearchAgentStatusesCommand.d.ts +2 -1
  76. package/dist-types/commands/SearchContactFlowModulesCommand.d.ts +2 -1
  77. package/dist-types/commands/SearchContactFlowsCommand.d.ts +3 -4
  78. package/dist-types/commands/SearchContactsCommand.d.ts +20 -4
  79. package/dist-types/commands/SearchEmailAddressesCommand.d.ts +146 -0
  80. package/dist-types/commands/SearchHoursOfOperationsCommand.d.ts +2 -1
  81. package/dist-types/commands/SearchPredefinedAttributesCommand.d.ts +2 -1
  82. package/dist-types/commands/SearchPromptsCommand.d.ts +2 -1
  83. package/dist-types/commands/SearchQueuesCommand.d.ts +5 -1
  84. package/dist-types/commands/SearchQuickConnectsCommand.d.ts +2 -1
  85. package/dist-types/commands/SearchRoutingProfilesCommand.d.ts +3 -2
  86. package/dist-types/commands/SearchSecurityProfilesCommand.d.ts +2 -1
  87. package/dist-types/commands/SearchUserHierarchyGroupsCommand.d.ts +2 -1
  88. package/dist-types/commands/SearchUsersCommand.d.ts +2 -1
  89. package/dist-types/commands/SendOutboundEmailCommand.d.ts +135 -0
  90. package/dist-types/commands/StartAttachedFileUploadCommand.d.ts +4 -2
  91. package/dist-types/commands/StartChatContactCommand.d.ts +12 -1
  92. package/dist-types/commands/StartEmailContactCommand.d.ts +162 -0
  93. package/dist-types/commands/StartOutboundChatContactCommand.d.ts +14 -3
  94. package/dist-types/commands/StartOutboundEmailContactCommand.d.ts +129 -0
  95. package/dist-types/commands/StartOutboundVoiceContactCommand.d.ts +5 -2
  96. package/dist-types/commands/StartTaskContactCommand.d.ts +22 -3
  97. package/dist-types/commands/StartWebRTCContactCommand.d.ts +5 -2
  98. package/dist-types/commands/TagResourceCommand.d.ts +2 -2
  99. package/dist-types/commands/UpdateContactCommand.d.ts +22 -3
  100. package/dist-types/commands/UpdateContactFlowContentCommand.d.ts +1 -1
  101. package/dist-types/commands/UpdateContactFlowModuleContentCommand.d.ts +1 -1
  102. package/dist-types/commands/UpdateContactRoutingDataCommand.d.ts +2 -1
  103. package/dist-types/commands/UpdateEmailAddressMetadataCommand.d.ts +98 -0
  104. package/dist-types/commands/UpdateEvaluationFormCommand.d.ts +2 -1
  105. package/dist-types/commands/UpdateInstanceStorageConfigCommand.d.ts +1 -1
  106. package/dist-types/commands/UpdateQueueOutboundEmailConfigCommand.d.ts +94 -0
  107. package/dist-types/commands/UpdateRoutingProfileConcurrencyCommand.d.ts +1 -1
  108. package/dist-types/commands/UpdateRoutingProfileQueuesCommand.d.ts +1 -1
  109. package/dist-types/commands/UpdateRuleCommand.d.ts +5 -2
  110. package/dist-types/commands/UpdateTaskTemplateCommand.d.ts +4 -2
  111. package/dist-types/commands/index.d.ts +11 -0
  112. package/dist-types/models/index.d.ts +1 -0
  113. package/dist-types/models/models_0.d.ts +317 -321
  114. package/dist-types/models/models_1.d.ts +567 -624
  115. package/dist-types/models/models_2.d.ts +3704 -3854
  116. package/dist-types/models/models_3.d.ts +1650 -0
  117. package/dist-types/protocols/Aws_restJson1.d.ts +99 -0
  118. package/dist-types/ts3.4/Connect.d.ts +187 -0
  119. package/dist-types/ts3.4/ConnectClient.d.ts +66 -0
  120. package/dist-types/ts3.4/commands/CreateContactCommand.d.ts +48 -0
  121. package/dist-types/ts3.4/commands/CreateEmailAddressCommand.d.ts +51 -0
  122. package/dist-types/ts3.4/commands/DeleteEmailAddressCommand.d.ts +51 -0
  123. package/dist-types/ts3.4/commands/DeleteVocabularyCommand.d.ts +2 -4
  124. package/dist-types/ts3.4/commands/DescribeAgentStatusCommand.d.ts +1 -1
  125. package/dist-types/ts3.4/commands/DescribeAuthenticationProfileCommand.d.ts +1 -1
  126. package/dist-types/ts3.4/commands/DescribeContactCommand.d.ts +2 -2
  127. package/dist-types/ts3.4/commands/DescribeContactEvaluationCommand.d.ts +1 -1
  128. package/dist-types/ts3.4/commands/DescribeEmailAddressCommand.d.ts +51 -0
  129. package/dist-types/ts3.4/commands/DescribeEvaluationFormCommand.d.ts +1 -1
  130. package/dist-types/ts3.4/commands/ListAssociatedContactsCommand.d.ts +51 -0
  131. package/dist-types/ts3.4/commands/ListRealtimeContactAnalysisSegmentsV2Command.d.ts +2 -4
  132. package/dist-types/ts3.4/commands/ListRoutingProfileQueuesCommand.d.ts +1 -1
  133. package/dist-types/ts3.4/commands/ListRoutingProfilesCommand.d.ts +1 -1
  134. package/dist-types/ts3.4/commands/ListRulesCommand.d.ts +1 -1
  135. package/dist-types/ts3.4/commands/ListSecurityKeysCommand.d.ts +1 -1
  136. package/dist-types/ts3.4/commands/ListSecurityProfileApplicationsCommand.d.ts +1 -1
  137. package/dist-types/ts3.4/commands/ListSecurityProfilePermissionsCommand.d.ts +4 -2
  138. package/dist-types/ts3.4/commands/SearchAgentStatusesCommand.d.ts +2 -4
  139. package/dist-types/ts3.4/commands/SearchContactFlowModulesCommand.d.ts +2 -4
  140. package/dist-types/ts3.4/commands/SearchContactFlowsCommand.d.ts +2 -4
  141. package/dist-types/ts3.4/commands/SearchEmailAddressesCommand.d.ts +49 -0
  142. package/dist-types/ts3.4/commands/SearchHoursOfOperationsCommand.d.ts +2 -4
  143. package/dist-types/ts3.4/commands/SearchPredefinedAttributesCommand.d.ts +2 -4
  144. package/dist-types/ts3.4/commands/SearchPromptsCommand.d.ts +2 -4
  145. package/dist-types/ts3.4/commands/SearchQueuesCommand.d.ts +2 -1
  146. package/dist-types/ts3.4/commands/SearchQuickConnectsCommand.d.ts +2 -4
  147. package/dist-types/ts3.4/commands/SearchRoutingProfilesCommand.d.ts +2 -4
  148. package/dist-types/ts3.4/commands/SearchSecurityProfilesCommand.d.ts +2 -4
  149. package/dist-types/ts3.4/commands/SearchUserHierarchyGroupsCommand.d.ts +2 -4
  150. package/dist-types/ts3.4/commands/SearchUsersCommand.d.ts +2 -1
  151. package/dist-types/ts3.4/commands/SendOutboundEmailCommand.d.ts +51 -0
  152. package/dist-types/ts3.4/commands/StartChatContactCommand.d.ts +2 -4
  153. package/dist-types/ts3.4/commands/StartEmailContactCommand.d.ts +49 -0
  154. package/dist-types/ts3.4/commands/StartOutboundChatContactCommand.d.ts +2 -4
  155. package/dist-types/ts3.4/commands/StartOutboundEmailContactCommand.d.ts +51 -0
  156. package/dist-types/ts3.4/commands/StartTaskContactCommand.d.ts +2 -4
  157. package/dist-types/ts3.4/commands/UpdateContactCommand.d.ts +2 -4
  158. package/dist-types/ts3.4/commands/UpdateContactRoutingDataCommand.d.ts +2 -4
  159. package/dist-types/ts3.4/commands/UpdateEmailAddressMetadataCommand.d.ts +51 -0
  160. package/dist-types/ts3.4/commands/UpdateEvaluationFormCommand.d.ts +2 -4
  161. package/dist-types/ts3.4/commands/UpdateQueueOutboundEmailConfigCommand.d.ts +47 -0
  162. package/dist-types/ts3.4/commands/index.d.ts +11 -0
  163. package/dist-types/ts3.4/models/index.d.ts +1 -0
  164. package/dist-types/ts3.4/models/models_0.d.ts +122 -90
  165. package/dist-types/ts3.4/models/models_1.d.ts +155 -213
  166. package/dist-types/ts3.4/models/models_2.d.ts +436 -296
  167. package/dist-types/ts3.4/models/models_3.d.ts +363 -0
  168. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +132 -0
  169. package/package.json +4 -4
@@ -1,6 +1,311 @@
1
1
  import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client";
2
2
  import { ConnectServiceException as __BaseException } from "./ConnectServiceException";
3
- import { ActionSummary, AgentAvailabilityTimer, AgentConfig, AgentContactReference, AgentsCriteria, AgentStatusReference, AgentStatusSummary, AgentStatusType, AnalyticsDataAssociationResult, Application, Channel, ContactFlowStatus, ContactFlowType, ContactState, CreatedByInfo, DirectoryType, Distribution, EventSourceName, FileStatusType, FileUseCaseType, FlowAssociationResourceType, FlowAssociationSummary, HoursOfOperationConfig, InstanceStorageConfig, InstanceStorageResourceType, IntegrationType, LexBot, LexV2Bot, ListFlowAssociationResourceType, MediaConcurrency, OutboundCallerConfig, ParticipantRole, PredefinedAttributeValues, QueueReference, QuickConnectConfig, QuickConnectType, ReferenceType, RoutingProfileQueueReference, RuleAction, RulePublishStatus, RuleTriggerEventSource, SourceType, TaskTemplateConstraints, TaskTemplateDefaults, TaskTemplateField, TaskTemplateStatus, UserIdentityInfo, UserPhoneConfig, View, VocabularyLanguageCode, VocabularyState } from "./models_0";
3
+ import { AgentAvailabilityTimer, AgentConfig, AgentContactReference, AgentQualityMetrics, AgentsCriteria, AgentStatus, AgentStatusReference, AgentStatusSummary, AgentStatusType, AnalyticsDataAssociationResult, AudioQualityMetricsInfo, Channel, ContactFlowStatus, ContactFlowType, ContactInitiationMethod, ContactState, CreatedByInfo, DeviceInfo, DirectoryType, Distribution, EndpointType, FileStatusType, FileUseCaseType, FlowAssociationResourceType, FlowAssociationSummary, HoursOfOperationConfig, InstanceStorageConfig, InstanceStorageResourceType, IntegrationType, LexBot, LexV2Bot, ListFlowAssociationResourceType, MediaConcurrency, OutboundCallerConfig, OutboundEmailConfig, ParticipantCapabilities, ParticipantRole, PredefinedAttributeValues, QueueReference, QuickConnectConfig, QuickConnectType, ReferenceStatus, ReferenceType, RoutingProfileQueueReference, RuleAction, RulePublishStatus, RuleTriggerEventSource, SourceType, TaskTemplateConstraints, TaskTemplateDefaults, TaskTemplateField, TaskTemplateStatus, UserIdentityInfo, UserPhoneConfig, View, VocabularyLanguageCode, VocabularyState } from "./models_0";
4
+ /**
5
+ * @public
6
+ */
7
+ export interface DeleteVocabularyResponse {
8
+ /**
9
+ * <p>The Amazon Resource Name (ARN) of the custom vocabulary.</p>
10
+ * @public
11
+ */
12
+ VocabularyArn: string | undefined;
13
+ /**
14
+ * <p>The identifier of the custom vocabulary.</p>
15
+ * @public
16
+ */
17
+ VocabularyId: string | undefined;
18
+ /**
19
+ * <p>The current state of the custom vocabulary.</p>
20
+ * @public
21
+ */
22
+ State: VocabularyState | undefined;
23
+ }
24
+ /**
25
+ * @public
26
+ */
27
+ export interface DescribeAgentStatusRequest {
28
+ /**
29
+ * <p>The identifier of the Amazon Connect instance. You can <a href="https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html">find the instance ID</a> in the Amazon Resource Name (ARN) of the instance.</p>
30
+ * @public
31
+ */
32
+ InstanceId: string | undefined;
33
+ /**
34
+ * <p>The identifier for the agent status.</p>
35
+ * @public
36
+ */
37
+ AgentStatusId: string | undefined;
38
+ }
39
+ /**
40
+ * @public
41
+ */
42
+ export interface DescribeAgentStatusResponse {
43
+ /**
44
+ * <p>The agent status.</p>
45
+ * @public
46
+ */
47
+ AgentStatus?: AgentStatus | undefined;
48
+ }
49
+ /**
50
+ * @public
51
+ */
52
+ export interface DescribeAuthenticationProfileRequest {
53
+ /**
54
+ * <p>A unique identifier for the authentication profile. </p>
55
+ * @public
56
+ */
57
+ AuthenticationProfileId: string | undefined;
58
+ /**
59
+ * <p>The identifier of the Amazon Connect instance. You can <a href="https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html">find the instance ID</a> in the Amazon Resource Name (ARN) of the instance.</p>
60
+ * @public
61
+ */
62
+ InstanceId: string | undefined;
63
+ }
64
+ /**
65
+ * <p>This API is in preview release for Amazon Connect and is subject to change. To
66
+ * request access to this API, contact Amazon Web Services Support.</p>
67
+ * <p>Information about an authentication profile. An authentication profile is a resource that
68
+ * stores the authentication settings for users in your contact center. You use authentication
69
+ * profiles to set up IP address range restrictions and session timeouts. For more information, see
70
+ * <a href="https://docs.aws.amazon.com/connect/latest/adminguide/authentication-profiles.html">Set IP
71
+ * address restrictions or session timeouts</a>. </p>
72
+ * @public
73
+ */
74
+ export interface AuthenticationProfile {
75
+ /**
76
+ * <p>A unique identifier for the authentication profile. </p>
77
+ * @public
78
+ */
79
+ Id?: string | undefined;
80
+ /**
81
+ * <p>The Amazon Resource Name (ARN) for the authentication profile.</p>
82
+ * @public
83
+ */
84
+ Arn?: string | undefined;
85
+ /**
86
+ * <p>The name for the authentication profile.</p>
87
+ * @public
88
+ */
89
+ Name?: string | undefined;
90
+ /**
91
+ * <p>The description for the authentication profile.</p>
92
+ * @public
93
+ */
94
+ Description?: string | undefined;
95
+ /**
96
+ * <p>A list of IP address range strings that are allowed to access the Amazon Connect
97
+ * instance. For more information about how to configure IP addresses, see <a href="https://docs.aws.amazon.com/connect/latest/adminguide/authentication-profiles.html#configure-ip-based-ac">Configure IP
98
+ * address based access control</a> in the <i>Amazon Connect Administrator
99
+ * Guide</i>.</p>
100
+ * @public
101
+ */
102
+ AllowedIps?: string[] | undefined;
103
+ /**
104
+ * <p>A list of IP address range strings that are blocked from accessing the Amazon Connect
105
+ * instance. For more information about how to configure IP addresses, see <a href="https://docs.aws.amazon.com/connect/latest/adminguide/authentication-profiles.html#configure-ip-based-ac">Configure IP
106
+ * address based access control</a> in the <i>Amazon Connect Administrator
107
+ * Guide</i>.</p>
108
+ * @public
109
+ */
110
+ BlockedIps?: string[] | undefined;
111
+ /**
112
+ * <p>Shows whether the authentication profile is the default authentication profile for the
113
+ * Amazon Connect instance. The default authentication profile applies to all agents in an
114
+ * Amazon Connect instance, unless overridden by another authentication profile.</p>
115
+ * @public
116
+ */
117
+ IsDefault?: boolean | undefined;
118
+ /**
119
+ * <p>The timestamp when the authentication profile was created.</p>
120
+ * @public
121
+ */
122
+ CreatedTime?: Date | undefined;
123
+ /**
124
+ * <p>The timestamp when the authentication profile was last modified.</p>
125
+ * @public
126
+ */
127
+ LastModifiedTime?: Date | undefined;
128
+ /**
129
+ * <p>The Amazon Web Services Region where the authentication profile was last modified.</p>
130
+ * @public
131
+ */
132
+ LastModifiedRegion?: string | undefined;
133
+ /**
134
+ * <p>The short lived session duration configuration for users logged in to Amazon Connect, in
135
+ * minutes. This value determines the maximum possible time before an agent is authenticated. For
136
+ * more information, see <a href="https://docs.aws.amazon.com/connect/latest/adminguide/authentication-profiles.html#configure-session-timeouts">Configure the session duration</a> in the <i>Amazon Connect Administrator
137
+ * Guide</i>.</p>
138
+ * @public
139
+ */
140
+ PeriodicSessionDuration?: number | undefined;
141
+ /**
142
+ * <p>The long lived session duration for users logged in to Amazon Connect, in minutes. After
143
+ * this time period, users must log in again. For more information, see <a href="https://docs.aws.amazon.com/connect/latest/adminguide/authentication-profiles.html#configure-session-timeouts">Configure the session duration</a> in the <i>Amazon Connect Administrator
144
+ * Guide</i>.</p>
145
+ * @public
146
+ */
147
+ MaxSessionDuration?: number | undefined;
148
+ }
149
+ /**
150
+ * @public
151
+ */
152
+ export interface DescribeAuthenticationProfileResponse {
153
+ /**
154
+ * <p>The authentication profile object being described.</p>
155
+ * @public
156
+ */
157
+ AuthenticationProfile?: AuthenticationProfile | undefined;
158
+ }
159
+ /**
160
+ * @public
161
+ */
162
+ export interface DescribeContactRequest {
163
+ /**
164
+ * <p>The identifier of the Amazon Connect instance. You can <a href="https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html">find the instance ID</a> in the Amazon Resource Name (ARN) of the instance.</p>
165
+ * @public
166
+ */
167
+ InstanceId: string | undefined;
168
+ /**
169
+ * <p>The identifier of the contact.</p>
170
+ * @public
171
+ */
172
+ ContactId: string | undefined;
173
+ }
174
+ /**
175
+ * @public
176
+ * @enum
177
+ */
178
+ export declare const AnsweringMachineDetectionStatus: {
179
+ readonly AMD_ERROR: "AMD_ERROR";
180
+ readonly AMD_NOT_APPLICABLE: "AMD_NOT_APPLICABLE";
181
+ readonly AMD_UNANSWERED: "AMD_UNANSWERED";
182
+ readonly AMD_UNRESOLVED: "AMD_UNRESOLVED";
183
+ readonly ANSWERED: "ANSWERED";
184
+ readonly ERROR: "ERROR";
185
+ readonly FAX_MACHINE_DETECTED: "FAX_MACHINE_DETECTED";
186
+ readonly HUMAN_ANSWERED: "HUMAN_ANSWERED";
187
+ readonly SIT_TONE_BUSY: "SIT_TONE_BUSY";
188
+ readonly SIT_TONE_DETECTED: "SIT_TONE_DETECTED";
189
+ readonly SIT_TONE_INVALID_NUMBER: "SIT_TONE_INVALID_NUMBER";
190
+ readonly UNDETECTED: "UNDETECTED";
191
+ readonly VOICEMAIL_BEEP: "VOICEMAIL_BEEP";
192
+ readonly VOICEMAIL_NO_BEEP: "VOICEMAIL_NO_BEEP";
193
+ };
194
+ /**
195
+ * @public
196
+ */
197
+ export type AnsweringMachineDetectionStatus = (typeof AnsweringMachineDetectionStatus)[keyof typeof AnsweringMachineDetectionStatus];
198
+ /**
199
+ * <p>Information about the Customer on the contact.</p>
200
+ * @public
201
+ */
202
+ export interface Customer {
203
+ /**
204
+ * <p>Information regarding Customer’s device.</p>
205
+ * @public
206
+ */
207
+ DeviceInfo?: DeviceInfo | undefined;
208
+ /**
209
+ * <p>The configuration for the allowed video and screen sharing capabilities for participants
210
+ * present over the call. For more information, see <a href="https://docs.aws.amazon.com/connect/latest/adminguide/inapp-calling.html">Set up in-app, web, video calling, and screen
211
+ * sharing capabilities</a> in the <i>Amazon Connect Administrator Guide</i>.</p>
212
+ * @public
213
+ */
214
+ Capabilities?: ParticipantCapabilities | undefined;
215
+ }
216
+ /**
217
+ * <p>Information about the endpoint.</p>
218
+ * @public
219
+ */
220
+ export interface EndpointInfo {
221
+ /**
222
+ * <p>Type of endpoint.</p>
223
+ * @public
224
+ */
225
+ Type?: EndpointType | undefined;
226
+ /**
227
+ * <p>Address of the endpoint.</p>
228
+ * @public
229
+ */
230
+ Address?: string | undefined;
231
+ /**
232
+ * <p>Display name of the endpoint.</p>
233
+ * @public
234
+ */
235
+ DisplayName?: string | undefined;
236
+ }
237
+ /**
238
+ * <p>Information about customer’s voice activity.</p>
239
+ * @public
240
+ */
241
+ export interface CustomerVoiceActivity {
242
+ /**
243
+ * <p>Timestamp that measures the beginning of the customer greeting from an outbound voice
244
+ * call.</p>
245
+ * @public
246
+ */
247
+ GreetingStartTimestamp?: Date | undefined;
248
+ /**
249
+ * <p>Timestamp that measures the end of the customer greeting from an outbound voice call.</p>
250
+ * @public
251
+ */
252
+ GreetingEndTimestamp?: Date | undefined;
253
+ }
254
+ /**
255
+ * <p>Information about the call disconnect experience.</p>
256
+ * @public
257
+ */
258
+ export interface DisconnectDetails {
259
+ /**
260
+ * <p>Indicates the potential disconnection issues for a call. This field is not populated if the
261
+ * service does not detect potential issues.</p>
262
+ * @public
263
+ */
264
+ PotentialDisconnectIssue?: string | undefined;
265
+ }
266
+ /**
267
+ * <p>Information about the quality of the Customer's media connection</p>
268
+ * @public
269
+ */
270
+ export interface CustomerQualityMetrics {
271
+ /**
272
+ * <p>Information about the audio quality of the Customer</p>
273
+ * @public
274
+ */
275
+ Audio?: AudioQualityMetricsInfo | undefined;
276
+ }
277
+ /**
278
+ * <p>Information about the quality of the participant's media connection.</p>
279
+ * @public
280
+ */
281
+ export interface QualityMetrics {
282
+ /**
283
+ * <p>Information about the quality of Agent media connection.</p>
284
+ * @public
285
+ */
286
+ Agent?: AgentQualityMetrics | undefined;
287
+ /**
288
+ * <p>Information about the quality of Customer media connection.</p>
289
+ * @public
290
+ */
291
+ Customer?: CustomerQualityMetrics | undefined;
292
+ }
293
+ /**
294
+ * <p>If this contact was queued, this contains information about the queue. </p>
295
+ * @public
296
+ */
297
+ export interface QueueInfo {
298
+ /**
299
+ * <p>The unique identifier for the queue.</p>
300
+ * @public
301
+ */
302
+ Id?: string | undefined;
303
+ /**
304
+ * <p>The timestamp when the contact was added to the queue.</p>
305
+ * @public
306
+ */
307
+ EnqueueTimestamp?: Date | undefined;
308
+ }
4
309
  /**
5
310
  * <p>An object to specify the expiration of a routing step.</p>
6
311
  * @public
@@ -73,18 +378,6 @@ export declare const RoutingCriteriaStepStatus: {
73
378
  * @public
74
379
  */
75
380
  export type RoutingCriteriaStepStatus = (typeof RoutingCriteriaStepStatus)[keyof typeof RoutingCriteriaStepStatus];
76
- /**
77
- * <p>A value for a segment attribute. This is structured as a map where the key is
78
- * <code>valueString</code> and the value is a string.</p>
79
- * @public
80
- */
81
- export interface SegmentAttributeValue {
82
- /**
83
- * <p>The value of a segment attribute.</p>
84
- * @public
85
- */
86
- ValueString?: string | undefined;
87
- }
88
381
  /**
89
382
  * <p>Information about Amazon Connect Wisdom.</p>
90
383
  * @public
@@ -389,7 +682,7 @@ export interface ContactFlow {
389
682
  */
390
683
  State?: ContactFlowState | undefined;
391
684
  /**
392
- * <p>The status of the contact flow.</p>
685
+ * <p>The status of the flow.</p>
393
686
  * @public
394
687
  */
395
688
  Status?: ContactFlowStatus | undefined;
@@ -410,12 +703,6 @@ export interface ContactFlow {
410
703
  * @public
411
704
  */
412
705
  Tags?: Record<string, string> | undefined;
413
- /**
414
- * <p>Amazon Connect includes a set of default flows that have already been published. It uses
415
- * them to power your contact center.</p>
416
- * @public
417
- */
418
- IsDefault?: boolean | undefined;
419
706
  /**
420
707
  * <p>Indicates the checksum value of the flow content.</p>
421
708
  * @public
@@ -432,12 +719,12 @@ export interface ContactFlow {
432
719
  */
433
720
  VersionDescription?: string | undefined;
434
721
  /**
435
- * <p>The time at which the contact flow was last modified.</p>
722
+ * <p>The time at which the flow was last modified.</p>
436
723
  * @public
437
724
  */
438
725
  LastModifiedTime?: Date | undefined;
439
726
  /**
440
- * <p>The region in which the contact flow was last modified</p>
727
+ * <p>The region in which the flow was last modified</p>
441
728
  * @public
442
729
  */
443
730
  LastModifiedRegion?: string | undefined;
@@ -551,75 +838,135 @@ export interface DescribeContactFlowModuleResponse {
551
838
  /**
552
839
  * @public
553
840
  */
554
- export interface DescribeEvaluationFormRequest {
841
+ export interface DescribeEmailAddressRequest {
555
842
  /**
556
843
  * <p>The identifier of the Amazon Connect instance. You can <a href="https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html">find the instance ID</a> in the Amazon Resource Name (ARN) of the instance.</p>
557
844
  * @public
558
845
  */
559
846
  InstanceId: string | undefined;
560
847
  /**
561
- * <p>A unique identifier for the contact evaluation.</p>
562
- * @public
563
- */
564
- EvaluationFormId: string | undefined;
565
- /**
566
- * <p>A version of the evaluation form.</p>
848
+ * <p>The identifier of the email address.</p>
567
849
  * @public
568
850
  */
569
- EvaluationFormVersion?: number | undefined;
851
+ EmailAddressId: string | undefined;
570
852
  }
571
- /**
572
- * @public
573
- * @enum
574
- */
575
- export declare const EvaluationFormVersionStatus: {
576
- readonly ACTIVE: "ACTIVE";
577
- readonly DRAFT: "DRAFT";
578
- };
579
- /**
580
- * @public
581
- */
582
- export type EvaluationFormVersionStatus = (typeof EvaluationFormVersionStatus)[keyof typeof EvaluationFormVersionStatus];
583
853
  /**
584
854
  * @public
585
855
  */
586
- export interface DescribeHoursOfOperationRequest {
856
+ export interface DescribeEmailAddressResponse {
587
857
  /**
588
- * <p>The identifier of the Amazon Connect instance. You can <a href="https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html">find the instance ID</a> in the Amazon Resource Name (ARN) of the instance.</p>
858
+ * <p>The identifier of the email address.</p>
589
859
  * @public
590
860
  */
591
- InstanceId: string | undefined;
861
+ EmailAddressId?: string | undefined;
592
862
  /**
593
- * <p>The identifier for the hours of operation.</p>
863
+ * <p>The Amazon Resource Name (ARN) of the email address.</p>
594
864
  * @public
595
865
  */
596
- HoursOfOperationId: string | undefined;
597
- }
598
- /**
599
- * <p>Information about of the hours of operation.</p>
600
- * @public
601
- */
602
- export interface HoursOfOperation {
866
+ EmailAddressArn?: string | undefined;
603
867
  /**
604
- * <p>The identifier for the hours of operation.</p>
868
+ * <p>The email address with the instance, in [^\s@]+@[^\s@]+\.[^\s@]+ format.</p>
605
869
  * @public
606
870
  */
607
- HoursOfOperationId?: string | undefined;
871
+ EmailAddress?: string | undefined;
608
872
  /**
609
- * <p>The Amazon Resource Name (ARN) for the hours of operation.</p>
873
+ * <p>The display name of email address</p>
610
874
  * @public
611
875
  */
612
- HoursOfOperationArn?: string | undefined;
876
+ DisplayName?: string | undefined;
613
877
  /**
614
- * <p>The name for the hours of operation.</p>
878
+ * <p>The description of the email address.</p>
615
879
  * @public
616
880
  */
617
- Name?: string | undefined;
881
+ Description?: string | undefined;
618
882
  /**
619
- * <p>The description for the hours of operation.</p>
883
+ * <p>The email address creation timestamp in ISO 8601 Datetime.</p>
620
884
  * @public
621
885
  */
622
- Description?: string | undefined;
886
+ CreateTimestamp?: string | undefined;
887
+ /**
888
+ * <p>The email address last modification timestamp in ISO 8601 Datetime.</p>
889
+ * @public
890
+ */
891
+ ModifiedTimestamp?: string | undefined;
892
+ /**
893
+ * <p>The tags used to organize, track, or control access for this resource. For example, \{ "Tags": \{"key1":"value1", "key2":"value2"\} \}.</p>
894
+ * @public
895
+ */
896
+ Tags?: Record<string, string> | undefined;
897
+ }
898
+ /**
899
+ * @public
900
+ */
901
+ export interface DescribeEvaluationFormRequest {
902
+ /**
903
+ * <p>The identifier of the Amazon Connect instance. You can <a href="https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html">find the instance ID</a> in the Amazon Resource Name (ARN) of the instance.</p>
904
+ * @public
905
+ */
906
+ InstanceId: string | undefined;
907
+ /**
908
+ * <p>A unique identifier for the contact evaluation.</p>
909
+ * @public
910
+ */
911
+ EvaluationFormId: string | undefined;
912
+ /**
913
+ * <p>A version of the evaluation form.</p>
914
+ * @public
915
+ */
916
+ EvaluationFormVersion?: number | undefined;
917
+ }
918
+ /**
919
+ * @public
920
+ * @enum
921
+ */
922
+ export declare const EvaluationFormVersionStatus: {
923
+ readonly ACTIVE: "ACTIVE";
924
+ readonly DRAFT: "DRAFT";
925
+ };
926
+ /**
927
+ * @public
928
+ */
929
+ export type EvaluationFormVersionStatus = (typeof EvaluationFormVersionStatus)[keyof typeof EvaluationFormVersionStatus];
930
+ /**
931
+ * @public
932
+ */
933
+ export interface DescribeHoursOfOperationRequest {
934
+ /**
935
+ * <p>The identifier of the Amazon Connect instance. You can <a href="https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html">find the instance ID</a> in the Amazon Resource Name (ARN) of the instance.</p>
936
+ * @public
937
+ */
938
+ InstanceId: string | undefined;
939
+ /**
940
+ * <p>The identifier for the hours of operation.</p>
941
+ * @public
942
+ */
943
+ HoursOfOperationId: string | undefined;
944
+ }
945
+ /**
946
+ * <p>Information about of the hours of operation.</p>
947
+ * @public
948
+ */
949
+ export interface HoursOfOperation {
950
+ /**
951
+ * <p>The identifier for the hours of operation.</p>
952
+ * @public
953
+ */
954
+ HoursOfOperationId?: string | undefined;
955
+ /**
956
+ * <p>The Amazon Resource Name (ARN) for the hours of operation.</p>
957
+ * @public
958
+ */
959
+ HoursOfOperationArn?: string | undefined;
960
+ /**
961
+ * <p>The name for the hours of operation.</p>
962
+ * @public
963
+ */
964
+ Name?: string | undefined;
965
+ /**
966
+ * <p>The description for the hours of operation.</p>
967
+ * @public
968
+ */
969
+ Description?: string | undefined;
623
970
  /**
624
971
  * <p>The time zone for the hours of operation.</p>
625
972
  * @public
@@ -1549,6 +1896,11 @@ export interface Queue {
1549
1896
  * @public
1550
1897
  */
1551
1898
  OutboundCallerConfig?: OutboundCallerConfig | undefined;
1899
+ /**
1900
+ * <p>The outbound email address ID for a specified queue.</p>
1901
+ * @public
1902
+ */
1903
+ OutboundEmailConfig?: OutboundEmailConfig | undefined;
1552
1904
  /**
1553
1905
  * <p>The identifier for the hours of operation.</p>
1554
1906
  * @public
@@ -2792,7 +3144,7 @@ export interface DismissUserContactResponse {
2792
3144
  */
2793
3145
  export interface GetAttachedFileRequest {
2794
3146
  /**
2795
- * <p>The unique identifier of the Connect instance.</p>
3147
+ * <p>The unique identifier of the Amazon Connect instance.</p>
2796
3148
  * @public
2797
3149
  */
2798
3150
  InstanceId: string | undefined;
@@ -2808,8 +3160,8 @@ export interface GetAttachedFileRequest {
2808
3160
  */
2809
3161
  UrlExpiryInSeconds?: number | undefined;
2810
3162
  /**
2811
- * <p>The resource to which the attached file is (being) uploaded to. <a href="https://docs.aws.amazon.com/connect/latest/APIReference/API_connect-cases_CreateCase.html">Cases</a> are the only
2812
- * current supported resource.</p>
3163
+ * <p>The resource to which the attached file is (being) uploaded to. The supported resources are
3164
+ * <a href="https://docs.aws.amazon.com/connect/latest/adminguide/cases.html">Cases</a> and <a href="https://docs.aws.amazon.com/connect/latest/adminguide/setup-email-channel.html">Email</a>.</p>
2813
3165
  * <note>
2814
3166
  * <p>This value must be a valid ARN.</p>
2815
3167
  * </note>
@@ -5509,6 +5861,12 @@ export interface GetTaskTemplateResponse {
5509
5861
  * @public
5510
5862
  */
5511
5863
  ContactFlowId?: string | undefined;
5864
+ /**
5865
+ * <p>ContactFlowId for the flow that will be run if this template is used to create a
5866
+ * self-assigned task</p>
5867
+ * @public
5868
+ */
5869
+ SelfAssignFlowId?: string | undefined;
5512
5870
  /**
5513
5871
  * <p>Constraints that are applicable to the fields listed.</p>
5514
5872
  * @public
@@ -5800,6 +6158,101 @@ export interface ListApprovedOriginsResponse {
5800
6158
  */
5801
6159
  NextToken?: string | undefined;
5802
6160
  }
6161
+ /**
6162
+ * @public
6163
+ */
6164
+ export interface ListAssociatedContactsRequest {
6165
+ /**
6166
+ * <p>The identifier of the Amazon Connect instance. You can <a href="https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html">find the instance ID</a> in the Amazon Resource Name (ARN) of the instance.</p>
6167
+ * @public
6168
+ */
6169
+ InstanceId: string | undefined;
6170
+ /**
6171
+ * <p>The identifier of the contact in this instance of Amazon Connect. </p>
6172
+ * @public
6173
+ */
6174
+ ContactId: string | undefined;
6175
+ /**
6176
+ * <p>The maximum number of results to return per page.</p>
6177
+ * <p>The maximum number of results to return per page. The default MaxResult size is 25.</p>
6178
+ * <p>Valid Range: Minimum value of 1. Maximum value of 100.</p>
6179
+ * @public
6180
+ */
6181
+ MaxResults?: number | undefined;
6182
+ /**
6183
+ * <p>The token for the next set of results. Use the value returned in the previous
6184
+ * response in the next request to retrieve the next set of results.</p>
6185
+ * @public
6186
+ */
6187
+ NextToken?: string | undefined;
6188
+ }
6189
+ /**
6190
+ * <p>Contact summary of a contact in contact tree associated with unique identifier.</p>
6191
+ * @public
6192
+ */
6193
+ export interface AssociatedContactSummary {
6194
+ /**
6195
+ * <p>The identifier of the contact in this instance of Amazon Connect. </p>
6196
+ * @public
6197
+ */
6198
+ ContactId?: string | undefined;
6199
+ /**
6200
+ * <p>The Amazon Resource Name (ARN) of the contact</p>
6201
+ * @public
6202
+ */
6203
+ ContactArn?: string | undefined;
6204
+ /**
6205
+ * <p>The date and time this contact was initiated, in UTC time.</p>
6206
+ * @public
6207
+ */
6208
+ InitiationTimestamp?: Date | undefined;
6209
+ /**
6210
+ * <p>The timestamp when the customer endpoint disconnected from Amazon Connect.</p>
6211
+ * @public
6212
+ */
6213
+ DisconnectTimestamp?: Date | undefined;
6214
+ /**
6215
+ * <p>If this contact is related to other contacts, this is the ID of the initial contact.</p>
6216
+ * @public
6217
+ */
6218
+ InitialContactId?: string | undefined;
6219
+ /**
6220
+ * <p>If this contact is not the first contact, this is the ID of the previous contact.</p>
6221
+ * @public
6222
+ */
6223
+ PreviousContactId?: string | undefined;
6224
+ /**
6225
+ * <p>The contactId that is related to this contact.</p>
6226
+ * @public
6227
+ */
6228
+ RelatedContactId?: string | undefined;
6229
+ /**
6230
+ * <p>Indicates how the contact was initiated.</p>
6231
+ * @public
6232
+ */
6233
+ InitiationMethod?: ContactInitiationMethod | undefined;
6234
+ /**
6235
+ * <p>How the contact reached your contact center.</p>
6236
+ * @public
6237
+ */
6238
+ Channel?: Channel | undefined;
6239
+ }
6240
+ /**
6241
+ * @public
6242
+ */
6243
+ export interface ListAssociatedContactsResponse {
6244
+ /**
6245
+ * <p>List of the contact summary for all the contacts in contact tree associated with unique
6246
+ * identifier.</p>
6247
+ * @public
6248
+ */
6249
+ ContactSummaryList?: AssociatedContactSummary[] | undefined;
6250
+ /**
6251
+ * <p>If there are additional results, this is the token for the next set of results.</p>
6252
+ * @public
6253
+ */
6254
+ NextToken?: string | undefined;
6255
+ }
5803
6256
  /**
5804
6257
  * @public
5805
6258
  */
@@ -6167,7 +6620,7 @@ export interface ContactFlowSummary {
6167
6620
  */
6168
6621
  ContactFlowState?: ContactFlowState | undefined;
6169
6622
  /**
6170
- * <p>The status of the contact flow.</p>
6623
+ * <p>The status of the flow.</p>
6171
6624
  * @public
6172
6625
  */
6173
6626
  ContactFlowStatus?: ContactFlowStatus | undefined;
@@ -6214,7 +6667,7 @@ export interface ListContactFlowVersionsRequest {
6214
6667
  MaxResults?: number | undefined;
6215
6668
  }
6216
6669
  /**
6217
- * <p>A summary of a contact flow version's metadata.</p>
6670
+ * <p>A summary of a flow version's metadata.</p>
6218
6671
  * @public
6219
6672
  */
6220
6673
  export interface ContactFlowVersionSummary {
@@ -6279,18 +6732,6 @@ export interface ListContactReferencesRequest {
6279
6732
  */
6280
6733
  NextToken?: string | undefined;
6281
6734
  }
6282
- /**
6283
- * @public
6284
- * @enum
6285
- */
6286
- export declare const ReferenceStatus: {
6287
- readonly APPROVED: "APPROVED";
6288
- readonly REJECTED: "REJECTED";
6289
- };
6290
- /**
6291
- * @public
6292
- */
6293
- export type ReferenceStatus = (typeof ReferenceStatus)[keyof typeof ReferenceStatus];
6294
6735
  /**
6295
6736
  * <p>Information about a reference when the <code>referenceType</code> is
6296
6737
  * <code>ATTACHMENT</code>. Otherwise, null.</p>
@@ -6312,6 +6753,11 @@ export interface AttachmentReference {
6312
6753
  * @public
6313
6754
  */
6314
6755
  Status?: ReferenceStatus | undefined;
6756
+ /**
6757
+ * <p>The Amazon Resource Name (ARN) of the attachment reference.</p>
6758
+ * @public
6759
+ */
6760
+ Arn?: string | undefined;
6315
6761
  }
6316
6762
  /**
6317
6763
  * <p>Information about a reference when the <code>referenceType</code> is <code>DATE</code>.
@@ -6347,6 +6793,23 @@ export interface EmailReference {
6347
6793
  */
6348
6794
  Value?: string | undefined;
6349
6795
  }
6796
+ /**
6797
+ * <p>Information about the reference when the referenceType is <code>EMAIL_MESSAGE</code>.
6798
+ * Otherwise, null.</p>
6799
+ * @public
6800
+ */
6801
+ export interface EmailMessageReference {
6802
+ /**
6803
+ * <p>The name of the email message reference</p>
6804
+ * @public
6805
+ */
6806
+ Name?: string | undefined;
6807
+ /**
6808
+ * <p>The Amazon Resource Name (ARN) of the email message reference</p>
6809
+ * @public
6810
+ */
6811
+ Arn?: string | undefined;
6812
+ }
6350
6813
  /**
6351
6814
  * <p>Information about a reference when the <code>referenceType</code> is <code>NUMBER</code>.
6352
6815
  * Otherwise, null.</p>
@@ -6402,7 +6865,7 @@ export interface UrlReference {
6402
6865
  * one non null field between the URL and attachment based on the reference type.</p>
6403
6866
  * @public
6404
6867
  */
6405
- export type ReferenceSummary = ReferenceSummary.AttachmentMember | ReferenceSummary.DateMember | ReferenceSummary.EmailMember | ReferenceSummary.NumberMember | ReferenceSummary.StringMember | ReferenceSummary.UrlMember | ReferenceSummary.$UnknownMember;
6868
+ export type ReferenceSummary = ReferenceSummary.AttachmentMember | ReferenceSummary.DateMember | ReferenceSummary.EmailMember | ReferenceSummary.EmailMessageMember | ReferenceSummary.NumberMember | ReferenceSummary.StringMember | ReferenceSummary.UrlMember | ReferenceSummary.$UnknownMember;
6406
6869
  /**
6407
6870
  * @public
6408
6871
  */
@@ -6415,6 +6878,7 @@ export declare namespace ReferenceSummary {
6415
6878
  interface UrlMember {
6416
6879
  Url: UrlReference;
6417
6880
  Attachment?: never;
6881
+ EmailMessage?: never;
6418
6882
  String?: never;
6419
6883
  Number?: never;
6420
6884
  Date?: never;
@@ -6429,6 +6893,22 @@ export declare namespace ReferenceSummary {
6429
6893
  interface AttachmentMember {
6430
6894
  Url?: never;
6431
6895
  Attachment: AttachmentReference;
6896
+ EmailMessage?: never;
6897
+ String?: never;
6898
+ Number?: never;
6899
+ Date?: never;
6900
+ Email?: never;
6901
+ $unknown?: never;
6902
+ }
6903
+ /**
6904
+ * <p>Information about the reference when the referenceType is <code>EMAIL_MESSAGE</code>.
6905
+ * Otherwise, null.</p>
6906
+ * @public
6907
+ */
6908
+ interface EmailMessageMember {
6909
+ Url?: never;
6910
+ Attachment?: never;
6911
+ EmailMessage: EmailMessageReference;
6432
6912
  String?: never;
6433
6913
  Number?: never;
6434
6914
  Date?: never;
@@ -6443,6 +6923,7 @@ export declare namespace ReferenceSummary {
6443
6923
  interface StringMember {
6444
6924
  Url?: never;
6445
6925
  Attachment?: never;
6926
+ EmailMessage?: never;
6446
6927
  String: StringReference;
6447
6928
  Number?: never;
6448
6929
  Date?: never;
@@ -6457,6 +6938,7 @@ export declare namespace ReferenceSummary {
6457
6938
  interface NumberMember {
6458
6939
  Url?: never;
6459
6940
  Attachment?: never;
6941
+ EmailMessage?: never;
6460
6942
  String?: never;
6461
6943
  Number: NumberReference;
6462
6944
  Date?: never;
@@ -6471,6 +6953,7 @@ export declare namespace ReferenceSummary {
6471
6953
  interface DateMember {
6472
6954
  Url?: never;
6473
6955
  Attachment?: never;
6956
+ EmailMessage?: never;
6474
6957
  String?: never;
6475
6958
  Number?: never;
6476
6959
  Date: DateReference;
@@ -6485,6 +6968,7 @@ export declare namespace ReferenceSummary {
6485
6968
  interface EmailMember {
6486
6969
  Url?: never;
6487
6970
  Attachment?: never;
6971
+ EmailMessage?: never;
6488
6972
  String?: never;
6489
6973
  Number?: never;
6490
6974
  Date?: never;
@@ -6497,6 +6981,7 @@ export declare namespace ReferenceSummary {
6497
6981
  interface $UnknownMember {
6498
6982
  Url?: never;
6499
6983
  Attachment?: never;
6984
+ EmailMessage?: never;
6500
6985
  String?: never;
6501
6986
  Number?: never;
6502
6987
  Date?: never;
@@ -6506,6 +6991,7 @@ export declare namespace ReferenceSummary {
6506
6991
  interface Visitor<T> {
6507
6992
  Url: (value: UrlReference) => T;
6508
6993
  Attachment: (value: AttachmentReference) => T;
6994
+ EmailMessage: (value: EmailMessageReference) => T;
6509
6995
  String: (value: StringReference) => T;
6510
6996
  Number: (value: NumberReference) => T;
6511
6997
  Date: (value: DateReference) => T;
@@ -8271,552 +8757,9 @@ export interface RealTimeContactAnalysisSegmentTranscript {
8271
8757
  Sentiment?: RealTimeContactAnalysisSentimentLabel | undefined;
8272
8758
  }
8273
8759
  /**
8274
- * <p>An analyzed segment for a real-time analysis session.</p>
8275
- * @public
8276
- */
8277
- export type RealtimeContactAnalysisSegment = RealtimeContactAnalysisSegment.AttachmentsMember | RealtimeContactAnalysisSegment.CategoriesMember | RealtimeContactAnalysisSegment.EventMember | RealtimeContactAnalysisSegment.IssuesMember | RealtimeContactAnalysisSegment.PostContactSummaryMember | RealtimeContactAnalysisSegment.TranscriptMember | RealtimeContactAnalysisSegment.$UnknownMember;
8278
- /**
8279
- * @public
8280
- */
8281
- export declare namespace RealtimeContactAnalysisSegment {
8282
- /**
8283
- * <p>The analyzed transcript segment.</p>
8284
- * @public
8285
- */
8286
- interface TranscriptMember {
8287
- Transcript: RealTimeContactAnalysisSegmentTranscript;
8288
- Categories?: never;
8289
- Issues?: never;
8290
- Event?: never;
8291
- Attachments?: never;
8292
- PostContactSummary?: never;
8293
- $unknown?: never;
8294
- }
8295
- /**
8296
- * <p>The matched category rules.</p>
8297
- * @public
8298
- */
8299
- interface CategoriesMember {
8300
- Transcript?: never;
8301
- Categories: RealTimeContactAnalysisSegmentCategories;
8302
- Issues?: never;
8303
- Event?: never;
8304
- Attachments?: never;
8305
- PostContactSummary?: never;
8306
- $unknown?: never;
8307
- }
8308
- /**
8309
- * <p>Segment type containing a list of detected issues.</p>
8310
- * @public
8311
- */
8312
- interface IssuesMember {
8313
- Transcript?: never;
8314
- Categories?: never;
8315
- Issues: RealTimeContactAnalysisSegmentIssues;
8316
- Event?: never;
8317
- Attachments?: never;
8318
- PostContactSummary?: never;
8319
- $unknown?: never;
8320
- }
8321
- /**
8322
- * <p>Segment type describing a contact event.</p>
8323
- * @public
8324
- */
8325
- interface EventMember {
8326
- Transcript?: never;
8327
- Categories?: never;
8328
- Issues?: never;
8329
- Event: RealTimeContactAnalysisSegmentEvent;
8330
- Attachments?: never;
8331
- PostContactSummary?: never;
8332
- $unknown?: never;
8333
- }
8334
- /**
8335
- * <p>The analyzed attachments.</p>
8336
- * @public
8337
- */
8338
- interface AttachmentsMember {
8339
- Transcript?: never;
8340
- Categories?: never;
8341
- Issues?: never;
8342
- Event?: never;
8343
- Attachments: RealTimeContactAnalysisSegmentAttachments;
8344
- PostContactSummary?: never;
8345
- $unknown?: never;
8346
- }
8347
- /**
8348
- * <p>Information about the post-contact summary.</p>
8349
- * @public
8350
- */
8351
- interface PostContactSummaryMember {
8352
- Transcript?: never;
8353
- Categories?: never;
8354
- Issues?: never;
8355
- Event?: never;
8356
- Attachments?: never;
8357
- PostContactSummary: RealTimeContactAnalysisSegmentPostContactSummary;
8358
- $unknown?: never;
8359
- }
8360
- /**
8361
- * @public
8362
- */
8363
- interface $UnknownMember {
8364
- Transcript?: never;
8365
- Categories?: never;
8366
- Issues?: never;
8367
- Event?: never;
8368
- Attachments?: never;
8369
- PostContactSummary?: never;
8370
- $unknown: [string, any];
8371
- }
8372
- interface Visitor<T> {
8373
- Transcript: (value: RealTimeContactAnalysisSegmentTranscript) => T;
8374
- Categories: (value: RealTimeContactAnalysisSegmentCategories) => T;
8375
- Issues: (value: RealTimeContactAnalysisSegmentIssues) => T;
8376
- Event: (value: RealTimeContactAnalysisSegmentEvent) => T;
8377
- Attachments: (value: RealTimeContactAnalysisSegmentAttachments) => T;
8378
- PostContactSummary: (value: RealTimeContactAnalysisSegmentPostContactSummary) => T;
8379
- _: (name: string, value: any) => T;
8380
- }
8381
- const visit: <T>(value: RealtimeContactAnalysisSegment, visitor: Visitor<T>) => T;
8382
- }
8383
- /**
8384
- * @public
8385
- * @enum
8386
- */
8387
- export declare const RealTimeContactAnalysisStatus: {
8388
- readonly COMPLETED: "COMPLETED";
8389
- readonly FAILED: "FAILED";
8390
- readonly IN_PROGRESS: "IN_PROGRESS";
8391
- };
8392
- /**
8393
- * @public
8760
+ * @internal
8394
8761
  */
8395
- export type RealTimeContactAnalysisStatus = (typeof RealTimeContactAnalysisStatus)[keyof typeof RealTimeContactAnalysisStatus];
8396
- /**
8397
- * @public
8398
- */
8399
- export interface ListRealtimeContactAnalysisSegmentsV2Response {
8400
- /**
8401
- * <p>The channel of the contact. <code>Voice</code> will not be returned. </p>
8402
- * @public
8403
- */
8404
- Channel: RealTimeContactAnalysisSupportedChannel | undefined;
8405
- /**
8406
- * <p>Status of real-time contact analysis.</p>
8407
- * @public
8408
- */
8409
- Status: RealTimeContactAnalysisStatus | undefined;
8410
- /**
8411
- * <p>An analyzed transcript or category.</p>
8412
- * @public
8413
- */
8414
- Segments: RealtimeContactAnalysisSegment[] | undefined;
8415
- /**
8416
- * <p>If there are additional results, this is the token for the next set of results.</p>
8417
- * @public
8418
- */
8419
- NextToken?: string | undefined;
8420
- }
8421
- /**
8422
- * <p>Thrown for analyzed content when requested OutputType was not enabled for a given contact.
8423
- * For example, if an OutputType.Raw was requested for a contact that had `RedactedOnly` Redaction
8424
- * policy set in Contact flow.</p>
8425
- * @public
8426
- */
8427
- export declare class OutputTypeNotFoundException extends __BaseException {
8428
- readonly name: "OutputTypeNotFoundException";
8429
- readonly $fault: "client";
8430
- Message?: string | undefined;
8431
- /**
8432
- * @internal
8433
- */
8434
- constructor(opts: __ExceptionOptionType<OutputTypeNotFoundException, __BaseException>);
8435
- }
8436
- /**
8437
- * @public
8438
- */
8439
- export interface ListRoutingProfileQueuesRequest {
8440
- /**
8441
- * <p>The identifier of the Amazon Connect instance. You can <a href="https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html">find the instance ID</a> in the Amazon Resource Name (ARN) of the instance.</p>
8442
- * @public
8443
- */
8444
- InstanceId: string | undefined;
8445
- /**
8446
- * <p>The identifier of the routing profile.</p>
8447
- * @public
8448
- */
8449
- RoutingProfileId: string | undefined;
8450
- /**
8451
- * <p>The token for the next set of results. Use the value returned in the previous
8452
- * response in the next request to retrieve the next set of results.</p>
8453
- * @public
8454
- */
8455
- NextToken?: string | undefined;
8456
- /**
8457
- * <p>The maximum number of results to return per page. The default MaxResult size is 100.</p>
8458
- * @public
8459
- */
8460
- MaxResults?: number | undefined;
8461
- }
8462
- /**
8463
- * <p>Contains summary information about a routing profile queue.</p>
8464
- * @public
8465
- */
8466
- export interface RoutingProfileQueueConfigSummary {
8467
- /**
8468
- * <p>The identifier for the queue.</p>
8469
- * @public
8470
- */
8471
- QueueId: string | undefined;
8472
- /**
8473
- * <p>The Amazon Resource Name (ARN) of the queue.</p>
8474
- * @public
8475
- */
8476
- QueueArn: string | undefined;
8477
- /**
8478
- * <p>The name of the queue.</p>
8479
- * @public
8480
- */
8481
- QueueName: string | undefined;
8482
- /**
8483
- * <p>The order in which contacts are to be handled for the queue. For more information, see
8484
- * <a href="https://docs.aws.amazon.com/connect/latest/adminguide/concepts-routing-profiles-priority.html">Queues: priority and
8485
- * delay</a>.</p>
8486
- * @public
8487
- */
8488
- Priority: number | undefined;
8489
- /**
8490
- * <p>The delay, in seconds, that a contact should be in the queue before they are routed to an
8491
- * available agent. For more information, see <a href="https://docs.aws.amazon.com/connect/latest/adminguide/concepts-routing-profiles-priority.html">Queues: priority and
8492
- * delay</a> in the <i>Amazon Connect Administrator Guide</i>.</p>
8493
- * @public
8494
- */
8495
- Delay: number | undefined;
8496
- /**
8497
- * <p>The channels this queue supports.</p>
8498
- * @public
8499
- */
8500
- Channel: Channel | undefined;
8501
- }
8502
- /**
8503
- * @public
8504
- */
8505
- export interface ListRoutingProfileQueuesResponse {
8506
- /**
8507
- * <p>If there are additional results, this is the token for the next set of results.</p>
8508
- * @public
8509
- */
8510
- NextToken?: string | undefined;
8511
- /**
8512
- * <p>Information about the routing profiles.</p>
8513
- * @public
8514
- */
8515
- RoutingProfileQueueConfigSummaryList?: RoutingProfileQueueConfigSummary[] | undefined;
8516
- /**
8517
- * <p>The timestamp when this resource was last modified.</p>
8518
- * @public
8519
- */
8520
- LastModifiedTime?: Date | undefined;
8521
- /**
8522
- * <p>The Amazon Web Services Region where this resource was last modified.</p>
8523
- * @public
8524
- */
8525
- LastModifiedRegion?: string | undefined;
8526
- }
8527
- /**
8528
- * @public
8529
- */
8530
- export interface ListRoutingProfilesRequest {
8531
- /**
8532
- * <p>The identifier of the Amazon Connect instance. You can <a href="https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html">find the instance ID</a> in the Amazon Resource Name (ARN) of the instance.</p>
8533
- * @public
8534
- */
8535
- InstanceId: string | undefined;
8536
- /**
8537
- * <p>The token for the next set of results. Use the value returned in the previous
8538
- * response in the next request to retrieve the next set of results.</p>
8539
- * @public
8540
- */
8541
- NextToken?: string | undefined;
8542
- /**
8543
- * <p>The maximum number of results to return per page. The default MaxResult size is 100.</p>
8544
- * @public
8545
- */
8546
- MaxResults?: number | undefined;
8547
- }
8548
- /**
8549
- * <p>Contains summary information about a routing profile.</p>
8550
- * @public
8551
- */
8552
- export interface RoutingProfileSummary {
8553
- /**
8554
- * <p>The identifier of the routing profile.</p>
8555
- * @public
8556
- */
8557
- Id?: string | undefined;
8558
- /**
8559
- * <p>The Amazon Resource Name (ARN) of the routing profile.</p>
8560
- * @public
8561
- */
8562
- Arn?: string | undefined;
8563
- /**
8564
- * <p>The name of the routing profile.</p>
8565
- * @public
8566
- */
8567
- Name?: string | undefined;
8568
- /**
8569
- * <p>The timestamp when this resource was last modified.</p>
8570
- * @public
8571
- */
8572
- LastModifiedTime?: Date | undefined;
8573
- /**
8574
- * <p>The Amazon Web Services Region where this resource was last modified.</p>
8575
- * @public
8576
- */
8577
- LastModifiedRegion?: string | undefined;
8578
- }
8579
- /**
8580
- * @public
8581
- */
8582
- export interface ListRoutingProfilesResponse {
8583
- /**
8584
- * <p>Information about the routing profiles.</p>
8585
- * @public
8586
- */
8587
- RoutingProfileSummaryList?: RoutingProfileSummary[] | undefined;
8588
- /**
8589
- * <p>If there are additional results, this is the token for the next set of results.</p>
8590
- * @public
8591
- */
8592
- NextToken?: string | undefined;
8593
- }
8594
- /**
8595
- * @public
8596
- */
8597
- export interface ListRulesRequest {
8598
- /**
8599
- * <p>The identifier of the Amazon Connect instance. You can <a href="https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html">find the instance ID</a> in the Amazon Resource Name (ARN) of the instance.</p>
8600
- * @public
8601
- */
8602
- InstanceId: string | undefined;
8603
- /**
8604
- * <p>The publish status of the rule.</p>
8605
- * @public
8606
- */
8607
- PublishStatus?: RulePublishStatus | undefined;
8608
- /**
8609
- * <p>The name of the event source.</p>
8610
- * @public
8611
- */
8612
- EventSourceName?: EventSourceName | undefined;
8613
- /**
8614
- * <p>The maximum number of results to return per page.</p>
8615
- * @public
8616
- */
8617
- MaxResults?: number | undefined;
8618
- /**
8619
- * <p>The token for the next set of results. Use the value returned in the previous
8620
- * response in the next request to retrieve the next set of results.</p>
8621
- * @public
8622
- */
8623
- NextToken?: string | undefined;
8624
- }
8625
- /**
8626
- * <p>A list of <code>ActionTypes</code> associated with a rule. </p>
8627
- * @public
8628
- */
8629
- export interface RuleSummary {
8630
- /**
8631
- * <p>The name of the rule.</p>
8632
- * @public
8633
- */
8634
- Name: string | undefined;
8635
- /**
8636
- * <p>A unique identifier for the rule.</p>
8637
- * @public
8638
- */
8639
- RuleId: string | undefined;
8640
- /**
8641
- * <p>The Amazon Resource Name (ARN) of the rule.</p>
8642
- * @public
8643
- */
8644
- RuleArn: string | undefined;
8645
- /**
8646
- * <p>The name of the event source.</p>
8647
- * @public
8648
- */
8649
- EventSourceName: EventSourceName | undefined;
8650
- /**
8651
- * <p>The publish status of the rule.</p>
8652
- * @public
8653
- */
8654
- PublishStatus: RulePublishStatus | undefined;
8655
- /**
8656
- * <p>A list of ActionTypes associated with a rule. </p>
8657
- * @public
8658
- */
8659
- ActionSummaries: ActionSummary[] | undefined;
8660
- /**
8661
- * <p>The timestamp for when the rule was created. </p>
8662
- * @public
8663
- */
8664
- CreatedTime: Date | undefined;
8665
- /**
8666
- * <p>The timestamp for when the rule was last updated.</p>
8667
- * @public
8668
- */
8669
- LastUpdatedTime: Date | undefined;
8670
- }
8671
- /**
8672
- * @public
8673
- */
8674
- export interface ListRulesResponse {
8675
- /**
8676
- * <p>Summary information about a rule.</p>
8677
- * @public
8678
- */
8679
- RuleSummaryList: RuleSummary[] | undefined;
8680
- /**
8681
- * <p>If there are additional results, this is the token for the next set of results.</p>
8682
- * @public
8683
- */
8684
- NextToken?: string | undefined;
8685
- }
8686
- /**
8687
- * @public
8688
- */
8689
- export interface ListSecurityKeysRequest {
8690
- /**
8691
- * <p>The identifier of the Amazon Connect instance. You can <a href="https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html">find the instance ID</a> in the Amazon Resource Name (ARN) of the instance.</p>
8692
- * @public
8693
- */
8694
- InstanceId: string | undefined;
8695
- /**
8696
- * <p>The token for the next set of results. Use the value returned in the previous
8697
- * response in the next request to retrieve the next set of results.</p>
8698
- * @public
8699
- */
8700
- NextToken?: string | undefined;
8701
- /**
8702
- * <p>The maximum number of results to return per page.</p>
8703
- * @public
8704
- */
8705
- MaxResults?: number | undefined;
8706
- }
8707
- /**
8708
- * <p>Configuration information of the security key.</p>
8709
- * @public
8710
- */
8711
- export interface SecurityKey {
8712
- /**
8713
- * <p>The existing association identifier that uniquely identifies the resource type and storage config for the given instance ID.</p>
8714
- * @public
8715
- */
8716
- AssociationId?: string | undefined;
8717
- /**
8718
- * <p>The key of the security key.</p>
8719
- * @public
8720
- */
8721
- Key?: string | undefined;
8722
- /**
8723
- * <p>When the security key was created.</p>
8724
- * @public
8725
- */
8726
- CreationTime?: Date | undefined;
8727
- }
8728
- /**
8729
- * @public
8730
- */
8731
- export interface ListSecurityKeysResponse {
8732
- /**
8733
- * <p>The security keys.</p>
8734
- * @public
8735
- */
8736
- SecurityKeys?: SecurityKey[] | undefined;
8737
- /**
8738
- * <p>If there are additional results, this is the token for the next set of results.</p>
8739
- * @public
8740
- */
8741
- NextToken?: string | undefined;
8742
- }
8743
- /**
8744
- * @public
8745
- */
8746
- export interface ListSecurityProfileApplicationsRequest {
8747
- /**
8748
- * <p>The identifier for the security profle.</p>
8749
- * @public
8750
- */
8751
- SecurityProfileId: string | undefined;
8752
- /**
8753
- * <p>The identifier of the Amazon Connect instance. You can <a href="https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html">find the instance ID</a> in the Amazon Resource Name (ARN) of the instance.</p>
8754
- * @public
8755
- */
8756
- InstanceId: string | undefined;
8757
- /**
8758
- * <p>The token for the next set of results. Use the value returned in the previous
8759
- * response in the next request to retrieve the next set of results.</p>
8760
- * @public
8761
- */
8762
- NextToken?: string | undefined;
8763
- /**
8764
- * <p>The maximum number of results to return per page.</p>
8765
- * @public
8766
- */
8767
- MaxResults?: number | undefined;
8768
- }
8769
- /**
8770
- * @public
8771
- */
8772
- export interface ListSecurityProfileApplicationsResponse {
8773
- /**
8774
- * <p>A list of the third-party application's metadata.</p>
8775
- * @public
8776
- */
8777
- Applications?: Application[] | undefined;
8778
- /**
8779
- * <p>If there are additional results, this is the token for the next set of results.</p>
8780
- * @public
8781
- */
8782
- NextToken?: string | undefined;
8783
- /**
8784
- * <p>The timestamp when this resource was last modified.</p>
8785
- * @public
8786
- */
8787
- LastModifiedTime?: Date | undefined;
8788
- /**
8789
- * <p>The Amazon Web Services Region where this resource was last modified.</p>
8790
- * @public
8791
- */
8792
- LastModifiedRegion?: string | undefined;
8793
- }
8794
- /**
8795
- * @public
8796
- */
8797
- export interface ListSecurityProfilePermissionsRequest {
8798
- /**
8799
- * <p>The identifier for the security profle.</p>
8800
- * @public
8801
- */
8802
- SecurityProfileId: string | undefined;
8803
- /**
8804
- * <p>The identifier of the Amazon Connect instance. You can <a href="https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html">find the instance ID</a> in the Amazon Resource Name (ARN) of the instance.</p>
8805
- * @public
8806
- */
8807
- InstanceId: string | undefined;
8808
- /**
8809
- * <p>The token for the next set of results. Use the value returned in the previous
8810
- * response in the next request to retrieve the next set of results.</p>
8811
- * @public
8812
- */
8813
- NextToken?: string | undefined;
8814
- /**
8815
- * <p>The maximum number of results to return per page.</p>
8816
- * @public
8817
- */
8818
- MaxResults?: number | undefined;
8819
- }
8762
+ export declare const DescribeEmailAddressResponseFilterSensitiveLog: (obj: DescribeEmailAddressResponse) => any;
8820
8763
  /**
8821
8764
  * @internal
8822
8765
  */