@aws-sdk/client-connect 3.301.0 → 3.303.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/dist-cjs/models/models_0.js +564 -611
- package/dist-cjs/models/models_1.js +44 -55
- package/dist-es/models/models_0.js +564 -611
- package/dist-es/models/models_1.js +44 -55
- package/dist-types/models/models_0.d.ts +803 -568
- package/dist-types/models/models_1.d.ts +99 -44
- package/dist-types/ts3.4/models/models_0.d.ts +641 -564
- package/dist-types/ts3.4/models/models_1.d.ts +64 -44
- package/package.json +34 -34
|
@@ -1,10 +1,9 @@
|
|
|
1
1
|
import { SENSITIVE_STRING } from "@aws-sdk/smithy-client";
|
|
2
2
|
import { ConnectServiceException as __BaseException } from "./ConnectServiceException";
|
|
3
|
-
export
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
})(ReferenceStatus || (ReferenceStatus = {}));
|
|
3
|
+
export const ReferenceStatus = {
|
|
4
|
+
APPROVED: "APPROVED",
|
|
5
|
+
REJECTED: "REJECTED",
|
|
6
|
+
};
|
|
8
7
|
export var ReferenceSummary;
|
|
9
8
|
(function (ReferenceSummary) {
|
|
10
9
|
ReferenceSummary.visit = (value, visitor) => {
|
|
@@ -23,37 +22,31 @@ export var ReferenceSummary;
|
|
|
23
22
|
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
24
23
|
};
|
|
25
24
|
})(ReferenceSummary || (ReferenceSummary = {}));
|
|
26
|
-
export
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
}
|
|
46
|
-
export
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
}
|
|
51
|
-
export var VoiceRecordingTrack;
|
|
52
|
-
(function (VoiceRecordingTrack) {
|
|
53
|
-
VoiceRecordingTrack["ALL"] = "ALL";
|
|
54
|
-
VoiceRecordingTrack["FROM_AGENT"] = "FROM_AGENT";
|
|
55
|
-
VoiceRecordingTrack["TO_AGENT"] = "TO_AGENT";
|
|
56
|
-
})(VoiceRecordingTrack || (VoiceRecordingTrack = {}));
|
|
25
|
+
export const QueueType = {
|
|
26
|
+
AGENT: "AGENT",
|
|
27
|
+
STANDARD: "STANDARD",
|
|
28
|
+
};
|
|
29
|
+
export const SearchableQueueType = {
|
|
30
|
+
STANDARD: "STANDARD",
|
|
31
|
+
};
|
|
32
|
+
export const StringComparisonType = {
|
|
33
|
+
CONTAINS: "CONTAINS",
|
|
34
|
+
EXACT: "EXACT",
|
|
35
|
+
STARTS_WITH: "STARTS_WITH",
|
|
36
|
+
};
|
|
37
|
+
export const HierarchyGroupMatchType = {
|
|
38
|
+
EXACT: "EXACT",
|
|
39
|
+
WITH_CHILD_GROUPS: "WITH_CHILD_GROUPS",
|
|
40
|
+
};
|
|
41
|
+
export const RehydrationType = {
|
|
42
|
+
ENTIRE_PAST_SESSION: "ENTIRE_PAST_SESSION",
|
|
43
|
+
FROM_SEGMENT: "FROM_SEGMENT",
|
|
44
|
+
};
|
|
45
|
+
export const VoiceRecordingTrack = {
|
|
46
|
+
ALL: "ALL",
|
|
47
|
+
FROM_AGENT: "FROM_AGENT",
|
|
48
|
+
TO_AGENT: "TO_AGENT",
|
|
49
|
+
};
|
|
57
50
|
export class DestinationNotAllowedException extends __BaseException {
|
|
58
51
|
constructor(opts) {
|
|
59
52
|
super({
|
|
@@ -80,11 +73,10 @@ export class OutboundContactNotPermittedException extends __BaseException {
|
|
|
80
73
|
this.Message = opts.Message;
|
|
81
74
|
}
|
|
82
75
|
}
|
|
83
|
-
export
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
})(TrafficType || (TrafficType = {}));
|
|
76
|
+
export const TrafficType = {
|
|
77
|
+
CAMPAIGN: "CAMPAIGN",
|
|
78
|
+
GENERAL: "GENERAL",
|
|
79
|
+
};
|
|
88
80
|
export class ContactNotFoundException extends __BaseException {
|
|
89
81
|
constructor(opts) {
|
|
90
82
|
super({
|
|
@@ -98,20 +90,17 @@ export class ContactNotFoundException extends __BaseException {
|
|
|
98
90
|
this.Message = opts.Message;
|
|
99
91
|
}
|
|
100
92
|
}
|
|
101
|
-
export
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
(function (ParticipantTimerAction) {
|
|
113
|
-
ParticipantTimerAction["Unset"] = "Unset";
|
|
114
|
-
})(ParticipantTimerAction || (ParticipantTimerAction = {}));
|
|
93
|
+
export const TimerEligibleParticipantRoles = {
|
|
94
|
+
AGENT: "AGENT",
|
|
95
|
+
CUSTOMER: "CUSTOMER",
|
|
96
|
+
};
|
|
97
|
+
export const ParticipantTimerType = {
|
|
98
|
+
DISCONNECT_NONCUSTOMER: "DISCONNECT_NONCUSTOMER",
|
|
99
|
+
IDLE: "IDLE",
|
|
100
|
+
};
|
|
101
|
+
export const ParticipantTimerAction = {
|
|
102
|
+
Unset: "Unset",
|
|
103
|
+
};
|
|
115
104
|
export var ParticipantTimerValue;
|
|
116
105
|
(function (ParticipantTimerValue) {
|
|
117
106
|
ParticipantTimerValue.visit = (value, visitor) => {
|