@aws-sdk/client-connectparticipant 3.927.0 → 3.929.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 +664 -594
- package/dist-cjs/runtimeConfig.shared.js +2 -0
- package/dist-es/ConnectParticipantClient.js +2 -0
- package/dist-es/commands/CancelParticipantAuthenticationCommand.js +3 -9
- package/dist-es/commands/CompleteAttachmentUploadCommand.js +3 -9
- package/dist-es/commands/CreateParticipantConnectionCommand.js +3 -10
- package/dist-es/commands/DescribeViewCommand.js +3 -10
- package/dist-es/commands/DisconnectParticipantCommand.js +3 -9
- package/dist-es/commands/GetAttachmentCommand.js +3 -9
- package/dist-es/commands/GetAuthenticationUrlCommand.js +3 -9
- package/dist-es/commands/GetTranscriptCommand.js +3 -9
- package/dist-es/commands/SendEventCommand.js +3 -9
- package/dist-es/commands/SendMessageCommand.js +3 -9
- package/dist-es/commands/StartAttachmentUploadCommand.js +3 -9
- package/dist-es/models/models_0.js +0 -28
- package/dist-es/runtimeConfig.shared.js +2 -0
- package/dist-es/schemas/schemas_0.js +624 -0
- package/dist-types/ConnectParticipantClient.d.ts +10 -1
- package/dist-types/models/models_0.d.ts +0 -24
- package/dist-types/runtimeConfig.browser.d.ts +1 -0
- package/dist-types/runtimeConfig.d.ts +1 -0
- package/dist-types/runtimeConfig.native.d.ts +1 -0
- package/dist-types/runtimeConfig.shared.d.ts +1 -0
- package/dist-types/schemas/schemas_0.d.ts +71 -0
- package/dist-types/ts3.4/ConnectParticipantClient.d.ts +4 -0
- package/dist-types/ts3.4/models/models_0.d.ts +0 -12
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +77 -0
- package/package.json +5 -6
- package/dist-es/protocols/Aws_restJson1.js +0 -465
- package/dist-types/protocols/Aws_restJson1.d.ts +0 -101
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +0 -137
|
@@ -0,0 +1,624 @@
|
|
|
1
|
+
const _A = "Attendee";
|
|
2
|
+
const _ADE = "AccessDeniedException";
|
|
3
|
+
const _AF = "AudioFeatures";
|
|
4
|
+
const _AFU = "AudioFallbackUrl";
|
|
5
|
+
const _AHU = "AudioHostUrl";
|
|
6
|
+
const _AI = "AttachmentItem";
|
|
7
|
+
const _AIt = "AttachmentId";
|
|
8
|
+
const _AItt = "AttendeeId";
|
|
9
|
+
const _AItta = "AttachmentIds";
|
|
10
|
+
const _AN = "AttachmentName";
|
|
11
|
+
const _ASIB = "AttachmentSizeInBytes";
|
|
12
|
+
const _AT = "AbsoluteTime";
|
|
13
|
+
const _AU = "AuthenticationUrl";
|
|
14
|
+
const _Ac = "Actions";
|
|
15
|
+
const _Ar = "Arn";
|
|
16
|
+
const _At = "Attachments";
|
|
17
|
+
const _Au = "Audio";
|
|
18
|
+
const _C = "Content";
|
|
19
|
+
const _CAU = "CompleteAttachmentUpload";
|
|
20
|
+
const _CAUR = "CompleteAttachmentUploadRequest";
|
|
21
|
+
const _CAURo = "CompleteAttachmentUploadResponse";
|
|
22
|
+
const _CC = "ConnectionCredentials";
|
|
23
|
+
const _CE = "ConflictException";
|
|
24
|
+
const _CEo = "ConnectionExpiry";
|
|
25
|
+
const _CI = "ContactId";
|
|
26
|
+
const _CP = "ConnectParticipant";
|
|
27
|
+
const _CPA = "CancelParticipantAuthentication";
|
|
28
|
+
const _CPAR = "CancelParticipantAuthenticationRequest";
|
|
29
|
+
const _CPARa = "CancelParticipantAuthenticationResponse";
|
|
30
|
+
const _CPC = "CreateParticipantConnection";
|
|
31
|
+
const _CPCR = "CreateParticipantConnectionRequest";
|
|
32
|
+
const _CPCRr = "CreateParticipantConnectionResponse";
|
|
33
|
+
const _CT = "ContentType";
|
|
34
|
+
const _CTl = "ClientToken";
|
|
35
|
+
const _CTo = "ConnectionToken";
|
|
36
|
+
const _DN = "DisplayName";
|
|
37
|
+
const _DP = "DisconnectParticipant";
|
|
38
|
+
const _DPR = "DisconnectParticipantRequest";
|
|
39
|
+
const _DPRi = "DisconnectParticipantResponse";
|
|
40
|
+
const _DT = "DeliveredTimestamp";
|
|
41
|
+
const _DV = "DescribeView";
|
|
42
|
+
const _DVR = "DescribeViewRequest";
|
|
43
|
+
const _DVRe = "DescribeViewResponse";
|
|
44
|
+
const _E = "Expiry";
|
|
45
|
+
const _EIU = "EventIngestionUrl";
|
|
46
|
+
const _ER = "EchoReduction";
|
|
47
|
+
const _GA = "GetAttachment";
|
|
48
|
+
const _GAR = "GetAttachmentRequest";
|
|
49
|
+
const _GARe = "GetAttachmentResponse";
|
|
50
|
+
const _GAU = "GetAuthenticationUrl";
|
|
51
|
+
const _GAUR = "GetAuthenticationUrlRequest";
|
|
52
|
+
const _GAURe = "GetAuthenticationUrlResponse";
|
|
53
|
+
const _GT = "GetTranscript";
|
|
54
|
+
const _GTR = "GetTranscriptRequest";
|
|
55
|
+
const _GTRe = "GetTranscriptResponse";
|
|
56
|
+
const _HTI = "HeadersToInclude";
|
|
57
|
+
const _I = "Item";
|
|
58
|
+
const _ICI = "InitialContactId";
|
|
59
|
+
const _IS = "InputSchema";
|
|
60
|
+
const _ISE = "InternalServerException";
|
|
61
|
+
const _Id = "Id";
|
|
62
|
+
const _JT = "JoinToken";
|
|
63
|
+
const _M = "Message";
|
|
64
|
+
const _MF = "MeetingFeatures";
|
|
65
|
+
const _MFC = "MeetingFeaturesConfiguration";
|
|
66
|
+
const _MI = "MessageId";
|
|
67
|
+
const _MIe = "MeetingId";
|
|
68
|
+
const _MM = "MessageMetadata";
|
|
69
|
+
const _MP = "MediaPlacement";
|
|
70
|
+
const _MR = "MaxResults";
|
|
71
|
+
const _MRo = "MostRecent";
|
|
72
|
+
const _Me = "Meeting";
|
|
73
|
+
const _N = "Name";
|
|
74
|
+
const _NT = "NextToken";
|
|
75
|
+
const _PI = "ParticipantId";
|
|
76
|
+
const _PR = "ParticipantRole";
|
|
77
|
+
const _PT = "ParticipantToken";
|
|
78
|
+
const _R = "Receipts";
|
|
79
|
+
const _RCI = "RelatedContactId";
|
|
80
|
+
const _RI = "ResourceId";
|
|
81
|
+
const _RNFE = "ResourceNotFoundException";
|
|
82
|
+
const _RPI = "RecipientParticipantId";
|
|
83
|
+
const _RT = "ReadTimestamp";
|
|
84
|
+
const _RTe = "ResourceType";
|
|
85
|
+
const _RU = "RedirectUri";
|
|
86
|
+
const _Re = "Receipt";
|
|
87
|
+
const _S = "Status";
|
|
88
|
+
const _SAU = "StartAttachmentUpload";
|
|
89
|
+
const _SAUR = "StartAttachmentUploadRequest";
|
|
90
|
+
const _SAURt = "StartAttachmentUploadResponse";
|
|
91
|
+
const _SD = "ScanDirection";
|
|
92
|
+
const _SE = "SendEvent";
|
|
93
|
+
const _SER = "SendEventRequest";
|
|
94
|
+
const _SERe = "SendEventResponse";
|
|
95
|
+
const _SI = "SessionId";
|
|
96
|
+
const _SM = "SendMessage";
|
|
97
|
+
const _SMR = "SendMessageRequest";
|
|
98
|
+
const _SMRe = "SendMessageResponse";
|
|
99
|
+
const _SO = "SortOrder";
|
|
100
|
+
const _SP = "StartPosition";
|
|
101
|
+
const _SQEE = "ServiceQuotaExceededException";
|
|
102
|
+
const _SU = "SignalingUrl";
|
|
103
|
+
const _T = "Type";
|
|
104
|
+
const _TE = "ThrottlingException";
|
|
105
|
+
const _Te = "Template";
|
|
106
|
+
const _Tr = "Transcript";
|
|
107
|
+
const _U = "Url";
|
|
108
|
+
const _UE = "UrlExpiry";
|
|
109
|
+
const _UEIS = "UrlExpiryInSeconds";
|
|
110
|
+
const _UM = "UploadMetadata";
|
|
111
|
+
const _V = "View";
|
|
112
|
+
const _VA = "ViewAction";
|
|
113
|
+
const _VAi = "ViewActions";
|
|
114
|
+
const _VC = "ViewContent";
|
|
115
|
+
const _VE = "ValidationException";
|
|
116
|
+
const _VIS = "ViewInputSchema";
|
|
117
|
+
const _VN = "ViewName";
|
|
118
|
+
const _VT = "ViewTemplate";
|
|
119
|
+
const _VTi = "ViewToken";
|
|
120
|
+
const _Ve = "Version";
|
|
121
|
+
const _W = "Websocket";
|
|
122
|
+
const _WRTCC = "WebRTCConnection";
|
|
123
|
+
const _WRTCM = "WebRTCMeeting";
|
|
124
|
+
const _WRTCMP = "WebRTCMediaPlacement";
|
|
125
|
+
const _XAB = "X-Amz-Bearer";
|
|
126
|
+
const _c = "client";
|
|
127
|
+
const _e = "error";
|
|
128
|
+
const _h = "http";
|
|
129
|
+
const _hE = "httpError";
|
|
130
|
+
const _hH = "httpHeader";
|
|
131
|
+
const _s = "server";
|
|
132
|
+
const _sm = "smithy.ts.sdk.synthetic.com.amazonaws.connectparticipant";
|
|
133
|
+
const n0 = "com.amazonaws.connectparticipant";
|
|
134
|
+
import { TypeRegistry } from "@smithy/core/schema";
|
|
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/index";
|
|
137
|
+
export var JoinToken = [0, n0, _JT, 8, 0];
|
|
138
|
+
export var ViewAction = [0, n0, _VA, 8, 0];
|
|
139
|
+
export var ViewInputSchema = [0, n0, _VIS, 8, 0];
|
|
140
|
+
export var ViewName = [0, n0, _VN, 8, 0];
|
|
141
|
+
export var ViewTemplate = [0, n0, _VT, 8, 0];
|
|
142
|
+
export var AccessDeniedException = [
|
|
143
|
+
-3,
|
|
144
|
+
n0,
|
|
145
|
+
_ADE,
|
|
146
|
+
{
|
|
147
|
+
[_e]: _c,
|
|
148
|
+
[_hE]: 403,
|
|
149
|
+
},
|
|
150
|
+
[_M],
|
|
151
|
+
[0],
|
|
152
|
+
];
|
|
153
|
+
TypeRegistry.for(n0).registerError(AccessDeniedException, __AccessDeniedException);
|
|
154
|
+
export var AttachmentItem = [3, n0, _AI, 0, [_CT, _AIt, _AN, _S], [0, 0, 0, 0]];
|
|
155
|
+
export var Attendee = [3, n0, _A, 0, [_AItt, _JT], [0, [() => JoinToken, 0]]];
|
|
156
|
+
export var AudioFeatures = [3, n0, _AF, 0, [_ER], [0]];
|
|
157
|
+
export var CancelParticipantAuthenticationRequest = [
|
|
158
|
+
3,
|
|
159
|
+
n0,
|
|
160
|
+
_CPAR,
|
|
161
|
+
0,
|
|
162
|
+
[_SI, _CTo],
|
|
163
|
+
[
|
|
164
|
+
0,
|
|
165
|
+
[
|
|
166
|
+
0,
|
|
167
|
+
{
|
|
168
|
+
[_hH]: _XAB,
|
|
169
|
+
},
|
|
170
|
+
],
|
|
171
|
+
],
|
|
172
|
+
];
|
|
173
|
+
export var CancelParticipantAuthenticationResponse = [3, n0, _CPARa, 0, [], []];
|
|
174
|
+
export var CompleteAttachmentUploadRequest = [
|
|
175
|
+
3,
|
|
176
|
+
n0,
|
|
177
|
+
_CAUR,
|
|
178
|
+
0,
|
|
179
|
+
[_AItta, _CTl, _CTo],
|
|
180
|
+
[
|
|
181
|
+
64 | 0,
|
|
182
|
+
[0, 4],
|
|
183
|
+
[
|
|
184
|
+
0,
|
|
185
|
+
{
|
|
186
|
+
[_hH]: _XAB,
|
|
187
|
+
},
|
|
188
|
+
],
|
|
189
|
+
],
|
|
190
|
+
];
|
|
191
|
+
export var CompleteAttachmentUploadResponse = [3, n0, _CAURo, 0, [], []];
|
|
192
|
+
export var ConflictException = [
|
|
193
|
+
-3,
|
|
194
|
+
n0,
|
|
195
|
+
_CE,
|
|
196
|
+
{
|
|
197
|
+
[_e]: _c,
|
|
198
|
+
[_hE]: 409,
|
|
199
|
+
},
|
|
200
|
+
[_M],
|
|
201
|
+
[0],
|
|
202
|
+
];
|
|
203
|
+
TypeRegistry.for(n0).registerError(ConflictException, __ConflictException);
|
|
204
|
+
export var ConnectionCredentials = [3, n0, _CC, 0, [_CTo, _E], [0, 0]];
|
|
205
|
+
export var CreateParticipantConnectionRequest = [
|
|
206
|
+
3,
|
|
207
|
+
n0,
|
|
208
|
+
_CPCR,
|
|
209
|
+
0,
|
|
210
|
+
[_T, _PT, _CP],
|
|
211
|
+
[
|
|
212
|
+
64 | 0,
|
|
213
|
+
[
|
|
214
|
+
0,
|
|
215
|
+
{
|
|
216
|
+
[_hH]: _XAB,
|
|
217
|
+
},
|
|
218
|
+
],
|
|
219
|
+
2,
|
|
220
|
+
],
|
|
221
|
+
];
|
|
222
|
+
export var CreateParticipantConnectionResponse = [
|
|
223
|
+
3,
|
|
224
|
+
n0,
|
|
225
|
+
_CPCRr,
|
|
226
|
+
0,
|
|
227
|
+
[_W, _CC, _WRTCC],
|
|
228
|
+
[() => Websocket, () => ConnectionCredentials, [() => WebRTCConnection, 0]],
|
|
229
|
+
];
|
|
230
|
+
export var DescribeViewRequest = [
|
|
231
|
+
3,
|
|
232
|
+
n0,
|
|
233
|
+
_DVR,
|
|
234
|
+
0,
|
|
235
|
+
[_VTi, _CTo],
|
|
236
|
+
[
|
|
237
|
+
[0, 1],
|
|
238
|
+
[
|
|
239
|
+
0,
|
|
240
|
+
{
|
|
241
|
+
[_hH]: _XAB,
|
|
242
|
+
},
|
|
243
|
+
],
|
|
244
|
+
],
|
|
245
|
+
];
|
|
246
|
+
export var DescribeViewResponse = [3, n0, _DVRe, 0, [_V], [[() => View, 0]]];
|
|
247
|
+
export var DisconnectParticipantRequest = [
|
|
248
|
+
3,
|
|
249
|
+
n0,
|
|
250
|
+
_DPR,
|
|
251
|
+
0,
|
|
252
|
+
[_CTl, _CTo],
|
|
253
|
+
[
|
|
254
|
+
[0, 4],
|
|
255
|
+
[
|
|
256
|
+
0,
|
|
257
|
+
{
|
|
258
|
+
[_hH]: _XAB,
|
|
259
|
+
},
|
|
260
|
+
],
|
|
261
|
+
],
|
|
262
|
+
];
|
|
263
|
+
export var DisconnectParticipantResponse = [3, n0, _DPRi, 0, [], []];
|
|
264
|
+
export var GetAttachmentRequest = [
|
|
265
|
+
3,
|
|
266
|
+
n0,
|
|
267
|
+
_GAR,
|
|
268
|
+
0,
|
|
269
|
+
[_AIt, _CTo, _UEIS],
|
|
270
|
+
[
|
|
271
|
+
0,
|
|
272
|
+
[
|
|
273
|
+
0,
|
|
274
|
+
{
|
|
275
|
+
[_hH]: _XAB,
|
|
276
|
+
},
|
|
277
|
+
],
|
|
278
|
+
1,
|
|
279
|
+
],
|
|
280
|
+
];
|
|
281
|
+
export var GetAttachmentResponse = [3, n0, _GARe, 0, [_U, _UE, _ASIB], [0, 0, 1]];
|
|
282
|
+
export var GetAuthenticationUrlRequest = [
|
|
283
|
+
3,
|
|
284
|
+
n0,
|
|
285
|
+
_GAUR,
|
|
286
|
+
0,
|
|
287
|
+
[_SI, _RU, _CTo],
|
|
288
|
+
[
|
|
289
|
+
0,
|
|
290
|
+
0,
|
|
291
|
+
[
|
|
292
|
+
0,
|
|
293
|
+
{
|
|
294
|
+
[_hH]: _XAB,
|
|
295
|
+
},
|
|
296
|
+
],
|
|
297
|
+
],
|
|
298
|
+
];
|
|
299
|
+
export var GetAuthenticationUrlResponse = [3, n0, _GAURe, 0, [_AU], [0]];
|
|
300
|
+
export var GetTranscriptRequest = [
|
|
301
|
+
3,
|
|
302
|
+
n0,
|
|
303
|
+
_GTR,
|
|
304
|
+
0,
|
|
305
|
+
[_CI, _MR, _NT, _SD, _SO, _SP, _CTo],
|
|
306
|
+
[
|
|
307
|
+
0,
|
|
308
|
+
1,
|
|
309
|
+
0,
|
|
310
|
+
0,
|
|
311
|
+
0,
|
|
312
|
+
() => StartPosition,
|
|
313
|
+
[
|
|
314
|
+
0,
|
|
315
|
+
{
|
|
316
|
+
[_hH]: _XAB,
|
|
317
|
+
},
|
|
318
|
+
],
|
|
319
|
+
],
|
|
320
|
+
];
|
|
321
|
+
export var GetTranscriptResponse = [3, n0, _GTRe, 0, [_ICI, _Tr, _NT], [0, () => Transcript, 0]];
|
|
322
|
+
export var InternalServerException = [
|
|
323
|
+
-3,
|
|
324
|
+
n0,
|
|
325
|
+
_ISE,
|
|
326
|
+
{
|
|
327
|
+
[_e]: _s,
|
|
328
|
+
[_hE]: 500,
|
|
329
|
+
},
|
|
330
|
+
[_M],
|
|
331
|
+
[0],
|
|
332
|
+
];
|
|
333
|
+
TypeRegistry.for(n0).registerError(InternalServerException, __InternalServerException);
|
|
334
|
+
export var Item = [
|
|
335
|
+
3,
|
|
336
|
+
n0,
|
|
337
|
+
_I,
|
|
338
|
+
0,
|
|
339
|
+
[_AT, _C, _CT, _Id, _T, _PI, _DN, _PR, _At, _MM, _RCI, _CI],
|
|
340
|
+
[0, 0, 0, 0, 0, 0, 0, 0, () => Attachments, () => MessageMetadata, 0, 0],
|
|
341
|
+
];
|
|
342
|
+
export var MeetingFeaturesConfiguration = [3, n0, _MFC, 0, [_Au], [() => AudioFeatures]];
|
|
343
|
+
export var MessageMetadata = [3, n0, _MM, 0, [_MI, _R], [0, () => Receipts]];
|
|
344
|
+
export var Receipt = [3, n0, _Re, 0, [_DT, _RT, _RPI], [0, 0, 0]];
|
|
345
|
+
export var ResourceNotFoundException = [
|
|
346
|
+
-3,
|
|
347
|
+
n0,
|
|
348
|
+
_RNFE,
|
|
349
|
+
{
|
|
350
|
+
[_e]: _c,
|
|
351
|
+
[_hE]: 404,
|
|
352
|
+
},
|
|
353
|
+
[_M, _RI, _RTe],
|
|
354
|
+
[0, 0, 0],
|
|
355
|
+
];
|
|
356
|
+
TypeRegistry.for(n0).registerError(ResourceNotFoundException, __ResourceNotFoundException);
|
|
357
|
+
export var SendEventRequest = [
|
|
358
|
+
3,
|
|
359
|
+
n0,
|
|
360
|
+
_SER,
|
|
361
|
+
0,
|
|
362
|
+
[_CT, _C, _CTl, _CTo],
|
|
363
|
+
[
|
|
364
|
+
0,
|
|
365
|
+
0,
|
|
366
|
+
[0, 4],
|
|
367
|
+
[
|
|
368
|
+
0,
|
|
369
|
+
{
|
|
370
|
+
[_hH]: _XAB,
|
|
371
|
+
},
|
|
372
|
+
],
|
|
373
|
+
],
|
|
374
|
+
];
|
|
375
|
+
export var SendEventResponse = [3, n0, _SERe, 0, [_Id, _AT], [0, 0]];
|
|
376
|
+
export var SendMessageRequest = [
|
|
377
|
+
3,
|
|
378
|
+
n0,
|
|
379
|
+
_SMR,
|
|
380
|
+
0,
|
|
381
|
+
[_CT, _C, _CTl, _CTo],
|
|
382
|
+
[
|
|
383
|
+
0,
|
|
384
|
+
0,
|
|
385
|
+
[0, 4],
|
|
386
|
+
[
|
|
387
|
+
0,
|
|
388
|
+
{
|
|
389
|
+
[_hH]: _XAB,
|
|
390
|
+
},
|
|
391
|
+
],
|
|
392
|
+
],
|
|
393
|
+
];
|
|
394
|
+
export var SendMessageResponse = [3, n0, _SMRe, 0, [_Id, _AT], [0, 0]];
|
|
395
|
+
export var ServiceQuotaExceededException = [
|
|
396
|
+
-3,
|
|
397
|
+
n0,
|
|
398
|
+
_SQEE,
|
|
399
|
+
{
|
|
400
|
+
[_e]: _c,
|
|
401
|
+
[_hE]: 402,
|
|
402
|
+
},
|
|
403
|
+
[_M],
|
|
404
|
+
[0],
|
|
405
|
+
];
|
|
406
|
+
TypeRegistry.for(n0).registerError(ServiceQuotaExceededException, __ServiceQuotaExceededException);
|
|
407
|
+
export var StartAttachmentUploadRequest = [
|
|
408
|
+
3,
|
|
409
|
+
n0,
|
|
410
|
+
_SAUR,
|
|
411
|
+
0,
|
|
412
|
+
[_CT, _ASIB, _AN, _CTl, _CTo],
|
|
413
|
+
[
|
|
414
|
+
0,
|
|
415
|
+
1,
|
|
416
|
+
0,
|
|
417
|
+
[0, 4],
|
|
418
|
+
[
|
|
419
|
+
0,
|
|
420
|
+
{
|
|
421
|
+
[_hH]: _XAB,
|
|
422
|
+
},
|
|
423
|
+
],
|
|
424
|
+
],
|
|
425
|
+
];
|
|
426
|
+
export var StartAttachmentUploadResponse = [
|
|
427
|
+
3,
|
|
428
|
+
n0,
|
|
429
|
+
_SAURt,
|
|
430
|
+
0,
|
|
431
|
+
[_AIt, _UM],
|
|
432
|
+
[0, () => UploadMetadata],
|
|
433
|
+
];
|
|
434
|
+
export var StartPosition = [3, n0, _SP, 0, [_Id, _AT, _MRo], [0, 0, 1]];
|
|
435
|
+
export var ThrottlingException = [
|
|
436
|
+
-3,
|
|
437
|
+
n0,
|
|
438
|
+
_TE,
|
|
439
|
+
{
|
|
440
|
+
[_e]: _c,
|
|
441
|
+
[_hE]: 429,
|
|
442
|
+
},
|
|
443
|
+
[_M],
|
|
444
|
+
[0],
|
|
445
|
+
];
|
|
446
|
+
TypeRegistry.for(n0).registerError(ThrottlingException, __ThrottlingException);
|
|
447
|
+
export var UploadMetadata = [3, n0, _UM, 0, [_U, _UE, _HTI], [0, 0, 128 | 0]];
|
|
448
|
+
export var ValidationException = [
|
|
449
|
+
-3,
|
|
450
|
+
n0,
|
|
451
|
+
_VE,
|
|
452
|
+
{
|
|
453
|
+
[_e]: _c,
|
|
454
|
+
[_hE]: 400,
|
|
455
|
+
},
|
|
456
|
+
[_M],
|
|
457
|
+
[0],
|
|
458
|
+
];
|
|
459
|
+
TypeRegistry.for(n0).registerError(ValidationException, __ValidationException);
|
|
460
|
+
export var View = [
|
|
461
|
+
3,
|
|
462
|
+
n0,
|
|
463
|
+
_V,
|
|
464
|
+
0,
|
|
465
|
+
[_Id, _Ar, _N, _Ve, _C],
|
|
466
|
+
[0, 0, [() => ViewName, 0], 1, [() => ViewContent, 0]],
|
|
467
|
+
];
|
|
468
|
+
export var ViewContent = [
|
|
469
|
+
3,
|
|
470
|
+
n0,
|
|
471
|
+
_VC,
|
|
472
|
+
0,
|
|
473
|
+
[_IS, _Te, _Ac],
|
|
474
|
+
[
|
|
475
|
+
[() => ViewInputSchema, 0],
|
|
476
|
+
[() => ViewTemplate, 0],
|
|
477
|
+
[() => ViewActions, 0],
|
|
478
|
+
],
|
|
479
|
+
];
|
|
480
|
+
export var WebRTCConnection = [
|
|
481
|
+
3,
|
|
482
|
+
n0,
|
|
483
|
+
_WRTCC,
|
|
484
|
+
0,
|
|
485
|
+
[_A, _Me],
|
|
486
|
+
[[() => Attendee, 0], () => WebRTCMeeting],
|
|
487
|
+
];
|
|
488
|
+
export var WebRTCMediaPlacement = [3, n0, _WRTCMP, 0, [_AHU, _AFU, _SU, _EIU], [0, 0, 0, 0]];
|
|
489
|
+
export var WebRTCMeeting = [
|
|
490
|
+
3,
|
|
491
|
+
n0,
|
|
492
|
+
_WRTCM,
|
|
493
|
+
0,
|
|
494
|
+
[_MP, _MF, _MIe],
|
|
495
|
+
[() => WebRTCMediaPlacement, () => MeetingFeaturesConfiguration, 0],
|
|
496
|
+
];
|
|
497
|
+
export var Websocket = [3, n0, _W, 0, [_U, _CEo], [0, 0]];
|
|
498
|
+
export var __Unit = "unit";
|
|
499
|
+
export var ConnectParticipantServiceException = [
|
|
500
|
+
-3,
|
|
501
|
+
_sm,
|
|
502
|
+
"ConnectParticipantServiceException",
|
|
503
|
+
0,
|
|
504
|
+
[],
|
|
505
|
+
[],
|
|
506
|
+
];
|
|
507
|
+
TypeRegistry.for(_sm).registerError(ConnectParticipantServiceException, __ConnectParticipantServiceException);
|
|
508
|
+
export var AttachmentIdList = 64 | 0;
|
|
509
|
+
export var Attachments = [1, n0, _At, 0, () => AttachmentItem];
|
|
510
|
+
export var ConnectionTypeList = 64 | 0;
|
|
511
|
+
export var Receipts = [1, n0, _R, 0, () => Receipt];
|
|
512
|
+
export var Transcript = [1, n0, _Tr, 0, () => Item];
|
|
513
|
+
export var ViewActions = [1, n0, _VAi, 0, [() => ViewAction, 0]];
|
|
514
|
+
export var UploadMetadataSignedHeaders = 128 | 0;
|
|
515
|
+
export var CancelParticipantAuthentication = [
|
|
516
|
+
9,
|
|
517
|
+
n0,
|
|
518
|
+
_CPA,
|
|
519
|
+
{
|
|
520
|
+
[_h]: ["POST", "/participant/cancel-authentication", 200],
|
|
521
|
+
},
|
|
522
|
+
() => CancelParticipantAuthenticationRequest,
|
|
523
|
+
() => CancelParticipantAuthenticationResponse,
|
|
524
|
+
];
|
|
525
|
+
export var CompleteAttachmentUpload = [
|
|
526
|
+
9,
|
|
527
|
+
n0,
|
|
528
|
+
_CAU,
|
|
529
|
+
{
|
|
530
|
+
[_h]: ["POST", "/participant/complete-attachment-upload", 200],
|
|
531
|
+
},
|
|
532
|
+
() => CompleteAttachmentUploadRequest,
|
|
533
|
+
() => CompleteAttachmentUploadResponse,
|
|
534
|
+
];
|
|
535
|
+
export var CreateParticipantConnection = [
|
|
536
|
+
9,
|
|
537
|
+
n0,
|
|
538
|
+
_CPC,
|
|
539
|
+
{
|
|
540
|
+
[_h]: ["POST", "/participant/connection", 200],
|
|
541
|
+
},
|
|
542
|
+
() => CreateParticipantConnectionRequest,
|
|
543
|
+
() => CreateParticipantConnectionResponse,
|
|
544
|
+
];
|
|
545
|
+
export var DescribeView = [
|
|
546
|
+
9,
|
|
547
|
+
n0,
|
|
548
|
+
_DV,
|
|
549
|
+
{
|
|
550
|
+
[_h]: ["GET", "/participant/views/{ViewToken}", 200],
|
|
551
|
+
},
|
|
552
|
+
() => DescribeViewRequest,
|
|
553
|
+
() => DescribeViewResponse,
|
|
554
|
+
];
|
|
555
|
+
export var DisconnectParticipant = [
|
|
556
|
+
9,
|
|
557
|
+
n0,
|
|
558
|
+
_DP,
|
|
559
|
+
{
|
|
560
|
+
[_h]: ["POST", "/participant/disconnect", 200],
|
|
561
|
+
},
|
|
562
|
+
() => DisconnectParticipantRequest,
|
|
563
|
+
() => DisconnectParticipantResponse,
|
|
564
|
+
];
|
|
565
|
+
export var GetAttachment = [
|
|
566
|
+
9,
|
|
567
|
+
n0,
|
|
568
|
+
_GA,
|
|
569
|
+
{
|
|
570
|
+
[_h]: ["POST", "/participant/attachment", 200],
|
|
571
|
+
},
|
|
572
|
+
() => GetAttachmentRequest,
|
|
573
|
+
() => GetAttachmentResponse,
|
|
574
|
+
];
|
|
575
|
+
export var GetAuthenticationUrl = [
|
|
576
|
+
9,
|
|
577
|
+
n0,
|
|
578
|
+
_GAU,
|
|
579
|
+
{
|
|
580
|
+
[_h]: ["POST", "/participant/authentication-url", 200],
|
|
581
|
+
},
|
|
582
|
+
() => GetAuthenticationUrlRequest,
|
|
583
|
+
() => GetAuthenticationUrlResponse,
|
|
584
|
+
];
|
|
585
|
+
export var GetTranscript = [
|
|
586
|
+
9,
|
|
587
|
+
n0,
|
|
588
|
+
_GT,
|
|
589
|
+
{
|
|
590
|
+
[_h]: ["POST", "/participant/transcript", 200],
|
|
591
|
+
},
|
|
592
|
+
() => GetTranscriptRequest,
|
|
593
|
+
() => GetTranscriptResponse,
|
|
594
|
+
];
|
|
595
|
+
export var SendEvent = [
|
|
596
|
+
9,
|
|
597
|
+
n0,
|
|
598
|
+
_SE,
|
|
599
|
+
{
|
|
600
|
+
[_h]: ["POST", "/participant/event", 200],
|
|
601
|
+
},
|
|
602
|
+
() => SendEventRequest,
|
|
603
|
+
() => SendEventResponse,
|
|
604
|
+
];
|
|
605
|
+
export var SendMessage = [
|
|
606
|
+
9,
|
|
607
|
+
n0,
|
|
608
|
+
_SM,
|
|
609
|
+
{
|
|
610
|
+
[_h]: ["POST", "/participant/message", 200],
|
|
611
|
+
},
|
|
612
|
+
() => SendMessageRequest,
|
|
613
|
+
() => SendMessageResponse,
|
|
614
|
+
];
|
|
615
|
+
export var StartAttachmentUpload = [
|
|
616
|
+
9,
|
|
617
|
+
n0,
|
|
618
|
+
_SAU,
|
|
619
|
+
{
|
|
620
|
+
[_h]: ["POST", "/participant/start-attachment-upload", 200],
|
|
621
|
+
},
|
|
622
|
+
() => StartAttachmentUploadRequest,
|
|
623
|
+
() => StartAttachmentUploadResponse,
|
|
624
|
+
];
|
|
@@ -5,7 +5,7 @@ import { EndpointInputConfig, EndpointResolvedConfig } from "@smithy/middleware-
|
|
|
5
5
|
import { RetryInputConfig, RetryResolvedConfig } from "@smithy/middleware-retry";
|
|
6
6
|
import { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/protocol-http";
|
|
7
7
|
import { Client as __Client, DefaultsMode as __DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration } from "@smithy/smithy-client";
|
|
8
|
-
import { AwsCredentialIdentityProvider, BodyLengthCalculator as __BodyLengthCalculator, CheckOptionalClientConfig as __CheckOptionalClientConfig, ChecksumConstructor as __ChecksumConstructor, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, Provider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@smithy/types";
|
|
8
|
+
import { AwsCredentialIdentityProvider, BodyLengthCalculator as __BodyLengthCalculator, CheckOptionalClientConfig as __CheckOptionalClientConfig, ChecksumConstructor as __ChecksumConstructor, ClientProtocol, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, HttpRequest, HttpResponse, Logger as __Logger, Provider as __Provider, Provider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@smithy/types";
|
|
9
9
|
import { HttpAuthSchemeInputConfig, HttpAuthSchemeResolvedConfig } from "./auth/httpAuthSchemeProvider";
|
|
10
10
|
import { CancelParticipantAuthenticationCommandInput, CancelParticipantAuthenticationCommandOutput } from "./commands/CancelParticipantAuthenticationCommand";
|
|
11
11
|
import { CompleteAttachmentUploadCommandInput, CompleteAttachmentUploadCommandOutput } from "./commands/CompleteAttachmentUploadCommand";
|
|
@@ -152,6 +152,15 @@ export interface ClientDefaults extends Partial<__SmithyConfiguration<__HttpHand
|
|
|
152
152
|
* Optional extensions
|
|
153
153
|
*/
|
|
154
154
|
extensions?: RuntimeExtension[];
|
|
155
|
+
/**
|
|
156
|
+
* The protocol controlling the message type (e.g. HTTP) and format (e.g. JSON)
|
|
157
|
+
* may be overridden. A default will always be set by the client.
|
|
158
|
+
* Available options depend on the service's supported protocols and will not be validated by
|
|
159
|
+
* the client.
|
|
160
|
+
* @alpha
|
|
161
|
+
*
|
|
162
|
+
*/
|
|
163
|
+
protocol?: ClientProtocol<HttpRequest, HttpResponse>;
|
|
155
164
|
/**
|
|
156
165
|
* The {@link @smithy/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK.
|
|
157
166
|
*/
|
|
@@ -1059,27 +1059,3 @@ export interface StartAttachmentUploadResponse {
|
|
|
1059
1059
|
*/
|
|
1060
1060
|
UploadMetadata?: UploadMetadata | undefined;
|
|
1061
1061
|
}
|
|
1062
|
-
/**
|
|
1063
|
-
* @internal
|
|
1064
|
-
*/
|
|
1065
|
-
export declare const AttendeeFilterSensitiveLog: (obj: Attendee) => any;
|
|
1066
|
-
/**
|
|
1067
|
-
* @internal
|
|
1068
|
-
*/
|
|
1069
|
-
export declare const WebRTCConnectionFilterSensitiveLog: (obj: WebRTCConnection) => any;
|
|
1070
|
-
/**
|
|
1071
|
-
* @internal
|
|
1072
|
-
*/
|
|
1073
|
-
export declare const CreateParticipantConnectionResponseFilterSensitiveLog: (obj: CreateParticipantConnectionResponse) => any;
|
|
1074
|
-
/**
|
|
1075
|
-
* @internal
|
|
1076
|
-
*/
|
|
1077
|
-
export declare const ViewContentFilterSensitiveLog: (obj: ViewContent) => any;
|
|
1078
|
-
/**
|
|
1079
|
-
* @internal
|
|
1080
|
-
*/
|
|
1081
|
-
export declare const ViewFilterSensitiveLog: (obj: View) => any;
|
|
1082
|
-
/**
|
|
1083
|
-
* @internal
|
|
1084
|
-
*/
|
|
1085
|
-
export declare const DescribeViewResponseFilterSensitiveLog: (obj: DescribeViewResponse) => any;
|
|
@@ -29,6 +29,7 @@ export declare const getRuntimeConfig: (config: ConnectParticipantClientConfig)
|
|
|
29
29
|
profile?: string;
|
|
30
30
|
logger: import("@smithy/types").Logger;
|
|
31
31
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
32
|
+
protocol: import("@smithy/types").ClientProtocol<import("@smithy/types").HttpRequest, import("@smithy/types").HttpResponse>;
|
|
32
33
|
customUserAgent?: string | import("@smithy/types").UserAgent;
|
|
33
34
|
userAgentAppId?: string | undefined | import("@smithy/types").Provider<string | undefined>;
|
|
34
35
|
retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2;
|
|
@@ -31,6 +31,7 @@ export declare const getRuntimeConfig: (config: ConnectParticipantClientConfig)
|
|
|
31
31
|
profile?: string;
|
|
32
32
|
logger: import("@smithy/types").Logger;
|
|
33
33
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
34
|
+
protocol: import("@smithy/types").ClientProtocol<import("@smithy/types").HttpRequest, import("@smithy/types").HttpResponse>;
|
|
34
35
|
customUserAgent?: string | import("@smithy/types").UserAgent;
|
|
35
36
|
retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2;
|
|
36
37
|
endpoint?: ((string | import("@smithy/types").Endpoint | import("@smithy/types").Provider<import("@smithy/types").Endpoint> | import("@smithy/types").EndpointV2 | import("@smithy/types").Provider<import("@smithy/types").EndpointV2>) & (string | import("@smithy/types").Provider<string> | import("@smithy/types").Endpoint | import("@smithy/types").Provider<import("@smithy/types").Endpoint> | import("@smithy/types").EndpointV2 | import("@smithy/types").Provider<import("@smithy/types").EndpointV2>)) | undefined;
|
|
@@ -27,6 +27,7 @@ export declare const getRuntimeConfig: (config: ConnectParticipantClientConfig)
|
|
|
27
27
|
retryMode: string | import("@smithy/types").Provider<string>;
|
|
28
28
|
logger: import("@smithy/types").Logger;
|
|
29
29
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
30
|
+
protocol: import("@smithy/types").ClientProtocol<import("@smithy/types").HttpRequest, import("@smithy/types").HttpResponse>;
|
|
30
31
|
defaultsMode: import("@smithy/smithy-client").DefaultsMode | import("@smithy/types").Provider<import("@smithy/smithy-client").DefaultsMode>;
|
|
31
32
|
customUserAgent?: string | import("@smithy/types").UserAgent;
|
|
32
33
|
userAgentAppId?: string | undefined | import("@smithy/types").Provider<string | undefined>;
|