@aws-sdk/client-connect 3.696.0 → 3.699.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.
- package/README.md +88 -0
- package/dist-cjs/index.js +968 -115
- package/dist-es/Connect.js +22 -0
- package/dist-es/commands/CreateContactCommand.js +23 -0
- package/dist-es/commands/CreateEmailAddressCommand.js +23 -0
- package/dist-es/commands/DeleteEmailAddressCommand.js +22 -0
- package/dist-es/commands/DescribeContactCommand.js +1 -1
- package/dist-es/commands/DescribeEmailAddressCommand.js +23 -0
- package/dist-es/commands/ListAssociatedContactsCommand.js +22 -0
- package/dist-es/commands/SearchEmailAddressesCommand.js +23 -0
- package/dist-es/commands/SendOutboundEmailCommand.js +23 -0
- package/dist-es/commands/StartEmailContactCommand.js +23 -0
- package/dist-es/commands/StartOutboundEmailContactCommand.js +23 -0
- package/dist-es/commands/UpdateEmailAddressMetadataCommand.js +23 -0
- package/dist-es/commands/UpdateQueueOutboundEmailConfigCommand.js +22 -0
- package/dist-es/commands/index.js +11 -0
- package/dist-es/models/index.js +1 -0
- package/dist-es/models/models_0.js +72 -24
- package/dist-es/models/models_1.js +24 -45
- package/dist-es/models/models_2.js +162 -17
- package/dist-es/models/models_3.js +10 -0
- package/dist-es/protocols/Aws_restJson1.js +417 -6
- package/dist-types/Connect.d.ts +77 -0
- package/dist-types/ConnectClient.d.ts +13 -2
- package/dist-types/commands/AssociateFlowCommand.d.ts +1 -1
- package/dist-types/commands/AssociateInstanceStorageConfigCommand.d.ts +1 -1
- package/dist-types/commands/AssociateRoutingProfileQueuesCommand.d.ts +1 -1
- package/dist-types/commands/BatchGetAttachedFileMetadataCommand.d.ts +1 -1
- package/dist-types/commands/BatchGetFlowAssociationCommand.d.ts +2 -2
- package/dist-types/commands/BatchPutContactCommand.d.ts +2 -2
- package/dist-types/commands/CreateContactCommand.d.ts +128 -0
- package/dist-types/commands/CreateEmailAddressCommand.d.ts +109 -0
- package/dist-types/commands/CreateEvaluationFormCommand.d.ts +1 -1
- package/dist-types/commands/CreateIntegrationAssociationCommand.d.ts +1 -1
- package/dist-types/commands/CreateQueueCommand.d.ts +3 -0
- package/dist-types/commands/CreateRoutingProfileCommand.d.ts +2 -2
- package/dist-types/commands/CreateRuleCommand.d.ts +5 -2
- package/dist-types/commands/CreateTaskTemplateCommand.d.ts +2 -1
- package/dist-types/commands/DeleteEmailAddressCommand.d.ts +91 -0
- package/dist-types/commands/DeleteViewVersionCommand.d.ts +2 -1
- package/dist-types/commands/DeleteVocabularyCommand.d.ts +1 -1
- package/dist-types/commands/DescribeAgentStatusCommand.d.ts +1 -1
- package/dist-types/commands/DescribeAuthenticationProfileCommand.d.ts +1 -1
- package/dist-types/commands/DescribeContactCommand.d.ts +29 -4
- package/dist-types/commands/DescribeContactEvaluationCommand.d.ts +1 -1
- package/dist-types/commands/DescribeEmailAddressCommand.d.ts +99 -0
- package/dist-types/commands/DescribeEvaluationFormCommand.d.ts +1 -1
- package/dist-types/commands/DescribeInstanceStorageConfigCommand.d.ts +1 -1
- package/dist-types/commands/DescribeQueueCommand.d.ts +3 -0
- package/dist-types/commands/DescribeRoutingProfileCommand.d.ts +1 -1
- package/dist-types/commands/DescribeRuleCommand.d.ts +5 -2
- package/dist-types/commands/DisassociateFlowCommand.d.ts +1 -1
- package/dist-types/commands/DisassociateInstanceStorageConfigCommand.d.ts +1 -1
- package/dist-types/commands/DisassociateRoutingProfileQueuesCommand.d.ts +1 -1
- package/dist-types/commands/GetAttachedFileCommand.d.ts +1 -1
- package/dist-types/commands/GetCurrentMetricDataCommand.d.ts +2 -2
- package/dist-types/commands/GetCurrentUserDataCommand.d.ts +2 -2
- package/dist-types/commands/GetFlowAssociationCommand.d.ts +2 -2
- package/dist-types/commands/GetMetricDataCommand.d.ts +2 -2
- package/dist-types/commands/GetTaskTemplateCommand.d.ts +2 -1
- package/dist-types/commands/ListAssociatedContactsCommand.d.ts +102 -0
- package/dist-types/commands/ListContactReferencesCommand.d.ts +7 -2
- package/dist-types/commands/ListFlowAssociationsCommand.d.ts +2 -2
- package/dist-types/commands/ListInstanceStorageConfigsCommand.d.ts +1 -1
- package/dist-types/commands/ListIntegrationAssociationsCommand.d.ts +2 -2
- package/dist-types/commands/ListRealtimeContactAnalysisSegmentsV2Command.d.ts +2 -1
- package/dist-types/commands/ListRoutingProfileQueuesCommand.d.ts +2 -2
- package/dist-types/commands/ListRoutingProfilesCommand.d.ts +1 -1
- package/dist-types/commands/ListRulesCommand.d.ts +1 -1
- package/dist-types/commands/ListSecurityKeysCommand.d.ts +1 -1
- package/dist-types/commands/ListSecurityProfileApplicationsCommand.d.ts +1 -1
- package/dist-types/commands/ListSecurityProfilePermissionsCommand.d.ts +1 -2
- package/dist-types/commands/SearchAgentStatusesCommand.d.ts +2 -1
- package/dist-types/commands/SearchContactFlowModulesCommand.d.ts +2 -1
- package/dist-types/commands/SearchContactFlowsCommand.d.ts +2 -1
- package/dist-types/commands/SearchContactsCommand.d.ts +20 -4
- package/dist-types/commands/SearchEmailAddressesCommand.d.ts +146 -0
- package/dist-types/commands/SearchHoursOfOperationsCommand.d.ts +2 -1
- package/dist-types/commands/SearchPredefinedAttributesCommand.d.ts +2 -1
- package/dist-types/commands/SearchPromptsCommand.d.ts +2 -1
- package/dist-types/commands/SearchQueuesCommand.d.ts +5 -1
- package/dist-types/commands/SearchQuickConnectsCommand.d.ts +2 -1
- package/dist-types/commands/SearchRoutingProfilesCommand.d.ts +3 -2
- package/dist-types/commands/SearchSecurityProfilesCommand.d.ts +2 -1
- package/dist-types/commands/SearchUserHierarchyGroupsCommand.d.ts +2 -1
- package/dist-types/commands/SearchUsersCommand.d.ts +2 -1
- package/dist-types/commands/SendOutboundEmailCommand.d.ts +130 -0
- package/dist-types/commands/StartAttachedFileUploadCommand.d.ts +1 -1
- package/dist-types/commands/StartEmailContactCommand.d.ts +150 -0
- package/dist-types/commands/StartOutboundChatContactCommand.d.ts +2 -2
- package/dist-types/commands/StartOutboundEmailContactCommand.d.ts +128 -0
- package/dist-types/commands/StartOutboundVoiceContactCommand.d.ts +5 -2
- package/dist-types/commands/StartTaskContactCommand.d.ts +10 -2
- package/dist-types/commands/StartWebRTCContactCommand.d.ts +5 -2
- package/dist-types/commands/UpdateContactCommand.d.ts +10 -2
- package/dist-types/commands/UpdateContactRoutingDataCommand.d.ts +2 -1
- package/dist-types/commands/UpdateEmailAddressMetadataCommand.d.ts +97 -0
- package/dist-types/commands/UpdateEvaluationFormCommand.d.ts +2 -1
- package/dist-types/commands/UpdateInstanceStorageConfigCommand.d.ts +1 -1
- package/dist-types/commands/UpdateQueueOutboundEmailConfigCommand.d.ts +94 -0
- package/dist-types/commands/UpdateRoutingProfileConcurrencyCommand.d.ts +1 -1
- package/dist-types/commands/UpdateRoutingProfileQueuesCommand.d.ts +1 -1
- package/dist-types/commands/UpdateRuleCommand.d.ts +5 -2
- package/dist-types/commands/UpdateTaskTemplateCommand.d.ts +4 -2
- package/dist-types/commands/index.d.ts +11 -0
- package/dist-types/models/index.d.ts +1 -0
- package/dist-types/models/models_0.d.ts +389 -335
- package/dist-types/models/models_1.d.ts +560 -663
- package/dist-types/models/models_2.d.ts +3752 -3728
- package/dist-types/models/models_3.d.ts +1351 -0
- package/dist-types/protocols/Aws_restJson1.d.ts +99 -0
- package/dist-types/ts3.4/Connect.d.ts +187 -0
- package/dist-types/ts3.4/ConnectClient.d.ts +66 -0
- package/dist-types/ts3.4/commands/CreateContactCommand.d.ts +50 -0
- package/dist-types/ts3.4/commands/CreateEmailAddressCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/CreateEvaluationFormCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteEmailAddressCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DeleteViewVersionCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/DeleteVocabularyCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeAgentStatusCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeAuthenticationProfileCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeContactCommand.d.ts +2 -2
- package/dist-types/ts3.4/commands/DescribeContactEvaluationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeEmailAddressCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DescribeEvaluationFormCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListAssociatedContactsCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ListRealtimeContactAnalysisSegmentsV2Command.d.ts +2 -4
- package/dist-types/ts3.4/commands/ListRoutingProfileQueuesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListRoutingProfilesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListRulesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListSecurityKeysCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListSecurityProfileApplicationsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListSecurityProfilePermissionsCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/SearchAgentStatusesCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/SearchContactFlowModulesCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/SearchContactFlowsCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/SearchEmailAddressesCommand.d.ts +49 -0
- package/dist-types/ts3.4/commands/SearchHoursOfOperationsCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/SearchPredefinedAttributesCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/SearchPromptsCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/SearchQueuesCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/SearchQuickConnectsCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/SearchRoutingProfilesCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/SearchSecurityProfilesCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/SearchUserHierarchyGroupsCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/SearchUsersCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/SendOutboundEmailCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/StartEmailContactCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/StartOutboundEmailContactCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/UpdateContactRoutingDataCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/UpdateEmailAddressMetadataCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/UpdateEvaluationFormCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/UpdateQueueOutboundEmailConfigCommand.d.ts +47 -0
- package/dist-types/ts3.4/commands/index.d.ts +11 -0
- package/dist-types/ts3.4/models/index.d.ts +1 -0
- package/dist-types/ts3.4/models/models_0.d.ts +143 -95
- package/dist-types/ts3.4/models/models_1.d.ts +160 -230
- package/dist-types/ts3.4/models/models_2.d.ts +451 -290
- package/dist-types/ts3.4/models/models_3.d.ts +325 -0
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +132 -0
- package/package.json +4 -4
|
@@ -1,6 +1,331 @@
|
|
|
1
1
|
import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client";
|
|
2
2
|
import { ConnectServiceException as __BaseException } from "./ConnectServiceException";
|
|
3
|
-
import {
|
|
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 DeleteViewVersionResponse {
|
|
8
|
+
}
|
|
9
|
+
/**
|
|
10
|
+
* @public
|
|
11
|
+
*/
|
|
12
|
+
export interface DeleteVocabularyRequest {
|
|
13
|
+
/**
|
|
14
|
+
* <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>
|
|
15
|
+
* @public
|
|
16
|
+
*/
|
|
17
|
+
InstanceId: string | undefined;
|
|
18
|
+
/**
|
|
19
|
+
* <p>The identifier of the custom vocabulary.</p>
|
|
20
|
+
* @public
|
|
21
|
+
*/
|
|
22
|
+
VocabularyId: string | undefined;
|
|
23
|
+
}
|
|
24
|
+
/**
|
|
25
|
+
* @public
|
|
26
|
+
*/
|
|
27
|
+
export interface DeleteVocabularyResponse {
|
|
28
|
+
/**
|
|
29
|
+
* <p>The Amazon Resource Name (ARN) of the custom vocabulary.</p>
|
|
30
|
+
* @public
|
|
31
|
+
*/
|
|
32
|
+
VocabularyArn: string | undefined;
|
|
33
|
+
/**
|
|
34
|
+
* <p>The identifier of the custom vocabulary.</p>
|
|
35
|
+
* @public
|
|
36
|
+
*/
|
|
37
|
+
VocabularyId: string | undefined;
|
|
38
|
+
/**
|
|
39
|
+
* <p>The current state of the custom vocabulary.</p>
|
|
40
|
+
* @public
|
|
41
|
+
*/
|
|
42
|
+
State: VocabularyState | undefined;
|
|
43
|
+
}
|
|
44
|
+
/**
|
|
45
|
+
* @public
|
|
46
|
+
*/
|
|
47
|
+
export interface DescribeAgentStatusRequest {
|
|
48
|
+
/**
|
|
49
|
+
* <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>
|
|
50
|
+
* @public
|
|
51
|
+
*/
|
|
52
|
+
InstanceId: string | undefined;
|
|
53
|
+
/**
|
|
54
|
+
* <p>The identifier for the agent status.</p>
|
|
55
|
+
* @public
|
|
56
|
+
*/
|
|
57
|
+
AgentStatusId: string | undefined;
|
|
58
|
+
}
|
|
59
|
+
/**
|
|
60
|
+
* @public
|
|
61
|
+
*/
|
|
62
|
+
export interface DescribeAgentStatusResponse {
|
|
63
|
+
/**
|
|
64
|
+
* <p>The agent status.</p>
|
|
65
|
+
* @public
|
|
66
|
+
*/
|
|
67
|
+
AgentStatus?: AgentStatus | undefined;
|
|
68
|
+
}
|
|
69
|
+
/**
|
|
70
|
+
* @public
|
|
71
|
+
*/
|
|
72
|
+
export interface DescribeAuthenticationProfileRequest {
|
|
73
|
+
/**
|
|
74
|
+
* <p>A unique identifier for the authentication profile. </p>
|
|
75
|
+
* @public
|
|
76
|
+
*/
|
|
77
|
+
AuthenticationProfileId: string | undefined;
|
|
78
|
+
/**
|
|
79
|
+
* <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>
|
|
80
|
+
* @public
|
|
81
|
+
*/
|
|
82
|
+
InstanceId: string | undefined;
|
|
83
|
+
}
|
|
84
|
+
/**
|
|
85
|
+
* <p>This API is in preview release for Amazon Connect and is subject to change. To
|
|
86
|
+
* request access to this API, contact Amazon Web Services Support.</p>
|
|
87
|
+
* <p>Information about an authentication profile. An authentication profile is a resource that
|
|
88
|
+
* stores the authentication settings for users in your contact center. You use authentication
|
|
89
|
+
* profiles to set up IP address range restrictions and session timeouts. For more information, see
|
|
90
|
+
* <a href="https://docs.aws.amazon.com/connect/latest/adminguide/authentication-profiles.html">Set IP
|
|
91
|
+
* address restrictions or session timeouts</a>. </p>
|
|
92
|
+
* @public
|
|
93
|
+
*/
|
|
94
|
+
export interface AuthenticationProfile {
|
|
95
|
+
/**
|
|
96
|
+
* <p>A unique identifier for the authentication profile. </p>
|
|
97
|
+
* @public
|
|
98
|
+
*/
|
|
99
|
+
Id?: string | undefined;
|
|
100
|
+
/**
|
|
101
|
+
* <p>The Amazon Resource Name (ARN) for the authentication profile.</p>
|
|
102
|
+
* @public
|
|
103
|
+
*/
|
|
104
|
+
Arn?: string | undefined;
|
|
105
|
+
/**
|
|
106
|
+
* <p>The name for the authentication profile.</p>
|
|
107
|
+
* @public
|
|
108
|
+
*/
|
|
109
|
+
Name?: string | undefined;
|
|
110
|
+
/**
|
|
111
|
+
* <p>The description for the authentication profile.</p>
|
|
112
|
+
* @public
|
|
113
|
+
*/
|
|
114
|
+
Description?: string | undefined;
|
|
115
|
+
/**
|
|
116
|
+
* <p>A list of IP address range strings that are allowed to access the Amazon Connect
|
|
117
|
+
* 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
|
|
118
|
+
* address based access control</a> in the <i>Amazon Connect Administrator
|
|
119
|
+
* Guide</i>.</p>
|
|
120
|
+
* @public
|
|
121
|
+
*/
|
|
122
|
+
AllowedIps?: string[] | undefined;
|
|
123
|
+
/**
|
|
124
|
+
* <p>A list of IP address range strings that are blocked from accessing the Amazon Connect
|
|
125
|
+
* 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
|
|
126
|
+
* address based access control</a> in the <i>Amazon Connect Administrator
|
|
127
|
+
* Guide</i>.</p>
|
|
128
|
+
* @public
|
|
129
|
+
*/
|
|
130
|
+
BlockedIps?: string[] | undefined;
|
|
131
|
+
/**
|
|
132
|
+
* <p>Shows whether the authentication profile is the default authentication profile for the
|
|
133
|
+
* Amazon Connect instance. The default authentication profile applies to all agents in an
|
|
134
|
+
* Amazon Connect instance, unless overridden by another authentication profile.</p>
|
|
135
|
+
* @public
|
|
136
|
+
*/
|
|
137
|
+
IsDefault?: boolean | undefined;
|
|
138
|
+
/**
|
|
139
|
+
* <p>The timestamp when the authentication profile was created.</p>
|
|
140
|
+
* @public
|
|
141
|
+
*/
|
|
142
|
+
CreatedTime?: Date | undefined;
|
|
143
|
+
/**
|
|
144
|
+
* <p>The timestamp when the authentication profile was last modified.</p>
|
|
145
|
+
* @public
|
|
146
|
+
*/
|
|
147
|
+
LastModifiedTime?: Date | undefined;
|
|
148
|
+
/**
|
|
149
|
+
* <p>The Amazon Web Services Region where the authentication profile was last modified.</p>
|
|
150
|
+
* @public
|
|
151
|
+
*/
|
|
152
|
+
LastModifiedRegion?: string | undefined;
|
|
153
|
+
/**
|
|
154
|
+
* <p>The short lived session duration configuration for users logged in to Amazon Connect, in
|
|
155
|
+
* minutes. This value determines the maximum possible time before an agent is authenticated. For
|
|
156
|
+
* 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
|
|
157
|
+
* Guide</i>.</p>
|
|
158
|
+
* @public
|
|
159
|
+
*/
|
|
160
|
+
PeriodicSessionDuration?: number | undefined;
|
|
161
|
+
/**
|
|
162
|
+
* <p>The long lived session duration for users logged in to Amazon Connect, in minutes. After
|
|
163
|
+
* 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
|
|
164
|
+
* Guide</i>.</p>
|
|
165
|
+
* @public
|
|
166
|
+
*/
|
|
167
|
+
MaxSessionDuration?: number | undefined;
|
|
168
|
+
}
|
|
169
|
+
/**
|
|
170
|
+
* @public
|
|
171
|
+
*/
|
|
172
|
+
export interface DescribeAuthenticationProfileResponse {
|
|
173
|
+
/**
|
|
174
|
+
* <p>The authentication profile object being described.</p>
|
|
175
|
+
* @public
|
|
176
|
+
*/
|
|
177
|
+
AuthenticationProfile?: AuthenticationProfile | undefined;
|
|
178
|
+
}
|
|
179
|
+
/**
|
|
180
|
+
* @public
|
|
181
|
+
*/
|
|
182
|
+
export interface DescribeContactRequest {
|
|
183
|
+
/**
|
|
184
|
+
* <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>
|
|
185
|
+
* @public
|
|
186
|
+
*/
|
|
187
|
+
InstanceId: string | undefined;
|
|
188
|
+
/**
|
|
189
|
+
* <p>The identifier of the contact.</p>
|
|
190
|
+
* @public
|
|
191
|
+
*/
|
|
192
|
+
ContactId: string | undefined;
|
|
193
|
+
}
|
|
194
|
+
/**
|
|
195
|
+
* @public
|
|
196
|
+
* @enum
|
|
197
|
+
*/
|
|
198
|
+
export declare const AnsweringMachineDetectionStatus: {
|
|
199
|
+
readonly AMD_ERROR: "AMD_ERROR";
|
|
200
|
+
readonly AMD_NOT_APPLICABLE: "AMD_NOT_APPLICABLE";
|
|
201
|
+
readonly AMD_UNANSWERED: "AMD_UNANSWERED";
|
|
202
|
+
readonly AMD_UNRESOLVED: "AMD_UNRESOLVED";
|
|
203
|
+
readonly ANSWERED: "ANSWERED";
|
|
204
|
+
readonly ERROR: "ERROR";
|
|
205
|
+
readonly FAX_MACHINE_DETECTED: "FAX_MACHINE_DETECTED";
|
|
206
|
+
readonly HUMAN_ANSWERED: "HUMAN_ANSWERED";
|
|
207
|
+
readonly SIT_TONE_BUSY: "SIT_TONE_BUSY";
|
|
208
|
+
readonly SIT_TONE_DETECTED: "SIT_TONE_DETECTED";
|
|
209
|
+
readonly SIT_TONE_INVALID_NUMBER: "SIT_TONE_INVALID_NUMBER";
|
|
210
|
+
readonly UNDETECTED: "UNDETECTED";
|
|
211
|
+
readonly VOICEMAIL_BEEP: "VOICEMAIL_BEEP";
|
|
212
|
+
readonly VOICEMAIL_NO_BEEP: "VOICEMAIL_NO_BEEP";
|
|
213
|
+
};
|
|
214
|
+
/**
|
|
215
|
+
* @public
|
|
216
|
+
*/
|
|
217
|
+
export type AnsweringMachineDetectionStatus = (typeof AnsweringMachineDetectionStatus)[keyof typeof AnsweringMachineDetectionStatus];
|
|
218
|
+
/**
|
|
219
|
+
* <p>Information about the Customer on the contact.</p>
|
|
220
|
+
* @public
|
|
221
|
+
*/
|
|
222
|
+
export interface Customer {
|
|
223
|
+
/**
|
|
224
|
+
* <p>Information regarding Customer’s device.</p>
|
|
225
|
+
* @public
|
|
226
|
+
*/
|
|
227
|
+
DeviceInfo?: DeviceInfo | undefined;
|
|
228
|
+
/**
|
|
229
|
+
* <p>The configuration for the allowed video and screen sharing capabilities for participants
|
|
230
|
+
* 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
|
|
231
|
+
* sharing capabilities</a> in the <i>Amazon Connect Administrator Guide</i>.</p>
|
|
232
|
+
* @public
|
|
233
|
+
*/
|
|
234
|
+
Capabilities?: ParticipantCapabilities | undefined;
|
|
235
|
+
}
|
|
236
|
+
/**
|
|
237
|
+
* <p></p>
|
|
238
|
+
* @public
|
|
239
|
+
*/
|
|
240
|
+
export interface EndpointInfo {
|
|
241
|
+
/**
|
|
242
|
+
* <p></p>
|
|
243
|
+
* @public
|
|
244
|
+
*/
|
|
245
|
+
Type?: EndpointType | undefined;
|
|
246
|
+
/**
|
|
247
|
+
* <p></p>
|
|
248
|
+
* @public
|
|
249
|
+
*/
|
|
250
|
+
Address?: string | undefined;
|
|
251
|
+
/**
|
|
252
|
+
* <p></p>
|
|
253
|
+
* @public
|
|
254
|
+
*/
|
|
255
|
+
DisplayName?: string | undefined;
|
|
256
|
+
}
|
|
257
|
+
/**
|
|
258
|
+
* <p>Information about customer’s voice activity.</p>
|
|
259
|
+
* @public
|
|
260
|
+
*/
|
|
261
|
+
export interface CustomerVoiceActivity {
|
|
262
|
+
/**
|
|
263
|
+
* <p>Timestamp that measures the beginning of the customer greeting from an outbound voice
|
|
264
|
+
* call.</p>
|
|
265
|
+
* @public
|
|
266
|
+
*/
|
|
267
|
+
GreetingStartTimestamp?: Date | undefined;
|
|
268
|
+
/**
|
|
269
|
+
* <p>Timestamp that measures the end of the customer greeting from an outbound voice call.</p>
|
|
270
|
+
* @public
|
|
271
|
+
*/
|
|
272
|
+
GreetingEndTimestamp?: Date | undefined;
|
|
273
|
+
}
|
|
274
|
+
/**
|
|
275
|
+
* <p>Information about the call disconnect experience.</p>
|
|
276
|
+
* @public
|
|
277
|
+
*/
|
|
278
|
+
export interface DisconnectDetails {
|
|
279
|
+
/**
|
|
280
|
+
* <p>Indicates the potential disconnection issues for a call. This field is not populated if the
|
|
281
|
+
* service does not detect potential issues.</p>
|
|
282
|
+
* @public
|
|
283
|
+
*/
|
|
284
|
+
PotentialDisconnectIssue?: string | undefined;
|
|
285
|
+
}
|
|
286
|
+
/**
|
|
287
|
+
* <p>Information about the quality of the Customer's media connection</p>
|
|
288
|
+
* @public
|
|
289
|
+
*/
|
|
290
|
+
export interface CustomerQualityMetrics {
|
|
291
|
+
/**
|
|
292
|
+
* <p>Information about the audio quality of the Customer</p>
|
|
293
|
+
* @public
|
|
294
|
+
*/
|
|
295
|
+
Audio?: AudioQualityMetricsInfo | undefined;
|
|
296
|
+
}
|
|
297
|
+
/**
|
|
298
|
+
* <p>Information about the quality of the participant's media connection.</p>
|
|
299
|
+
* @public
|
|
300
|
+
*/
|
|
301
|
+
export interface QualityMetrics {
|
|
302
|
+
/**
|
|
303
|
+
* <p>Information about the quality of Agent media connection.</p>
|
|
304
|
+
* @public
|
|
305
|
+
*/
|
|
306
|
+
Agent?: AgentQualityMetrics | undefined;
|
|
307
|
+
/**
|
|
308
|
+
* <p>Information about the quality of Customer media connection.</p>
|
|
309
|
+
* @public
|
|
310
|
+
*/
|
|
311
|
+
Customer?: CustomerQualityMetrics | undefined;
|
|
312
|
+
}
|
|
313
|
+
/**
|
|
314
|
+
* <p>If this contact was queued, this contains information about the queue. </p>
|
|
315
|
+
* @public
|
|
316
|
+
*/
|
|
317
|
+
export interface QueueInfo {
|
|
318
|
+
/**
|
|
319
|
+
* <p>The unique identifier for the queue.</p>
|
|
320
|
+
* @public
|
|
321
|
+
*/
|
|
322
|
+
Id?: string | undefined;
|
|
323
|
+
/**
|
|
324
|
+
* <p>The timestamp when the contact was added to the queue.</p>
|
|
325
|
+
* @public
|
|
326
|
+
*/
|
|
327
|
+
EnqueueTimestamp?: Date | undefined;
|
|
328
|
+
}
|
|
4
329
|
/**
|
|
5
330
|
* <p>An object to specify the expiration of a routing step.</p>
|
|
6
331
|
* @public
|
|
@@ -73,18 +398,6 @@ export declare const RoutingCriteriaStepStatus: {
|
|
|
73
398
|
* @public
|
|
74
399
|
*/
|
|
75
400
|
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
401
|
/**
|
|
89
402
|
* <p>Information about Amazon Connect Wisdom.</p>
|
|
90
403
|
* @public
|
|
@@ -551,50 +864,110 @@ export interface DescribeContactFlowModuleResponse {
|
|
|
551
864
|
/**
|
|
552
865
|
* @public
|
|
553
866
|
*/
|
|
554
|
-
export interface
|
|
867
|
+
export interface DescribeEmailAddressRequest {
|
|
555
868
|
/**
|
|
556
|
-
* <p
|
|
869
|
+
* <p></p>
|
|
557
870
|
* @public
|
|
558
871
|
*/
|
|
559
872
|
InstanceId: string | undefined;
|
|
560
873
|
/**
|
|
561
|
-
* <p
|
|
562
|
-
* @public
|
|
563
|
-
*/
|
|
564
|
-
EvaluationFormId: string | undefined;
|
|
565
|
-
/**
|
|
566
|
-
* <p>A version of the evaluation form.</p>
|
|
874
|
+
* <p></p>
|
|
567
875
|
* @public
|
|
568
876
|
*/
|
|
569
|
-
|
|
877
|
+
EmailAddressId: string | undefined;
|
|
570
878
|
}
|
|
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
879
|
/**
|
|
584
880
|
* @public
|
|
585
881
|
*/
|
|
586
|
-
export interface
|
|
882
|
+
export interface DescribeEmailAddressResponse {
|
|
587
883
|
/**
|
|
588
|
-
* <p
|
|
884
|
+
* <p></p>
|
|
589
885
|
* @public
|
|
590
886
|
*/
|
|
591
|
-
|
|
887
|
+
EmailAddressId?: string | undefined;
|
|
592
888
|
/**
|
|
593
|
-
* <p
|
|
889
|
+
* <p></p>
|
|
594
890
|
* @public
|
|
595
891
|
*/
|
|
596
|
-
|
|
597
|
-
|
|
892
|
+
EmailAddressArn?: string | undefined;
|
|
893
|
+
/**
|
|
894
|
+
* <p></p>
|
|
895
|
+
* @public
|
|
896
|
+
*/
|
|
897
|
+
EmailAddress?: string | undefined;
|
|
898
|
+
/**
|
|
899
|
+
* <p></p>
|
|
900
|
+
* @public
|
|
901
|
+
*/
|
|
902
|
+
DisplayName?: string | undefined;
|
|
903
|
+
/**
|
|
904
|
+
* <p></p>
|
|
905
|
+
* @public
|
|
906
|
+
*/
|
|
907
|
+
Description?: string | undefined;
|
|
908
|
+
/**
|
|
909
|
+
* <p></p>
|
|
910
|
+
* @public
|
|
911
|
+
*/
|
|
912
|
+
CreateTimestamp?: string | undefined;
|
|
913
|
+
/**
|
|
914
|
+
* <p></p>
|
|
915
|
+
* @public
|
|
916
|
+
*/
|
|
917
|
+
ModifiedTimestamp?: string | undefined;
|
|
918
|
+
/**
|
|
919
|
+
* <p></p>
|
|
920
|
+
* @public
|
|
921
|
+
*/
|
|
922
|
+
Tags?: Record<string, string> | undefined;
|
|
923
|
+
}
|
|
924
|
+
/**
|
|
925
|
+
* @public
|
|
926
|
+
*/
|
|
927
|
+
export interface DescribeEvaluationFormRequest {
|
|
928
|
+
/**
|
|
929
|
+
* <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>
|
|
930
|
+
* @public
|
|
931
|
+
*/
|
|
932
|
+
InstanceId: string | undefined;
|
|
933
|
+
/**
|
|
934
|
+
* <p>A unique identifier for the contact evaluation.</p>
|
|
935
|
+
* @public
|
|
936
|
+
*/
|
|
937
|
+
EvaluationFormId: string | undefined;
|
|
938
|
+
/**
|
|
939
|
+
* <p>A version of the evaluation form.</p>
|
|
940
|
+
* @public
|
|
941
|
+
*/
|
|
942
|
+
EvaluationFormVersion?: number | undefined;
|
|
943
|
+
}
|
|
944
|
+
/**
|
|
945
|
+
* @public
|
|
946
|
+
* @enum
|
|
947
|
+
*/
|
|
948
|
+
export declare const EvaluationFormVersionStatus: {
|
|
949
|
+
readonly ACTIVE: "ACTIVE";
|
|
950
|
+
readonly DRAFT: "DRAFT";
|
|
951
|
+
};
|
|
952
|
+
/**
|
|
953
|
+
* @public
|
|
954
|
+
*/
|
|
955
|
+
export type EvaluationFormVersionStatus = (typeof EvaluationFormVersionStatus)[keyof typeof EvaluationFormVersionStatus];
|
|
956
|
+
/**
|
|
957
|
+
* @public
|
|
958
|
+
*/
|
|
959
|
+
export interface DescribeHoursOfOperationRequest {
|
|
960
|
+
/**
|
|
961
|
+
* <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>
|
|
962
|
+
* @public
|
|
963
|
+
*/
|
|
964
|
+
InstanceId: string | undefined;
|
|
965
|
+
/**
|
|
966
|
+
* <p>The identifier for the hours of operation.</p>
|
|
967
|
+
* @public
|
|
968
|
+
*/
|
|
969
|
+
HoursOfOperationId: string | undefined;
|
|
970
|
+
}
|
|
598
971
|
/**
|
|
599
972
|
* <p>Information about of the hours of operation.</p>
|
|
600
973
|
* @public
|
|
@@ -1549,6 +1922,11 @@ export interface Queue {
|
|
|
1549
1922
|
* @public
|
|
1550
1923
|
*/
|
|
1551
1924
|
OutboundCallerConfig?: OutboundCallerConfig | undefined;
|
|
1925
|
+
/**
|
|
1926
|
+
* <p></p>
|
|
1927
|
+
* @public
|
|
1928
|
+
*/
|
|
1929
|
+
OutboundEmailConfig?: OutboundEmailConfig | undefined;
|
|
1552
1930
|
/**
|
|
1553
1931
|
* <p>The identifier for the hours of operation.</p>
|
|
1554
1932
|
* @public
|
|
@@ -5509,6 +5887,11 @@ export interface GetTaskTemplateResponse {
|
|
|
5509
5887
|
* @public
|
|
5510
5888
|
*/
|
|
5511
5889
|
ContactFlowId?: string | undefined;
|
|
5890
|
+
/**
|
|
5891
|
+
* <p></p>
|
|
5892
|
+
* @public
|
|
5893
|
+
*/
|
|
5894
|
+
SelfAssignFlowId?: string | undefined;
|
|
5512
5895
|
/**
|
|
5513
5896
|
* <p>Constraints that are applicable to the fields listed.</p>
|
|
5514
5897
|
* @public
|
|
@@ -5800,6 +6183,97 @@ export interface ListApprovedOriginsResponse {
|
|
|
5800
6183
|
*/
|
|
5801
6184
|
NextToken?: string | undefined;
|
|
5802
6185
|
}
|
|
6186
|
+
/**
|
|
6187
|
+
* @public
|
|
6188
|
+
*/
|
|
6189
|
+
export interface ListAssociatedContactsRequest {
|
|
6190
|
+
/**
|
|
6191
|
+
* <p></p>
|
|
6192
|
+
* @public
|
|
6193
|
+
*/
|
|
6194
|
+
InstanceId: string | undefined;
|
|
6195
|
+
/**
|
|
6196
|
+
* <p></p>
|
|
6197
|
+
* @public
|
|
6198
|
+
*/
|
|
6199
|
+
ContactId: string | undefined;
|
|
6200
|
+
/**
|
|
6201
|
+
* <p></p>
|
|
6202
|
+
* @public
|
|
6203
|
+
*/
|
|
6204
|
+
MaxResults?: number | undefined;
|
|
6205
|
+
/**
|
|
6206
|
+
* <p></p>
|
|
6207
|
+
* @public
|
|
6208
|
+
*/
|
|
6209
|
+
NextToken?: string | undefined;
|
|
6210
|
+
}
|
|
6211
|
+
/**
|
|
6212
|
+
* <p></p>
|
|
6213
|
+
* @public
|
|
6214
|
+
*/
|
|
6215
|
+
export interface AssociatedContactSummary {
|
|
6216
|
+
/**
|
|
6217
|
+
* <p></p>
|
|
6218
|
+
* @public
|
|
6219
|
+
*/
|
|
6220
|
+
ContactId?: string | undefined;
|
|
6221
|
+
/**
|
|
6222
|
+
* <p></p>
|
|
6223
|
+
* @public
|
|
6224
|
+
*/
|
|
6225
|
+
ContactArn?: string | undefined;
|
|
6226
|
+
/**
|
|
6227
|
+
* <p></p>
|
|
6228
|
+
* @public
|
|
6229
|
+
*/
|
|
6230
|
+
InitiationTimestamp?: Date | undefined;
|
|
6231
|
+
/**
|
|
6232
|
+
* <p></p>
|
|
6233
|
+
* @public
|
|
6234
|
+
*/
|
|
6235
|
+
DisconnectTimestamp?: Date | undefined;
|
|
6236
|
+
/**
|
|
6237
|
+
* <p></p>
|
|
6238
|
+
* @public
|
|
6239
|
+
*/
|
|
6240
|
+
InitialContactId?: string | undefined;
|
|
6241
|
+
/**
|
|
6242
|
+
* <p></p>
|
|
6243
|
+
* @public
|
|
6244
|
+
*/
|
|
6245
|
+
PreviousContactId?: string | undefined;
|
|
6246
|
+
/**
|
|
6247
|
+
* <p></p>
|
|
6248
|
+
* @public
|
|
6249
|
+
*/
|
|
6250
|
+
RelatedContactId?: string | undefined;
|
|
6251
|
+
/**
|
|
6252
|
+
* <p></p>
|
|
6253
|
+
* @public
|
|
6254
|
+
*/
|
|
6255
|
+
InitiationMethod?: ContactInitiationMethod | undefined;
|
|
6256
|
+
/**
|
|
6257
|
+
* <p></p>
|
|
6258
|
+
* @public
|
|
6259
|
+
*/
|
|
6260
|
+
Channel?: Channel | undefined;
|
|
6261
|
+
}
|
|
6262
|
+
/**
|
|
6263
|
+
* @public
|
|
6264
|
+
*/
|
|
6265
|
+
export interface ListAssociatedContactsResponse {
|
|
6266
|
+
/**
|
|
6267
|
+
* <p></p>
|
|
6268
|
+
* @public
|
|
6269
|
+
*/
|
|
6270
|
+
ContactSummaryList?: AssociatedContactSummary[] | undefined;
|
|
6271
|
+
/**
|
|
6272
|
+
* <p></p>
|
|
6273
|
+
* @public
|
|
6274
|
+
*/
|
|
6275
|
+
NextToken?: string | undefined;
|
|
6276
|
+
}
|
|
5803
6277
|
/**
|
|
5804
6278
|
* @public
|
|
5805
6279
|
*/
|
|
@@ -6279,18 +6753,6 @@ export interface ListContactReferencesRequest {
|
|
|
6279
6753
|
*/
|
|
6280
6754
|
NextToken?: string | undefined;
|
|
6281
6755
|
}
|
|
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
6756
|
/**
|
|
6295
6757
|
* <p>Information about a reference when the <code>referenceType</code> is
|
|
6296
6758
|
* <code>ATTACHMENT</code>. Otherwise, null.</p>
|
|
@@ -6312,6 +6774,11 @@ export interface AttachmentReference {
|
|
|
6312
6774
|
* @public
|
|
6313
6775
|
*/
|
|
6314
6776
|
Status?: ReferenceStatus | undefined;
|
|
6777
|
+
/**
|
|
6778
|
+
* <p></p>
|
|
6779
|
+
* @public
|
|
6780
|
+
*/
|
|
6781
|
+
Arn?: string | undefined;
|
|
6315
6782
|
}
|
|
6316
6783
|
/**
|
|
6317
6784
|
* <p>Information about a reference when the <code>referenceType</code> is <code>DATE</code>.
|
|
@@ -6347,6 +6814,22 @@ export interface EmailReference {
|
|
|
6347
6814
|
*/
|
|
6348
6815
|
Value?: string | undefined;
|
|
6349
6816
|
}
|
|
6817
|
+
/**
|
|
6818
|
+
* <p></p>
|
|
6819
|
+
* @public
|
|
6820
|
+
*/
|
|
6821
|
+
export interface EmailMessageReference {
|
|
6822
|
+
/**
|
|
6823
|
+
* <p></p>
|
|
6824
|
+
* @public
|
|
6825
|
+
*/
|
|
6826
|
+
Name?: string | undefined;
|
|
6827
|
+
/**
|
|
6828
|
+
* <p></p>
|
|
6829
|
+
* @public
|
|
6830
|
+
*/
|
|
6831
|
+
Arn?: string | undefined;
|
|
6832
|
+
}
|
|
6350
6833
|
/**
|
|
6351
6834
|
* <p>Information about a reference when the <code>referenceType</code> is <code>NUMBER</code>.
|
|
6352
6835
|
* Otherwise, null.</p>
|
|
@@ -6402,7 +6885,7 @@ export interface UrlReference {
|
|
|
6402
6885
|
* one non null field between the URL and attachment based on the reference type.</p>
|
|
6403
6886
|
* @public
|
|
6404
6887
|
*/
|
|
6405
|
-
export type ReferenceSummary = ReferenceSummary.AttachmentMember | ReferenceSummary.DateMember | ReferenceSummary.EmailMember | ReferenceSummary.NumberMember | ReferenceSummary.StringMember | ReferenceSummary.UrlMember | ReferenceSummary.$UnknownMember;
|
|
6888
|
+
export type ReferenceSummary = ReferenceSummary.AttachmentMember | ReferenceSummary.DateMember | ReferenceSummary.EmailMember | ReferenceSummary.EmailMessageMember | ReferenceSummary.NumberMember | ReferenceSummary.StringMember | ReferenceSummary.UrlMember | ReferenceSummary.$UnknownMember;
|
|
6406
6889
|
/**
|
|
6407
6890
|
* @public
|
|
6408
6891
|
*/
|
|
@@ -6415,6 +6898,7 @@ export declare namespace ReferenceSummary {
|
|
|
6415
6898
|
interface UrlMember {
|
|
6416
6899
|
Url: UrlReference;
|
|
6417
6900
|
Attachment?: never;
|
|
6901
|
+
EmailMessage?: never;
|
|
6418
6902
|
String?: never;
|
|
6419
6903
|
Number?: never;
|
|
6420
6904
|
Date?: never;
|
|
@@ -6429,6 +6913,21 @@ export declare namespace ReferenceSummary {
|
|
|
6429
6913
|
interface AttachmentMember {
|
|
6430
6914
|
Url?: never;
|
|
6431
6915
|
Attachment: AttachmentReference;
|
|
6916
|
+
EmailMessage?: never;
|
|
6917
|
+
String?: never;
|
|
6918
|
+
Number?: never;
|
|
6919
|
+
Date?: never;
|
|
6920
|
+
Email?: never;
|
|
6921
|
+
$unknown?: never;
|
|
6922
|
+
}
|
|
6923
|
+
/**
|
|
6924
|
+
* <p></p>
|
|
6925
|
+
* @public
|
|
6926
|
+
*/
|
|
6927
|
+
interface EmailMessageMember {
|
|
6928
|
+
Url?: never;
|
|
6929
|
+
Attachment?: never;
|
|
6930
|
+
EmailMessage: EmailMessageReference;
|
|
6432
6931
|
String?: never;
|
|
6433
6932
|
Number?: never;
|
|
6434
6933
|
Date?: never;
|
|
@@ -6443,6 +6942,7 @@ export declare namespace ReferenceSummary {
|
|
|
6443
6942
|
interface StringMember {
|
|
6444
6943
|
Url?: never;
|
|
6445
6944
|
Attachment?: never;
|
|
6945
|
+
EmailMessage?: never;
|
|
6446
6946
|
String: StringReference;
|
|
6447
6947
|
Number?: never;
|
|
6448
6948
|
Date?: never;
|
|
@@ -6457,6 +6957,7 @@ export declare namespace ReferenceSummary {
|
|
|
6457
6957
|
interface NumberMember {
|
|
6458
6958
|
Url?: never;
|
|
6459
6959
|
Attachment?: never;
|
|
6960
|
+
EmailMessage?: never;
|
|
6460
6961
|
String?: never;
|
|
6461
6962
|
Number: NumberReference;
|
|
6462
6963
|
Date?: never;
|
|
@@ -6471,6 +6972,7 @@ export declare namespace ReferenceSummary {
|
|
|
6471
6972
|
interface DateMember {
|
|
6472
6973
|
Url?: never;
|
|
6473
6974
|
Attachment?: never;
|
|
6975
|
+
EmailMessage?: never;
|
|
6474
6976
|
String?: never;
|
|
6475
6977
|
Number?: never;
|
|
6476
6978
|
Date: DateReference;
|
|
@@ -6485,6 +6987,7 @@ export declare namespace ReferenceSummary {
|
|
|
6485
6987
|
interface EmailMember {
|
|
6486
6988
|
Url?: never;
|
|
6487
6989
|
Attachment?: never;
|
|
6990
|
+
EmailMessage?: never;
|
|
6488
6991
|
String?: never;
|
|
6489
6992
|
Number?: never;
|
|
6490
6993
|
Date?: never;
|
|
@@ -6497,6 +7000,7 @@ export declare namespace ReferenceSummary {
|
|
|
6497
7000
|
interface $UnknownMember {
|
|
6498
7001
|
Url?: never;
|
|
6499
7002
|
Attachment?: never;
|
|
7003
|
+
EmailMessage?: never;
|
|
6500
7004
|
String?: never;
|
|
6501
7005
|
Number?: never;
|
|
6502
7006
|
Date?: never;
|
|
@@ -6506,6 +7010,7 @@ export declare namespace ReferenceSummary {
|
|
|
6506
7010
|
interface Visitor<T> {
|
|
6507
7011
|
Url: (value: UrlReference) => T;
|
|
6508
7012
|
Attachment: (value: AttachmentReference) => T;
|
|
7013
|
+
EmailMessage: (value: EmailMessageReference) => T;
|
|
6509
7014
|
String: (value: StringReference) => T;
|
|
6510
7015
|
Number: (value: NumberReference) => T;
|
|
6511
7016
|
Date: (value: DateReference) => T;
|
|
@@ -8206,617 +8711,9 @@ export interface RealTimeContactAnalysisTranscriptItemRedaction {
|
|
|
8206
8711
|
CharacterOffsets?: RealTimeContactAnalysisCharacterInterval[] | undefined;
|
|
8207
8712
|
}
|
|
8208
8713
|
/**
|
|
8209
|
-
* @
|
|
8210
|
-
* @enum
|
|
8211
|
-
*/
|
|
8212
|
-
export declare const RealTimeContactAnalysisSentimentLabel: {
|
|
8213
|
-
readonly NEGATIVE: "NEGATIVE";
|
|
8214
|
-
readonly NEUTRAL: "NEUTRAL";
|
|
8215
|
-
readonly POSITIVE: "POSITIVE";
|
|
8216
|
-
};
|
|
8217
|
-
/**
|
|
8218
|
-
* @public
|
|
8219
|
-
*/
|
|
8220
|
-
export type RealTimeContactAnalysisSentimentLabel = (typeof RealTimeContactAnalysisSentimentLabel)[keyof typeof RealTimeContactAnalysisSentimentLabel];
|
|
8221
|
-
/**
|
|
8222
|
-
* <p>The analyzed transcript segment.</p>
|
|
8223
|
-
* @public
|
|
8224
|
-
*/
|
|
8225
|
-
export interface RealTimeContactAnalysisSegmentTranscript {
|
|
8226
|
-
/**
|
|
8227
|
-
* <p>The identifier of the transcript.</p>
|
|
8228
|
-
* @public
|
|
8229
|
-
*/
|
|
8230
|
-
Id: string | undefined;
|
|
8231
|
-
/**
|
|
8232
|
-
* <p>The identifier of the participant.</p>
|
|
8233
|
-
* @public
|
|
8234
|
-
*/
|
|
8235
|
-
ParticipantId: string | undefined;
|
|
8236
|
-
/**
|
|
8237
|
-
* <p>The role of the participant. For example, is it a customer, agent, or system.</p>
|
|
8238
|
-
* @public
|
|
8239
|
-
*/
|
|
8240
|
-
ParticipantRole: ParticipantRole | undefined;
|
|
8241
|
-
/**
|
|
8242
|
-
* <p>The display name of the participant.</p>
|
|
8243
|
-
* @public
|
|
8244
|
-
*/
|
|
8245
|
-
DisplayName?: string | undefined;
|
|
8246
|
-
/**
|
|
8247
|
-
* <p>The content of the transcript. Can be redacted.</p>
|
|
8248
|
-
* @public
|
|
8249
|
-
*/
|
|
8250
|
-
Content: string | undefined;
|
|
8251
|
-
/**
|
|
8252
|
-
* <p>The type of content of the item. For example, <code>text/plain</code>.</p>
|
|
8253
|
-
* @public
|
|
8254
|
-
*/
|
|
8255
|
-
ContentType?: string | undefined;
|
|
8256
|
-
/**
|
|
8257
|
-
* <p>Field describing the time of the event. It can have different representations of time.</p>
|
|
8258
|
-
* @public
|
|
8259
|
-
*/
|
|
8260
|
-
Time: RealTimeContactAnalysisTimeData | undefined;
|
|
8261
|
-
/**
|
|
8262
|
-
* <p>Object describing redaction that was applied to the transcript. If transcript has the field
|
|
8263
|
-
* it means part of the transcript was redacted.</p>
|
|
8264
|
-
* @public
|
|
8265
|
-
*/
|
|
8266
|
-
Redaction?: RealTimeContactAnalysisTranscriptItemRedaction | undefined;
|
|
8267
|
-
/**
|
|
8268
|
-
* <p>The sentiment detected for this piece of transcript.</p>
|
|
8269
|
-
* @public
|
|
8270
|
-
*/
|
|
8271
|
-
Sentiment?: RealTimeContactAnalysisSentimentLabel | undefined;
|
|
8272
|
-
}
|
|
8273
|
-
/**
|
|
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
|
|
8714
|
+
* @internal
|
|
8280
8715
|
*/
|
|
8281
|
-
export declare
|
|
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
|
|
8394
|
-
*/
|
|
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
|
-
}
|
|
8716
|
+
export declare const DescribeEmailAddressResponseFilterSensitiveLog: (obj: DescribeEmailAddressResponse) => any;
|
|
8820
8717
|
/**
|
|
8821
8718
|
* @internal
|
|
8822
8719
|
*/
|