@aws-sdk/client-connectparticipant 3.956.0 → 3.958.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -29,10 +29,8 @@ attachment sharing, managing a participant's connection state and message events
29
29
  retrieving chat transcripts.</p>
30
30
 
31
31
  ## Installing
32
-
33
32
  To install this package, simply type add or install @aws-sdk/client-connectparticipant
34
33
  using your favorite package manager:
35
-
36
34
  - `npm install @aws-sdk/client-connectparticipant`
37
35
  - `yarn add @aws-sdk/client-connectparticipant`
38
36
  - `pnpm add @aws-sdk/client-connectparticipant`
@@ -68,9 +66,7 @@ To send a request, you:
68
66
  // a client can be shared by different commands.
69
67
  const client = new ConnectParticipantClient({ region: "REGION" });
70
68
 
71
- const params = {
72
- /** input parameters */
73
- };
69
+ const params = { /** input parameters */ };
74
70
  const command = new GetTranscriptCommand(params);
75
71
  ```
76
72
 
@@ -229,7 +225,6 @@ CancelParticipantAuthentication
229
225
  </summary>
230
226
 
231
227
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/connectparticipant/command/CancelParticipantAuthenticationCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-connectparticipant/Interface/CancelParticipantAuthenticationCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-connectparticipant/Interface/CancelParticipantAuthenticationCommandOutput/)
232
-
233
228
  </details>
234
229
  <details>
235
230
  <summary>
@@ -237,7 +232,6 @@ CompleteAttachmentUpload
237
232
  </summary>
238
233
 
239
234
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/connectparticipant/command/CompleteAttachmentUploadCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-connectparticipant/Interface/CompleteAttachmentUploadCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-connectparticipant/Interface/CompleteAttachmentUploadCommandOutput/)
240
-
241
235
  </details>
242
236
  <details>
243
237
  <summary>
@@ -245,7 +239,6 @@ CreateParticipantConnection
245
239
  </summary>
246
240
 
247
241
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/connectparticipant/command/CreateParticipantConnectionCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-connectparticipant/Interface/CreateParticipantConnectionCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-connectparticipant/Interface/CreateParticipantConnectionCommandOutput/)
248
-
249
242
  </details>
250
243
  <details>
251
244
  <summary>
@@ -253,7 +246,6 @@ DescribeView
253
246
  </summary>
254
247
 
255
248
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/connectparticipant/command/DescribeViewCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-connectparticipant/Interface/DescribeViewCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-connectparticipant/Interface/DescribeViewCommandOutput/)
256
-
257
249
  </details>
258
250
  <details>
259
251
  <summary>
@@ -261,7 +253,6 @@ DisconnectParticipant
261
253
  </summary>
262
254
 
263
255
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/connectparticipant/command/DisconnectParticipantCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-connectparticipant/Interface/DisconnectParticipantCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-connectparticipant/Interface/DisconnectParticipantCommandOutput/)
264
-
265
256
  </details>
266
257
  <details>
267
258
  <summary>
@@ -269,7 +260,6 @@ GetAttachment
269
260
  </summary>
270
261
 
271
262
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/connectparticipant/command/GetAttachmentCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-connectparticipant/Interface/GetAttachmentCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-connectparticipant/Interface/GetAttachmentCommandOutput/)
272
-
273
263
  </details>
274
264
  <details>
275
265
  <summary>
@@ -277,7 +267,6 @@ GetAuthenticationUrl
277
267
  </summary>
278
268
 
279
269
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/connectparticipant/command/GetAuthenticationUrlCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-connectparticipant/Interface/GetAuthenticationUrlCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-connectparticipant/Interface/GetAuthenticationUrlCommandOutput/)
280
-
281
270
  </details>
282
271
  <details>
283
272
  <summary>
@@ -285,7 +274,6 @@ GetTranscript
285
274
  </summary>
286
275
 
287
276
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/connectparticipant/command/GetTranscriptCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-connectparticipant/Interface/GetTranscriptCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-connectparticipant/Interface/GetTranscriptCommandOutput/)
288
-
289
277
  </details>
290
278
  <details>
291
279
  <summary>
@@ -293,7 +281,6 @@ SendEvent
293
281
  </summary>
294
282
 
295
283
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/connectparticipant/command/SendEventCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-connectparticipant/Interface/SendEventCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-connectparticipant/Interface/SendEventCommandOutput/)
296
-
297
284
  </details>
298
285
  <details>
299
286
  <summary>
@@ -301,7 +288,6 @@ SendMessage
301
288
  </summary>
302
289
 
303
290
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/connectparticipant/command/SendMessageCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-connectparticipant/Interface/SendMessageCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-connectparticipant/Interface/SendMessageCommandOutput/)
304
-
305
291
  </details>
306
292
  <details>
307
293
  <summary>
@@ -309,5 +295,4 @@ StartAttachmentUpload
309
295
  </summary>
310
296
 
311
297
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/connectparticipant/command/StartAttachmentUploadCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-connectparticipant/Interface/StartAttachmentUploadCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-connectparticipant/Interface/StartAttachmentUploadCommandOutput/)
312
-
313
298
  </details>
@@ -6,10 +6,9 @@ const util_middleware_1 = require("@smithy/util-middleware");
6
6
  const defaultConnectParticipantHttpAuthSchemeParametersProvider = async (config, context, input) => {
7
7
  return {
8
8
  operation: (0, util_middleware_1.getSmithyContext)(context).operation,
9
- region: (await (0, util_middleware_1.normalizeProvider)(config.region)()) ||
10
- (() => {
11
- throw new Error("expected `region` to be configured for `aws.auth#sigv4`");
12
- })(),
9
+ region: await (0, util_middleware_1.normalizeProvider)(config.region)() || (() => {
10
+ throw new Error("expected `region` to be configured for `aws.auth#sigv4`");
11
+ })(),
13
12
  };
14
13
  };
15
14
  exports.defaultConnectParticipantHttpAuthSchemeParametersProvider = defaultConnectParticipantHttpAuthSchemeParametersProvider;
package/dist-cjs/index.js CHANGED
@@ -361,316 +361,290 @@ var ViewAction = [0, n0, _VA, 8, 0];
361
361
  var ViewInputSchema = [0, n0, _VIS, 8, 0];
362
362
  var ViewName = [0, n0, _VN, 8, 0];
363
363
  var ViewTemplate = [0, n0, _VT, 8, 0];
364
- var AccessDeniedException$ = [-3, n0, _ADE, { [_e]: _c, [_hE]: 403 }, [_M], [0]];
364
+ var AccessDeniedException$ = [-3, n0, _ADE,
365
+ { [_e]: _c, [_hE]: 403 },
366
+ [_M],
367
+ [0]
368
+ ];
365
369
  schema.TypeRegistry.for(n0).registerError(AccessDeniedException$, AccessDeniedException);
366
- var AttachmentItem$ = [3, n0, _AI, 0, [_CT, _AIt, _AN, _S], [0, 0, 0, 0]];
367
- var Attendee$ = [3, n0, _A, 0, [_AItt, _JT], [0, [() => JoinToken, 0]]];
368
- var AudioFeatures$ = [3, n0, _AF, 0, [_ER], [0]];
369
- var CancelParticipantAuthenticationRequest$ = [
370
- 3,
371
- n0,
372
- _CPAR,
370
+ var AttachmentItem$ = [3, n0, _AI,
371
+ 0,
372
+ [_CT, _AIt, _AN, _S],
373
+ [0, 0, 0, 0]
374
+ ];
375
+ var Attendee$ = [3, n0, _A,
376
+ 0,
377
+ [_AItt, _JT],
378
+ [0, [() => JoinToken, 0]]
379
+ ];
380
+ var AudioFeatures$ = [3, n0, _AF,
381
+ 0,
382
+ [_ER],
383
+ [0]
384
+ ];
385
+ var CancelParticipantAuthenticationRequest$ = [3, n0, _CPAR,
373
386
  0,
374
387
  [_SI, _CTo],
375
- [0, [0, { [_hH]: _XAB }]],
388
+ [0, [0, { [_hH]: _XAB }]]
389
+ ];
390
+ var CancelParticipantAuthenticationResponse$ = [3, n0, _CPARa,
391
+ 0,
392
+ [],
393
+ []
376
394
  ];
377
- var CancelParticipantAuthenticationResponse$ = [3, n0, _CPARa, 0, [], []];
378
- var CompleteAttachmentUploadRequest$ = [
379
- 3,
380
- n0,
381
- _CAUR,
395
+ var CompleteAttachmentUploadRequest$ = [3, n0, _CAUR,
382
396
  0,
383
397
  [_AItta, _CTl, _CTo],
384
- [64 | 0, [0, 4], [0, { [_hH]: _XAB }]],
398
+ [64 | 0, [0, 4], [0, { [_hH]: _XAB }]]
399
+ ];
400
+ var CompleteAttachmentUploadResponse$ = [3, n0, _CAURo,
401
+ 0,
402
+ [],
403
+ []
404
+ ];
405
+ var ConflictException$ = [-3, n0, _CE,
406
+ { [_e]: _c, [_hE]: 409 },
407
+ [_M],
408
+ [0]
385
409
  ];
386
- var CompleteAttachmentUploadResponse$ = [3, n0, _CAURo, 0, [], []];
387
- var ConflictException$ = [-3, n0, _CE, { [_e]: _c, [_hE]: 409 }, [_M], [0]];
388
410
  schema.TypeRegistry.for(n0).registerError(ConflictException$, ConflictException);
389
- var ConnectionCredentials$ = [3, n0, _CC, 0, [_CTo, _E], [0, 0]];
390
- var CreateParticipantConnectionRequest$ = [
391
- 3,
392
- n0,
393
- _CPCR,
411
+ var ConnectionCredentials$ = [3, n0, _CC,
412
+ 0,
413
+ [_CTo, _E],
414
+ [0, 0]
415
+ ];
416
+ var CreateParticipantConnectionRequest$ = [3, n0, _CPCR,
394
417
  0,
395
418
  [_T, _PT, _CP],
396
- [64 | 0, [0, { [_hH]: _XAB }], 2],
419
+ [64 | 0, [0, { [_hH]: _XAB }], 2]
397
420
  ];
398
- var CreateParticipantConnectionResponse$ = [
399
- 3,
400
- n0,
401
- _CPCRr,
421
+ var CreateParticipantConnectionResponse$ = [3, n0, _CPCRr,
402
422
  0,
403
423
  [_W, _CC, _WRTCC],
404
- [() => Websocket$, () => ConnectionCredentials$, [() => WebRTCConnection$, 0]],
424
+ [() => Websocket$, () => ConnectionCredentials$, [() => WebRTCConnection$, 0]]
405
425
  ];
406
- var DescribeViewRequest$ = [
407
- 3,
408
- n0,
409
- _DVR,
426
+ var DescribeViewRequest$ = [3, n0, _DVR,
410
427
  0,
411
428
  [_VTi, _CTo],
412
- [
413
- [0, 1],
414
- [0, { [_hH]: _XAB }],
415
- ],
429
+ [[0, 1], [0, { [_hH]: _XAB }]]
416
430
  ];
417
- var DescribeViewResponse$ = [3, n0, _DVRe, 0, [_V], [[() => View$, 0]]];
418
- var DisconnectParticipantRequest$ = [
419
- 3,
420
- n0,
421
- _DPR,
431
+ var DescribeViewResponse$ = [3, n0, _DVRe,
432
+ 0,
433
+ [_V],
434
+ [[() => View$, 0]]
435
+ ];
436
+ var DisconnectParticipantRequest$ = [3, n0, _DPR,
422
437
  0,
423
438
  [_CTl, _CTo],
424
- [
425
- [0, 4],
426
- [0, { [_hH]: _XAB }],
427
- ],
439
+ [[0, 4], [0, { [_hH]: _XAB }]]
440
+ ];
441
+ var DisconnectParticipantResponse$ = [3, n0, _DPRi,
442
+ 0,
443
+ [],
444
+ []
428
445
  ];
429
- var DisconnectParticipantResponse$ = [3, n0, _DPRi, 0, [], []];
430
- var GetAttachmentRequest$ = [
431
- 3,
432
- n0,
433
- _GAR,
446
+ var GetAttachmentRequest$ = [3, n0, _GAR,
434
447
  0,
435
448
  [_AIt, _CTo, _UEIS],
436
- [0, [0, { [_hH]: _XAB }], 1],
449
+ [0, [0, { [_hH]: _XAB }], 1]
450
+ ];
451
+ var GetAttachmentResponse$ = [3, n0, _GARe,
452
+ 0,
453
+ [_U, _UE, _ASIB],
454
+ [0, 0, 1]
437
455
  ];
438
- var GetAttachmentResponse$ = [3, n0, _GARe, 0, [_U, _UE, _ASIB], [0, 0, 1]];
439
- var GetAuthenticationUrlRequest$ = [
440
- 3,
441
- n0,
442
- _GAUR,
456
+ var GetAuthenticationUrlRequest$ = [3, n0, _GAUR,
443
457
  0,
444
458
  [_SI, _RU, _CTo],
445
- [0, 0, [0, { [_hH]: _XAB }]],
459
+ [0, 0, [0, { [_hH]: _XAB }]]
446
460
  ];
447
- var GetAuthenticationUrlResponse$ = [3, n0, _GAURe, 0, [_AU], [0]];
448
- var GetTranscriptRequest$ = [
449
- 3,
450
- n0,
451
- _GTR,
461
+ var GetAuthenticationUrlResponse$ = [3, n0, _GAURe,
462
+ 0,
463
+ [_AU],
464
+ [0]
465
+ ];
466
+ var GetTranscriptRequest$ = [3, n0, _GTR,
452
467
  0,
453
468
  [_CI, _MR, _NT, _SD, _SO, _SP, _CTo],
454
- [0, 1, 0, 0, 0, () => StartPosition$, [0, { [_hH]: _XAB }]],
469
+ [0, 1, 0, 0, 0, () => StartPosition$, [0, { [_hH]: _XAB }]]
455
470
  ];
456
- var GetTranscriptResponse$ = [
457
- 3,
458
- n0,
459
- _GTRe,
471
+ var GetTranscriptResponse$ = [3, n0, _GTRe,
460
472
  0,
461
473
  [_ICI, _Tr, _NT],
462
- [0, () => Transcript, 0],
474
+ [0, () => Transcript, 0]
475
+ ];
476
+ var InternalServerException$ = [-3, n0, _ISE,
477
+ { [_e]: _s, [_hE]: 500 },
478
+ [_M],
479
+ [0]
463
480
  ];
464
- var InternalServerException$ = [-3, n0, _ISE, { [_e]: _s, [_hE]: 500 }, [_M], [0]];
465
481
  schema.TypeRegistry.for(n0).registerError(InternalServerException$, InternalServerException);
466
- var Item$ = [
467
- 3,
468
- n0,
469
- _I,
482
+ var Item$ = [3, n0, _I,
470
483
  0,
471
484
  [_AT, _C, _CT, _Id, _T, _PI, _DN, _PR, _At, _MM, _RCI, _CI],
472
- [0, 0, 0, 0, 0, 0, 0, 0, () => Attachments, () => MessageMetadata$, 0, 0],
473
- ];
474
- var MeetingFeaturesConfiguration$ = [3, n0, _MFC, 0, [_Au], [() => AudioFeatures$]];
475
- var MessageMetadata$ = [3, n0, _MM, 0, [_MI, _R, _MPS], [0, () => Receipts, 0]];
476
- var MessageProcessingMetadata$ = [3, n0, _MPM, 0, [_MPS], [0]];
477
- var Receipt$ = [3, n0, _Re, 0, [_DT, _RT, _RPI], [0, 0, 0]];
478
- var ResourceNotFoundException$ = [
479
- -3,
480
- n0,
481
- _RNFE,
485
+ [0, 0, 0, 0, 0, 0, 0, 0, () => Attachments, () => MessageMetadata$, 0, 0]
486
+ ];
487
+ var MeetingFeaturesConfiguration$ = [3, n0, _MFC,
488
+ 0,
489
+ [_Au],
490
+ [() => AudioFeatures$]
491
+ ];
492
+ var MessageMetadata$ = [3, n0, _MM,
493
+ 0,
494
+ [_MI, _R, _MPS],
495
+ [0, () => Receipts, 0]
496
+ ];
497
+ var MessageProcessingMetadata$ = [3, n0, _MPM,
498
+ 0,
499
+ [_MPS],
500
+ [0]
501
+ ];
502
+ var Receipt$ = [3, n0, _Re,
503
+ 0,
504
+ [_DT, _RT, _RPI],
505
+ [0, 0, 0]
506
+ ];
507
+ var ResourceNotFoundException$ = [-3, n0, _RNFE,
482
508
  { [_e]: _c, [_hE]: 404 },
483
509
  [_M, _RI, _RTe],
484
- [0, 0, 0],
510
+ [0, 0, 0]
485
511
  ];
486
512
  schema.TypeRegistry.for(n0).registerError(ResourceNotFoundException$, ResourceNotFoundException);
487
- var SendEventRequest$ = [
488
- 3,
489
- n0,
490
- _SER,
513
+ var SendEventRequest$ = [3, n0, _SER,
491
514
  0,
492
515
  [_CT, _C, _CTl, _CTo],
493
- [0, 0, [0, 4], [0, { [_hH]: _XAB }]],
516
+ [0, 0, [0, 4], [0, { [_hH]: _XAB }]]
494
517
  ];
495
- var SendEventResponse$ = [3, n0, _SERe, 0, [_Id, _AT], [0, 0]];
496
- var SendMessageRequest$ = [
497
- 3,
498
- n0,
499
- _SMR,
518
+ var SendEventResponse$ = [3, n0, _SERe,
519
+ 0,
520
+ [_Id, _AT],
521
+ [0, 0]
522
+ ];
523
+ var SendMessageRequest$ = [3, n0, _SMR,
500
524
  0,
501
525
  [_CT, _C, _CTl, _CTo],
502
- [0, 0, [0, 4], [0, { [_hH]: _XAB }]],
526
+ [0, 0, [0, 4], [0, { [_hH]: _XAB }]]
503
527
  ];
504
- var SendMessageResponse$ = [
505
- 3,
506
- n0,
507
- _SMRe,
528
+ var SendMessageResponse$ = [3, n0, _SMRe,
508
529
  0,
509
530
  [_Id, _AT, _MM],
510
- [0, 0, () => MessageProcessingMetadata$],
531
+ [0, 0, () => MessageProcessingMetadata$]
532
+ ];
533
+ var ServiceQuotaExceededException$ = [-3, n0, _SQEE,
534
+ { [_e]: _c, [_hE]: 402 },
535
+ [_M],
536
+ [0]
511
537
  ];
512
- var ServiceQuotaExceededException$ = [-3, n0, _SQEE, { [_e]: _c, [_hE]: 402 }, [_M], [0]];
513
538
  schema.TypeRegistry.for(n0).registerError(ServiceQuotaExceededException$, ServiceQuotaExceededException);
514
- var StartAttachmentUploadRequest$ = [
515
- 3,
516
- n0,
517
- _SAUR,
539
+ var StartAttachmentUploadRequest$ = [3, n0, _SAUR,
518
540
  0,
519
541
  [_CT, _ASIB, _AN, _CTl, _CTo],
520
- [0, 1, 0, [0, 4], [0, { [_hH]: _XAB }]],
542
+ [0, 1, 0, [0, 4], [0, { [_hH]: _XAB }]]
521
543
  ];
522
- var StartAttachmentUploadResponse$ = [
523
- 3,
524
- n0,
525
- _SAURt,
544
+ var StartAttachmentUploadResponse$ = [3, n0, _SAURt,
526
545
  0,
527
546
  [_AIt, _UM],
528
- [0, () => UploadMetadata$],
547
+ [0, () => UploadMetadata$]
548
+ ];
549
+ var StartPosition$ = [3, n0, _SP,
550
+ 0,
551
+ [_Id, _AT, _MRo],
552
+ [0, 0, 1]
553
+ ];
554
+ var ThrottlingException$ = [-3, n0, _TE,
555
+ { [_e]: _c, [_hE]: 429 },
556
+ [_M],
557
+ [0]
529
558
  ];
530
- var StartPosition$ = [3, n0, _SP, 0, [_Id, _AT, _MRo], [0, 0, 1]];
531
- var ThrottlingException$ = [-3, n0, _TE, { [_e]: _c, [_hE]: 429 }, [_M], [0]];
532
559
  schema.TypeRegistry.for(n0).registerError(ThrottlingException$, ThrottlingException);
533
- var UploadMetadata$ = [3, n0, _UM, 0, [_U, _UE, _HTI], [0, 0, 128 | 0]];
534
- var ValidationException$ = [-3, n0, _VE, { [_e]: _c, [_hE]: 400 }, [_M], [0]];
560
+ var UploadMetadata$ = [3, n0, _UM,
561
+ 0,
562
+ [_U, _UE, _HTI],
563
+ [0, 0, 128 | 0]
564
+ ];
565
+ var ValidationException$ = [-3, n0, _VE,
566
+ { [_e]: _c, [_hE]: 400 },
567
+ [_M],
568
+ [0]
569
+ ];
535
570
  schema.TypeRegistry.for(n0).registerError(ValidationException$, ValidationException);
536
- var View$ = [
537
- 3,
538
- n0,
539
- _V,
571
+ var View$ = [3, n0, _V,
540
572
  0,
541
573
  [_Id, _Ar, _N, _Ve, _C],
542
- [0, 0, [() => ViewName, 0], 1, [() => ViewContent$, 0]],
574
+ [0, 0, [() => ViewName, 0], 1, [() => ViewContent$, 0]]
543
575
  ];
544
- var ViewContent$ = [
545
- 3,
546
- n0,
547
- _VC,
576
+ var ViewContent$ = [3, n0, _VC,
548
577
  0,
549
578
  [_IS, _Te, _Ac],
550
- [
551
- [() => ViewInputSchema, 0],
552
- [() => ViewTemplate, 0],
553
- [() => ViewActions, 0],
554
- ],
579
+ [[() => ViewInputSchema, 0], [() => ViewTemplate, 0], [() => ViewActions, 0]]
555
580
  ];
556
- var WebRTCConnection$ = [
557
- 3,
558
- n0,
559
- _WRTCC,
581
+ var WebRTCConnection$ = [3, n0, _WRTCC,
560
582
  0,
561
583
  [_A, _Me],
562
- [[() => Attendee$, 0], () => WebRTCMeeting$],
584
+ [[() => Attendee$, 0], () => WebRTCMeeting$]
585
+ ];
586
+ var WebRTCMediaPlacement$ = [3, n0, _WRTCMP,
587
+ 0,
588
+ [_AHU, _AFU, _SU, _EIU],
589
+ [0, 0, 0, 0]
563
590
  ];
564
- var WebRTCMediaPlacement$ = [3, n0, _WRTCMP, 0, [_AHU, _AFU, _SU, _EIU], [0, 0, 0, 0]];
565
- var WebRTCMeeting$ = [
566
- 3,
567
- n0,
568
- _WRTCM,
591
+ var WebRTCMeeting$ = [3, n0, _WRTCM,
569
592
  0,
570
593
  [_MP, _MF, _MIe],
571
- [() => WebRTCMediaPlacement$, () => MeetingFeaturesConfiguration$, 0],
594
+ [() => WebRTCMediaPlacement$, () => MeetingFeaturesConfiguration$, 0]
572
595
  ];
573
- var Websocket$ = [3, n0, _W, 0, [_U, _CEo], [0, 0]];
574
- var ConnectParticipantServiceException$ = [
575
- -3,
576
- _sm,
577
- "ConnectParticipantServiceException",
596
+ var Websocket$ = [3, n0, _W,
578
597
  0,
579
- [],
580
- [],
598
+ [_U, _CEo],
599
+ [0, 0]
581
600
  ];
601
+ var ConnectParticipantServiceException$ = [-3, _sm, "ConnectParticipantServiceException", 0, [], []];
582
602
  schema.TypeRegistry.for(_sm).registerError(ConnectParticipantServiceException$, ConnectParticipantServiceException);
583
- var Attachments = [1, n0, _At, 0, () => AttachmentItem$];
584
- var Receipts = [1, n0, _R, 0, () => Receipt$];
585
- var Transcript = [1, n0, _Tr, 0, () => Item$];
586
- var ViewActions = [1, n0, _VAi, 0, [() => ViewAction, 0]];
587
- var CancelParticipantAuthentication$ = [
588
- 9,
589
- n0,
590
- _CPA,
591
- { [_h]: ["POST", "/participant/cancel-authentication", 200] },
592
- () => CancelParticipantAuthenticationRequest$,
593
- () => CancelParticipantAuthenticationResponse$,
594
- ];
595
- var CompleteAttachmentUpload$ = [
596
- 9,
597
- n0,
598
- _CAU,
599
- { [_h]: ["POST", "/participant/complete-attachment-upload", 200] },
600
- () => CompleteAttachmentUploadRequest$,
601
- () => CompleteAttachmentUploadResponse$,
602
- ];
603
- var CreateParticipantConnection$ = [
604
- 9,
605
- n0,
606
- _CPC,
607
- { [_h]: ["POST", "/participant/connection", 200] },
608
- () => CreateParticipantConnectionRequest$,
609
- () => CreateParticipantConnectionResponse$,
610
- ];
611
- var DescribeView$ = [
612
- 9,
613
- n0,
614
- _DV,
615
- { [_h]: ["GET", "/participant/views/{ViewToken}", 200] },
616
- () => DescribeViewRequest$,
617
- () => DescribeViewResponse$,
618
- ];
619
- var DisconnectParticipant$ = [
620
- 9,
621
- n0,
622
- _DP,
623
- { [_h]: ["POST", "/participant/disconnect", 200] },
624
- () => DisconnectParticipantRequest$,
625
- () => DisconnectParticipantResponse$,
626
- ];
627
- var GetAttachment$ = [
628
- 9,
629
- n0,
630
- _GA,
631
- { [_h]: ["POST", "/participant/attachment", 200] },
632
- () => GetAttachmentRequest$,
633
- () => GetAttachmentResponse$,
634
- ];
635
- var GetAuthenticationUrl$ = [
636
- 9,
637
- n0,
638
- _GAU,
639
- { [_h]: ["POST", "/participant/authentication-url", 200] },
640
- () => GetAuthenticationUrlRequest$,
641
- () => GetAuthenticationUrlResponse$,
642
- ];
643
- var GetTranscript$ = [
644
- 9,
645
- n0,
646
- _GT,
647
- { [_h]: ["POST", "/participant/transcript", 200] },
648
- () => GetTranscriptRequest$,
649
- () => GetTranscriptResponse$,
650
- ];
651
- var SendEvent$ = [
652
- 9,
653
- n0,
654
- _SE,
655
- { [_h]: ["POST", "/participant/event", 200] },
656
- () => SendEventRequest$,
657
- () => SendEventResponse$,
658
- ];
659
- var SendMessage$ = [
660
- 9,
661
- n0,
662
- _SM,
663
- { [_h]: ["POST", "/participant/message", 200] },
664
- () => SendMessageRequest$,
665
- () => SendMessageResponse$,
666
- ];
667
- var StartAttachmentUpload$ = [
668
- 9,
669
- n0,
670
- _SAU,
671
- { [_h]: ["POST", "/participant/start-attachment-upload", 200] },
672
- () => StartAttachmentUploadRequest$,
673
- () => StartAttachmentUploadResponse$,
603
+ var Attachments = [1, n0, _At,
604
+ 0, () => AttachmentItem$
605
+ ];
606
+ var Receipts = [1, n0, _R,
607
+ 0, () => Receipt$
608
+ ];
609
+ var Transcript = [1, n0, _Tr,
610
+ 0, () => Item$
611
+ ];
612
+ var ViewActions = [1, n0, _VAi,
613
+ 0, [() => ViewAction,
614
+ 0]
615
+ ];
616
+ var CancelParticipantAuthentication$ = [9, n0, _CPA,
617
+ { [_h]: ["POST", "/participant/cancel-authentication", 200] }, () => CancelParticipantAuthenticationRequest$, () => CancelParticipantAuthenticationResponse$
618
+ ];
619
+ var CompleteAttachmentUpload$ = [9, n0, _CAU,
620
+ { [_h]: ["POST", "/participant/complete-attachment-upload", 200] }, () => CompleteAttachmentUploadRequest$, () => CompleteAttachmentUploadResponse$
621
+ ];
622
+ var CreateParticipantConnection$ = [9, n0, _CPC,
623
+ { [_h]: ["POST", "/participant/connection", 200] }, () => CreateParticipantConnectionRequest$, () => CreateParticipantConnectionResponse$
624
+ ];
625
+ var DescribeView$ = [9, n0, _DV,
626
+ { [_h]: ["GET", "/participant/views/{ViewToken}", 200] }, () => DescribeViewRequest$, () => DescribeViewResponse$
627
+ ];
628
+ var DisconnectParticipant$ = [9, n0, _DP,
629
+ { [_h]: ["POST", "/participant/disconnect", 200] }, () => DisconnectParticipantRequest$, () => DisconnectParticipantResponse$
630
+ ];
631
+ var GetAttachment$ = [9, n0, _GA,
632
+ { [_h]: ["POST", "/participant/attachment", 200] }, () => GetAttachmentRequest$, () => GetAttachmentResponse$
633
+ ];
634
+ var GetAuthenticationUrl$ = [9, n0, _GAU,
635
+ { [_h]: ["POST", "/participant/authentication-url", 200] }, () => GetAuthenticationUrlRequest$, () => GetAuthenticationUrlResponse$
636
+ ];
637
+ var GetTranscript$ = [9, n0, _GT,
638
+ { [_h]: ["POST", "/participant/transcript", 200] }, () => GetTranscriptRequest$, () => GetTranscriptResponse$
639
+ ];
640
+ var SendEvent$ = [9, n0, _SE,
641
+ { [_h]: ["POST", "/participant/event", 200] }, () => SendEventRequest$, () => SendEventResponse$
642
+ ];
643
+ var SendMessage$ = [9, n0, _SM,
644
+ { [_h]: ["POST", "/participant/message", 200] }, () => SendMessageRequest$, () => SendMessageResponse$
645
+ ];
646
+ var StartAttachmentUpload$ = [9, n0, _SAU,
647
+ { [_h]: ["POST", "/participant/start-attachment-upload", 200] }, () => StartAttachmentUploadRequest$, () => StartAttachmentUploadResponse$
674
648
  ];
675
649
 
676
650
  class CancelParticipantAuthenticationCommand extends smithyClient.Command
@@ -24,8 +24,7 @@ const getRuntimeConfig = (config) => {
24
24
  defaultsMode,
25
25
  bodyLengthChecker: config?.bodyLengthChecker ?? util_body_length_browser_1.calculateBodyLength,
26
26
  credentialDefaultProvider: config?.credentialDefaultProvider ?? ((_) => () => Promise.reject(new Error("Credential is missing"))),
27
- defaultUserAgentProvider: config?.defaultUserAgentProvider ??
28
- (0, util_user_agent_browser_1.createDefaultUserAgentProvider)({ serviceId: clientSharedValues.serviceId, clientVersion: package_json_1.default.version }),
27
+ defaultUserAgentProvider: config?.defaultUserAgentProvider ?? (0, util_user_agent_browser_1.createDefaultUserAgentProvider)({ serviceId: clientSharedValues.serviceId, clientVersion: package_json_1.default.version }),
29
28
  maxAttempts: config?.maxAttempts ?? util_retry_1.DEFAULT_MAX_ATTEMPTS,
30
29
  region: config?.region ?? (0, invalid_dependency_1.invalidProvider)("Region is missing"),
31
30
  requestHandler: fetch_http_handler_1.FetchHttpHandler.create(config?.requestHandler ?? defaultConfigProvider),
@@ -34,11 +34,9 @@ const getRuntimeConfig = (config) => {
34
34
  authSchemePreference: config?.authSchemePreference ?? (0, node_config_provider_1.loadConfig)(core_1.NODE_AUTH_SCHEME_PREFERENCE_OPTIONS, loaderConfig),
35
35
  bodyLengthChecker: config?.bodyLengthChecker ?? util_body_length_node_1.calculateBodyLength,
36
36
  credentialDefaultProvider: config?.credentialDefaultProvider ?? credential_provider_node_1.defaultProvider,
37
- defaultUserAgentProvider: config?.defaultUserAgentProvider ??
38
- (0, util_user_agent_node_1.createDefaultUserAgentProvider)({ serviceId: clientSharedValues.serviceId, clientVersion: package_json_1.default.version }),
37
+ defaultUserAgentProvider: config?.defaultUserAgentProvider ?? (0, util_user_agent_node_1.createDefaultUserAgentProvider)({ serviceId: clientSharedValues.serviceId, clientVersion: package_json_1.default.version }),
39
38
  maxAttempts: config?.maxAttempts ?? (0, node_config_provider_1.loadConfig)(middleware_retry_1.NODE_MAX_ATTEMPT_CONFIG_OPTIONS, config),
40
- region: config?.region ??
41
- (0, node_config_provider_1.loadConfig)(config_resolver_1.NODE_REGION_CONFIG_OPTIONS, { ...config_resolver_1.NODE_REGION_CONFIG_FILE_OPTIONS, ...loaderConfig }),
39
+ region: config?.region ?? (0, node_config_provider_1.loadConfig)(config_resolver_1.NODE_REGION_CONFIG_OPTIONS, { ...config_resolver_1.NODE_REGION_CONFIG_FILE_OPTIONS, ...loaderConfig }),
42
40
  requestHandler: node_http_handler_1.NodeHttpHandler.create(config?.requestHandler ?? defaultConfigProvider),
43
41
  retryMode: config?.retryMode ??
44
42
  (0, node_config_provider_1.loadConfig)({
@@ -3,10 +3,9 @@ import { getSmithyContext, normalizeProvider } from "@smithy/util-middleware";
3
3
  export const defaultConnectParticipantHttpAuthSchemeParametersProvider = async (config, context, input) => {
4
4
  return {
5
5
  operation: getSmithyContext(context).operation,
6
- region: (await normalizeProvider(config.region)()) ||
7
- (() => {
8
- throw new Error("expected `region` to be configured for `aws.auth#sigv4`");
9
- })(),
6
+ region: await normalizeProvider(config.region)() || (() => {
7
+ throw new Error("expected `region` to be configured for `aws.auth#sigv4`");
8
+ })(),
10
9
  };
11
10
  };
12
11
  function createAwsAuthSigv4HttpAuthOption(authParameters) {
@@ -1,2 +1,2 @@
1
- export * from "./GetTranscriptPaginator";
2
1
  export * from "./Interfaces";
2
+ export * from "./GetTranscriptPaginator";
@@ -20,8 +20,7 @@ export const getRuntimeConfig = (config) => {
20
20
  defaultsMode,
21
21
  bodyLengthChecker: config?.bodyLengthChecker ?? calculateBodyLength,
22
22
  credentialDefaultProvider: config?.credentialDefaultProvider ?? ((_) => () => Promise.reject(new Error("Credential is missing"))),
23
- defaultUserAgentProvider: config?.defaultUserAgentProvider ??
24
- createDefaultUserAgentProvider({ serviceId: clientSharedValues.serviceId, clientVersion: packageInfo.version }),
23
+ defaultUserAgentProvider: config?.defaultUserAgentProvider ?? createDefaultUserAgentProvider({ serviceId: clientSharedValues.serviceId, clientVersion: packageInfo.version }),
25
24
  maxAttempts: config?.maxAttempts ?? DEFAULT_MAX_ATTEMPTS,
26
25
  region: config?.region ?? invalidProvider("Region is missing"),
27
26
  requestHandler: RequestHandler.create(config?.requestHandler ?? defaultConfigProvider),
@@ -1,7 +1,7 @@
1
1
  import packageInfo from "../package.json";
2
- import { NODE_AUTH_SCHEME_PREFERENCE_OPTIONS, emitWarningIfUnsupportedVersion as awsCheckVersion } from "@aws-sdk/core";
2
+ import { emitWarningIfUnsupportedVersion as awsCheckVersion, NODE_AUTH_SCHEME_PREFERENCE_OPTIONS } from "@aws-sdk/core";
3
3
  import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node";
4
- import { NODE_APP_ID_CONFIG_OPTIONS, createDefaultUserAgentProvider } from "@aws-sdk/util-user-agent-node";
4
+ import { createDefaultUserAgentProvider, NODE_APP_ID_CONFIG_OPTIONS } from "@aws-sdk/util-user-agent-node";
5
5
  import { NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, } from "@smithy/config-resolver";
6
6
  import { Hash } from "@smithy/hash-node";
7
7
  import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@smithy/middleware-retry";
@@ -30,11 +30,9 @@ export const getRuntimeConfig = (config) => {
30
30
  authSchemePreference: config?.authSchemePreference ?? loadNodeConfig(NODE_AUTH_SCHEME_PREFERENCE_OPTIONS, loaderConfig),
31
31
  bodyLengthChecker: config?.bodyLengthChecker ?? calculateBodyLength,
32
32
  credentialDefaultProvider: config?.credentialDefaultProvider ?? credentialDefaultProvider,
33
- defaultUserAgentProvider: config?.defaultUserAgentProvider ??
34
- createDefaultUserAgentProvider({ serviceId: clientSharedValues.serviceId, clientVersion: packageInfo.version }),
33
+ defaultUserAgentProvider: config?.defaultUserAgentProvider ?? createDefaultUserAgentProvider({ serviceId: clientSharedValues.serviceId, clientVersion: packageInfo.version }),
35
34
  maxAttempts: config?.maxAttempts ?? loadNodeConfig(NODE_MAX_ATTEMPT_CONFIG_OPTIONS, config),
36
- region: config?.region ??
37
- loadNodeConfig(NODE_REGION_CONFIG_OPTIONS, { ...NODE_REGION_CONFIG_FILE_OPTIONS, ...loaderConfig }),
35
+ region: config?.region ?? loadNodeConfig(NODE_REGION_CONFIG_OPTIONS, { ...NODE_REGION_CONFIG_FILE_OPTIONS, ...loaderConfig }),
38
36
  requestHandler: RequestHandler.create(config?.requestHandler ?? defaultConfigProvider),
39
37
  retryMode: config?.retryMode ??
40
38
  loadNodeConfig({
@@ -141,317 +141,291 @@ var ViewAction = [0, n0, _VA, 8, 0];
141
141
  var ViewInputSchema = [0, n0, _VIS, 8, 0];
142
142
  var ViewName = [0, n0, _VN, 8, 0];
143
143
  var ViewTemplate = [0, n0, _VT, 8, 0];
144
- export var AccessDeniedException$ = [-3, n0, _ADE, { [_e]: _c, [_hE]: 403 }, [_M], [0]];
144
+ export var AccessDeniedException$ = [-3, n0, _ADE,
145
+ { [_e]: _c, [_hE]: 403 },
146
+ [_M],
147
+ [0]
148
+ ];
145
149
  TypeRegistry.for(n0).registerError(AccessDeniedException$, AccessDeniedException);
146
- export var AttachmentItem$ = [3, n0, _AI, 0, [_CT, _AIt, _AN, _S], [0, 0, 0, 0]];
147
- export var Attendee$ = [3, n0, _A, 0, [_AItt, _JT], [0, [() => JoinToken, 0]]];
148
- export var AudioFeatures$ = [3, n0, _AF, 0, [_ER], [0]];
149
- export var CancelParticipantAuthenticationRequest$ = [
150
- 3,
151
- n0,
152
- _CPAR,
150
+ export var AttachmentItem$ = [3, n0, _AI,
151
+ 0,
152
+ [_CT, _AIt, _AN, _S],
153
+ [0, 0, 0, 0]
154
+ ];
155
+ export var Attendee$ = [3, n0, _A,
156
+ 0,
157
+ [_AItt, _JT],
158
+ [0, [() => JoinToken, 0]]
159
+ ];
160
+ export var AudioFeatures$ = [3, n0, _AF,
161
+ 0,
162
+ [_ER],
163
+ [0]
164
+ ];
165
+ export var CancelParticipantAuthenticationRequest$ = [3, n0, _CPAR,
153
166
  0,
154
167
  [_SI, _CTo],
155
- [0, [0, { [_hH]: _XAB }]],
168
+ [0, [0, { [_hH]: _XAB }]]
169
+ ];
170
+ export var CancelParticipantAuthenticationResponse$ = [3, n0, _CPARa,
171
+ 0,
172
+ [],
173
+ []
156
174
  ];
157
- export var CancelParticipantAuthenticationResponse$ = [3, n0, _CPARa, 0, [], []];
158
- export var CompleteAttachmentUploadRequest$ = [
159
- 3,
160
- n0,
161
- _CAUR,
175
+ export var CompleteAttachmentUploadRequest$ = [3, n0, _CAUR,
162
176
  0,
163
177
  [_AItta, _CTl, _CTo],
164
- [64 | 0, [0, 4], [0, { [_hH]: _XAB }]],
178
+ [64 | 0, [0, 4], [0, { [_hH]: _XAB }]]
179
+ ];
180
+ export var CompleteAttachmentUploadResponse$ = [3, n0, _CAURo,
181
+ 0,
182
+ [],
183
+ []
184
+ ];
185
+ export var ConflictException$ = [-3, n0, _CE,
186
+ { [_e]: _c, [_hE]: 409 },
187
+ [_M],
188
+ [0]
165
189
  ];
166
- export var CompleteAttachmentUploadResponse$ = [3, n0, _CAURo, 0, [], []];
167
- export var ConflictException$ = [-3, n0, _CE, { [_e]: _c, [_hE]: 409 }, [_M], [0]];
168
190
  TypeRegistry.for(n0).registerError(ConflictException$, ConflictException);
169
- export var ConnectionCredentials$ = [3, n0, _CC, 0, [_CTo, _E], [0, 0]];
170
- export var CreateParticipantConnectionRequest$ = [
171
- 3,
172
- n0,
173
- _CPCR,
191
+ export var ConnectionCredentials$ = [3, n0, _CC,
192
+ 0,
193
+ [_CTo, _E],
194
+ [0, 0]
195
+ ];
196
+ export var CreateParticipantConnectionRequest$ = [3, n0, _CPCR,
174
197
  0,
175
198
  [_T, _PT, _CP],
176
- [64 | 0, [0, { [_hH]: _XAB }], 2],
199
+ [64 | 0, [0, { [_hH]: _XAB }], 2]
177
200
  ];
178
- export var CreateParticipantConnectionResponse$ = [
179
- 3,
180
- n0,
181
- _CPCRr,
201
+ export var CreateParticipantConnectionResponse$ = [3, n0, _CPCRr,
182
202
  0,
183
203
  [_W, _CC, _WRTCC],
184
- [() => Websocket$, () => ConnectionCredentials$, [() => WebRTCConnection$, 0]],
204
+ [() => Websocket$, () => ConnectionCredentials$, [() => WebRTCConnection$, 0]]
185
205
  ];
186
- export var DescribeViewRequest$ = [
187
- 3,
188
- n0,
189
- _DVR,
206
+ export var DescribeViewRequest$ = [3, n0, _DVR,
190
207
  0,
191
208
  [_VTi, _CTo],
192
- [
193
- [0, 1],
194
- [0, { [_hH]: _XAB }],
195
- ],
209
+ [[0, 1], [0, { [_hH]: _XAB }]]
196
210
  ];
197
- export var DescribeViewResponse$ = [3, n0, _DVRe, 0, [_V], [[() => View$, 0]]];
198
- export var DisconnectParticipantRequest$ = [
199
- 3,
200
- n0,
201
- _DPR,
211
+ export var DescribeViewResponse$ = [3, n0, _DVRe,
212
+ 0,
213
+ [_V],
214
+ [[() => View$, 0]]
215
+ ];
216
+ export var DisconnectParticipantRequest$ = [3, n0, _DPR,
202
217
  0,
203
218
  [_CTl, _CTo],
204
- [
205
- [0, 4],
206
- [0, { [_hH]: _XAB }],
207
- ],
219
+ [[0, 4], [0, { [_hH]: _XAB }]]
220
+ ];
221
+ export var DisconnectParticipantResponse$ = [3, n0, _DPRi,
222
+ 0,
223
+ [],
224
+ []
208
225
  ];
209
- export var DisconnectParticipantResponse$ = [3, n0, _DPRi, 0, [], []];
210
- export var GetAttachmentRequest$ = [
211
- 3,
212
- n0,
213
- _GAR,
226
+ export var GetAttachmentRequest$ = [3, n0, _GAR,
214
227
  0,
215
228
  [_AIt, _CTo, _UEIS],
216
- [0, [0, { [_hH]: _XAB }], 1],
229
+ [0, [0, { [_hH]: _XAB }], 1]
230
+ ];
231
+ export var GetAttachmentResponse$ = [3, n0, _GARe,
232
+ 0,
233
+ [_U, _UE, _ASIB],
234
+ [0, 0, 1]
217
235
  ];
218
- export var GetAttachmentResponse$ = [3, n0, _GARe, 0, [_U, _UE, _ASIB], [0, 0, 1]];
219
- export var GetAuthenticationUrlRequest$ = [
220
- 3,
221
- n0,
222
- _GAUR,
236
+ export var GetAuthenticationUrlRequest$ = [3, n0, _GAUR,
223
237
  0,
224
238
  [_SI, _RU, _CTo],
225
- [0, 0, [0, { [_hH]: _XAB }]],
239
+ [0, 0, [0, { [_hH]: _XAB }]]
226
240
  ];
227
- export var GetAuthenticationUrlResponse$ = [3, n0, _GAURe, 0, [_AU], [0]];
228
- export var GetTranscriptRequest$ = [
229
- 3,
230
- n0,
231
- _GTR,
241
+ export var GetAuthenticationUrlResponse$ = [3, n0, _GAURe,
242
+ 0,
243
+ [_AU],
244
+ [0]
245
+ ];
246
+ export var GetTranscriptRequest$ = [3, n0, _GTR,
232
247
  0,
233
248
  [_CI, _MR, _NT, _SD, _SO, _SP, _CTo],
234
- [0, 1, 0, 0, 0, () => StartPosition$, [0, { [_hH]: _XAB }]],
249
+ [0, 1, 0, 0, 0, () => StartPosition$, [0, { [_hH]: _XAB }]]
235
250
  ];
236
- export var GetTranscriptResponse$ = [
237
- 3,
238
- n0,
239
- _GTRe,
251
+ export var GetTranscriptResponse$ = [3, n0, _GTRe,
240
252
  0,
241
253
  [_ICI, _Tr, _NT],
242
- [0, () => Transcript, 0],
254
+ [0, () => Transcript, 0]
255
+ ];
256
+ export var InternalServerException$ = [-3, n0, _ISE,
257
+ { [_e]: _s, [_hE]: 500 },
258
+ [_M],
259
+ [0]
243
260
  ];
244
- export var InternalServerException$ = [-3, n0, _ISE, { [_e]: _s, [_hE]: 500 }, [_M], [0]];
245
261
  TypeRegistry.for(n0).registerError(InternalServerException$, InternalServerException);
246
- export var Item$ = [
247
- 3,
248
- n0,
249
- _I,
262
+ export var Item$ = [3, n0, _I,
250
263
  0,
251
264
  [_AT, _C, _CT, _Id, _T, _PI, _DN, _PR, _At, _MM, _RCI, _CI],
252
- [0, 0, 0, 0, 0, 0, 0, 0, () => Attachments, () => MessageMetadata$, 0, 0],
253
- ];
254
- export var MeetingFeaturesConfiguration$ = [3, n0, _MFC, 0, [_Au], [() => AudioFeatures$]];
255
- export var MessageMetadata$ = [3, n0, _MM, 0, [_MI, _R, _MPS], [0, () => Receipts, 0]];
256
- export var MessageProcessingMetadata$ = [3, n0, _MPM, 0, [_MPS], [0]];
257
- export var Receipt$ = [3, n0, _Re, 0, [_DT, _RT, _RPI], [0, 0, 0]];
258
- export var ResourceNotFoundException$ = [
259
- -3,
260
- n0,
261
- _RNFE,
265
+ [0, 0, 0, 0, 0, 0, 0, 0, () => Attachments, () => MessageMetadata$, 0, 0]
266
+ ];
267
+ export var MeetingFeaturesConfiguration$ = [3, n0, _MFC,
268
+ 0,
269
+ [_Au],
270
+ [() => AudioFeatures$]
271
+ ];
272
+ export var MessageMetadata$ = [3, n0, _MM,
273
+ 0,
274
+ [_MI, _R, _MPS],
275
+ [0, () => Receipts, 0]
276
+ ];
277
+ export var MessageProcessingMetadata$ = [3, n0, _MPM,
278
+ 0,
279
+ [_MPS],
280
+ [0]
281
+ ];
282
+ export var Receipt$ = [3, n0, _Re,
283
+ 0,
284
+ [_DT, _RT, _RPI],
285
+ [0, 0, 0]
286
+ ];
287
+ export var ResourceNotFoundException$ = [-3, n0, _RNFE,
262
288
  { [_e]: _c, [_hE]: 404 },
263
289
  [_M, _RI, _RTe],
264
- [0, 0, 0],
290
+ [0, 0, 0]
265
291
  ];
266
292
  TypeRegistry.for(n0).registerError(ResourceNotFoundException$, ResourceNotFoundException);
267
- export var SendEventRequest$ = [
268
- 3,
269
- n0,
270
- _SER,
293
+ export var SendEventRequest$ = [3, n0, _SER,
271
294
  0,
272
295
  [_CT, _C, _CTl, _CTo],
273
- [0, 0, [0, 4], [0, { [_hH]: _XAB }]],
296
+ [0, 0, [0, 4], [0, { [_hH]: _XAB }]]
274
297
  ];
275
- export var SendEventResponse$ = [3, n0, _SERe, 0, [_Id, _AT], [0, 0]];
276
- export var SendMessageRequest$ = [
277
- 3,
278
- n0,
279
- _SMR,
298
+ export var SendEventResponse$ = [3, n0, _SERe,
299
+ 0,
300
+ [_Id, _AT],
301
+ [0, 0]
302
+ ];
303
+ export var SendMessageRequest$ = [3, n0, _SMR,
280
304
  0,
281
305
  [_CT, _C, _CTl, _CTo],
282
- [0, 0, [0, 4], [0, { [_hH]: _XAB }]],
306
+ [0, 0, [0, 4], [0, { [_hH]: _XAB }]]
283
307
  ];
284
- export var SendMessageResponse$ = [
285
- 3,
286
- n0,
287
- _SMRe,
308
+ export var SendMessageResponse$ = [3, n0, _SMRe,
288
309
  0,
289
310
  [_Id, _AT, _MM],
290
- [0, 0, () => MessageProcessingMetadata$],
311
+ [0, 0, () => MessageProcessingMetadata$]
312
+ ];
313
+ export var ServiceQuotaExceededException$ = [-3, n0, _SQEE,
314
+ { [_e]: _c, [_hE]: 402 },
315
+ [_M],
316
+ [0]
291
317
  ];
292
- export var ServiceQuotaExceededException$ = [-3, n0, _SQEE, { [_e]: _c, [_hE]: 402 }, [_M], [0]];
293
318
  TypeRegistry.for(n0).registerError(ServiceQuotaExceededException$, ServiceQuotaExceededException);
294
- export var StartAttachmentUploadRequest$ = [
295
- 3,
296
- n0,
297
- _SAUR,
319
+ export var StartAttachmentUploadRequest$ = [3, n0, _SAUR,
298
320
  0,
299
321
  [_CT, _ASIB, _AN, _CTl, _CTo],
300
- [0, 1, 0, [0, 4], [0, { [_hH]: _XAB }]],
322
+ [0, 1, 0, [0, 4], [0, { [_hH]: _XAB }]]
301
323
  ];
302
- export var StartAttachmentUploadResponse$ = [
303
- 3,
304
- n0,
305
- _SAURt,
324
+ export var StartAttachmentUploadResponse$ = [3, n0, _SAURt,
306
325
  0,
307
326
  [_AIt, _UM],
308
- [0, () => UploadMetadata$],
327
+ [0, () => UploadMetadata$]
328
+ ];
329
+ export var StartPosition$ = [3, n0, _SP,
330
+ 0,
331
+ [_Id, _AT, _MRo],
332
+ [0, 0, 1]
333
+ ];
334
+ export var ThrottlingException$ = [-3, n0, _TE,
335
+ { [_e]: _c, [_hE]: 429 },
336
+ [_M],
337
+ [0]
309
338
  ];
310
- export var StartPosition$ = [3, n0, _SP, 0, [_Id, _AT, _MRo], [0, 0, 1]];
311
- export var ThrottlingException$ = [-3, n0, _TE, { [_e]: _c, [_hE]: 429 }, [_M], [0]];
312
339
  TypeRegistry.for(n0).registerError(ThrottlingException$, ThrottlingException);
313
- export var UploadMetadata$ = [3, n0, _UM, 0, [_U, _UE, _HTI], [0, 0, 128 | 0]];
314
- export var ValidationException$ = [-3, n0, _VE, { [_e]: _c, [_hE]: 400 }, [_M], [0]];
340
+ export var UploadMetadata$ = [3, n0, _UM,
341
+ 0,
342
+ [_U, _UE, _HTI],
343
+ [0, 0, 128 | 0]
344
+ ];
345
+ export var ValidationException$ = [-3, n0, _VE,
346
+ { [_e]: _c, [_hE]: 400 },
347
+ [_M],
348
+ [0]
349
+ ];
315
350
  TypeRegistry.for(n0).registerError(ValidationException$, ValidationException);
316
- export var View$ = [
317
- 3,
318
- n0,
319
- _V,
351
+ export var View$ = [3, n0, _V,
320
352
  0,
321
353
  [_Id, _Ar, _N, _Ve, _C],
322
- [0, 0, [() => ViewName, 0], 1, [() => ViewContent$, 0]],
354
+ [0, 0, [() => ViewName, 0], 1, [() => ViewContent$, 0]]
323
355
  ];
324
- export var ViewContent$ = [
325
- 3,
326
- n0,
327
- _VC,
356
+ export var ViewContent$ = [3, n0, _VC,
328
357
  0,
329
358
  [_IS, _Te, _Ac],
330
- [
331
- [() => ViewInputSchema, 0],
332
- [() => ViewTemplate, 0],
333
- [() => ViewActions, 0],
334
- ],
359
+ [[() => ViewInputSchema, 0], [() => ViewTemplate, 0], [() => ViewActions, 0]]
335
360
  ];
336
- export var WebRTCConnection$ = [
337
- 3,
338
- n0,
339
- _WRTCC,
361
+ export var WebRTCConnection$ = [3, n0, _WRTCC,
340
362
  0,
341
363
  [_A, _Me],
342
- [[() => Attendee$, 0], () => WebRTCMeeting$],
364
+ [[() => Attendee$, 0], () => WebRTCMeeting$]
365
+ ];
366
+ export var WebRTCMediaPlacement$ = [3, n0, _WRTCMP,
367
+ 0,
368
+ [_AHU, _AFU, _SU, _EIU],
369
+ [0, 0, 0, 0]
343
370
  ];
344
- export var WebRTCMediaPlacement$ = [3, n0, _WRTCMP, 0, [_AHU, _AFU, _SU, _EIU], [0, 0, 0, 0]];
345
- export var WebRTCMeeting$ = [
346
- 3,
347
- n0,
348
- _WRTCM,
371
+ export var WebRTCMeeting$ = [3, n0, _WRTCM,
349
372
  0,
350
373
  [_MP, _MF, _MIe],
351
- [() => WebRTCMediaPlacement$, () => MeetingFeaturesConfiguration$, 0],
374
+ [() => WebRTCMediaPlacement$, () => MeetingFeaturesConfiguration$, 0]
352
375
  ];
353
- export var Websocket$ = [3, n0, _W, 0, [_U, _CEo], [0, 0]];
354
- export var ConnectParticipantServiceException$ = [
355
- -3,
356
- _sm,
357
- "ConnectParticipantServiceException",
376
+ export var Websocket$ = [3, n0, _W,
358
377
  0,
359
- [],
360
- [],
378
+ [_U, _CEo],
379
+ [0, 0]
361
380
  ];
381
+ export var ConnectParticipantServiceException$ = [-3, _sm, "ConnectParticipantServiceException", 0, [], []];
362
382
  TypeRegistry.for(_sm).registerError(ConnectParticipantServiceException$, ConnectParticipantServiceException);
363
383
  var AttachmentIdList = 64 | 0;
364
- var Attachments = [1, n0, _At, 0, () => AttachmentItem$];
384
+ var Attachments = [1, n0, _At,
385
+ 0, () => AttachmentItem$
386
+ ];
365
387
  var ConnectionTypeList = 64 | 0;
366
- var Receipts = [1, n0, _R, 0, () => Receipt$];
367
- var Transcript = [1, n0, _Tr, 0, () => Item$];
368
- var ViewActions = [1, n0, _VAi, 0, [() => ViewAction, 0]];
388
+ var Receipts = [1, n0, _R,
389
+ 0, () => Receipt$
390
+ ];
391
+ var Transcript = [1, n0, _Tr,
392
+ 0, () => Item$
393
+ ];
394
+ var ViewActions = [1, n0, _VAi,
395
+ 0, [() => ViewAction,
396
+ 0]
397
+ ];
369
398
  var UploadMetadataSignedHeaders = 128 | 0;
370
- export var CancelParticipantAuthentication$ = [
371
- 9,
372
- n0,
373
- _CPA,
374
- { [_h]: ["POST", "/participant/cancel-authentication", 200] },
375
- () => CancelParticipantAuthenticationRequest$,
376
- () => CancelParticipantAuthenticationResponse$,
377
- ];
378
- export var CompleteAttachmentUpload$ = [
379
- 9,
380
- n0,
381
- _CAU,
382
- { [_h]: ["POST", "/participant/complete-attachment-upload", 200] },
383
- () => CompleteAttachmentUploadRequest$,
384
- () => CompleteAttachmentUploadResponse$,
385
- ];
386
- export var CreateParticipantConnection$ = [
387
- 9,
388
- n0,
389
- _CPC,
390
- { [_h]: ["POST", "/participant/connection", 200] },
391
- () => CreateParticipantConnectionRequest$,
392
- () => CreateParticipantConnectionResponse$,
393
- ];
394
- export var DescribeView$ = [
395
- 9,
396
- n0,
397
- _DV,
398
- { [_h]: ["GET", "/participant/views/{ViewToken}", 200] },
399
- () => DescribeViewRequest$,
400
- () => DescribeViewResponse$,
401
- ];
402
- export var DisconnectParticipant$ = [
403
- 9,
404
- n0,
405
- _DP,
406
- { [_h]: ["POST", "/participant/disconnect", 200] },
407
- () => DisconnectParticipantRequest$,
408
- () => DisconnectParticipantResponse$,
409
- ];
410
- export var GetAttachment$ = [
411
- 9,
412
- n0,
413
- _GA,
414
- { [_h]: ["POST", "/participant/attachment", 200] },
415
- () => GetAttachmentRequest$,
416
- () => GetAttachmentResponse$,
417
- ];
418
- export var GetAuthenticationUrl$ = [
419
- 9,
420
- n0,
421
- _GAU,
422
- { [_h]: ["POST", "/participant/authentication-url", 200] },
423
- () => GetAuthenticationUrlRequest$,
424
- () => GetAuthenticationUrlResponse$,
425
- ];
426
- export var GetTranscript$ = [
427
- 9,
428
- n0,
429
- _GT,
430
- { [_h]: ["POST", "/participant/transcript", 200] },
431
- () => GetTranscriptRequest$,
432
- () => GetTranscriptResponse$,
433
- ];
434
- export var SendEvent$ = [
435
- 9,
436
- n0,
437
- _SE,
438
- { [_h]: ["POST", "/participant/event", 200] },
439
- () => SendEventRequest$,
440
- () => SendEventResponse$,
441
- ];
442
- export var SendMessage$ = [
443
- 9,
444
- n0,
445
- _SM,
446
- { [_h]: ["POST", "/participant/message", 200] },
447
- () => SendMessageRequest$,
448
- () => SendMessageResponse$,
449
- ];
450
- export var StartAttachmentUpload$ = [
451
- 9,
452
- n0,
453
- _SAU,
454
- { [_h]: ["POST", "/participant/start-attachment-upload", 200] },
455
- () => StartAttachmentUploadRequest$,
456
- () => StartAttachmentUploadResponse$,
399
+ export var CancelParticipantAuthentication$ = [9, n0, _CPA,
400
+ { [_h]: ["POST", "/participant/cancel-authentication", 200] }, () => CancelParticipantAuthenticationRequest$, () => CancelParticipantAuthenticationResponse$
401
+ ];
402
+ export var CompleteAttachmentUpload$ = [9, n0, _CAU,
403
+ { [_h]: ["POST", "/participant/complete-attachment-upload", 200] }, () => CompleteAttachmentUploadRequest$, () => CompleteAttachmentUploadResponse$
404
+ ];
405
+ export var CreateParticipantConnection$ = [9, n0, _CPC,
406
+ { [_h]: ["POST", "/participant/connection", 200] }, () => CreateParticipantConnectionRequest$, () => CreateParticipantConnectionResponse$
407
+ ];
408
+ export var DescribeView$ = [9, n0, _DV,
409
+ { [_h]: ["GET", "/participant/views/{ViewToken}", 200] }, () => DescribeViewRequest$, () => DescribeViewResponse$
410
+ ];
411
+ export var DisconnectParticipant$ = [9, n0, _DP,
412
+ { [_h]: ["POST", "/participant/disconnect", 200] }, () => DisconnectParticipantRequest$, () => DisconnectParticipantResponse$
413
+ ];
414
+ export var GetAttachment$ = [9, n0, _GA,
415
+ { [_h]: ["POST", "/participant/attachment", 200] }, () => GetAttachmentRequest$, () => GetAttachmentResponse$
416
+ ];
417
+ export var GetAuthenticationUrl$ = [9, n0, _GAU,
418
+ { [_h]: ["POST", "/participant/authentication-url", 200] }, () => GetAuthenticationUrlRequest$, () => GetAuthenticationUrlResponse$
419
+ ];
420
+ export var GetTranscript$ = [9, n0, _GT,
421
+ { [_h]: ["POST", "/participant/transcript", 200] }, () => GetTranscriptRequest$, () => GetTranscriptResponse$
422
+ ];
423
+ export var SendEvent$ = [9, n0, _SE,
424
+ { [_h]: ["POST", "/participant/event", 200] }, () => SendEventRequest$, () => SendEventResponse$
425
+ ];
426
+ export var SendMessage$ = [9, n0, _SM,
427
+ { [_h]: ["POST", "/participant/message", 200] }, () => SendMessageRequest$, () => SendMessageResponse$
428
+ ];
429
+ export var StartAttachmentUpload$ = [9, n0, _SAU,
430
+ { [_h]: ["POST", "/participant/start-attachment-upload", 200] }, () => StartAttachmentUploadRequest$, () => StartAttachmentUploadResponse$
457
431
  ];
@@ -1,2 +1,2 @@
1
- export * from "./GetTranscriptPaginator";
2
1
  export * from "./Interfaces";
2
+ export * from "./GetTranscriptPaginator";
@@ -1,2 +1,2 @@
1
- export * from "./GetTranscriptPaginator";
2
1
  export * from "./Interfaces";
2
+ export * from "./GetTranscriptPaginator";
package/package.json CHANGED
@@ -1,12 +1,12 @@
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.956.0",
4
+ "version": "3.958.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-connectparticipant",
8
8
  "build:es": "tsc -p tsconfig.es.json",
9
- "build:include:deps": "lerna run --scope $npm_package_name --include-dependencies build",
9
+ "build:include:deps": "yarn g:turbo run build -F=\"$npm_package_name\"",
10
10
  "build:types": "tsc -p tsconfig.types.json",
11
11
  "build:types:downlevel": "downlevel-dts dist-types dist-types/ts3.4",
12
12
  "clean": "rimraf ./dist-* && rimraf *.tsbuildinfo",
@@ -21,17 +21,17 @@
21
21
  "dependencies": {
22
22
  "@aws-crypto/sha256-browser": "5.2.0",
23
23
  "@aws-crypto/sha256-js": "5.2.0",
24
- "@aws-sdk/core": "3.956.0",
25
- "@aws-sdk/credential-provider-node": "3.956.0",
26
- "@aws-sdk/middleware-host-header": "3.956.0",
27
- "@aws-sdk/middleware-logger": "3.956.0",
28
- "@aws-sdk/middleware-recursion-detection": "3.956.0",
29
- "@aws-sdk/middleware-user-agent": "3.956.0",
30
- "@aws-sdk/region-config-resolver": "3.956.0",
31
- "@aws-sdk/types": "3.956.0",
32
- "@aws-sdk/util-endpoints": "3.956.0",
33
- "@aws-sdk/util-user-agent-browser": "3.956.0",
34
- "@aws-sdk/util-user-agent-node": "3.956.0",
24
+ "@aws-sdk/core": "3.957.0",
25
+ "@aws-sdk/credential-provider-node": "3.958.0",
26
+ "@aws-sdk/middleware-host-header": "3.957.0",
27
+ "@aws-sdk/middleware-logger": "3.957.0",
28
+ "@aws-sdk/middleware-recursion-detection": "3.957.0",
29
+ "@aws-sdk/middleware-user-agent": "3.957.0",
30
+ "@aws-sdk/region-config-resolver": "3.957.0",
31
+ "@aws-sdk/types": "3.957.0",
32
+ "@aws-sdk/util-endpoints": "3.957.0",
33
+ "@aws-sdk/util-user-agent-browser": "3.957.0",
34
+ "@aws-sdk/util-user-agent-node": "3.957.0",
35
35
  "@smithy/config-resolver": "^4.4.5",
36
36
  "@smithy/core": "^3.20.0",
37
37
  "@smithy/fetch-http-handler": "^5.3.8",