@wildix/wda-stream-client 1.1.59 → 1.1.60
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/WdaStream.js +0 -6
- package/dist-cjs/commands/index.js +0 -3
- package/dist-cjs/models/models_0.js +31 -70
- package/dist-cjs/models/models_1.js +1 -7
- package/dist-cjs/protocols/Aws_restJson1.js +3 -396
- package/dist-es/WdaStream.js +0 -6
- package/dist-es/commands/index.js +0 -3
- package/dist-es/models/models_0.js +29 -68
- package/dist-es/models/models_1.js +0 -6
- package/dist-es/protocols/Aws_restJson1.js +4 -391
- package/dist-types/WdaStream.d.ts +0 -21
- package/dist-types/WdaStreamClient.d.ts +2 -5
- package/dist-types/commands/ConsumeEventCommand.d.ts +88 -146
- package/dist-types/commands/DescribeEventCommand.d.ts +196 -467
- package/dist-types/commands/GetOngoingCallCommand.d.ts +1 -1
- package/dist-types/commands/GetOngoingCallTranscriptionCommand.d.ts +2 -2
- package/dist-types/commands/GetOngoingConferenceCommand.d.ts +1 -2
- package/dist-types/commands/GetOngoingConferenceTranscriptionCommand.d.ts +2 -3
- package/dist-types/commands/ListServicesCommand.d.ts +1 -0
- package/dist-types/commands/QueryConversationsCommand.d.ts +4 -6
- package/dist-types/commands/index.d.ts +0 -3
- package/dist-types/models/models_0.d.ts +786 -770
- package/dist-types/models/models_1.d.ts +18 -353
- package/dist-types/protocols/Aws_restJson1.d.ts +0 -27
- package/dist-types/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/runtimeConfig.d.ts +1 -1
- package/dist-types/runtimeConfig.native.d.ts +1 -1
- package/package.json +1 -1
- package/dist-cjs/commands/GetOngoingCallAnnotationsCommand.js +0 -21
- package/dist-cjs/commands/GetOngoingChatAnnotationsCommand.js +0 -21
- package/dist-cjs/commands/GetOngoingConferenceAnnotationsCommand.js +0 -21
- package/dist-es/commands/GetOngoingCallAnnotationsCommand.js +0 -17
- package/dist-es/commands/GetOngoingChatAnnotationsCommand.js +0 -17
- package/dist-es/commands/GetOngoingConferenceAnnotationsCommand.js +0 -17
- package/dist-types/commands/GetOngoingCallAnnotationsCommand.d.ts +0 -286
- package/dist-types/commands/GetOngoingChatAnnotationsCommand.d.ts +0 -190
- package/dist-types/commands/GetOngoingConferenceAnnotationsCommand.d.ts +0 -134
|
@@ -1,302 +1,7 @@
|
|
|
1
1
|
import { WdaStreamServiceException as __BaseException } from "./WdaStreamServiceException";
|
|
2
|
-
import {
|
|
2
|
+
import { CallAnalyticsCostRecordEvent, CallAnalyticsLiveCompleteEvent, CallAnalyticsLiveInterruptedEvent, CallAnalyticsLiveProgressEvent, CallAnalyticsLiveProgressEventFlow, CallAnalyticsLiveTranscriptionEvent, CallAnalyticsRecordEvent, CallAnalyticsTranscriptionRecordEvent, CallEventType, ChatAnalyticsLiveCompleteEvent, ChatAnalyticsLiveInterruptedEvent, ChatAnalyticsLiveProgressEvent, ChatAnalyticsLiveTranscriptionEvent, ChatAnalyticsManagerMissedEvent, ChatAnalyticsRecordEvent, ChatAnalyticsTranscriptionRecordEvent, ChatEventType, ConferenceAnalyticsLiveCompleteEvent, ConferenceAnalyticsLiveInterruptedEvent, ConferenceAnalyticsLiveJoinEvent, ConferenceAnalyticsLiveLeaveEvent, ConferenceAnalyticsLiveProgressEvent, ConferenceAnalyticsLiveTranscriptionEvent, ConferenceAnalyticsRecordEvent, ConferenceAnalyticsTranscriptionRecordEvent, ConferenceEventType, PresenceAnalyticsConferenceEvent, PresenceAnalyticsStatusEvent, PresenceAnalyticsTelephonyEvent, PresenceEventType, ServiceAgentsStatusAnalyticsRecordEvent, ServiceAnalyticsLiveCompleteEvent, ServiceAnalyticsLiveProgressEvent, ServiceCallAnalyticsLiveCompleteEvent, ServiceCallAnalyticsLiveProgressEvent, ServiceCallAnalyticsRecordEvent, ServiceCallEventType, ServiceEventType, WebhookCallCompletedEvent, WebhookCallLiveCompletedEvent, WebhookCallLiveInterruptedEvent, WebhookCallLiveProgressEvent, WebhookCallLiveRecordPauseEvent, WebhookCallLiveRecordStartEvent, WebhookCallLiveRecordStopEvent, WebhookCallLiveRecordUnpauseEvent, WebhookCallLiveTranscriptionEvent, WebhookCallSummaryCompletedEvent, WebhookCallTranscriptionCompletedEvent, WebhookCallTranscriptionTextCompletedEvent, WebhookChatCompletedEvent, WebhookChatLiveCompletedEvent, WebhookChatLiveInterruptedEvent, WebhookChatLiveProgressEvent, WebhookChatManagerMissedEvent, WebhookChatSummaryCompletedEvent, WebhookConferenceCompletedEvent, WebhookConferenceLiveCompletedEvent, WebhookConferenceLiveInterruptedEvent, WebhookConferenceLiveJoinEvent, WebhookConferenceLiveLeaveEvent, WebhookConferenceLiveProgressEvent, WebhookConferenceLiveTranscriptionEvent, WebhookConferenceSummaryCompletedEvent, WebhookConferenceTranscriptionCompletedEvent, WebhookConferenceTranscriptionTextCompletedEvent, WebhookOutdatedCallEndEvent, WebhookOutdatedCallStartEvent, WebhookOutdatedCallUpdateEvent, WebhookPresenceConferenceEvent, WebhookPresenceTelephonyEvent, WebhookPresenceUserEvent, WebhookSmsStatusEvent, WebsocketAuthorizeBadRequestException, WebsocketAuthorizedEvent, WebsocketConversationsBroadcastEvent, WebsocketEvent, WebsocketSubscribeAction, WebsocketTopic, WebsocketUnsubscribeAction } from "./models_0";
|
|
3
3
|
import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client";
|
|
4
4
|
import { DocumentType as __DocumentType } from "@smithy/types";
|
|
5
|
-
/**
|
|
6
|
-
* @public
|
|
7
|
-
*/
|
|
8
|
-
export interface WebhookConferenceLiveLeaveEvent {
|
|
9
|
-
id: string;
|
|
10
|
-
pbx?: string | undefined;
|
|
11
|
-
company?: string | undefined;
|
|
12
|
-
type: WebhookEventType;
|
|
13
|
-
time: number;
|
|
14
|
-
integrationId: string;
|
|
15
|
-
data: ConferenceAnalyticsLiveLeaveEvent;
|
|
16
|
-
}
|
|
17
|
-
/**
|
|
18
|
-
* @public
|
|
19
|
-
*/
|
|
20
|
-
export interface WebhookConferenceLiveProgressEvent {
|
|
21
|
-
id: string;
|
|
22
|
-
pbx?: string | undefined;
|
|
23
|
-
company?: string | undefined;
|
|
24
|
-
type: WebhookEventType;
|
|
25
|
-
time: number;
|
|
26
|
-
integrationId: string;
|
|
27
|
-
data: ConferenceAnalyticsLiveProgressEvent;
|
|
28
|
-
}
|
|
29
|
-
/**
|
|
30
|
-
* @public
|
|
31
|
-
*/
|
|
32
|
-
export interface WebhookConferenceLiveTranscriptionEvent {
|
|
33
|
-
id: string;
|
|
34
|
-
pbx?: string | undefined;
|
|
35
|
-
company?: string | undefined;
|
|
36
|
-
type: WebhookEventType;
|
|
37
|
-
time: number;
|
|
38
|
-
integrationId: string;
|
|
39
|
-
data: ConferenceAnalyticsLiveTranscriptionEvent;
|
|
40
|
-
}
|
|
41
|
-
/**
|
|
42
|
-
* @public
|
|
43
|
-
*/
|
|
44
|
-
export interface WebhookConferenceSummaryCompletedEventData {
|
|
45
|
-
conference: ConferenceRecord;
|
|
46
|
-
summary: TranscriptionSummary;
|
|
47
|
-
}
|
|
48
|
-
/**
|
|
49
|
-
* @public
|
|
50
|
-
*/
|
|
51
|
-
export interface WebhookConferenceSummaryCompletedEvent {
|
|
52
|
-
id: string;
|
|
53
|
-
pbx?: string | undefined;
|
|
54
|
-
company?: string | undefined;
|
|
55
|
-
type: WebhookEventType;
|
|
56
|
-
time: number;
|
|
57
|
-
integrationId: string;
|
|
58
|
-
data: WebhookConferenceSummaryCompletedEventData;
|
|
59
|
-
}
|
|
60
|
-
/**
|
|
61
|
-
* @public
|
|
62
|
-
*/
|
|
63
|
-
export interface WebhookConferenceTranscriptionCompletedEventData {
|
|
64
|
-
conference: ConferenceRecord;
|
|
65
|
-
chunks: (TranscriptionTextChunk)[];
|
|
66
|
-
}
|
|
67
|
-
/**
|
|
68
|
-
* @public
|
|
69
|
-
*/
|
|
70
|
-
export interface WebhookConferenceTranscriptionCompletedEvent {
|
|
71
|
-
id: string;
|
|
72
|
-
pbx?: string | undefined;
|
|
73
|
-
company?: string | undefined;
|
|
74
|
-
type: WebhookEventType;
|
|
75
|
-
time: number;
|
|
76
|
-
integrationId: string;
|
|
77
|
-
data: WebhookConferenceTranscriptionCompletedEventData;
|
|
78
|
-
}
|
|
79
|
-
/**
|
|
80
|
-
* @public
|
|
81
|
-
*/
|
|
82
|
-
export interface WebhookConferenceTranscriptionTextCompletedEventData {
|
|
83
|
-
conference: ConferenceRecord;
|
|
84
|
-
transcription: string;
|
|
85
|
-
}
|
|
86
|
-
/**
|
|
87
|
-
* @public
|
|
88
|
-
*/
|
|
89
|
-
export interface WebhookConferenceTranscriptionTextCompletedEvent {
|
|
90
|
-
id: string;
|
|
91
|
-
pbx?: string | undefined;
|
|
92
|
-
company?: string | undefined;
|
|
93
|
-
type: WebhookEventType;
|
|
94
|
-
time: number;
|
|
95
|
-
integrationId: string;
|
|
96
|
-
data: WebhookConferenceTranscriptionTextCompletedEventData;
|
|
97
|
-
}
|
|
98
|
-
/**
|
|
99
|
-
* @public
|
|
100
|
-
*/
|
|
101
|
-
export interface WebhookOutdatedCallParticipant {
|
|
102
|
-
type: string;
|
|
103
|
-
phone?: string | undefined;
|
|
104
|
-
name?: string | undefined;
|
|
105
|
-
company?: string | undefined;
|
|
106
|
-
email?: string | undefined;
|
|
107
|
-
userId?: string | undefined;
|
|
108
|
-
userExtension?: string | undefined;
|
|
109
|
-
userDepartment?: string | undefined;
|
|
110
|
-
groupId?: string | undefined;
|
|
111
|
-
groupName?: string | undefined;
|
|
112
|
-
userAgent?: string | undefined;
|
|
113
|
-
userDevice?: CallDevice | undefined;
|
|
114
|
-
role: string;
|
|
115
|
-
license?: string | undefined;
|
|
116
|
-
}
|
|
117
|
-
/**
|
|
118
|
-
* @public
|
|
119
|
-
*/
|
|
120
|
-
export interface WebhookOutdatedCallEventData {
|
|
121
|
-
status?: string | undefined;
|
|
122
|
-
caller?: WebhookOutdatedCallParticipant | undefined;
|
|
123
|
-
callee?: WebhookOutdatedCallParticipant | undefined;
|
|
124
|
-
service?: string | undefined;
|
|
125
|
-
destination?: string | undefined;
|
|
126
|
-
trunkName?: string | undefined;
|
|
127
|
-
queueId?: string | undefined;
|
|
128
|
-
queueName?: string | undefined;
|
|
129
|
-
tags: (string)[];
|
|
130
|
-
flags: (string)[];
|
|
131
|
-
endCause?: string | undefined;
|
|
132
|
-
endCauseStr?: string | undefined;
|
|
133
|
-
endBy?: string | undefined;
|
|
134
|
-
}
|
|
135
|
-
/**
|
|
136
|
-
* @public
|
|
137
|
-
*/
|
|
138
|
-
export interface WebhookOutdatedCallEndEvent {
|
|
139
|
-
id: string;
|
|
140
|
-
pbx?: string | undefined;
|
|
141
|
-
company?: string | undefined;
|
|
142
|
-
type: WebhookEventType;
|
|
143
|
-
time: number;
|
|
144
|
-
integrationId: string;
|
|
145
|
-
data: WebhookOutdatedCallEventData;
|
|
146
|
-
}
|
|
147
|
-
/**
|
|
148
|
-
* @public
|
|
149
|
-
*/
|
|
150
|
-
export interface WebhookOutdatedCallStartEvent {
|
|
151
|
-
id: string;
|
|
152
|
-
pbx?: string | undefined;
|
|
153
|
-
company?: string | undefined;
|
|
154
|
-
type: WebhookEventType;
|
|
155
|
-
time: number;
|
|
156
|
-
integrationId: string;
|
|
157
|
-
data: WebhookOutdatedCallEventData;
|
|
158
|
-
}
|
|
159
|
-
/**
|
|
160
|
-
* @public
|
|
161
|
-
*/
|
|
162
|
-
export interface WebhookOutdatedCallUpdateEvent {
|
|
163
|
-
id: string;
|
|
164
|
-
pbx?: string | undefined;
|
|
165
|
-
company?: string | undefined;
|
|
166
|
-
type: WebhookEventType;
|
|
167
|
-
time: number;
|
|
168
|
-
integrationId: string;
|
|
169
|
-
data: WebhookOutdatedCallEventData;
|
|
170
|
-
}
|
|
171
|
-
/**
|
|
172
|
-
* @public
|
|
173
|
-
*/
|
|
174
|
-
export interface WebhookPresenceConferenceEventData {
|
|
175
|
-
extension: string;
|
|
176
|
-
isJoined: boolean;
|
|
177
|
-
isLeaved: boolean;
|
|
178
|
-
participant: ConferenceParticipant;
|
|
179
|
-
}
|
|
180
|
-
/**
|
|
181
|
-
* @public
|
|
182
|
-
*/
|
|
183
|
-
export interface WebhookPresenceConferenceEvent {
|
|
184
|
-
id: string;
|
|
185
|
-
pbx?: string | undefined;
|
|
186
|
-
company?: string | undefined;
|
|
187
|
-
type: WebhookEventType;
|
|
188
|
-
time: number;
|
|
189
|
-
integrationId: string;
|
|
190
|
-
data: WebhookPresenceConferenceEventData;
|
|
191
|
-
}
|
|
192
|
-
/**
|
|
193
|
-
* @public
|
|
194
|
-
*/
|
|
195
|
-
export interface WebhookPresenceTelephonyEventData {
|
|
196
|
-
extension: string;
|
|
197
|
-
email: string;
|
|
198
|
-
sourceId: string;
|
|
199
|
-
status: string;
|
|
200
|
-
}
|
|
201
|
-
/**
|
|
202
|
-
* @public
|
|
203
|
-
*/
|
|
204
|
-
export interface WebhookPresenceTelephonyEvent {
|
|
205
|
-
id: string;
|
|
206
|
-
pbx?: string | undefined;
|
|
207
|
-
company?: string | undefined;
|
|
208
|
-
type: WebhookEventType;
|
|
209
|
-
time: number;
|
|
210
|
-
integrationId: string;
|
|
211
|
-
data: WebhookPresenceTelephonyEventData;
|
|
212
|
-
}
|
|
213
|
-
/**
|
|
214
|
-
* @public
|
|
215
|
-
*/
|
|
216
|
-
export interface WebhookPresenceUserEventLocationData {
|
|
217
|
-
address: string;
|
|
218
|
-
lat: string;
|
|
219
|
-
lng: string;
|
|
220
|
-
}
|
|
221
|
-
/**
|
|
222
|
-
* @public
|
|
223
|
-
*/
|
|
224
|
-
export interface WebhookPresenceUserEventData {
|
|
225
|
-
extension: string;
|
|
226
|
-
email: string;
|
|
227
|
-
sourceId: string;
|
|
228
|
-
status: string;
|
|
229
|
-
until: string;
|
|
230
|
-
message: string;
|
|
231
|
-
location: WebhookPresenceUserEventLocationData;
|
|
232
|
-
}
|
|
233
|
-
/**
|
|
234
|
-
* @public
|
|
235
|
-
*/
|
|
236
|
-
export interface WebhookPresenceUserEvent {
|
|
237
|
-
id: string;
|
|
238
|
-
pbx?: string | undefined;
|
|
239
|
-
company?: string | undefined;
|
|
240
|
-
type: WebhookEventType;
|
|
241
|
-
time: number;
|
|
242
|
-
integrationId: string;
|
|
243
|
-
data: WebhookPresenceUserEventData;
|
|
244
|
-
}
|
|
245
|
-
/**
|
|
246
|
-
* @public
|
|
247
|
-
*/
|
|
248
|
-
export interface WebhookSmsStatusEvent {
|
|
249
|
-
id: string;
|
|
250
|
-
pbx?: string | undefined;
|
|
251
|
-
company?: string | undefined;
|
|
252
|
-
type: WebhookEventType;
|
|
253
|
-
time: number;
|
|
254
|
-
integrationId: string;
|
|
255
|
-
data: SmsStatusConsumeEventData;
|
|
256
|
-
}
|
|
257
|
-
/**
|
|
258
|
-
* @public
|
|
259
|
-
*/
|
|
260
|
-
export interface WebsocketAuthorizeBadRequestException {
|
|
261
|
-
event?: string | undefined;
|
|
262
|
-
requestId?: string | undefined;
|
|
263
|
-
connectionId?: string | undefined;
|
|
264
|
-
message?: string | undefined;
|
|
265
|
-
code?: number | undefined;
|
|
266
|
-
source?: WebsocketAuthorizeAction | undefined;
|
|
267
|
-
}
|
|
268
|
-
/**
|
|
269
|
-
* @public
|
|
270
|
-
* @enum
|
|
271
|
-
*/
|
|
272
|
-
export declare const WebsocketEvent: {
|
|
273
|
-
readonly AUTHORIZED: "authorized";
|
|
274
|
-
readonly BROADCAST: "broadcast";
|
|
275
|
-
readonly SUBSCRIBED: "subscribed";
|
|
276
|
-
readonly UNSUBSCRIBE: "unsubscribed";
|
|
277
|
-
};
|
|
278
|
-
/**
|
|
279
|
-
* @public
|
|
280
|
-
*/
|
|
281
|
-
export type WebsocketEvent = typeof WebsocketEvent[keyof typeof WebsocketEvent];
|
|
282
|
-
/**
|
|
283
|
-
* @public
|
|
284
|
-
*/
|
|
285
|
-
export interface WebsocketAuthorizedEvent {
|
|
286
|
-
event: WebsocketEvent;
|
|
287
|
-
connectionId: string;
|
|
288
|
-
requestId: string;
|
|
289
|
-
duration?: __DocumentType | undefined;
|
|
290
|
-
}
|
|
291
|
-
/**
|
|
292
|
-
* @public
|
|
293
|
-
*/
|
|
294
|
-
export interface WebsocketConversationsBroadcastEvent {
|
|
295
|
-
event: WebsocketEvent;
|
|
296
|
-
topic: WebsocketTopic;
|
|
297
|
-
data: __DocumentType;
|
|
298
|
-
meta?: __DocumentType | undefined;
|
|
299
|
-
}
|
|
300
5
|
/**
|
|
301
6
|
* @public
|
|
302
7
|
*/
|
|
@@ -389,30 +94,24 @@ export interface DescribeEventOutput {
|
|
|
389
94
|
CallAnalyticsLiveProgressEvent?: CallAnalyticsLiveProgressEvent | undefined;
|
|
390
95
|
CallAnalyticsLiveCompleteEvent?: CallAnalyticsLiveCompleteEvent | undefined;
|
|
391
96
|
CallAnalyticsLiveInterruptedEvent?: CallAnalyticsLiveInterruptedEvent | undefined;
|
|
392
|
-
CallAnalyticsLiveAnnotationEvent?: CallAnalyticsLiveAnnotationEvent | undefined;
|
|
393
97
|
CallAnalyticsLiveTranscriptionEvent?: CallAnalyticsLiveTranscriptionEvent | undefined;
|
|
394
98
|
CallAnalyticsRecordEvent?: CallAnalyticsRecordEvent | undefined;
|
|
395
|
-
CallAnalyticsAnnotationsRecordEvent?: CallAnalyticsAnnotationsRecordEvent | undefined;
|
|
396
99
|
CallAnalyticsTranscriptionRecordEvent?: CallAnalyticsTranscriptionRecordEvent | undefined;
|
|
397
100
|
CallAnalyticsCostRecordEvent?: CallAnalyticsCostRecordEvent | undefined;
|
|
398
101
|
ChatAnalyticsLiveCompleteEvent?: ChatAnalyticsLiveCompleteEvent | undefined;
|
|
399
102
|
ChatAnalyticsLiveInterruptedEvent?: ChatAnalyticsLiveInterruptedEvent | undefined;
|
|
400
|
-
ChatAnalyticsLiveAnnotationEvent?: ChatAnalyticsLiveAnnotationEvent | undefined;
|
|
401
103
|
ChatAnalyticsLiveProgressEvent?: ChatAnalyticsLiveProgressEvent | undefined;
|
|
402
104
|
ChatAnalyticsLiveTranscriptionEvent?: ChatAnalyticsLiveTranscriptionEvent | undefined;
|
|
403
105
|
ChatAnalyticsManagerMissedEvent?: ChatAnalyticsManagerMissedEvent | undefined;
|
|
404
106
|
ChatAnalyticsRecordEvent?: ChatAnalyticsRecordEvent | undefined;
|
|
405
|
-
ChatAnalyticsAnnotationsRecordEvent?: ChatAnalyticsAnnotationsRecordEvent | undefined;
|
|
406
107
|
ChatAnalyticsTranscriptionRecordEvent?: ChatAnalyticsTranscriptionRecordEvent | undefined;
|
|
407
108
|
ConferenceAnalyticsLiveProgressEvent?: ConferenceAnalyticsLiveProgressEvent | undefined;
|
|
408
109
|
ConferenceAnalyticsLiveCompleteEvent?: ConferenceAnalyticsLiveCompleteEvent | undefined;
|
|
409
110
|
ConferenceAnalyticsLiveInterruptedEvent?: ConferenceAnalyticsLiveInterruptedEvent | undefined;
|
|
410
|
-
ConferenceAnalyticsLiveAnnotationEvent?: ConferenceAnalyticsLiveAnnotationEvent | undefined;
|
|
411
111
|
ConferenceAnalyticsLiveTranscriptionEvent?: ConferenceAnalyticsLiveTranscriptionEvent | undefined;
|
|
412
112
|
ConferenceAnalyticsLiveJoinEvent?: ConferenceAnalyticsLiveJoinEvent | undefined;
|
|
413
113
|
ConferenceAnalyticsLiveLeaveEvent?: ConferenceAnalyticsLiveLeaveEvent | undefined;
|
|
414
114
|
ConferenceAnalyticsRecordEvent?: ConferenceAnalyticsRecordEvent | undefined;
|
|
415
|
-
ConferenceAnalyticsAnnotationsRecordEvent?: ConferenceAnalyticsAnnotationsRecordEvent | undefined;
|
|
416
115
|
ConferenceAnalyticsTranscriptionRecordEvent?: ConferenceAnalyticsTranscriptionRecordEvent | undefined;
|
|
417
116
|
PresenceAnalyticsStatusEvent?: PresenceAnalyticsStatusEvent | undefined;
|
|
418
117
|
PresenceAnalyticsConferenceEvent?: PresenceAnalyticsConferenceEvent | undefined;
|
|
@@ -432,7 +131,6 @@ export interface DescribeEventOutput {
|
|
|
432
131
|
WebhookCallLiveProgressEvent?: WebhookCallLiveProgressEvent | undefined;
|
|
433
132
|
WebhookCallLiveCompletedEvent?: WebhookCallLiveCompletedEvent | undefined;
|
|
434
133
|
WebhookCallLiveInterruptedEvent?: WebhookCallLiveInterruptedEvent | undefined;
|
|
435
|
-
WebhookCallLiveAnnotationEvent?: WebhookCallLiveAnnotationEvent | undefined;
|
|
436
134
|
WebhookCallLiveTranscriptionEvent?: WebhookCallLiveTranscriptionEvent | undefined;
|
|
437
135
|
WebhookCallLiveRecordStartEvent?: WebhookCallLiveRecordStartEvent | undefined;
|
|
438
136
|
WebhookCallLiveRecordStopEvent?: WebhookCallLiveRecordStopEvent | undefined;
|
|
@@ -441,27 +139,22 @@ export interface DescribeEventOutput {
|
|
|
441
139
|
WebhookCallCompletedEvent?: WebhookCallCompletedEvent | undefined;
|
|
442
140
|
WebhookCallTranscriptionCompletedEvent?: WebhookCallTranscriptionCompletedEvent | undefined;
|
|
443
141
|
WebhookCallTranscriptionTextCompletedEvent?: WebhookCallTranscriptionTextCompletedEvent | undefined;
|
|
444
|
-
WebhookCallAnnotationsCompletedEvent?: WebhookCallAnnotationsCompletedEvent | undefined;
|
|
445
142
|
WebhookCallSummaryCompletedEvent?: WebhookCallSummaryCompletedEvent | undefined;
|
|
446
143
|
WebhookConferenceLiveProgressEvent?: WebhookConferenceLiveProgressEvent | undefined;
|
|
447
144
|
WebhookConferenceLiveCompletedEvent?: WebhookConferenceLiveCompletedEvent | undefined;
|
|
448
145
|
WebhookConferenceLiveInterruptedEvent?: WebhookConferenceLiveInterruptedEvent | undefined;
|
|
449
|
-
WebhookConferenceLiveAnnotationEvent?: WebhookConferenceLiveAnnotationEvent | undefined;
|
|
450
146
|
WebhookConferenceLiveJoinEvent?: WebhookConferenceLiveJoinEvent | undefined;
|
|
451
147
|
WebhookConferenceLiveLeaveEvent?: WebhookConferenceLiveLeaveEvent | undefined;
|
|
452
148
|
WebhookConferenceLiveTranscriptionEvent?: WebhookConferenceLiveTranscriptionEvent | undefined;
|
|
453
149
|
WebhookConferenceCompletedEvent?: WebhookConferenceCompletedEvent | undefined;
|
|
454
150
|
WebhookConferenceTranscriptionCompletedEvent?: WebhookConferenceTranscriptionCompletedEvent | undefined;
|
|
455
151
|
WebhookConferenceTranscriptionTextCompletedEvent?: WebhookConferenceTranscriptionTextCompletedEvent | undefined;
|
|
456
|
-
WebhookConferenceAnnotationsCompletedEvent?: WebhookConferenceAnnotationsCompletedEvent | undefined;
|
|
457
152
|
WebhookConferenceSummaryCompletedEvent?: WebhookConferenceSummaryCompletedEvent | undefined;
|
|
458
153
|
WebhookChatLiveProgressEvent?: WebhookChatLiveProgressEvent | undefined;
|
|
459
154
|
WebhookChatLiveCompletedEvent?: WebhookChatLiveCompletedEvent | undefined;
|
|
460
155
|
WebhookChatLiveInterruptedEvent?: WebhookChatLiveInterruptedEvent | undefined;
|
|
461
|
-
WebhookChatLiveAnnotationEvent?: WebhookChatLiveAnnotationEvent | undefined;
|
|
462
156
|
WebhookChatManagerMissedEvent?: WebhookChatManagerMissedEvent | undefined;
|
|
463
157
|
WebhookChatCompletedEvent?: WebhookChatCompletedEvent | undefined;
|
|
464
|
-
WebhookChatAnnotationsCompletedEvent?: WebhookChatAnnotationsCompletedEvent | undefined;
|
|
465
158
|
WebhookChatSummaryCompletedEvent?: WebhookChatSummaryCompletedEvent | undefined;
|
|
466
159
|
WebhookOutdatedCallStartEvent?: WebhookOutdatedCallStartEvent | undefined;
|
|
467
160
|
WebhookOutdatedCallUpdateEvent?: WebhookOutdatedCallUpdateEvent | undefined;
|
|
@@ -470,15 +163,25 @@ export interface DescribeEventOutput {
|
|
|
470
163
|
ServiceAnalyticsLiveProgressEvent?: ServiceAnalyticsLiveProgressEvent | undefined;
|
|
471
164
|
ServiceAnalyticsLiveCompleteEvent?: ServiceAnalyticsLiveCompleteEvent | undefined;
|
|
472
165
|
/**
|
|
473
|
-
*
|
|
166
|
+
* Record representation of a service agent status update.
|
|
167
|
+
* @public
|
|
168
|
+
*/
|
|
169
|
+
ServiceAgentsStatusAnalyticsRecordEvent?: ServiceAgentsStatusAnalyticsRecordEvent | undefined;
|
|
170
|
+
/**
|
|
171
|
+
* Base service call structure.
|
|
474
172
|
* @public
|
|
475
173
|
*/
|
|
476
174
|
ServiceCallAnalyticsLiveProgressEvent?: ServiceCallAnalyticsLiveProgressEvent | undefined;
|
|
477
175
|
/**
|
|
478
|
-
*
|
|
176
|
+
* Base service call structure.
|
|
479
177
|
* @public
|
|
480
178
|
*/
|
|
481
179
|
ServiceCallAnalyticsLiveCompleteEvent?: ServiceCallAnalyticsLiveCompleteEvent | undefined;
|
|
180
|
+
/**
|
|
181
|
+
* Finalized record representation of a service call lifecycle, containing the full ordered sequence of lifecycle actions from queue entry to end.
|
|
182
|
+
* @public
|
|
183
|
+
*/
|
|
184
|
+
ServiceCallAnalyticsRecordEvent?: ServiceCallAnalyticsRecordEvent | undefined;
|
|
482
185
|
CallEventType?: CallEventType | undefined;
|
|
483
186
|
ConferenceEventType?: ConferenceEventType | undefined;
|
|
484
187
|
ChatEventType?: ChatEventType | undefined;
|
|
@@ -524,21 +227,6 @@ export interface GetOngoingCallOutput {
|
|
|
524
227
|
company: string;
|
|
525
228
|
flows: (CallAnalyticsLiveProgressEventFlow)[];
|
|
526
229
|
}
|
|
527
|
-
/**
|
|
528
|
-
* @public
|
|
529
|
-
*/
|
|
530
|
-
export interface GetOngoingCallAnnotationsInput {
|
|
531
|
-
company?: string | undefined;
|
|
532
|
-
callId: string;
|
|
533
|
-
}
|
|
534
|
-
/**
|
|
535
|
-
* @public
|
|
536
|
-
*/
|
|
537
|
-
export interface GetOngoingCallAnnotationsOutput {
|
|
538
|
-
company: string;
|
|
539
|
-
flows: (CallAnalyticsLiveProgressEventFlow)[];
|
|
540
|
-
annotations?: (CallAnalyticsLiveAnnotationEvent)[] | undefined;
|
|
541
|
-
}
|
|
542
230
|
/**
|
|
543
231
|
* @public
|
|
544
232
|
*/
|
|
@@ -554,20 +242,6 @@ export interface GetOngoingCallTranscriptionOutput {
|
|
|
554
242
|
flows: (CallAnalyticsLiveProgressEventFlow)[];
|
|
555
243
|
transcriptions?: (CallAnalyticsLiveTranscriptionEvent)[] | undefined;
|
|
556
244
|
}
|
|
557
|
-
/**
|
|
558
|
-
* @public
|
|
559
|
-
*/
|
|
560
|
-
export interface GetOngoingChatAnnotationsInput {
|
|
561
|
-
company?: string | undefined;
|
|
562
|
-
chatId: string;
|
|
563
|
-
}
|
|
564
|
-
/**
|
|
565
|
-
* @public
|
|
566
|
-
*/
|
|
567
|
-
export interface GetOngoingChatAnnotationsOutput {
|
|
568
|
-
chat: ChatAnalyticsLiveProgressEvent;
|
|
569
|
-
annotations?: (ChatAnalyticsLiveAnnotationEvent)[] | undefined;
|
|
570
|
-
}
|
|
571
245
|
/**
|
|
572
246
|
* @public
|
|
573
247
|
*/
|
|
@@ -581,20 +255,6 @@ export interface GetOngoingConferenceInput {
|
|
|
581
255
|
export interface GetOngoingConferenceOutput {
|
|
582
256
|
conference: ConferenceAnalyticsLiveProgressEvent;
|
|
583
257
|
}
|
|
584
|
-
/**
|
|
585
|
-
* @public
|
|
586
|
-
*/
|
|
587
|
-
export interface GetOngoingConferenceAnnotationsInput {
|
|
588
|
-
company?: string | undefined;
|
|
589
|
-
conferenceId: string;
|
|
590
|
-
}
|
|
591
|
-
/**
|
|
592
|
-
* @public
|
|
593
|
-
*/
|
|
594
|
-
export interface GetOngoingConferenceAnnotationsOutput {
|
|
595
|
-
conference: ConferenceAnalyticsLiveProgressEvent;
|
|
596
|
-
annotations?: (ConferenceAnalyticsLiveAnnotationEvent)[] | undefined;
|
|
597
|
-
}
|
|
598
258
|
/**
|
|
599
259
|
* @public
|
|
600
260
|
*/
|
|
@@ -646,6 +306,11 @@ export interface ServiceInfo {
|
|
|
646
306
|
* @public
|
|
647
307
|
*/
|
|
648
308
|
pbx?: string | undefined;
|
|
309
|
+
/**
|
|
310
|
+
* ACL group identifier associated with the service.
|
|
311
|
+
* @public
|
|
312
|
+
*/
|
|
313
|
+
aclGroup?: string | undefined;
|
|
649
314
|
}
|
|
650
315
|
/**
|
|
651
316
|
* @public
|
|
@@ -1,11 +1,8 @@
|
|
|
1
1
|
import { ConsumeEventCommandInput, ConsumeEventCommandOutput } from "../commands/ConsumeEventCommand";
|
|
2
2
|
import { DescribeEventCommandInput, DescribeEventCommandOutput } from "../commands/DescribeEventCommand";
|
|
3
3
|
import { GetConferenceIdCommandInput, GetConferenceIdCommandOutput } from "../commands/GetConferenceIdCommand";
|
|
4
|
-
import { GetOngoingCallAnnotationsCommandInput, GetOngoingCallAnnotationsCommandOutput } from "../commands/GetOngoingCallAnnotationsCommand";
|
|
5
4
|
import { GetOngoingCallCommandInput, GetOngoingCallCommandOutput } from "../commands/GetOngoingCallCommand";
|
|
6
5
|
import { GetOngoingCallTranscriptionCommandInput, GetOngoingCallTranscriptionCommandOutput } from "../commands/GetOngoingCallTranscriptionCommand";
|
|
7
|
-
import { GetOngoingChatAnnotationsCommandInput, GetOngoingChatAnnotationsCommandOutput } from "../commands/GetOngoingChatAnnotationsCommand";
|
|
8
|
-
import { GetOngoingConferenceAnnotationsCommandInput, GetOngoingConferenceAnnotationsCommandOutput } from "../commands/GetOngoingConferenceAnnotationsCommand";
|
|
9
6
|
import { GetOngoingConferenceCommandInput, GetOngoingConferenceCommandOutput } from "../commands/GetOngoingConferenceCommand";
|
|
10
7
|
import { GetOngoingConferenceTranscriptionCommandInput, GetOngoingConferenceTranscriptionCommandOutput } from "../commands/GetOngoingConferenceTranscriptionCommand";
|
|
11
8
|
import { ListServicesCommandInput, ListServicesCommandOutput } from "../commands/ListServicesCommand";
|
|
@@ -31,26 +28,14 @@ export declare const se_GetConferenceIdCommand: (input: GetConferenceIdCommandIn
|
|
|
31
28
|
* serializeAws_restJson1GetOngoingCallCommand
|
|
32
29
|
*/
|
|
33
30
|
export declare const se_GetOngoingCallCommand: (input: GetOngoingCallCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
34
|
-
/**
|
|
35
|
-
* serializeAws_restJson1GetOngoingCallAnnotationsCommand
|
|
36
|
-
*/
|
|
37
|
-
export declare const se_GetOngoingCallAnnotationsCommand: (input: GetOngoingCallAnnotationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
38
31
|
/**
|
|
39
32
|
* serializeAws_restJson1GetOngoingCallTranscriptionCommand
|
|
40
33
|
*/
|
|
41
34
|
export declare const se_GetOngoingCallTranscriptionCommand: (input: GetOngoingCallTranscriptionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
42
|
-
/**
|
|
43
|
-
* serializeAws_restJson1GetOngoingChatAnnotationsCommand
|
|
44
|
-
*/
|
|
45
|
-
export declare const se_GetOngoingChatAnnotationsCommand: (input: GetOngoingChatAnnotationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
46
35
|
/**
|
|
47
36
|
* serializeAws_restJson1GetOngoingConferenceCommand
|
|
48
37
|
*/
|
|
49
38
|
export declare const se_GetOngoingConferenceCommand: (input: GetOngoingConferenceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
50
|
-
/**
|
|
51
|
-
* serializeAws_restJson1GetOngoingConferenceAnnotationsCommand
|
|
52
|
-
*/
|
|
53
|
-
export declare const se_GetOngoingConferenceAnnotationsCommand: (input: GetOngoingConferenceAnnotationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
54
39
|
/**
|
|
55
40
|
* serializeAws_restJson1GetOngoingConferenceTranscriptionCommand
|
|
56
41
|
*/
|
|
@@ -91,26 +76,14 @@ export declare const de_GetConferenceIdCommand: (output: __HttpResponse, context
|
|
|
91
76
|
* deserializeAws_restJson1GetOngoingCallCommand
|
|
92
77
|
*/
|
|
93
78
|
export declare const de_GetOngoingCallCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetOngoingCallCommandOutput>;
|
|
94
|
-
/**
|
|
95
|
-
* deserializeAws_restJson1GetOngoingCallAnnotationsCommand
|
|
96
|
-
*/
|
|
97
|
-
export declare const de_GetOngoingCallAnnotationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetOngoingCallAnnotationsCommandOutput>;
|
|
98
79
|
/**
|
|
99
80
|
* deserializeAws_restJson1GetOngoingCallTranscriptionCommand
|
|
100
81
|
*/
|
|
101
82
|
export declare const de_GetOngoingCallTranscriptionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetOngoingCallTranscriptionCommandOutput>;
|
|
102
|
-
/**
|
|
103
|
-
* deserializeAws_restJson1GetOngoingChatAnnotationsCommand
|
|
104
|
-
*/
|
|
105
|
-
export declare const de_GetOngoingChatAnnotationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetOngoingChatAnnotationsCommandOutput>;
|
|
106
83
|
/**
|
|
107
84
|
* deserializeAws_restJson1GetOngoingConferenceCommand
|
|
108
85
|
*/
|
|
109
86
|
export declare const de_GetOngoingConferenceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetOngoingConferenceCommandOutput>;
|
|
110
|
-
/**
|
|
111
|
-
* deserializeAws_restJson1GetOngoingConferenceAnnotationsCommand
|
|
112
|
-
*/
|
|
113
|
-
export declare const de_GetOngoingConferenceAnnotationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetOngoingConferenceAnnotationsCommandOutput>;
|
|
114
87
|
/**
|
|
115
88
|
* deserializeAws_restJson1GetOngoingConferenceTranscriptionCommand
|
|
116
89
|
*/
|
|
@@ -9,7 +9,7 @@ export declare const getRuntimeConfig: (config: WdaStreamClientConfig) => {
|
|
|
9
9
|
bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
|
|
10
10
|
defaultUserAgentProvider: (config?: import("@aws-sdk/util-user-agent-browser").PreviouslyResolved | undefined) => Promise<import("@smithy/types").UserAgent>;
|
|
11
11
|
maxAttempts: number | import("@smithy/types").Provider<number>;
|
|
12
|
-
requestHandler: import("@smithy/
|
|
12
|
+
requestHandler: import("@smithy/protocol-http").HttpHandler<any> | RequestHandler;
|
|
13
13
|
retryMode: string | import("@smithy/types").Provider<string>;
|
|
14
14
|
sha256: import("@smithy/types").HashConstructor;
|
|
15
15
|
streamCollector: import("@smithy/types").StreamCollector;
|
|
@@ -9,7 +9,7 @@ export declare const getRuntimeConfig: (config: WdaStreamClientConfig) => {
|
|
|
9
9
|
bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
|
|
10
10
|
defaultUserAgentProvider: (config?: import("@aws-sdk/util-user-agent-node").PreviouslyResolved | undefined) => Promise<import("@smithy/types").UserAgent>;
|
|
11
11
|
maxAttempts: number | import("@smithy/types").Provider<number>;
|
|
12
|
-
requestHandler: RequestHandler | import("@smithy/
|
|
12
|
+
requestHandler: RequestHandler | import("@smithy/protocol-http").HttpHandler<any>;
|
|
13
13
|
retryMode: string | import("@smithy/types").Provider<string>;
|
|
14
14
|
sha256: import("@smithy/types").HashConstructor;
|
|
15
15
|
streamCollector: import("@smithy/types").StreamCollector;
|
|
@@ -7,7 +7,7 @@ export declare const getRuntimeConfig: (config: WdaStreamClientConfig) => {
|
|
|
7
7
|
sha256: import("@smithy/types").HashConstructor;
|
|
8
8
|
env?: "stage" | "stable" | "prod" | undefined;
|
|
9
9
|
token: import("@wildix/smithy-utils").TokenProvider;
|
|
10
|
-
requestHandler: import("@smithy/types").NodeHttpHandlerOptions | import("@smithy/types").FetchHttpHandlerOptions | Record<string, unknown> | import("@smithy/
|
|
10
|
+
requestHandler: import("@smithy/types").NodeHttpHandlerOptions | import("@smithy/types").FetchHttpHandlerOptions | Record<string, unknown> | import("@smithy/protocol-http").HttpHandler<any> | import("@smithy/fetch-http-handler").FetchHttpHandler;
|
|
11
11
|
cacheMiddleware?: boolean | undefined;
|
|
12
12
|
protocol?: import("@smithy/types").ClientProtocol<any, any> | import("@smithy/types").$ClientProtocol<any, any> | import("@smithy/types").ClientProtocolCtor<any, any> | import("@smithy/types").$ClientProtocolCtor<any, any> | undefined;
|
|
13
13
|
protocolSettings?: {
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wildix/wda-stream-client",
|
|
3
3
|
"description": "@wildix/wda-stream-client client",
|
|
4
|
-
"version": "1.1.
|
|
4
|
+
"version": "1.1.60",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.GetOngoingCallAnnotationsCommand = exports.$Command = void 0;
|
|
4
|
-
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
class GetOngoingCallAnnotationsCommand extends smithy_client_1.Command.classBuilder()
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [
|
|
11
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
12
|
-
];
|
|
13
|
-
})
|
|
14
|
-
.s("WdaStream", "GetOngoingCallAnnotations", {})
|
|
15
|
-
.n("WdaStreamClient", "GetOngoingCallAnnotationsCommand")
|
|
16
|
-
.f(void 0, void 0)
|
|
17
|
-
.ser(Aws_restJson1_1.se_GetOngoingCallAnnotationsCommand)
|
|
18
|
-
.de(Aws_restJson1_1.de_GetOngoingCallAnnotationsCommand)
|
|
19
|
-
.build() {
|
|
20
|
-
}
|
|
21
|
-
exports.GetOngoingCallAnnotationsCommand = GetOngoingCallAnnotationsCommand;
|
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.GetOngoingChatAnnotationsCommand = exports.$Command = void 0;
|
|
4
|
-
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
class GetOngoingChatAnnotationsCommand extends smithy_client_1.Command.classBuilder()
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [
|
|
11
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
12
|
-
];
|
|
13
|
-
})
|
|
14
|
-
.s("WdaStream", "GetOngoingChatAnnotations", {})
|
|
15
|
-
.n("WdaStreamClient", "GetOngoingChatAnnotationsCommand")
|
|
16
|
-
.f(void 0, void 0)
|
|
17
|
-
.ser(Aws_restJson1_1.se_GetOngoingChatAnnotationsCommand)
|
|
18
|
-
.de(Aws_restJson1_1.de_GetOngoingChatAnnotationsCommand)
|
|
19
|
-
.build() {
|
|
20
|
-
}
|
|
21
|
-
exports.GetOngoingChatAnnotationsCommand = GetOngoingChatAnnotationsCommand;
|
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.GetOngoingConferenceAnnotationsCommand = exports.$Command = void 0;
|
|
4
|
-
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
class GetOngoingConferenceAnnotationsCommand extends smithy_client_1.Command.classBuilder()
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [
|
|
11
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
12
|
-
];
|
|
13
|
-
})
|
|
14
|
-
.s("WdaStream", "GetOngoingConferenceAnnotations", {})
|
|
15
|
-
.n("WdaStreamClient", "GetOngoingConferenceAnnotationsCommand")
|
|
16
|
-
.f(void 0, void 0)
|
|
17
|
-
.ser(Aws_restJson1_1.se_GetOngoingConferenceAnnotationsCommand)
|
|
18
|
-
.de(Aws_restJson1_1.de_GetOngoingConferenceAnnotationsCommand)
|
|
19
|
-
.build() {
|
|
20
|
-
}
|
|
21
|
-
exports.GetOngoingConferenceAnnotationsCommand = GetOngoingConferenceAnnotationsCommand;
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
import { de_GetOngoingCallAnnotationsCommand, se_GetOngoingCallAnnotationsCommand, } from "../protocols/Aws_restJson1";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
|
-
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
-
export { $Command };
|
|
5
|
-
export class GetOngoingCallAnnotationsCommand extends $Command.classBuilder()
|
|
6
|
-
.m(function (Command, cs, config, o) {
|
|
7
|
-
return [
|
|
8
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
9
|
-
];
|
|
10
|
-
})
|
|
11
|
-
.s("WdaStream", "GetOngoingCallAnnotations", {})
|
|
12
|
-
.n("WdaStreamClient", "GetOngoingCallAnnotationsCommand")
|
|
13
|
-
.f(void 0, void 0)
|
|
14
|
-
.ser(se_GetOngoingCallAnnotationsCommand)
|
|
15
|
-
.de(de_GetOngoingCallAnnotationsCommand)
|
|
16
|
-
.build() {
|
|
17
|
-
}
|