@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,29 +1,21 @@
|
|
|
1
1
|
import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client";
|
|
2
2
|
import { ConnectServiceException as __BaseException } from "./ConnectServiceException";
|
|
3
3
|
import {
|
|
4
|
+
ActionSummary,
|
|
4
5
|
AgentAvailabilityTimer,
|
|
5
6
|
AgentConfig,
|
|
6
7
|
AgentHierarchyGroups,
|
|
7
|
-
AgentInfo,
|
|
8
8
|
AgentStatus,
|
|
9
|
-
AgentStatusSearchFilter,
|
|
10
9
|
AgentStatusState,
|
|
11
10
|
AllowedCapabilities,
|
|
12
|
-
AnsweringMachineDetectionStatus,
|
|
13
11
|
Application,
|
|
14
|
-
Campaign,
|
|
15
12
|
Channel,
|
|
16
|
-
ContactFlowStatus,
|
|
17
|
-
ContactFlowType,
|
|
18
13
|
ContactInitiationMethod,
|
|
19
14
|
ControlPlaneAttributeFilter,
|
|
20
15
|
CreatedByInfo,
|
|
21
|
-
Customer,
|
|
22
|
-
CustomerVoiceActivity,
|
|
23
|
-
DisconnectDetails,
|
|
24
16
|
Endpoint,
|
|
25
17
|
EvaluationFormQuestion,
|
|
26
|
-
|
|
18
|
+
EventSourceName,
|
|
27
19
|
FileStatusType,
|
|
28
20
|
FileUseCaseType,
|
|
29
21
|
HoursOfOperationConfig,
|
|
@@ -32,16 +24,16 @@ import {
|
|
|
32
24
|
MediaConcurrency,
|
|
33
25
|
MonitorCapability,
|
|
34
26
|
OutboundCallerConfig,
|
|
27
|
+
OutboundEmailConfig,
|
|
35
28
|
ParticipantRole,
|
|
36
29
|
PredefinedAttributeValues,
|
|
37
|
-
QualityMetrics,
|
|
38
|
-
QueueInfo,
|
|
39
30
|
QuickConnectConfig,
|
|
40
31
|
Reference,
|
|
41
32
|
RehydrationType,
|
|
42
33
|
RoutingProfileQueueConfig,
|
|
43
34
|
RuleAction,
|
|
44
35
|
RulePublishStatus,
|
|
36
|
+
SegmentAttributeValue,
|
|
45
37
|
StringComparisonType,
|
|
46
38
|
StringCondition,
|
|
47
39
|
TagCondition,
|
|
@@ -61,16 +53,12 @@ import {
|
|
|
61
53
|
VocabularyState,
|
|
62
54
|
} from "./models_0";
|
|
63
55
|
import {
|
|
64
|
-
AttributeCondition,
|
|
65
56
|
ContactFlow,
|
|
66
57
|
ContactFlowModule,
|
|
67
58
|
ContactFlowModuleState,
|
|
68
59
|
ContactFlowState,
|
|
69
|
-
Evaluation,
|
|
70
60
|
EvaluationAnswerData,
|
|
71
|
-
EvaluationFormVersionStatus,
|
|
72
61
|
EvaluationNote,
|
|
73
|
-
Expiry,
|
|
74
62
|
HierarchyGroup,
|
|
75
63
|
HierarchyGroupSummary,
|
|
76
64
|
HoursOfOperation,
|
|
@@ -82,15 +70,238 @@ import {
|
|
|
82
70
|
Queue,
|
|
83
71
|
QueueStatus,
|
|
84
72
|
QuickConnect,
|
|
85
|
-
|
|
73
|
+
RealTimeContactAnalysisSegmentAttachments,
|
|
74
|
+
RealTimeContactAnalysisSegmentCategories,
|
|
75
|
+
RealTimeContactAnalysisSegmentEvent,
|
|
76
|
+
RealTimeContactAnalysisSegmentIssues,
|
|
77
|
+
RealTimeContactAnalysisSegmentPostContactSummary,
|
|
78
|
+
RealTimeContactAnalysisSupportedChannel,
|
|
79
|
+
RealTimeContactAnalysisTimeData,
|
|
80
|
+
RealTimeContactAnalysisTranscriptItemRedaction,
|
|
86
81
|
RoutingProfile,
|
|
87
|
-
SegmentAttributeValue,
|
|
88
82
|
SignInConfig,
|
|
89
83
|
SortOrder,
|
|
90
84
|
TelephonyConfig,
|
|
91
85
|
TrafficDistributionGroupStatus,
|
|
92
|
-
WisdomInfo,
|
|
93
86
|
} from "./models_1";
|
|
87
|
+
export declare const RealTimeContactAnalysisSentimentLabel: {
|
|
88
|
+
readonly NEGATIVE: "NEGATIVE";
|
|
89
|
+
readonly NEUTRAL: "NEUTRAL";
|
|
90
|
+
readonly POSITIVE: "POSITIVE";
|
|
91
|
+
};
|
|
92
|
+
export type RealTimeContactAnalysisSentimentLabel =
|
|
93
|
+
(typeof RealTimeContactAnalysisSentimentLabel)[keyof typeof RealTimeContactAnalysisSentimentLabel];
|
|
94
|
+
export interface RealTimeContactAnalysisSegmentTranscript {
|
|
95
|
+
Id: string | undefined;
|
|
96
|
+
ParticipantId: string | undefined;
|
|
97
|
+
ParticipantRole: ParticipantRole | undefined;
|
|
98
|
+
DisplayName?: string | undefined;
|
|
99
|
+
Content: string | undefined;
|
|
100
|
+
ContentType?: string | undefined;
|
|
101
|
+
Time: RealTimeContactAnalysisTimeData | undefined;
|
|
102
|
+
Redaction?: RealTimeContactAnalysisTranscriptItemRedaction | undefined;
|
|
103
|
+
Sentiment?: RealTimeContactAnalysisSentimentLabel | undefined;
|
|
104
|
+
}
|
|
105
|
+
export type RealtimeContactAnalysisSegment =
|
|
106
|
+
| RealtimeContactAnalysisSegment.AttachmentsMember
|
|
107
|
+
| RealtimeContactAnalysisSegment.CategoriesMember
|
|
108
|
+
| RealtimeContactAnalysisSegment.EventMember
|
|
109
|
+
| RealtimeContactAnalysisSegment.IssuesMember
|
|
110
|
+
| RealtimeContactAnalysisSegment.PostContactSummaryMember
|
|
111
|
+
| RealtimeContactAnalysisSegment.TranscriptMember
|
|
112
|
+
| RealtimeContactAnalysisSegment.$UnknownMember;
|
|
113
|
+
export declare namespace RealtimeContactAnalysisSegment {
|
|
114
|
+
interface TranscriptMember {
|
|
115
|
+
Transcript: RealTimeContactAnalysisSegmentTranscript;
|
|
116
|
+
Categories?: never;
|
|
117
|
+
Issues?: never;
|
|
118
|
+
Event?: never;
|
|
119
|
+
Attachments?: never;
|
|
120
|
+
PostContactSummary?: never;
|
|
121
|
+
$unknown?: never;
|
|
122
|
+
}
|
|
123
|
+
interface CategoriesMember {
|
|
124
|
+
Transcript?: never;
|
|
125
|
+
Categories: RealTimeContactAnalysisSegmentCategories;
|
|
126
|
+
Issues?: never;
|
|
127
|
+
Event?: never;
|
|
128
|
+
Attachments?: never;
|
|
129
|
+
PostContactSummary?: never;
|
|
130
|
+
$unknown?: never;
|
|
131
|
+
}
|
|
132
|
+
interface IssuesMember {
|
|
133
|
+
Transcript?: never;
|
|
134
|
+
Categories?: never;
|
|
135
|
+
Issues: RealTimeContactAnalysisSegmentIssues;
|
|
136
|
+
Event?: never;
|
|
137
|
+
Attachments?: never;
|
|
138
|
+
PostContactSummary?: never;
|
|
139
|
+
$unknown?: never;
|
|
140
|
+
}
|
|
141
|
+
interface EventMember {
|
|
142
|
+
Transcript?: never;
|
|
143
|
+
Categories?: never;
|
|
144
|
+
Issues?: never;
|
|
145
|
+
Event: RealTimeContactAnalysisSegmentEvent;
|
|
146
|
+
Attachments?: never;
|
|
147
|
+
PostContactSummary?: never;
|
|
148
|
+
$unknown?: never;
|
|
149
|
+
}
|
|
150
|
+
interface AttachmentsMember {
|
|
151
|
+
Transcript?: never;
|
|
152
|
+
Categories?: never;
|
|
153
|
+
Issues?: never;
|
|
154
|
+
Event?: never;
|
|
155
|
+
Attachments: RealTimeContactAnalysisSegmentAttachments;
|
|
156
|
+
PostContactSummary?: never;
|
|
157
|
+
$unknown?: never;
|
|
158
|
+
}
|
|
159
|
+
interface PostContactSummaryMember {
|
|
160
|
+
Transcript?: never;
|
|
161
|
+
Categories?: never;
|
|
162
|
+
Issues?: never;
|
|
163
|
+
Event?: never;
|
|
164
|
+
Attachments?: never;
|
|
165
|
+
PostContactSummary: RealTimeContactAnalysisSegmentPostContactSummary;
|
|
166
|
+
$unknown?: never;
|
|
167
|
+
}
|
|
168
|
+
interface $UnknownMember {
|
|
169
|
+
Transcript?: never;
|
|
170
|
+
Categories?: never;
|
|
171
|
+
Issues?: never;
|
|
172
|
+
Event?: never;
|
|
173
|
+
Attachments?: never;
|
|
174
|
+
PostContactSummary?: never;
|
|
175
|
+
$unknown: [string, any];
|
|
176
|
+
}
|
|
177
|
+
interface Visitor<T> {
|
|
178
|
+
Transcript: (value: RealTimeContactAnalysisSegmentTranscript) => T;
|
|
179
|
+
Categories: (value: RealTimeContactAnalysisSegmentCategories) => T;
|
|
180
|
+
Issues: (value: RealTimeContactAnalysisSegmentIssues) => T;
|
|
181
|
+
Event: (value: RealTimeContactAnalysisSegmentEvent) => T;
|
|
182
|
+
Attachments: (value: RealTimeContactAnalysisSegmentAttachments) => T;
|
|
183
|
+
PostContactSummary: (
|
|
184
|
+
value: RealTimeContactAnalysisSegmentPostContactSummary
|
|
185
|
+
) => T;
|
|
186
|
+
_: (name: string, value: any) => T;
|
|
187
|
+
}
|
|
188
|
+
const visit: <T>(
|
|
189
|
+
value: RealtimeContactAnalysisSegment,
|
|
190
|
+
visitor: Visitor<T>
|
|
191
|
+
) => T;
|
|
192
|
+
}
|
|
193
|
+
export declare const RealTimeContactAnalysisStatus: {
|
|
194
|
+
readonly COMPLETED: "COMPLETED";
|
|
195
|
+
readonly FAILED: "FAILED";
|
|
196
|
+
readonly IN_PROGRESS: "IN_PROGRESS";
|
|
197
|
+
};
|
|
198
|
+
export type RealTimeContactAnalysisStatus =
|
|
199
|
+
(typeof RealTimeContactAnalysisStatus)[keyof typeof RealTimeContactAnalysisStatus];
|
|
200
|
+
export interface ListRealtimeContactAnalysisSegmentsV2Response {
|
|
201
|
+
Channel: RealTimeContactAnalysisSupportedChannel | undefined;
|
|
202
|
+
Status: RealTimeContactAnalysisStatus | undefined;
|
|
203
|
+
Segments: RealtimeContactAnalysisSegment[] | undefined;
|
|
204
|
+
NextToken?: string | undefined;
|
|
205
|
+
}
|
|
206
|
+
export declare class OutputTypeNotFoundException extends __BaseException {
|
|
207
|
+
readonly name: "OutputTypeNotFoundException";
|
|
208
|
+
readonly $fault: "client";
|
|
209
|
+
Message?: string | undefined;
|
|
210
|
+
constructor(
|
|
211
|
+
opts: __ExceptionOptionType<OutputTypeNotFoundException, __BaseException>
|
|
212
|
+
);
|
|
213
|
+
}
|
|
214
|
+
export interface ListRoutingProfileQueuesRequest {
|
|
215
|
+
InstanceId: string | undefined;
|
|
216
|
+
RoutingProfileId: string | undefined;
|
|
217
|
+
NextToken?: string | undefined;
|
|
218
|
+
MaxResults?: number | undefined;
|
|
219
|
+
}
|
|
220
|
+
export interface RoutingProfileQueueConfigSummary {
|
|
221
|
+
QueueId: string | undefined;
|
|
222
|
+
QueueArn: string | undefined;
|
|
223
|
+
QueueName: string | undefined;
|
|
224
|
+
Priority: number | undefined;
|
|
225
|
+
Delay: number | undefined;
|
|
226
|
+
Channel: Channel | undefined;
|
|
227
|
+
}
|
|
228
|
+
export interface ListRoutingProfileQueuesResponse {
|
|
229
|
+
NextToken?: string | undefined;
|
|
230
|
+
RoutingProfileQueueConfigSummaryList?:
|
|
231
|
+
| RoutingProfileQueueConfigSummary[]
|
|
232
|
+
| undefined;
|
|
233
|
+
LastModifiedTime?: Date | undefined;
|
|
234
|
+
LastModifiedRegion?: string | undefined;
|
|
235
|
+
}
|
|
236
|
+
export interface ListRoutingProfilesRequest {
|
|
237
|
+
InstanceId: string | undefined;
|
|
238
|
+
NextToken?: string | undefined;
|
|
239
|
+
MaxResults?: number | undefined;
|
|
240
|
+
}
|
|
241
|
+
export interface RoutingProfileSummary {
|
|
242
|
+
Id?: string | undefined;
|
|
243
|
+
Arn?: string | undefined;
|
|
244
|
+
Name?: string | undefined;
|
|
245
|
+
LastModifiedTime?: Date | undefined;
|
|
246
|
+
LastModifiedRegion?: string | undefined;
|
|
247
|
+
}
|
|
248
|
+
export interface ListRoutingProfilesResponse {
|
|
249
|
+
RoutingProfileSummaryList?: RoutingProfileSummary[] | undefined;
|
|
250
|
+
NextToken?: string | undefined;
|
|
251
|
+
}
|
|
252
|
+
export interface ListRulesRequest {
|
|
253
|
+
InstanceId: string | undefined;
|
|
254
|
+
PublishStatus?: RulePublishStatus | undefined;
|
|
255
|
+
EventSourceName?: EventSourceName | undefined;
|
|
256
|
+
MaxResults?: number | undefined;
|
|
257
|
+
NextToken?: string | undefined;
|
|
258
|
+
}
|
|
259
|
+
export interface RuleSummary {
|
|
260
|
+
Name: string | undefined;
|
|
261
|
+
RuleId: string | undefined;
|
|
262
|
+
RuleArn: string | undefined;
|
|
263
|
+
EventSourceName: EventSourceName | undefined;
|
|
264
|
+
PublishStatus: RulePublishStatus | undefined;
|
|
265
|
+
ActionSummaries: ActionSummary[] | undefined;
|
|
266
|
+
CreatedTime: Date | undefined;
|
|
267
|
+
LastUpdatedTime: Date | undefined;
|
|
268
|
+
}
|
|
269
|
+
export interface ListRulesResponse {
|
|
270
|
+
RuleSummaryList: RuleSummary[] | undefined;
|
|
271
|
+
NextToken?: string | undefined;
|
|
272
|
+
}
|
|
273
|
+
export interface ListSecurityKeysRequest {
|
|
274
|
+
InstanceId: string | undefined;
|
|
275
|
+
NextToken?: string | undefined;
|
|
276
|
+
MaxResults?: number | undefined;
|
|
277
|
+
}
|
|
278
|
+
export interface SecurityKey {
|
|
279
|
+
AssociationId?: string | undefined;
|
|
280
|
+
Key?: string | undefined;
|
|
281
|
+
CreationTime?: Date | undefined;
|
|
282
|
+
}
|
|
283
|
+
export interface ListSecurityKeysResponse {
|
|
284
|
+
SecurityKeys?: SecurityKey[] | undefined;
|
|
285
|
+
NextToken?: string | undefined;
|
|
286
|
+
}
|
|
287
|
+
export interface ListSecurityProfileApplicationsRequest {
|
|
288
|
+
SecurityProfileId: string | undefined;
|
|
289
|
+
InstanceId: string | undefined;
|
|
290
|
+
NextToken?: string | undefined;
|
|
291
|
+
MaxResults?: number | undefined;
|
|
292
|
+
}
|
|
293
|
+
export interface ListSecurityProfileApplicationsResponse {
|
|
294
|
+
Applications?: Application[] | undefined;
|
|
295
|
+
NextToken?: string | undefined;
|
|
296
|
+
LastModifiedTime?: Date | undefined;
|
|
297
|
+
LastModifiedRegion?: string | undefined;
|
|
298
|
+
}
|
|
299
|
+
export interface ListSecurityProfilePermissionsRequest {
|
|
300
|
+
SecurityProfileId: string | undefined;
|
|
301
|
+
InstanceId: string | undefined;
|
|
302
|
+
NextToken?: string | undefined;
|
|
303
|
+
MaxResults?: number | undefined;
|
|
304
|
+
}
|
|
94
305
|
export interface ListSecurityProfilePermissionsResponse {
|
|
95
306
|
Permissions?: string[] | undefined;
|
|
96
307
|
NextToken?: string | undefined;
|
|
@@ -272,12 +483,6 @@ export interface MonitorContactResponse {
|
|
|
272
483
|
ContactId?: string | undefined;
|
|
273
484
|
ContactArn?: string | undefined;
|
|
274
485
|
}
|
|
275
|
-
export declare class ConflictException extends __BaseException {
|
|
276
|
-
readonly name: "ConflictException";
|
|
277
|
-
readonly $fault: "client";
|
|
278
|
-
Message?: string | undefined;
|
|
279
|
-
constructor(opts: __ExceptionOptionType<ConflictException, __BaseException>);
|
|
280
|
-
}
|
|
281
486
|
export interface PauseContactRequest {
|
|
282
487
|
ContactId: string | undefined;
|
|
283
488
|
InstanceId: string | undefined;
|
|
@@ -386,6 +591,14 @@ export interface SearchableContactAttributes {
|
|
|
386
591
|
Criteria: SearchableContactAttributesCriteria[] | undefined;
|
|
387
592
|
MatchType?: SearchContactsMatchType | undefined;
|
|
388
593
|
}
|
|
594
|
+
export interface SearchableSegmentAttributesCriteria {
|
|
595
|
+
Key: string | undefined;
|
|
596
|
+
Values: string[] | undefined;
|
|
597
|
+
}
|
|
598
|
+
export interface SearchableSegmentAttributes {
|
|
599
|
+
Criteria: SearchableSegmentAttributesCriteria[] | undefined;
|
|
600
|
+
MatchType?: SearchContactsMatchType | undefined;
|
|
601
|
+
}
|
|
389
602
|
export interface SearchCriteria {
|
|
390
603
|
AgentIds?: string[] | undefined;
|
|
391
604
|
AgentHierarchyGroups?: AgentHierarchyGroups | undefined;
|
|
@@ -394,6 +607,7 @@ export interface SearchCriteria {
|
|
|
394
607
|
InitiationMethods?: ContactInitiationMethod[] | undefined;
|
|
395
608
|
QueueIds?: string[] | undefined;
|
|
396
609
|
SearchableContactAttributes?: SearchableContactAttributes | undefined;
|
|
610
|
+
SearchableSegmentAttributes?: SearchableSegmentAttributes | undefined;
|
|
397
611
|
}
|
|
398
612
|
export declare const SortableFieldName: {
|
|
399
613
|
readonly CHANNEL: "CHANNEL";
|
|
@@ -438,6 +652,9 @@ export interface ContactSearchSummaryQueueInfo {
|
|
|
438
652
|
Id?: string | undefined;
|
|
439
653
|
EnqueueTimestamp?: Date | undefined;
|
|
440
654
|
}
|
|
655
|
+
export interface ContactSearchSummarySegmentAttributeValue {
|
|
656
|
+
ValueString?: string | undefined;
|
|
657
|
+
}
|
|
441
658
|
export interface ContactSearchSummary {
|
|
442
659
|
Arn?: string | undefined;
|
|
443
660
|
Id?: string | undefined;
|
|
@@ -450,12 +667,30 @@ export interface ContactSearchSummary {
|
|
|
450
667
|
InitiationTimestamp?: Date | undefined;
|
|
451
668
|
DisconnectTimestamp?: Date | undefined;
|
|
452
669
|
ScheduledTimestamp?: Date | undefined;
|
|
670
|
+
SegmentAttributes?:
|
|
671
|
+
| Record<string, ContactSearchSummarySegmentAttributeValue>
|
|
672
|
+
| undefined;
|
|
453
673
|
}
|
|
454
674
|
export interface SearchContactsResponse {
|
|
455
675
|
Contacts: ContactSearchSummary[] | undefined;
|
|
456
676
|
NextToken?: string | undefined;
|
|
457
677
|
TotalCount?: number | undefined;
|
|
458
678
|
}
|
|
679
|
+
export interface EmailAddressSearchFilter {
|
|
680
|
+
TagFilter?: ControlPlaneTagFilter | undefined;
|
|
681
|
+
}
|
|
682
|
+
export interface EmailAddressMetadata {
|
|
683
|
+
EmailAddressId?: string | undefined;
|
|
684
|
+
EmailAddressArn?: string | undefined;
|
|
685
|
+
EmailAddress?: string | undefined;
|
|
686
|
+
Description?: string | undefined;
|
|
687
|
+
DisplayName?: string | undefined;
|
|
688
|
+
}
|
|
689
|
+
export interface SearchEmailAddressesResponse {
|
|
690
|
+
NextToken?: string | undefined;
|
|
691
|
+
EmailAddresses?: EmailAddressMetadata[] | undefined;
|
|
692
|
+
ApproximateTotalCount?: number | undefined;
|
|
693
|
+
}
|
|
459
694
|
export interface HoursOfOperationSearchFilter {
|
|
460
695
|
TagFilter?: ControlPlaneTagFilter | undefined;
|
|
461
696
|
}
|
|
@@ -692,6 +927,58 @@ export interface SendChatIntegrationEventResponse {
|
|
|
692
927
|
InitialContactId?: string | undefined;
|
|
693
928
|
NewChatCreated?: boolean | undefined;
|
|
694
929
|
}
|
|
930
|
+
export interface EmailAddressInfo {
|
|
931
|
+
EmailAddress: string | undefined;
|
|
932
|
+
DisplayName?: string | undefined;
|
|
933
|
+
}
|
|
934
|
+
export interface OutboundAdditionalRecipients {
|
|
935
|
+
CcEmailAddresses?: EmailAddressInfo[] | undefined;
|
|
936
|
+
}
|
|
937
|
+
export declare const OutboundMessageSourceType: {
|
|
938
|
+
readonly RAW: "RAW";
|
|
939
|
+
readonly TEMPLATE: "TEMPLATE";
|
|
940
|
+
};
|
|
941
|
+
export type OutboundMessageSourceType =
|
|
942
|
+
(typeof OutboundMessageSourceType)[keyof typeof OutboundMessageSourceType];
|
|
943
|
+
export interface OutboundRawMessage {
|
|
944
|
+
Subject: string | undefined;
|
|
945
|
+
Body: string | undefined;
|
|
946
|
+
ContentType: string | undefined;
|
|
947
|
+
}
|
|
948
|
+
export interface TemplateAttributes {
|
|
949
|
+
CustomAttributes?: Record<string, string> | undefined;
|
|
950
|
+
CustomerProfileAttributes?: string | undefined;
|
|
951
|
+
}
|
|
952
|
+
export interface TemplatedMessageConfig {
|
|
953
|
+
KnowledgeBaseId: string | undefined;
|
|
954
|
+
MessageTemplateId: string | undefined;
|
|
955
|
+
TemplateAttributes: TemplateAttributes | undefined;
|
|
956
|
+
}
|
|
957
|
+
export interface OutboundEmailContent {
|
|
958
|
+
MessageSourceType: OutboundMessageSourceType | undefined;
|
|
959
|
+
TemplatedMessageConfig?: TemplatedMessageConfig | undefined;
|
|
960
|
+
RawMessage?: OutboundRawMessage | undefined;
|
|
961
|
+
}
|
|
962
|
+
export interface SourceCampaign {
|
|
963
|
+
CampaignId?: string | undefined;
|
|
964
|
+
OutboundRequestId?: string | undefined;
|
|
965
|
+
}
|
|
966
|
+
export declare const TrafficType: {
|
|
967
|
+
readonly CAMPAIGN: "CAMPAIGN";
|
|
968
|
+
readonly GENERAL: "GENERAL";
|
|
969
|
+
};
|
|
970
|
+
export type TrafficType = (typeof TrafficType)[keyof typeof TrafficType];
|
|
971
|
+
export interface SendOutboundEmailRequest {
|
|
972
|
+
InstanceId: string | undefined;
|
|
973
|
+
FromEmailAddress: EmailAddressInfo | undefined;
|
|
974
|
+
DestinationEmailAddress: EmailAddressInfo | undefined;
|
|
975
|
+
AdditionalRecipients?: OutboundAdditionalRecipients | undefined;
|
|
976
|
+
EmailMessage: OutboundEmailContent | undefined;
|
|
977
|
+
TrafficType: TrafficType | undefined;
|
|
978
|
+
SourceCampaign?: SourceCampaign | undefined;
|
|
979
|
+
ClientToken?: string | undefined;
|
|
980
|
+
}
|
|
981
|
+
export interface SendOutboundEmailResponse {}
|
|
695
982
|
export interface StartAttachedFileUploadRequest {
|
|
696
983
|
ClientToken?: string | undefined;
|
|
697
984
|
InstanceId: string | undefined;
|
|
@@ -779,6 +1066,57 @@ export interface StartContactStreamingRequest {
|
|
|
779
1066
|
export interface StartContactStreamingResponse {
|
|
780
1067
|
StreamingId: string | undefined;
|
|
781
1068
|
}
|
|
1069
|
+
export interface InboundAdditionalRecipients {
|
|
1070
|
+
ToAddresses?: EmailAddressInfo[] | undefined;
|
|
1071
|
+
CcAddresses?: EmailAddressInfo[] | undefined;
|
|
1072
|
+
}
|
|
1073
|
+
export interface EmailAttachment {
|
|
1074
|
+
FileName: string | undefined;
|
|
1075
|
+
S3Url: string | undefined;
|
|
1076
|
+
}
|
|
1077
|
+
export declare const InboundMessageSourceType: {
|
|
1078
|
+
readonly RAW: "RAW";
|
|
1079
|
+
};
|
|
1080
|
+
export type InboundMessageSourceType =
|
|
1081
|
+
(typeof InboundMessageSourceType)[keyof typeof InboundMessageSourceType];
|
|
1082
|
+
export declare const EmailHeaderType: {
|
|
1083
|
+
readonly IN_REPLY_TO: "IN_REPLY_TO";
|
|
1084
|
+
readonly MESSAGE_ID: "MESSAGE_ID";
|
|
1085
|
+
readonly REFERENCES: "REFERENCES";
|
|
1086
|
+
readonly X_SES_SPAM_VERDICT: "X_SES_SPAM_VERDICT";
|
|
1087
|
+
readonly X_SES_VIRUS_VERDICT: "X_SES_VIRUS_VERDICT";
|
|
1088
|
+
};
|
|
1089
|
+
export type EmailHeaderType =
|
|
1090
|
+
(typeof EmailHeaderType)[keyof typeof EmailHeaderType];
|
|
1091
|
+
export interface InboundRawMessage {
|
|
1092
|
+
Subject: string | undefined;
|
|
1093
|
+
Body: string | undefined;
|
|
1094
|
+
ContentType: string | undefined;
|
|
1095
|
+
Headers?: Partial<Record<EmailHeaderType, string>> | undefined;
|
|
1096
|
+
}
|
|
1097
|
+
export interface InboundEmailContent {
|
|
1098
|
+
MessageSourceType: InboundMessageSourceType | undefined;
|
|
1099
|
+
RawMessage?: InboundRawMessage | undefined;
|
|
1100
|
+
}
|
|
1101
|
+
export interface StartEmailContactRequest {
|
|
1102
|
+
InstanceId: string | undefined;
|
|
1103
|
+
FromEmailAddress: EmailAddressInfo | undefined;
|
|
1104
|
+
DestinationEmailAddress: string | undefined;
|
|
1105
|
+
Description?: string | undefined;
|
|
1106
|
+
References?: Record<string, Reference> | undefined;
|
|
1107
|
+
Name?: string | undefined;
|
|
1108
|
+
EmailMessage: InboundEmailContent | undefined;
|
|
1109
|
+
AdditionalRecipients?: InboundAdditionalRecipients | undefined;
|
|
1110
|
+
Attachments?: EmailAttachment[] | undefined;
|
|
1111
|
+
ContactFlowId?: string | undefined;
|
|
1112
|
+
RelatedContactId?: string | undefined;
|
|
1113
|
+
Attributes?: Record<string, string> | undefined;
|
|
1114
|
+
SegmentAttributes?: Record<string, SegmentAttributeValue> | undefined;
|
|
1115
|
+
ClientToken?: string | undefined;
|
|
1116
|
+
}
|
|
1117
|
+
export interface StartEmailContactResponse {
|
|
1118
|
+
ContactId?: string | undefined;
|
|
1119
|
+
}
|
|
782
1120
|
export interface StartOutboundChatContactRequest {
|
|
783
1121
|
SourceEndpoint: Endpoint | undefined;
|
|
784
1122
|
DestinationEndpoint: Endpoint | undefined;
|
|
@@ -796,6 +1134,18 @@ export interface StartOutboundChatContactRequest {
|
|
|
796
1134
|
export interface StartOutboundChatContactResponse {
|
|
797
1135
|
ContactId?: string | undefined;
|
|
798
1136
|
}
|
|
1137
|
+
export interface StartOutboundEmailContactRequest {
|
|
1138
|
+
InstanceId: string | undefined;
|
|
1139
|
+
ContactId: string | undefined;
|
|
1140
|
+
FromEmailAddress?: EmailAddressInfo | undefined;
|
|
1141
|
+
DestinationEmailAddress: EmailAddressInfo | undefined;
|
|
1142
|
+
AdditionalRecipients?: OutboundAdditionalRecipients | undefined;
|
|
1143
|
+
EmailMessage: OutboundEmailContent | undefined;
|
|
1144
|
+
ClientToken?: string | undefined;
|
|
1145
|
+
}
|
|
1146
|
+
export interface StartOutboundEmailContactResponse {
|
|
1147
|
+
ContactId?: string | undefined;
|
|
1148
|
+
}
|
|
799
1149
|
export declare class DestinationNotAllowedException extends __BaseException {
|
|
800
1150
|
readonly name: "DestinationNotAllowedException";
|
|
801
1151
|
readonly $fault: "client";
|
|
@@ -819,11 +1169,6 @@ export interface AnswerMachineDetectionConfig {
|
|
|
819
1169
|
EnableAnswerMachineDetection?: boolean | undefined;
|
|
820
1170
|
AwaitAnswerMachinePrompt?: boolean | undefined;
|
|
821
1171
|
}
|
|
822
|
-
export declare const TrafficType: {
|
|
823
|
-
readonly CAMPAIGN: "CAMPAIGN";
|
|
824
|
-
readonly GENERAL: "GENERAL";
|
|
825
|
-
};
|
|
826
|
-
export type TrafficType = (typeof TrafficType)[keyof typeof TrafficType];
|
|
827
1172
|
export interface StartOutboundVoiceContactRequest {
|
|
828
1173
|
Name?: string | undefined;
|
|
829
1174
|
Description?: string | undefined;
|
|
@@ -862,6 +1207,7 @@ export interface StartTaskContactRequest {
|
|
|
862
1207
|
TaskTemplateId?: string | undefined;
|
|
863
1208
|
QuickConnectId?: string | undefined;
|
|
864
1209
|
RelatedContactId?: string | undefined;
|
|
1210
|
+
SegmentAttributes?: Record<string, SegmentAttributeValue> | undefined;
|
|
865
1211
|
}
|
|
866
1212
|
export interface StartTaskContactResponse {
|
|
867
1213
|
ContactId?: string | undefined;
|
|
@@ -1020,6 +1366,7 @@ export interface UpdateContactRequest {
|
|
|
1020
1366
|
Name?: string | undefined;
|
|
1021
1367
|
Description?: string | undefined;
|
|
1022
1368
|
References?: Record<string, Reference> | undefined;
|
|
1369
|
+
SegmentAttributes?: Record<string, SegmentAttributeValue> | undefined;
|
|
1023
1370
|
}
|
|
1024
1371
|
export interface UpdateContactResponse {}
|
|
1025
1372
|
export interface UpdateContactAttributesRequest {
|
|
@@ -1083,6 +1430,17 @@ export interface UpdateContactScheduleRequest {
|
|
|
1083
1430
|
ScheduledTime: Date | undefined;
|
|
1084
1431
|
}
|
|
1085
1432
|
export interface UpdateContactScheduleResponse {}
|
|
1433
|
+
export interface UpdateEmailAddressMetadataRequest {
|
|
1434
|
+
InstanceId: string | undefined;
|
|
1435
|
+
EmailAddressId: string | undefined;
|
|
1436
|
+
Description?: string | undefined;
|
|
1437
|
+
DisplayName?: string | undefined;
|
|
1438
|
+
ClientToken?: string | undefined;
|
|
1439
|
+
}
|
|
1440
|
+
export interface UpdateEmailAddressMetadataResponse {
|
|
1441
|
+
EmailAddressId?: string | undefined;
|
|
1442
|
+
EmailAddressArn?: string | undefined;
|
|
1443
|
+
}
|
|
1086
1444
|
export interface UpdateEvaluationFormResponse {
|
|
1087
1445
|
EvaluationFormId: string | undefined;
|
|
1088
1446
|
EvaluationFormArn: string | undefined;
|
|
@@ -1238,6 +1596,22 @@ export interface UpdateQueueOutboundCallerConfigRequest {
|
|
|
1238
1596
|
QueueId: string | undefined;
|
|
1239
1597
|
OutboundCallerConfig: OutboundCallerConfig | undefined;
|
|
1240
1598
|
}
|
|
1599
|
+
export declare class ConditionalOperationFailedException extends __BaseException {
|
|
1600
|
+
readonly name: "ConditionalOperationFailedException";
|
|
1601
|
+
readonly $fault: "client";
|
|
1602
|
+
Message?: string | undefined;
|
|
1603
|
+
constructor(
|
|
1604
|
+
opts: __ExceptionOptionType<
|
|
1605
|
+
ConditionalOperationFailedException,
|
|
1606
|
+
__BaseException
|
|
1607
|
+
>
|
|
1608
|
+
);
|
|
1609
|
+
}
|
|
1610
|
+
export interface UpdateQueueOutboundEmailConfigRequest {
|
|
1611
|
+
InstanceId: string | undefined;
|
|
1612
|
+
QueueId: string | undefined;
|
|
1613
|
+
OutboundEmailConfig: OutboundEmailConfig | undefined;
|
|
1614
|
+
}
|
|
1241
1615
|
export interface UpdateQueueStatusRequest {
|
|
1242
1616
|
InstanceId: string | undefined;
|
|
1243
1617
|
QueueId: string | undefined;
|
|
@@ -1305,6 +1679,7 @@ export interface UpdateTaskTemplateRequest {
|
|
|
1305
1679
|
Name?: string | undefined;
|
|
1306
1680
|
Description?: string | undefined;
|
|
1307
1681
|
ContactFlowId?: string | undefined;
|
|
1682
|
+
SelfAssignFlowId?: string | undefined;
|
|
1308
1683
|
Constraints?: TaskTemplateConstraints | undefined;
|
|
1309
1684
|
Defaults?: TaskTemplateDefaults | undefined;
|
|
1310
1685
|
Status?: TaskTemplateStatus | undefined;
|
|
@@ -1317,6 +1692,7 @@ export interface UpdateTaskTemplateResponse {
|
|
|
1317
1692
|
Name?: string | undefined;
|
|
1318
1693
|
Description?: string | undefined;
|
|
1319
1694
|
ContactFlowId?: string | undefined;
|
|
1695
|
+
SelfAssignFlowId?: string | undefined;
|
|
1320
1696
|
Constraints?: TaskTemplateConstraints | undefined;
|
|
1321
1697
|
Defaults?: TaskTemplateDefaults | undefined;
|
|
1322
1698
|
Fields?: TaskTemplateField[] | undefined;
|
|
@@ -1440,262 +1816,6 @@ export interface ContactFlowModuleSearchCriteria {
|
|
|
1440
1816
|
AndConditions?: ContactFlowModuleSearchCriteria[] | undefined;
|
|
1441
1817
|
StringCondition?: StringCondition | undefined;
|
|
1442
1818
|
}
|
|
1443
|
-
export interface ContactFlowSearchCriteria {
|
|
1444
|
-
OrConditions?: ContactFlowSearchCriteria[] | undefined;
|
|
1445
|
-
AndConditions?: ContactFlowSearchCriteria[] | undefined;
|
|
1446
|
-
StringCondition?: StringCondition | undefined;
|
|
1447
|
-
TypeCondition?: ContactFlowType | undefined;
|
|
1448
|
-
StateCondition?: ContactFlowState | undefined;
|
|
1449
|
-
StatusCondition?: ContactFlowStatus | undefined;
|
|
1450
|
-
}
|
|
1451
|
-
export interface CreateEvaluationFormRequest {
|
|
1452
|
-
InstanceId: string | undefined;
|
|
1453
|
-
Title: string | undefined;
|
|
1454
|
-
Description?: string | undefined;
|
|
1455
|
-
Items: EvaluationFormItem[] | undefined;
|
|
1456
|
-
ScoringStrategy?: EvaluationFormScoringStrategy | undefined;
|
|
1457
|
-
ClientToken?: string | undefined;
|
|
1458
|
-
}
|
|
1459
|
-
export interface EvaluationForm {
|
|
1460
|
-
EvaluationFormId: string | undefined;
|
|
1461
|
-
EvaluationFormVersion: number | undefined;
|
|
1462
|
-
Locked: boolean | undefined;
|
|
1463
|
-
EvaluationFormArn: string | undefined;
|
|
1464
|
-
Title: string | undefined;
|
|
1465
|
-
Description?: string | undefined;
|
|
1466
|
-
Status: EvaluationFormVersionStatus | undefined;
|
|
1467
|
-
Items: EvaluationFormItem[] | undefined;
|
|
1468
|
-
ScoringStrategy?: EvaluationFormScoringStrategy | undefined;
|
|
1469
|
-
CreatedTime: Date | undefined;
|
|
1470
|
-
CreatedBy: string | undefined;
|
|
1471
|
-
LastModifiedTime: Date | undefined;
|
|
1472
|
-
LastModifiedBy: string | undefined;
|
|
1473
|
-
Tags?: Record<string, string> | undefined;
|
|
1474
|
-
}
|
|
1475
|
-
export interface EvaluationFormContent {
|
|
1476
|
-
EvaluationFormVersion: number | undefined;
|
|
1477
|
-
EvaluationFormId: string | undefined;
|
|
1478
|
-
EvaluationFormArn: string | undefined;
|
|
1479
|
-
Title: string | undefined;
|
|
1480
|
-
Description?: string | undefined;
|
|
1481
|
-
Items: EvaluationFormItem[] | undefined;
|
|
1482
|
-
ScoringStrategy?: EvaluationFormScoringStrategy | undefined;
|
|
1483
|
-
}
|
|
1484
|
-
export interface Expression {
|
|
1485
|
-
AttributeCondition?: AttributeCondition | undefined;
|
|
1486
|
-
AndExpression?: Expression[] | undefined;
|
|
1487
|
-
OrExpression?: Expression[] | undefined;
|
|
1488
|
-
}
|
|
1489
|
-
export interface HoursOfOperationSearchCriteria {
|
|
1490
|
-
OrConditions?: HoursOfOperationSearchCriteria[] | undefined;
|
|
1491
|
-
AndConditions?: HoursOfOperationSearchCriteria[] | undefined;
|
|
1492
|
-
StringCondition?: StringCondition | undefined;
|
|
1493
|
-
}
|
|
1494
|
-
export interface PredefinedAttributeSearchCriteria {
|
|
1495
|
-
OrConditions?: PredefinedAttributeSearchCriteria[] | undefined;
|
|
1496
|
-
AndConditions?: PredefinedAttributeSearchCriteria[] | undefined;
|
|
1497
|
-
StringCondition?: StringCondition | undefined;
|
|
1498
|
-
}
|
|
1499
|
-
export interface PromptSearchCriteria {
|
|
1500
|
-
OrConditions?: PromptSearchCriteria[] | undefined;
|
|
1501
|
-
AndConditions?: PromptSearchCriteria[] | undefined;
|
|
1502
|
-
StringCondition?: StringCondition | undefined;
|
|
1503
|
-
}
|
|
1504
|
-
export interface QueueSearchCriteria {
|
|
1505
|
-
OrConditions?: QueueSearchCriteria[] | undefined;
|
|
1506
|
-
AndConditions?: QueueSearchCriteria[] | undefined;
|
|
1507
|
-
StringCondition?: StringCondition | undefined;
|
|
1508
|
-
QueueTypeCondition?: SearchableQueueType | undefined;
|
|
1509
|
-
}
|
|
1510
|
-
export interface QuickConnectSearchCriteria {
|
|
1511
|
-
OrConditions?: QuickConnectSearchCriteria[] | undefined;
|
|
1512
|
-
AndConditions?: QuickConnectSearchCriteria[] | undefined;
|
|
1513
|
-
StringCondition?: StringCondition | undefined;
|
|
1514
|
-
}
|
|
1515
|
-
export interface RoutingProfileSearchCriteria {
|
|
1516
|
-
OrConditions?: RoutingProfileSearchCriteria[] | undefined;
|
|
1517
|
-
AndConditions?: RoutingProfileSearchCriteria[] | undefined;
|
|
1518
|
-
StringCondition?: StringCondition | undefined;
|
|
1519
|
-
}
|
|
1520
|
-
export interface SecurityProfileSearchCriteria {
|
|
1521
|
-
OrConditions?: SecurityProfileSearchCriteria[] | undefined;
|
|
1522
|
-
AndConditions?: SecurityProfileSearchCriteria[] | undefined;
|
|
1523
|
-
StringCondition?: StringCondition | undefined;
|
|
1524
|
-
}
|
|
1525
|
-
export interface UpdateEvaluationFormRequest {
|
|
1526
|
-
InstanceId: string | undefined;
|
|
1527
|
-
EvaluationFormId: string | undefined;
|
|
1528
|
-
EvaluationFormVersion: number | undefined;
|
|
1529
|
-
CreateNewVersion?: boolean | undefined;
|
|
1530
|
-
Title: string | undefined;
|
|
1531
|
-
Description?: string | undefined;
|
|
1532
|
-
Items: EvaluationFormItem[] | undefined;
|
|
1533
|
-
ScoringStrategy?: EvaluationFormScoringStrategy | undefined;
|
|
1534
|
-
ClientToken?: string | undefined;
|
|
1535
|
-
}
|
|
1536
|
-
export interface UserHierarchyGroupSearchCriteria {
|
|
1537
|
-
OrConditions?: UserHierarchyGroupSearchCriteria[] | undefined;
|
|
1538
|
-
AndConditions?: UserHierarchyGroupSearchCriteria[] | undefined;
|
|
1539
|
-
StringCondition?: StringCondition | undefined;
|
|
1540
|
-
}
|
|
1541
|
-
export interface UserSearchCriteria {
|
|
1542
|
-
OrConditions?: UserSearchCriteria[] | undefined;
|
|
1543
|
-
AndConditions?: UserSearchCriteria[] | undefined;
|
|
1544
|
-
StringCondition?: StringCondition | undefined;
|
|
1545
|
-
ListCondition?: ListCondition | undefined;
|
|
1546
|
-
HierarchyGroupCondition?: HierarchyGroupCondition | undefined;
|
|
1547
|
-
}
|
|
1548
|
-
export interface DescribeContactEvaluationResponse {
|
|
1549
|
-
Evaluation: Evaluation | undefined;
|
|
1550
|
-
EvaluationForm: EvaluationFormContent | undefined;
|
|
1551
|
-
}
|
|
1552
|
-
export interface DescribeEvaluationFormResponse {
|
|
1553
|
-
EvaluationForm: EvaluationForm | undefined;
|
|
1554
|
-
}
|
|
1555
|
-
export interface RoutingCriteriaInputStep {
|
|
1556
|
-
Expiry?: RoutingCriteriaInputStepExpiry | undefined;
|
|
1557
|
-
Expression?: Expression | undefined;
|
|
1558
|
-
}
|
|
1559
|
-
export interface SearchAgentStatusesRequest {
|
|
1560
|
-
InstanceId: string | undefined;
|
|
1561
|
-
NextToken?: string | undefined;
|
|
1562
|
-
MaxResults?: number | undefined;
|
|
1563
|
-
SearchFilter?: AgentStatusSearchFilter | undefined;
|
|
1564
|
-
SearchCriteria?: AgentStatusSearchCriteria | undefined;
|
|
1565
|
-
}
|
|
1566
|
-
export interface SearchContactFlowModulesRequest {
|
|
1567
|
-
InstanceId: string | undefined;
|
|
1568
|
-
NextToken?: string | undefined;
|
|
1569
|
-
MaxResults?: number | undefined;
|
|
1570
|
-
SearchFilter?: ContactFlowModuleSearchFilter | undefined;
|
|
1571
|
-
SearchCriteria?: ContactFlowModuleSearchCriteria | undefined;
|
|
1572
|
-
}
|
|
1573
|
-
export interface SearchContactFlowsRequest {
|
|
1574
|
-
InstanceId: string | undefined;
|
|
1575
|
-
NextToken?: string | undefined;
|
|
1576
|
-
MaxResults?: number | undefined;
|
|
1577
|
-
SearchFilter?: ContactFlowSearchFilter | undefined;
|
|
1578
|
-
SearchCriteria?: ContactFlowSearchCriteria | undefined;
|
|
1579
|
-
}
|
|
1580
|
-
export interface SearchHoursOfOperationsRequest {
|
|
1581
|
-
InstanceId: string | undefined;
|
|
1582
|
-
NextToken?: string | undefined;
|
|
1583
|
-
MaxResults?: number | undefined;
|
|
1584
|
-
SearchFilter?: HoursOfOperationSearchFilter | undefined;
|
|
1585
|
-
SearchCriteria?: HoursOfOperationSearchCriteria | undefined;
|
|
1586
|
-
}
|
|
1587
|
-
export interface SearchPredefinedAttributesRequest {
|
|
1588
|
-
InstanceId: string | undefined;
|
|
1589
|
-
NextToken?: string | undefined;
|
|
1590
|
-
MaxResults?: number | undefined;
|
|
1591
|
-
SearchCriteria?: PredefinedAttributeSearchCriteria | undefined;
|
|
1592
|
-
}
|
|
1593
|
-
export interface SearchPromptsRequest {
|
|
1594
|
-
InstanceId: string | undefined;
|
|
1595
|
-
NextToken?: string | undefined;
|
|
1596
|
-
MaxResults?: number | undefined;
|
|
1597
|
-
SearchFilter?: PromptSearchFilter | undefined;
|
|
1598
|
-
SearchCriteria?: PromptSearchCriteria | undefined;
|
|
1599
|
-
}
|
|
1600
|
-
export interface SearchQueuesRequest {
|
|
1601
|
-
InstanceId: string | undefined;
|
|
1602
|
-
NextToken?: string | undefined;
|
|
1603
|
-
MaxResults?: number | undefined;
|
|
1604
|
-
SearchFilter?: QueueSearchFilter | undefined;
|
|
1605
|
-
SearchCriteria?: QueueSearchCriteria | undefined;
|
|
1606
|
-
}
|
|
1607
|
-
export interface SearchQuickConnectsRequest {
|
|
1608
|
-
InstanceId: string | undefined;
|
|
1609
|
-
NextToken?: string | undefined;
|
|
1610
|
-
MaxResults?: number | undefined;
|
|
1611
|
-
SearchFilter?: QuickConnectSearchFilter | undefined;
|
|
1612
|
-
SearchCriteria?: QuickConnectSearchCriteria | undefined;
|
|
1613
|
-
}
|
|
1614
|
-
export interface SearchRoutingProfilesRequest {
|
|
1615
|
-
InstanceId: string | undefined;
|
|
1616
|
-
NextToken?: string | undefined;
|
|
1617
|
-
MaxResults?: number | undefined;
|
|
1618
|
-
SearchFilter?: RoutingProfileSearchFilter | undefined;
|
|
1619
|
-
SearchCriteria?: RoutingProfileSearchCriteria | undefined;
|
|
1620
|
-
}
|
|
1621
|
-
export interface SearchSecurityProfilesRequest {
|
|
1622
|
-
InstanceId: string | undefined;
|
|
1623
|
-
NextToken?: string | undefined;
|
|
1624
|
-
MaxResults?: number | undefined;
|
|
1625
|
-
SearchCriteria?: SecurityProfileSearchCriteria | undefined;
|
|
1626
|
-
SearchFilter?: SecurityProfilesSearchFilter | undefined;
|
|
1627
|
-
}
|
|
1628
|
-
export interface SearchUserHierarchyGroupsRequest {
|
|
1629
|
-
InstanceId: string | undefined;
|
|
1630
|
-
NextToken?: string | undefined;
|
|
1631
|
-
MaxResults?: number | undefined;
|
|
1632
|
-
SearchFilter?: UserHierarchyGroupSearchFilter | undefined;
|
|
1633
|
-
SearchCriteria?: UserHierarchyGroupSearchCriteria | undefined;
|
|
1634
|
-
}
|
|
1635
|
-
export interface SearchUsersRequest {
|
|
1636
|
-
InstanceId: string | undefined;
|
|
1637
|
-
NextToken?: string | undefined;
|
|
1638
|
-
MaxResults?: number | undefined;
|
|
1639
|
-
SearchFilter?: UserSearchFilter | undefined;
|
|
1640
|
-
SearchCriteria?: UserSearchCriteria | undefined;
|
|
1641
|
-
}
|
|
1642
|
-
export interface Step {
|
|
1643
|
-
Expiry?: Expiry | undefined;
|
|
1644
|
-
Expression?: Expression | undefined;
|
|
1645
|
-
Status?: RoutingCriteriaStepStatus | undefined;
|
|
1646
|
-
}
|
|
1647
|
-
export interface RoutingCriteria {
|
|
1648
|
-
Steps?: Step[] | undefined;
|
|
1649
|
-
ActivationTimestamp?: Date | undefined;
|
|
1650
|
-
Index?: number | undefined;
|
|
1651
|
-
}
|
|
1652
|
-
export interface RoutingCriteriaInput {
|
|
1653
|
-
Steps?: RoutingCriteriaInputStep[] | undefined;
|
|
1654
|
-
}
|
|
1655
|
-
export interface Contact {
|
|
1656
|
-
Arn?: string | undefined;
|
|
1657
|
-
Id?: string | undefined;
|
|
1658
|
-
InitialContactId?: string | undefined;
|
|
1659
|
-
PreviousContactId?: string | undefined;
|
|
1660
|
-
InitiationMethod?: ContactInitiationMethod | undefined;
|
|
1661
|
-
Name?: string | undefined;
|
|
1662
|
-
Description?: string | undefined;
|
|
1663
|
-
Channel?: Channel | undefined;
|
|
1664
|
-
QueueInfo?: QueueInfo | undefined;
|
|
1665
|
-
AgentInfo?: AgentInfo | undefined;
|
|
1666
|
-
InitiationTimestamp?: Date | undefined;
|
|
1667
|
-
DisconnectTimestamp?: Date | undefined;
|
|
1668
|
-
LastUpdateTimestamp?: Date | undefined;
|
|
1669
|
-
LastPausedTimestamp?: Date | undefined;
|
|
1670
|
-
LastResumedTimestamp?: Date | undefined;
|
|
1671
|
-
TotalPauseCount?: number | undefined;
|
|
1672
|
-
TotalPauseDurationInSeconds?: number | undefined;
|
|
1673
|
-
ScheduledTimestamp?: Date | undefined;
|
|
1674
|
-
RelatedContactId?: string | undefined;
|
|
1675
|
-
WisdomInfo?: WisdomInfo | undefined;
|
|
1676
|
-
QueueTimeAdjustmentSeconds?: number | undefined;
|
|
1677
|
-
QueuePriority?: number | undefined;
|
|
1678
|
-
Tags?: Record<string, string> | undefined;
|
|
1679
|
-
ConnectedToSystemTimestamp?: Date | undefined;
|
|
1680
|
-
RoutingCriteria?: RoutingCriteria | undefined;
|
|
1681
|
-
Customer?: Customer | undefined;
|
|
1682
|
-
Campaign?: Campaign | undefined;
|
|
1683
|
-
AnsweringMachineDetectionStatus?: AnsweringMachineDetectionStatus | undefined;
|
|
1684
|
-
CustomerVoiceActivity?: CustomerVoiceActivity | undefined;
|
|
1685
|
-
QualityMetrics?: QualityMetrics | undefined;
|
|
1686
|
-
DisconnectDetails?: DisconnectDetails | undefined;
|
|
1687
|
-
SegmentAttributes?: Record<string, SegmentAttributeValue> | undefined;
|
|
1688
|
-
}
|
|
1689
|
-
export interface UpdateContactRoutingDataRequest {
|
|
1690
|
-
InstanceId: string | undefined;
|
|
1691
|
-
ContactId: string | undefined;
|
|
1692
|
-
QueueTimeAdjustmentSeconds?: number | undefined;
|
|
1693
|
-
QueuePriority?: number | undefined;
|
|
1694
|
-
RoutingCriteria?: RoutingCriteriaInput | undefined;
|
|
1695
|
-
}
|
|
1696
|
-
export interface DescribeContactResponse {
|
|
1697
|
-
Contact?: Contact | undefined;
|
|
1698
|
-
}
|
|
1699
1819
|
export declare const ViewSummaryFilterSensitiveLog: (obj: ViewSummary) => any;
|
|
1700
1820
|
export declare const ListViewsResponseFilterSensitiveLog: (
|
|
1701
1821
|
obj: ListViewsResponse
|
|
@@ -1722,12 +1842,24 @@ export declare const SearchableContactAttributesCriteriaFilterSensitiveLog: (
|
|
|
1722
1842
|
export declare const SearchableContactAttributesFilterSensitiveLog: (
|
|
1723
1843
|
obj: SearchableContactAttributes
|
|
1724
1844
|
) => any;
|
|
1845
|
+
export declare const SearchableSegmentAttributesCriteriaFilterSensitiveLog: (
|
|
1846
|
+
obj: SearchableSegmentAttributesCriteria
|
|
1847
|
+
) => any;
|
|
1848
|
+
export declare const SearchableSegmentAttributesFilterSensitiveLog: (
|
|
1849
|
+
obj: SearchableSegmentAttributes
|
|
1850
|
+
) => any;
|
|
1725
1851
|
export declare const SearchCriteriaFilterSensitiveLog: (
|
|
1726
1852
|
obj: SearchCriteria
|
|
1727
1853
|
) => any;
|
|
1728
1854
|
export declare const SearchContactsRequestFilterSensitiveLog: (
|
|
1729
1855
|
obj: SearchContactsRequest
|
|
1730
1856
|
) => any;
|
|
1857
|
+
export declare const EmailAddressMetadataFilterSensitiveLog: (
|
|
1858
|
+
obj: EmailAddressMetadata
|
|
1859
|
+
) => any;
|
|
1860
|
+
export declare const SearchEmailAddressesResponseFilterSensitiveLog: (
|
|
1861
|
+
obj: SearchEmailAddressesResponse
|
|
1862
|
+
) => any;
|
|
1731
1863
|
export declare const UserIdentityInfoLiteFilterSensitiveLog: (
|
|
1732
1864
|
obj: UserIdentityInfoLite
|
|
1733
1865
|
) => any;
|
|
@@ -1737,6 +1869,36 @@ export declare const UserSearchSummaryFilterSensitiveLog: (
|
|
|
1737
1869
|
export declare const SearchUsersResponseFilterSensitiveLog: (
|
|
1738
1870
|
obj: SearchUsersResponse
|
|
1739
1871
|
) => any;
|
|
1872
|
+
export declare const EmailAddressInfoFilterSensitiveLog: (
|
|
1873
|
+
obj: EmailAddressInfo
|
|
1874
|
+
) => any;
|
|
1875
|
+
export declare const OutboundAdditionalRecipientsFilterSensitiveLog: (
|
|
1876
|
+
obj: OutboundAdditionalRecipients
|
|
1877
|
+
) => any;
|
|
1878
|
+
export declare const OutboundRawMessageFilterSensitiveLog: (
|
|
1879
|
+
obj: OutboundRawMessage
|
|
1880
|
+
) => any;
|
|
1881
|
+
export declare const OutboundEmailContentFilterSensitiveLog: (
|
|
1882
|
+
obj: OutboundEmailContent
|
|
1883
|
+
) => any;
|
|
1884
|
+
export declare const SendOutboundEmailRequestFilterSensitiveLog: (
|
|
1885
|
+
obj: SendOutboundEmailRequest
|
|
1886
|
+
) => any;
|
|
1887
|
+
export declare const InboundAdditionalRecipientsFilterSensitiveLog: (
|
|
1888
|
+
obj: InboundAdditionalRecipients
|
|
1889
|
+
) => any;
|
|
1890
|
+
export declare const InboundRawMessageFilterSensitiveLog: (
|
|
1891
|
+
obj: InboundRawMessage
|
|
1892
|
+
) => any;
|
|
1893
|
+
export declare const InboundEmailContentFilterSensitiveLog: (
|
|
1894
|
+
obj: InboundEmailContent
|
|
1895
|
+
) => any;
|
|
1896
|
+
export declare const StartEmailContactRequestFilterSensitiveLog: (
|
|
1897
|
+
obj: StartEmailContactRequest
|
|
1898
|
+
) => any;
|
|
1899
|
+
export declare const StartOutboundEmailContactRequestFilterSensitiveLog: (
|
|
1900
|
+
obj: StartOutboundEmailContactRequest
|
|
1901
|
+
) => any;
|
|
1740
1902
|
export declare const StartOutboundVoiceContactRequestFilterSensitiveLog: (
|
|
1741
1903
|
obj: StartOutboundVoiceContactRequest
|
|
1742
1904
|
) => any;
|
|
@@ -1756,6 +1918,9 @@ export declare const StartWebRTCContactResponseFilterSensitiveLog: (
|
|
|
1756
1918
|
export declare const UpdateContactRequestFilterSensitiveLog: (
|
|
1757
1919
|
obj: UpdateContactRequest
|
|
1758
1920
|
) => any;
|
|
1921
|
+
export declare const UpdateEmailAddressMetadataRequestFilterSensitiveLog: (
|
|
1922
|
+
obj: UpdateEmailAddressMetadataRequest
|
|
1923
|
+
) => any;
|
|
1759
1924
|
export declare const UpdateUserIdentityInfoRequestFilterSensitiveLog: (
|
|
1760
1925
|
obj: UpdateUserIdentityInfoRequest
|
|
1761
1926
|
) => any;
|
|
@@ -1768,7 +1933,3 @@ export declare const UpdateViewContentResponseFilterSensitiveLog: (
|
|
|
1768
1933
|
export declare const UpdateViewMetadataRequestFilterSensitiveLog: (
|
|
1769
1934
|
obj: UpdateViewMetadataRequest
|
|
1770
1935
|
) => any;
|
|
1771
|
-
export declare const ContactFilterSensitiveLog: (obj: Contact) => any;
|
|
1772
|
-
export declare const DescribeContactResponseFilterSensitiveLog: (
|
|
1773
|
-
obj: DescribeContactResponse
|
|
1774
|
-
) => any;
|