@aws-sdk/client-ivs-realtime 3.758.0 → 3.767.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 +475 -60
- package/dist-es/models/models_0.js +112 -0
- package/dist-es/protocols/Aws_restJson1.js +86 -7
- package/dist-types/commands/CreateStageCommand.d.ts +8 -0
- package/dist-types/commands/GetCompositionCommand.d.ts +3 -0
- package/dist-types/commands/GetStageCommand.d.ts +4 -0
- package/dist-types/commands/StartCompositionCommand.d.ts +6 -0
- package/dist-types/commands/UpdateStageCommand.d.ts +8 -0
- package/dist-types/models/models_0.d.ts +536 -172
- package/dist-types/ts3.4/models/models_0.d.ts +65 -0
- package/package.json +1 -1
package/dist-cjs/index.js
CHANGED
|
@@ -19,8 +19,8 @@ var __copyProps = (to, from, except, desc) => {
|
|
|
19
19
|
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
20
20
|
|
|
21
21
|
// src/index.ts
|
|
22
|
-
var
|
|
23
|
-
__export(
|
|
22
|
+
var index_exports = {};
|
|
23
|
+
__export(index_exports, {
|
|
24
24
|
AccessDeniedException: () => AccessDeniedException,
|
|
25
25
|
CompositionState: () => CompositionState,
|
|
26
26
|
ConflictException: () => ConflictException,
|
|
@@ -104,7 +104,7 @@ __export(src_exports, {
|
|
|
104
104
|
paginateListStages: () => paginateListStages,
|
|
105
105
|
paginateListStorageConfigurations: () => paginateListStorageConfigurations
|
|
106
106
|
});
|
|
107
|
-
module.exports = __toCommonJS(
|
|
107
|
+
module.exports = __toCommonJS(index_exports);
|
|
108
108
|
|
|
109
109
|
// src/IVSRealTimeClient.ts
|
|
110
110
|
var import_middleware_host_header = require("@aws-sdk/middleware-host-header");
|
|
@@ -231,9 +231,9 @@ var IVSRealTimeClient = class extends import_smithy_client.Client {
|
|
|
231
231
|
this.middlewareStack.use(
|
|
232
232
|
(0, import_core.getHttpAuthSchemeEndpointRuleSetPlugin)(this.config, {
|
|
233
233
|
httpAuthSchemeParametersProvider: import_httpAuthSchemeProvider.defaultIVSRealTimeHttpAuthSchemeParametersProvider,
|
|
234
|
-
identityProviderConfigProvider: async (config) => new import_core.DefaultIdentityProviderConfig({
|
|
234
|
+
identityProviderConfigProvider: /* @__PURE__ */ __name(async (config) => new import_core.DefaultIdentityProviderConfig({
|
|
235
235
|
"aws.auth#sigv4": config.credentials
|
|
236
|
-
})
|
|
236
|
+
}), "identityProviderConfigProvider")
|
|
237
237
|
})
|
|
238
238
|
);
|
|
239
239
|
this.middlewareStack.use((0, import_core.getHttpSigningPlugin)(this.config));
|
|
@@ -285,6 +285,46 @@ var AccessDeniedException = class _AccessDeniedException extends IVSRealTimeServ
|
|
|
285
285
|
}
|
|
286
286
|
name = "AccessDeniedException";
|
|
287
287
|
$fault = "client";
|
|
288
|
+
/**
|
|
289
|
+
* <p/>
|
|
290
|
+
* @public
|
|
291
|
+
*/
|
|
292
|
+
accessControlAllowOrigin;
|
|
293
|
+
/**
|
|
294
|
+
* <p/>
|
|
295
|
+
* @public
|
|
296
|
+
*/
|
|
297
|
+
accessControlExposeHeaders;
|
|
298
|
+
/**
|
|
299
|
+
* <p/>
|
|
300
|
+
* @public
|
|
301
|
+
*/
|
|
302
|
+
cacheControl;
|
|
303
|
+
/**
|
|
304
|
+
* <p/>
|
|
305
|
+
* @public
|
|
306
|
+
*/
|
|
307
|
+
contentSecurityPolicy;
|
|
308
|
+
/**
|
|
309
|
+
* <p/>
|
|
310
|
+
* @public
|
|
311
|
+
*/
|
|
312
|
+
strictTransportSecurity;
|
|
313
|
+
/**
|
|
314
|
+
* <p/>
|
|
315
|
+
* @public
|
|
316
|
+
*/
|
|
317
|
+
xContentTypeOptions;
|
|
318
|
+
/**
|
|
319
|
+
* <p/>
|
|
320
|
+
* @public
|
|
321
|
+
*/
|
|
322
|
+
xFrameOptions;
|
|
323
|
+
/**
|
|
324
|
+
* <p/>
|
|
325
|
+
* @public
|
|
326
|
+
*/
|
|
327
|
+
xAmznErrorType;
|
|
288
328
|
/**
|
|
289
329
|
* <p>User does not have sufficient access to perform this action.</p>
|
|
290
330
|
* @public
|
|
@@ -300,6 +340,14 @@ var AccessDeniedException = class _AccessDeniedException extends IVSRealTimeServ
|
|
|
300
340
|
...opts
|
|
301
341
|
});
|
|
302
342
|
Object.setPrototypeOf(this, _AccessDeniedException.prototype);
|
|
343
|
+
this.accessControlAllowOrigin = opts.accessControlAllowOrigin;
|
|
344
|
+
this.accessControlExposeHeaders = opts.accessControlExposeHeaders;
|
|
345
|
+
this.cacheControl = opts.cacheControl;
|
|
346
|
+
this.contentSecurityPolicy = opts.contentSecurityPolicy;
|
|
347
|
+
this.strictTransportSecurity = opts.strictTransportSecurity;
|
|
348
|
+
this.xContentTypeOptions = opts.xContentTypeOptions;
|
|
349
|
+
this.xFrameOptions = opts.xFrameOptions;
|
|
350
|
+
this.xAmznErrorType = opts.xAmznErrorType;
|
|
303
351
|
this.exceptionMessage = opts.exceptionMessage;
|
|
304
352
|
}
|
|
305
353
|
};
|
|
@@ -309,6 +357,46 @@ var ConflictException = class _ConflictException extends IVSRealTimeServiceExcep
|
|
|
309
357
|
}
|
|
310
358
|
name = "ConflictException";
|
|
311
359
|
$fault = "client";
|
|
360
|
+
/**
|
|
361
|
+
* <p/>
|
|
362
|
+
* @public
|
|
363
|
+
*/
|
|
364
|
+
accessControlAllowOrigin;
|
|
365
|
+
/**
|
|
366
|
+
* <p/>
|
|
367
|
+
* @public
|
|
368
|
+
*/
|
|
369
|
+
accessControlExposeHeaders;
|
|
370
|
+
/**
|
|
371
|
+
* <p/>
|
|
372
|
+
* @public
|
|
373
|
+
*/
|
|
374
|
+
cacheControl;
|
|
375
|
+
/**
|
|
376
|
+
* <p/>
|
|
377
|
+
* @public
|
|
378
|
+
*/
|
|
379
|
+
contentSecurityPolicy;
|
|
380
|
+
/**
|
|
381
|
+
* <p/>
|
|
382
|
+
* @public
|
|
383
|
+
*/
|
|
384
|
+
strictTransportSecurity;
|
|
385
|
+
/**
|
|
386
|
+
* <p/>
|
|
387
|
+
* @public
|
|
388
|
+
*/
|
|
389
|
+
xContentTypeOptions;
|
|
390
|
+
/**
|
|
391
|
+
* <p/>
|
|
392
|
+
* @public
|
|
393
|
+
*/
|
|
394
|
+
xFrameOptions;
|
|
395
|
+
/**
|
|
396
|
+
* <p/>
|
|
397
|
+
* @public
|
|
398
|
+
*/
|
|
399
|
+
xAmznErrorType;
|
|
312
400
|
/**
|
|
313
401
|
* <p>Updating or deleting a resource can cause an inconsistent state.</p>
|
|
314
402
|
* @public
|
|
@@ -324,6 +412,14 @@ var ConflictException = class _ConflictException extends IVSRealTimeServiceExcep
|
|
|
324
412
|
...opts
|
|
325
413
|
});
|
|
326
414
|
Object.setPrototypeOf(this, _ConflictException.prototype);
|
|
415
|
+
this.accessControlAllowOrigin = opts.accessControlAllowOrigin;
|
|
416
|
+
this.accessControlExposeHeaders = opts.accessControlExposeHeaders;
|
|
417
|
+
this.cacheControl = opts.cacheControl;
|
|
418
|
+
this.contentSecurityPolicy = opts.contentSecurityPolicy;
|
|
419
|
+
this.strictTransportSecurity = opts.strictTransportSecurity;
|
|
420
|
+
this.xContentTypeOptions = opts.xContentTypeOptions;
|
|
421
|
+
this.xFrameOptions = opts.xFrameOptions;
|
|
422
|
+
this.xAmznErrorType = opts.xAmznErrorType;
|
|
327
423
|
this.exceptionMessage = opts.exceptionMessage;
|
|
328
424
|
}
|
|
329
425
|
};
|
|
@@ -333,6 +429,46 @@ var InternalServerException = class _InternalServerException extends IVSRealTime
|
|
|
333
429
|
}
|
|
334
430
|
name = "InternalServerException";
|
|
335
431
|
$fault = "server";
|
|
432
|
+
/**
|
|
433
|
+
* <p/>
|
|
434
|
+
* @public
|
|
435
|
+
*/
|
|
436
|
+
accessControlAllowOrigin;
|
|
437
|
+
/**
|
|
438
|
+
* <p/>
|
|
439
|
+
* @public
|
|
440
|
+
*/
|
|
441
|
+
accessControlExposeHeaders;
|
|
442
|
+
/**
|
|
443
|
+
* <p/>
|
|
444
|
+
* @public
|
|
445
|
+
*/
|
|
446
|
+
cacheControl;
|
|
447
|
+
/**
|
|
448
|
+
* <p/>
|
|
449
|
+
* @public
|
|
450
|
+
*/
|
|
451
|
+
contentSecurityPolicy;
|
|
452
|
+
/**
|
|
453
|
+
* <p/>
|
|
454
|
+
* @public
|
|
455
|
+
*/
|
|
456
|
+
strictTransportSecurity;
|
|
457
|
+
/**
|
|
458
|
+
* <p/>
|
|
459
|
+
* @public
|
|
460
|
+
*/
|
|
461
|
+
xContentTypeOptions;
|
|
462
|
+
/**
|
|
463
|
+
* <p/>
|
|
464
|
+
* @public
|
|
465
|
+
*/
|
|
466
|
+
xFrameOptions;
|
|
467
|
+
/**
|
|
468
|
+
* <p/>
|
|
469
|
+
* @public
|
|
470
|
+
*/
|
|
471
|
+
xAmznErrorType;
|
|
336
472
|
/**
|
|
337
473
|
* <p>Unexpected error during processing of request.</p>
|
|
338
474
|
* @public
|
|
@@ -348,6 +484,14 @@ var InternalServerException = class _InternalServerException extends IVSRealTime
|
|
|
348
484
|
...opts
|
|
349
485
|
});
|
|
350
486
|
Object.setPrototypeOf(this, _InternalServerException.prototype);
|
|
487
|
+
this.accessControlAllowOrigin = opts.accessControlAllowOrigin;
|
|
488
|
+
this.accessControlExposeHeaders = opts.accessControlExposeHeaders;
|
|
489
|
+
this.cacheControl = opts.cacheControl;
|
|
490
|
+
this.contentSecurityPolicy = opts.contentSecurityPolicy;
|
|
491
|
+
this.strictTransportSecurity = opts.strictTransportSecurity;
|
|
492
|
+
this.xContentTypeOptions = opts.xContentTypeOptions;
|
|
493
|
+
this.xFrameOptions = opts.xFrameOptions;
|
|
494
|
+
this.xAmznErrorType = opts.xAmznErrorType;
|
|
351
495
|
this.exceptionMessage = opts.exceptionMessage;
|
|
352
496
|
}
|
|
353
497
|
};
|
|
@@ -357,6 +501,46 @@ var PendingVerification = class _PendingVerification extends IVSRealTimeServiceE
|
|
|
357
501
|
}
|
|
358
502
|
name = "PendingVerification";
|
|
359
503
|
$fault = "client";
|
|
504
|
+
/**
|
|
505
|
+
* <p/>
|
|
506
|
+
* @public
|
|
507
|
+
*/
|
|
508
|
+
accessControlAllowOrigin;
|
|
509
|
+
/**
|
|
510
|
+
* <p/>
|
|
511
|
+
* @public
|
|
512
|
+
*/
|
|
513
|
+
accessControlExposeHeaders;
|
|
514
|
+
/**
|
|
515
|
+
* <p/>
|
|
516
|
+
* @public
|
|
517
|
+
*/
|
|
518
|
+
cacheControl;
|
|
519
|
+
/**
|
|
520
|
+
* <p/>
|
|
521
|
+
* @public
|
|
522
|
+
*/
|
|
523
|
+
contentSecurityPolicy;
|
|
524
|
+
/**
|
|
525
|
+
* <p/>
|
|
526
|
+
* @public
|
|
527
|
+
*/
|
|
528
|
+
strictTransportSecurity;
|
|
529
|
+
/**
|
|
530
|
+
* <p/>
|
|
531
|
+
* @public
|
|
532
|
+
*/
|
|
533
|
+
xContentTypeOptions;
|
|
534
|
+
/**
|
|
535
|
+
* <p/>
|
|
536
|
+
* @public
|
|
537
|
+
*/
|
|
538
|
+
xFrameOptions;
|
|
539
|
+
/**
|
|
540
|
+
* <p/>
|
|
541
|
+
* @public
|
|
542
|
+
*/
|
|
543
|
+
xAmznErrorType;
|
|
360
544
|
/**
|
|
361
545
|
* <p> Your account is pending verification. </p>
|
|
362
546
|
* @public
|
|
@@ -372,6 +556,14 @@ var PendingVerification = class _PendingVerification extends IVSRealTimeServiceE
|
|
|
372
556
|
...opts
|
|
373
557
|
});
|
|
374
558
|
Object.setPrototypeOf(this, _PendingVerification.prototype);
|
|
559
|
+
this.accessControlAllowOrigin = opts.accessControlAllowOrigin;
|
|
560
|
+
this.accessControlExposeHeaders = opts.accessControlExposeHeaders;
|
|
561
|
+
this.cacheControl = opts.cacheControl;
|
|
562
|
+
this.contentSecurityPolicy = opts.contentSecurityPolicy;
|
|
563
|
+
this.strictTransportSecurity = opts.strictTransportSecurity;
|
|
564
|
+
this.xContentTypeOptions = opts.xContentTypeOptions;
|
|
565
|
+
this.xFrameOptions = opts.xFrameOptions;
|
|
566
|
+
this.xAmznErrorType = opts.xAmznErrorType;
|
|
375
567
|
this.exceptionMessage = opts.exceptionMessage;
|
|
376
568
|
}
|
|
377
569
|
};
|
|
@@ -381,6 +573,46 @@ var ResourceNotFoundException = class _ResourceNotFoundException extends IVSReal
|
|
|
381
573
|
}
|
|
382
574
|
name = "ResourceNotFoundException";
|
|
383
575
|
$fault = "client";
|
|
576
|
+
/**
|
|
577
|
+
* <p/>
|
|
578
|
+
* @public
|
|
579
|
+
*/
|
|
580
|
+
accessControlAllowOrigin;
|
|
581
|
+
/**
|
|
582
|
+
* <p/>
|
|
583
|
+
* @public
|
|
584
|
+
*/
|
|
585
|
+
accessControlExposeHeaders;
|
|
586
|
+
/**
|
|
587
|
+
* <p/>
|
|
588
|
+
* @public
|
|
589
|
+
*/
|
|
590
|
+
cacheControl;
|
|
591
|
+
/**
|
|
592
|
+
* <p/>
|
|
593
|
+
* @public
|
|
594
|
+
*/
|
|
595
|
+
contentSecurityPolicy;
|
|
596
|
+
/**
|
|
597
|
+
* <p/>
|
|
598
|
+
* @public
|
|
599
|
+
*/
|
|
600
|
+
strictTransportSecurity;
|
|
601
|
+
/**
|
|
602
|
+
* <p/>
|
|
603
|
+
* @public
|
|
604
|
+
*/
|
|
605
|
+
xContentTypeOptions;
|
|
606
|
+
/**
|
|
607
|
+
* <p/>
|
|
608
|
+
* @public
|
|
609
|
+
*/
|
|
610
|
+
xFrameOptions;
|
|
611
|
+
/**
|
|
612
|
+
* <p/>
|
|
613
|
+
* @public
|
|
614
|
+
*/
|
|
615
|
+
xAmznErrorType;
|
|
384
616
|
/**
|
|
385
617
|
* <p>Request references a resource which does not exist.</p>
|
|
386
618
|
* @public
|
|
@@ -396,6 +628,14 @@ var ResourceNotFoundException = class _ResourceNotFoundException extends IVSReal
|
|
|
396
628
|
...opts
|
|
397
629
|
});
|
|
398
630
|
Object.setPrototypeOf(this, _ResourceNotFoundException.prototype);
|
|
631
|
+
this.accessControlAllowOrigin = opts.accessControlAllowOrigin;
|
|
632
|
+
this.accessControlExposeHeaders = opts.accessControlExposeHeaders;
|
|
633
|
+
this.cacheControl = opts.cacheControl;
|
|
634
|
+
this.contentSecurityPolicy = opts.contentSecurityPolicy;
|
|
635
|
+
this.strictTransportSecurity = opts.strictTransportSecurity;
|
|
636
|
+
this.xContentTypeOptions = opts.xContentTypeOptions;
|
|
637
|
+
this.xFrameOptions = opts.xFrameOptions;
|
|
638
|
+
this.xAmznErrorType = opts.xAmznErrorType;
|
|
399
639
|
this.exceptionMessage = opts.exceptionMessage;
|
|
400
640
|
}
|
|
401
641
|
};
|
|
@@ -405,6 +645,46 @@ var ServiceQuotaExceededException = class _ServiceQuotaExceededException extends
|
|
|
405
645
|
}
|
|
406
646
|
name = "ServiceQuotaExceededException";
|
|
407
647
|
$fault = "client";
|
|
648
|
+
/**
|
|
649
|
+
* <p/>
|
|
650
|
+
* @public
|
|
651
|
+
*/
|
|
652
|
+
accessControlAllowOrigin;
|
|
653
|
+
/**
|
|
654
|
+
* <p/>
|
|
655
|
+
* @public
|
|
656
|
+
*/
|
|
657
|
+
accessControlExposeHeaders;
|
|
658
|
+
/**
|
|
659
|
+
* <p/>
|
|
660
|
+
* @public
|
|
661
|
+
*/
|
|
662
|
+
cacheControl;
|
|
663
|
+
/**
|
|
664
|
+
* <p/>
|
|
665
|
+
* @public
|
|
666
|
+
*/
|
|
667
|
+
contentSecurityPolicy;
|
|
668
|
+
/**
|
|
669
|
+
* <p/>
|
|
670
|
+
* @public
|
|
671
|
+
*/
|
|
672
|
+
strictTransportSecurity;
|
|
673
|
+
/**
|
|
674
|
+
* <p/>
|
|
675
|
+
* @public
|
|
676
|
+
*/
|
|
677
|
+
xContentTypeOptions;
|
|
678
|
+
/**
|
|
679
|
+
* <p/>
|
|
680
|
+
* @public
|
|
681
|
+
*/
|
|
682
|
+
xFrameOptions;
|
|
683
|
+
/**
|
|
684
|
+
* <p/>
|
|
685
|
+
* @public
|
|
686
|
+
*/
|
|
687
|
+
xAmznErrorType;
|
|
408
688
|
/**
|
|
409
689
|
* <p>Request would cause a service quota to be exceeded.</p>
|
|
410
690
|
* @public
|
|
@@ -420,6 +700,14 @@ var ServiceQuotaExceededException = class _ServiceQuotaExceededException extends
|
|
|
420
700
|
...opts
|
|
421
701
|
});
|
|
422
702
|
Object.setPrototypeOf(this, _ServiceQuotaExceededException.prototype);
|
|
703
|
+
this.accessControlAllowOrigin = opts.accessControlAllowOrigin;
|
|
704
|
+
this.accessControlExposeHeaders = opts.accessControlExposeHeaders;
|
|
705
|
+
this.cacheControl = opts.cacheControl;
|
|
706
|
+
this.contentSecurityPolicy = opts.contentSecurityPolicy;
|
|
707
|
+
this.strictTransportSecurity = opts.strictTransportSecurity;
|
|
708
|
+
this.xContentTypeOptions = opts.xContentTypeOptions;
|
|
709
|
+
this.xFrameOptions = opts.xFrameOptions;
|
|
710
|
+
this.xAmznErrorType = opts.xAmznErrorType;
|
|
423
711
|
this.exceptionMessage = opts.exceptionMessage;
|
|
424
712
|
}
|
|
425
713
|
};
|
|
@@ -429,6 +717,46 @@ var ValidationException = class _ValidationException extends IVSRealTimeServiceE
|
|
|
429
717
|
}
|
|
430
718
|
name = "ValidationException";
|
|
431
719
|
$fault = "client";
|
|
720
|
+
/**
|
|
721
|
+
* <p/>
|
|
722
|
+
* @public
|
|
723
|
+
*/
|
|
724
|
+
accessControlAllowOrigin;
|
|
725
|
+
/**
|
|
726
|
+
* <p/>
|
|
727
|
+
* @public
|
|
728
|
+
*/
|
|
729
|
+
accessControlExposeHeaders;
|
|
730
|
+
/**
|
|
731
|
+
* <p/>
|
|
732
|
+
* @public
|
|
733
|
+
*/
|
|
734
|
+
cacheControl;
|
|
735
|
+
/**
|
|
736
|
+
* <p/>
|
|
737
|
+
* @public
|
|
738
|
+
*/
|
|
739
|
+
contentSecurityPolicy;
|
|
740
|
+
/**
|
|
741
|
+
* <p/>
|
|
742
|
+
* @public
|
|
743
|
+
*/
|
|
744
|
+
strictTransportSecurity;
|
|
745
|
+
/**
|
|
746
|
+
* <p/>
|
|
747
|
+
* @public
|
|
748
|
+
*/
|
|
749
|
+
xContentTypeOptions;
|
|
750
|
+
/**
|
|
751
|
+
* <p/>
|
|
752
|
+
* @public
|
|
753
|
+
*/
|
|
754
|
+
xFrameOptions;
|
|
755
|
+
/**
|
|
756
|
+
* <p/>
|
|
757
|
+
* @public
|
|
758
|
+
*/
|
|
759
|
+
xAmznErrorType;
|
|
432
760
|
/**
|
|
433
761
|
* <p>The input fails to satisfy the constraints specified by an Amazon Web Services service.</p>
|
|
434
762
|
* @public
|
|
@@ -444,6 +772,14 @@ var ValidationException = class _ValidationException extends IVSRealTimeServiceE
|
|
|
444
772
|
...opts
|
|
445
773
|
});
|
|
446
774
|
Object.setPrototypeOf(this, _ValidationException.prototype);
|
|
775
|
+
this.accessControlAllowOrigin = opts.accessControlAllowOrigin;
|
|
776
|
+
this.accessControlExposeHeaders = opts.accessControlExposeHeaders;
|
|
777
|
+
this.cacheControl = opts.cacheControl;
|
|
778
|
+
this.contentSecurityPolicy = opts.contentSecurityPolicy;
|
|
779
|
+
this.strictTransportSecurity = opts.strictTransportSecurity;
|
|
780
|
+
this.xContentTypeOptions = opts.xContentTypeOptions;
|
|
781
|
+
this.xFrameOptions = opts.xFrameOptions;
|
|
782
|
+
this.xAmznErrorType = opts.xAmznErrorType;
|
|
447
783
|
this.exceptionMessage = opts.exceptionMessage;
|
|
448
784
|
}
|
|
449
785
|
};
|
|
@@ -611,8 +947,8 @@ var se_CreateEncoderConfigurationCommand = /* @__PURE__ */ __name(async (input,
|
|
|
611
947
|
body = JSON.stringify(
|
|
612
948
|
(0, import_smithy_client.take)(input, {
|
|
613
949
|
name: [],
|
|
614
|
-
tags: (_) => (0, import_smithy_client._json)(_),
|
|
615
|
-
video: (_) => se_Video(_, context)
|
|
950
|
+
tags: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "tags"),
|
|
951
|
+
video: /* @__PURE__ */ __name((_) => se_Video(_, context), "video")
|
|
616
952
|
})
|
|
617
953
|
);
|
|
618
954
|
b.m("POST").h(headers).b(body);
|
|
@@ -627,12 +963,12 @@ var se_CreateIngestConfigurationCommand = /* @__PURE__ */ __name(async (input, c
|
|
|
627
963
|
let body;
|
|
628
964
|
body = JSON.stringify(
|
|
629
965
|
(0, import_smithy_client.take)(input, {
|
|
630
|
-
attributes: (_) => (0, import_smithy_client._json)(_),
|
|
966
|
+
attributes: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "attributes"),
|
|
631
967
|
ingestProtocol: [],
|
|
632
968
|
insecureIngest: [],
|
|
633
969
|
name: [],
|
|
634
970
|
stageArn: [],
|
|
635
|
-
tags: (_) => (0, import_smithy_client._json)(_),
|
|
971
|
+
tags: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "tags"),
|
|
636
972
|
userId: []
|
|
637
973
|
})
|
|
638
974
|
);
|
|
@@ -648,8 +984,8 @@ var se_CreateParticipantTokenCommand = /* @__PURE__ */ __name(async (input, cont
|
|
|
648
984
|
let body;
|
|
649
985
|
body = JSON.stringify(
|
|
650
986
|
(0, import_smithy_client.take)(input, {
|
|
651
|
-
attributes: (_) => (0, import_smithy_client._json)(_),
|
|
652
|
-
capabilities: (_) => (0, import_smithy_client._json)(_),
|
|
987
|
+
attributes: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "attributes"),
|
|
988
|
+
capabilities: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "capabilities"),
|
|
653
989
|
duration: [],
|
|
654
990
|
stageArn: [],
|
|
655
991
|
userId: []
|
|
@@ -667,10 +1003,10 @@ var se_CreateStageCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
|
667
1003
|
let body;
|
|
668
1004
|
body = JSON.stringify(
|
|
669
1005
|
(0, import_smithy_client.take)(input, {
|
|
670
|
-
autoParticipantRecordingConfiguration: (_) => (0, import_smithy_client._json)(_),
|
|
1006
|
+
autoParticipantRecordingConfiguration: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "autoParticipantRecordingConfiguration"),
|
|
671
1007
|
name: [],
|
|
672
|
-
participantTokenConfigurations: (_) => (0, import_smithy_client._json)(_),
|
|
673
|
-
tags: (_) => (0, import_smithy_client._json)(_)
|
|
1008
|
+
participantTokenConfigurations: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "participantTokenConfigurations"),
|
|
1009
|
+
tags: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "tags")
|
|
674
1010
|
})
|
|
675
1011
|
);
|
|
676
1012
|
b.m("POST").h(headers).b(body);
|
|
@@ -686,8 +1022,8 @@ var se_CreateStorageConfigurationCommand = /* @__PURE__ */ __name(async (input,
|
|
|
686
1022
|
body = JSON.stringify(
|
|
687
1023
|
(0, import_smithy_client.take)(input, {
|
|
688
1024
|
name: [],
|
|
689
|
-
s3: (_) => (0, import_smithy_client._json)(_),
|
|
690
|
-
tags: (_) => (0, import_smithy_client._json)(_)
|
|
1025
|
+
s3: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "s3"),
|
|
1026
|
+
tags: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "tags")
|
|
691
1027
|
})
|
|
692
1028
|
);
|
|
693
1029
|
b.m("POST").h(headers).b(body);
|
|
@@ -920,7 +1256,7 @@ var se_ImportPublicKeyCommand = /* @__PURE__ */ __name(async (input, context) =>
|
|
|
920
1256
|
(0, import_smithy_client.take)(input, {
|
|
921
1257
|
name: [],
|
|
922
1258
|
publicKeyMaterial: [],
|
|
923
|
-
tags: (_) => (0, import_smithy_client._json)(_)
|
|
1259
|
+
tags: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "tags")
|
|
924
1260
|
})
|
|
925
1261
|
);
|
|
926
1262
|
b.m("POST").h(headers).b(body);
|
|
@@ -1102,11 +1438,11 @@ var se_StartCompositionCommand = /* @__PURE__ */ __name(async (input, context) =
|
|
|
1102
1438
|
let body;
|
|
1103
1439
|
body = JSON.stringify(
|
|
1104
1440
|
(0, import_smithy_client.take)(input, {
|
|
1105
|
-
destinations: (_) => (0, import_smithy_client._json)(_),
|
|
1441
|
+
destinations: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "destinations"),
|
|
1106
1442
|
idempotencyToken: [true, (_) => _ ?? (0, import_uuid.v4)()],
|
|
1107
|
-
layout: (_) => (0, import_smithy_client._json)(_),
|
|
1443
|
+
layout: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "layout"),
|
|
1108
1444
|
stageArn: [],
|
|
1109
|
-
tags: (_) => (0, import_smithy_client._json)(_)
|
|
1445
|
+
tags: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "tags")
|
|
1110
1446
|
})
|
|
1111
1447
|
);
|
|
1112
1448
|
b.m("POST").h(headers).b(body);
|
|
@@ -1137,7 +1473,7 @@ var se_TagResourceCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
|
1137
1473
|
let body;
|
|
1138
1474
|
body = JSON.stringify(
|
|
1139
1475
|
(0, import_smithy_client.take)(input, {
|
|
1140
|
-
tags: (_) => (0, import_smithy_client._json)(_)
|
|
1476
|
+
tags: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "tags")
|
|
1141
1477
|
})
|
|
1142
1478
|
);
|
|
1143
1479
|
b.m("POST").h(headers).b(body);
|
|
@@ -1181,7 +1517,7 @@ var se_UpdateStageCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
|
1181
1517
|
body = JSON.stringify(
|
|
1182
1518
|
(0, import_smithy_client.take)(input, {
|
|
1183
1519
|
arn: [],
|
|
1184
|
-
autoParticipantRecordingConfiguration: (_) => (0, import_smithy_client._json)(_),
|
|
1520
|
+
autoParticipantRecordingConfiguration: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "autoParticipantRecordingConfiguration"),
|
|
1185
1521
|
name: []
|
|
1186
1522
|
})
|
|
1187
1523
|
);
|
|
@@ -1197,7 +1533,7 @@ var de_CreateEncoderConfigurationCommand = /* @__PURE__ */ __name(async (output,
|
|
|
1197
1533
|
});
|
|
1198
1534
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
1199
1535
|
const doc = (0, import_smithy_client.take)(data, {
|
|
1200
|
-
encoderConfiguration: (_) => de_EncoderConfiguration(_, context)
|
|
1536
|
+
encoderConfiguration: /* @__PURE__ */ __name((_) => de_EncoderConfiguration(_, context), "encoderConfiguration")
|
|
1201
1537
|
});
|
|
1202
1538
|
Object.assign(contents, doc);
|
|
1203
1539
|
return contents;
|
|
@@ -1225,7 +1561,7 @@ var de_CreateParticipantTokenCommand = /* @__PURE__ */ __name(async (output, con
|
|
|
1225
1561
|
});
|
|
1226
1562
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
1227
1563
|
const doc = (0, import_smithy_client.take)(data, {
|
|
1228
|
-
participantToken: (_) => de_ParticipantToken(_, context)
|
|
1564
|
+
participantToken: /* @__PURE__ */ __name((_) => de_ParticipantToken(_, context), "participantToken")
|
|
1229
1565
|
});
|
|
1230
1566
|
Object.assign(contents, doc);
|
|
1231
1567
|
return contents;
|
|
@@ -1239,7 +1575,7 @@ var de_CreateStageCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
|
1239
1575
|
});
|
|
1240
1576
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
1241
1577
|
const doc = (0, import_smithy_client.take)(data, {
|
|
1242
|
-
participantTokens: (_) => de_ParticipantTokenList(_, context),
|
|
1578
|
+
participantTokens: /* @__PURE__ */ __name((_) => de_ParticipantTokenList(_, context), "participantTokens"),
|
|
1243
1579
|
stage: import_smithy_client._json
|
|
1244
1580
|
});
|
|
1245
1581
|
Object.assign(contents, doc);
|
|
@@ -1328,7 +1664,7 @@ var de_GetCompositionCommand = /* @__PURE__ */ __name(async (output, context) =>
|
|
|
1328
1664
|
});
|
|
1329
1665
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
1330
1666
|
const doc = (0, import_smithy_client.take)(data, {
|
|
1331
|
-
composition: (_) => de_Composition(_, context)
|
|
1667
|
+
composition: /* @__PURE__ */ __name((_) => de_Composition(_, context), "composition")
|
|
1332
1668
|
});
|
|
1333
1669
|
Object.assign(contents, doc);
|
|
1334
1670
|
return contents;
|
|
@@ -1342,7 +1678,7 @@ var de_GetEncoderConfigurationCommand = /* @__PURE__ */ __name(async (output, co
|
|
|
1342
1678
|
});
|
|
1343
1679
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
1344
1680
|
const doc = (0, import_smithy_client.take)(data, {
|
|
1345
|
-
encoderConfiguration: (_) => de_EncoderConfiguration(_, context)
|
|
1681
|
+
encoderConfiguration: /* @__PURE__ */ __name((_) => de_EncoderConfiguration(_, context), "encoderConfiguration")
|
|
1346
1682
|
});
|
|
1347
1683
|
Object.assign(contents, doc);
|
|
1348
1684
|
return contents;
|
|
@@ -1370,7 +1706,7 @@ var de_GetParticipantCommand = /* @__PURE__ */ __name(async (output, context) =>
|
|
|
1370
1706
|
});
|
|
1371
1707
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
1372
1708
|
const doc = (0, import_smithy_client.take)(data, {
|
|
1373
|
-
participant: (_) => de_Participant(_, context)
|
|
1709
|
+
participant: /* @__PURE__ */ __name((_) => de_Participant(_, context), "participant")
|
|
1374
1710
|
});
|
|
1375
1711
|
Object.assign(contents, doc);
|
|
1376
1712
|
return contents;
|
|
@@ -1412,7 +1748,7 @@ var de_GetStageSessionCommand = /* @__PURE__ */ __name(async (output, context) =
|
|
|
1412
1748
|
});
|
|
1413
1749
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
1414
1750
|
const doc = (0, import_smithy_client.take)(data, {
|
|
1415
|
-
stageSession: (_) => de_StageSession(_, context)
|
|
1751
|
+
stageSession: /* @__PURE__ */ __name((_) => de_StageSession(_, context), "stageSession")
|
|
1416
1752
|
});
|
|
1417
1753
|
Object.assign(contents, doc);
|
|
1418
1754
|
return contents;
|
|
@@ -1454,7 +1790,7 @@ var de_ListCompositionsCommand = /* @__PURE__ */ __name(async (output, context)
|
|
|
1454
1790
|
});
|
|
1455
1791
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
1456
1792
|
const doc = (0, import_smithy_client.take)(data, {
|
|
1457
|
-
compositions: (_) => de_CompositionSummaryList(_, context),
|
|
1793
|
+
compositions: /* @__PURE__ */ __name((_) => de_CompositionSummaryList(_, context), "compositions"),
|
|
1458
1794
|
nextToken: import_smithy_client.expectString
|
|
1459
1795
|
});
|
|
1460
1796
|
Object.assign(contents, doc);
|
|
@@ -1499,7 +1835,7 @@ var de_ListParticipantEventsCommand = /* @__PURE__ */ __name(async (output, cont
|
|
|
1499
1835
|
});
|
|
1500
1836
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
1501
1837
|
const doc = (0, import_smithy_client.take)(data, {
|
|
1502
|
-
events: (_) => de_EventList(_, context),
|
|
1838
|
+
events: /* @__PURE__ */ __name((_) => de_EventList(_, context), "events"),
|
|
1503
1839
|
nextToken: import_smithy_client.expectString
|
|
1504
1840
|
});
|
|
1505
1841
|
Object.assign(contents, doc);
|
|
@@ -1515,7 +1851,7 @@ var de_ListParticipantsCommand = /* @__PURE__ */ __name(async (output, context)
|
|
|
1515
1851
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
1516
1852
|
const doc = (0, import_smithy_client.take)(data, {
|
|
1517
1853
|
nextToken: import_smithy_client.expectString,
|
|
1518
|
-
participants: (_) => de_ParticipantList(_, context)
|
|
1854
|
+
participants: /* @__PURE__ */ __name((_) => de_ParticipantList(_, context), "participants")
|
|
1519
1855
|
});
|
|
1520
1856
|
Object.assign(contents, doc);
|
|
1521
1857
|
return contents;
|
|
@@ -1560,7 +1896,7 @@ var de_ListStageSessionsCommand = /* @__PURE__ */ __name(async (output, context)
|
|
|
1560
1896
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
1561
1897
|
const doc = (0, import_smithy_client.take)(data, {
|
|
1562
1898
|
nextToken: import_smithy_client.expectString,
|
|
1563
|
-
stageSessions: (_) => de_StageSessionList(_, context)
|
|
1899
|
+
stageSessions: /* @__PURE__ */ __name((_) => de_StageSessionList(_, context), "stageSessions")
|
|
1564
1900
|
});
|
|
1565
1901
|
Object.assign(contents, doc);
|
|
1566
1902
|
return contents;
|
|
@@ -1603,7 +1939,7 @@ var de_StartCompositionCommand = /* @__PURE__ */ __name(async (output, context)
|
|
|
1603
1939
|
});
|
|
1604
1940
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
1605
1941
|
const doc = (0, import_smithy_client.take)(data, {
|
|
1606
|
-
composition: (_) => de_Composition(_, context)
|
|
1942
|
+
composition: /* @__PURE__ */ __name((_) => de_Composition(_, context), "composition")
|
|
1607
1943
|
});
|
|
1608
1944
|
Object.assign(contents, doc);
|
|
1609
1945
|
return contents;
|
|
@@ -1705,7 +2041,16 @@ var de_CommandError = /* @__PURE__ */ __name(async (output, context) => {
|
|
|
1705
2041
|
}, "de_CommandError");
|
|
1706
2042
|
var throwDefaultError = (0, import_smithy_client.withBaseException)(IVSRealTimeServiceException);
|
|
1707
2043
|
var de_AccessDeniedExceptionRes = /* @__PURE__ */ __name(async (parsedOutput, context) => {
|
|
1708
|
-
const contents = (0, import_smithy_client.map)({
|
|
2044
|
+
const contents = (0, import_smithy_client.map)({
|
|
2045
|
+
[_aCAO]: [, parsedOutput.headers[_acao]],
|
|
2046
|
+
[_aCEH]: [, parsedOutput.headers[_aceh]],
|
|
2047
|
+
[_cC]: [, parsedOutput.headers[_cc]],
|
|
2048
|
+
[_cSP]: [, parsedOutput.headers[_csp]],
|
|
2049
|
+
[_sTS]: [, parsedOutput.headers[_sts]],
|
|
2050
|
+
[_xCTO]: [, parsedOutput.headers[_xcto]],
|
|
2051
|
+
[_xFO]: [, parsedOutput.headers[_xfo]],
|
|
2052
|
+
[_xAET]: [, parsedOutput.headers[_xae]]
|
|
2053
|
+
});
|
|
1709
2054
|
const data = parsedOutput.body;
|
|
1710
2055
|
const doc = (0, import_smithy_client.take)(data, {
|
|
1711
2056
|
exceptionMessage: import_smithy_client.expectString
|
|
@@ -1718,7 +2063,16 @@ var de_AccessDeniedExceptionRes = /* @__PURE__ */ __name(async (parsedOutput, co
|
|
|
1718
2063
|
return (0, import_smithy_client.decorateServiceException)(exception, parsedOutput.body);
|
|
1719
2064
|
}, "de_AccessDeniedExceptionRes");
|
|
1720
2065
|
var de_ConflictExceptionRes = /* @__PURE__ */ __name(async (parsedOutput, context) => {
|
|
1721
|
-
const contents = (0, import_smithy_client.map)({
|
|
2066
|
+
const contents = (0, import_smithy_client.map)({
|
|
2067
|
+
[_aCAO]: [, parsedOutput.headers[_acao]],
|
|
2068
|
+
[_aCEH]: [, parsedOutput.headers[_aceh]],
|
|
2069
|
+
[_cC]: [, parsedOutput.headers[_cc]],
|
|
2070
|
+
[_cSP]: [, parsedOutput.headers[_csp]],
|
|
2071
|
+
[_sTS]: [, parsedOutput.headers[_sts]],
|
|
2072
|
+
[_xCTO]: [, parsedOutput.headers[_xcto]],
|
|
2073
|
+
[_xFO]: [, parsedOutput.headers[_xfo]],
|
|
2074
|
+
[_xAET]: [, parsedOutput.headers[_xae]]
|
|
2075
|
+
});
|
|
1722
2076
|
const data = parsedOutput.body;
|
|
1723
2077
|
const doc = (0, import_smithy_client.take)(data, {
|
|
1724
2078
|
exceptionMessage: import_smithy_client.expectString
|
|
@@ -1731,7 +2085,16 @@ var de_ConflictExceptionRes = /* @__PURE__ */ __name(async (parsedOutput, contex
|
|
|
1731
2085
|
return (0, import_smithy_client.decorateServiceException)(exception, parsedOutput.body);
|
|
1732
2086
|
}, "de_ConflictExceptionRes");
|
|
1733
2087
|
var de_InternalServerExceptionRes = /* @__PURE__ */ __name(async (parsedOutput, context) => {
|
|
1734
|
-
const contents = (0, import_smithy_client.map)({
|
|
2088
|
+
const contents = (0, import_smithy_client.map)({
|
|
2089
|
+
[_aCAO]: [, parsedOutput.headers[_acao]],
|
|
2090
|
+
[_aCEH]: [, parsedOutput.headers[_aceh]],
|
|
2091
|
+
[_cC]: [, parsedOutput.headers[_cc]],
|
|
2092
|
+
[_cSP]: [, parsedOutput.headers[_csp]],
|
|
2093
|
+
[_sTS]: [, parsedOutput.headers[_sts]],
|
|
2094
|
+
[_xCTO]: [, parsedOutput.headers[_xcto]],
|
|
2095
|
+
[_xFO]: [, parsedOutput.headers[_xfo]],
|
|
2096
|
+
[_xAET]: [, parsedOutput.headers[_xae]]
|
|
2097
|
+
});
|
|
1735
2098
|
const data = parsedOutput.body;
|
|
1736
2099
|
const doc = (0, import_smithy_client.take)(data, {
|
|
1737
2100
|
exceptionMessage: import_smithy_client.expectString
|
|
@@ -1744,7 +2107,16 @@ var de_InternalServerExceptionRes = /* @__PURE__ */ __name(async (parsedOutput,
|
|
|
1744
2107
|
return (0, import_smithy_client.decorateServiceException)(exception, parsedOutput.body);
|
|
1745
2108
|
}, "de_InternalServerExceptionRes");
|
|
1746
2109
|
var de_PendingVerificationRes = /* @__PURE__ */ __name(async (parsedOutput, context) => {
|
|
1747
|
-
const contents = (0, import_smithy_client.map)({
|
|
2110
|
+
const contents = (0, import_smithy_client.map)({
|
|
2111
|
+
[_aCAO]: [, parsedOutput.headers[_acao]],
|
|
2112
|
+
[_aCEH]: [, parsedOutput.headers[_aceh]],
|
|
2113
|
+
[_cC]: [, parsedOutput.headers[_cc]],
|
|
2114
|
+
[_cSP]: [, parsedOutput.headers[_csp]],
|
|
2115
|
+
[_sTS]: [, parsedOutput.headers[_sts]],
|
|
2116
|
+
[_xCTO]: [, parsedOutput.headers[_xcto]],
|
|
2117
|
+
[_xFO]: [, parsedOutput.headers[_xfo]],
|
|
2118
|
+
[_xAET]: [, parsedOutput.headers[_xae]]
|
|
2119
|
+
});
|
|
1748
2120
|
const data = parsedOutput.body;
|
|
1749
2121
|
const doc = (0, import_smithy_client.take)(data, {
|
|
1750
2122
|
exceptionMessage: import_smithy_client.expectString
|
|
@@ -1757,7 +2129,16 @@ var de_PendingVerificationRes = /* @__PURE__ */ __name(async (parsedOutput, cont
|
|
|
1757
2129
|
return (0, import_smithy_client.decorateServiceException)(exception, parsedOutput.body);
|
|
1758
2130
|
}, "de_PendingVerificationRes");
|
|
1759
2131
|
var de_ResourceNotFoundExceptionRes = /* @__PURE__ */ __name(async (parsedOutput, context) => {
|
|
1760
|
-
const contents = (0, import_smithy_client.map)({
|
|
2132
|
+
const contents = (0, import_smithy_client.map)({
|
|
2133
|
+
[_aCAO]: [, parsedOutput.headers[_acao]],
|
|
2134
|
+
[_aCEH]: [, parsedOutput.headers[_aceh]],
|
|
2135
|
+
[_cC]: [, parsedOutput.headers[_cc]],
|
|
2136
|
+
[_cSP]: [, parsedOutput.headers[_csp]],
|
|
2137
|
+
[_sTS]: [, parsedOutput.headers[_sts]],
|
|
2138
|
+
[_xCTO]: [, parsedOutput.headers[_xcto]],
|
|
2139
|
+
[_xFO]: [, parsedOutput.headers[_xfo]],
|
|
2140
|
+
[_xAET]: [, parsedOutput.headers[_xae]]
|
|
2141
|
+
});
|
|
1761
2142
|
const data = parsedOutput.body;
|
|
1762
2143
|
const doc = (0, import_smithy_client.take)(data, {
|
|
1763
2144
|
exceptionMessage: import_smithy_client.expectString
|
|
@@ -1770,7 +2151,16 @@ var de_ResourceNotFoundExceptionRes = /* @__PURE__ */ __name(async (parsedOutput
|
|
|
1770
2151
|
return (0, import_smithy_client.decorateServiceException)(exception, parsedOutput.body);
|
|
1771
2152
|
}, "de_ResourceNotFoundExceptionRes");
|
|
1772
2153
|
var de_ServiceQuotaExceededExceptionRes = /* @__PURE__ */ __name(async (parsedOutput, context) => {
|
|
1773
|
-
const contents = (0, import_smithy_client.map)({
|
|
2154
|
+
const contents = (0, import_smithy_client.map)({
|
|
2155
|
+
[_aCAO]: [, parsedOutput.headers[_acao]],
|
|
2156
|
+
[_aCEH]: [, parsedOutput.headers[_aceh]],
|
|
2157
|
+
[_cC]: [, parsedOutput.headers[_cc]],
|
|
2158
|
+
[_cSP]: [, parsedOutput.headers[_csp]],
|
|
2159
|
+
[_sTS]: [, parsedOutput.headers[_sts]],
|
|
2160
|
+
[_xCTO]: [, parsedOutput.headers[_xcto]],
|
|
2161
|
+
[_xFO]: [, parsedOutput.headers[_xfo]],
|
|
2162
|
+
[_xAET]: [, parsedOutput.headers[_xae]]
|
|
2163
|
+
});
|
|
1774
2164
|
const data = parsedOutput.body;
|
|
1775
2165
|
const doc = (0, import_smithy_client.take)(data, {
|
|
1776
2166
|
exceptionMessage: import_smithy_client.expectString
|
|
@@ -1783,7 +2173,16 @@ var de_ServiceQuotaExceededExceptionRes = /* @__PURE__ */ __name(async (parsedOu
|
|
|
1783
2173
|
return (0, import_smithy_client.decorateServiceException)(exception, parsedOutput.body);
|
|
1784
2174
|
}, "de_ServiceQuotaExceededExceptionRes");
|
|
1785
2175
|
var de_ValidationExceptionRes = /* @__PURE__ */ __name(async (parsedOutput, context) => {
|
|
1786
|
-
const contents = (0, import_smithy_client.map)({
|
|
2176
|
+
const contents = (0, import_smithy_client.map)({
|
|
2177
|
+
[_aCAO]: [, parsedOutput.headers[_acao]],
|
|
2178
|
+
[_aCEH]: [, parsedOutput.headers[_aceh]],
|
|
2179
|
+
[_cC]: [, parsedOutput.headers[_cc]],
|
|
2180
|
+
[_cSP]: [, parsedOutput.headers[_csp]],
|
|
2181
|
+
[_sTS]: [, parsedOutput.headers[_sts]],
|
|
2182
|
+
[_xCTO]: [, parsedOutput.headers[_xcto]],
|
|
2183
|
+
[_xFO]: [, parsedOutput.headers[_xfo]],
|
|
2184
|
+
[_xAET]: [, parsedOutput.headers[_xae]]
|
|
2185
|
+
});
|
|
1787
2186
|
const data = parsedOutput.body;
|
|
1788
2187
|
const doc = (0, import_smithy_client.take)(data, {
|
|
1789
2188
|
exceptionMessage: import_smithy_client.expectString
|
|
@@ -1806,11 +2205,11 @@ var se_Video = /* @__PURE__ */ __name((input, context) => {
|
|
|
1806
2205
|
var de_Composition = /* @__PURE__ */ __name((output, context) => {
|
|
1807
2206
|
return (0, import_smithy_client.take)(output, {
|
|
1808
2207
|
arn: import_smithy_client.expectString,
|
|
1809
|
-
destinations: (_) => de_DestinationList(_, context),
|
|
1810
|
-
endTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
|
|
2208
|
+
destinations: /* @__PURE__ */ __name((_) => de_DestinationList(_, context), "destinations"),
|
|
2209
|
+
endTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "endTime"),
|
|
1811
2210
|
layout: import_smithy_client._json,
|
|
1812
2211
|
stageArn: import_smithy_client.expectString,
|
|
1813
|
-
startTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
|
|
2212
|
+
startTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "startTime"),
|
|
1814
2213
|
state: import_smithy_client.expectString,
|
|
1815
2214
|
tags: import_smithy_client._json
|
|
1816
2215
|
});
|
|
@@ -1818,10 +2217,10 @@ var de_Composition = /* @__PURE__ */ __name((output, context) => {
|
|
|
1818
2217
|
var de_CompositionSummary = /* @__PURE__ */ __name((output, context) => {
|
|
1819
2218
|
return (0, import_smithy_client.take)(output, {
|
|
1820
2219
|
arn: import_smithy_client.expectString,
|
|
1821
|
-
destinations: (_) => de_DestinationSummaryList(_, context),
|
|
1822
|
-
endTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
|
|
2220
|
+
destinations: /* @__PURE__ */ __name((_) => de_DestinationSummaryList(_, context), "destinations"),
|
|
2221
|
+
endTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "endTime"),
|
|
1823
2222
|
stageArn: import_smithy_client.expectString,
|
|
1824
|
-
startTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
|
|
2223
|
+
startTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "startTime"),
|
|
1825
2224
|
state: import_smithy_client.expectString,
|
|
1826
2225
|
tags: import_smithy_client._json
|
|
1827
2226
|
});
|
|
@@ -1836,9 +2235,9 @@ var de_Destination = /* @__PURE__ */ __name((output, context) => {
|
|
|
1836
2235
|
return (0, import_smithy_client.take)(output, {
|
|
1837
2236
|
configuration: import_smithy_client._json,
|
|
1838
2237
|
detail: import_smithy_client._json,
|
|
1839
|
-
endTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
|
|
2238
|
+
endTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "endTime"),
|
|
1840
2239
|
id: import_smithy_client.expectString,
|
|
1841
|
-
startTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
|
|
2240
|
+
startTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "startTime"),
|
|
1842
2241
|
state: import_smithy_client.expectString
|
|
1843
2242
|
});
|
|
1844
2243
|
}, "de_Destination");
|
|
@@ -1850,9 +2249,9 @@ var de_DestinationList = /* @__PURE__ */ __name((output, context) => {
|
|
|
1850
2249
|
}, "de_DestinationList");
|
|
1851
2250
|
var de_DestinationSummary = /* @__PURE__ */ __name((output, context) => {
|
|
1852
2251
|
return (0, import_smithy_client.take)(output, {
|
|
1853
|
-
endTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
|
|
2252
|
+
endTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "endTime"),
|
|
1854
2253
|
id: import_smithy_client.expectString,
|
|
1855
|
-
startTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
|
|
2254
|
+
startTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "startTime"),
|
|
1856
2255
|
state: import_smithy_client.expectString
|
|
1857
2256
|
});
|
|
1858
2257
|
}, "de_DestinationSummary");
|
|
@@ -1867,13 +2266,13 @@ var de_EncoderConfiguration = /* @__PURE__ */ __name((output, context) => {
|
|
|
1867
2266
|
arn: import_smithy_client.expectString,
|
|
1868
2267
|
name: import_smithy_client.expectString,
|
|
1869
2268
|
tags: import_smithy_client._json,
|
|
1870
|
-
video: (_) => de_Video(_, context)
|
|
2269
|
+
video: /* @__PURE__ */ __name((_) => de_Video(_, context), "video")
|
|
1871
2270
|
});
|
|
1872
2271
|
}, "de_EncoderConfiguration");
|
|
1873
2272
|
var de_Event = /* @__PURE__ */ __name((output, context) => {
|
|
1874
2273
|
return (0, import_smithy_client.take)(output, {
|
|
1875
2274
|
errorCode: import_smithy_client.expectString,
|
|
1876
|
-
eventTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
|
|
2275
|
+
eventTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "eventTime"),
|
|
1877
2276
|
name: import_smithy_client.expectString,
|
|
1878
2277
|
participantId: import_smithy_client.expectString,
|
|
1879
2278
|
remoteParticipantId: import_smithy_client.expectString
|
|
@@ -1890,7 +2289,7 @@ var de_Participant = /* @__PURE__ */ __name((output, context) => {
|
|
|
1890
2289
|
attributes: import_smithy_client._json,
|
|
1891
2290
|
browserName: import_smithy_client.expectString,
|
|
1892
2291
|
browserVersion: import_smithy_client.expectString,
|
|
1893
|
-
firstJoinTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
|
|
2292
|
+
firstJoinTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "firstJoinTime"),
|
|
1894
2293
|
ispName: import_smithy_client.expectString,
|
|
1895
2294
|
osName: import_smithy_client.expectString,
|
|
1896
2295
|
osVersion: import_smithy_client.expectString,
|
|
@@ -1913,7 +2312,7 @@ var de_ParticipantList = /* @__PURE__ */ __name((output, context) => {
|
|
|
1913
2312
|
}, "de_ParticipantList");
|
|
1914
2313
|
var de_ParticipantSummary = /* @__PURE__ */ __name((output, context) => {
|
|
1915
2314
|
return (0, import_smithy_client.take)(output, {
|
|
1916
|
-
firstJoinTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
|
|
2315
|
+
firstJoinTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "firstJoinTime"),
|
|
1917
2316
|
participantId: import_smithy_client.expectString,
|
|
1918
2317
|
published: import_smithy_client.expectBoolean,
|
|
1919
2318
|
recordingState: import_smithy_client.expectString,
|
|
@@ -1926,7 +2325,7 @@ var de_ParticipantToken = /* @__PURE__ */ __name((output, context) => {
|
|
|
1926
2325
|
attributes: import_smithy_client._json,
|
|
1927
2326
|
capabilities: import_smithy_client._json,
|
|
1928
2327
|
duration: import_smithy_client.expectInt32,
|
|
1929
|
-
expirationTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
|
|
2328
|
+
expirationTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "expirationTime"),
|
|
1930
2329
|
participantId: import_smithy_client.expectString,
|
|
1931
2330
|
token: import_smithy_client.expectString,
|
|
1932
2331
|
userId: import_smithy_client.expectString
|
|
@@ -1940,9 +2339,9 @@ var de_ParticipantTokenList = /* @__PURE__ */ __name((output, context) => {
|
|
|
1940
2339
|
}, "de_ParticipantTokenList");
|
|
1941
2340
|
var de_StageSession = /* @__PURE__ */ __name((output, context) => {
|
|
1942
2341
|
return (0, import_smithy_client.take)(output, {
|
|
1943
|
-
endTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
|
|
2342
|
+
endTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "endTime"),
|
|
1944
2343
|
sessionId: import_smithy_client.expectString,
|
|
1945
|
-
startTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_))
|
|
2344
|
+
startTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "startTime")
|
|
1946
2345
|
});
|
|
1947
2346
|
}, "de_StageSession");
|
|
1948
2347
|
var de_StageSessionList = /* @__PURE__ */ __name((output, context) => {
|
|
@@ -1953,9 +2352,9 @@ var de_StageSessionList = /* @__PURE__ */ __name((output, context) => {
|
|
|
1953
2352
|
}, "de_StageSessionList");
|
|
1954
2353
|
var de_StageSessionSummary = /* @__PURE__ */ __name((output, context) => {
|
|
1955
2354
|
return (0, import_smithy_client.take)(output, {
|
|
1956
|
-
endTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
|
|
2355
|
+
endTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "endTime"),
|
|
1957
2356
|
sessionId: import_smithy_client.expectString,
|
|
1958
|
-
startTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_))
|
|
2357
|
+
startTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "startTime")
|
|
1959
2358
|
});
|
|
1960
2359
|
}, "de_StageSessionSummary");
|
|
1961
2360
|
var de_Video = /* @__PURE__ */ __name((output, context) => {
|
|
@@ -1972,7 +2371,23 @@ var deserializeMetadata = /* @__PURE__ */ __name((output) => ({
|
|
|
1972
2371
|
extendedRequestId: output.headers["x-amz-id-2"],
|
|
1973
2372
|
cfId: output.headers["x-amz-cf-id"]
|
|
1974
2373
|
}), "deserializeMetadata");
|
|
2374
|
+
var _aCAO = "accessControlAllowOrigin";
|
|
2375
|
+
var _aCEH = "accessControlExposeHeaders";
|
|
2376
|
+
var _acao = "access-control-allow-origin";
|
|
2377
|
+
var _aceh = "access-control-expose-headers";
|
|
2378
|
+
var _cC = "cacheControl";
|
|
2379
|
+
var _cSP = "contentSecurityPolicy";
|
|
2380
|
+
var _cc = "cache-control";
|
|
2381
|
+
var _csp = "content-security-policy";
|
|
2382
|
+
var _sTS = "strictTransportSecurity";
|
|
2383
|
+
var _sts = "strict-transport-security";
|
|
1975
2384
|
var _tK = "tagKeys";
|
|
2385
|
+
var _xAET = "xAmznErrorType";
|
|
2386
|
+
var _xCTO = "xContentTypeOptions";
|
|
2387
|
+
var _xFO = "xFrameOptions";
|
|
2388
|
+
var _xae = "x-amzn-errortype";
|
|
2389
|
+
var _xcto = "x-content-type-options";
|
|
2390
|
+
var _xfo = "x-frame-options";
|
|
1976
2391
|
|
|
1977
2392
|
// src/commands/CreateEncoderConfigurationCommand.ts
|
|
1978
2393
|
var CreateEncoderConfigurationCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|