@aws-sdk/client-connect 3.709.0 → 3.712.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 +56 -0
- package/dist-cjs/index.js +471 -95
- package/dist-es/Connect.js +14 -0
- package/dist-es/commands/CreateHoursOfOperationOverrideCommand.js +22 -0
- package/dist-es/commands/DeleteHoursOfOperationOverrideCommand.js +22 -0
- package/dist-es/commands/DescribeHoursOfOperationOverrideCommand.js +22 -0
- package/dist-es/commands/GetEffectiveHoursOfOperationsCommand.js +22 -0
- package/dist-es/commands/ListHoursOfOperationOverridesCommand.js +22 -0
- package/dist-es/commands/SearchHoursOfOperationOverridesCommand.js +22 -0
- package/dist-es/commands/UpdateHoursOfOperationOverrideCommand.js +22 -0
- package/dist-es/commands/UpdateUserIdentityInfoCommand.js +1 -1
- package/dist-es/commands/UpdateViewContentCommand.js +1 -1
- package/dist-es/commands/UpdateViewMetadataCommand.js +1 -1
- package/dist-es/commands/index.js +7 -0
- package/dist-es/models/models_0.js +9 -0
- package/dist-es/models/models_1.js +0 -17
- package/dist-es/models/models_2.js +37 -40
- package/dist-es/models/models_3.js +27 -0
- package/dist-es/pagination/ListHoursOfOperationOverridesPaginator.js +4 -0
- package/dist-es/pagination/SearchHoursOfOperationOverridesPaginator.js +4 -0
- package/dist-es/pagination/index.js +2 -0
- package/dist-es/protocols/Aws_restJson1.js +225 -1
- package/dist-types/Connect.d.ts +49 -0
- package/dist-types/ConnectClient.d.ts +9 -2
- package/dist-types/commands/CreateHoursOfOperationOverrideCommand.d.ts +111 -0
- package/dist-types/commands/CreateQueueCommand.d.ts +1 -2
- package/dist-types/commands/DeleteHoursOfOperationOverrideCommand.d.ts +87 -0
- package/dist-types/commands/DeleteTaskTemplateCommand.d.ts +1 -1
- package/dist-types/commands/DeleteTrafficDistributionGroupCommand.d.ts +1 -1
- package/dist-types/commands/DeleteUseCaseCommand.d.ts +1 -1
- package/dist-types/commands/DeleteUserCommand.d.ts +1 -1
- package/dist-types/commands/DescribeHoursOfOperationOverrideCommand.d.ts +109 -0
- package/dist-types/commands/GetEffectiveHoursOfOperationsCommand.d.ts +106 -0
- package/dist-types/commands/ListHoursOfOperationOverridesCommand.d.ts +115 -0
- package/dist-types/commands/ListRealtimeContactAnalysisSegmentsV2Command.d.ts +1 -2
- package/dist-types/commands/SearchContactFlowModulesCommand.d.ts +4 -0
- package/dist-types/commands/SearchHoursOfOperationOverridesCommand.d.ts +168 -0
- package/dist-types/commands/UpdateHoursOfOperationOverrideCommand.d.ts +109 -0
- package/dist-types/commands/UpdateQueueOutboundEmailConfigCommand.d.ts +1 -1
- package/dist-types/commands/UpdateTaskTemplateCommand.d.ts +2 -1
- package/dist-types/commands/UpdateTrafficDistributionCommand.d.ts +1 -1
- package/dist-types/commands/UpdateUserHierarchyCommand.d.ts +1 -1
- package/dist-types/commands/UpdateUserHierarchyGroupNameCommand.d.ts +1 -1
- package/dist-types/commands/UpdateUserHierarchyStructureCommand.d.ts +1 -1
- package/dist-types/commands/UpdateUserIdentityInfoCommand.d.ts +1 -1
- package/dist-types/commands/UpdateUserPhoneConfigCommand.d.ts +1 -1
- package/dist-types/commands/UpdateUserProficienciesCommand.d.ts +1 -1
- package/dist-types/commands/UpdateUserRoutingProfileCommand.d.ts +1 -1
- package/dist-types/commands/UpdateUserSecurityProfilesCommand.d.ts +1 -1
- package/dist-types/commands/UpdateViewContentCommand.d.ts +1 -1
- package/dist-types/commands/UpdateViewMetadataCommand.d.ts +1 -1
- package/dist-types/commands/index.d.ts +7 -0
- package/dist-types/models/models_0.d.ts +134 -73
- package/dist-types/models/models_1.d.ts +274 -314
- package/dist-types/models/models_2.d.ts +443 -486
- package/dist-types/models/models_3.d.ts +532 -3
- package/dist-types/pagination/ListHoursOfOperationOverridesPaginator.d.ts +7 -0
- package/dist-types/pagination/SearchHoursOfOperationOverridesPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +2 -0
- package/dist-types/protocols/Aws_restJson1.d.ts +63 -0
- package/dist-types/ts3.4/Connect.d.ts +119 -0
- package/dist-types/ts3.4/ConnectClient.d.ts +42 -0
- package/dist-types/ts3.4/commands/CreateHoursOfOperationOverrideCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DeleteHoursOfOperationOverrideCommand.d.ts +47 -0
- package/dist-types/ts3.4/commands/DeleteTaskTemplateCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteTrafficDistributionGroupCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteUseCaseCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteUserCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeHoursOfOperationOverrideCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/GetEffectiveHoursOfOperationsCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ListHoursOfOperationOverridesCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ListRealtimeContactAnalysisSegmentsV2Command.d.ts +4 -2
- package/dist-types/ts3.4/commands/SearchHoursOfOperationOverridesCommand.d.ts +49 -0
- package/dist-types/ts3.4/commands/UpdateHoursOfOperationOverrideCommand.d.ts +47 -0
- package/dist-types/ts3.4/commands/UpdateTaskTemplateCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/UpdateTrafficDistributionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateUserHierarchyCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateUserHierarchyGroupNameCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateUserHierarchyStructureCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateUserIdentityInfoCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateUserPhoneConfigCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateUserProficienciesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateUserRoutingProfileCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateUserSecurityProfilesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateViewContentCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateViewMetadataCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/index.d.ts +7 -0
- package/dist-types/ts3.4/models/models_0.d.ts +36 -18
- package/dist-types/ts3.4/models/models_1.d.ts +68 -99
- package/dist-types/ts3.4/models/models_2.d.ts +142 -157
- package/dist-types/ts3.4/models/models_3.d.ts +163 -2
- package/dist-types/ts3.4/pagination/ListHoursOfOperationOverridesPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/SearchHoursOfOperationOverridesPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +2 -0
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +84 -0
- package/package.json +5 -5
|
@@ -1,8 +1,320 @@
|
|
|
1
1
|
import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client";
|
|
2
2
|
import { ConnectServiceException as __BaseException } from "./ConnectServiceException";
|
|
3
|
-
import { ActionSummary, AgentAvailabilityTimer,
|
|
4
|
-
import { ContactFlow, ContactFlowModule, ContactFlowModuleState, ContactFlowState, EvaluationAnswerData, EvaluationNote, HierarchyGroup, HierarchyGroupSummary, HoursOfOperation, InstanceAttributeType, PhoneNumberCountryCode, PhoneNumberType, PredefinedAttribute, Prompt, Queue, QueueStatus, QuickConnect,
|
|
5
|
-
|
|
3
|
+
import { ActionSummary, AgentAvailabilityTimer, AgentHierarchyGroups, AgentStatus, AgentStatusState, AllowedCapabilities, Application, Channel, ContactInitiationMethod, ControlPlaneAttributeFilter, CreatedByInfo, EventSourceName, FileStatusType, FileUseCaseType, HoursOfOperationConfig, HoursOfOperationOverrideConfig, InstanceStorageConfig, InstanceStorageResourceType, MediaConcurrency, MonitorCapability, OutboundCallerConfig, OutboundEmailConfig, ParticipantRole, PredefinedAttributeValues, QuickConnectConfig, Reference, RehydrationType, RoutingProfileQueueConfig, RuleAction, RulePublishStatus, StringComparisonType, StringCondition, TagCondition, TaskTemplateConstraints, TaskTemplateDefaults, TaskTemplateField, TaskTemplateStatus, UseCaseType, UserPhoneConfig, UserProficiency, ViewStatus, ViewType, VocabularyLanguageCode, VocabularyState } from "./models_0";
|
|
4
|
+
import { ContactFlow, ContactFlowModule, ContactFlowModuleState, ContactFlowState, EvaluationAnswerData, EvaluationNote, HierarchyGroup, HierarchyGroupSummary, HoursOfOperation, HoursOfOperationOverride, InstanceAttributeType, PhoneNumberCountryCode, PhoneNumberType, PredefinedAttribute, Prompt, Queue, QueueStatus, QuickConnect, RealTimeContactAnalysisOutputType, RealTimeContactAnalysisSegmentType, RoutingProfile, SortOrder, TrafficDistributionGroupStatus } from "./models_1";
|
|
5
|
+
/**
|
|
6
|
+
* @public
|
|
7
|
+
*/
|
|
8
|
+
export interface ListRealtimeContactAnalysisSegmentsV2Request {
|
|
9
|
+
/**
|
|
10
|
+
* <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>
|
|
11
|
+
* @public
|
|
12
|
+
*/
|
|
13
|
+
InstanceId: string | undefined;
|
|
14
|
+
/**
|
|
15
|
+
* <p>The identifier of the contact in this instance of Amazon Connect. </p>
|
|
16
|
+
* @public
|
|
17
|
+
*/
|
|
18
|
+
ContactId: string | undefined;
|
|
19
|
+
/**
|
|
20
|
+
* <p>The maximum number of results to return per page.</p>
|
|
21
|
+
* @public
|
|
22
|
+
*/
|
|
23
|
+
MaxResults?: number | undefined;
|
|
24
|
+
/**
|
|
25
|
+
* <p>The token for the next set of results. Use the value returned in the previous
|
|
26
|
+
* response in the next request to retrieve the next set of results.</p>
|
|
27
|
+
* @public
|
|
28
|
+
*/
|
|
29
|
+
NextToken?: string | undefined;
|
|
30
|
+
/**
|
|
31
|
+
* <p>The Contact Lens output type to be returned.</p>
|
|
32
|
+
* @public
|
|
33
|
+
*/
|
|
34
|
+
OutputType: RealTimeContactAnalysisOutputType | undefined;
|
|
35
|
+
/**
|
|
36
|
+
* <p>Enum with segment types . Each value corresponds to a segment type returned in the segments
|
|
37
|
+
* list of the API. Each segment type has its own structure. Different channels may have different
|
|
38
|
+
* sets of supported segment types.</p>
|
|
39
|
+
* @public
|
|
40
|
+
*/
|
|
41
|
+
SegmentTypes: RealTimeContactAnalysisSegmentType[] | undefined;
|
|
42
|
+
}
|
|
43
|
+
/**
|
|
44
|
+
* @public
|
|
45
|
+
* @enum
|
|
46
|
+
*/
|
|
47
|
+
export declare const RealTimeContactAnalysisSupportedChannel: {
|
|
48
|
+
readonly CHAT: "CHAT";
|
|
49
|
+
readonly VOICE: "VOICE";
|
|
50
|
+
};
|
|
51
|
+
/**
|
|
52
|
+
* @public
|
|
53
|
+
*/
|
|
54
|
+
export type RealTimeContactAnalysisSupportedChannel = (typeof RealTimeContactAnalysisSupportedChannel)[keyof typeof RealTimeContactAnalysisSupportedChannel];
|
|
55
|
+
/**
|
|
56
|
+
* @public
|
|
57
|
+
* @enum
|
|
58
|
+
*/
|
|
59
|
+
export declare const ArtifactStatus: {
|
|
60
|
+
readonly APPROVED: "APPROVED";
|
|
61
|
+
readonly IN_PROGRESS: "IN_PROGRESS";
|
|
62
|
+
readonly REJECTED: "REJECTED";
|
|
63
|
+
};
|
|
64
|
+
/**
|
|
65
|
+
* @public
|
|
66
|
+
*/
|
|
67
|
+
export type ArtifactStatus = (typeof ArtifactStatus)[keyof typeof ArtifactStatus];
|
|
68
|
+
/**
|
|
69
|
+
* <p>Object that describes attached file. </p>
|
|
70
|
+
* @public
|
|
71
|
+
*/
|
|
72
|
+
export interface RealTimeContactAnalysisAttachment {
|
|
73
|
+
/**
|
|
74
|
+
* <p>A case-sensitive name of the attachment being uploaded. Can be redacted.</p>
|
|
75
|
+
* @public
|
|
76
|
+
*/
|
|
77
|
+
AttachmentName: string | undefined;
|
|
78
|
+
/**
|
|
79
|
+
* <p>Describes the MIME file type of the attachment. For a list of supported file types, see
|
|
80
|
+
* <a href="https://docs.aws.amazon.com/connect/latest/adminguide/feature-limits.html">Feature
|
|
81
|
+
* specifications</a> in the <i>Amazon Connect Administrator
|
|
82
|
+
* Guide</i>.</p>
|
|
83
|
+
* @public
|
|
84
|
+
*/
|
|
85
|
+
ContentType?: string | undefined;
|
|
86
|
+
/**
|
|
87
|
+
* <p>A unique identifier for the attachment.</p>
|
|
88
|
+
* @public
|
|
89
|
+
*/
|
|
90
|
+
AttachmentId: string | undefined;
|
|
91
|
+
/**
|
|
92
|
+
* <p>Status of the attachment.</p>
|
|
93
|
+
* @public
|
|
94
|
+
*/
|
|
95
|
+
Status?: ArtifactStatus | undefined;
|
|
96
|
+
}
|
|
97
|
+
/**
|
|
98
|
+
* <p>Object describing time with which the segment is associated. It can have different
|
|
99
|
+
* representations of time. Currently supported: absoluteTime</p>
|
|
100
|
+
* @public
|
|
101
|
+
*/
|
|
102
|
+
export type RealTimeContactAnalysisTimeData = RealTimeContactAnalysisTimeData.AbsoluteTimeMember | RealTimeContactAnalysisTimeData.$UnknownMember;
|
|
103
|
+
/**
|
|
104
|
+
* @public
|
|
105
|
+
*/
|
|
106
|
+
export declare namespace RealTimeContactAnalysisTimeData {
|
|
107
|
+
/**
|
|
108
|
+
* <p>Time represented in ISO 8601 format: yyyy-MM-ddThh:mm:ss.SSSZ. For example,
|
|
109
|
+
* 2019-11-08T02:41:28.172Z.</p>
|
|
110
|
+
* @public
|
|
111
|
+
*/
|
|
112
|
+
interface AbsoluteTimeMember {
|
|
113
|
+
AbsoluteTime: Date;
|
|
114
|
+
$unknown?: never;
|
|
115
|
+
}
|
|
116
|
+
/**
|
|
117
|
+
* @public
|
|
118
|
+
*/
|
|
119
|
+
interface $UnknownMember {
|
|
120
|
+
AbsoluteTime?: never;
|
|
121
|
+
$unknown: [string, any];
|
|
122
|
+
}
|
|
123
|
+
interface Visitor<T> {
|
|
124
|
+
AbsoluteTime: (value: Date) => T;
|
|
125
|
+
_: (name: string, value: any) => T;
|
|
126
|
+
}
|
|
127
|
+
const visit: <T>(value: RealTimeContactAnalysisTimeData, visitor: Visitor<T>) => T;
|
|
128
|
+
}
|
|
129
|
+
/**
|
|
130
|
+
* <p>Segment containing list of attachments.</p>
|
|
131
|
+
* @public
|
|
132
|
+
*/
|
|
133
|
+
export interface RealTimeContactAnalysisSegmentAttachments {
|
|
134
|
+
/**
|
|
135
|
+
* <p>The identifier of the segment.</p>
|
|
136
|
+
* @public
|
|
137
|
+
*/
|
|
138
|
+
Id: string | undefined;
|
|
139
|
+
/**
|
|
140
|
+
* <p>The identifier of the participant.</p>
|
|
141
|
+
* @public
|
|
142
|
+
*/
|
|
143
|
+
ParticipantId: string | undefined;
|
|
144
|
+
/**
|
|
145
|
+
* <p>The role of the participant. For example, is it a customer, agent, or system.</p>
|
|
146
|
+
* @public
|
|
147
|
+
*/
|
|
148
|
+
ParticipantRole: ParticipantRole | undefined;
|
|
149
|
+
/**
|
|
150
|
+
* <p>The display name of the participant. Can be redacted. </p>
|
|
151
|
+
* @public
|
|
152
|
+
*/
|
|
153
|
+
DisplayName?: string | undefined;
|
|
154
|
+
/**
|
|
155
|
+
* <p>List of objects describing an individual attachment.</p>
|
|
156
|
+
* @public
|
|
157
|
+
*/
|
|
158
|
+
Attachments: RealTimeContactAnalysisAttachment[] | undefined;
|
|
159
|
+
/**
|
|
160
|
+
* <p>Field describing the time of the event. It can have different representations of time.</p>
|
|
161
|
+
* @public
|
|
162
|
+
*/
|
|
163
|
+
Time: RealTimeContactAnalysisTimeData | undefined;
|
|
164
|
+
}
|
|
165
|
+
/**
|
|
166
|
+
* <p>Begin and end offsets for a part of text.</p>
|
|
167
|
+
* @public
|
|
168
|
+
*/
|
|
169
|
+
export interface RealTimeContactAnalysisCharacterInterval {
|
|
170
|
+
/**
|
|
171
|
+
* <p>The beginning of the character interval.</p>
|
|
172
|
+
* @public
|
|
173
|
+
*/
|
|
174
|
+
BeginOffsetChar: number | undefined;
|
|
175
|
+
/**
|
|
176
|
+
* <p>The end of the character interval.</p>
|
|
177
|
+
* @public
|
|
178
|
+
*/
|
|
179
|
+
EndOffsetChar: number | undefined;
|
|
180
|
+
}
|
|
181
|
+
/**
|
|
182
|
+
* <p>Transcript representation containing Id and list of character intervals that are associated
|
|
183
|
+
* with analysis data. For example, this object within a
|
|
184
|
+
* <code>RealTimeContactAnalysisPointOfInterest</code> in <code>Category.MatchedDetails</code>
|
|
185
|
+
* would have character interval describing part of the text that matched category.</p>
|
|
186
|
+
* @public
|
|
187
|
+
*/
|
|
188
|
+
export interface RealTimeContactAnalysisTranscriptItemWithCharacterOffsets {
|
|
189
|
+
/**
|
|
190
|
+
* <p>Transcript identifier. Matches the identifier from one of the TranscriptSegments.</p>
|
|
191
|
+
* @public
|
|
192
|
+
*/
|
|
193
|
+
Id: string | undefined;
|
|
194
|
+
/**
|
|
195
|
+
* <p>List of character intervals within transcript content/text.</p>
|
|
196
|
+
* @public
|
|
197
|
+
*/
|
|
198
|
+
CharacterOffsets?: RealTimeContactAnalysisCharacterInterval | undefined;
|
|
199
|
+
}
|
|
200
|
+
/**
|
|
201
|
+
* <p>The section of the contact transcript segment that category rule was detected.</p>
|
|
202
|
+
* @public
|
|
203
|
+
*/
|
|
204
|
+
export interface RealTimeContactAnalysisPointOfInterest {
|
|
205
|
+
/**
|
|
206
|
+
* <p>List of the transcript items (segments) that are associated with a given point of interest.
|
|
207
|
+
* </p>
|
|
208
|
+
* @public
|
|
209
|
+
*/
|
|
210
|
+
TranscriptItems?: RealTimeContactAnalysisTranscriptItemWithCharacterOffsets[] | undefined;
|
|
211
|
+
}
|
|
212
|
+
/**
|
|
213
|
+
* <p>Provides information about the category rule that was matched.</p>
|
|
214
|
+
* @public
|
|
215
|
+
*/
|
|
216
|
+
export interface RealTimeContactAnalysisCategoryDetails {
|
|
217
|
+
/**
|
|
218
|
+
* <p>List of PointOfInterest - objects describing a single match of a rule.</p>
|
|
219
|
+
* @public
|
|
220
|
+
*/
|
|
221
|
+
PointsOfInterest: RealTimeContactAnalysisPointOfInterest[] | undefined;
|
|
222
|
+
}
|
|
223
|
+
/**
|
|
224
|
+
* <p>The matched category rules.</p>
|
|
225
|
+
* @public
|
|
226
|
+
*/
|
|
227
|
+
export interface RealTimeContactAnalysisSegmentCategories {
|
|
228
|
+
/**
|
|
229
|
+
* <p>Map between the name of the matched rule and RealTimeContactAnalysisCategoryDetails.</p>
|
|
230
|
+
* @public
|
|
231
|
+
*/
|
|
232
|
+
MatchedDetails: Record<string, RealTimeContactAnalysisCategoryDetails> | undefined;
|
|
233
|
+
}
|
|
234
|
+
/**
|
|
235
|
+
* <p>Segment type describing a contact event.</p>
|
|
236
|
+
* @public
|
|
237
|
+
*/
|
|
238
|
+
export interface RealTimeContactAnalysisSegmentEvent {
|
|
239
|
+
/**
|
|
240
|
+
* <p>The identifier of the contact event.</p>
|
|
241
|
+
* @public
|
|
242
|
+
*/
|
|
243
|
+
Id: string | undefined;
|
|
244
|
+
/**
|
|
245
|
+
* <p>The identifier of the participant.</p>
|
|
246
|
+
* @public
|
|
247
|
+
*/
|
|
248
|
+
ParticipantId?: string | undefined;
|
|
249
|
+
/**
|
|
250
|
+
* <p>The role of the participant. For example, is it a customer, agent, or system.</p>
|
|
251
|
+
* @public
|
|
252
|
+
*/
|
|
253
|
+
ParticipantRole?: ParticipantRole | undefined;
|
|
254
|
+
/**
|
|
255
|
+
* <p>The display name of the participant. Can be redacted.</p>
|
|
256
|
+
* @public
|
|
257
|
+
*/
|
|
258
|
+
DisplayName?: string | undefined;
|
|
259
|
+
/**
|
|
260
|
+
* <p>Type of the event. For example,
|
|
261
|
+
* <code>application/vnd.amazonaws.connect.event.participant.left</code>.</p>
|
|
262
|
+
* @public
|
|
263
|
+
*/
|
|
264
|
+
EventType: string | undefined;
|
|
265
|
+
/**
|
|
266
|
+
* <p>Field describing the time of the event. It can have different representations of time.</p>
|
|
267
|
+
* @public
|
|
268
|
+
*/
|
|
269
|
+
Time: RealTimeContactAnalysisTimeData | undefined;
|
|
270
|
+
}
|
|
271
|
+
/**
|
|
272
|
+
* <p>Transcript representation containing Id, Content and list of character intervals that are
|
|
273
|
+
* associated with analysis data. For example, this object within an issue detected would describe
|
|
274
|
+
* both content that contains identified issue and intervals where that content is taken
|
|
275
|
+
* from.</p>
|
|
276
|
+
* @public
|
|
277
|
+
*/
|
|
278
|
+
export interface RealTimeContactAnalysisTranscriptItemWithContent {
|
|
279
|
+
/**
|
|
280
|
+
* <p>Part of the transcript content that contains identified issue. Can be redacted</p>
|
|
281
|
+
* @public
|
|
282
|
+
*/
|
|
283
|
+
Content?: string | undefined;
|
|
284
|
+
/**
|
|
285
|
+
* <p>Transcript identifier. Matches the identifier from one of the TranscriptSegments.</p>
|
|
286
|
+
* @public
|
|
287
|
+
*/
|
|
288
|
+
Id: string | undefined;
|
|
289
|
+
/**
|
|
290
|
+
* <p>Begin and end offsets for a part of text.</p>
|
|
291
|
+
* @public
|
|
292
|
+
*/
|
|
293
|
+
CharacterOffsets?: RealTimeContactAnalysisCharacterInterval | undefined;
|
|
294
|
+
}
|
|
295
|
+
/**
|
|
296
|
+
* <p>Potential issues that are detected based on an artificial intelligence analysis of each turn
|
|
297
|
+
* in the conversation.</p>
|
|
298
|
+
* @public
|
|
299
|
+
*/
|
|
300
|
+
export interface RealTimeContactAnalysisIssueDetected {
|
|
301
|
+
/**
|
|
302
|
+
* <p>List of the transcript items (segments) that are associated with a given issue.</p>
|
|
303
|
+
* @public
|
|
304
|
+
*/
|
|
305
|
+
TranscriptItems: RealTimeContactAnalysisTranscriptItemWithContent[] | undefined;
|
|
306
|
+
}
|
|
307
|
+
/**
|
|
308
|
+
* <p>Segment type containing a list of detected issues.</p>
|
|
309
|
+
* @public
|
|
310
|
+
*/
|
|
311
|
+
export interface RealTimeContactAnalysisSegmentIssues {
|
|
312
|
+
/**
|
|
313
|
+
* <p>List of the issues detected.</p>
|
|
314
|
+
* @public
|
|
315
|
+
*/
|
|
316
|
+
IssuesDetected: RealTimeContactAnalysisIssueDetected[] | undefined;
|
|
317
|
+
}
|
|
6
318
|
/**
|
|
7
319
|
* @public
|
|
8
320
|
* @enum
|
|
@@ -2414,6 +2726,43 @@ export interface SearchEmailAddressesResponse {
|
|
|
2414
2726
|
*/
|
|
2415
2727
|
ApproximateTotalCount?: number | undefined;
|
|
2416
2728
|
}
|
|
2729
|
+
/**
|
|
2730
|
+
* @public
|
|
2731
|
+
* @enum
|
|
2732
|
+
*/
|
|
2733
|
+
export declare const DateComparisonType: {
|
|
2734
|
+
readonly EQUAL_TO: "EQUAL_TO";
|
|
2735
|
+
readonly GREATER_THAN: "GREATER_THAN";
|
|
2736
|
+
readonly GREATER_THAN_OR_EQUAL_TO: "GREATER_THAN_OR_EQUAL_TO";
|
|
2737
|
+
readonly LESS_THAN: "LESS_THAN";
|
|
2738
|
+
readonly LESS_THAN_OR_EQUAL_TO: "LESS_THAN_OR_EQUAL_TO";
|
|
2739
|
+
};
|
|
2740
|
+
/**
|
|
2741
|
+
* @public
|
|
2742
|
+
*/
|
|
2743
|
+
export type DateComparisonType = (typeof DateComparisonType)[keyof typeof DateComparisonType];
|
|
2744
|
+
/**
|
|
2745
|
+
* <p>An object to specify the hours of operation override date condition.</p>
|
|
2746
|
+
* @public
|
|
2747
|
+
*/
|
|
2748
|
+
export interface DateCondition {
|
|
2749
|
+
/**
|
|
2750
|
+
* <p>An object to specify the hours of operation override date field.</p>
|
|
2751
|
+
* @public
|
|
2752
|
+
*/
|
|
2753
|
+
FieldName?: string | undefined;
|
|
2754
|
+
/**
|
|
2755
|
+
* <p>An object to specify the hours of operation override date value.</p>
|
|
2756
|
+
* @public
|
|
2757
|
+
*/
|
|
2758
|
+
Value?: string | undefined;
|
|
2759
|
+
/**
|
|
2760
|
+
* <p>An object to specify the hours of operation override date condition
|
|
2761
|
+
* <code>comparisonType</code>.</p>
|
|
2762
|
+
* @public
|
|
2763
|
+
*/
|
|
2764
|
+
ComparisonType?: DateComparisonType | undefined;
|
|
2765
|
+
}
|
|
2417
2766
|
/**
|
|
2418
2767
|
* <p>Filters to be applied to search results.</p>
|
|
2419
2768
|
* @public
|
|
@@ -2439,14 +2788,16 @@ export interface HoursOfOperationSearchFilter {
|
|
|
2439
2788
|
/**
|
|
2440
2789
|
* @public
|
|
2441
2790
|
*/
|
|
2442
|
-
export interface
|
|
2791
|
+
export interface SearchHoursOfOperationOverridesResponse {
|
|
2443
2792
|
/**
|
|
2444
|
-
* <p>Information about the hours of operations.</p>
|
|
2793
|
+
* <p>Information about the hours of operations overrides.</p>
|
|
2445
2794
|
* @public
|
|
2446
2795
|
*/
|
|
2447
|
-
|
|
2796
|
+
HoursOfOperationOverrides?: HoursOfOperationOverride[] | undefined;
|
|
2448
2797
|
/**
|
|
2449
|
-
* <p>
|
|
2798
|
+
* <p>The token for the next set of results. Use the value returned in the previous response in
|
|
2799
|
+
* the next request to retrieve the next set of results. Length Constraints: Minimum length of 1.
|
|
2800
|
+
* Maximum length of 2500.</p>
|
|
2450
2801
|
* @public
|
|
2451
2802
|
*/
|
|
2452
2803
|
NextToken?: string | undefined;
|
|
@@ -2459,20 +2810,40 @@ export interface SearchHoursOfOperationsResponse {
|
|
|
2459
2810
|
/**
|
|
2460
2811
|
* @public
|
|
2461
2812
|
*/
|
|
2462
|
-
export interface
|
|
2813
|
+
export interface SearchHoursOfOperationsResponse {
|
|
2463
2814
|
/**
|
|
2464
|
-
* <p>
|
|
2815
|
+
* <p>Information about the hours of operations.</p>
|
|
2465
2816
|
* @public
|
|
2466
2817
|
*/
|
|
2467
|
-
|
|
2818
|
+
HoursOfOperations?: HoursOfOperation[] | undefined;
|
|
2468
2819
|
/**
|
|
2469
|
-
* <p>
|
|
2470
|
-
* the next request to retrieve the next set of results.</p>
|
|
2820
|
+
* <p>If there are additional results, this is the token for the next set of results.</p>
|
|
2471
2821
|
* @public
|
|
2472
2822
|
*/
|
|
2473
2823
|
NextToken?: string | undefined;
|
|
2474
2824
|
/**
|
|
2475
|
-
* <p>The
|
|
2825
|
+
* <p>The total number of hours of operations which matched your search query.</p>
|
|
2826
|
+
* @public
|
|
2827
|
+
*/
|
|
2828
|
+
ApproximateTotalCount?: number | undefined;
|
|
2829
|
+
}
|
|
2830
|
+
/**
|
|
2831
|
+
* @public
|
|
2832
|
+
*/
|
|
2833
|
+
export interface SearchPredefinedAttributesResponse {
|
|
2834
|
+
/**
|
|
2835
|
+
* <p>Predefined attributes matched by the search criteria.</p>
|
|
2836
|
+
* @public
|
|
2837
|
+
*/
|
|
2838
|
+
PredefinedAttributes?: PredefinedAttribute[] | undefined;
|
|
2839
|
+
/**
|
|
2840
|
+
* <p>The token for the next set of results. Use the value returned in the previous response in
|
|
2841
|
+
* the next request to retrieve the next set of results.</p>
|
|
2842
|
+
* @public
|
|
2843
|
+
*/
|
|
2844
|
+
NextToken?: string | undefined;
|
|
2845
|
+
/**
|
|
2846
|
+
* <p>The approximate number of predefined attributes which matched your search query.</p>
|
|
2476
2847
|
* @public
|
|
2477
2848
|
*/
|
|
2478
2849
|
ApproximateTotalCount?: number | undefined;
|
|
@@ -5512,6 +5883,65 @@ export interface UpdateHoursOfOperationRequest {
|
|
|
5512
5883
|
*/
|
|
5513
5884
|
Config?: HoursOfOperationConfig[] | undefined;
|
|
5514
5885
|
}
|
|
5886
|
+
/**
|
|
5887
|
+
* <p>Request processing failed because dependent condition failed.</p>
|
|
5888
|
+
* @public
|
|
5889
|
+
*/
|
|
5890
|
+
export declare class ConditionalOperationFailedException extends __BaseException {
|
|
5891
|
+
readonly name: "ConditionalOperationFailedException";
|
|
5892
|
+
readonly $fault: "client";
|
|
5893
|
+
Message?: string | undefined;
|
|
5894
|
+
/**
|
|
5895
|
+
* @internal
|
|
5896
|
+
*/
|
|
5897
|
+
constructor(opts: __ExceptionOptionType<ConditionalOperationFailedException, __BaseException>);
|
|
5898
|
+
}
|
|
5899
|
+
/**
|
|
5900
|
+
* @public
|
|
5901
|
+
*/
|
|
5902
|
+
export interface UpdateHoursOfOperationOverrideRequest {
|
|
5903
|
+
/**
|
|
5904
|
+
* <p>The identifier of the Amazon Connect instance.</p>
|
|
5905
|
+
* @public
|
|
5906
|
+
*/
|
|
5907
|
+
InstanceId: string | undefined;
|
|
5908
|
+
/**
|
|
5909
|
+
* <p>The identifier for the hours of operation.</p>
|
|
5910
|
+
* @public
|
|
5911
|
+
*/
|
|
5912
|
+
HoursOfOperationId: string | undefined;
|
|
5913
|
+
/**
|
|
5914
|
+
* <p>The identifier for the hours of operation override.</p>
|
|
5915
|
+
* @public
|
|
5916
|
+
*/
|
|
5917
|
+
HoursOfOperationOverrideId: string | undefined;
|
|
5918
|
+
/**
|
|
5919
|
+
* <p>The name of the hours of operation override.</p>
|
|
5920
|
+
* @public
|
|
5921
|
+
*/
|
|
5922
|
+
Name?: string | undefined;
|
|
5923
|
+
/**
|
|
5924
|
+
* <p>The description of the hours of operation override.</p>
|
|
5925
|
+
* @public
|
|
5926
|
+
*/
|
|
5927
|
+
Description?: string | undefined;
|
|
5928
|
+
/**
|
|
5929
|
+
* <p>Configuration information for the hours of operation override: day, start time, and end
|
|
5930
|
+
* time.</p>
|
|
5931
|
+
* @public
|
|
5932
|
+
*/
|
|
5933
|
+
Config?: HoursOfOperationOverrideConfig[] | undefined;
|
|
5934
|
+
/**
|
|
5935
|
+
* <p>The date from when the hours of operation override would be effective.</p>
|
|
5936
|
+
* @public
|
|
5937
|
+
*/
|
|
5938
|
+
EffectiveFrom?: string | undefined;
|
|
5939
|
+
/**
|
|
5940
|
+
* <p>The date till when the hours of operation override would be effective.</p>
|
|
5941
|
+
* @public
|
|
5942
|
+
*/
|
|
5943
|
+
EffectiveTill?: string | undefined;
|
|
5944
|
+
}
|
|
5515
5945
|
/**
|
|
5516
5946
|
* @public
|
|
5517
5947
|
*/
|
|
@@ -5958,19 +6388,6 @@ export interface UpdateQueueOutboundCallerConfigRequest {
|
|
|
5958
6388
|
*/
|
|
5959
6389
|
OutboundCallerConfig: OutboundCallerConfig | undefined;
|
|
5960
6390
|
}
|
|
5961
|
-
/**
|
|
5962
|
-
* <p>A conditional check failed.</p>
|
|
5963
|
-
* @public
|
|
5964
|
-
*/
|
|
5965
|
-
export declare class ConditionalOperationFailedException extends __BaseException {
|
|
5966
|
-
readonly name: "ConditionalOperationFailedException";
|
|
5967
|
-
readonly $fault: "client";
|
|
5968
|
-
Message?: string | undefined;
|
|
5969
|
-
/**
|
|
5970
|
-
* @internal
|
|
5971
|
-
*/
|
|
5972
|
-
constructor(opts: __ExceptionOptionType<ConditionalOperationFailedException, __BaseException>);
|
|
5973
|
-
}
|
|
5974
6391
|
/**
|
|
5975
6392
|
* @public
|
|
5976
6393
|
*/
|
|
@@ -6313,450 +6730,6 @@ export interface UpdateTaskTemplateRequest {
|
|
|
6313
6730
|
*/
|
|
6314
6731
|
Fields?: TaskTemplateField[] | undefined;
|
|
6315
6732
|
}
|
|
6316
|
-
/**
|
|
6317
|
-
* @public
|
|
6318
|
-
*/
|
|
6319
|
-
export interface UpdateTaskTemplateResponse {
|
|
6320
|
-
/**
|
|
6321
|
-
* <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>
|
|
6322
|
-
* @public
|
|
6323
|
-
*/
|
|
6324
|
-
InstanceId?: string | undefined;
|
|
6325
|
-
/**
|
|
6326
|
-
* <p>The identifier of the task template resource.</p>
|
|
6327
|
-
* @public
|
|
6328
|
-
*/
|
|
6329
|
-
Id?: string | undefined;
|
|
6330
|
-
/**
|
|
6331
|
-
* <p>The Amazon Resource Name (ARN) for the task template resource.</p>
|
|
6332
|
-
* @public
|
|
6333
|
-
*/
|
|
6334
|
-
Arn?: string | undefined;
|
|
6335
|
-
/**
|
|
6336
|
-
* <p>The name of the task template.</p>
|
|
6337
|
-
* @public
|
|
6338
|
-
*/
|
|
6339
|
-
Name?: string | undefined;
|
|
6340
|
-
/**
|
|
6341
|
-
* <p>The description of the task template.</p>
|
|
6342
|
-
* @public
|
|
6343
|
-
*/
|
|
6344
|
-
Description?: string | undefined;
|
|
6345
|
-
/**
|
|
6346
|
-
* <p>The identifier of the flow that runs by default when a task is created by referencing this template.</p>
|
|
6347
|
-
* @public
|
|
6348
|
-
*/
|
|
6349
|
-
ContactFlowId?: string | undefined;
|
|
6350
|
-
/**
|
|
6351
|
-
* <p>The ContactFlowId for the flow that will be run if this template is used to create a
|
|
6352
|
-
* self-assigned task.</p>
|
|
6353
|
-
* @public
|
|
6354
|
-
*/
|
|
6355
|
-
SelfAssignFlowId?: string | undefined;
|
|
6356
|
-
/**
|
|
6357
|
-
* <p>Constraints that are applicable to the fields listed.</p>
|
|
6358
|
-
* @public
|
|
6359
|
-
*/
|
|
6360
|
-
Constraints?: TaskTemplateConstraints | undefined;
|
|
6361
|
-
/**
|
|
6362
|
-
* <p>The default values for fields when a task is created by referencing this template.</p>
|
|
6363
|
-
* @public
|
|
6364
|
-
*/
|
|
6365
|
-
Defaults?: TaskTemplateDefaults | undefined;
|
|
6366
|
-
/**
|
|
6367
|
-
* <p>Fields that are part of the template.</p>
|
|
6368
|
-
* @public
|
|
6369
|
-
*/
|
|
6370
|
-
Fields?: TaskTemplateField[] | undefined;
|
|
6371
|
-
/**
|
|
6372
|
-
* <p>Marks a template as <code>ACTIVE</code> or <code>INACTIVE</code> for a task to refer to it.
|
|
6373
|
-
* Tasks can only be created from <code>ACTIVE</code> templates.
|
|
6374
|
-
* If a template is marked as <code>INACTIVE</code>, then a task that refers to this template cannot be created.</p>
|
|
6375
|
-
* @public
|
|
6376
|
-
*/
|
|
6377
|
-
Status?: TaskTemplateStatus | undefined;
|
|
6378
|
-
/**
|
|
6379
|
-
* <p>The timestamp when the task template was last modified.</p>
|
|
6380
|
-
* @public
|
|
6381
|
-
*/
|
|
6382
|
-
LastModifiedTime?: Date | undefined;
|
|
6383
|
-
/**
|
|
6384
|
-
* <p>The timestamp when the task template was created.</p>
|
|
6385
|
-
* @public
|
|
6386
|
-
*/
|
|
6387
|
-
CreatedTime?: Date | undefined;
|
|
6388
|
-
}
|
|
6389
|
-
/**
|
|
6390
|
-
* @public
|
|
6391
|
-
*/
|
|
6392
|
-
export interface UpdateTrafficDistributionRequest {
|
|
6393
|
-
/**
|
|
6394
|
-
* <p>The identifier of the traffic distribution group.
|
|
6395
|
-
* This can be the ID or the ARN if the API is being called in the Region where the traffic distribution group was created.
|
|
6396
|
-
* The ARN must be provided if the call is from the replicated Region. </p>
|
|
6397
|
-
* @public
|
|
6398
|
-
*/
|
|
6399
|
-
Id: string | undefined;
|
|
6400
|
-
/**
|
|
6401
|
-
* <p>The distribution of traffic between the instance and its replica(s).</p>
|
|
6402
|
-
* @public
|
|
6403
|
-
*/
|
|
6404
|
-
TelephonyConfig?: TelephonyConfig | undefined;
|
|
6405
|
-
/**
|
|
6406
|
-
* <p>The distribution that determines which Amazon Web Services Regions should be used to sign in
|
|
6407
|
-
* agents in to both the instance and its replica(s).</p>
|
|
6408
|
-
* @public
|
|
6409
|
-
*/
|
|
6410
|
-
SignInConfig?: SignInConfig | undefined;
|
|
6411
|
-
/**
|
|
6412
|
-
* <p>The distribution of agents between the instance and its replica(s).</p>
|
|
6413
|
-
* @public
|
|
6414
|
-
*/
|
|
6415
|
-
AgentConfig?: AgentConfig | undefined;
|
|
6416
|
-
}
|
|
6417
|
-
/**
|
|
6418
|
-
* @public
|
|
6419
|
-
*/
|
|
6420
|
-
export interface UpdateTrafficDistributionResponse {
|
|
6421
|
-
}
|
|
6422
|
-
/**
|
|
6423
|
-
* @public
|
|
6424
|
-
*/
|
|
6425
|
-
export interface UpdateUserHierarchyRequest {
|
|
6426
|
-
/**
|
|
6427
|
-
* <p>The identifier of the hierarchy group.</p>
|
|
6428
|
-
* @public
|
|
6429
|
-
*/
|
|
6430
|
-
HierarchyGroupId?: string | undefined;
|
|
6431
|
-
/**
|
|
6432
|
-
* <p>The identifier of the user account.</p>
|
|
6433
|
-
* @public
|
|
6434
|
-
*/
|
|
6435
|
-
UserId: string | undefined;
|
|
6436
|
-
/**
|
|
6437
|
-
* <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>
|
|
6438
|
-
* @public
|
|
6439
|
-
*/
|
|
6440
|
-
InstanceId: string | undefined;
|
|
6441
|
-
}
|
|
6442
|
-
/**
|
|
6443
|
-
* @public
|
|
6444
|
-
*/
|
|
6445
|
-
export interface UpdateUserHierarchyGroupNameRequest {
|
|
6446
|
-
/**
|
|
6447
|
-
* <p>The name of the hierarchy group. Must not be more than 100 characters.</p>
|
|
6448
|
-
* @public
|
|
6449
|
-
*/
|
|
6450
|
-
Name: string | undefined;
|
|
6451
|
-
/**
|
|
6452
|
-
* <p>The identifier of the hierarchy group.</p>
|
|
6453
|
-
* @public
|
|
6454
|
-
*/
|
|
6455
|
-
HierarchyGroupId: string | undefined;
|
|
6456
|
-
/**
|
|
6457
|
-
* <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>
|
|
6458
|
-
* @public
|
|
6459
|
-
*/
|
|
6460
|
-
InstanceId: string | undefined;
|
|
6461
|
-
}
|
|
6462
|
-
/**
|
|
6463
|
-
* <p>Contains information about the hierarchy level to update.</p>
|
|
6464
|
-
* @public
|
|
6465
|
-
*/
|
|
6466
|
-
export interface HierarchyLevelUpdate {
|
|
6467
|
-
/**
|
|
6468
|
-
* <p>The name of the user hierarchy level. Must not be more than 50 characters.</p>
|
|
6469
|
-
* @public
|
|
6470
|
-
*/
|
|
6471
|
-
Name: string | undefined;
|
|
6472
|
-
}
|
|
6473
|
-
/**
|
|
6474
|
-
* <p>Contains information about the level hierarchy to update.</p>
|
|
6475
|
-
* @public
|
|
6476
|
-
*/
|
|
6477
|
-
export interface HierarchyStructureUpdate {
|
|
6478
|
-
/**
|
|
6479
|
-
* <p>The
|
|
6480
|
-
* update
|
|
6481
|
-
* for level one.</p>
|
|
6482
|
-
* @public
|
|
6483
|
-
*/
|
|
6484
|
-
LevelOne?: HierarchyLevelUpdate | undefined;
|
|
6485
|
-
/**
|
|
6486
|
-
* <p>The update for level two.</p>
|
|
6487
|
-
* @public
|
|
6488
|
-
*/
|
|
6489
|
-
LevelTwo?: HierarchyLevelUpdate | undefined;
|
|
6490
|
-
/**
|
|
6491
|
-
* <p>The update for level three.</p>
|
|
6492
|
-
* @public
|
|
6493
|
-
*/
|
|
6494
|
-
LevelThree?: HierarchyLevelUpdate | undefined;
|
|
6495
|
-
/**
|
|
6496
|
-
* <p>The update for level four.</p>
|
|
6497
|
-
* @public
|
|
6498
|
-
*/
|
|
6499
|
-
LevelFour?: HierarchyLevelUpdate | undefined;
|
|
6500
|
-
/**
|
|
6501
|
-
* <p>The update for level five.</p>
|
|
6502
|
-
* @public
|
|
6503
|
-
*/
|
|
6504
|
-
LevelFive?: HierarchyLevelUpdate | undefined;
|
|
6505
|
-
}
|
|
6506
|
-
/**
|
|
6507
|
-
* @public
|
|
6508
|
-
*/
|
|
6509
|
-
export interface UpdateUserHierarchyStructureRequest {
|
|
6510
|
-
/**
|
|
6511
|
-
* <p>The hierarchy levels to update.</p>
|
|
6512
|
-
* @public
|
|
6513
|
-
*/
|
|
6514
|
-
HierarchyStructure: HierarchyStructureUpdate | undefined;
|
|
6515
|
-
/**
|
|
6516
|
-
* <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>
|
|
6517
|
-
* @public
|
|
6518
|
-
*/
|
|
6519
|
-
InstanceId: string | undefined;
|
|
6520
|
-
}
|
|
6521
|
-
/**
|
|
6522
|
-
* @public
|
|
6523
|
-
*/
|
|
6524
|
-
export interface UpdateUserIdentityInfoRequest {
|
|
6525
|
-
/**
|
|
6526
|
-
* <p>The identity information for the user.</p>
|
|
6527
|
-
* @public
|
|
6528
|
-
*/
|
|
6529
|
-
IdentityInfo: UserIdentityInfo | undefined;
|
|
6530
|
-
/**
|
|
6531
|
-
* <p>The identifier of the user account.</p>
|
|
6532
|
-
* @public
|
|
6533
|
-
*/
|
|
6534
|
-
UserId: string | undefined;
|
|
6535
|
-
/**
|
|
6536
|
-
* <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>
|
|
6537
|
-
* @public
|
|
6538
|
-
*/
|
|
6539
|
-
InstanceId: string | undefined;
|
|
6540
|
-
}
|
|
6541
|
-
/**
|
|
6542
|
-
* @public
|
|
6543
|
-
*/
|
|
6544
|
-
export interface UpdateUserPhoneConfigRequest {
|
|
6545
|
-
/**
|
|
6546
|
-
* <p>Information about phone configuration settings for the user.</p>
|
|
6547
|
-
* @public
|
|
6548
|
-
*/
|
|
6549
|
-
PhoneConfig: UserPhoneConfig | undefined;
|
|
6550
|
-
/**
|
|
6551
|
-
* <p>The identifier of the user account.</p>
|
|
6552
|
-
* @public
|
|
6553
|
-
*/
|
|
6554
|
-
UserId: string | undefined;
|
|
6555
|
-
/**
|
|
6556
|
-
* <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>
|
|
6557
|
-
* @public
|
|
6558
|
-
*/
|
|
6559
|
-
InstanceId: string | undefined;
|
|
6560
|
-
}
|
|
6561
|
-
/**
|
|
6562
|
-
* @public
|
|
6563
|
-
*/
|
|
6564
|
-
export interface UpdateUserProficienciesRequest {
|
|
6565
|
-
/**
|
|
6566
|
-
* <p> The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource
|
|
6567
|
-
* Name (ARN) of the instance.</p>
|
|
6568
|
-
* @public
|
|
6569
|
-
*/
|
|
6570
|
-
InstanceId: string | undefined;
|
|
6571
|
-
/**
|
|
6572
|
-
* <p>The identifier of the user account.</p>
|
|
6573
|
-
* @public
|
|
6574
|
-
*/
|
|
6575
|
-
UserId: string | undefined;
|
|
6576
|
-
/**
|
|
6577
|
-
* <p>The proficiencies to be updated for the user. Proficiencies must first be associated to the
|
|
6578
|
-
* user. You can do this using AssociateUserProficiencies API.</p>
|
|
6579
|
-
* @public
|
|
6580
|
-
*/
|
|
6581
|
-
UserProficiencies: UserProficiency[] | undefined;
|
|
6582
|
-
}
|
|
6583
|
-
/**
|
|
6584
|
-
* @public
|
|
6585
|
-
*/
|
|
6586
|
-
export interface UpdateUserRoutingProfileRequest {
|
|
6587
|
-
/**
|
|
6588
|
-
* <p>The identifier of the routing profile for the user.</p>
|
|
6589
|
-
* @public
|
|
6590
|
-
*/
|
|
6591
|
-
RoutingProfileId: string | undefined;
|
|
6592
|
-
/**
|
|
6593
|
-
* <p>The identifier of the user account.</p>
|
|
6594
|
-
* @public
|
|
6595
|
-
*/
|
|
6596
|
-
UserId: string | undefined;
|
|
6597
|
-
/**
|
|
6598
|
-
* <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>
|
|
6599
|
-
* @public
|
|
6600
|
-
*/
|
|
6601
|
-
InstanceId: string | undefined;
|
|
6602
|
-
}
|
|
6603
|
-
/**
|
|
6604
|
-
* @public
|
|
6605
|
-
*/
|
|
6606
|
-
export interface UpdateUserSecurityProfilesRequest {
|
|
6607
|
-
/**
|
|
6608
|
-
* <p>The identifiers of the security profiles for the user.</p>
|
|
6609
|
-
* @public
|
|
6610
|
-
*/
|
|
6611
|
-
SecurityProfileIds: string[] | undefined;
|
|
6612
|
-
/**
|
|
6613
|
-
* <p>The identifier of the user account.</p>
|
|
6614
|
-
* @public
|
|
6615
|
-
*/
|
|
6616
|
-
UserId: string | undefined;
|
|
6617
|
-
/**
|
|
6618
|
-
* <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>
|
|
6619
|
-
* @public
|
|
6620
|
-
*/
|
|
6621
|
-
InstanceId: string | undefined;
|
|
6622
|
-
}
|
|
6623
|
-
/**
|
|
6624
|
-
* @public
|
|
6625
|
-
*/
|
|
6626
|
-
export interface UpdateViewContentRequest {
|
|
6627
|
-
/**
|
|
6628
|
-
* <p>The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of
|
|
6629
|
-
* the instance.</p>
|
|
6630
|
-
* @public
|
|
6631
|
-
*/
|
|
6632
|
-
InstanceId: string | undefined;
|
|
6633
|
-
/**
|
|
6634
|
-
* <p>The identifier of the view. Both <code>ViewArn</code> and <code>ViewId</code> can be
|
|
6635
|
-
* used.</p>
|
|
6636
|
-
* @public
|
|
6637
|
-
*/
|
|
6638
|
-
ViewId: string | undefined;
|
|
6639
|
-
/**
|
|
6640
|
-
* <p>Indicates the view status as either <code>SAVED</code> or <code>PUBLISHED</code>. The
|
|
6641
|
-
* <code>PUBLISHED</code> status will initiate validation on the content.</p>
|
|
6642
|
-
* @public
|
|
6643
|
-
*/
|
|
6644
|
-
Status: ViewStatus | undefined;
|
|
6645
|
-
/**
|
|
6646
|
-
* <p>View content containing all content necessary to render a view except for runtime input data
|
|
6647
|
-
* and the runtime input schema, which is auto-generated by this operation.</p>
|
|
6648
|
-
* <p>The total uncompressed content has a maximum file size of 400kB.</p>
|
|
6649
|
-
* @public
|
|
6650
|
-
*/
|
|
6651
|
-
Content: ViewInputContent | undefined;
|
|
6652
|
-
}
|
|
6653
|
-
/**
|
|
6654
|
-
* @public
|
|
6655
|
-
*/
|
|
6656
|
-
export interface UpdateViewContentResponse {
|
|
6657
|
-
/**
|
|
6658
|
-
* <p>A view resource object. Contains metadata and content necessary to render the view.</p>
|
|
6659
|
-
* @public
|
|
6660
|
-
*/
|
|
6661
|
-
View?: View | undefined;
|
|
6662
|
-
}
|
|
6663
|
-
/**
|
|
6664
|
-
* @public
|
|
6665
|
-
*/
|
|
6666
|
-
export interface UpdateViewMetadataRequest {
|
|
6667
|
-
/**
|
|
6668
|
-
* <p>The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of
|
|
6669
|
-
* the instance.</p>
|
|
6670
|
-
* @public
|
|
6671
|
-
*/
|
|
6672
|
-
InstanceId: string | undefined;
|
|
6673
|
-
/**
|
|
6674
|
-
* <p>The identifier of the view. Both <code>ViewArn</code> and <code>ViewId</code> can be
|
|
6675
|
-
* used.</p>
|
|
6676
|
-
* @public
|
|
6677
|
-
*/
|
|
6678
|
-
ViewId: string | undefined;
|
|
6679
|
-
/**
|
|
6680
|
-
* <p>The name of the view.</p>
|
|
6681
|
-
* @public
|
|
6682
|
-
*/
|
|
6683
|
-
Name?: string | undefined;
|
|
6684
|
-
/**
|
|
6685
|
-
* <p>The description of the view.</p>
|
|
6686
|
-
* @public
|
|
6687
|
-
*/
|
|
6688
|
-
Description?: string | undefined;
|
|
6689
|
-
}
|
|
6690
|
-
/**
|
|
6691
|
-
* @public
|
|
6692
|
-
*/
|
|
6693
|
-
export interface UpdateViewMetadataResponse {
|
|
6694
|
-
}
|
|
6695
|
-
/**
|
|
6696
|
-
* <p>A value for a segment attribute. This is structured as a map where the key is
|
|
6697
|
-
* <code>valueString</code> and the value is a string.</p>
|
|
6698
|
-
* @public
|
|
6699
|
-
*/
|
|
6700
|
-
export interface SegmentAttributeValue {
|
|
6701
|
-
/**
|
|
6702
|
-
* <p>The value of a segment attribute.</p>
|
|
6703
|
-
* @public
|
|
6704
|
-
*/
|
|
6705
|
-
ValueString?: string | undefined;
|
|
6706
|
-
/**
|
|
6707
|
-
* <p>The value of a segment attribute.</p>
|
|
6708
|
-
* @public
|
|
6709
|
-
*/
|
|
6710
|
-
ValueMap?: Record<string, SegmentAttributeValue> | undefined;
|
|
6711
|
-
/**
|
|
6712
|
-
* <p>The value of a segment attribute.</p>
|
|
6713
|
-
* @public
|
|
6714
|
-
*/
|
|
6715
|
-
ValueInteger?: number | undefined;
|
|
6716
|
-
}
|
|
6717
|
-
/**
|
|
6718
|
-
* <p>Information about an item from an evaluation form. The item must be either a section or a
|
|
6719
|
-
* question.</p>
|
|
6720
|
-
* @public
|
|
6721
|
-
*/
|
|
6722
|
-
export type EvaluationFormItem = EvaluationFormItem.QuestionMember | EvaluationFormItem.SectionMember | EvaluationFormItem.$UnknownMember;
|
|
6723
|
-
/**
|
|
6724
|
-
* @public
|
|
6725
|
-
*/
|
|
6726
|
-
export declare namespace EvaluationFormItem {
|
|
6727
|
-
/**
|
|
6728
|
-
* <p>The information of the section.</p>
|
|
6729
|
-
* @public
|
|
6730
|
-
*/
|
|
6731
|
-
interface SectionMember {
|
|
6732
|
-
Section: EvaluationFormSection;
|
|
6733
|
-
Question?: never;
|
|
6734
|
-
$unknown?: never;
|
|
6735
|
-
}
|
|
6736
|
-
/**
|
|
6737
|
-
* <p>The information of the question.</p>
|
|
6738
|
-
* @public
|
|
6739
|
-
*/
|
|
6740
|
-
interface QuestionMember {
|
|
6741
|
-
Section?: never;
|
|
6742
|
-
Question: EvaluationFormQuestion;
|
|
6743
|
-
$unknown?: never;
|
|
6744
|
-
}
|
|
6745
|
-
/**
|
|
6746
|
-
* @public
|
|
6747
|
-
*/
|
|
6748
|
-
interface $UnknownMember {
|
|
6749
|
-
Section?: never;
|
|
6750
|
-
Question?: never;
|
|
6751
|
-
$unknown: [string, any];
|
|
6752
|
-
}
|
|
6753
|
-
interface Visitor<T> {
|
|
6754
|
-
Section: (value: EvaluationFormSection) => T;
|
|
6755
|
-
Question: (value: EvaluationFormQuestion) => T;
|
|
6756
|
-
_: (name: string, value: any) => T;
|
|
6757
|
-
}
|
|
6758
|
-
const visit: <T>(value: EvaluationFormItem, visitor: Visitor<T>) => T;
|
|
6759
|
-
}
|
|
6760
6733
|
/**
|
|
6761
6734
|
* @internal
|
|
6762
6735
|
*/
|
|
@@ -6893,19 +6866,3 @@ export declare const StartWebRTCContactResponseFilterSensitiveLog: (obj: StartWe
|
|
|
6893
6866
|
* @internal
|
|
6894
6867
|
*/
|
|
6895
6868
|
export declare const UpdateEmailAddressMetadataRequestFilterSensitiveLog: (obj: UpdateEmailAddressMetadataRequest) => any;
|
|
6896
|
-
/**
|
|
6897
|
-
* @internal
|
|
6898
|
-
*/
|
|
6899
|
-
export declare const UpdateUserIdentityInfoRequestFilterSensitiveLog: (obj: UpdateUserIdentityInfoRequest) => any;
|
|
6900
|
-
/**
|
|
6901
|
-
* @internal
|
|
6902
|
-
*/
|
|
6903
|
-
export declare const UpdateViewContentRequestFilterSensitiveLog: (obj: UpdateViewContentRequest) => any;
|
|
6904
|
-
/**
|
|
6905
|
-
* @internal
|
|
6906
|
-
*/
|
|
6907
|
-
export declare const UpdateViewContentResponseFilterSensitiveLog: (obj: UpdateViewContentResponse) => any;
|
|
6908
|
-
/**
|
|
6909
|
-
* @internal
|
|
6910
|
-
*/
|
|
6911
|
-
export declare const UpdateViewMetadataRequestFilterSensitiveLog: (obj: UpdateViewMetadataRequest) => any;
|