@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,24 +1,27 @@
|
|
|
1
1
|
import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client";
|
|
2
2
|
import { ConnectServiceException as __BaseException } from "./ConnectServiceException";
|
|
3
3
|
import {
|
|
4
|
-
ActionSummary,
|
|
5
4
|
AgentAvailabilityTimer,
|
|
6
5
|
AgentConfig,
|
|
7
6
|
AgentContactReference,
|
|
7
|
+
AgentQualityMetrics,
|
|
8
8
|
AgentsCriteria,
|
|
9
|
+
AgentStatus,
|
|
9
10
|
AgentStatusReference,
|
|
10
11
|
AgentStatusSummary,
|
|
11
12
|
AgentStatusType,
|
|
12
13
|
AnalyticsDataAssociationResult,
|
|
13
|
-
|
|
14
|
+
AudioQualityMetricsInfo,
|
|
14
15
|
Channel,
|
|
15
16
|
ContactFlowStatus,
|
|
16
17
|
ContactFlowType,
|
|
18
|
+
ContactInitiationMethod,
|
|
17
19
|
ContactState,
|
|
18
20
|
CreatedByInfo,
|
|
21
|
+
DeviceInfo,
|
|
19
22
|
DirectoryType,
|
|
20
23
|
Distribution,
|
|
21
|
-
|
|
24
|
+
EndpointType,
|
|
22
25
|
FileStatusType,
|
|
23
26
|
FileUseCaseType,
|
|
24
27
|
FlowAssociationResourceType,
|
|
@@ -32,11 +35,14 @@ import {
|
|
|
32
35
|
ListFlowAssociationResourceType,
|
|
33
36
|
MediaConcurrency,
|
|
34
37
|
OutboundCallerConfig,
|
|
38
|
+
OutboundEmailConfig,
|
|
39
|
+
ParticipantCapabilities,
|
|
35
40
|
ParticipantRole,
|
|
36
41
|
PredefinedAttributeValues,
|
|
37
42
|
QueueReference,
|
|
38
43
|
QuickConnectConfig,
|
|
39
44
|
QuickConnectType,
|
|
45
|
+
ReferenceStatus,
|
|
40
46
|
ReferenceType,
|
|
41
47
|
RoutingProfileQueueReference,
|
|
42
48
|
RuleAction,
|
|
@@ -53,6 +59,93 @@ import {
|
|
|
53
59
|
VocabularyLanguageCode,
|
|
54
60
|
VocabularyState,
|
|
55
61
|
} from "./models_0";
|
|
62
|
+
export interface DeleteViewVersionResponse {}
|
|
63
|
+
export interface DeleteVocabularyRequest {
|
|
64
|
+
InstanceId: string | undefined;
|
|
65
|
+
VocabularyId: string | undefined;
|
|
66
|
+
}
|
|
67
|
+
export interface DeleteVocabularyResponse {
|
|
68
|
+
VocabularyArn: string | undefined;
|
|
69
|
+
VocabularyId: string | undefined;
|
|
70
|
+
State: VocabularyState | undefined;
|
|
71
|
+
}
|
|
72
|
+
export interface DescribeAgentStatusRequest {
|
|
73
|
+
InstanceId: string | undefined;
|
|
74
|
+
AgentStatusId: string | undefined;
|
|
75
|
+
}
|
|
76
|
+
export interface DescribeAgentStatusResponse {
|
|
77
|
+
AgentStatus?: AgentStatus | undefined;
|
|
78
|
+
}
|
|
79
|
+
export interface DescribeAuthenticationProfileRequest {
|
|
80
|
+
AuthenticationProfileId: string | undefined;
|
|
81
|
+
InstanceId: string | undefined;
|
|
82
|
+
}
|
|
83
|
+
export interface AuthenticationProfile {
|
|
84
|
+
Id?: string | undefined;
|
|
85
|
+
Arn?: string | undefined;
|
|
86
|
+
Name?: string | undefined;
|
|
87
|
+
Description?: string | undefined;
|
|
88
|
+
AllowedIps?: string[] | undefined;
|
|
89
|
+
BlockedIps?: string[] | undefined;
|
|
90
|
+
IsDefault?: boolean | undefined;
|
|
91
|
+
CreatedTime?: Date | undefined;
|
|
92
|
+
LastModifiedTime?: Date | undefined;
|
|
93
|
+
LastModifiedRegion?: string | undefined;
|
|
94
|
+
PeriodicSessionDuration?: number | undefined;
|
|
95
|
+
MaxSessionDuration?: number | undefined;
|
|
96
|
+
}
|
|
97
|
+
export interface DescribeAuthenticationProfileResponse {
|
|
98
|
+
AuthenticationProfile?: AuthenticationProfile | undefined;
|
|
99
|
+
}
|
|
100
|
+
export interface DescribeContactRequest {
|
|
101
|
+
InstanceId: string | undefined;
|
|
102
|
+
ContactId: string | undefined;
|
|
103
|
+
}
|
|
104
|
+
export declare const AnsweringMachineDetectionStatus: {
|
|
105
|
+
readonly AMD_ERROR: "AMD_ERROR";
|
|
106
|
+
readonly AMD_NOT_APPLICABLE: "AMD_NOT_APPLICABLE";
|
|
107
|
+
readonly AMD_UNANSWERED: "AMD_UNANSWERED";
|
|
108
|
+
readonly AMD_UNRESOLVED: "AMD_UNRESOLVED";
|
|
109
|
+
readonly ANSWERED: "ANSWERED";
|
|
110
|
+
readonly ERROR: "ERROR";
|
|
111
|
+
readonly FAX_MACHINE_DETECTED: "FAX_MACHINE_DETECTED";
|
|
112
|
+
readonly HUMAN_ANSWERED: "HUMAN_ANSWERED";
|
|
113
|
+
readonly SIT_TONE_BUSY: "SIT_TONE_BUSY";
|
|
114
|
+
readonly SIT_TONE_DETECTED: "SIT_TONE_DETECTED";
|
|
115
|
+
readonly SIT_TONE_INVALID_NUMBER: "SIT_TONE_INVALID_NUMBER";
|
|
116
|
+
readonly UNDETECTED: "UNDETECTED";
|
|
117
|
+
readonly VOICEMAIL_BEEP: "VOICEMAIL_BEEP";
|
|
118
|
+
readonly VOICEMAIL_NO_BEEP: "VOICEMAIL_NO_BEEP";
|
|
119
|
+
};
|
|
120
|
+
export type AnsweringMachineDetectionStatus =
|
|
121
|
+
(typeof AnsweringMachineDetectionStatus)[keyof typeof AnsweringMachineDetectionStatus];
|
|
122
|
+
export interface Customer {
|
|
123
|
+
DeviceInfo?: DeviceInfo | undefined;
|
|
124
|
+
Capabilities?: ParticipantCapabilities | undefined;
|
|
125
|
+
}
|
|
126
|
+
export interface EndpointInfo {
|
|
127
|
+
Type?: EndpointType | undefined;
|
|
128
|
+
Address?: string | undefined;
|
|
129
|
+
DisplayName?: string | undefined;
|
|
130
|
+
}
|
|
131
|
+
export interface CustomerVoiceActivity {
|
|
132
|
+
GreetingStartTimestamp?: Date | undefined;
|
|
133
|
+
GreetingEndTimestamp?: Date | undefined;
|
|
134
|
+
}
|
|
135
|
+
export interface DisconnectDetails {
|
|
136
|
+
PotentialDisconnectIssue?: string | undefined;
|
|
137
|
+
}
|
|
138
|
+
export interface CustomerQualityMetrics {
|
|
139
|
+
Audio?: AudioQualityMetricsInfo | undefined;
|
|
140
|
+
}
|
|
141
|
+
export interface QualityMetrics {
|
|
142
|
+
Agent?: AgentQualityMetrics | undefined;
|
|
143
|
+
Customer?: CustomerQualityMetrics | undefined;
|
|
144
|
+
}
|
|
145
|
+
export interface QueueInfo {
|
|
146
|
+
Id?: string | undefined;
|
|
147
|
+
EnqueueTimestamp?: Date | undefined;
|
|
148
|
+
}
|
|
56
149
|
export interface Expiry {
|
|
57
150
|
DurationInSeconds?: number | undefined;
|
|
58
151
|
ExpiryTimestamp?: Date | undefined;
|
|
@@ -75,9 +168,6 @@ export declare const RoutingCriteriaStepStatus: {
|
|
|
75
168
|
};
|
|
76
169
|
export type RoutingCriteriaStepStatus =
|
|
77
170
|
(typeof RoutingCriteriaStepStatus)[keyof typeof RoutingCriteriaStepStatus];
|
|
78
|
-
export interface SegmentAttributeValue {
|
|
79
|
-
ValueString?: string | undefined;
|
|
80
|
-
}
|
|
81
171
|
export interface WisdomInfo {
|
|
82
172
|
SessionArn?: string | undefined;
|
|
83
173
|
}
|
|
@@ -229,6 +319,20 @@ export interface ContactFlowModule {
|
|
|
229
319
|
export interface DescribeContactFlowModuleResponse {
|
|
230
320
|
ContactFlowModule?: ContactFlowModule | undefined;
|
|
231
321
|
}
|
|
322
|
+
export interface DescribeEmailAddressRequest {
|
|
323
|
+
InstanceId: string | undefined;
|
|
324
|
+
EmailAddressId: string | undefined;
|
|
325
|
+
}
|
|
326
|
+
export interface DescribeEmailAddressResponse {
|
|
327
|
+
EmailAddressId?: string | undefined;
|
|
328
|
+
EmailAddressArn?: string | undefined;
|
|
329
|
+
EmailAddress?: string | undefined;
|
|
330
|
+
DisplayName?: string | undefined;
|
|
331
|
+
Description?: string | undefined;
|
|
332
|
+
CreateTimestamp?: string | undefined;
|
|
333
|
+
ModifiedTimestamp?: string | undefined;
|
|
334
|
+
Tags?: Record<string, string> | undefined;
|
|
335
|
+
}
|
|
232
336
|
export interface DescribeEvaluationFormRequest {
|
|
233
337
|
InstanceId: string | undefined;
|
|
234
338
|
EvaluationFormId: string | undefined;
|
|
@@ -669,6 +773,7 @@ export interface Queue {
|
|
|
669
773
|
QueueId?: string | undefined;
|
|
670
774
|
Description?: string | undefined;
|
|
671
775
|
OutboundCallerConfig?: OutboundCallerConfig | undefined;
|
|
776
|
+
OutboundEmailConfig?: OutboundEmailConfig | undefined;
|
|
672
777
|
HoursOfOperationId?: string | undefined;
|
|
673
778
|
MaxContacts?: number | undefined;
|
|
674
779
|
Status?: QueueStatus | undefined;
|
|
@@ -1302,6 +1407,7 @@ export interface GetTaskTemplateResponse {
|
|
|
1302
1407
|
Name: string | undefined;
|
|
1303
1408
|
Description?: string | undefined;
|
|
1304
1409
|
ContactFlowId?: string | undefined;
|
|
1410
|
+
SelfAssignFlowId?: string | undefined;
|
|
1305
1411
|
Constraints?: TaskTemplateConstraints | undefined;
|
|
1306
1412
|
Defaults?: TaskTemplateDefaults | undefined;
|
|
1307
1413
|
Fields?: TaskTemplateField[] | undefined;
|
|
@@ -1370,6 +1476,27 @@ export interface ListApprovedOriginsResponse {
|
|
|
1370
1476
|
Origins?: string[] | undefined;
|
|
1371
1477
|
NextToken?: string | undefined;
|
|
1372
1478
|
}
|
|
1479
|
+
export interface ListAssociatedContactsRequest {
|
|
1480
|
+
InstanceId: string | undefined;
|
|
1481
|
+
ContactId: string | undefined;
|
|
1482
|
+
MaxResults?: number | undefined;
|
|
1483
|
+
NextToken?: string | undefined;
|
|
1484
|
+
}
|
|
1485
|
+
export interface AssociatedContactSummary {
|
|
1486
|
+
ContactId?: string | undefined;
|
|
1487
|
+
ContactArn?: string | undefined;
|
|
1488
|
+
InitiationTimestamp?: Date | undefined;
|
|
1489
|
+
DisconnectTimestamp?: Date | undefined;
|
|
1490
|
+
InitialContactId?: string | undefined;
|
|
1491
|
+
PreviousContactId?: string | undefined;
|
|
1492
|
+
RelatedContactId?: string | undefined;
|
|
1493
|
+
InitiationMethod?: ContactInitiationMethod | undefined;
|
|
1494
|
+
Channel?: Channel | undefined;
|
|
1495
|
+
}
|
|
1496
|
+
export interface ListAssociatedContactsResponse {
|
|
1497
|
+
ContactSummaryList?: AssociatedContactSummary[] | undefined;
|
|
1498
|
+
NextToken?: string | undefined;
|
|
1499
|
+
}
|
|
1373
1500
|
export interface ListAuthenticationProfilesRequest {
|
|
1374
1501
|
InstanceId: string | undefined;
|
|
1375
1502
|
MaxResults?: number | undefined;
|
|
@@ -1481,16 +1608,11 @@ export interface ListContactReferencesRequest {
|
|
|
1481
1608
|
ReferenceTypes: ReferenceType[] | undefined;
|
|
1482
1609
|
NextToken?: string | undefined;
|
|
1483
1610
|
}
|
|
1484
|
-
export declare const ReferenceStatus: {
|
|
1485
|
-
readonly APPROVED: "APPROVED";
|
|
1486
|
-
readonly REJECTED: "REJECTED";
|
|
1487
|
-
};
|
|
1488
|
-
export type ReferenceStatus =
|
|
1489
|
-
(typeof ReferenceStatus)[keyof typeof ReferenceStatus];
|
|
1490
1611
|
export interface AttachmentReference {
|
|
1491
1612
|
Name?: string | undefined;
|
|
1492
1613
|
Value?: string | undefined;
|
|
1493
1614
|
Status?: ReferenceStatus | undefined;
|
|
1615
|
+
Arn?: string | undefined;
|
|
1494
1616
|
}
|
|
1495
1617
|
export interface DateReference {
|
|
1496
1618
|
Name?: string | undefined;
|
|
@@ -1500,6 +1622,10 @@ export interface EmailReference {
|
|
|
1500
1622
|
Name?: string | undefined;
|
|
1501
1623
|
Value?: string | undefined;
|
|
1502
1624
|
}
|
|
1625
|
+
export interface EmailMessageReference {
|
|
1626
|
+
Name?: string | undefined;
|
|
1627
|
+
Arn?: string | undefined;
|
|
1628
|
+
}
|
|
1503
1629
|
export interface NumberReference {
|
|
1504
1630
|
Name?: string | undefined;
|
|
1505
1631
|
Value?: string | undefined;
|
|
@@ -1516,6 +1642,7 @@ export type ReferenceSummary =
|
|
|
1516
1642
|
| ReferenceSummary.AttachmentMember
|
|
1517
1643
|
| ReferenceSummary.DateMember
|
|
1518
1644
|
| ReferenceSummary.EmailMember
|
|
1645
|
+
| ReferenceSummary.EmailMessageMember
|
|
1519
1646
|
| ReferenceSummary.NumberMember
|
|
1520
1647
|
| ReferenceSummary.StringMember
|
|
1521
1648
|
| ReferenceSummary.UrlMember
|
|
@@ -1524,6 +1651,7 @@ export declare namespace ReferenceSummary {
|
|
|
1524
1651
|
interface UrlMember {
|
|
1525
1652
|
Url: UrlReference;
|
|
1526
1653
|
Attachment?: never;
|
|
1654
|
+
EmailMessage?: never;
|
|
1527
1655
|
String?: never;
|
|
1528
1656
|
Number?: never;
|
|
1529
1657
|
Date?: never;
|
|
@@ -1533,6 +1661,17 @@ export declare namespace ReferenceSummary {
|
|
|
1533
1661
|
interface AttachmentMember {
|
|
1534
1662
|
Url?: never;
|
|
1535
1663
|
Attachment: AttachmentReference;
|
|
1664
|
+
EmailMessage?: never;
|
|
1665
|
+
String?: never;
|
|
1666
|
+
Number?: never;
|
|
1667
|
+
Date?: never;
|
|
1668
|
+
Email?: never;
|
|
1669
|
+
$unknown?: never;
|
|
1670
|
+
}
|
|
1671
|
+
interface EmailMessageMember {
|
|
1672
|
+
Url?: never;
|
|
1673
|
+
Attachment?: never;
|
|
1674
|
+
EmailMessage: EmailMessageReference;
|
|
1536
1675
|
String?: never;
|
|
1537
1676
|
Number?: never;
|
|
1538
1677
|
Date?: never;
|
|
@@ -1542,6 +1681,7 @@ export declare namespace ReferenceSummary {
|
|
|
1542
1681
|
interface StringMember {
|
|
1543
1682
|
Url?: never;
|
|
1544
1683
|
Attachment?: never;
|
|
1684
|
+
EmailMessage?: never;
|
|
1545
1685
|
String: StringReference;
|
|
1546
1686
|
Number?: never;
|
|
1547
1687
|
Date?: never;
|
|
@@ -1551,6 +1691,7 @@ export declare namespace ReferenceSummary {
|
|
|
1551
1691
|
interface NumberMember {
|
|
1552
1692
|
Url?: never;
|
|
1553
1693
|
Attachment?: never;
|
|
1694
|
+
EmailMessage?: never;
|
|
1554
1695
|
String?: never;
|
|
1555
1696
|
Number: NumberReference;
|
|
1556
1697
|
Date?: never;
|
|
@@ -1560,6 +1701,7 @@ export declare namespace ReferenceSummary {
|
|
|
1560
1701
|
interface DateMember {
|
|
1561
1702
|
Url?: never;
|
|
1562
1703
|
Attachment?: never;
|
|
1704
|
+
EmailMessage?: never;
|
|
1563
1705
|
String?: never;
|
|
1564
1706
|
Number?: never;
|
|
1565
1707
|
Date: DateReference;
|
|
@@ -1569,6 +1711,7 @@ export declare namespace ReferenceSummary {
|
|
|
1569
1711
|
interface EmailMember {
|
|
1570
1712
|
Url?: never;
|
|
1571
1713
|
Attachment?: never;
|
|
1714
|
+
EmailMessage?: never;
|
|
1572
1715
|
String?: never;
|
|
1573
1716
|
Number?: never;
|
|
1574
1717
|
Date?: never;
|
|
@@ -1578,6 +1721,7 @@ export declare namespace ReferenceSummary {
|
|
|
1578
1721
|
interface $UnknownMember {
|
|
1579
1722
|
Url?: never;
|
|
1580
1723
|
Attachment?: never;
|
|
1724
|
+
EmailMessage?: never;
|
|
1581
1725
|
String?: never;
|
|
1582
1726
|
Number?: never;
|
|
1583
1727
|
Date?: never;
|
|
@@ -1587,6 +1731,7 @@ export declare namespace ReferenceSummary {
|
|
|
1587
1731
|
interface Visitor<T> {
|
|
1588
1732
|
Url: (value: UrlReference) => T;
|
|
1589
1733
|
Attachment: (value: AttachmentReference) => T;
|
|
1734
|
+
EmailMessage: (value: EmailMessageReference) => T;
|
|
1590
1735
|
String: (value: StringReference) => T;
|
|
1591
1736
|
Number: (value: NumberReference) => T;
|
|
1592
1737
|
Date: (value: DateReference) => T;
|
|
@@ -2028,224 +2173,9 @@ export interface RealTimeContactAnalysisSegmentPostContactSummary {
|
|
|
2028
2173
|
export interface RealTimeContactAnalysisTranscriptItemRedaction {
|
|
2029
2174
|
CharacterOffsets?: RealTimeContactAnalysisCharacterInterval[] | undefined;
|
|
2030
2175
|
}
|
|
2031
|
-
export declare const
|
|
2032
|
-
|
|
2033
|
-
|
|
2034
|
-
readonly POSITIVE: "POSITIVE";
|
|
2035
|
-
};
|
|
2036
|
-
export type RealTimeContactAnalysisSentimentLabel =
|
|
2037
|
-
(typeof RealTimeContactAnalysisSentimentLabel)[keyof typeof RealTimeContactAnalysisSentimentLabel];
|
|
2038
|
-
export interface RealTimeContactAnalysisSegmentTranscript {
|
|
2039
|
-
Id: string | undefined;
|
|
2040
|
-
ParticipantId: string | undefined;
|
|
2041
|
-
ParticipantRole: ParticipantRole | undefined;
|
|
2042
|
-
DisplayName?: string | undefined;
|
|
2043
|
-
Content: string | undefined;
|
|
2044
|
-
ContentType?: string | undefined;
|
|
2045
|
-
Time: RealTimeContactAnalysisTimeData | undefined;
|
|
2046
|
-
Redaction?: RealTimeContactAnalysisTranscriptItemRedaction | undefined;
|
|
2047
|
-
Sentiment?: RealTimeContactAnalysisSentimentLabel | undefined;
|
|
2048
|
-
}
|
|
2049
|
-
export type RealtimeContactAnalysisSegment =
|
|
2050
|
-
| RealtimeContactAnalysisSegment.AttachmentsMember
|
|
2051
|
-
| RealtimeContactAnalysisSegment.CategoriesMember
|
|
2052
|
-
| RealtimeContactAnalysisSegment.EventMember
|
|
2053
|
-
| RealtimeContactAnalysisSegment.IssuesMember
|
|
2054
|
-
| RealtimeContactAnalysisSegment.PostContactSummaryMember
|
|
2055
|
-
| RealtimeContactAnalysisSegment.TranscriptMember
|
|
2056
|
-
| RealtimeContactAnalysisSegment.$UnknownMember;
|
|
2057
|
-
export declare namespace RealtimeContactAnalysisSegment {
|
|
2058
|
-
interface TranscriptMember {
|
|
2059
|
-
Transcript: RealTimeContactAnalysisSegmentTranscript;
|
|
2060
|
-
Categories?: never;
|
|
2061
|
-
Issues?: never;
|
|
2062
|
-
Event?: never;
|
|
2063
|
-
Attachments?: never;
|
|
2064
|
-
PostContactSummary?: never;
|
|
2065
|
-
$unknown?: never;
|
|
2066
|
-
}
|
|
2067
|
-
interface CategoriesMember {
|
|
2068
|
-
Transcript?: never;
|
|
2069
|
-
Categories: RealTimeContactAnalysisSegmentCategories;
|
|
2070
|
-
Issues?: never;
|
|
2071
|
-
Event?: never;
|
|
2072
|
-
Attachments?: never;
|
|
2073
|
-
PostContactSummary?: never;
|
|
2074
|
-
$unknown?: never;
|
|
2075
|
-
}
|
|
2076
|
-
interface IssuesMember {
|
|
2077
|
-
Transcript?: never;
|
|
2078
|
-
Categories?: never;
|
|
2079
|
-
Issues: RealTimeContactAnalysisSegmentIssues;
|
|
2080
|
-
Event?: never;
|
|
2081
|
-
Attachments?: never;
|
|
2082
|
-
PostContactSummary?: never;
|
|
2083
|
-
$unknown?: never;
|
|
2084
|
-
}
|
|
2085
|
-
interface EventMember {
|
|
2086
|
-
Transcript?: never;
|
|
2087
|
-
Categories?: never;
|
|
2088
|
-
Issues?: never;
|
|
2089
|
-
Event: RealTimeContactAnalysisSegmentEvent;
|
|
2090
|
-
Attachments?: never;
|
|
2091
|
-
PostContactSummary?: never;
|
|
2092
|
-
$unknown?: never;
|
|
2093
|
-
}
|
|
2094
|
-
interface AttachmentsMember {
|
|
2095
|
-
Transcript?: never;
|
|
2096
|
-
Categories?: never;
|
|
2097
|
-
Issues?: never;
|
|
2098
|
-
Event?: never;
|
|
2099
|
-
Attachments: RealTimeContactAnalysisSegmentAttachments;
|
|
2100
|
-
PostContactSummary?: never;
|
|
2101
|
-
$unknown?: never;
|
|
2102
|
-
}
|
|
2103
|
-
interface PostContactSummaryMember {
|
|
2104
|
-
Transcript?: never;
|
|
2105
|
-
Categories?: never;
|
|
2106
|
-
Issues?: never;
|
|
2107
|
-
Event?: never;
|
|
2108
|
-
Attachments?: never;
|
|
2109
|
-
PostContactSummary: RealTimeContactAnalysisSegmentPostContactSummary;
|
|
2110
|
-
$unknown?: never;
|
|
2111
|
-
}
|
|
2112
|
-
interface $UnknownMember {
|
|
2113
|
-
Transcript?: never;
|
|
2114
|
-
Categories?: never;
|
|
2115
|
-
Issues?: never;
|
|
2116
|
-
Event?: never;
|
|
2117
|
-
Attachments?: never;
|
|
2118
|
-
PostContactSummary?: never;
|
|
2119
|
-
$unknown: [string, any];
|
|
2120
|
-
}
|
|
2121
|
-
interface Visitor<T> {
|
|
2122
|
-
Transcript: (value: RealTimeContactAnalysisSegmentTranscript) => T;
|
|
2123
|
-
Categories: (value: RealTimeContactAnalysisSegmentCategories) => T;
|
|
2124
|
-
Issues: (value: RealTimeContactAnalysisSegmentIssues) => T;
|
|
2125
|
-
Event: (value: RealTimeContactAnalysisSegmentEvent) => T;
|
|
2126
|
-
Attachments: (value: RealTimeContactAnalysisSegmentAttachments) => T;
|
|
2127
|
-
PostContactSummary: (
|
|
2128
|
-
value: RealTimeContactAnalysisSegmentPostContactSummary
|
|
2129
|
-
) => T;
|
|
2130
|
-
_: (name: string, value: any) => T;
|
|
2131
|
-
}
|
|
2132
|
-
const visit: <T>(
|
|
2133
|
-
value: RealtimeContactAnalysisSegment,
|
|
2134
|
-
visitor: Visitor<T>
|
|
2135
|
-
) => T;
|
|
2136
|
-
}
|
|
2137
|
-
export declare const RealTimeContactAnalysisStatus: {
|
|
2138
|
-
readonly COMPLETED: "COMPLETED";
|
|
2139
|
-
readonly FAILED: "FAILED";
|
|
2140
|
-
readonly IN_PROGRESS: "IN_PROGRESS";
|
|
2141
|
-
};
|
|
2142
|
-
export type RealTimeContactAnalysisStatus =
|
|
2143
|
-
(typeof RealTimeContactAnalysisStatus)[keyof typeof RealTimeContactAnalysisStatus];
|
|
2144
|
-
export interface ListRealtimeContactAnalysisSegmentsV2Response {
|
|
2145
|
-
Channel: RealTimeContactAnalysisSupportedChannel | undefined;
|
|
2146
|
-
Status: RealTimeContactAnalysisStatus | undefined;
|
|
2147
|
-
Segments: RealtimeContactAnalysisSegment[] | undefined;
|
|
2148
|
-
NextToken?: string | undefined;
|
|
2149
|
-
}
|
|
2150
|
-
export declare class OutputTypeNotFoundException extends __BaseException {
|
|
2151
|
-
readonly name: "OutputTypeNotFoundException";
|
|
2152
|
-
readonly $fault: "client";
|
|
2153
|
-
Message?: string | undefined;
|
|
2154
|
-
constructor(
|
|
2155
|
-
opts: __ExceptionOptionType<OutputTypeNotFoundException, __BaseException>
|
|
2156
|
-
);
|
|
2157
|
-
}
|
|
2158
|
-
export interface ListRoutingProfileQueuesRequest {
|
|
2159
|
-
InstanceId: string | undefined;
|
|
2160
|
-
RoutingProfileId: string | undefined;
|
|
2161
|
-
NextToken?: string | undefined;
|
|
2162
|
-
MaxResults?: number | undefined;
|
|
2163
|
-
}
|
|
2164
|
-
export interface RoutingProfileQueueConfigSummary {
|
|
2165
|
-
QueueId: string | undefined;
|
|
2166
|
-
QueueArn: string | undefined;
|
|
2167
|
-
QueueName: string | undefined;
|
|
2168
|
-
Priority: number | undefined;
|
|
2169
|
-
Delay: number | undefined;
|
|
2170
|
-
Channel: Channel | undefined;
|
|
2171
|
-
}
|
|
2172
|
-
export interface ListRoutingProfileQueuesResponse {
|
|
2173
|
-
NextToken?: string | undefined;
|
|
2174
|
-
RoutingProfileQueueConfigSummaryList?:
|
|
2175
|
-
| RoutingProfileQueueConfigSummary[]
|
|
2176
|
-
| undefined;
|
|
2177
|
-
LastModifiedTime?: Date | undefined;
|
|
2178
|
-
LastModifiedRegion?: string | undefined;
|
|
2179
|
-
}
|
|
2180
|
-
export interface ListRoutingProfilesRequest {
|
|
2181
|
-
InstanceId: string | undefined;
|
|
2182
|
-
NextToken?: string | undefined;
|
|
2183
|
-
MaxResults?: number | undefined;
|
|
2184
|
-
}
|
|
2185
|
-
export interface RoutingProfileSummary {
|
|
2186
|
-
Id?: string | undefined;
|
|
2187
|
-
Arn?: string | undefined;
|
|
2188
|
-
Name?: string | undefined;
|
|
2189
|
-
LastModifiedTime?: Date | undefined;
|
|
2190
|
-
LastModifiedRegion?: string | undefined;
|
|
2191
|
-
}
|
|
2192
|
-
export interface ListRoutingProfilesResponse {
|
|
2193
|
-
RoutingProfileSummaryList?: RoutingProfileSummary[] | undefined;
|
|
2194
|
-
NextToken?: string | undefined;
|
|
2195
|
-
}
|
|
2196
|
-
export interface ListRulesRequest {
|
|
2197
|
-
InstanceId: string | undefined;
|
|
2198
|
-
PublishStatus?: RulePublishStatus | undefined;
|
|
2199
|
-
EventSourceName?: EventSourceName | undefined;
|
|
2200
|
-
MaxResults?: number | undefined;
|
|
2201
|
-
NextToken?: string | undefined;
|
|
2202
|
-
}
|
|
2203
|
-
export interface RuleSummary {
|
|
2204
|
-
Name: string | undefined;
|
|
2205
|
-
RuleId: string | undefined;
|
|
2206
|
-
RuleArn: string | undefined;
|
|
2207
|
-
EventSourceName: EventSourceName | undefined;
|
|
2208
|
-
PublishStatus: RulePublishStatus | undefined;
|
|
2209
|
-
ActionSummaries: ActionSummary[] | undefined;
|
|
2210
|
-
CreatedTime: Date | undefined;
|
|
2211
|
-
LastUpdatedTime: Date | undefined;
|
|
2212
|
-
}
|
|
2213
|
-
export interface ListRulesResponse {
|
|
2214
|
-
RuleSummaryList: RuleSummary[] | undefined;
|
|
2215
|
-
NextToken?: string | undefined;
|
|
2216
|
-
}
|
|
2217
|
-
export interface ListSecurityKeysRequest {
|
|
2218
|
-
InstanceId: string | undefined;
|
|
2219
|
-
NextToken?: string | undefined;
|
|
2220
|
-
MaxResults?: number | undefined;
|
|
2221
|
-
}
|
|
2222
|
-
export interface SecurityKey {
|
|
2223
|
-
AssociationId?: string | undefined;
|
|
2224
|
-
Key?: string | undefined;
|
|
2225
|
-
CreationTime?: Date | undefined;
|
|
2226
|
-
}
|
|
2227
|
-
export interface ListSecurityKeysResponse {
|
|
2228
|
-
SecurityKeys?: SecurityKey[] | undefined;
|
|
2229
|
-
NextToken?: string | undefined;
|
|
2230
|
-
}
|
|
2231
|
-
export interface ListSecurityProfileApplicationsRequest {
|
|
2232
|
-
SecurityProfileId: string | undefined;
|
|
2233
|
-
InstanceId: string | undefined;
|
|
2234
|
-
NextToken?: string | undefined;
|
|
2235
|
-
MaxResults?: number | undefined;
|
|
2236
|
-
}
|
|
2237
|
-
export interface ListSecurityProfileApplicationsResponse {
|
|
2238
|
-
Applications?: Application[] | undefined;
|
|
2239
|
-
NextToken?: string | undefined;
|
|
2240
|
-
LastModifiedTime?: Date | undefined;
|
|
2241
|
-
LastModifiedRegion?: string | undefined;
|
|
2242
|
-
}
|
|
2243
|
-
export interface ListSecurityProfilePermissionsRequest {
|
|
2244
|
-
SecurityProfileId: string | undefined;
|
|
2245
|
-
InstanceId: string | undefined;
|
|
2246
|
-
NextToken?: string | undefined;
|
|
2247
|
-
MaxResults?: number | undefined;
|
|
2248
|
-
}
|
|
2176
|
+
export declare const DescribeEmailAddressResponseFilterSensitiveLog: (
|
|
2177
|
+
obj: DescribeEmailAddressResponse
|
|
2178
|
+
) => any;
|
|
2249
2179
|
export declare const InstanceFilterSensitiveLog: (obj: Instance) => any;
|
|
2250
2180
|
export declare const DescribeInstanceResponseFilterSensitiveLog: (
|
|
2251
2181
|
obj: DescribeInstanceResponse
|