@aws-sdk/client-mediapackage-vod 3.948.0 → 3.953.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.
Files changed (37) hide show
  1. package/dist-cjs/index.js +311 -200
  2. package/dist-cjs/runtimeConfig.shared.js +6 -1
  3. package/dist-es/commands/ConfigureLogsCommand.js +2 -2
  4. package/dist-es/commands/CreateAssetCommand.js +2 -2
  5. package/dist-es/commands/CreatePackagingConfigurationCommand.js +2 -2
  6. package/dist-es/commands/CreatePackagingGroupCommand.js +2 -2
  7. package/dist-es/commands/DeleteAssetCommand.js +2 -2
  8. package/dist-es/commands/DeletePackagingConfigurationCommand.js +2 -2
  9. package/dist-es/commands/DeletePackagingGroupCommand.js +2 -2
  10. package/dist-es/commands/DescribeAssetCommand.js +2 -2
  11. package/dist-es/commands/DescribePackagingConfigurationCommand.js +2 -2
  12. package/dist-es/commands/DescribePackagingGroupCommand.js +2 -2
  13. package/dist-es/commands/ListAssetsCommand.js +2 -2
  14. package/dist-es/commands/ListPackagingConfigurationsCommand.js +2 -2
  15. package/dist-es/commands/ListPackagingGroupsCommand.js +2 -2
  16. package/dist-es/commands/ListTagsForResourceCommand.js +2 -2
  17. package/dist-es/commands/TagResourceCommand.js +2 -2
  18. package/dist-es/commands/UntagResourceCommand.js +2 -2
  19. package/dist-es/commands/UpdatePackagingGroupCommand.js +2 -2
  20. package/dist-es/index.js +1 -0
  21. package/dist-es/runtimeConfig.shared.js +6 -1
  22. package/dist-es/schemas/schemas_0.js +204 -169
  23. package/dist-types/MediaPackageVodClient.d.ts +1 -10
  24. package/dist-types/index.d.ts +1 -0
  25. package/dist-types/runtimeConfig.browser.d.ts +6 -2
  26. package/dist-types/runtimeConfig.d.ts +6 -2
  27. package/dist-types/runtimeConfig.native.d.ts +6 -2
  28. package/dist-types/runtimeConfig.shared.d.ts +6 -1
  29. package/dist-types/schemas/schemas_0.d.ts +77 -89
  30. package/dist-types/ts3.4/MediaPackageVodClient.d.ts +0 -4
  31. package/dist-types/ts3.4/index.d.ts +1 -0
  32. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -5
  33. package/dist-types/ts3.4/runtimeConfig.d.ts +9 -5
  34. package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -5
  35. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +9 -4
  36. package/dist-types/ts3.4/schemas/schemas_0.d.ts +76 -89
  37. package/package.json +34 -34
package/dist-cjs/index.js CHANGED
@@ -110,14 +110,14 @@ class MediaPackageVodClient extends smithyClient.Client {
110
110
  }
111
111
  }
112
112
 
113
- let MediaPackageVodServiceException$1 = class MediaPackageVodServiceException extends smithyClient.ServiceException {
113
+ class MediaPackageVodServiceException extends smithyClient.ServiceException {
114
114
  constructor(options) {
115
115
  super(options);
116
116
  Object.setPrototypeOf(this, MediaPackageVodServiceException.prototype);
117
117
  }
118
- };
118
+ }
119
119
 
120
- let ForbiddenException$1 = class ForbiddenException extends MediaPackageVodServiceException$1 {
120
+ class ForbiddenException extends MediaPackageVodServiceException {
121
121
  name = "ForbiddenException";
122
122
  $fault = "client";
123
123
  Message;
@@ -130,8 +130,8 @@ let ForbiddenException$1 = class ForbiddenException extends MediaPackageVodServi
130
130
  Object.setPrototypeOf(this, ForbiddenException.prototype);
131
131
  this.Message = opts.Message;
132
132
  }
133
- };
134
- let InternalServerErrorException$1 = class InternalServerErrorException extends MediaPackageVodServiceException$1 {
133
+ }
134
+ class InternalServerErrorException extends MediaPackageVodServiceException {
135
135
  name = "InternalServerErrorException";
136
136
  $fault = "server";
137
137
  Message;
@@ -144,8 +144,8 @@ let InternalServerErrorException$1 = class InternalServerErrorException extends
144
144
  Object.setPrototypeOf(this, InternalServerErrorException.prototype);
145
145
  this.Message = opts.Message;
146
146
  }
147
- };
148
- let NotFoundException$1 = class NotFoundException extends MediaPackageVodServiceException$1 {
147
+ }
148
+ class NotFoundException extends MediaPackageVodServiceException {
149
149
  name = "NotFoundException";
150
150
  $fault = "client";
151
151
  Message;
@@ -158,8 +158,8 @@ let NotFoundException$1 = class NotFoundException extends MediaPackageVodService
158
158
  Object.setPrototypeOf(this, NotFoundException.prototype);
159
159
  this.Message = opts.Message;
160
160
  }
161
- };
162
- let ServiceUnavailableException$1 = class ServiceUnavailableException extends MediaPackageVodServiceException$1 {
161
+ }
162
+ class ServiceUnavailableException extends MediaPackageVodServiceException {
163
163
  name = "ServiceUnavailableException";
164
164
  $fault = "server";
165
165
  Message;
@@ -172,8 +172,8 @@ let ServiceUnavailableException$1 = class ServiceUnavailableException extends Me
172
172
  Object.setPrototypeOf(this, ServiceUnavailableException.prototype);
173
173
  this.Message = opts.Message;
174
174
  }
175
- };
176
- let TooManyRequestsException$1 = class TooManyRequestsException extends MediaPackageVodServiceException$1 {
175
+ }
176
+ class TooManyRequestsException extends MediaPackageVodServiceException {
177
177
  name = "TooManyRequestsException";
178
178
  $fault = "client";
179
179
  Message;
@@ -186,8 +186,8 @@ let TooManyRequestsException$1 = class TooManyRequestsException extends MediaPac
186
186
  Object.setPrototypeOf(this, TooManyRequestsException.prototype);
187
187
  this.Message = opts.Message;
188
188
  }
189
- };
190
- let UnprocessableEntityException$1 = class UnprocessableEntityException extends MediaPackageVodServiceException$1 {
189
+ }
190
+ class UnprocessableEntityException extends MediaPackageVodServiceException {
191
191
  name = "UnprocessableEntityException";
192
192
  $fault = "client";
193
193
  Message;
@@ -200,7 +200,7 @@ let UnprocessableEntityException$1 = class UnprocessableEntityException extends
200
200
  Object.setPrototypeOf(this, UnprocessableEntityException.prototype);
201
201
  this.Message = opts.Message;
202
202
  }
203
- };
203
+ }
204
204
 
205
205
  const _A = "Arn";
206
206
  const _AAC = "ApproximateAssetCount";
@@ -407,7 +407,7 @@ const _tK = "tagKeys";
407
407
  const _u = "url";
408
408
  const _uARG = "useAudioRenditionGroup";
409
409
  const n0 = "com.amazonaws.mediapackagevod";
410
- var AssetShallow = [
410
+ var AssetShallow$ = [
411
411
  3,
412
412
  n0,
413
413
  _AS,
@@ -424,7 +424,7 @@ var AssetShallow = [
424
424
  [128 | 0, { [_jN]: _t }],
425
425
  ],
426
426
  ];
427
- var Authorization = [
427
+ var Authorization$ = [
428
428
  3,
429
429
  n0,
430
430
  _Au,
@@ -435,7 +435,7 @@ var Authorization = [
435
435
  [0, { [_jN]: _sRAe }],
436
436
  ],
437
437
  ];
438
- var CmafEncryption = [
438
+ var CmafEncryption$ = [
439
439
  3,
440
440
  n0,
441
441
  _CE,
@@ -443,34 +443,34 @@ var CmafEncryption = [
443
443
  [_CIV, _SKP],
444
444
  [
445
445
  [0, { [_jN]: _cIV }],
446
- [() => SpekeKeyProvider, { [_jN]: _sKP }],
446
+ [() => SpekeKeyProvider$, { [_jN]: _sKP }],
447
447
  ],
448
448
  ];
449
- var CmafPackage = [
449
+ var CmafPackage$ = [
450
450
  3,
451
451
  n0,
452
452
  _CP,
453
453
  0,
454
454
  [_E, _HM, _IECIS, _SDS],
455
455
  [
456
- [() => CmafEncryption, { [_jN]: _e }],
456
+ [() => CmafEncryption$, { [_jN]: _e }],
457
457
  [() => __listOfHlsManifest, { [_jN]: _hM }],
458
458
  [2, { [_jN]: _iECIS }],
459
459
  [1, { [_jN]: _sDS }],
460
460
  ],
461
461
  ];
462
- var ConfigureLogsRequest = [
462
+ var ConfigureLogsRequest$ = [
463
463
  3,
464
464
  n0,
465
465
  _CLR,
466
466
  0,
467
467
  [_EAL, _I],
468
468
  [
469
- [() => EgressAccessLogs, { [_jN]: _eAL }],
469
+ [() => EgressAccessLogs$, { [_jN]: _eAL }],
470
470
  [0, 1],
471
471
  ],
472
472
  ];
473
- var ConfigureLogsResponse = [
473
+ var ConfigureLogsResponse$ = [
474
474
  3,
475
475
  n0,
476
476
  _CLRo,
@@ -478,15 +478,15 @@ var ConfigureLogsResponse = [
478
478
  [_A, _Au, _CA, _DN, _EAL, _I, _T],
479
479
  [
480
480
  [0, { [_jN]: _a }],
481
- [() => Authorization, { [_jN]: _au }],
481
+ [() => Authorization$, { [_jN]: _au }],
482
482
  [0, { [_jN]: _cA }],
483
483
  [0, { [_jN]: _dN }],
484
- [() => EgressAccessLogs, { [_jN]: _eAL }],
484
+ [() => EgressAccessLogs$, { [_jN]: _eAL }],
485
485
  [0, { [_jN]: _i }],
486
486
  [128 | 0, { [_jN]: _t }],
487
487
  ],
488
488
  ];
489
- var CreateAssetRequest = [
489
+ var CreateAssetRequest$ = [
490
490
  3,
491
491
  n0,
492
492
  _CAR,
@@ -501,7 +501,7 @@ var CreateAssetRequest = [
501
501
  [128 | 0, { [_jN]: _t }],
502
502
  ],
503
503
  ];
504
- var CreateAssetResponse = [
504
+ var CreateAssetResponse$ = [
505
505
  3,
506
506
  n0,
507
507
  _CARr,
@@ -519,23 +519,23 @@ var CreateAssetResponse = [
519
519
  [128 | 0, { [_jN]: _t }],
520
520
  ],
521
521
  ];
522
- var CreatePackagingConfigurationRequest = [
522
+ var CreatePackagingConfigurationRequest$ = [
523
523
  3,
524
524
  n0,
525
525
  _CPCR,
526
526
  0,
527
527
  [_CP, _DP, _HP, _I, _MP, _PGI, _T],
528
528
  [
529
- [() => CmafPackage, { [_jN]: _cP }],
530
- [() => DashPackage, { [_jN]: _dP }],
531
- [() => HlsPackage, { [_jN]: _hP }],
529
+ [() => CmafPackage$, { [_jN]: _cP }],
530
+ [() => DashPackage$, { [_jN]: _dP }],
531
+ [() => HlsPackage$, { [_jN]: _hP }],
532
532
  [0, { [_jN]: _i }],
533
- [() => MssPackage, { [_jN]: _mP }],
533
+ [() => MssPackage$, { [_jN]: _mP }],
534
534
  [0, { [_jN]: _pGI }],
535
535
  [128 | 0, { [_jN]: _t }],
536
536
  ],
537
537
  ];
538
- var CreatePackagingConfigurationResponse = [
538
+ var CreatePackagingConfigurationResponse$ = [
539
539
  3,
540
540
  n0,
541
541
  _CPCRr,
@@ -543,30 +543,30 @@ var CreatePackagingConfigurationResponse = [
543
543
  [_A, _CP, _CA, _DP, _HP, _I, _MP, _PGI, _T],
544
544
  [
545
545
  [0, { [_jN]: _a }],
546
- [() => CmafPackage, { [_jN]: _cP }],
546
+ [() => CmafPackage$, { [_jN]: _cP }],
547
547
  [0, { [_jN]: _cA }],
548
- [() => DashPackage, { [_jN]: _dP }],
549
- [() => HlsPackage, { [_jN]: _hP }],
548
+ [() => DashPackage$, { [_jN]: _dP }],
549
+ [() => HlsPackage$, { [_jN]: _hP }],
550
550
  [0, { [_jN]: _i }],
551
- [() => MssPackage, { [_jN]: _mP }],
551
+ [() => MssPackage$, { [_jN]: _mP }],
552
552
  [0, { [_jN]: _pGI }],
553
553
  [128 | 0, { [_jN]: _t }],
554
554
  ],
555
555
  ];
556
- var CreatePackagingGroupRequest = [
556
+ var CreatePackagingGroupRequest$ = [
557
557
  3,
558
558
  n0,
559
559
  _CPGR,
560
560
  0,
561
561
  [_Au, _EAL, _I, _T],
562
562
  [
563
- [() => Authorization, { [_jN]: _au }],
564
- [() => EgressAccessLogs, { [_jN]: _eAL }],
563
+ [() => Authorization$, { [_jN]: _au }],
564
+ [() => EgressAccessLogs$, { [_jN]: _eAL }],
565
565
  [0, { [_jN]: _i }],
566
566
  [128 | 0, { [_jN]: _t }],
567
567
  ],
568
568
  ];
569
- var CreatePackagingGroupResponse = [
569
+ var CreatePackagingGroupResponse$ = [
570
570
  3,
571
571
  n0,
572
572
  _CPGRr,
@@ -574,16 +574,23 @@ var CreatePackagingGroupResponse = [
574
574
  [_A, _Au, _CA, _DN, _EAL, _I, _T],
575
575
  [
576
576
  [0, { [_jN]: _a }],
577
- [() => Authorization, { [_jN]: _au }],
577
+ [() => Authorization$, { [_jN]: _au }],
578
578
  [0, { [_jN]: _cA }],
579
579
  [0, { [_jN]: _dN }],
580
- [() => EgressAccessLogs, { [_jN]: _eAL }],
580
+ [() => EgressAccessLogs$, { [_jN]: _eAL }],
581
581
  [0, { [_jN]: _i }],
582
582
  [128 | 0, { [_jN]: _t }],
583
583
  ],
584
584
  ];
585
- var DashEncryption = [3, n0, _DE, 0, [_SKP], [[() => SpekeKeyProvider, { [_jN]: _sKP }]]];
586
- var DashManifest = [
585
+ var DashEncryption$ = [
586
+ 3,
587
+ n0,
588
+ _DE,
589
+ 0,
590
+ [_SKP],
591
+ [[() => SpekeKeyProvider$, { [_jN]: _sKP }]],
592
+ ];
593
+ var DashManifest$ = [
587
594
  3,
588
595
  n0,
589
596
  _DM,
@@ -595,10 +602,10 @@ var DashManifest = [
595
602
  [1, { [_jN]: _mBTS }],
596
603
  [0, { [_jN]: _p }],
597
604
  [0, { [_jN]: _sMS }],
598
- [() => StreamSelection, { [_jN]: _sS }],
605
+ [() => StreamSelection$, { [_jN]: _sS }],
599
606
  ],
600
607
  ];
601
- var DashPackage = [
608
+ var DashPackage$ = [
602
609
  3,
603
610
  n0,
604
611
  _DP,
@@ -606,7 +613,7 @@ var DashPackage = [
606
613
  [_DMa, _E, _IECIS, _IIOS, _PT, _SDS, _STF],
607
614
  [
608
615
  [() => __listOfDashManifest, { [_jN]: _dM }],
609
- [() => DashEncryption, { [_jN]: _e }],
616
+ [() => DashEncryption$, { [_jN]: _e }],
610
617
  [2, { [_jN]: _iECIS }],
611
618
  [2, { [_jN]: _iIOS }],
612
619
  [64 | 0, { [_jN]: _pT }],
@@ -614,14 +621,14 @@ var DashPackage = [
614
621
  [0, { [_jN]: _sTF }],
615
622
  ],
616
623
  ];
617
- var DeleteAssetRequest = [3, n0, _DAR, 0, [_I], [[0, 1]]];
618
- var DeleteAssetResponse = [3, n0, _DARe, 0, [], []];
619
- var DeletePackagingConfigurationRequest = [3, n0, _DPCR, 0, [_I], [[0, 1]]];
620
- var DeletePackagingConfigurationResponse = [3, n0, _DPCRe, 0, [], []];
621
- var DeletePackagingGroupRequest = [3, n0, _DPGR, 0, [_I], [[0, 1]]];
622
- var DeletePackagingGroupResponse = [3, n0, _DPGRe, 0, [], []];
623
- var DescribeAssetRequest = [3, n0, _DARes, 0, [_I], [[0, 1]]];
624
- var DescribeAssetResponse = [
624
+ var DeleteAssetRequest$ = [3, n0, _DAR, 0, [_I], [[0, 1]]];
625
+ var DeleteAssetResponse$ = [3, n0, _DARe, 0, [], []];
626
+ var DeletePackagingConfigurationRequest$ = [3, n0, _DPCR, 0, [_I], [[0, 1]]];
627
+ var DeletePackagingConfigurationResponse$ = [3, n0, _DPCRe, 0, [], []];
628
+ var DeletePackagingGroupRequest$ = [3, n0, _DPGR, 0, [_I], [[0, 1]]];
629
+ var DeletePackagingGroupResponse$ = [3, n0, _DPGRe, 0, [], []];
630
+ var DescribeAssetRequest$ = [3, n0, _DARes, 0, [_I], [[0, 1]]];
631
+ var DescribeAssetResponse$ = [
625
632
  3,
626
633
  n0,
627
634
  _DAResc,
@@ -639,8 +646,8 @@ var DescribeAssetResponse = [
639
646
  [128 | 0, { [_jN]: _t }],
640
647
  ],
641
648
  ];
642
- var DescribePackagingConfigurationRequest = [3, n0, _DPCRes, 0, [_I], [[0, 1]]];
643
- var DescribePackagingConfigurationResponse = [
649
+ var DescribePackagingConfigurationRequest$ = [3, n0, _DPCRes, 0, [_I], [[0, 1]]];
650
+ var DescribePackagingConfigurationResponse$ = [
644
651
  3,
645
652
  n0,
646
653
  _DPCResc,
@@ -648,18 +655,18 @@ var DescribePackagingConfigurationResponse = [
648
655
  [_A, _CP, _CA, _DP, _HP, _I, _MP, _PGI, _T],
649
656
  [
650
657
  [0, { [_jN]: _a }],
651
- [() => CmafPackage, { [_jN]: _cP }],
658
+ [() => CmafPackage$, { [_jN]: _cP }],
652
659
  [0, { [_jN]: _cA }],
653
- [() => DashPackage, { [_jN]: _dP }],
654
- [() => HlsPackage, { [_jN]: _hP }],
660
+ [() => DashPackage$, { [_jN]: _dP }],
661
+ [() => HlsPackage$, { [_jN]: _hP }],
655
662
  [0, { [_jN]: _i }],
656
- [() => MssPackage, { [_jN]: _mP }],
663
+ [() => MssPackage$, { [_jN]: _mP }],
657
664
  [0, { [_jN]: _pGI }],
658
665
  [128 | 0, { [_jN]: _t }],
659
666
  ],
660
667
  ];
661
- var DescribePackagingGroupRequest = [3, n0, _DPGRes, 0, [_I], [[0, 1]]];
662
- var DescribePackagingGroupResponse = [
668
+ var DescribePackagingGroupRequest$ = [3, n0, _DPGRes, 0, [_I], [[0, 1]]];
669
+ var DescribePackagingGroupResponse$ = [
663
670
  3,
664
671
  n0,
665
672
  _DPGResc,
@@ -668,16 +675,16 @@ var DescribePackagingGroupResponse = [
668
675
  [
669
676
  [1, { [_jN]: _aAC }],
670
677
  [0, { [_jN]: _a }],
671
- [() => Authorization, { [_jN]: _au }],
678
+ [() => Authorization$, { [_jN]: _au }],
672
679
  [0, { [_jN]: _cA }],
673
680
  [0, { [_jN]: _dN }],
674
- [() => EgressAccessLogs, { [_jN]: _eAL }],
681
+ [() => EgressAccessLogs$, { [_jN]: _eAL }],
675
682
  [0, { [_jN]: _i }],
676
683
  [128 | 0, { [_jN]: _t }],
677
684
  ],
678
685
  ];
679
- var EgressAccessLogs = [3, n0, _EAL, 0, [_LGN], [[0, { [_jN]: _lGN }]]];
680
- var EgressEndpoint = [
686
+ var EgressAccessLogs$ = [3, n0, _EAL, 0, [_LGN], [[0, { [_jN]: _lGN }]]];
687
+ var EgressEndpoint$ = [
681
688
  3,
682
689
  n0,
683
690
  _EEg,
@@ -689,7 +696,7 @@ var EgressEndpoint = [
689
696
  [0, { [_jN]: _u }],
690
697
  ],
691
698
  ];
692
- var EncryptionContractConfiguration = [
699
+ var EncryptionContractConfiguration$ = [
693
700
  3,
694
701
  n0,
695
702
  _ECC,
@@ -700,9 +707,16 @@ var EncryptionContractConfiguration = [
700
707
  [0, { [_jN]: _pSV }],
701
708
  ],
702
709
  ];
703
- var ForbiddenException = [-3, n0, _FE, { [_er]: _c, [_hE]: 403 }, [_M], [[0, { [_jN]: _m }]]];
704
- schema.TypeRegistry.for(n0).registerError(ForbiddenException, ForbiddenException$1);
705
- var HlsEncryption = [
710
+ var ForbiddenException$ = [
711
+ -3,
712
+ n0,
713
+ _FE,
714
+ { [_er]: _c, [_hE]: 403 },
715
+ [_M],
716
+ [[0, { [_jN]: _m }]],
717
+ ];
718
+ schema.TypeRegistry.for(n0).registerError(ForbiddenException$, ForbiddenException);
719
+ var HlsEncryption$ = [
706
720
  3,
707
721
  n0,
708
722
  _HE,
@@ -711,10 +725,10 @@ var HlsEncryption = [
711
725
  [
712
726
  [0, { [_jN]: _cIV }],
713
727
  [0, { [_jN]: _eM }],
714
- [() => SpekeKeyProvider, { [_jN]: _sKP }],
728
+ [() => SpekeKeyProvider$, { [_jN]: _sKP }],
715
729
  ],
716
730
  ];
717
- var HlsManifest = [
731
+ var HlsManifest$ = [
718
732
  3,
719
733
  n0,
720
734
  _HMl,
@@ -726,24 +740,24 @@ var HlsManifest = [
726
740
  [0, { [_jN]: _mN }],
727
741
  [1, { [_jN]: _pDTIS }],
728
742
  [2, { [_jN]: _rEXK }],
729
- [() => StreamSelection, { [_jN]: _sS }],
743
+ [() => StreamSelection$, { [_jN]: _sS }],
730
744
  ],
731
745
  ];
732
- var HlsPackage = [
746
+ var HlsPackage$ = [
733
747
  3,
734
748
  n0,
735
749
  _HP,
736
750
  0,
737
751
  [_E, _HM, _IDS, _SDS, _UARG],
738
752
  [
739
- [() => HlsEncryption, { [_jN]: _e }],
753
+ [() => HlsEncryption$, { [_jN]: _e }],
740
754
  [() => __listOfHlsManifest, { [_jN]: _hM }],
741
755
  [2, { [_jN]: _iDS }],
742
756
  [1, { [_jN]: _sDS }],
743
757
  [2, { [_jN]: _uARG }],
744
758
  ],
745
759
  ];
746
- var InternalServerErrorException = [
760
+ var InternalServerErrorException$ = [
747
761
  -3,
748
762
  n0,
749
763
  _ISEE,
@@ -751,8 +765,8 @@ var InternalServerErrorException = [
751
765
  [_M],
752
766
  [[0, { [_jN]: _m }]],
753
767
  ];
754
- schema.TypeRegistry.for(n0).registerError(InternalServerErrorException, InternalServerErrorException$1);
755
- var ListAssetsRequest = [
768
+ schema.TypeRegistry.for(n0).registerError(InternalServerErrorException$, InternalServerErrorException);
769
+ var ListAssetsRequest$ = [
756
770
  3,
757
771
  n0,
758
772
  _LAR,
@@ -764,7 +778,7 @@ var ListAssetsRequest = [
764
778
  [0, { [_hQ]: _pGI }],
765
779
  ],
766
780
  ];
767
- var ListAssetsResponse = [
781
+ var ListAssetsResponse$ = [
768
782
  3,
769
783
  n0,
770
784
  _LARi,
@@ -775,7 +789,7 @@ var ListAssetsResponse = [
775
789
  [0, { [_jN]: _nT }],
776
790
  ],
777
791
  ];
778
- var ListPackagingConfigurationsRequest = [
792
+ var ListPackagingConfigurationsRequest$ = [
779
793
  3,
780
794
  n0,
781
795
  _LPCR,
@@ -787,7 +801,7 @@ var ListPackagingConfigurationsRequest = [
787
801
  [0, { [_hQ]: _pGI }],
788
802
  ],
789
803
  ];
790
- var ListPackagingConfigurationsResponse = [
804
+ var ListPackagingConfigurationsResponse$ = [
791
805
  3,
792
806
  n0,
793
807
  _LPCRi,
@@ -798,7 +812,7 @@ var ListPackagingConfigurationsResponse = [
798
812
  [() => __listOfPackagingConfiguration, { [_jN]: _pC }],
799
813
  ],
800
814
  ];
801
- var ListPackagingGroupsRequest = [
815
+ var ListPackagingGroupsRequest$ = [
802
816
  3,
803
817
  n0,
804
818
  _LPGR,
@@ -809,7 +823,7 @@ var ListPackagingGroupsRequest = [
809
823
  [0, { [_hQ]: _nT }],
810
824
  ],
811
825
  ];
812
- var ListPackagingGroupsResponse = [
826
+ var ListPackagingGroupsResponse$ = [
813
827
  3,
814
828
  n0,
815
829
  _LPGRi,
@@ -820,10 +834,17 @@ var ListPackagingGroupsResponse = [
820
834
  [() => __listOfPackagingGroup, { [_jN]: _pG }],
821
835
  ],
822
836
  ];
823
- var ListTagsForResourceRequest = [3, n0, _LTFRR, 0, [_RA], [[0, 1]]];
824
- var ListTagsForResourceResponse = [3, n0, _LTFRRi, 0, [_T], [[128 | 0, { [_jN]: _t }]]];
825
- var MssEncryption = [3, n0, _ME, 0, [_SKP], [[() => SpekeKeyProvider, { [_jN]: _sKP }]]];
826
- var MssManifest = [
837
+ var ListTagsForResourceRequest$ = [3, n0, _LTFRR, 0, [_RA], [[0, 1]]];
838
+ var ListTagsForResourceResponse$ = [3, n0, _LTFRRi, 0, [_T], [[128 | 0, { [_jN]: _t }]]];
839
+ var MssEncryption$ = [
840
+ 3,
841
+ n0,
842
+ _ME,
843
+ 0,
844
+ [_SKP],
845
+ [[() => SpekeKeyProvider$, { [_jN]: _sKP }]],
846
+ ];
847
+ var MssManifest$ = [
827
848
  3,
828
849
  n0,
829
850
  _MM,
@@ -831,24 +852,31 @@ var MssManifest = [
831
852
  [_MN, _SS],
832
853
  [
833
854
  [0, { [_jN]: _mN }],
834
- [() => StreamSelection, { [_jN]: _sS }],
855
+ [() => StreamSelection$, { [_jN]: _sS }],
835
856
  ],
836
857
  ];
837
- var MssPackage = [
858
+ var MssPackage$ = [
838
859
  3,
839
860
  n0,
840
861
  _MP,
841
862
  0,
842
863
  [_E, _MMs, _SDS],
843
864
  [
844
- [() => MssEncryption, { [_jN]: _e }],
865
+ [() => MssEncryption$, { [_jN]: _e }],
845
866
  [() => __listOfMssManifest, { [_jN]: _mM }],
846
867
  [1, { [_jN]: _sDS }],
847
868
  ],
848
869
  ];
849
- var NotFoundException = [-3, n0, _NFE, { [_er]: _c, [_hE]: 404 }, [_M], [[0, { [_jN]: _m }]]];
850
- schema.TypeRegistry.for(n0).registerError(NotFoundException, NotFoundException$1);
851
- var PackagingConfiguration = [
870
+ var NotFoundException$ = [
871
+ -3,
872
+ n0,
873
+ _NFE,
874
+ { [_er]: _c, [_hE]: 404 },
875
+ [_M],
876
+ [[0, { [_jN]: _m }]],
877
+ ];
878
+ schema.TypeRegistry.for(n0).registerError(NotFoundException$, NotFoundException);
879
+ var PackagingConfiguration$ = [
852
880
  3,
853
881
  n0,
854
882
  _PCa,
@@ -856,17 +884,17 @@ var PackagingConfiguration = [
856
884
  [_A, _CP, _CA, _DP, _HP, _I, _MP, _PGI, _T],
857
885
  [
858
886
  [0, { [_jN]: _a }],
859
- [() => CmafPackage, { [_jN]: _cP }],
887
+ [() => CmafPackage$, { [_jN]: _cP }],
860
888
  [0, { [_jN]: _cA }],
861
- [() => DashPackage, { [_jN]: _dP }],
862
- [() => HlsPackage, { [_jN]: _hP }],
889
+ [() => DashPackage$, { [_jN]: _dP }],
890
+ [() => HlsPackage$, { [_jN]: _hP }],
863
891
  [0, { [_jN]: _i }],
864
- [() => MssPackage, { [_jN]: _mP }],
892
+ [() => MssPackage$, { [_jN]: _mP }],
865
893
  [0, { [_jN]: _pGI }],
866
894
  [128 | 0, { [_jN]: _t }],
867
895
  ],
868
896
  ];
869
- var PackagingGroup = [
897
+ var PackagingGroup$ = [
870
898
  3,
871
899
  n0,
872
900
  _PGa,
@@ -875,15 +903,15 @@ var PackagingGroup = [
875
903
  [
876
904
  [1, { [_jN]: _aAC }],
877
905
  [0, { [_jN]: _a }],
878
- [() => Authorization, { [_jN]: _au }],
906
+ [() => Authorization$, { [_jN]: _au }],
879
907
  [0, { [_jN]: _cA }],
880
908
  [0, { [_jN]: _dN }],
881
- [() => EgressAccessLogs, { [_jN]: _eAL }],
909
+ [() => EgressAccessLogs$, { [_jN]: _eAL }],
882
910
  [0, { [_jN]: _i }],
883
911
  [128 | 0, { [_jN]: _t }],
884
912
  ],
885
913
  ];
886
- var ServiceUnavailableException = [
914
+ var ServiceUnavailableException$ = [
887
915
  -3,
888
916
  n0,
889
917
  _SUE,
@@ -891,21 +919,21 @@ var ServiceUnavailableException = [
891
919
  [_M],
892
920
  [[0, { [_jN]: _m }]],
893
921
  ];
894
- schema.TypeRegistry.for(n0).registerError(ServiceUnavailableException, ServiceUnavailableException$1);
895
- var SpekeKeyProvider = [
922
+ schema.TypeRegistry.for(n0).registerError(ServiceUnavailableException$, ServiceUnavailableException);
923
+ var SpekeKeyProvider$ = [
896
924
  3,
897
925
  n0,
898
926
  _SKP,
899
927
  0,
900
928
  [_ECC, _RAo, _SI, _U],
901
929
  [
902
- [() => EncryptionContractConfiguration, { [_jN]: _eCC }],
930
+ [() => EncryptionContractConfiguration$, { [_jN]: _eCC }],
903
931
  [0, { [_jN]: _rA }],
904
932
  [64 | 0, { [_jN]: _sI }],
905
933
  [0, { [_jN]: _u }],
906
934
  ],
907
935
  ];
908
- var StreamSelection = [
936
+ var StreamSelection$ = [
909
937
  3,
910
938
  n0,
911
939
  _SS,
@@ -917,7 +945,7 @@ var StreamSelection = [
917
945
  [0, { [_jN]: _sO }],
918
946
  ],
919
947
  ];
920
- var TagResourceRequest = [
948
+ var TagResourceRequest$ = [
921
949
  3,
922
950
  n0,
923
951
  _TRR,
@@ -928,7 +956,7 @@ var TagResourceRequest = [
928
956
  [128 | 0, { [_jN]: _t }],
929
957
  ],
930
958
  ];
931
- var TooManyRequestsException = [
959
+ var TooManyRequestsException$ = [
932
960
  -3,
933
961
  n0,
934
962
  _TMRE,
@@ -936,8 +964,8 @@ var TooManyRequestsException = [
936
964
  [_M],
937
965
  [[0, { [_jN]: _m }]],
938
966
  ];
939
- schema.TypeRegistry.for(n0).registerError(TooManyRequestsException, TooManyRequestsException$1);
940
- var UnprocessableEntityException = [
967
+ schema.TypeRegistry.for(n0).registerError(TooManyRequestsException$, TooManyRequestsException);
968
+ var UnprocessableEntityException$ = [
941
969
  -3,
942
970
  n0,
943
971
  _UEE,
@@ -945,8 +973,8 @@ var UnprocessableEntityException = [
945
973
  [_M],
946
974
  [[0, { [_jN]: _m }]],
947
975
  ];
948
- schema.TypeRegistry.for(n0).registerError(UnprocessableEntityException, UnprocessableEntityException$1);
949
- var UntagResourceRequest = [
976
+ schema.TypeRegistry.for(n0).registerError(UnprocessableEntityException$, UnprocessableEntityException);
977
+ var UntagResourceRequest$ = [
950
978
  3,
951
979
  n0,
952
980
  _URR,
@@ -957,18 +985,18 @@ var UntagResourceRequest = [
957
985
  [64 | 0, { [_hQ]: _tK }],
958
986
  ],
959
987
  ];
960
- var UpdatePackagingGroupRequest = [
988
+ var UpdatePackagingGroupRequest$ = [
961
989
  3,
962
990
  n0,
963
991
  _UPGR,
964
992
  0,
965
993
  [_Au, _I],
966
994
  [
967
- [() => Authorization, { [_jN]: _au }],
995
+ [() => Authorization$, { [_jN]: _au }],
968
996
  [0, 1],
969
997
  ],
970
998
  ];
971
- var UpdatePackagingGroupResponse = [
999
+ var UpdatePackagingGroupResponse$ = [
972
1000
  3,
973
1001
  n0,
974
1002
  _UPGRp,
@@ -977,159 +1005,166 @@ var UpdatePackagingGroupResponse = [
977
1005
  [
978
1006
  [1, { [_jN]: _aAC }],
979
1007
  [0, { [_jN]: _a }],
980
- [() => Authorization, { [_jN]: _au }],
1008
+ [() => Authorization$, { [_jN]: _au }],
981
1009
  [0, { [_jN]: _cA }],
982
1010
  [0, { [_jN]: _dN }],
983
- [() => EgressAccessLogs, { [_jN]: _eAL }],
1011
+ [() => EgressAccessLogs$, { [_jN]: _eAL }],
984
1012
  [0, { [_jN]: _i }],
985
1013
  [128 | 0, { [_jN]: _t }],
986
1014
  ],
987
1015
  ];
988
1016
  var __Unit = "unit";
989
- var MediaPackageVodServiceException = [-3, _sm, "MediaPackageVodServiceException", 0, [], []];
990
- schema.TypeRegistry.for(_sm).registerError(MediaPackageVodServiceException, MediaPackageVodServiceException$1);
991
- var __listOfAssetShallow = [1, n0, _lOAS, 0, [() => AssetShallow, 0]];
992
- var __listOfDashManifest = [1, n0, _lODM, 0, [() => DashManifest, 0]];
993
- var __listOfEgressEndpoint = [1, n0, _lOEE, 0, [() => EgressEndpoint, 0]];
994
- var __listOfHlsManifest = [1, n0, _lOHM, 0, [() => HlsManifest, 0]];
995
- var __listOfMssManifest = [1, n0, _lOMM, 0, [() => MssManifest, 0]];
996
- var __listOfPackagingConfiguration = [1, n0, _lOPC, 0, [() => PackagingConfiguration, 0]];
997
- var __listOfPackagingGroup = [1, n0, _lOPG, 0, [() => PackagingGroup, 0]];
998
- var ConfigureLogs = [
1017
+ var MediaPackageVodServiceException$ = [
1018
+ -3,
1019
+ _sm,
1020
+ "MediaPackageVodServiceException",
1021
+ 0,
1022
+ [],
1023
+ [],
1024
+ ];
1025
+ schema.TypeRegistry.for(_sm).registerError(MediaPackageVodServiceException$, MediaPackageVodServiceException);
1026
+ var __listOfAssetShallow = [1, n0, _lOAS, 0, [() => AssetShallow$, 0]];
1027
+ var __listOfDashManifest = [1, n0, _lODM, 0, [() => DashManifest$, 0]];
1028
+ var __listOfEgressEndpoint = [1, n0, _lOEE, 0, [() => EgressEndpoint$, 0]];
1029
+ var __listOfHlsManifest = [1, n0, _lOHM, 0, [() => HlsManifest$, 0]];
1030
+ var __listOfMssManifest = [1, n0, _lOMM, 0, [() => MssManifest$, 0]];
1031
+ var __listOfPackagingConfiguration = [1, n0, _lOPC, 0, [() => PackagingConfiguration$, 0]];
1032
+ var __listOfPackagingGroup = [1, n0, _lOPG, 0, [() => PackagingGroup$, 0]];
1033
+ var ConfigureLogs$ = [
999
1034
  9,
1000
1035
  n0,
1001
1036
  _CL,
1002
1037
  { [_h]: ["PUT", "/packaging_groups/{Id}/configure_logs", 200] },
1003
- () => ConfigureLogsRequest,
1004
- () => ConfigureLogsResponse,
1038
+ () => ConfigureLogsRequest$,
1039
+ () => ConfigureLogsResponse$,
1005
1040
  ];
1006
- var CreateAsset = [
1041
+ var CreateAsset$ = [
1007
1042
  9,
1008
1043
  n0,
1009
1044
  _CAr,
1010
1045
  { [_h]: ["POST", "/assets", 200] },
1011
- () => CreateAssetRequest,
1012
- () => CreateAssetResponse,
1046
+ () => CreateAssetRequest$,
1047
+ () => CreateAssetResponse$,
1013
1048
  ];
1014
- var CreatePackagingConfiguration = [
1049
+ var CreatePackagingConfiguration$ = [
1015
1050
  9,
1016
1051
  n0,
1017
1052
  _CPC,
1018
1053
  { [_h]: ["POST", "/packaging_configurations", 200] },
1019
- () => CreatePackagingConfigurationRequest,
1020
- () => CreatePackagingConfigurationResponse,
1054
+ () => CreatePackagingConfigurationRequest$,
1055
+ () => CreatePackagingConfigurationResponse$,
1021
1056
  ];
1022
- var CreatePackagingGroup = [
1057
+ var CreatePackagingGroup$ = [
1023
1058
  9,
1024
1059
  n0,
1025
1060
  _CPG,
1026
1061
  { [_h]: ["POST", "/packaging_groups", 200] },
1027
- () => CreatePackagingGroupRequest,
1028
- () => CreatePackagingGroupResponse,
1062
+ () => CreatePackagingGroupRequest$,
1063
+ () => CreatePackagingGroupResponse$,
1029
1064
  ];
1030
- var DeleteAsset = [
1065
+ var DeleteAsset$ = [
1031
1066
  9,
1032
1067
  n0,
1033
1068
  _DA,
1034
1069
  { [_h]: ["DELETE", "/assets/{Id}", 202] },
1035
- () => DeleteAssetRequest,
1036
- () => DeleteAssetResponse,
1070
+ () => DeleteAssetRequest$,
1071
+ () => DeleteAssetResponse$,
1037
1072
  ];
1038
- var DeletePackagingConfiguration = [
1073
+ var DeletePackagingConfiguration$ = [
1039
1074
  9,
1040
1075
  n0,
1041
1076
  _DPC,
1042
1077
  { [_h]: ["DELETE", "/packaging_configurations/{Id}", 202] },
1043
- () => DeletePackagingConfigurationRequest,
1044
- () => DeletePackagingConfigurationResponse,
1078
+ () => DeletePackagingConfigurationRequest$,
1079
+ () => DeletePackagingConfigurationResponse$,
1045
1080
  ];
1046
- var DeletePackagingGroup = [
1081
+ var DeletePackagingGroup$ = [
1047
1082
  9,
1048
1083
  n0,
1049
1084
  _DPG,
1050
1085
  { [_h]: ["DELETE", "/packaging_groups/{Id}", 202] },
1051
- () => DeletePackagingGroupRequest,
1052
- () => DeletePackagingGroupResponse,
1086
+ () => DeletePackagingGroupRequest$,
1087
+ () => DeletePackagingGroupResponse$,
1053
1088
  ];
1054
- var DescribeAsset = [
1089
+ var DescribeAsset$ = [
1055
1090
  9,
1056
1091
  n0,
1057
1092
  _DAe,
1058
1093
  { [_h]: ["GET", "/assets/{Id}", 200] },
1059
- () => DescribeAssetRequest,
1060
- () => DescribeAssetResponse,
1094
+ () => DescribeAssetRequest$,
1095
+ () => DescribeAssetResponse$,
1061
1096
  ];
1062
- var DescribePackagingConfiguration = [
1097
+ var DescribePackagingConfiguration$ = [
1063
1098
  9,
1064
1099
  n0,
1065
1100
  _DPCe,
1066
1101
  { [_h]: ["GET", "/packaging_configurations/{Id}", 200] },
1067
- () => DescribePackagingConfigurationRequest,
1068
- () => DescribePackagingConfigurationResponse,
1102
+ () => DescribePackagingConfigurationRequest$,
1103
+ () => DescribePackagingConfigurationResponse$,
1069
1104
  ];
1070
- var DescribePackagingGroup = [
1105
+ var DescribePackagingGroup$ = [
1071
1106
  9,
1072
1107
  n0,
1073
1108
  _DPGe,
1074
1109
  { [_h]: ["GET", "/packaging_groups/{Id}", 200] },
1075
- () => DescribePackagingGroupRequest,
1076
- () => DescribePackagingGroupResponse,
1110
+ () => DescribePackagingGroupRequest$,
1111
+ () => DescribePackagingGroupResponse$,
1077
1112
  ];
1078
- var ListAssets = [
1113
+ var ListAssets$ = [
1079
1114
  9,
1080
1115
  n0,
1081
1116
  _LA,
1082
1117
  { [_h]: ["GET", "/assets", 200] },
1083
- () => ListAssetsRequest,
1084
- () => ListAssetsResponse,
1118
+ () => ListAssetsRequest$,
1119
+ () => ListAssetsResponse$,
1085
1120
  ];
1086
- var ListPackagingConfigurations = [
1121
+ var ListPackagingConfigurations$ = [
1087
1122
  9,
1088
1123
  n0,
1089
1124
  _LPC,
1090
1125
  { [_h]: ["GET", "/packaging_configurations", 200] },
1091
- () => ListPackagingConfigurationsRequest,
1092
- () => ListPackagingConfigurationsResponse,
1126
+ () => ListPackagingConfigurationsRequest$,
1127
+ () => ListPackagingConfigurationsResponse$,
1093
1128
  ];
1094
- var ListPackagingGroups = [
1129
+ var ListPackagingGroups$ = [
1095
1130
  9,
1096
1131
  n0,
1097
1132
  _LPG,
1098
1133
  { [_h]: ["GET", "/packaging_groups", 200] },
1099
- () => ListPackagingGroupsRequest,
1100
- () => ListPackagingGroupsResponse,
1134
+ () => ListPackagingGroupsRequest$,
1135
+ () => ListPackagingGroupsResponse$,
1101
1136
  ];
1102
- var ListTagsForResource = [
1137
+ var ListTagsForResource$ = [
1103
1138
  9,
1104
1139
  n0,
1105
1140
  _LTFR,
1106
1141
  { [_h]: ["GET", "/tags/{ResourceArn}", 200] },
1107
- () => ListTagsForResourceRequest,
1108
- () => ListTagsForResourceResponse,
1142
+ () => ListTagsForResourceRequest$,
1143
+ () => ListTagsForResourceResponse$,
1109
1144
  ];
1110
- var TagResource = [
1145
+ var TagResource$ = [
1111
1146
  9,
1112
1147
  n0,
1113
1148
  _TR,
1114
1149
  { [_h]: ["POST", "/tags/{ResourceArn}", 204] },
1115
- () => TagResourceRequest,
1150
+ () => TagResourceRequest$,
1116
1151
  () => __Unit,
1117
1152
  ];
1118
- var UntagResource = [
1153
+ var UntagResource$ = [
1119
1154
  9,
1120
1155
  n0,
1121
1156
  _UR,
1122
1157
  { [_h]: ["DELETE", "/tags/{ResourceArn}", 204] },
1123
- () => UntagResourceRequest,
1158
+ () => UntagResourceRequest$,
1124
1159
  () => __Unit,
1125
1160
  ];
1126
- var UpdatePackagingGroup = [
1161
+ var UpdatePackagingGroup$ = [
1127
1162
  9,
1128
1163
  n0,
1129
1164
  _UPG,
1130
1165
  { [_h]: ["PUT", "/packaging_groups/{Id}", 200] },
1131
- () => UpdatePackagingGroupRequest,
1132
- () => UpdatePackagingGroupResponse,
1166
+ () => UpdatePackagingGroupRequest$,
1167
+ () => UpdatePackagingGroupResponse$,
1133
1168
  ];
1134
1169
 
1135
1170
  class ConfigureLogsCommand extends smithyClient.Command
@@ -1140,7 +1175,7 @@ class ConfigureLogsCommand extends smithyClient.Command
1140
1175
  })
1141
1176
  .s("MediaPackageVod", "ConfigureLogs", {})
1142
1177
  .n("MediaPackageVodClient", "ConfigureLogsCommand")
1143
- .sc(ConfigureLogs)
1178
+ .sc(ConfigureLogs$)
1144
1179
  .build() {
1145
1180
  }
1146
1181
 
@@ -1152,7 +1187,7 @@ class CreateAssetCommand extends smithyClient.Command
1152
1187
  })
1153
1188
  .s("MediaPackageVod", "CreateAsset", {})
1154
1189
  .n("MediaPackageVodClient", "CreateAssetCommand")
1155
- .sc(CreateAsset)
1190
+ .sc(CreateAsset$)
1156
1191
  .build() {
1157
1192
  }
1158
1193
 
@@ -1164,7 +1199,7 @@ class CreatePackagingConfigurationCommand extends smithyClient.Command
1164
1199
  })
1165
1200
  .s("MediaPackageVod", "CreatePackagingConfiguration", {})
1166
1201
  .n("MediaPackageVodClient", "CreatePackagingConfigurationCommand")
1167
- .sc(CreatePackagingConfiguration)
1202
+ .sc(CreatePackagingConfiguration$)
1168
1203
  .build() {
1169
1204
  }
1170
1205
 
@@ -1176,7 +1211,7 @@ class CreatePackagingGroupCommand extends smithyClient.Command
1176
1211
  })
1177
1212
  .s("MediaPackageVod", "CreatePackagingGroup", {})
1178
1213
  .n("MediaPackageVodClient", "CreatePackagingGroupCommand")
1179
- .sc(CreatePackagingGroup)
1214
+ .sc(CreatePackagingGroup$)
1180
1215
  .build() {
1181
1216
  }
1182
1217
 
@@ -1188,7 +1223,7 @@ class DeleteAssetCommand extends smithyClient.Command
1188
1223
  })
1189
1224
  .s("MediaPackageVod", "DeleteAsset", {})
1190
1225
  .n("MediaPackageVodClient", "DeleteAssetCommand")
1191
- .sc(DeleteAsset)
1226
+ .sc(DeleteAsset$)
1192
1227
  .build() {
1193
1228
  }
1194
1229
 
@@ -1200,7 +1235,7 @@ class DeletePackagingConfigurationCommand extends smithyClient.Command
1200
1235
  })
1201
1236
  .s("MediaPackageVod", "DeletePackagingConfiguration", {})
1202
1237
  .n("MediaPackageVodClient", "DeletePackagingConfigurationCommand")
1203
- .sc(DeletePackagingConfiguration)
1238
+ .sc(DeletePackagingConfiguration$)
1204
1239
  .build() {
1205
1240
  }
1206
1241
 
@@ -1212,7 +1247,7 @@ class DeletePackagingGroupCommand extends smithyClient.Command
1212
1247
  })
1213
1248
  .s("MediaPackageVod", "DeletePackagingGroup", {})
1214
1249
  .n("MediaPackageVodClient", "DeletePackagingGroupCommand")
1215
- .sc(DeletePackagingGroup)
1250
+ .sc(DeletePackagingGroup$)
1216
1251
  .build() {
1217
1252
  }
1218
1253
 
@@ -1224,7 +1259,7 @@ class DescribeAssetCommand extends smithyClient.Command
1224
1259
  })
1225
1260
  .s("MediaPackageVod", "DescribeAsset", {})
1226
1261
  .n("MediaPackageVodClient", "DescribeAssetCommand")
1227
- .sc(DescribeAsset)
1262
+ .sc(DescribeAsset$)
1228
1263
  .build() {
1229
1264
  }
1230
1265
 
@@ -1236,7 +1271,7 @@ class DescribePackagingConfigurationCommand extends smithyClient.Command
1236
1271
  })
1237
1272
  .s("MediaPackageVod", "DescribePackagingConfiguration", {})
1238
1273
  .n("MediaPackageVodClient", "DescribePackagingConfigurationCommand")
1239
- .sc(DescribePackagingConfiguration)
1274
+ .sc(DescribePackagingConfiguration$)
1240
1275
  .build() {
1241
1276
  }
1242
1277
 
@@ -1248,7 +1283,7 @@ class DescribePackagingGroupCommand extends smithyClient.Command
1248
1283
  })
1249
1284
  .s("MediaPackageVod", "DescribePackagingGroup", {})
1250
1285
  .n("MediaPackageVodClient", "DescribePackagingGroupCommand")
1251
- .sc(DescribePackagingGroup)
1286
+ .sc(DescribePackagingGroup$)
1252
1287
  .build() {
1253
1288
  }
1254
1289
 
@@ -1260,7 +1295,7 @@ class ListAssetsCommand extends smithyClient.Command
1260
1295
  })
1261
1296
  .s("MediaPackageVod", "ListAssets", {})
1262
1297
  .n("MediaPackageVodClient", "ListAssetsCommand")
1263
- .sc(ListAssets)
1298
+ .sc(ListAssets$)
1264
1299
  .build() {
1265
1300
  }
1266
1301
 
@@ -1272,7 +1307,7 @@ class ListPackagingConfigurationsCommand extends smithyClient.Command
1272
1307
  })
1273
1308
  .s("MediaPackageVod", "ListPackagingConfigurations", {})
1274
1309
  .n("MediaPackageVodClient", "ListPackagingConfigurationsCommand")
1275
- .sc(ListPackagingConfigurations)
1310
+ .sc(ListPackagingConfigurations$)
1276
1311
  .build() {
1277
1312
  }
1278
1313
 
@@ -1284,7 +1319,7 @@ class ListPackagingGroupsCommand extends smithyClient.Command
1284
1319
  })
1285
1320
  .s("MediaPackageVod", "ListPackagingGroups", {})
1286
1321
  .n("MediaPackageVodClient", "ListPackagingGroupsCommand")
1287
- .sc(ListPackagingGroups)
1322
+ .sc(ListPackagingGroups$)
1288
1323
  .build() {
1289
1324
  }
1290
1325
 
@@ -1296,7 +1331,7 @@ class ListTagsForResourceCommand extends smithyClient.Command
1296
1331
  })
1297
1332
  .s("MediaPackageVod", "ListTagsForResource", {})
1298
1333
  .n("MediaPackageVodClient", "ListTagsForResourceCommand")
1299
- .sc(ListTagsForResource)
1334
+ .sc(ListTagsForResource$)
1300
1335
  .build() {
1301
1336
  }
1302
1337
 
@@ -1308,7 +1343,7 @@ class TagResourceCommand extends smithyClient.Command
1308
1343
  })
1309
1344
  .s("MediaPackageVod", "TagResource", {})
1310
1345
  .n("MediaPackageVodClient", "TagResourceCommand")
1311
- .sc(TagResource)
1346
+ .sc(TagResource$)
1312
1347
  .build() {
1313
1348
  }
1314
1349
 
@@ -1320,7 +1355,7 @@ class UntagResourceCommand extends smithyClient.Command
1320
1355
  })
1321
1356
  .s("MediaPackageVod", "UntagResource", {})
1322
1357
  .n("MediaPackageVodClient", "UntagResourceCommand")
1323
- .sc(UntagResource)
1358
+ .sc(UntagResource$)
1324
1359
  .build() {
1325
1360
  }
1326
1361
 
@@ -1332,7 +1367,7 @@ class UpdatePackagingGroupCommand extends smithyClient.Command
1332
1367
  })
1333
1368
  .s("MediaPackageVod", "UpdatePackagingGroup", {})
1334
1369
  .n("MediaPackageVodClient", "UpdatePackagingGroupCommand")
1335
- .sc(UpdatePackagingGroup)
1370
+ .sc(UpdatePackagingGroup$)
1336
1371
  .build() {
1337
1372
  }
1338
1373
 
@@ -1428,40 +1463,116 @@ Object.defineProperty(exports, "__Client", {
1428
1463
  get: function () { return smithyClient.Client; }
1429
1464
  });
1430
1465
  exports.AdMarkers = AdMarkers;
1466
+ exports.AssetShallow$ = AssetShallow$;
1467
+ exports.Authorization$ = Authorization$;
1468
+ exports.CmafEncryption$ = CmafEncryption$;
1469
+ exports.CmafPackage$ = CmafPackage$;
1470
+ exports.ConfigureLogs$ = ConfigureLogs$;
1431
1471
  exports.ConfigureLogsCommand = ConfigureLogsCommand;
1472
+ exports.ConfigureLogsRequest$ = ConfigureLogsRequest$;
1473
+ exports.ConfigureLogsResponse$ = ConfigureLogsResponse$;
1474
+ exports.CreateAsset$ = CreateAsset$;
1432
1475
  exports.CreateAssetCommand = CreateAssetCommand;
1476
+ exports.CreateAssetRequest$ = CreateAssetRequest$;
1477
+ exports.CreateAssetResponse$ = CreateAssetResponse$;
1478
+ exports.CreatePackagingConfiguration$ = CreatePackagingConfiguration$;
1433
1479
  exports.CreatePackagingConfigurationCommand = CreatePackagingConfigurationCommand;
1480
+ exports.CreatePackagingConfigurationRequest$ = CreatePackagingConfigurationRequest$;
1481
+ exports.CreatePackagingConfigurationResponse$ = CreatePackagingConfigurationResponse$;
1482
+ exports.CreatePackagingGroup$ = CreatePackagingGroup$;
1434
1483
  exports.CreatePackagingGroupCommand = CreatePackagingGroupCommand;
1484
+ exports.CreatePackagingGroupRequest$ = CreatePackagingGroupRequest$;
1485
+ exports.CreatePackagingGroupResponse$ = CreatePackagingGroupResponse$;
1486
+ exports.DashEncryption$ = DashEncryption$;
1487
+ exports.DashManifest$ = DashManifest$;
1488
+ exports.DashPackage$ = DashPackage$;
1489
+ exports.DeleteAsset$ = DeleteAsset$;
1435
1490
  exports.DeleteAssetCommand = DeleteAssetCommand;
1491
+ exports.DeleteAssetRequest$ = DeleteAssetRequest$;
1492
+ exports.DeleteAssetResponse$ = DeleteAssetResponse$;
1493
+ exports.DeletePackagingConfiguration$ = DeletePackagingConfiguration$;
1436
1494
  exports.DeletePackagingConfigurationCommand = DeletePackagingConfigurationCommand;
1495
+ exports.DeletePackagingConfigurationRequest$ = DeletePackagingConfigurationRequest$;
1496
+ exports.DeletePackagingConfigurationResponse$ = DeletePackagingConfigurationResponse$;
1497
+ exports.DeletePackagingGroup$ = DeletePackagingGroup$;
1437
1498
  exports.DeletePackagingGroupCommand = DeletePackagingGroupCommand;
1499
+ exports.DeletePackagingGroupRequest$ = DeletePackagingGroupRequest$;
1500
+ exports.DeletePackagingGroupResponse$ = DeletePackagingGroupResponse$;
1501
+ exports.DescribeAsset$ = DescribeAsset$;
1438
1502
  exports.DescribeAssetCommand = DescribeAssetCommand;
1503
+ exports.DescribeAssetRequest$ = DescribeAssetRequest$;
1504
+ exports.DescribeAssetResponse$ = DescribeAssetResponse$;
1505
+ exports.DescribePackagingConfiguration$ = DescribePackagingConfiguration$;
1439
1506
  exports.DescribePackagingConfigurationCommand = DescribePackagingConfigurationCommand;
1507
+ exports.DescribePackagingConfigurationRequest$ = DescribePackagingConfigurationRequest$;
1508
+ exports.DescribePackagingConfigurationResponse$ = DescribePackagingConfigurationResponse$;
1509
+ exports.DescribePackagingGroup$ = DescribePackagingGroup$;
1440
1510
  exports.DescribePackagingGroupCommand = DescribePackagingGroupCommand;
1511
+ exports.DescribePackagingGroupRequest$ = DescribePackagingGroupRequest$;
1512
+ exports.DescribePackagingGroupResponse$ = DescribePackagingGroupResponse$;
1513
+ exports.EgressAccessLogs$ = EgressAccessLogs$;
1514
+ exports.EgressEndpoint$ = EgressEndpoint$;
1515
+ exports.EncryptionContractConfiguration$ = EncryptionContractConfiguration$;
1441
1516
  exports.EncryptionMethod = EncryptionMethod;
1442
- exports.ForbiddenException = ForbiddenException$1;
1443
- exports.InternalServerErrorException = InternalServerErrorException$1;
1517
+ exports.ForbiddenException = ForbiddenException;
1518
+ exports.ForbiddenException$ = ForbiddenException$;
1519
+ exports.HlsEncryption$ = HlsEncryption$;
1520
+ exports.HlsManifest$ = HlsManifest$;
1521
+ exports.HlsPackage$ = HlsPackage$;
1522
+ exports.InternalServerErrorException = InternalServerErrorException;
1523
+ exports.InternalServerErrorException$ = InternalServerErrorException$;
1524
+ exports.ListAssets$ = ListAssets$;
1444
1525
  exports.ListAssetsCommand = ListAssetsCommand;
1526
+ exports.ListAssetsRequest$ = ListAssetsRequest$;
1527
+ exports.ListAssetsResponse$ = ListAssetsResponse$;
1528
+ exports.ListPackagingConfigurations$ = ListPackagingConfigurations$;
1445
1529
  exports.ListPackagingConfigurationsCommand = ListPackagingConfigurationsCommand;
1530
+ exports.ListPackagingConfigurationsRequest$ = ListPackagingConfigurationsRequest$;
1531
+ exports.ListPackagingConfigurationsResponse$ = ListPackagingConfigurationsResponse$;
1532
+ exports.ListPackagingGroups$ = ListPackagingGroups$;
1446
1533
  exports.ListPackagingGroupsCommand = ListPackagingGroupsCommand;
1534
+ exports.ListPackagingGroupsRequest$ = ListPackagingGroupsRequest$;
1535
+ exports.ListPackagingGroupsResponse$ = ListPackagingGroupsResponse$;
1536
+ exports.ListTagsForResource$ = ListTagsForResource$;
1447
1537
  exports.ListTagsForResourceCommand = ListTagsForResourceCommand;
1538
+ exports.ListTagsForResourceRequest$ = ListTagsForResourceRequest$;
1539
+ exports.ListTagsForResourceResponse$ = ListTagsForResourceResponse$;
1448
1540
  exports.ManifestLayout = ManifestLayout;
1449
1541
  exports.MediaPackageVod = MediaPackageVod;
1450
1542
  exports.MediaPackageVodClient = MediaPackageVodClient;
1451
- exports.MediaPackageVodServiceException = MediaPackageVodServiceException$1;
1452
- exports.NotFoundException = NotFoundException$1;
1543
+ exports.MediaPackageVodServiceException = MediaPackageVodServiceException;
1544
+ exports.MediaPackageVodServiceException$ = MediaPackageVodServiceException$;
1545
+ exports.MssEncryption$ = MssEncryption$;
1546
+ exports.MssManifest$ = MssManifest$;
1547
+ exports.MssPackage$ = MssPackage$;
1548
+ exports.NotFoundException = NotFoundException;
1549
+ exports.NotFoundException$ = NotFoundException$;
1550
+ exports.PackagingConfiguration$ = PackagingConfiguration$;
1551
+ exports.PackagingGroup$ = PackagingGroup$;
1453
1552
  exports.PresetSpeke20Audio = PresetSpeke20Audio;
1454
1553
  exports.PresetSpeke20Video = PresetSpeke20Video;
1455
1554
  exports.Profile = Profile;
1456
1555
  exports.ScteMarkersSource = ScteMarkersSource;
1457
1556
  exports.SegmentTemplateFormat = SegmentTemplateFormat;
1458
- exports.ServiceUnavailableException = ServiceUnavailableException$1;
1557
+ exports.ServiceUnavailableException = ServiceUnavailableException;
1558
+ exports.ServiceUnavailableException$ = ServiceUnavailableException$;
1559
+ exports.SpekeKeyProvider$ = SpekeKeyProvider$;
1459
1560
  exports.StreamOrder = StreamOrder;
1561
+ exports.StreamSelection$ = StreamSelection$;
1562
+ exports.TagResource$ = TagResource$;
1460
1563
  exports.TagResourceCommand = TagResourceCommand;
1461
- exports.TooManyRequestsException = TooManyRequestsException$1;
1462
- exports.UnprocessableEntityException = UnprocessableEntityException$1;
1564
+ exports.TagResourceRequest$ = TagResourceRequest$;
1565
+ exports.TooManyRequestsException = TooManyRequestsException;
1566
+ exports.TooManyRequestsException$ = TooManyRequestsException$;
1567
+ exports.UnprocessableEntityException = UnprocessableEntityException;
1568
+ exports.UnprocessableEntityException$ = UnprocessableEntityException$;
1569
+ exports.UntagResource$ = UntagResource$;
1463
1570
  exports.UntagResourceCommand = UntagResourceCommand;
1571
+ exports.UntagResourceRequest$ = UntagResourceRequest$;
1572
+ exports.UpdatePackagingGroup$ = UpdatePackagingGroup$;
1464
1573
  exports.UpdatePackagingGroupCommand = UpdatePackagingGroupCommand;
1574
+ exports.UpdatePackagingGroupRequest$ = UpdatePackagingGroupRequest$;
1575
+ exports.UpdatePackagingGroupResponse$ = UpdatePackagingGroupResponse$;
1465
1576
  exports.__PeriodTriggersElement = __PeriodTriggersElement;
1466
1577
  exports.paginateListAssets = paginateListAssets;
1467
1578
  exports.paginateListPackagingConfigurations = paginateListPackagingConfigurations;