@aws-sdk/client-connectparticipant 3.933.0 → 3.935.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/index.js +54 -53
- package/dist-es/index.js +2 -1
- package/dist-es/models/enums.js +53 -0
- package/dist-es/models/errors.js +103 -0
- package/dist-es/models/models_0.js +1 -156
- package/dist-es/schemas/schemas_0.js +1 -1
- package/dist-types/index.d.ts +3 -1
- package/dist-types/models/enums.d.ts +117 -0
- package/dist-types/models/errors.d.ts +105 -0
- package/dist-types/models/models_0.d.ts +1 -221
- package/dist-types/ts3.4/index.d.ts +3 -1
- package/dist-types/ts3.4/models/enums.d.ts +65 -0
- package/dist-types/ts3.4/models/errors.d.ts +59 -0
- package/dist-types/ts3.4/models/models_0.d.ts +9 -123
- package/package.json +12 -12
- package/dist-es/models/index.js +0 -1
- package/dist-types/models/index.d.ts +0 -1
- package/dist-types/ts3.4/models/index.d.ts +0 -1
package/dist-cjs/index.js
CHANGED
|
@@ -202,25 +202,6 @@ let ServiceQuotaExceededException$1 = class ServiceQuotaExceededException extend
|
|
|
202
202
|
this.Message = opts.Message;
|
|
203
203
|
}
|
|
204
204
|
};
|
|
205
|
-
const ConnectionType = {
|
|
206
|
-
CONNECTION_CREDENTIALS: "CONNECTION_CREDENTIALS",
|
|
207
|
-
WEBRTC_CONNECTION: "WEBRTC_CONNECTION",
|
|
208
|
-
WEBSOCKET: "WEBSOCKET",
|
|
209
|
-
};
|
|
210
|
-
const MeetingFeatureStatus = {
|
|
211
|
-
AVAILABLE: "AVAILABLE",
|
|
212
|
-
UNAVAILABLE: "UNAVAILABLE",
|
|
213
|
-
};
|
|
214
|
-
const ResourceType = {
|
|
215
|
-
CONTACT: "CONTACT",
|
|
216
|
-
CONTACT_FLOW: "CONTACT_FLOW",
|
|
217
|
-
HIERARCHY_GROUP: "HIERARCHY_GROUP",
|
|
218
|
-
HIERARCHY_LEVEL: "HIERARCHY_LEVEL",
|
|
219
|
-
INSTANCE: "INSTANCE",
|
|
220
|
-
PARTICIPANT: "PARTICIPANT",
|
|
221
|
-
PHONE_NUMBER: "PHONE_NUMBER",
|
|
222
|
-
USER: "USER",
|
|
223
|
-
};
|
|
224
205
|
let ResourceNotFoundException$1 = class ResourceNotFoundException extends ConnectParticipantServiceException$1 {
|
|
225
206
|
name = "ResourceNotFoundException";
|
|
226
207
|
$fault = "client";
|
|
@@ -239,40 +220,6 @@ let ResourceNotFoundException$1 = class ResourceNotFoundException extends Connec
|
|
|
239
220
|
this.ResourceType = opts.ResourceType;
|
|
240
221
|
}
|
|
241
222
|
};
|
|
242
|
-
const ScanDirection = {
|
|
243
|
-
BACKWARD: "BACKWARD",
|
|
244
|
-
FORWARD: "FORWARD",
|
|
245
|
-
};
|
|
246
|
-
const SortKey = {
|
|
247
|
-
ASCENDING: "ASCENDING",
|
|
248
|
-
DESCENDING: "DESCENDING",
|
|
249
|
-
};
|
|
250
|
-
const ArtifactStatus = {
|
|
251
|
-
APPROVED: "APPROVED",
|
|
252
|
-
IN_PROGRESS: "IN_PROGRESS",
|
|
253
|
-
REJECTED: "REJECTED",
|
|
254
|
-
};
|
|
255
|
-
const ParticipantRole = {
|
|
256
|
-
AGENT: "AGENT",
|
|
257
|
-
CUSTOMER: "CUSTOMER",
|
|
258
|
-
CUSTOM_BOT: "CUSTOM_BOT",
|
|
259
|
-
SUPERVISOR: "SUPERVISOR",
|
|
260
|
-
SYSTEM: "SYSTEM",
|
|
261
|
-
};
|
|
262
|
-
const ChatItemType = {
|
|
263
|
-
ATTACHMENT: "ATTACHMENT",
|
|
264
|
-
CHAT_ENDED: "CHAT_ENDED",
|
|
265
|
-
CONNECTION_ACK: "CONNECTION_ACK",
|
|
266
|
-
EVENT: "EVENT",
|
|
267
|
-
MESSAGE: "MESSAGE",
|
|
268
|
-
MESSAGE_DELIVERED: "MESSAGE_DELIVERED",
|
|
269
|
-
MESSAGE_READ: "MESSAGE_READ",
|
|
270
|
-
PARTICIPANT_JOINED: "PARTICIPANT_JOINED",
|
|
271
|
-
PARTICIPANT_LEFT: "PARTICIPANT_LEFT",
|
|
272
|
-
TRANSFER_FAILED: "TRANSFER_FAILED",
|
|
273
|
-
TRANSFER_SUCCEEDED: "TRANSFER_SUCCEEDED",
|
|
274
|
-
TYPING: "TYPING",
|
|
275
|
-
};
|
|
276
223
|
|
|
277
224
|
const _A = "Attendee";
|
|
278
225
|
const _ADE = "AccessDeniedException";
|
|
@@ -1043,6 +990,60 @@ smithyClient.createAggregatedClient(commands, ConnectParticipant);
|
|
|
1043
990
|
|
|
1044
991
|
const paginateGetTranscript = core.createPaginator(ConnectParticipantClient, GetTranscriptCommand, "NextToken", "NextToken", "MaxResults");
|
|
1045
992
|
|
|
993
|
+
const ConnectionType = {
|
|
994
|
+
CONNECTION_CREDENTIALS: "CONNECTION_CREDENTIALS",
|
|
995
|
+
WEBRTC_CONNECTION: "WEBRTC_CONNECTION",
|
|
996
|
+
WEBSOCKET: "WEBSOCKET",
|
|
997
|
+
};
|
|
998
|
+
const MeetingFeatureStatus = {
|
|
999
|
+
AVAILABLE: "AVAILABLE",
|
|
1000
|
+
UNAVAILABLE: "UNAVAILABLE",
|
|
1001
|
+
};
|
|
1002
|
+
const ResourceType = {
|
|
1003
|
+
CONTACT: "CONTACT",
|
|
1004
|
+
CONTACT_FLOW: "CONTACT_FLOW",
|
|
1005
|
+
HIERARCHY_GROUP: "HIERARCHY_GROUP",
|
|
1006
|
+
HIERARCHY_LEVEL: "HIERARCHY_LEVEL",
|
|
1007
|
+
INSTANCE: "INSTANCE",
|
|
1008
|
+
PARTICIPANT: "PARTICIPANT",
|
|
1009
|
+
PHONE_NUMBER: "PHONE_NUMBER",
|
|
1010
|
+
USER: "USER",
|
|
1011
|
+
};
|
|
1012
|
+
const ScanDirection = {
|
|
1013
|
+
BACKWARD: "BACKWARD",
|
|
1014
|
+
FORWARD: "FORWARD",
|
|
1015
|
+
};
|
|
1016
|
+
const SortKey = {
|
|
1017
|
+
ASCENDING: "ASCENDING",
|
|
1018
|
+
DESCENDING: "DESCENDING",
|
|
1019
|
+
};
|
|
1020
|
+
const ArtifactStatus = {
|
|
1021
|
+
APPROVED: "APPROVED",
|
|
1022
|
+
IN_PROGRESS: "IN_PROGRESS",
|
|
1023
|
+
REJECTED: "REJECTED",
|
|
1024
|
+
};
|
|
1025
|
+
const ParticipantRole = {
|
|
1026
|
+
AGENT: "AGENT",
|
|
1027
|
+
CUSTOMER: "CUSTOMER",
|
|
1028
|
+
CUSTOM_BOT: "CUSTOM_BOT",
|
|
1029
|
+
SUPERVISOR: "SUPERVISOR",
|
|
1030
|
+
SYSTEM: "SYSTEM",
|
|
1031
|
+
};
|
|
1032
|
+
const ChatItemType = {
|
|
1033
|
+
ATTACHMENT: "ATTACHMENT",
|
|
1034
|
+
CHAT_ENDED: "CHAT_ENDED",
|
|
1035
|
+
CONNECTION_ACK: "CONNECTION_ACK",
|
|
1036
|
+
EVENT: "EVENT",
|
|
1037
|
+
MESSAGE: "MESSAGE",
|
|
1038
|
+
MESSAGE_DELIVERED: "MESSAGE_DELIVERED",
|
|
1039
|
+
MESSAGE_READ: "MESSAGE_READ",
|
|
1040
|
+
PARTICIPANT_JOINED: "PARTICIPANT_JOINED",
|
|
1041
|
+
PARTICIPANT_LEFT: "PARTICIPANT_LEFT",
|
|
1042
|
+
TRANSFER_FAILED: "TRANSFER_FAILED",
|
|
1043
|
+
TRANSFER_SUCCEEDED: "TRANSFER_SUCCEEDED",
|
|
1044
|
+
TYPING: "TYPING",
|
|
1045
|
+
};
|
|
1046
|
+
|
|
1046
1047
|
Object.defineProperty(exports, "$Command", {
|
|
1047
1048
|
enumerable: true,
|
|
1048
1049
|
get: function () { return smithyClient.Command; }
|
package/dist-es/index.js
CHANGED
|
@@ -2,5 +2,6 @@ export * from "./ConnectParticipantClient";
|
|
|
2
2
|
export * from "./ConnectParticipant";
|
|
3
3
|
export * from "./commands";
|
|
4
4
|
export * from "./pagination";
|
|
5
|
-
export * from "./models";
|
|
5
|
+
export * from "./models/enums";
|
|
6
|
+
export * from "./models/errors";
|
|
6
7
|
export { ConnectParticipantServiceException } from "./models/ConnectParticipantServiceException";
|
|
@@ -0,0 +1,53 @@
|
|
|
1
|
+
export const ConnectionType = {
|
|
2
|
+
CONNECTION_CREDENTIALS: "CONNECTION_CREDENTIALS",
|
|
3
|
+
WEBRTC_CONNECTION: "WEBRTC_CONNECTION",
|
|
4
|
+
WEBSOCKET: "WEBSOCKET",
|
|
5
|
+
};
|
|
6
|
+
export const MeetingFeatureStatus = {
|
|
7
|
+
AVAILABLE: "AVAILABLE",
|
|
8
|
+
UNAVAILABLE: "UNAVAILABLE",
|
|
9
|
+
};
|
|
10
|
+
export const ResourceType = {
|
|
11
|
+
CONTACT: "CONTACT",
|
|
12
|
+
CONTACT_FLOW: "CONTACT_FLOW",
|
|
13
|
+
HIERARCHY_GROUP: "HIERARCHY_GROUP",
|
|
14
|
+
HIERARCHY_LEVEL: "HIERARCHY_LEVEL",
|
|
15
|
+
INSTANCE: "INSTANCE",
|
|
16
|
+
PARTICIPANT: "PARTICIPANT",
|
|
17
|
+
PHONE_NUMBER: "PHONE_NUMBER",
|
|
18
|
+
USER: "USER",
|
|
19
|
+
};
|
|
20
|
+
export const ScanDirection = {
|
|
21
|
+
BACKWARD: "BACKWARD",
|
|
22
|
+
FORWARD: "FORWARD",
|
|
23
|
+
};
|
|
24
|
+
export const SortKey = {
|
|
25
|
+
ASCENDING: "ASCENDING",
|
|
26
|
+
DESCENDING: "DESCENDING",
|
|
27
|
+
};
|
|
28
|
+
export const ArtifactStatus = {
|
|
29
|
+
APPROVED: "APPROVED",
|
|
30
|
+
IN_PROGRESS: "IN_PROGRESS",
|
|
31
|
+
REJECTED: "REJECTED",
|
|
32
|
+
};
|
|
33
|
+
export const ParticipantRole = {
|
|
34
|
+
AGENT: "AGENT",
|
|
35
|
+
CUSTOMER: "CUSTOMER",
|
|
36
|
+
CUSTOM_BOT: "CUSTOM_BOT",
|
|
37
|
+
SUPERVISOR: "SUPERVISOR",
|
|
38
|
+
SYSTEM: "SYSTEM",
|
|
39
|
+
};
|
|
40
|
+
export const ChatItemType = {
|
|
41
|
+
ATTACHMENT: "ATTACHMENT",
|
|
42
|
+
CHAT_ENDED: "CHAT_ENDED",
|
|
43
|
+
CONNECTION_ACK: "CONNECTION_ACK",
|
|
44
|
+
EVENT: "EVENT",
|
|
45
|
+
MESSAGE: "MESSAGE",
|
|
46
|
+
MESSAGE_DELIVERED: "MESSAGE_DELIVERED",
|
|
47
|
+
MESSAGE_READ: "MESSAGE_READ",
|
|
48
|
+
PARTICIPANT_JOINED: "PARTICIPANT_JOINED",
|
|
49
|
+
PARTICIPANT_LEFT: "PARTICIPANT_LEFT",
|
|
50
|
+
TRANSFER_FAILED: "TRANSFER_FAILED",
|
|
51
|
+
TRANSFER_SUCCEEDED: "TRANSFER_SUCCEEDED",
|
|
52
|
+
TYPING: "TYPING",
|
|
53
|
+
};
|
|
@@ -0,0 +1,103 @@
|
|
|
1
|
+
import { ConnectParticipantServiceException as __BaseException } from "./ConnectParticipantServiceException";
|
|
2
|
+
export class AccessDeniedException extends __BaseException {
|
|
3
|
+
name = "AccessDeniedException";
|
|
4
|
+
$fault = "client";
|
|
5
|
+
Message;
|
|
6
|
+
constructor(opts) {
|
|
7
|
+
super({
|
|
8
|
+
name: "AccessDeniedException",
|
|
9
|
+
$fault: "client",
|
|
10
|
+
...opts,
|
|
11
|
+
});
|
|
12
|
+
Object.setPrototypeOf(this, AccessDeniedException.prototype);
|
|
13
|
+
this.Message = opts.Message;
|
|
14
|
+
}
|
|
15
|
+
}
|
|
16
|
+
export class InternalServerException extends __BaseException {
|
|
17
|
+
name = "InternalServerException";
|
|
18
|
+
$fault = "server";
|
|
19
|
+
Message;
|
|
20
|
+
constructor(opts) {
|
|
21
|
+
super({
|
|
22
|
+
name: "InternalServerException",
|
|
23
|
+
$fault: "server",
|
|
24
|
+
...opts,
|
|
25
|
+
});
|
|
26
|
+
Object.setPrototypeOf(this, InternalServerException.prototype);
|
|
27
|
+
this.Message = opts.Message;
|
|
28
|
+
}
|
|
29
|
+
}
|
|
30
|
+
export class ThrottlingException extends __BaseException {
|
|
31
|
+
name = "ThrottlingException";
|
|
32
|
+
$fault = "client";
|
|
33
|
+
Message;
|
|
34
|
+
constructor(opts) {
|
|
35
|
+
super({
|
|
36
|
+
name: "ThrottlingException",
|
|
37
|
+
$fault: "client",
|
|
38
|
+
...opts,
|
|
39
|
+
});
|
|
40
|
+
Object.setPrototypeOf(this, ThrottlingException.prototype);
|
|
41
|
+
this.Message = opts.Message;
|
|
42
|
+
}
|
|
43
|
+
}
|
|
44
|
+
export class ValidationException extends __BaseException {
|
|
45
|
+
name = "ValidationException";
|
|
46
|
+
$fault = "client";
|
|
47
|
+
Message;
|
|
48
|
+
constructor(opts) {
|
|
49
|
+
super({
|
|
50
|
+
name: "ValidationException",
|
|
51
|
+
$fault: "client",
|
|
52
|
+
...opts,
|
|
53
|
+
});
|
|
54
|
+
Object.setPrototypeOf(this, ValidationException.prototype);
|
|
55
|
+
this.Message = opts.Message;
|
|
56
|
+
}
|
|
57
|
+
}
|
|
58
|
+
export class ConflictException extends __BaseException {
|
|
59
|
+
name = "ConflictException";
|
|
60
|
+
$fault = "client";
|
|
61
|
+
Message;
|
|
62
|
+
constructor(opts) {
|
|
63
|
+
super({
|
|
64
|
+
name: "ConflictException",
|
|
65
|
+
$fault: "client",
|
|
66
|
+
...opts,
|
|
67
|
+
});
|
|
68
|
+
Object.setPrototypeOf(this, ConflictException.prototype);
|
|
69
|
+
this.Message = opts.Message;
|
|
70
|
+
}
|
|
71
|
+
}
|
|
72
|
+
export class ServiceQuotaExceededException extends __BaseException {
|
|
73
|
+
name = "ServiceQuotaExceededException";
|
|
74
|
+
$fault = "client";
|
|
75
|
+
Message;
|
|
76
|
+
constructor(opts) {
|
|
77
|
+
super({
|
|
78
|
+
name: "ServiceQuotaExceededException",
|
|
79
|
+
$fault: "client",
|
|
80
|
+
...opts,
|
|
81
|
+
});
|
|
82
|
+
Object.setPrototypeOf(this, ServiceQuotaExceededException.prototype);
|
|
83
|
+
this.Message = opts.Message;
|
|
84
|
+
}
|
|
85
|
+
}
|
|
86
|
+
export class ResourceNotFoundException extends __BaseException {
|
|
87
|
+
name = "ResourceNotFoundException";
|
|
88
|
+
$fault = "client";
|
|
89
|
+
Message;
|
|
90
|
+
ResourceId;
|
|
91
|
+
ResourceType;
|
|
92
|
+
constructor(opts) {
|
|
93
|
+
super({
|
|
94
|
+
name: "ResourceNotFoundException",
|
|
95
|
+
$fault: "client",
|
|
96
|
+
...opts,
|
|
97
|
+
});
|
|
98
|
+
Object.setPrototypeOf(this, ResourceNotFoundException.prototype);
|
|
99
|
+
this.Message = opts.Message;
|
|
100
|
+
this.ResourceId = opts.ResourceId;
|
|
101
|
+
this.ResourceType = opts.ResourceType;
|
|
102
|
+
}
|
|
103
|
+
}
|
|
@@ -1,156 +1 @@
|
|
|
1
|
-
|
|
2
|
-
export class AccessDeniedException extends __BaseException {
|
|
3
|
-
name = "AccessDeniedException";
|
|
4
|
-
$fault = "client";
|
|
5
|
-
Message;
|
|
6
|
-
constructor(opts) {
|
|
7
|
-
super({
|
|
8
|
-
name: "AccessDeniedException",
|
|
9
|
-
$fault: "client",
|
|
10
|
-
...opts,
|
|
11
|
-
});
|
|
12
|
-
Object.setPrototypeOf(this, AccessDeniedException.prototype);
|
|
13
|
-
this.Message = opts.Message;
|
|
14
|
-
}
|
|
15
|
-
}
|
|
16
|
-
export class InternalServerException extends __BaseException {
|
|
17
|
-
name = "InternalServerException";
|
|
18
|
-
$fault = "server";
|
|
19
|
-
Message;
|
|
20
|
-
constructor(opts) {
|
|
21
|
-
super({
|
|
22
|
-
name: "InternalServerException",
|
|
23
|
-
$fault: "server",
|
|
24
|
-
...opts,
|
|
25
|
-
});
|
|
26
|
-
Object.setPrototypeOf(this, InternalServerException.prototype);
|
|
27
|
-
this.Message = opts.Message;
|
|
28
|
-
}
|
|
29
|
-
}
|
|
30
|
-
export class ThrottlingException extends __BaseException {
|
|
31
|
-
name = "ThrottlingException";
|
|
32
|
-
$fault = "client";
|
|
33
|
-
Message;
|
|
34
|
-
constructor(opts) {
|
|
35
|
-
super({
|
|
36
|
-
name: "ThrottlingException",
|
|
37
|
-
$fault: "client",
|
|
38
|
-
...opts,
|
|
39
|
-
});
|
|
40
|
-
Object.setPrototypeOf(this, ThrottlingException.prototype);
|
|
41
|
-
this.Message = opts.Message;
|
|
42
|
-
}
|
|
43
|
-
}
|
|
44
|
-
export class ValidationException extends __BaseException {
|
|
45
|
-
name = "ValidationException";
|
|
46
|
-
$fault = "client";
|
|
47
|
-
Message;
|
|
48
|
-
constructor(opts) {
|
|
49
|
-
super({
|
|
50
|
-
name: "ValidationException",
|
|
51
|
-
$fault: "client",
|
|
52
|
-
...opts,
|
|
53
|
-
});
|
|
54
|
-
Object.setPrototypeOf(this, ValidationException.prototype);
|
|
55
|
-
this.Message = opts.Message;
|
|
56
|
-
}
|
|
57
|
-
}
|
|
58
|
-
export class ConflictException extends __BaseException {
|
|
59
|
-
name = "ConflictException";
|
|
60
|
-
$fault = "client";
|
|
61
|
-
Message;
|
|
62
|
-
constructor(opts) {
|
|
63
|
-
super({
|
|
64
|
-
name: "ConflictException",
|
|
65
|
-
$fault: "client",
|
|
66
|
-
...opts,
|
|
67
|
-
});
|
|
68
|
-
Object.setPrototypeOf(this, ConflictException.prototype);
|
|
69
|
-
this.Message = opts.Message;
|
|
70
|
-
}
|
|
71
|
-
}
|
|
72
|
-
export class ServiceQuotaExceededException extends __BaseException {
|
|
73
|
-
name = "ServiceQuotaExceededException";
|
|
74
|
-
$fault = "client";
|
|
75
|
-
Message;
|
|
76
|
-
constructor(opts) {
|
|
77
|
-
super({
|
|
78
|
-
name: "ServiceQuotaExceededException",
|
|
79
|
-
$fault: "client",
|
|
80
|
-
...opts,
|
|
81
|
-
});
|
|
82
|
-
Object.setPrototypeOf(this, ServiceQuotaExceededException.prototype);
|
|
83
|
-
this.Message = opts.Message;
|
|
84
|
-
}
|
|
85
|
-
}
|
|
86
|
-
export const ConnectionType = {
|
|
87
|
-
CONNECTION_CREDENTIALS: "CONNECTION_CREDENTIALS",
|
|
88
|
-
WEBRTC_CONNECTION: "WEBRTC_CONNECTION",
|
|
89
|
-
WEBSOCKET: "WEBSOCKET",
|
|
90
|
-
};
|
|
91
|
-
export const MeetingFeatureStatus = {
|
|
92
|
-
AVAILABLE: "AVAILABLE",
|
|
93
|
-
UNAVAILABLE: "UNAVAILABLE",
|
|
94
|
-
};
|
|
95
|
-
export const ResourceType = {
|
|
96
|
-
CONTACT: "CONTACT",
|
|
97
|
-
CONTACT_FLOW: "CONTACT_FLOW",
|
|
98
|
-
HIERARCHY_GROUP: "HIERARCHY_GROUP",
|
|
99
|
-
HIERARCHY_LEVEL: "HIERARCHY_LEVEL",
|
|
100
|
-
INSTANCE: "INSTANCE",
|
|
101
|
-
PARTICIPANT: "PARTICIPANT",
|
|
102
|
-
PHONE_NUMBER: "PHONE_NUMBER",
|
|
103
|
-
USER: "USER",
|
|
104
|
-
};
|
|
105
|
-
export class ResourceNotFoundException extends __BaseException {
|
|
106
|
-
name = "ResourceNotFoundException";
|
|
107
|
-
$fault = "client";
|
|
108
|
-
Message;
|
|
109
|
-
ResourceId;
|
|
110
|
-
ResourceType;
|
|
111
|
-
constructor(opts) {
|
|
112
|
-
super({
|
|
113
|
-
name: "ResourceNotFoundException",
|
|
114
|
-
$fault: "client",
|
|
115
|
-
...opts,
|
|
116
|
-
});
|
|
117
|
-
Object.setPrototypeOf(this, ResourceNotFoundException.prototype);
|
|
118
|
-
this.Message = opts.Message;
|
|
119
|
-
this.ResourceId = opts.ResourceId;
|
|
120
|
-
this.ResourceType = opts.ResourceType;
|
|
121
|
-
}
|
|
122
|
-
}
|
|
123
|
-
export const ScanDirection = {
|
|
124
|
-
BACKWARD: "BACKWARD",
|
|
125
|
-
FORWARD: "FORWARD",
|
|
126
|
-
};
|
|
127
|
-
export const SortKey = {
|
|
128
|
-
ASCENDING: "ASCENDING",
|
|
129
|
-
DESCENDING: "DESCENDING",
|
|
130
|
-
};
|
|
131
|
-
export const ArtifactStatus = {
|
|
132
|
-
APPROVED: "APPROVED",
|
|
133
|
-
IN_PROGRESS: "IN_PROGRESS",
|
|
134
|
-
REJECTED: "REJECTED",
|
|
135
|
-
};
|
|
136
|
-
export const ParticipantRole = {
|
|
137
|
-
AGENT: "AGENT",
|
|
138
|
-
CUSTOMER: "CUSTOMER",
|
|
139
|
-
CUSTOM_BOT: "CUSTOM_BOT",
|
|
140
|
-
SUPERVISOR: "SUPERVISOR",
|
|
141
|
-
SYSTEM: "SYSTEM",
|
|
142
|
-
};
|
|
143
|
-
export const ChatItemType = {
|
|
144
|
-
ATTACHMENT: "ATTACHMENT",
|
|
145
|
-
CHAT_ENDED: "CHAT_ENDED",
|
|
146
|
-
CONNECTION_ACK: "CONNECTION_ACK",
|
|
147
|
-
EVENT: "EVENT",
|
|
148
|
-
MESSAGE: "MESSAGE",
|
|
149
|
-
MESSAGE_DELIVERED: "MESSAGE_DELIVERED",
|
|
150
|
-
MESSAGE_READ: "MESSAGE_READ",
|
|
151
|
-
PARTICIPANT_JOINED: "PARTICIPANT_JOINED",
|
|
152
|
-
PARTICIPANT_LEFT: "PARTICIPANT_LEFT",
|
|
153
|
-
TRANSFER_FAILED: "TRANSFER_FAILED",
|
|
154
|
-
TRANSFER_SUCCEEDED: "TRANSFER_SUCCEEDED",
|
|
155
|
-
TYPING: "TYPING",
|
|
156
|
-
};
|
|
1
|
+
export {};
|
|
@@ -133,7 +133,7 @@ const _sm = "smithy.ts.sdk.synthetic.com.amazonaws.connectparticipant";
|
|
|
133
133
|
const n0 = "com.amazonaws.connectparticipant";
|
|
134
134
|
import { TypeRegistry } from "@smithy/core/schema";
|
|
135
135
|
import { ConnectParticipantServiceException as __ConnectParticipantServiceException } from "../models/ConnectParticipantServiceException";
|
|
136
|
-
import { AccessDeniedException as __AccessDeniedException, ConflictException as __ConflictException, InternalServerException as __InternalServerException, ResourceNotFoundException as __ResourceNotFoundException, ServiceQuotaExceededException as __ServiceQuotaExceededException, ThrottlingException as __ThrottlingException, ValidationException as __ValidationException, } from "../models/
|
|
136
|
+
import { AccessDeniedException as __AccessDeniedException, ConflictException as __ConflictException, InternalServerException as __InternalServerException, ResourceNotFoundException as __ResourceNotFoundException, ServiceQuotaExceededException as __ServiceQuotaExceededException, ThrottlingException as __ThrottlingException, ValidationException as __ValidationException, } from "../models/errors";
|
|
137
137
|
export var JoinToken = [0, n0, _JT, 8, 0];
|
|
138
138
|
export var ViewAction = [0, n0, _VA, 8, 0];
|
|
139
139
|
export var ViewInputSchema = [0, n0, _VIS, 8, 0];
|
package/dist-types/index.d.ts
CHANGED
|
@@ -30,5 +30,7 @@ export type { RuntimeExtension } from "./runtimeExtensions";
|
|
|
30
30
|
export type { ConnectParticipantExtensionConfiguration } from "./extensionConfiguration";
|
|
31
31
|
export * from "./commands";
|
|
32
32
|
export * from "./pagination";
|
|
33
|
-
export * from "./models";
|
|
33
|
+
export * from "./models/enums";
|
|
34
|
+
export * from "./models/errors";
|
|
35
|
+
export type * from "./models/models_0";
|
|
34
36
|
export { ConnectParticipantServiceException } from "./models/ConnectParticipantServiceException";
|
|
@@ -0,0 +1,117 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @public
|
|
3
|
+
* @enum
|
|
4
|
+
*/
|
|
5
|
+
export declare const ConnectionType: {
|
|
6
|
+
readonly CONNECTION_CREDENTIALS: "CONNECTION_CREDENTIALS";
|
|
7
|
+
readonly WEBRTC_CONNECTION: "WEBRTC_CONNECTION";
|
|
8
|
+
readonly WEBSOCKET: "WEBSOCKET";
|
|
9
|
+
};
|
|
10
|
+
/**
|
|
11
|
+
* @public
|
|
12
|
+
*/
|
|
13
|
+
export type ConnectionType = (typeof ConnectionType)[keyof typeof ConnectionType];
|
|
14
|
+
/**
|
|
15
|
+
* @public
|
|
16
|
+
* @enum
|
|
17
|
+
*/
|
|
18
|
+
export declare const MeetingFeatureStatus: {
|
|
19
|
+
readonly AVAILABLE: "AVAILABLE";
|
|
20
|
+
readonly UNAVAILABLE: "UNAVAILABLE";
|
|
21
|
+
};
|
|
22
|
+
/**
|
|
23
|
+
* @public
|
|
24
|
+
*/
|
|
25
|
+
export type MeetingFeatureStatus = (typeof MeetingFeatureStatus)[keyof typeof MeetingFeatureStatus];
|
|
26
|
+
/**
|
|
27
|
+
* @public
|
|
28
|
+
* @enum
|
|
29
|
+
*/
|
|
30
|
+
export declare const ResourceType: {
|
|
31
|
+
readonly CONTACT: "CONTACT";
|
|
32
|
+
readonly CONTACT_FLOW: "CONTACT_FLOW";
|
|
33
|
+
readonly HIERARCHY_GROUP: "HIERARCHY_GROUP";
|
|
34
|
+
readonly HIERARCHY_LEVEL: "HIERARCHY_LEVEL";
|
|
35
|
+
readonly INSTANCE: "INSTANCE";
|
|
36
|
+
readonly PARTICIPANT: "PARTICIPANT";
|
|
37
|
+
readonly PHONE_NUMBER: "PHONE_NUMBER";
|
|
38
|
+
readonly USER: "USER";
|
|
39
|
+
};
|
|
40
|
+
/**
|
|
41
|
+
* @public
|
|
42
|
+
*/
|
|
43
|
+
export type ResourceType = (typeof ResourceType)[keyof typeof ResourceType];
|
|
44
|
+
/**
|
|
45
|
+
* @public
|
|
46
|
+
* @enum
|
|
47
|
+
*/
|
|
48
|
+
export declare const ScanDirection: {
|
|
49
|
+
readonly BACKWARD: "BACKWARD";
|
|
50
|
+
readonly FORWARD: "FORWARD";
|
|
51
|
+
};
|
|
52
|
+
/**
|
|
53
|
+
* @public
|
|
54
|
+
*/
|
|
55
|
+
export type ScanDirection = (typeof ScanDirection)[keyof typeof ScanDirection];
|
|
56
|
+
/**
|
|
57
|
+
* @public
|
|
58
|
+
* @enum
|
|
59
|
+
*/
|
|
60
|
+
export declare const SortKey: {
|
|
61
|
+
readonly ASCENDING: "ASCENDING";
|
|
62
|
+
readonly DESCENDING: "DESCENDING";
|
|
63
|
+
};
|
|
64
|
+
/**
|
|
65
|
+
* @public
|
|
66
|
+
*/
|
|
67
|
+
export type SortKey = (typeof SortKey)[keyof typeof SortKey];
|
|
68
|
+
/**
|
|
69
|
+
* @public
|
|
70
|
+
* @enum
|
|
71
|
+
*/
|
|
72
|
+
export declare const ArtifactStatus: {
|
|
73
|
+
readonly APPROVED: "APPROVED";
|
|
74
|
+
readonly IN_PROGRESS: "IN_PROGRESS";
|
|
75
|
+
readonly REJECTED: "REJECTED";
|
|
76
|
+
};
|
|
77
|
+
/**
|
|
78
|
+
* @public
|
|
79
|
+
*/
|
|
80
|
+
export type ArtifactStatus = (typeof ArtifactStatus)[keyof typeof ArtifactStatus];
|
|
81
|
+
/**
|
|
82
|
+
* @public
|
|
83
|
+
* @enum
|
|
84
|
+
*/
|
|
85
|
+
export declare const ParticipantRole: {
|
|
86
|
+
readonly AGENT: "AGENT";
|
|
87
|
+
readonly CUSTOMER: "CUSTOMER";
|
|
88
|
+
readonly CUSTOM_BOT: "CUSTOM_BOT";
|
|
89
|
+
readonly SUPERVISOR: "SUPERVISOR";
|
|
90
|
+
readonly SYSTEM: "SYSTEM";
|
|
91
|
+
};
|
|
92
|
+
/**
|
|
93
|
+
* @public
|
|
94
|
+
*/
|
|
95
|
+
export type ParticipantRole = (typeof ParticipantRole)[keyof typeof ParticipantRole];
|
|
96
|
+
/**
|
|
97
|
+
* @public
|
|
98
|
+
* @enum
|
|
99
|
+
*/
|
|
100
|
+
export declare const ChatItemType: {
|
|
101
|
+
readonly ATTACHMENT: "ATTACHMENT";
|
|
102
|
+
readonly CHAT_ENDED: "CHAT_ENDED";
|
|
103
|
+
readonly CONNECTION_ACK: "CONNECTION_ACK";
|
|
104
|
+
readonly EVENT: "EVENT";
|
|
105
|
+
readonly MESSAGE: "MESSAGE";
|
|
106
|
+
readonly MESSAGE_DELIVERED: "MESSAGE_DELIVERED";
|
|
107
|
+
readonly MESSAGE_READ: "MESSAGE_READ";
|
|
108
|
+
readonly PARTICIPANT_JOINED: "PARTICIPANT_JOINED";
|
|
109
|
+
readonly PARTICIPANT_LEFT: "PARTICIPANT_LEFT";
|
|
110
|
+
readonly TRANSFER_FAILED: "TRANSFER_FAILED";
|
|
111
|
+
readonly TRANSFER_SUCCEEDED: "TRANSFER_SUCCEEDED";
|
|
112
|
+
readonly TYPING: "TYPING";
|
|
113
|
+
};
|
|
114
|
+
/**
|
|
115
|
+
* @public
|
|
116
|
+
*/
|
|
117
|
+
export type ChatItemType = (typeof ChatItemType)[keyof typeof ChatItemType];
|
|
@@ -0,0 +1,105 @@
|
|
|
1
|
+
import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client";
|
|
2
|
+
import { ConnectParticipantServiceException as __BaseException } from "./ConnectParticipantServiceException";
|
|
3
|
+
import { ResourceType } from "./enums";
|
|
4
|
+
/**
|
|
5
|
+
* <p>You do not have sufficient access to perform this action.</p>
|
|
6
|
+
* @public
|
|
7
|
+
*/
|
|
8
|
+
export declare class AccessDeniedException extends __BaseException {
|
|
9
|
+
readonly name: "AccessDeniedException";
|
|
10
|
+
readonly $fault: "client";
|
|
11
|
+
Message: string | undefined;
|
|
12
|
+
/**
|
|
13
|
+
* @internal
|
|
14
|
+
*/
|
|
15
|
+
constructor(opts: __ExceptionOptionType<AccessDeniedException, __BaseException>);
|
|
16
|
+
}
|
|
17
|
+
/**
|
|
18
|
+
* <p>This exception occurs when there is an internal failure in the Amazon Connect service.</p>
|
|
19
|
+
* @public
|
|
20
|
+
*/
|
|
21
|
+
export declare class InternalServerException extends __BaseException {
|
|
22
|
+
readonly name: "InternalServerException";
|
|
23
|
+
readonly $fault: "server";
|
|
24
|
+
Message: string | undefined;
|
|
25
|
+
/**
|
|
26
|
+
* @internal
|
|
27
|
+
*/
|
|
28
|
+
constructor(opts: __ExceptionOptionType<InternalServerException, __BaseException>);
|
|
29
|
+
}
|
|
30
|
+
/**
|
|
31
|
+
* <p>The request was denied due to request throttling.</p>
|
|
32
|
+
* @public
|
|
33
|
+
*/
|
|
34
|
+
export declare class ThrottlingException extends __BaseException {
|
|
35
|
+
readonly name: "ThrottlingException";
|
|
36
|
+
readonly $fault: "client";
|
|
37
|
+
Message: string | undefined;
|
|
38
|
+
/**
|
|
39
|
+
* @internal
|
|
40
|
+
*/
|
|
41
|
+
constructor(opts: __ExceptionOptionType<ThrottlingException, __BaseException>);
|
|
42
|
+
}
|
|
43
|
+
/**
|
|
44
|
+
* <p>The input fails to satisfy the constraints specified by Amazon Connect.</p>
|
|
45
|
+
* @public
|
|
46
|
+
*/
|
|
47
|
+
export declare class ValidationException extends __BaseException {
|
|
48
|
+
readonly name: "ValidationException";
|
|
49
|
+
readonly $fault: "client";
|
|
50
|
+
Message: string | undefined;
|
|
51
|
+
/**
|
|
52
|
+
* @internal
|
|
53
|
+
*/
|
|
54
|
+
constructor(opts: __ExceptionOptionType<ValidationException, __BaseException>);
|
|
55
|
+
}
|
|
56
|
+
/**
|
|
57
|
+
* <p>The requested operation conflicts with the current state of a service resource
|
|
58
|
+
* associated with the request. </p>
|
|
59
|
+
* @public
|
|
60
|
+
*/
|
|
61
|
+
export declare class ConflictException extends __BaseException {
|
|
62
|
+
readonly name: "ConflictException";
|
|
63
|
+
readonly $fault: "client";
|
|
64
|
+
Message: string | undefined;
|
|
65
|
+
/**
|
|
66
|
+
* @internal
|
|
67
|
+
*/
|
|
68
|
+
constructor(opts: __ExceptionOptionType<ConflictException, __BaseException>);
|
|
69
|
+
}
|
|
70
|
+
/**
|
|
71
|
+
* <p>The number of attachments per contact exceeds the quota.</p>
|
|
72
|
+
* @public
|
|
73
|
+
*/
|
|
74
|
+
export declare class ServiceQuotaExceededException extends __BaseException {
|
|
75
|
+
readonly name: "ServiceQuotaExceededException";
|
|
76
|
+
readonly $fault: "client";
|
|
77
|
+
Message: string | undefined;
|
|
78
|
+
/**
|
|
79
|
+
* @internal
|
|
80
|
+
*/
|
|
81
|
+
constructor(opts: __ExceptionOptionType<ServiceQuotaExceededException, __BaseException>);
|
|
82
|
+
}
|
|
83
|
+
/**
|
|
84
|
+
* <p>The resource was not found.</p>
|
|
85
|
+
* @public
|
|
86
|
+
*/
|
|
87
|
+
export declare class ResourceNotFoundException extends __BaseException {
|
|
88
|
+
readonly name: "ResourceNotFoundException";
|
|
89
|
+
readonly $fault: "client";
|
|
90
|
+
Message?: string | undefined;
|
|
91
|
+
/**
|
|
92
|
+
* <p>The identifier of the resource.</p>
|
|
93
|
+
* @public
|
|
94
|
+
*/
|
|
95
|
+
ResourceId?: string | undefined;
|
|
96
|
+
/**
|
|
97
|
+
* <p>The type of Amazon Connect resource.</p>
|
|
98
|
+
* @public
|
|
99
|
+
*/
|
|
100
|
+
ResourceType?: ResourceType | undefined;
|
|
101
|
+
/**
|
|
102
|
+
* @internal
|
|
103
|
+
*/
|
|
104
|
+
constructor(opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>);
|
|
105
|
+
}
|
|
@@ -1,18 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { ConnectParticipantServiceException as __BaseException } from "./ConnectParticipantServiceException";
|
|
3
|
-
/**
|
|
4
|
-
* <p>You do not have sufficient access to perform this action.</p>
|
|
5
|
-
* @public
|
|
6
|
-
*/
|
|
7
|
-
export declare class AccessDeniedException extends __BaseException {
|
|
8
|
-
readonly name: "AccessDeniedException";
|
|
9
|
-
readonly $fault: "client";
|
|
10
|
-
Message: string | undefined;
|
|
11
|
-
/**
|
|
12
|
-
* @internal
|
|
13
|
-
*/
|
|
14
|
-
constructor(opts: __ExceptionOptionType<AccessDeniedException, __BaseException>);
|
|
15
|
-
}
|
|
1
|
+
import { ArtifactStatus, ChatItemType, ConnectionType, MeetingFeatureStatus, ParticipantRole, ScanDirection, SortKey } from "./enums";
|
|
16
2
|
/**
|
|
17
3
|
* @public
|
|
18
4
|
*/
|
|
@@ -34,45 +20,6 @@ export interface CancelParticipantAuthenticationRequest {
|
|
|
34
20
|
*/
|
|
35
21
|
export interface CancelParticipantAuthenticationResponse {
|
|
36
22
|
}
|
|
37
|
-
/**
|
|
38
|
-
* <p>This exception occurs when there is an internal failure in the Amazon Connect service.</p>
|
|
39
|
-
* @public
|
|
40
|
-
*/
|
|
41
|
-
export declare class InternalServerException extends __BaseException {
|
|
42
|
-
readonly name: "InternalServerException";
|
|
43
|
-
readonly $fault: "server";
|
|
44
|
-
Message: string | undefined;
|
|
45
|
-
/**
|
|
46
|
-
* @internal
|
|
47
|
-
*/
|
|
48
|
-
constructor(opts: __ExceptionOptionType<InternalServerException, __BaseException>);
|
|
49
|
-
}
|
|
50
|
-
/**
|
|
51
|
-
* <p>The request was denied due to request throttling.</p>
|
|
52
|
-
* @public
|
|
53
|
-
*/
|
|
54
|
-
export declare class ThrottlingException extends __BaseException {
|
|
55
|
-
readonly name: "ThrottlingException";
|
|
56
|
-
readonly $fault: "client";
|
|
57
|
-
Message: string | undefined;
|
|
58
|
-
/**
|
|
59
|
-
* @internal
|
|
60
|
-
*/
|
|
61
|
-
constructor(opts: __ExceptionOptionType<ThrottlingException, __BaseException>);
|
|
62
|
-
}
|
|
63
|
-
/**
|
|
64
|
-
* <p>The input fails to satisfy the constraints specified by Amazon Connect.</p>
|
|
65
|
-
* @public
|
|
66
|
-
*/
|
|
67
|
-
export declare class ValidationException extends __BaseException {
|
|
68
|
-
readonly name: "ValidationException";
|
|
69
|
-
readonly $fault: "client";
|
|
70
|
-
Message: string | undefined;
|
|
71
|
-
/**
|
|
72
|
-
* @internal
|
|
73
|
-
*/
|
|
74
|
-
constructor(opts: __ExceptionOptionType<ValidationException, __BaseException>);
|
|
75
|
-
}
|
|
76
23
|
/**
|
|
77
24
|
* @public
|
|
78
25
|
*/
|
|
@@ -101,46 +48,6 @@ export interface CompleteAttachmentUploadRequest {
|
|
|
101
48
|
*/
|
|
102
49
|
export interface CompleteAttachmentUploadResponse {
|
|
103
50
|
}
|
|
104
|
-
/**
|
|
105
|
-
* <p>The requested operation conflicts with the current state of a service resource
|
|
106
|
-
* associated with the request. </p>
|
|
107
|
-
* @public
|
|
108
|
-
*/
|
|
109
|
-
export declare class ConflictException extends __BaseException {
|
|
110
|
-
readonly name: "ConflictException";
|
|
111
|
-
readonly $fault: "client";
|
|
112
|
-
Message: string | undefined;
|
|
113
|
-
/**
|
|
114
|
-
* @internal
|
|
115
|
-
*/
|
|
116
|
-
constructor(opts: __ExceptionOptionType<ConflictException, __BaseException>);
|
|
117
|
-
}
|
|
118
|
-
/**
|
|
119
|
-
* <p>The number of attachments per contact exceeds the quota.</p>
|
|
120
|
-
* @public
|
|
121
|
-
*/
|
|
122
|
-
export declare class ServiceQuotaExceededException extends __BaseException {
|
|
123
|
-
readonly name: "ServiceQuotaExceededException";
|
|
124
|
-
readonly $fault: "client";
|
|
125
|
-
Message: string | undefined;
|
|
126
|
-
/**
|
|
127
|
-
* @internal
|
|
128
|
-
*/
|
|
129
|
-
constructor(opts: __ExceptionOptionType<ServiceQuotaExceededException, __BaseException>);
|
|
130
|
-
}
|
|
131
|
-
/**
|
|
132
|
-
* @public
|
|
133
|
-
* @enum
|
|
134
|
-
*/
|
|
135
|
-
export declare const ConnectionType: {
|
|
136
|
-
readonly CONNECTION_CREDENTIALS: "CONNECTION_CREDENTIALS";
|
|
137
|
-
readonly WEBRTC_CONNECTION: "WEBRTC_CONNECTION";
|
|
138
|
-
readonly WEBSOCKET: "WEBSOCKET";
|
|
139
|
-
};
|
|
140
|
-
/**
|
|
141
|
-
* @public
|
|
142
|
-
*/
|
|
143
|
-
export type ConnectionType = (typeof ConnectionType)[keyof typeof ConnectionType];
|
|
144
51
|
/**
|
|
145
52
|
* @public
|
|
146
53
|
*/
|
|
@@ -228,18 +135,6 @@ export interface WebRTCMediaPlacement {
|
|
|
228
135
|
*/
|
|
229
136
|
EventIngestionUrl?: string | undefined;
|
|
230
137
|
}
|
|
231
|
-
/**
|
|
232
|
-
* @public
|
|
233
|
-
* @enum
|
|
234
|
-
*/
|
|
235
|
-
export declare const MeetingFeatureStatus: {
|
|
236
|
-
readonly AVAILABLE: "AVAILABLE";
|
|
237
|
-
readonly UNAVAILABLE: "UNAVAILABLE";
|
|
238
|
-
};
|
|
239
|
-
/**
|
|
240
|
-
* @public
|
|
241
|
-
*/
|
|
242
|
-
export type MeetingFeatureStatus = (typeof MeetingFeatureStatus)[keyof typeof MeetingFeatureStatus];
|
|
243
138
|
/**
|
|
244
139
|
* <p>Has audio-specific configurations as the operating parameter for Echo Reduction.</p>
|
|
245
140
|
* @public
|
|
@@ -423,47 +318,6 @@ export interface DescribeViewResponse {
|
|
|
423
318
|
*/
|
|
424
319
|
View?: View | undefined;
|
|
425
320
|
}
|
|
426
|
-
/**
|
|
427
|
-
* @public
|
|
428
|
-
* @enum
|
|
429
|
-
*/
|
|
430
|
-
export declare const ResourceType: {
|
|
431
|
-
readonly CONTACT: "CONTACT";
|
|
432
|
-
readonly CONTACT_FLOW: "CONTACT_FLOW";
|
|
433
|
-
readonly HIERARCHY_GROUP: "HIERARCHY_GROUP";
|
|
434
|
-
readonly HIERARCHY_LEVEL: "HIERARCHY_LEVEL";
|
|
435
|
-
readonly INSTANCE: "INSTANCE";
|
|
436
|
-
readonly PARTICIPANT: "PARTICIPANT";
|
|
437
|
-
readonly PHONE_NUMBER: "PHONE_NUMBER";
|
|
438
|
-
readonly USER: "USER";
|
|
439
|
-
};
|
|
440
|
-
/**
|
|
441
|
-
* @public
|
|
442
|
-
*/
|
|
443
|
-
export type ResourceType = (typeof ResourceType)[keyof typeof ResourceType];
|
|
444
|
-
/**
|
|
445
|
-
* <p>The resource was not found.</p>
|
|
446
|
-
* @public
|
|
447
|
-
*/
|
|
448
|
-
export declare class ResourceNotFoundException extends __BaseException {
|
|
449
|
-
readonly name: "ResourceNotFoundException";
|
|
450
|
-
readonly $fault: "client";
|
|
451
|
-
Message?: string | undefined;
|
|
452
|
-
/**
|
|
453
|
-
* <p>The identifier of the resource.</p>
|
|
454
|
-
* @public
|
|
455
|
-
*/
|
|
456
|
-
ResourceId?: string | undefined;
|
|
457
|
-
/**
|
|
458
|
-
* <p>The type of Amazon Connect resource.</p>
|
|
459
|
-
* @public
|
|
460
|
-
*/
|
|
461
|
-
ResourceType?: ResourceType | undefined;
|
|
462
|
-
/**
|
|
463
|
-
* @internal
|
|
464
|
-
*/
|
|
465
|
-
constructor(opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>);
|
|
466
|
-
}
|
|
467
321
|
/**
|
|
468
322
|
* @public
|
|
469
323
|
*/
|
|
@@ -561,30 +415,6 @@ export interface GetAuthenticationUrlResponse {
|
|
|
561
415
|
*/
|
|
562
416
|
AuthenticationUrl?: string | undefined;
|
|
563
417
|
}
|
|
564
|
-
/**
|
|
565
|
-
* @public
|
|
566
|
-
* @enum
|
|
567
|
-
*/
|
|
568
|
-
export declare const ScanDirection: {
|
|
569
|
-
readonly BACKWARD: "BACKWARD";
|
|
570
|
-
readonly FORWARD: "FORWARD";
|
|
571
|
-
};
|
|
572
|
-
/**
|
|
573
|
-
* @public
|
|
574
|
-
*/
|
|
575
|
-
export type ScanDirection = (typeof ScanDirection)[keyof typeof ScanDirection];
|
|
576
|
-
/**
|
|
577
|
-
* @public
|
|
578
|
-
* @enum
|
|
579
|
-
*/
|
|
580
|
-
export declare const SortKey: {
|
|
581
|
-
readonly ASCENDING: "ASCENDING";
|
|
582
|
-
readonly DESCENDING: "DESCENDING";
|
|
583
|
-
};
|
|
584
|
-
/**
|
|
585
|
-
* @public
|
|
586
|
-
*/
|
|
587
|
-
export type SortKey = (typeof SortKey)[keyof typeof SortKey];
|
|
588
418
|
/**
|
|
589
419
|
* <p>A filtering option for where to start. For example, if you sent 100 messages, start
|
|
590
420
|
* with message 50. </p>
|
|
@@ -651,19 +481,6 @@ export interface GetTranscriptRequest {
|
|
|
651
481
|
*/
|
|
652
482
|
ConnectionToken: string | undefined;
|
|
653
483
|
}
|
|
654
|
-
/**
|
|
655
|
-
* @public
|
|
656
|
-
* @enum
|
|
657
|
-
*/
|
|
658
|
-
export declare const ArtifactStatus: {
|
|
659
|
-
readonly APPROVED: "APPROVED";
|
|
660
|
-
readonly IN_PROGRESS: "IN_PROGRESS";
|
|
661
|
-
readonly REJECTED: "REJECTED";
|
|
662
|
-
};
|
|
663
|
-
/**
|
|
664
|
-
* @public
|
|
665
|
-
*/
|
|
666
|
-
export type ArtifactStatus = (typeof ArtifactStatus)[keyof typeof ArtifactStatus];
|
|
667
484
|
/**
|
|
668
485
|
* <p>The case-insensitive input to indicate standard MIME type that describes the format of the file
|
|
669
486
|
* that will be uploaded.</p>
|
|
@@ -728,43 +545,6 @@ export interface MessageMetadata {
|
|
|
728
545
|
*/
|
|
729
546
|
Receipts?: Receipt[] | undefined;
|
|
730
547
|
}
|
|
731
|
-
/**
|
|
732
|
-
* @public
|
|
733
|
-
* @enum
|
|
734
|
-
*/
|
|
735
|
-
export declare const ParticipantRole: {
|
|
736
|
-
readonly AGENT: "AGENT";
|
|
737
|
-
readonly CUSTOMER: "CUSTOMER";
|
|
738
|
-
readonly CUSTOM_BOT: "CUSTOM_BOT";
|
|
739
|
-
readonly SUPERVISOR: "SUPERVISOR";
|
|
740
|
-
readonly SYSTEM: "SYSTEM";
|
|
741
|
-
};
|
|
742
|
-
/**
|
|
743
|
-
* @public
|
|
744
|
-
*/
|
|
745
|
-
export type ParticipantRole = (typeof ParticipantRole)[keyof typeof ParticipantRole];
|
|
746
|
-
/**
|
|
747
|
-
* @public
|
|
748
|
-
* @enum
|
|
749
|
-
*/
|
|
750
|
-
export declare const ChatItemType: {
|
|
751
|
-
readonly ATTACHMENT: "ATTACHMENT";
|
|
752
|
-
readonly CHAT_ENDED: "CHAT_ENDED";
|
|
753
|
-
readonly CONNECTION_ACK: "CONNECTION_ACK";
|
|
754
|
-
readonly EVENT: "EVENT";
|
|
755
|
-
readonly MESSAGE: "MESSAGE";
|
|
756
|
-
readonly MESSAGE_DELIVERED: "MESSAGE_DELIVERED";
|
|
757
|
-
readonly MESSAGE_READ: "MESSAGE_READ";
|
|
758
|
-
readonly PARTICIPANT_JOINED: "PARTICIPANT_JOINED";
|
|
759
|
-
readonly PARTICIPANT_LEFT: "PARTICIPANT_LEFT";
|
|
760
|
-
readonly TRANSFER_FAILED: "TRANSFER_FAILED";
|
|
761
|
-
readonly TRANSFER_SUCCEEDED: "TRANSFER_SUCCEEDED";
|
|
762
|
-
readonly TYPING: "TYPING";
|
|
763
|
-
};
|
|
764
|
-
/**
|
|
765
|
-
* @public
|
|
766
|
-
*/
|
|
767
|
-
export type ChatItemType = (typeof ChatItemType)[keyof typeof ChatItemType];
|
|
768
548
|
/**
|
|
769
549
|
* <p>An item - message or event - that has been sent. </p>
|
|
770
550
|
* @public
|
|
@@ -5,5 +5,7 @@ export { RuntimeExtension } from "./runtimeExtensions";
|
|
|
5
5
|
export { ConnectParticipantExtensionConfiguration } from "./extensionConfiguration";
|
|
6
6
|
export * from "./commands";
|
|
7
7
|
export * from "./pagination";
|
|
8
|
-
export * from "./models";
|
|
8
|
+
export * from "./models/enums";
|
|
9
|
+
export * from "./models/errors";
|
|
10
|
+
export * from "./models/models_0";
|
|
9
11
|
export { ConnectParticipantServiceException } from "./models/ConnectParticipantServiceException";
|
|
@@ -0,0 +1,65 @@
|
|
|
1
|
+
export declare const ConnectionType: {
|
|
2
|
+
readonly CONNECTION_CREDENTIALS: "CONNECTION_CREDENTIALS";
|
|
3
|
+
readonly WEBRTC_CONNECTION: "WEBRTC_CONNECTION";
|
|
4
|
+
readonly WEBSOCKET: "WEBSOCKET";
|
|
5
|
+
};
|
|
6
|
+
export type ConnectionType =
|
|
7
|
+
(typeof ConnectionType)[keyof typeof ConnectionType];
|
|
8
|
+
export declare const MeetingFeatureStatus: {
|
|
9
|
+
readonly AVAILABLE: "AVAILABLE";
|
|
10
|
+
readonly UNAVAILABLE: "UNAVAILABLE";
|
|
11
|
+
};
|
|
12
|
+
export type MeetingFeatureStatus =
|
|
13
|
+
(typeof MeetingFeatureStatus)[keyof typeof MeetingFeatureStatus];
|
|
14
|
+
export declare const ResourceType: {
|
|
15
|
+
readonly CONTACT: "CONTACT";
|
|
16
|
+
readonly CONTACT_FLOW: "CONTACT_FLOW";
|
|
17
|
+
readonly HIERARCHY_GROUP: "HIERARCHY_GROUP";
|
|
18
|
+
readonly HIERARCHY_LEVEL: "HIERARCHY_LEVEL";
|
|
19
|
+
readonly INSTANCE: "INSTANCE";
|
|
20
|
+
readonly PARTICIPANT: "PARTICIPANT";
|
|
21
|
+
readonly PHONE_NUMBER: "PHONE_NUMBER";
|
|
22
|
+
readonly USER: "USER";
|
|
23
|
+
};
|
|
24
|
+
export type ResourceType = (typeof ResourceType)[keyof typeof ResourceType];
|
|
25
|
+
export declare const ScanDirection: {
|
|
26
|
+
readonly BACKWARD: "BACKWARD";
|
|
27
|
+
readonly FORWARD: "FORWARD";
|
|
28
|
+
};
|
|
29
|
+
export type ScanDirection = (typeof ScanDirection)[keyof typeof ScanDirection];
|
|
30
|
+
export declare const SortKey: {
|
|
31
|
+
readonly ASCENDING: "ASCENDING";
|
|
32
|
+
readonly DESCENDING: "DESCENDING";
|
|
33
|
+
};
|
|
34
|
+
export type SortKey = (typeof SortKey)[keyof typeof SortKey];
|
|
35
|
+
export declare const ArtifactStatus: {
|
|
36
|
+
readonly APPROVED: "APPROVED";
|
|
37
|
+
readonly IN_PROGRESS: "IN_PROGRESS";
|
|
38
|
+
readonly REJECTED: "REJECTED";
|
|
39
|
+
};
|
|
40
|
+
export type ArtifactStatus =
|
|
41
|
+
(typeof ArtifactStatus)[keyof typeof ArtifactStatus];
|
|
42
|
+
export declare const ParticipantRole: {
|
|
43
|
+
readonly AGENT: "AGENT";
|
|
44
|
+
readonly CUSTOMER: "CUSTOMER";
|
|
45
|
+
readonly CUSTOM_BOT: "CUSTOM_BOT";
|
|
46
|
+
readonly SUPERVISOR: "SUPERVISOR";
|
|
47
|
+
readonly SYSTEM: "SYSTEM";
|
|
48
|
+
};
|
|
49
|
+
export type ParticipantRole =
|
|
50
|
+
(typeof ParticipantRole)[keyof typeof ParticipantRole];
|
|
51
|
+
export declare const ChatItemType: {
|
|
52
|
+
readonly ATTACHMENT: "ATTACHMENT";
|
|
53
|
+
readonly CHAT_ENDED: "CHAT_ENDED";
|
|
54
|
+
readonly CONNECTION_ACK: "CONNECTION_ACK";
|
|
55
|
+
readonly EVENT: "EVENT";
|
|
56
|
+
readonly MESSAGE: "MESSAGE";
|
|
57
|
+
readonly MESSAGE_DELIVERED: "MESSAGE_DELIVERED";
|
|
58
|
+
readonly MESSAGE_READ: "MESSAGE_READ";
|
|
59
|
+
readonly PARTICIPANT_JOINED: "PARTICIPANT_JOINED";
|
|
60
|
+
readonly PARTICIPANT_LEFT: "PARTICIPANT_LEFT";
|
|
61
|
+
readonly TRANSFER_FAILED: "TRANSFER_FAILED";
|
|
62
|
+
readonly TRANSFER_SUCCEEDED: "TRANSFER_SUCCEEDED";
|
|
63
|
+
readonly TYPING: "TYPING";
|
|
64
|
+
};
|
|
65
|
+
export type ChatItemType = (typeof ChatItemType)[keyof typeof ChatItemType];
|
|
@@ -0,0 +1,59 @@
|
|
|
1
|
+
import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client";
|
|
2
|
+
import { ConnectParticipantServiceException as __BaseException } from "./ConnectParticipantServiceException";
|
|
3
|
+
import { ResourceType } from "./enums";
|
|
4
|
+
export declare class AccessDeniedException extends __BaseException {
|
|
5
|
+
readonly name: "AccessDeniedException";
|
|
6
|
+
readonly $fault: "client";
|
|
7
|
+
Message: string | undefined;
|
|
8
|
+
constructor(
|
|
9
|
+
opts: __ExceptionOptionType<AccessDeniedException, __BaseException>
|
|
10
|
+
);
|
|
11
|
+
}
|
|
12
|
+
export declare class InternalServerException extends __BaseException {
|
|
13
|
+
readonly name: "InternalServerException";
|
|
14
|
+
readonly $fault: "server";
|
|
15
|
+
Message: string | undefined;
|
|
16
|
+
constructor(
|
|
17
|
+
opts: __ExceptionOptionType<InternalServerException, __BaseException>
|
|
18
|
+
);
|
|
19
|
+
}
|
|
20
|
+
export declare class ThrottlingException extends __BaseException {
|
|
21
|
+
readonly name: "ThrottlingException";
|
|
22
|
+
readonly $fault: "client";
|
|
23
|
+
Message: string | undefined;
|
|
24
|
+
constructor(
|
|
25
|
+
opts: __ExceptionOptionType<ThrottlingException, __BaseException>
|
|
26
|
+
);
|
|
27
|
+
}
|
|
28
|
+
export declare class ValidationException extends __BaseException {
|
|
29
|
+
readonly name: "ValidationException";
|
|
30
|
+
readonly $fault: "client";
|
|
31
|
+
Message: string | undefined;
|
|
32
|
+
constructor(
|
|
33
|
+
opts: __ExceptionOptionType<ValidationException, __BaseException>
|
|
34
|
+
);
|
|
35
|
+
}
|
|
36
|
+
export declare class ConflictException extends __BaseException {
|
|
37
|
+
readonly name: "ConflictException";
|
|
38
|
+
readonly $fault: "client";
|
|
39
|
+
Message: string | undefined;
|
|
40
|
+
constructor(opts: __ExceptionOptionType<ConflictException, __BaseException>);
|
|
41
|
+
}
|
|
42
|
+
export declare class ServiceQuotaExceededException extends __BaseException {
|
|
43
|
+
readonly name: "ServiceQuotaExceededException";
|
|
44
|
+
readonly $fault: "client";
|
|
45
|
+
Message: string | undefined;
|
|
46
|
+
constructor(
|
|
47
|
+
opts: __ExceptionOptionType<ServiceQuotaExceededException, __BaseException>
|
|
48
|
+
);
|
|
49
|
+
}
|
|
50
|
+
export declare class ResourceNotFoundException extends __BaseException {
|
|
51
|
+
readonly name: "ResourceNotFoundException";
|
|
52
|
+
readonly $fault: "client";
|
|
53
|
+
Message?: string | undefined;
|
|
54
|
+
ResourceId?: string | undefined;
|
|
55
|
+
ResourceType?: ResourceType | undefined;
|
|
56
|
+
constructor(
|
|
57
|
+
opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>
|
|
58
|
+
);
|
|
59
|
+
}
|
|
@@ -1,69 +1,23 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
}
|
|
1
|
+
import {
|
|
2
|
+
ArtifactStatus,
|
|
3
|
+
ChatItemType,
|
|
4
|
+
ConnectionType,
|
|
5
|
+
MeetingFeatureStatus,
|
|
6
|
+
ParticipantRole,
|
|
7
|
+
ScanDirection,
|
|
8
|
+
SortKey,
|
|
9
|
+
} from "./enums";
|
|
11
10
|
export interface CancelParticipantAuthenticationRequest {
|
|
12
11
|
SessionId: string | undefined;
|
|
13
12
|
ConnectionToken: string | undefined;
|
|
14
13
|
}
|
|
15
14
|
export interface CancelParticipantAuthenticationResponse {}
|
|
16
|
-
export declare class InternalServerException extends __BaseException {
|
|
17
|
-
readonly name: "InternalServerException";
|
|
18
|
-
readonly $fault: "server";
|
|
19
|
-
Message: string | undefined;
|
|
20
|
-
constructor(
|
|
21
|
-
opts: __ExceptionOptionType<InternalServerException, __BaseException>
|
|
22
|
-
);
|
|
23
|
-
}
|
|
24
|
-
export declare class ThrottlingException extends __BaseException {
|
|
25
|
-
readonly name: "ThrottlingException";
|
|
26
|
-
readonly $fault: "client";
|
|
27
|
-
Message: string | undefined;
|
|
28
|
-
constructor(
|
|
29
|
-
opts: __ExceptionOptionType<ThrottlingException, __BaseException>
|
|
30
|
-
);
|
|
31
|
-
}
|
|
32
|
-
export declare class ValidationException extends __BaseException {
|
|
33
|
-
readonly name: "ValidationException";
|
|
34
|
-
readonly $fault: "client";
|
|
35
|
-
Message: string | undefined;
|
|
36
|
-
constructor(
|
|
37
|
-
opts: __ExceptionOptionType<ValidationException, __BaseException>
|
|
38
|
-
);
|
|
39
|
-
}
|
|
40
15
|
export interface CompleteAttachmentUploadRequest {
|
|
41
16
|
AttachmentIds: string[] | undefined;
|
|
42
17
|
ClientToken?: string | undefined;
|
|
43
18
|
ConnectionToken: string | undefined;
|
|
44
19
|
}
|
|
45
20
|
export interface CompleteAttachmentUploadResponse {}
|
|
46
|
-
export declare class ConflictException extends __BaseException {
|
|
47
|
-
readonly name: "ConflictException";
|
|
48
|
-
readonly $fault: "client";
|
|
49
|
-
Message: string | undefined;
|
|
50
|
-
constructor(opts: __ExceptionOptionType<ConflictException, __BaseException>);
|
|
51
|
-
}
|
|
52
|
-
export declare class ServiceQuotaExceededException extends __BaseException {
|
|
53
|
-
readonly name: "ServiceQuotaExceededException";
|
|
54
|
-
readonly $fault: "client";
|
|
55
|
-
Message: string | undefined;
|
|
56
|
-
constructor(
|
|
57
|
-
opts: __ExceptionOptionType<ServiceQuotaExceededException, __BaseException>
|
|
58
|
-
);
|
|
59
|
-
}
|
|
60
|
-
export declare const ConnectionType: {
|
|
61
|
-
readonly CONNECTION_CREDENTIALS: "CONNECTION_CREDENTIALS";
|
|
62
|
-
readonly WEBRTC_CONNECTION: "WEBRTC_CONNECTION";
|
|
63
|
-
readonly WEBSOCKET: "WEBSOCKET";
|
|
64
|
-
};
|
|
65
|
-
export type ConnectionType =
|
|
66
|
-
(typeof ConnectionType)[keyof typeof ConnectionType];
|
|
67
21
|
export interface CreateParticipantConnectionRequest {
|
|
68
22
|
Type?: ConnectionType[] | undefined;
|
|
69
23
|
ParticipantToken: string | undefined;
|
|
@@ -83,12 +37,6 @@ export interface WebRTCMediaPlacement {
|
|
|
83
37
|
SignalingUrl?: string | undefined;
|
|
84
38
|
EventIngestionUrl?: string | undefined;
|
|
85
39
|
}
|
|
86
|
-
export declare const MeetingFeatureStatus: {
|
|
87
|
-
readonly AVAILABLE: "AVAILABLE";
|
|
88
|
-
readonly UNAVAILABLE: "UNAVAILABLE";
|
|
89
|
-
};
|
|
90
|
-
export type MeetingFeatureStatus =
|
|
91
|
-
(typeof MeetingFeatureStatus)[keyof typeof MeetingFeatureStatus];
|
|
92
40
|
export interface AudioFeatures {
|
|
93
41
|
EchoReduction?: MeetingFeatureStatus | undefined;
|
|
94
42
|
}
|
|
@@ -132,27 +80,6 @@ export interface View {
|
|
|
132
80
|
export interface DescribeViewResponse {
|
|
133
81
|
View?: View | undefined;
|
|
134
82
|
}
|
|
135
|
-
export declare const ResourceType: {
|
|
136
|
-
readonly CONTACT: "CONTACT";
|
|
137
|
-
readonly CONTACT_FLOW: "CONTACT_FLOW";
|
|
138
|
-
readonly HIERARCHY_GROUP: "HIERARCHY_GROUP";
|
|
139
|
-
readonly HIERARCHY_LEVEL: "HIERARCHY_LEVEL";
|
|
140
|
-
readonly INSTANCE: "INSTANCE";
|
|
141
|
-
readonly PARTICIPANT: "PARTICIPANT";
|
|
142
|
-
readonly PHONE_NUMBER: "PHONE_NUMBER";
|
|
143
|
-
readonly USER: "USER";
|
|
144
|
-
};
|
|
145
|
-
export type ResourceType = (typeof ResourceType)[keyof typeof ResourceType];
|
|
146
|
-
export declare class ResourceNotFoundException extends __BaseException {
|
|
147
|
-
readonly name: "ResourceNotFoundException";
|
|
148
|
-
readonly $fault: "client";
|
|
149
|
-
Message?: string | undefined;
|
|
150
|
-
ResourceId?: string | undefined;
|
|
151
|
-
ResourceType?: ResourceType | undefined;
|
|
152
|
-
constructor(
|
|
153
|
-
opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>
|
|
154
|
-
);
|
|
155
|
-
}
|
|
156
83
|
export interface DisconnectParticipantRequest {
|
|
157
84
|
ClientToken?: string | undefined;
|
|
158
85
|
ConnectionToken: string | undefined;
|
|
@@ -176,16 +103,6 @@ export interface GetAuthenticationUrlRequest {
|
|
|
176
103
|
export interface GetAuthenticationUrlResponse {
|
|
177
104
|
AuthenticationUrl?: string | undefined;
|
|
178
105
|
}
|
|
179
|
-
export declare const ScanDirection: {
|
|
180
|
-
readonly BACKWARD: "BACKWARD";
|
|
181
|
-
readonly FORWARD: "FORWARD";
|
|
182
|
-
};
|
|
183
|
-
export type ScanDirection = (typeof ScanDirection)[keyof typeof ScanDirection];
|
|
184
|
-
export declare const SortKey: {
|
|
185
|
-
readonly ASCENDING: "ASCENDING";
|
|
186
|
-
readonly DESCENDING: "DESCENDING";
|
|
187
|
-
};
|
|
188
|
-
export type SortKey = (typeof SortKey)[keyof typeof SortKey];
|
|
189
106
|
export interface StartPosition {
|
|
190
107
|
Id?: string | undefined;
|
|
191
108
|
AbsoluteTime?: string | undefined;
|
|
@@ -200,13 +117,6 @@ export interface GetTranscriptRequest {
|
|
|
200
117
|
StartPosition?: StartPosition | undefined;
|
|
201
118
|
ConnectionToken: string | undefined;
|
|
202
119
|
}
|
|
203
|
-
export declare const ArtifactStatus: {
|
|
204
|
-
readonly APPROVED: "APPROVED";
|
|
205
|
-
readonly IN_PROGRESS: "IN_PROGRESS";
|
|
206
|
-
readonly REJECTED: "REJECTED";
|
|
207
|
-
};
|
|
208
|
-
export type ArtifactStatus =
|
|
209
|
-
(typeof ArtifactStatus)[keyof typeof ArtifactStatus];
|
|
210
120
|
export interface AttachmentItem {
|
|
211
121
|
ContentType?: string | undefined;
|
|
212
122
|
AttachmentId?: string | undefined;
|
|
@@ -222,30 +132,6 @@ export interface MessageMetadata {
|
|
|
222
132
|
MessageId?: string | undefined;
|
|
223
133
|
Receipts?: Receipt[] | undefined;
|
|
224
134
|
}
|
|
225
|
-
export declare const ParticipantRole: {
|
|
226
|
-
readonly AGENT: "AGENT";
|
|
227
|
-
readonly CUSTOMER: "CUSTOMER";
|
|
228
|
-
readonly CUSTOM_BOT: "CUSTOM_BOT";
|
|
229
|
-
readonly SUPERVISOR: "SUPERVISOR";
|
|
230
|
-
readonly SYSTEM: "SYSTEM";
|
|
231
|
-
};
|
|
232
|
-
export type ParticipantRole =
|
|
233
|
-
(typeof ParticipantRole)[keyof typeof ParticipantRole];
|
|
234
|
-
export declare const ChatItemType: {
|
|
235
|
-
readonly ATTACHMENT: "ATTACHMENT";
|
|
236
|
-
readonly CHAT_ENDED: "CHAT_ENDED";
|
|
237
|
-
readonly CONNECTION_ACK: "CONNECTION_ACK";
|
|
238
|
-
readonly EVENT: "EVENT";
|
|
239
|
-
readonly MESSAGE: "MESSAGE";
|
|
240
|
-
readonly MESSAGE_DELIVERED: "MESSAGE_DELIVERED";
|
|
241
|
-
readonly MESSAGE_READ: "MESSAGE_READ";
|
|
242
|
-
readonly PARTICIPANT_JOINED: "PARTICIPANT_JOINED";
|
|
243
|
-
readonly PARTICIPANT_LEFT: "PARTICIPANT_LEFT";
|
|
244
|
-
readonly TRANSFER_FAILED: "TRANSFER_FAILED";
|
|
245
|
-
readonly TRANSFER_SUCCEEDED: "TRANSFER_SUCCEEDED";
|
|
246
|
-
readonly TYPING: "TYPING";
|
|
247
|
-
};
|
|
248
|
-
export type ChatItemType = (typeof ChatItemType)[keyof typeof ChatItemType];
|
|
249
135
|
export interface Item {
|
|
250
136
|
AbsoluteTime?: string | undefined;
|
|
251
137
|
Content?: string | undefined;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-connectparticipant",
|
|
3
3
|
"description": "AWS SDK for JavaScript Connectparticipant Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.935.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-connectparticipant",
|
|
@@ -20,38 +20,38 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
|
-
"@aws-sdk/core": "3.
|
|
24
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
23
|
+
"@aws-sdk/core": "3.935.0",
|
|
24
|
+
"@aws-sdk/credential-provider-node": "3.935.0",
|
|
25
25
|
"@aws-sdk/middleware-host-header": "3.930.0",
|
|
26
26
|
"@aws-sdk/middleware-logger": "3.930.0",
|
|
27
27
|
"@aws-sdk/middleware-recursion-detection": "3.933.0",
|
|
28
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
28
|
+
"@aws-sdk/middleware-user-agent": "3.935.0",
|
|
29
29
|
"@aws-sdk/region-config-resolver": "3.930.0",
|
|
30
30
|
"@aws-sdk/types": "3.930.0",
|
|
31
31
|
"@aws-sdk/util-endpoints": "3.930.0",
|
|
32
32
|
"@aws-sdk/util-user-agent-browser": "3.930.0",
|
|
33
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
33
|
+
"@aws-sdk/util-user-agent-node": "3.935.0",
|
|
34
34
|
"@smithy/config-resolver": "^4.4.3",
|
|
35
|
-
"@smithy/core": "^3.18.
|
|
35
|
+
"@smithy/core": "^3.18.5",
|
|
36
36
|
"@smithy/fetch-http-handler": "^5.3.6",
|
|
37
37
|
"@smithy/hash-node": "^4.2.5",
|
|
38
38
|
"@smithy/invalid-dependency": "^4.2.5",
|
|
39
39
|
"@smithy/middleware-content-length": "^4.2.5",
|
|
40
|
-
"@smithy/middleware-endpoint": "^4.3.
|
|
41
|
-
"@smithy/middleware-retry": "^4.4.
|
|
42
|
-
"@smithy/middleware-serde": "^4.2.
|
|
40
|
+
"@smithy/middleware-endpoint": "^4.3.12",
|
|
41
|
+
"@smithy/middleware-retry": "^4.4.12",
|
|
42
|
+
"@smithy/middleware-serde": "^4.2.6",
|
|
43
43
|
"@smithy/middleware-stack": "^4.2.5",
|
|
44
44
|
"@smithy/node-config-provider": "^4.3.5",
|
|
45
45
|
"@smithy/node-http-handler": "^4.4.5",
|
|
46
46
|
"@smithy/protocol-http": "^5.3.5",
|
|
47
|
-
"@smithy/smithy-client": "^4.9.
|
|
47
|
+
"@smithy/smithy-client": "^4.9.8",
|
|
48
48
|
"@smithy/types": "^4.9.0",
|
|
49
49
|
"@smithy/url-parser": "^4.2.5",
|
|
50
50
|
"@smithy/util-base64": "^4.3.0",
|
|
51
51
|
"@smithy/util-body-length-browser": "^4.2.0",
|
|
52
52
|
"@smithy/util-body-length-node": "^4.2.1",
|
|
53
|
-
"@smithy/util-defaults-mode-browser": "^4.3.
|
|
54
|
-
"@smithy/util-defaults-mode-node": "^4.2.
|
|
53
|
+
"@smithy/util-defaults-mode-browser": "^4.3.11",
|
|
54
|
+
"@smithy/util-defaults-mode-node": "^4.2.14",
|
|
55
55
|
"@smithy/util-endpoints": "^3.2.5",
|
|
56
56
|
"@smithy/util-middleware": "^4.2.5",
|
|
57
57
|
"@smithy/util-retry": "^4.2.5",
|
package/dist-es/models/index.js
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from "./models_0";
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from "./models_0";
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from "./models_0";
|