@aws-sdk/client-mediapackagev2 3.1068.0 → 3.1070.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.
@@ -1,8 +1,3 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ForceEndpointErrorConfiguration$ = exports.FilterConfiguration$ = exports.EncryptionMethod$ = exports.EncryptionContractConfiguration$ = exports.Encryption$ = exports.Destination$ = exports.DeleteOriginEndpointResponse$ = exports.DeleteOriginEndpointRequest$ = exports.DeleteOriginEndpointPolicyResponse$ = exports.DeleteOriginEndpointPolicyRequest$ = exports.DeleteChannelResponse$ = exports.DeleteChannelRequest$ = exports.DeleteChannelPolicyResponse$ = exports.DeleteChannelPolicyRequest$ = exports.DeleteChannelGroupResponse$ = exports.DeleteChannelGroupRequest$ = exports.DashUtcTiming$ = exports.DashTtmlConfiguration$ = exports.DashSubtitleConfiguration$ = exports.DashProgramInformation$ = exports.DashDvbSettings$ = exports.DashDvbMetricsReporting$ = exports.DashDvbFontDownload$ = exports.DashBaseUrl$ = exports.CreateOriginEndpointResponse$ = exports.CreateOriginEndpointRequest$ = exports.CreateMssManifestConfiguration$ = exports.CreateLowLatencyHlsManifestConfiguration$ = exports.CreateHlsManifestConfiguration$ = exports.CreateHarvestJobResponse$ = exports.CreateHarvestJobRequest$ = exports.CreateDashManifestConfiguration$ = exports.CreateChannelResponse$ = exports.CreateChannelRequest$ = exports.CreateChannelGroupResponse$ = exports.CreateChannelGroupRequest$ = exports.ChannelListConfiguration$ = exports.ChannelGroupListConfiguration$ = exports.CdnAuthConfiguration$ = exports.CancelHarvestJobResponse$ = exports.CancelHarvestJobRequest$ = exports.errorTypeRegistries = exports.ValidationException$ = exports.ThrottlingException$ = exports.ServiceQuotaExceededException$ = exports.ResourceNotFoundException$ = exports.InternalServerException$ = exports.ConflictException$ = exports.AccessDeniedException$ = exports.MediaPackageV2ServiceException$ = void 0;
4
- exports.Scte$ = exports.S3DestinationConfig$ = exports.ResetOriginEndpointStateResponse$ = exports.ResetOriginEndpointStateRequest$ = exports.ResetChannelStateResponse$ = exports.ResetChannelStateRequest$ = exports.PutOriginEndpointPolicyResponse$ = exports.PutOriginEndpointPolicyRequest$ = exports.PutChannelPolicyResponse$ = exports.PutChannelPolicyRequest$ = exports.OutputHeaderConfiguration$ = exports.OriginEndpointListConfiguration$ = exports.ListTagsForResourceResponse$ = exports.ListTagsForResourceRequest$ = exports.ListOriginEndpointsResponse$ = exports.ListOriginEndpointsRequest$ = exports.ListMssManifestConfiguration$ = exports.ListLowLatencyHlsManifestConfiguration$ = exports.ListHlsManifestConfiguration$ = exports.ListHarvestJobsResponse$ = exports.ListHarvestJobsRequest$ = exports.ListDashManifestConfiguration$ = exports.ListChannelsResponse$ = exports.ListChannelsRequest$ = exports.ListChannelGroupsResponse$ = exports.ListChannelGroupsRequest$ = exports.InputSwitchConfiguration$ = exports.IngestEndpoint$ = exports.HarvestJob$ = exports.HarvesterScheduleConfiguration$ = exports.HarvestedManifests$ = exports.HarvestedLowLatencyHlsManifest$ = exports.HarvestedHlsManifest$ = exports.HarvestedDashManifest$ = exports.GetOriginEndpointResponse$ = exports.GetOriginEndpointRequest$ = exports.GetOriginEndpointPolicyResponse$ = exports.GetOriginEndpointPolicyRequest$ = exports.GetMssManifestConfiguration$ = exports.GetLowLatencyHlsManifestConfiguration$ = exports.GetHlsManifestConfiguration$ = exports.GetHarvestJobResponse$ = exports.GetHarvestJobRequest$ = exports.GetDashManifestConfiguration$ = exports.GetChannelResponse$ = exports.GetChannelRequest$ = exports.GetChannelPolicyResponse$ = exports.GetChannelPolicyRequest$ = exports.GetChannelGroupResponse$ = exports.GetChannelGroupRequest$ = void 0;
5
- exports.UpdateOriginEndpoint$ = exports.UpdateChannelGroup$ = exports.UpdateChannel$ = exports.UntagResource$ = exports.TagResource$ = exports.ResetOriginEndpointState$ = exports.ResetChannelState$ = exports.PutOriginEndpointPolicy$ = exports.PutChannelPolicy$ = exports.ListTagsForResource$ = exports.ListOriginEndpoints$ = exports.ListHarvestJobs$ = exports.ListChannels$ = exports.ListChannelGroups$ = exports.GetOriginEndpointPolicy$ = exports.GetOriginEndpoint$ = exports.GetHarvestJob$ = exports.GetChannelPolicy$ = exports.GetChannelGroup$ = exports.GetChannel$ = exports.DeleteOriginEndpointPolicy$ = exports.DeleteOriginEndpoint$ = exports.DeleteChannelPolicy$ = exports.DeleteChannelGroup$ = exports.DeleteChannel$ = exports.CreateOriginEndpoint$ = exports.CreateHarvestJob$ = exports.CreateChannelGroup$ = exports.CreateChannel$ = exports.CancelHarvestJob$ = exports.DashAvailabilityStartTimeConfiguration$ = exports.UpdateOriginEndpointResponse$ = exports.UpdateOriginEndpointRequest$ = exports.UpdateChannelResponse$ = exports.UpdateChannelRequest$ = exports.UpdateChannelGroupResponse$ = exports.UpdateChannelGroupRequest$ = exports.UntagResourceRequest$ = exports.TagResourceRequest$ = exports.StartTag$ = exports.SpekeKeyProvider$ = exports.Segment$ = exports.ScteHls$ = exports.ScteDash$ = void 0;
6
1
  const _A = "Arn";
7
2
  const _ADE = "AccessDeniedException";
8
3
  const _AMD = "AdMarkerDash";
@@ -307,747 +302,860 @@ const _tK = "tagKeys";
307
302
  const _xact = "x-amzn-client-token";
308
303
  const _xauim = "x-amzn-update-if-match";
309
304
  const n0 = "com.amazonaws.mediapackagev2";
310
- const schema_1 = require("@smithy/core/schema");
311
- const errors_1 = require("../models/errors");
312
- const MediaPackageV2ServiceException_1 = require("../models/MediaPackageV2ServiceException");
313
- const _s_registry = schema_1.TypeRegistry.for(_s);
314
- exports.MediaPackageV2ServiceException$ = [-3, _s, "MediaPackageV2ServiceException", 0, [], []];
315
- _s_registry.registerError(exports.MediaPackageV2ServiceException$, MediaPackageV2ServiceException_1.MediaPackageV2ServiceException);
316
- const n0_registry = schema_1.TypeRegistry.for(n0);
317
- exports.AccessDeniedException$ = [-3, n0, _ADE,
305
+ const { TypeRegistry } = require("@smithy/core/schema");
306
+ const { AccessDeniedException, ConflictException, InternalServerException, ResourceNotFoundException, ServiceQuotaExceededException, ThrottlingException, ValidationException } = require("../models/errors");
307
+ const { MediaPackageV2ServiceException } = require("../models/MediaPackageV2ServiceException");
308
+ const _s_registry = TypeRegistry.for(_s);
309
+ const MediaPackageV2ServiceException$ = [-3, _s, "MediaPackageV2ServiceException", 0, [], []];
310
+ exports.MediaPackageV2ServiceException$ = MediaPackageV2ServiceException$;
311
+ _s_registry.registerError(MediaPackageV2ServiceException$, MediaPackageV2ServiceException);
312
+ const n0_registry = TypeRegistry.for(n0);
313
+ const AccessDeniedException$ = [-3, n0, _ADE,
318
314
  { [_e]: _c, [_hE]: 403 },
319
315
  [_M],
320
316
  [0]
321
317
  ];
322
- n0_registry.registerError(exports.AccessDeniedException$, errors_1.AccessDeniedException);
323
- exports.ConflictException$ = [-3, n0, _CE,
318
+ exports.AccessDeniedException$ = AccessDeniedException$;
319
+ n0_registry.registerError(AccessDeniedException$, AccessDeniedException);
320
+ const ConflictException$ = [-3, n0, _CE,
324
321
  { [_e]: _c, [_hE]: 409 },
325
322
  [_M, _CET],
326
323
  [0, 0]
327
324
  ];
328
- n0_registry.registerError(exports.ConflictException$, errors_1.ConflictException);
329
- exports.InternalServerException$ = [-3, n0, _ISE,
325
+ exports.ConflictException$ = ConflictException$;
326
+ n0_registry.registerError(ConflictException$, ConflictException);
327
+ const InternalServerException$ = [-3, n0, _ISE,
330
328
  { [_e]: _se, [_hE]: 500 },
331
329
  [_M],
332
330
  [0]
333
331
  ];
334
- n0_registry.registerError(exports.InternalServerException$, errors_1.InternalServerException);
335
- exports.ResourceNotFoundException$ = [-3, n0, _RNFE,
332
+ exports.InternalServerException$ = InternalServerException$;
333
+ n0_registry.registerError(InternalServerException$, InternalServerException);
334
+ const ResourceNotFoundException$ = [-3, n0, _RNFE,
336
335
  { [_e]: _c, [_hE]: 404 },
337
336
  [_M, _RTNF],
338
337
  [0, 0]
339
338
  ];
340
- n0_registry.registerError(exports.ResourceNotFoundException$, errors_1.ResourceNotFoundException);
341
- exports.ServiceQuotaExceededException$ = [-3, n0, _SQEE,
339
+ exports.ResourceNotFoundException$ = ResourceNotFoundException$;
340
+ n0_registry.registerError(ResourceNotFoundException$, ResourceNotFoundException);
341
+ const ServiceQuotaExceededException$ = [-3, n0, _SQEE,
342
342
  { [_e]: _c, [_hE]: 402 },
343
343
  [_M],
344
344
  [0]
345
345
  ];
346
- n0_registry.registerError(exports.ServiceQuotaExceededException$, errors_1.ServiceQuotaExceededException);
347
- exports.ThrottlingException$ = [-3, n0, _TE,
346
+ exports.ServiceQuotaExceededException$ = ServiceQuotaExceededException$;
347
+ n0_registry.registerError(ServiceQuotaExceededException$, ServiceQuotaExceededException);
348
+ const ThrottlingException$ = [-3, n0, _TE,
348
349
  { [_e]: _c, [_hE]: 429 },
349
350
  [_M],
350
351
  [0]
351
352
  ];
352
- n0_registry.registerError(exports.ThrottlingException$, errors_1.ThrottlingException);
353
- exports.ValidationException$ = [-3, n0, _VE,
353
+ exports.ThrottlingException$ = ThrottlingException$;
354
+ n0_registry.registerError(ThrottlingException$, ThrottlingException);
355
+ const ValidationException$ = [-3, n0, _VE,
354
356
  { [_e]: _c },
355
357
  [_M, _VET],
356
358
  [0, 0]
357
359
  ];
358
- n0_registry.registerError(exports.ValidationException$, errors_1.ValidationException);
360
+ exports.ValidationException$ = ValidationException$;
361
+ n0_registry.registerError(ValidationException$, ValidationException);
359
362
  exports.errorTypeRegistries = [
360
363
  _s_registry,
361
364
  n0_registry,
362
365
  ];
363
- exports.CancelHarvestJobRequest$ = [3, n0, _CHJR,
366
+ const CancelHarvestJobRequest$ = [3, n0, _CHJR,
364
367
  0,
365
368
  [_CGN, _CN, _OEN, _HJN, _ET],
366
369
  [[0, 1], [0, 1], [0, 1], [0, 1], [0, { [_hH]: _xauim }]], 4
367
370
  ];
368
- exports.CancelHarvestJobResponse$ = [3, n0, _CHJRa,
371
+ exports.CancelHarvestJobRequest$ = CancelHarvestJobRequest$;
372
+ const CancelHarvestJobResponse$ = [3, n0, _CHJRa,
369
373
  0,
370
374
  [],
371
375
  []
372
376
  ];
373
- exports.CdnAuthConfiguration$ = [3, n0, _CAC,
377
+ exports.CancelHarvestJobResponse$ = CancelHarvestJobResponse$;
378
+ const CdnAuthConfiguration$ = [3, n0, _CAC,
374
379
  0,
375
380
  [_CISA, _SRA],
376
381
  [64 | 0, 0], 2
377
382
  ];
378
- exports.ChannelGroupListConfiguration$ = [3, n0, _CGLC,
383
+ exports.CdnAuthConfiguration$ = CdnAuthConfiguration$;
384
+ const ChannelGroupListConfiguration$ = [3, n0, _CGLC,
379
385
  0,
380
386
  [_CGN, _A, _CA, _MA, _D],
381
387
  [0, 0, 4, 4, 0], 4
382
388
  ];
383
- exports.ChannelListConfiguration$ = [3, n0, _CLC,
389
+ exports.ChannelGroupListConfiguration$ = ChannelGroupListConfiguration$;
390
+ const ChannelListConfiguration$ = [3, n0, _CLC,
384
391
  0,
385
392
  [_A, _CN, _CGN, _CA, _MA, _D, _IT],
386
393
  [0, 0, 0, 4, 4, 0, 0], 5
387
394
  ];
388
- exports.CreateChannelGroupRequest$ = [3, n0, _CCGR,
395
+ exports.ChannelListConfiguration$ = ChannelListConfiguration$;
396
+ const CreateChannelGroupRequest$ = [3, n0, _CCGR,
389
397
  0,
390
398
  [_CGN, _CT, _D, _T],
391
399
  [0, [0, { [_hH]: _xact, [_iT]: 1 }], 0, [128 | 0, { [_jN]: _t }]], 1
392
400
  ];
393
- exports.CreateChannelGroupResponse$ = [3, n0, _CCGRr,
401
+ exports.CreateChannelGroupRequest$ = CreateChannelGroupRequest$;
402
+ const CreateChannelGroupResponse$ = [3, n0, _CCGRr,
394
403
  0,
395
404
  [_CGN, _A, _ED, _CA, _MA, _ET, _D, _T],
396
405
  [0, 0, 0, 4, 4, 0, 0, 128 | 0], 5
397
406
  ];
398
- exports.CreateChannelRequest$ = [3, n0, _CCR,
407
+ exports.CreateChannelGroupResponse$ = CreateChannelGroupResponse$;
408
+ const CreateChannelRequest$ = [3, n0, _CCR,
399
409
  0,
400
410
  [_CGN, _CN, _CT, _IT, _D, _ISC, _OHC, _T],
401
- [[0, 1], 0, [0, { [_hH]: _xact, [_iT]: 1 }], 0, 0, () => exports.InputSwitchConfiguration$, () => exports.OutputHeaderConfiguration$, [128 | 0, { [_jN]: _t }]], 2
411
+ [[0, 1], 0, [0, { [_hH]: _xact, [_iT]: 1 }], 0, 0, () => InputSwitchConfiguration$, () => OutputHeaderConfiguration$, [128 | 0, { [_jN]: _t }]], 2
402
412
  ];
403
- exports.CreateChannelResponse$ = [3, n0, _CCRr,
413
+ exports.CreateChannelRequest$ = CreateChannelRequest$;
414
+ const CreateChannelResponse$ = [3, n0, _CCRr,
404
415
  0,
405
416
  [_A, _CN, _CGN, _CA, _MA, _D, _IE, _IT, _ET, _T, _ISC, _OHC],
406
- [0, 0, 0, 4, 4, 0, () => IngestEndpointList, 0, 0, 128 | 0, () => exports.InputSwitchConfiguration$, () => exports.OutputHeaderConfiguration$], 5
417
+ [0, 0, 0, 4, 4, 0, () => IngestEndpointList, 0, 0, 128 | 0, () => InputSwitchConfiguration$, () => OutputHeaderConfiguration$], 5
407
418
  ];
408
- exports.CreateDashManifestConfiguration$ = [3, n0, _CDMC,
419
+ exports.CreateChannelResponse$ = CreateChannelResponse$;
420
+ const CreateDashManifestConfiguration$ = [3, n0, _CDMC,
409
421
  0,
410
422
  [_MN, _MWS, _FC, _MUPS, _MBTS, _SPDS, _STF, _PT, _SD, _DS, _UT, _P, _BU, _PI, _DSv, _C, _ATP, _SC, _UPT, _ASTC],
411
- [0, 1, () => exports.FilterConfiguration$, 1, 1, 1, 0, 64 | 0, () => exports.ScteDash$, 0, () => exports.DashUtcTiming$, 64 | 0, () => DashBaseUrls, () => exports.DashProgramInformation$, () => exports.DashDvbSettings$, 0, 0, () => exports.DashSubtitleConfiguration$, 0, () => exports.DashAvailabilityStartTimeConfiguration$], 1
423
+ [0, 1, () => FilterConfiguration$, 1, 1, 1, 0, 64 | 0, () => ScteDash$, 0, () => DashUtcTiming$, 64 | 0, () => DashBaseUrls, () => DashProgramInformation$, () => DashDvbSettings$, 0, 0, () => DashSubtitleConfiguration$, 0, () => DashAvailabilityStartTimeConfiguration$], 1
412
424
  ];
413
- exports.CreateHarvestJobRequest$ = [3, n0, _CHJRr,
425
+ exports.CreateDashManifestConfiguration$ = CreateDashManifestConfiguration$;
426
+ const CreateHarvestJobRequest$ = [3, n0, _CHJRr,
414
427
  0,
415
428
  [_CGN, _CN, _OEN, _HM, _SCc, _De, _D, _CT, _HJN, _T],
416
- [[0, 1], [0, 1], [0, 1], () => exports.HarvestedManifests$, () => exports.HarvesterScheduleConfiguration$, () => exports.Destination$, 0, [0, { [_hH]: _xact, [_iT]: 1 }], 0, 128 | 0], 6
429
+ [[0, 1], [0, 1], [0, 1], () => HarvestedManifests$, () => HarvesterScheduleConfiguration$, () => Destination$, 0, [0, { [_hH]: _xact, [_iT]: 1 }], 0, 128 | 0], 6
417
430
  ];
418
- exports.CreateHarvestJobResponse$ = [3, n0, _CHJRre,
431
+ exports.CreateHarvestJobRequest$ = CreateHarvestJobRequest$;
432
+ const CreateHarvestJobResponse$ = [3, n0, _CHJRre,
419
433
  0,
420
434
  [_CGN, _CN, _OEN, _De, _HJN, _HM, _SCc, _A, _CA, _MA, _S, _D, _EM, _ET, _T],
421
- [0, 0, 0, () => exports.Destination$, 0, () => exports.HarvestedManifests$, () => exports.HarvesterScheduleConfiguration$, 0, 4, 4, 0, 0, 0, 0, 128 | 0], 11
435
+ [0, 0, 0, () => Destination$, 0, () => HarvestedManifests$, () => HarvesterScheduleConfiguration$, 0, 4, 4, 0, 0, 0, 0, 128 | 0], 11
422
436
  ];
423
- exports.CreateHlsManifestConfiguration$ = [3, n0, _CHMC,
437
+ exports.CreateHarvestJobResponse$ = CreateHarvestJobResponse$;
438
+ const CreateHlsManifestConfiguration$ = [3, n0, _CHMC,
424
439
  0,
425
440
  [_MN, _CMN, _SH, _ST, _MWS, _PDTIS, _FC, _UECM, _UPT],
426
- [0, 0, () => exports.ScteHls$, () => exports.StartTag$, 1, 1, () => exports.FilterConfiguration$, 2, 0], 1
441
+ [0, 0, () => ScteHls$, () => StartTag$, 1, 1, () => FilterConfiguration$, 2, 0], 1
427
442
  ];
428
- exports.CreateLowLatencyHlsManifestConfiguration$ = [3, n0, _CLLHMC,
443
+ exports.CreateHlsManifestConfiguration$ = CreateHlsManifestConfiguration$;
444
+ const CreateLowLatencyHlsManifestConfiguration$ = [3, n0, _CLLHMC,
429
445
  0,
430
446
  [_MN, _CMN, _SH, _ST, _MWS, _PDTIS, _FC, _UECM, _UPT],
431
- [0, 0, () => exports.ScteHls$, () => exports.StartTag$, 1, 1, () => exports.FilterConfiguration$, 2, 0], 1
447
+ [0, 0, () => ScteHls$, () => StartTag$, 1, 1, () => FilterConfiguration$, 2, 0], 1
432
448
  ];
433
- exports.CreateMssManifestConfiguration$ = [3, n0, _CMMC,
449
+ exports.CreateLowLatencyHlsManifestConfiguration$ = CreateLowLatencyHlsManifestConfiguration$;
450
+ const CreateMssManifestConfiguration$ = [3, n0, _CMMC,
434
451
  0,
435
452
  [_MN, _MWS, _FC, _ML],
436
- [0, 1, () => exports.FilterConfiguration$, 0], 1
453
+ [0, 1, () => FilterConfiguration$, 0], 1
437
454
  ];
438
- exports.CreateOriginEndpointRequest$ = [3, n0, _COER,
455
+ exports.CreateMssManifestConfiguration$ = CreateMssManifestConfiguration$;
456
+ const CreateOriginEndpointRequest$ = [3, n0, _COER,
439
457
  0,
440
458
  [_CGN, _CN, _OEN, _CTo, _Se, _CT, _D, _SWS, _HMl, _LLHM, _DM, _MM, _FEEC, _US, _T],
441
- [[0, 1], [0, 1], 0, 0, () => exports.Segment$, [0, { [_hH]: _xact, [_iT]: 1 }], 0, 1, () => CreateHlsManifests, () => CreateLowLatencyHlsManifests, () => CreateDashManifests, () => CreateMssManifests, () => exports.ForceEndpointErrorConfiguration$, 0, 128 | 0], 4
459
+ [[0, 1], [0, 1], 0, 0, () => Segment$, [0, { [_hH]: _xact, [_iT]: 1 }], 0, 1, () => CreateHlsManifests, () => CreateLowLatencyHlsManifests, () => CreateDashManifests, () => CreateMssManifests, () => ForceEndpointErrorConfiguration$, 0, 128 | 0], 4
442
460
  ];
443
- exports.CreateOriginEndpointResponse$ = [3, n0, _COERr,
461
+ exports.CreateOriginEndpointRequest$ = CreateOriginEndpointRequest$;
462
+ const CreateOriginEndpointResponse$ = [3, n0, _COERr,
444
463
  0,
445
464
  [_A, _CGN, _CN, _OEN, _CTo, _Se, _CA, _MA, _D, _SWS, _HMl, _LLHM, _DM, _MM, _FEEC, _US, _ET, _T],
446
- [0, 0, 0, 0, 0, () => exports.Segment$, 4, 4, 0, 1, () => GetHlsManifests, () => GetLowLatencyHlsManifests, () => GetDashManifests, () => GetMssManifests, () => exports.ForceEndpointErrorConfiguration$, 0, 0, 128 | 0], 8
465
+ [0, 0, 0, 0, 0, () => Segment$, 4, 4, 0, 1, () => GetHlsManifests, () => GetLowLatencyHlsManifests, () => GetDashManifests, () => GetMssManifests, () => ForceEndpointErrorConfiguration$, 0, 0, 128 | 0], 8
447
466
  ];
448
- exports.DashBaseUrl$ = [3, n0, _DBU,
467
+ exports.CreateOriginEndpointResponse$ = CreateOriginEndpointResponse$;
468
+ const DashBaseUrl$ = [3, n0, _DBU,
449
469
  0,
450
470
  [_U, _SL, _DP, _DW],
451
471
  [0, 0, 1, 1], 1
452
472
  ];
453
- exports.DashDvbFontDownload$ = [3, n0, _DDFD,
473
+ exports.DashBaseUrl$ = DashBaseUrl$;
474
+ const DashDvbFontDownload$ = [3, n0, _DDFD,
454
475
  0,
455
476
  [_U, _MT, _FF],
456
477
  [0, 0, 0]
457
478
  ];
458
- exports.DashDvbMetricsReporting$ = [3, n0, _DDMR,
479
+ exports.DashDvbFontDownload$ = DashDvbFontDownload$;
480
+ const DashDvbMetricsReporting$ = [3, n0, _DDMR,
459
481
  0,
460
482
  [_RU, _Pr],
461
483
  [0, 1], 1
462
484
  ];
463
- exports.DashDvbSettings$ = [3, n0, _DDS,
485
+ exports.DashDvbMetricsReporting$ = DashDvbMetricsReporting$;
486
+ const DashDvbSettings$ = [3, n0, _DDS,
464
487
  0,
465
488
  [_FD, _EMr],
466
- [() => exports.DashDvbFontDownload$, () => DashDvbErrorMetrics]
489
+ [() => DashDvbFontDownload$, () => DashDvbErrorMetrics]
467
490
  ];
468
- exports.DashProgramInformation$ = [3, n0, _DPI,
491
+ exports.DashDvbSettings$ = DashDvbSettings$;
492
+ const DashProgramInformation$ = [3, n0, _DPI,
469
493
  0,
470
494
  [_Ti, _So, _Co, _LC, _MIU],
471
495
  [0, 0, 0, 0, 0]
472
496
  ];
473
- exports.DashSubtitleConfiguration$ = [3, n0, _DSC,
497
+ exports.DashProgramInformation$ = DashProgramInformation$;
498
+ const DashSubtitleConfiguration$ = [3, n0, _DSC,
474
499
  0,
475
500
  [_TC],
476
- [() => exports.DashTtmlConfiguration$]
501
+ [() => DashTtmlConfiguration$]
477
502
  ];
478
- exports.DashTtmlConfiguration$ = [3, n0, _DTC,
503
+ exports.DashSubtitleConfiguration$ = DashSubtitleConfiguration$;
504
+ const DashTtmlConfiguration$ = [3, n0, _DTC,
479
505
  0,
480
506
  [_TP],
481
507
  [0], 1
482
508
  ];
483
- exports.DashUtcTiming$ = [3, n0, _DUT,
509
+ exports.DashTtmlConfiguration$ = DashTtmlConfiguration$;
510
+ const DashUtcTiming$ = [3, n0, _DUT,
484
511
  0,
485
512
  [_TM, _TS],
486
513
  [0, 0]
487
514
  ];
488
- exports.DeleteChannelGroupRequest$ = [3, n0, _DCGR,
515
+ exports.DashUtcTiming$ = DashUtcTiming$;
516
+ const DeleteChannelGroupRequest$ = [3, n0, _DCGR,
489
517
  0,
490
518
  [_CGN],
491
519
  [[0, 1]], 1
492
520
  ];
493
- exports.DeleteChannelGroupResponse$ = [3, n0, _DCGRe,
521
+ exports.DeleteChannelGroupRequest$ = DeleteChannelGroupRequest$;
522
+ const DeleteChannelGroupResponse$ = [3, n0, _DCGRe,
494
523
  0,
495
524
  [],
496
525
  []
497
526
  ];
498
- exports.DeleteChannelPolicyRequest$ = [3, n0, _DCPR,
527
+ exports.DeleteChannelGroupResponse$ = DeleteChannelGroupResponse$;
528
+ const DeleteChannelPolicyRequest$ = [3, n0, _DCPR,
499
529
  0,
500
530
  [_CGN, _CN],
501
531
  [[0, 1], [0, 1]], 2
502
532
  ];
503
- exports.DeleteChannelPolicyResponse$ = [3, n0, _DCPRe,
533
+ exports.DeleteChannelPolicyRequest$ = DeleteChannelPolicyRequest$;
534
+ const DeleteChannelPolicyResponse$ = [3, n0, _DCPRe,
504
535
  0,
505
536
  [],
506
537
  []
507
538
  ];
508
- exports.DeleteChannelRequest$ = [3, n0, _DCR,
539
+ exports.DeleteChannelPolicyResponse$ = DeleteChannelPolicyResponse$;
540
+ const DeleteChannelRequest$ = [3, n0, _DCR,
509
541
  0,
510
542
  [_CGN, _CN],
511
543
  [[0, 1], [0, 1]], 2
512
544
  ];
513
- exports.DeleteChannelResponse$ = [3, n0, _DCRe,
545
+ exports.DeleteChannelRequest$ = DeleteChannelRequest$;
546
+ const DeleteChannelResponse$ = [3, n0, _DCRe,
514
547
  0,
515
548
  [],
516
549
  []
517
550
  ];
518
- exports.DeleteOriginEndpointPolicyRequest$ = [3, n0, _DOEPR,
551
+ exports.DeleteChannelResponse$ = DeleteChannelResponse$;
552
+ const DeleteOriginEndpointPolicyRequest$ = [3, n0, _DOEPR,
519
553
  0,
520
554
  [_CGN, _CN, _OEN],
521
555
  [[0, 1], [0, 1], [0, 1]], 3
522
556
  ];
523
- exports.DeleteOriginEndpointPolicyResponse$ = [3, n0, _DOEPRe,
557
+ exports.DeleteOriginEndpointPolicyRequest$ = DeleteOriginEndpointPolicyRequest$;
558
+ const DeleteOriginEndpointPolicyResponse$ = [3, n0, _DOEPRe,
524
559
  0,
525
560
  [],
526
561
  []
527
562
  ];
528
- exports.DeleteOriginEndpointRequest$ = [3, n0, _DOER,
563
+ exports.DeleteOriginEndpointPolicyResponse$ = DeleteOriginEndpointPolicyResponse$;
564
+ const DeleteOriginEndpointRequest$ = [3, n0, _DOER,
529
565
  0,
530
566
  [_CGN, _CN, _OEN],
531
567
  [[0, 1], [0, 1], [0, 1]], 3
532
568
  ];
533
- exports.DeleteOriginEndpointResponse$ = [3, n0, _DOERe,
569
+ exports.DeleteOriginEndpointRequest$ = DeleteOriginEndpointRequest$;
570
+ const DeleteOriginEndpointResponse$ = [3, n0, _DOERe,
534
571
  0,
535
572
  [],
536
573
  []
537
574
  ];
538
- exports.Destination$ = [3, n0, _De,
575
+ exports.DeleteOriginEndpointResponse$ = DeleteOriginEndpointResponse$;
576
+ const Destination$ = [3, n0, _De,
539
577
  0,
540
578
  [_SDe],
541
- [() => exports.S3DestinationConfig$], 1
579
+ [() => S3DestinationConfig$], 1
542
580
  ];
543
- exports.Encryption$ = [3, n0, _E,
581
+ exports.Destination$ = Destination$;
582
+ const Encryption$ = [3, n0, _E,
544
583
  0,
545
584
  [_EMn, _SKP, _CIV, _KRIS, _CESDM],
546
- [() => exports.EncryptionMethod$, () => exports.SpekeKeyProvider$, 0, 1, 2], 2
585
+ [() => EncryptionMethod$, () => SpekeKeyProvider$, 0, 1, 2], 2
547
586
  ];
548
- exports.EncryptionContractConfiguration$ = [3, n0, _ECC,
587
+ exports.Encryption$ = Encryption$;
588
+ const EncryptionContractConfiguration$ = [3, n0, _ECC,
549
589
  0,
550
590
  [_PSA, _PSV],
551
591
  [0, 0], 2
552
592
  ];
553
- exports.EncryptionMethod$ = [3, n0, _EMn,
593
+ exports.EncryptionContractConfiguration$ = EncryptionContractConfiguration$;
594
+ const EncryptionMethod$ = [3, n0, _EMn,
554
595
  0,
555
596
  [_TEM, _CEM, _IEM],
556
597
  [0, 0, 0]
557
598
  ];
558
- exports.FilterConfiguration$ = [3, n0, _FC,
599
+ exports.EncryptionMethod$ = EncryptionMethod$;
600
+ const FilterConfiguration$ = [3, n0, _FC,
559
601
  0,
560
602
  [_MF, _DSr, _St, _En, _TDS, _CST],
561
603
  [0, 0, 4, 4, 1, 4]
562
604
  ];
563
- exports.ForceEndpointErrorConfiguration$ = [3, n0, _FEEC,
605
+ exports.FilterConfiguration$ = FilterConfiguration$;
606
+ const ForceEndpointErrorConfiguration$ = [3, n0, _FEEC,
564
607
  0,
565
608
  [_EEC],
566
609
  [64 | 0]
567
610
  ];
568
- exports.GetChannelGroupRequest$ = [3, n0, _GCGR,
611
+ exports.ForceEndpointErrorConfiguration$ = ForceEndpointErrorConfiguration$;
612
+ const GetChannelGroupRequest$ = [3, n0, _GCGR,
569
613
  0,
570
614
  [_CGN],
571
615
  [[0, 1]], 1
572
616
  ];
573
- exports.GetChannelGroupResponse$ = [3, n0, _GCGRe,
617
+ exports.GetChannelGroupRequest$ = GetChannelGroupRequest$;
618
+ const GetChannelGroupResponse$ = [3, n0, _GCGRe,
574
619
  0,
575
620
  [_CGN, _A, _ED, _CA, _MA, _D, _ET, _T],
576
621
  [0, 0, 0, 4, 4, 0, 0, [128 | 0, { [_jN]: _t }]], 5
577
622
  ];
578
- exports.GetChannelPolicyRequest$ = [3, n0, _GCPR,
623
+ exports.GetChannelGroupResponse$ = GetChannelGroupResponse$;
624
+ const GetChannelPolicyRequest$ = [3, n0, _GCPR,
579
625
  0,
580
626
  [_CGN, _CN],
581
627
  [[0, 1], [0, 1]], 2
582
628
  ];
583
- exports.GetChannelPolicyResponse$ = [3, n0, _GCPRe,
629
+ exports.GetChannelPolicyRequest$ = GetChannelPolicyRequest$;
630
+ const GetChannelPolicyResponse$ = [3, n0, _GCPRe,
584
631
  0,
585
632
  [_CGN, _CN, _Po],
586
633
  [0, 0, 0], 3
587
634
  ];
588
- exports.GetChannelRequest$ = [3, n0, _GCR,
635
+ exports.GetChannelPolicyResponse$ = GetChannelPolicyResponse$;
636
+ const GetChannelRequest$ = [3, n0, _GCR,
589
637
  0,
590
638
  [_CGN, _CN],
591
639
  [[0, 1], [0, 1]], 2
592
640
  ];
593
- exports.GetChannelResponse$ = [3, n0, _GCRe,
641
+ exports.GetChannelRequest$ = GetChannelRequest$;
642
+ const GetChannelResponse$ = [3, n0, _GCRe,
594
643
  0,
595
644
  [_A, _CN, _CGN, _CA, _MA, _RA, _D, _IE, _IT, _ET, _T, _ISC, _OHC],
596
- [0, 0, 0, 4, 4, 4, 0, () => IngestEndpointList, 0, 0, 128 | 0, () => exports.InputSwitchConfiguration$, () => exports.OutputHeaderConfiguration$], 5
645
+ [0, 0, 0, 4, 4, 4, 0, () => IngestEndpointList, 0, 0, 128 | 0, () => InputSwitchConfiguration$, () => OutputHeaderConfiguration$], 5
597
646
  ];
598
- exports.GetDashManifestConfiguration$ = [3, n0, _GDMC,
647
+ exports.GetChannelResponse$ = GetChannelResponse$;
648
+ const GetDashManifestConfiguration$ = [3, n0, _GDMC,
599
649
  0,
600
650
  [_MN, _U, _MWS, _FC, _MUPS, _MBTS, _SPDS, _STF, _PT, _SD, _DS, _UT, _P, _BU, _PI, _DSv, _C, _ATP, _SC, _UPT, _ASTC],
601
- [0, 0, 1, () => exports.FilterConfiguration$, 1, 1, 1, 0, 64 | 0, () => exports.ScteDash$, 0, () => exports.DashUtcTiming$, 64 | 0, () => DashBaseUrls, () => exports.DashProgramInformation$, () => exports.DashDvbSettings$, 0, 0, () => exports.DashSubtitleConfiguration$, 0, () => exports.DashAvailabilityStartTimeConfiguration$], 2
651
+ [0, 0, 1, () => FilterConfiguration$, 1, 1, 1, 0, 64 | 0, () => ScteDash$, 0, () => DashUtcTiming$, 64 | 0, () => DashBaseUrls, () => DashProgramInformation$, () => DashDvbSettings$, 0, 0, () => DashSubtitleConfiguration$, 0, () => DashAvailabilityStartTimeConfiguration$], 2
602
652
  ];
603
- exports.GetHarvestJobRequest$ = [3, n0, _GHJR,
653
+ exports.GetDashManifestConfiguration$ = GetDashManifestConfiguration$;
654
+ const GetHarvestJobRequest$ = [3, n0, _GHJR,
604
655
  0,
605
656
  [_CGN, _CN, _OEN, _HJN],
606
657
  [[0, 1], [0, 1], [0, 1], [0, 1]], 4
607
658
  ];
608
- exports.GetHarvestJobResponse$ = [3, n0, _GHJRe,
659
+ exports.GetHarvestJobRequest$ = GetHarvestJobRequest$;
660
+ const GetHarvestJobResponse$ = [3, n0, _GHJRe,
609
661
  0,
610
662
  [_CGN, _CN, _OEN, _De, _HJN, _HM, _SCc, _A, _CA, _MA, _S, _D, _EM, _ET, _T],
611
- [0, 0, 0, () => exports.Destination$, 0, () => exports.HarvestedManifests$, () => exports.HarvesterScheduleConfiguration$, 0, 4, 4, 0, 0, 0, 0, 128 | 0], 11
663
+ [0, 0, 0, () => Destination$, 0, () => HarvestedManifests$, () => HarvesterScheduleConfiguration$, 0, 4, 4, 0, 0, 0, 0, 128 | 0], 11
612
664
  ];
613
- exports.GetHlsManifestConfiguration$ = [3, n0, _GHMC,
665
+ exports.GetHarvestJobResponse$ = GetHarvestJobResponse$;
666
+ const GetHlsManifestConfiguration$ = [3, n0, _GHMC,
614
667
  0,
615
668
  [_MN, _U, _CMN, _MWS, _PDTIS, _SH, _FC, _ST, _UECM, _UPT],
616
- [0, 0, 0, 1, 1, () => exports.ScteHls$, () => exports.FilterConfiguration$, () => exports.StartTag$, 2, 0], 2
669
+ [0, 0, 0, 1, 1, () => ScteHls$, () => FilterConfiguration$, () => StartTag$, 2, 0], 2
617
670
  ];
618
- exports.GetLowLatencyHlsManifestConfiguration$ = [3, n0, _GLLHMC,
671
+ exports.GetHlsManifestConfiguration$ = GetHlsManifestConfiguration$;
672
+ const GetLowLatencyHlsManifestConfiguration$ = [3, n0, _GLLHMC,
619
673
  0,
620
674
  [_MN, _U, _CMN, _MWS, _PDTIS, _SH, _FC, _ST, _UECM, _UPT],
621
- [0, 0, 0, 1, 1, () => exports.ScteHls$, () => exports.FilterConfiguration$, () => exports.StartTag$, 2, 0], 2
675
+ [0, 0, 0, 1, 1, () => ScteHls$, () => FilterConfiguration$, () => StartTag$, 2, 0], 2
622
676
  ];
623
- exports.GetMssManifestConfiguration$ = [3, n0, _GMMC,
677
+ exports.GetLowLatencyHlsManifestConfiguration$ = GetLowLatencyHlsManifestConfiguration$;
678
+ const GetMssManifestConfiguration$ = [3, n0, _GMMC,
624
679
  0,
625
680
  [_MN, _U, _FC, _MWS, _ML],
626
- [0, 0, () => exports.FilterConfiguration$, 1, 0], 2
681
+ [0, 0, () => FilterConfiguration$, 1, 0], 2
627
682
  ];
628
- exports.GetOriginEndpointPolicyRequest$ = [3, n0, _GOEPR,
683
+ exports.GetMssManifestConfiguration$ = GetMssManifestConfiguration$;
684
+ const GetOriginEndpointPolicyRequest$ = [3, n0, _GOEPR,
629
685
  0,
630
686
  [_CGN, _CN, _OEN],
631
687
  [[0, 1], [0, 1], [0, 1]], 3
632
688
  ];
633
- exports.GetOriginEndpointPolicyResponse$ = [3, n0, _GOEPRe,
689
+ exports.GetOriginEndpointPolicyRequest$ = GetOriginEndpointPolicyRequest$;
690
+ const GetOriginEndpointPolicyResponse$ = [3, n0, _GOEPRe,
634
691
  0,
635
692
  [_CGN, _CN, _OEN, _Po, _CAC],
636
- [0, 0, 0, 0, () => exports.CdnAuthConfiguration$], 4
693
+ [0, 0, 0, 0, () => CdnAuthConfiguration$], 4
637
694
  ];
638
- exports.GetOriginEndpointRequest$ = [3, n0, _GOER,
695
+ exports.GetOriginEndpointPolicyResponse$ = GetOriginEndpointPolicyResponse$;
696
+ const GetOriginEndpointRequest$ = [3, n0, _GOER,
639
697
  0,
640
698
  [_CGN, _CN, _OEN],
641
699
  [[0, 1], [0, 1], [0, 1]], 3
642
700
  ];
643
- exports.GetOriginEndpointResponse$ = [3, n0, _GOERe,
701
+ exports.GetOriginEndpointRequest$ = GetOriginEndpointRequest$;
702
+ const GetOriginEndpointResponse$ = [3, n0, _GOERe,
644
703
  0,
645
704
  [_A, _CGN, _CN, _OEN, _CTo, _Se, _CA, _MA, _RA, _D, _SWS, _HMl, _LLHM, _DM, _MM, _FEEC, _US, _ET, _T],
646
- [0, 0, 0, 0, 0, () => exports.Segment$, 4, 4, 4, 0, 1, () => GetHlsManifests, () => GetLowLatencyHlsManifests, () => GetDashManifests, () => GetMssManifests, () => exports.ForceEndpointErrorConfiguration$, 0, 0, 128 | 0], 8
705
+ [0, 0, 0, 0, 0, () => Segment$, 4, 4, 4, 0, 1, () => GetHlsManifests, () => GetLowLatencyHlsManifests, () => GetDashManifests, () => GetMssManifests, () => ForceEndpointErrorConfiguration$, 0, 0, 128 | 0], 8
647
706
  ];
648
- exports.HarvestedDashManifest$ = [3, n0, _HDM,
707
+ exports.GetOriginEndpointResponse$ = GetOriginEndpointResponse$;
708
+ const HarvestedDashManifest$ = [3, n0, _HDM,
649
709
  0,
650
710
  [_MN],
651
711
  [0], 1
652
712
  ];
653
- exports.HarvestedHlsManifest$ = [3, n0, _HHM,
713
+ exports.HarvestedDashManifest$ = HarvestedDashManifest$;
714
+ const HarvestedHlsManifest$ = [3, n0, _HHM,
654
715
  0,
655
716
  [_MN],
656
717
  [0], 1
657
718
  ];
658
- exports.HarvestedLowLatencyHlsManifest$ = [3, n0, _HLLHM,
719
+ exports.HarvestedHlsManifest$ = HarvestedHlsManifest$;
720
+ const HarvestedLowLatencyHlsManifest$ = [3, n0, _HLLHM,
659
721
  0,
660
722
  [_MN],
661
723
  [0], 1
662
724
  ];
663
- exports.HarvestedManifests$ = [3, n0, _HM,
725
+ exports.HarvestedLowLatencyHlsManifest$ = HarvestedLowLatencyHlsManifest$;
726
+ const HarvestedManifests$ = [3, n0, _HM,
664
727
  0,
665
728
  [_HMl, _DM, _LLHM],
666
729
  [() => HarvestedHlsManifestsList, () => HarvestedDashManifestsList, () => HarvestedLowLatencyHlsManifestsList]
667
730
  ];
668
- exports.HarvesterScheduleConfiguration$ = [3, n0, _HSC,
731
+ exports.HarvestedManifests$ = HarvestedManifests$;
732
+ const HarvesterScheduleConfiguration$ = [3, n0, _HSC,
669
733
  0,
670
734
  [_STt, _ETn],
671
735
  [4, 4], 2
672
736
  ];
673
- exports.HarvestJob$ = [3, n0, _HJ,
737
+ exports.HarvesterScheduleConfiguration$ = HarvesterScheduleConfiguration$;
738
+ const HarvestJob$ = [3, n0, _HJ,
674
739
  0,
675
740
  [_CGN, _CN, _OEN, _De, _HJN, _HM, _SCc, _A, _CA, _MA, _S, _D, _EM, _ET],
676
- [0, 0, 0, () => exports.Destination$, 0, () => exports.HarvestedManifests$, () => exports.HarvesterScheduleConfiguration$, 0, 4, 4, 0, 0, 0, 0], 11
741
+ [0, 0, 0, () => Destination$, 0, () => HarvestedManifests$, () => HarvesterScheduleConfiguration$, 0, 4, 4, 0, 0, 0, 0], 11
677
742
  ];
678
- exports.IngestEndpoint$ = [3, n0, _IEn,
743
+ exports.HarvestJob$ = HarvestJob$;
744
+ const IngestEndpoint$ = [3, n0, _IEn,
679
745
  0,
680
746
  [_I, _U],
681
747
  [0, 0]
682
748
  ];
683
- exports.InputSwitchConfiguration$ = [3, n0, _ISC,
749
+ exports.IngestEndpoint$ = IngestEndpoint$;
750
+ const InputSwitchConfiguration$ = [3, n0, _ISC,
684
751
  0,
685
752
  [_MQCSIS, _PIr],
686
753
  [2, 1]
687
754
  ];
688
- exports.ListChannelGroupsRequest$ = [3, n0, _LCGR,
755
+ exports.InputSwitchConfiguration$ = InputSwitchConfiguration$;
756
+ const ListChannelGroupsRequest$ = [3, n0, _LCGR,
689
757
  0,
690
758
  [_MR, _NT],
691
759
  [[1, { [_hQ]: _mR }], [0, { [_hQ]: _nT }]]
692
760
  ];
693
- exports.ListChannelGroupsResponse$ = [3, n0, _LCGRi,
761
+ exports.ListChannelGroupsRequest$ = ListChannelGroupsRequest$;
762
+ const ListChannelGroupsResponse$ = [3, n0, _LCGRi,
694
763
  0,
695
764
  [_It, _NT],
696
765
  [() => ChannelGroupsList, 0]
697
766
  ];
698
- exports.ListChannelsRequest$ = [3, n0, _LCR,
767
+ exports.ListChannelGroupsResponse$ = ListChannelGroupsResponse$;
768
+ const ListChannelsRequest$ = [3, n0, _LCR,
699
769
  0,
700
770
  [_CGN, _MR, _NT],
701
771
  [[0, 1], [1, { [_hQ]: _mR }], [0, { [_hQ]: _nT }]], 1
702
772
  ];
703
- exports.ListChannelsResponse$ = [3, n0, _LCRi,
773
+ exports.ListChannelsRequest$ = ListChannelsRequest$;
774
+ const ListChannelsResponse$ = [3, n0, _LCRi,
704
775
  0,
705
776
  [_It, _NT],
706
777
  [() => ChannelList, 0]
707
778
  ];
708
- exports.ListDashManifestConfiguration$ = [3, n0, _LDMC,
779
+ exports.ListChannelsResponse$ = ListChannelsResponse$;
780
+ const ListDashManifestConfiguration$ = [3, n0, _LDMC,
709
781
  0,
710
782
  [_MN, _U],
711
783
  [0, 0], 1
712
784
  ];
713
- exports.ListHarvestJobsRequest$ = [3, n0, _LHJR,
785
+ exports.ListDashManifestConfiguration$ = ListDashManifestConfiguration$;
786
+ const ListHarvestJobsRequest$ = [3, n0, _LHJR,
714
787
  0,
715
788
  [_CGN, _CN, _OEN, _S, _MR, _NT],
716
789
  [[0, 1], [0, { [_hQ]: _cN }], [0, { [_hQ]: _oEN }], [0, { [_hQ]: _iS }], [1, { [_hQ]: _mR }], [0, { [_hQ]: _nT }]], 1
717
790
  ];
718
- exports.ListHarvestJobsResponse$ = [3, n0, _LHJRi,
791
+ exports.ListHarvestJobsRequest$ = ListHarvestJobsRequest$;
792
+ const ListHarvestJobsResponse$ = [3, n0, _LHJRi,
719
793
  0,
720
794
  [_It, _NT],
721
795
  [() => HarvestJobsList, 0]
722
796
  ];
723
- exports.ListHlsManifestConfiguration$ = [3, n0, _LHMC,
797
+ exports.ListHarvestJobsResponse$ = ListHarvestJobsResponse$;
798
+ const ListHlsManifestConfiguration$ = [3, n0, _LHMC,
724
799
  0,
725
800
  [_MN, _CMN, _U],
726
801
  [0, 0, 0], 1
727
802
  ];
728
- exports.ListLowLatencyHlsManifestConfiguration$ = [3, n0, _LLLHMC,
803
+ exports.ListHlsManifestConfiguration$ = ListHlsManifestConfiguration$;
804
+ const ListLowLatencyHlsManifestConfiguration$ = [3, n0, _LLLHMC,
729
805
  0,
730
806
  [_MN, _CMN, _U],
731
807
  [0, 0, 0], 1
732
808
  ];
733
- exports.ListMssManifestConfiguration$ = [3, n0, _LMMC,
809
+ exports.ListLowLatencyHlsManifestConfiguration$ = ListLowLatencyHlsManifestConfiguration$;
810
+ const ListMssManifestConfiguration$ = [3, n0, _LMMC,
734
811
  0,
735
812
  [_MN, _U],
736
813
  [0, 0], 1
737
814
  ];
738
- exports.ListOriginEndpointsRequest$ = [3, n0, _LOER,
815
+ exports.ListMssManifestConfiguration$ = ListMssManifestConfiguration$;
816
+ const ListOriginEndpointsRequest$ = [3, n0, _LOER,
739
817
  0,
740
818
  [_CGN, _CN, _MR, _NT],
741
819
  [[0, 1], [0, 1], [1, { [_hQ]: _mR }], [0, { [_hQ]: _nT }]], 2
742
820
  ];
743
- exports.ListOriginEndpointsResponse$ = [3, n0, _LOERi,
821
+ exports.ListOriginEndpointsRequest$ = ListOriginEndpointsRequest$;
822
+ const ListOriginEndpointsResponse$ = [3, n0, _LOERi,
744
823
  0,
745
824
  [_It, _NT],
746
825
  [() => OriginEndpointsList, 0]
747
826
  ];
748
- exports.ListTagsForResourceRequest$ = [3, n0, _LTFRR,
827
+ exports.ListOriginEndpointsResponse$ = ListOriginEndpointsResponse$;
828
+ const ListTagsForResourceRequest$ = [3, n0, _LTFRR,
749
829
  0,
750
830
  [_RAe],
751
831
  [[0, 1]], 1
752
832
  ];
753
- exports.ListTagsForResourceResponse$ = [3, n0, _LTFRRi,
833
+ exports.ListTagsForResourceRequest$ = ListTagsForResourceRequest$;
834
+ const ListTagsForResourceResponse$ = [3, n0, _LTFRRi,
754
835
  0,
755
836
  [_T],
756
837
  [[128 | 0, { [_jN]: _t }]]
757
838
  ];
758
- exports.OriginEndpointListConfiguration$ = [3, n0, _OELC,
839
+ exports.ListTagsForResourceResponse$ = ListTagsForResourceResponse$;
840
+ const OriginEndpointListConfiguration$ = [3, n0, _OELC,
759
841
  0,
760
842
  [_A, _CGN, _CN, _OEN, _CTo, _D, _CA, _MA, _HMl, _LLHM, _DM, _MM, _FEEC, _US],
761
- [0, 0, 0, 0, 0, 0, 4, 4, () => ListHlsManifests, () => ListLowLatencyHlsManifests, () => ListDashManifests, () => ListMssManifests, () => exports.ForceEndpointErrorConfiguration$, 0], 5
843
+ [0, 0, 0, 0, 0, 0, 4, 4, () => ListHlsManifests, () => ListLowLatencyHlsManifests, () => ListDashManifests, () => ListMssManifests, () => ForceEndpointErrorConfiguration$, 0], 5
762
844
  ];
763
- exports.OutputHeaderConfiguration$ = [3, n0, _OHC,
845
+ exports.OriginEndpointListConfiguration$ = OriginEndpointListConfiguration$;
846
+ const OutputHeaderConfiguration$ = [3, n0, _OHC,
764
847
  0,
765
848
  [_PMQCS],
766
849
  [2]
767
850
  ];
768
- exports.PutChannelPolicyRequest$ = [3, n0, _PCPR,
851
+ exports.OutputHeaderConfiguration$ = OutputHeaderConfiguration$;
852
+ const PutChannelPolicyRequest$ = [3, n0, _PCPR,
769
853
  0,
770
854
  [_CGN, _CN, _Po],
771
855
  [[0, 1], [0, 1], 0], 3
772
856
  ];
773
- exports.PutChannelPolicyResponse$ = [3, n0, _PCPRu,
857
+ exports.PutChannelPolicyRequest$ = PutChannelPolicyRequest$;
858
+ const PutChannelPolicyResponse$ = [3, n0, _PCPRu,
774
859
  0,
775
860
  [],
776
861
  []
777
862
  ];
778
- exports.PutOriginEndpointPolicyRequest$ = [3, n0, _POEPR,
863
+ exports.PutChannelPolicyResponse$ = PutChannelPolicyResponse$;
864
+ const PutOriginEndpointPolicyRequest$ = [3, n0, _POEPR,
779
865
  0,
780
866
  [_CGN, _CN, _OEN, _Po, _CAC],
781
- [[0, 1], [0, 1], [0, 1], 0, () => exports.CdnAuthConfiguration$], 4
867
+ [[0, 1], [0, 1], [0, 1], 0, () => CdnAuthConfiguration$], 4
782
868
  ];
783
- exports.PutOriginEndpointPolicyResponse$ = [3, n0, _POEPRu,
869
+ exports.PutOriginEndpointPolicyRequest$ = PutOriginEndpointPolicyRequest$;
870
+ const PutOriginEndpointPolicyResponse$ = [3, n0, _POEPRu,
784
871
  0,
785
872
  [],
786
873
  []
787
874
  ];
788
- exports.ResetChannelStateRequest$ = [3, n0, _RCSR,
875
+ exports.PutOriginEndpointPolicyResponse$ = PutOriginEndpointPolicyResponse$;
876
+ const ResetChannelStateRequest$ = [3, n0, _RCSR,
789
877
  0,
790
878
  [_CGN, _CN],
791
879
  [[0, 1], [0, 1]], 2
792
880
  ];
793
- exports.ResetChannelStateResponse$ = [3, n0, _RCSRe,
881
+ exports.ResetChannelStateRequest$ = ResetChannelStateRequest$;
882
+ const ResetChannelStateResponse$ = [3, n0, _RCSRe,
794
883
  0,
795
884
  [_CGN, _CN, _A, _RA],
796
885
  [0, 0, 0, 4], 4
797
886
  ];
798
- exports.ResetOriginEndpointStateRequest$ = [3, n0, _ROESR,
887
+ exports.ResetChannelStateResponse$ = ResetChannelStateResponse$;
888
+ const ResetOriginEndpointStateRequest$ = [3, n0, _ROESR,
799
889
  0,
800
890
  [_CGN, _CN, _OEN],
801
891
  [[0, 1], [0, 1], [0, 1]], 3
802
892
  ];
803
- exports.ResetOriginEndpointStateResponse$ = [3, n0, _ROESRe,
893
+ exports.ResetOriginEndpointStateRequest$ = ResetOriginEndpointStateRequest$;
894
+ const ResetOriginEndpointStateResponse$ = [3, n0, _ROESRe,
804
895
  0,
805
896
  [_CGN, _CN, _OEN, _A, _RA],
806
897
  [0, 0, 0, 0, 4], 5
807
898
  ];
808
- exports.S3DestinationConfig$ = [3, n0, _SDC,
899
+ exports.ResetOriginEndpointStateResponse$ = ResetOriginEndpointStateResponse$;
900
+ const S3DestinationConfig$ = [3, n0, _SDC,
809
901
  0,
810
902
  [_BN, _DPe],
811
903
  [0, 0], 2
812
904
  ];
813
- exports.Scte$ = [3, n0, _Sc,
905
+ exports.S3DestinationConfig$ = S3DestinationConfig$;
906
+ const Scte$ = [3, n0, _Sc,
814
907
  0,
815
908
  [_SF, _SIS, _CAT],
816
909
  [64 | 0, 0, 64 | 0]
817
910
  ];
818
- exports.ScteDash$ = [3, n0, _SD,
911
+ exports.Scte$ = Scte$;
912
+ const ScteDash$ = [3, n0, _SD,
819
913
  0,
820
914
  [_AMD, _SIM],
821
915
  [0, 0]
822
916
  ];
823
- exports.ScteHls$ = [3, n0, _SH,
917
+ exports.ScteDash$ = ScteDash$;
918
+ const ScteHls$ = [3, n0, _SH,
824
919
  0,
825
920
  [_AMH, _SIM],
826
921
  [0, 0]
827
922
  ];
828
- exports.Segment$ = [3, n0, _Se,
923
+ exports.ScteHls$ = ScteHls$;
924
+ const Segment$ = [3, n0, _Se,
829
925
  0,
830
926
  [_SDS, _SN, _TUARG, _IIOS, _TIDS, _Sc, _E],
831
- [1, 0, 2, 2, 2, () => exports.Scte$, () => exports.Encryption$]
927
+ [1, 0, 2, 2, 2, () => Scte$, () => Encryption$]
832
928
  ];
833
- exports.SpekeKeyProvider$ = [3, n0, _SKP,
929
+ exports.Segment$ = Segment$;
930
+ const SpekeKeyProvider$ = [3, n0, _SKP,
834
931
  0,
835
932
  [_ECC, _RI, _DSrm, _RAo, _U, _CAe],
836
- [() => exports.EncryptionContractConfiguration$, 0, 64 | 0, 0, 0, 0], 5
933
+ [() => EncryptionContractConfiguration$, 0, 64 | 0, 0, 0, 0], 5
837
934
  ];
838
- exports.StartTag$ = [3, n0, _ST,
935
+ exports.SpekeKeyProvider$ = SpekeKeyProvider$;
936
+ const StartTag$ = [3, n0, _ST,
839
937
  0,
840
938
  [_TO, _Pre],
841
939
  [1, 2], 1
842
940
  ];
843
- exports.TagResourceRequest$ = [3, n0, _TRR,
941
+ exports.StartTag$ = StartTag$;
942
+ const TagResourceRequest$ = [3, n0, _TRR,
844
943
  0,
845
944
  [_RAe, _T],
846
945
  [[0, 1], [128 | 0, { [_jN]: _t }]], 2
847
946
  ];
848
- exports.UntagResourceRequest$ = [3, n0, _URR,
947
+ exports.TagResourceRequest$ = TagResourceRequest$;
948
+ const UntagResourceRequest$ = [3, n0, _URR,
849
949
  0,
850
950
  [_RAe, _TK],
851
951
  [[0, 1], [64 | 0, { [_hQ]: _tK }]], 2
852
952
  ];
853
- exports.UpdateChannelGroupRequest$ = [3, n0, _UCGR,
953
+ exports.UntagResourceRequest$ = UntagResourceRequest$;
954
+ const UpdateChannelGroupRequest$ = [3, n0, _UCGR,
854
955
  0,
855
956
  [_CGN, _ET, _D],
856
957
  [[0, 1], [0, { [_hH]: _xauim }], 0], 1
857
958
  ];
858
- exports.UpdateChannelGroupResponse$ = [3, n0, _UCGRp,
959
+ exports.UpdateChannelGroupRequest$ = UpdateChannelGroupRequest$;
960
+ const UpdateChannelGroupResponse$ = [3, n0, _UCGRp,
859
961
  0,
860
962
  [_CGN, _A, _ED, _CA, _MA, _D, _ET, _T],
861
963
  [0, 0, 0, 4, 4, 0, 0, [128 | 0, { [_jN]: _t }]], 5
862
964
  ];
863
- exports.UpdateChannelRequest$ = [3, n0, _UCR,
965
+ exports.UpdateChannelGroupResponse$ = UpdateChannelGroupResponse$;
966
+ const UpdateChannelRequest$ = [3, n0, _UCR,
864
967
  0,
865
968
  [_CGN, _CN, _ET, _D, _ISC, _OHC],
866
- [[0, 1], [0, 1], [0, { [_hH]: _xauim }], 0, () => exports.InputSwitchConfiguration$, () => exports.OutputHeaderConfiguration$], 2
969
+ [[0, 1], [0, 1], [0, { [_hH]: _xauim }], 0, () => InputSwitchConfiguration$, () => OutputHeaderConfiguration$], 2
867
970
  ];
868
- exports.UpdateChannelResponse$ = [3, n0, _UCRp,
971
+ exports.UpdateChannelRequest$ = UpdateChannelRequest$;
972
+ const UpdateChannelResponse$ = [3, n0, _UCRp,
869
973
  0,
870
974
  [_A, _CN, _CGN, _CA, _MA, _D, _IE, _IT, _ET, _T, _ISC, _OHC],
871
- [0, 0, 0, 4, 4, 0, () => IngestEndpointList, 0, 0, [128 | 0, { [_jN]: _t }], () => exports.InputSwitchConfiguration$, () => exports.OutputHeaderConfiguration$], 5
975
+ [0, 0, 0, 4, 4, 0, () => IngestEndpointList, 0, 0, [128 | 0, { [_jN]: _t }], () => InputSwitchConfiguration$, () => OutputHeaderConfiguration$], 5
872
976
  ];
873
- exports.UpdateOriginEndpointRequest$ = [3, n0, _UOER,
977
+ exports.UpdateChannelResponse$ = UpdateChannelResponse$;
978
+ const UpdateOriginEndpointRequest$ = [3, n0, _UOER,
874
979
  0,
875
980
  [_CGN, _CN, _OEN, _CTo, _Se, _D, _SWS, _HMl, _LLHM, _DM, _MM, _FEEC, _US, _ET],
876
- [[0, 1], [0, 1], [0, 1], 0, () => exports.Segment$, 0, 1, () => CreateHlsManifests, () => CreateLowLatencyHlsManifests, () => CreateDashManifests, () => CreateMssManifests, () => exports.ForceEndpointErrorConfiguration$, 0, [0, { [_hH]: _xauim }]], 4
981
+ [[0, 1], [0, 1], [0, 1], 0, () => Segment$, 0, 1, () => CreateHlsManifests, () => CreateLowLatencyHlsManifests, () => CreateDashManifests, () => CreateMssManifests, () => ForceEndpointErrorConfiguration$, 0, [0, { [_hH]: _xauim }]], 4
877
982
  ];
878
- exports.UpdateOriginEndpointResponse$ = [3, n0, _UOERp,
983
+ exports.UpdateOriginEndpointRequest$ = UpdateOriginEndpointRequest$;
984
+ const UpdateOriginEndpointResponse$ = [3, n0, _UOERp,
879
985
  0,
880
986
  [_A, _CGN, _CN, _OEN, _CTo, _Se, _CA, _MA, _D, _SWS, _HMl, _LLHM, _MM, _FEEC, _US, _ET, _T, _DM],
881
- [0, 0, 0, 0, 0, () => exports.Segment$, 4, 4, 0, 1, () => GetHlsManifests, () => GetLowLatencyHlsManifests, () => GetMssManifests, () => exports.ForceEndpointErrorConfiguration$, 0, 0, [128 | 0, { [_jN]: _t }], () => GetDashManifests], 8
987
+ [0, 0, 0, 0, 0, () => Segment$, 4, 4, 0, 1, () => GetHlsManifests, () => GetLowLatencyHlsManifests, () => GetMssManifests, () => ForceEndpointErrorConfiguration$, 0, 0, [128 | 0, { [_jN]: _t }], () => GetDashManifests], 8
882
988
  ];
989
+ exports.UpdateOriginEndpointResponse$ = UpdateOriginEndpointResponse$;
883
990
  var __Unit = "unit";
884
991
  var CdnIdentifierSecretArns = 64 | 0;
885
992
  var ChannelGroupsList = [1, n0, _CGL,
886
- 0, () => exports.ChannelGroupListConfiguration$
993
+ 0, () => ChannelGroupListConfiguration$
887
994
  ];
888
995
  var ChannelList = [1, n0, _CL,
889
- 0, () => exports.ChannelListConfiguration$
996
+ 0, () => ChannelListConfiguration$
890
997
  ];
891
998
  var CreateDashManifests = [1, n0, _CDM,
892
- 0, () => exports.CreateDashManifestConfiguration$
999
+ 0, () => CreateDashManifestConfiguration$
893
1000
  ];
894
1001
  var CreateHlsManifests = [1, n0, _CHM,
895
- 0, () => exports.CreateHlsManifestConfiguration$
1002
+ 0, () => CreateHlsManifestConfiguration$
896
1003
  ];
897
1004
  var CreateLowLatencyHlsManifests = [1, n0, _CLLHM,
898
- 0, () => exports.CreateLowLatencyHlsManifestConfiguration$
1005
+ 0, () => CreateLowLatencyHlsManifestConfiguration$
899
1006
  ];
900
1007
  var CreateMssManifests = [1, n0, _CMM,
901
- 0, () => exports.CreateMssManifestConfiguration$
1008
+ 0, () => CreateMssManifestConfiguration$
902
1009
  ];
903
1010
  var CustomAdTypeList = 64 | 0;
904
1011
  var DashBaseUrls = [1, n0, _DBUa,
905
- 0, () => exports.DashBaseUrl$
1012
+ 0, () => DashBaseUrl$
906
1013
  ];
907
1014
  var DashDvbErrorMetrics = [1, n0, _DDEM,
908
- 0, () => exports.DashDvbMetricsReporting$
1015
+ 0, () => DashDvbMetricsReporting$
909
1016
  ];
910
1017
  var DashPeriodTriggers = 64 | 0;
911
1018
  var DashProfiles = 64 | 0;
912
1019
  var DrmSystems = 64 | 0;
913
1020
  var EndpointErrorConditions = 64 | 0;
914
1021
  var GetDashManifests = [1, n0, _GDM,
915
- 0, () => exports.GetDashManifestConfiguration$
1022
+ 0, () => GetDashManifestConfiguration$
916
1023
  ];
917
1024
  var GetHlsManifests = [1, n0, _GHM,
918
- 0, () => exports.GetHlsManifestConfiguration$
1025
+ 0, () => GetHlsManifestConfiguration$
919
1026
  ];
920
1027
  var GetLowLatencyHlsManifests = [1, n0, _GLLHM,
921
- 0, () => exports.GetLowLatencyHlsManifestConfiguration$
1028
+ 0, () => GetLowLatencyHlsManifestConfiguration$
922
1029
  ];
923
1030
  var GetMssManifests = [1, n0, _GMM,
924
- 0, () => exports.GetMssManifestConfiguration$
1031
+ 0, () => GetMssManifestConfiguration$
925
1032
  ];
926
1033
  var HarvestedDashManifestsList = [1, n0, _HDML,
927
- 0, () => exports.HarvestedDashManifest$
1034
+ 0, () => HarvestedDashManifest$
928
1035
  ];
929
1036
  var HarvestedHlsManifestsList = [1, n0, _HHML,
930
- 0, () => exports.HarvestedHlsManifest$
1037
+ 0, () => HarvestedHlsManifest$
931
1038
  ];
932
1039
  var HarvestedLowLatencyHlsManifestsList = [1, n0, _HLLHML,
933
- 0, () => exports.HarvestedLowLatencyHlsManifest$
1040
+ 0, () => HarvestedLowLatencyHlsManifest$
934
1041
  ];
935
1042
  var HarvestJobsList = [1, n0, _HJL,
936
- 0, () => exports.HarvestJob$
1043
+ 0, () => HarvestJob$
937
1044
  ];
938
1045
  var IngestEndpointList = [1, n0, _IEL,
939
- 0, () => exports.IngestEndpoint$
1046
+ 0, () => IngestEndpoint$
940
1047
  ];
941
1048
  var ListDashManifests = [1, n0, _LDM,
942
- 0, () => exports.ListDashManifestConfiguration$
1049
+ 0, () => ListDashManifestConfiguration$
943
1050
  ];
944
1051
  var ListHlsManifests = [1, n0, _LHM,
945
- 0, () => exports.ListHlsManifestConfiguration$
1052
+ 0, () => ListHlsManifestConfiguration$
946
1053
  ];
947
1054
  var ListLowLatencyHlsManifests = [1, n0, _LLLHM,
948
- 0, () => exports.ListLowLatencyHlsManifestConfiguration$
1055
+ 0, () => ListLowLatencyHlsManifestConfiguration$
949
1056
  ];
950
1057
  var ListMssManifests = [1, n0, _LMM,
951
- 0, () => exports.ListMssManifestConfiguration$
1058
+ 0, () => ListMssManifestConfiguration$
952
1059
  ];
953
1060
  var OriginEndpointsList = [1, n0, _OEL,
954
- 0, () => exports.OriginEndpointListConfiguration$
1061
+ 0, () => OriginEndpointListConfiguration$
955
1062
  ];
956
1063
  var ScteFilterList = 64 | 0;
957
1064
  var TagKeyList = 64 | 0;
958
1065
  var TagMap = 128 | 0;
959
- exports.DashAvailabilityStartTimeConfiguration$ = [4, n0, _DASTC,
1066
+ const DashAvailabilityStartTimeConfiguration$ = [4, n0, _DASTC,
960
1067
  0,
961
1068
  [_FAST],
962
1069
  [5]
963
1070
  ];
1071
+ exports.DashAvailabilityStartTimeConfiguration$ = DashAvailabilityStartTimeConfiguration$;
964
1072
  exports.CancelHarvestJob$ = [9, n0, _CHJ,
965
- { [_h]: ["PUT", "/channelGroup/{ChannelGroupName}/channel/{ChannelName}/originEndpoint/{OriginEndpointName}/harvestJob/{HarvestJobName}", 200] }, () => exports.CancelHarvestJobRequest$, () => exports.CancelHarvestJobResponse$
1073
+ { [_h]: ["PUT", "/channelGroup/{ChannelGroupName}/channel/{ChannelName}/originEndpoint/{OriginEndpointName}/harvestJob/{HarvestJobName}", 200] }, () => CancelHarvestJobRequest$, () => CancelHarvestJobResponse$
966
1074
  ];
967
1075
  exports.CreateChannel$ = [9, n0, _CC,
968
- { [_h]: ["POST", "/channelGroup/{ChannelGroupName}/channel", 200] }, () => exports.CreateChannelRequest$, () => exports.CreateChannelResponse$
1076
+ { [_h]: ["POST", "/channelGroup/{ChannelGroupName}/channel", 200] }, () => CreateChannelRequest$, () => CreateChannelResponse$
969
1077
  ];
970
1078
  exports.CreateChannelGroup$ = [9, n0, _CCG,
971
- { [_h]: ["POST", "/channelGroup", 200] }, () => exports.CreateChannelGroupRequest$, () => exports.CreateChannelGroupResponse$
1079
+ { [_h]: ["POST", "/channelGroup", 200] }, () => CreateChannelGroupRequest$, () => CreateChannelGroupResponse$
972
1080
  ];
973
1081
  exports.CreateHarvestJob$ = [9, n0, _CHJr,
974
- { [_h]: ["POST", "/channelGroup/{ChannelGroupName}/channel/{ChannelName}/originEndpoint/{OriginEndpointName}/harvestJob", 200] }, () => exports.CreateHarvestJobRequest$, () => exports.CreateHarvestJobResponse$
1082
+ { [_h]: ["POST", "/channelGroup/{ChannelGroupName}/channel/{ChannelName}/originEndpoint/{OriginEndpointName}/harvestJob", 200] }, () => CreateHarvestJobRequest$, () => CreateHarvestJobResponse$
975
1083
  ];
976
1084
  exports.CreateOriginEndpoint$ = [9, n0, _COE,
977
- { [_h]: ["POST", "/channelGroup/{ChannelGroupName}/channel/{ChannelName}/originEndpoint", 200] }, () => exports.CreateOriginEndpointRequest$, () => exports.CreateOriginEndpointResponse$
1085
+ { [_h]: ["POST", "/channelGroup/{ChannelGroupName}/channel/{ChannelName}/originEndpoint", 200] }, () => CreateOriginEndpointRequest$, () => CreateOriginEndpointResponse$
978
1086
  ];
979
1087
  exports.DeleteChannel$ = [9, n0, _DC,
980
- { [_h]: ["DELETE", "/channelGroup/{ChannelGroupName}/channel/{ChannelName}/", 200] }, () => exports.DeleteChannelRequest$, () => exports.DeleteChannelResponse$
1088
+ { [_h]: ["DELETE", "/channelGroup/{ChannelGroupName}/channel/{ChannelName}/", 200] }, () => DeleteChannelRequest$, () => DeleteChannelResponse$
981
1089
  ];
982
1090
  exports.DeleteChannelGroup$ = [9, n0, _DCG,
983
- { [_h]: ["DELETE", "/channelGroup/{ChannelGroupName}", 200] }, () => exports.DeleteChannelGroupRequest$, () => exports.DeleteChannelGroupResponse$
1091
+ { [_h]: ["DELETE", "/channelGroup/{ChannelGroupName}", 200] }, () => DeleteChannelGroupRequest$, () => DeleteChannelGroupResponse$
984
1092
  ];
985
1093
  exports.DeleteChannelPolicy$ = [9, n0, _DCP,
986
- { [_h]: ["DELETE", "/channelGroup/{ChannelGroupName}/channel/{ChannelName}/policy", 200] }, () => exports.DeleteChannelPolicyRequest$, () => exports.DeleteChannelPolicyResponse$
1094
+ { [_h]: ["DELETE", "/channelGroup/{ChannelGroupName}/channel/{ChannelName}/policy", 200] }, () => DeleteChannelPolicyRequest$, () => DeleteChannelPolicyResponse$
987
1095
  ];
988
1096
  exports.DeleteOriginEndpoint$ = [9, n0, _DOE,
989
- { [_h]: ["DELETE", "/channelGroup/{ChannelGroupName}/channel/{ChannelName}/originEndpoint/{OriginEndpointName}", 200] }, () => exports.DeleteOriginEndpointRequest$, () => exports.DeleteOriginEndpointResponse$
1097
+ { [_h]: ["DELETE", "/channelGroup/{ChannelGroupName}/channel/{ChannelName}/originEndpoint/{OriginEndpointName}", 200] }, () => DeleteOriginEndpointRequest$, () => DeleteOriginEndpointResponse$
990
1098
  ];
991
1099
  exports.DeleteOriginEndpointPolicy$ = [9, n0, _DOEP,
992
- { [_h]: ["DELETE", "/channelGroup/{ChannelGroupName}/channel/{ChannelName}/originEndpoint/{OriginEndpointName}/policy", 200] }, () => exports.DeleteOriginEndpointPolicyRequest$, () => exports.DeleteOriginEndpointPolicyResponse$
1100
+ { [_h]: ["DELETE", "/channelGroup/{ChannelGroupName}/channel/{ChannelName}/originEndpoint/{OriginEndpointName}/policy", 200] }, () => DeleteOriginEndpointPolicyRequest$, () => DeleteOriginEndpointPolicyResponse$
993
1101
  ];
994
1102
  exports.GetChannel$ = [9, n0, _GC,
995
- { [_h]: ["GET", "/channelGroup/{ChannelGroupName}/channel/{ChannelName}/", 200] }, () => exports.GetChannelRequest$, () => exports.GetChannelResponse$
1103
+ { [_h]: ["GET", "/channelGroup/{ChannelGroupName}/channel/{ChannelName}/", 200] }, () => GetChannelRequest$, () => GetChannelResponse$
996
1104
  ];
997
1105
  exports.GetChannelGroup$ = [9, n0, _GCG,
998
- { [_h]: ["GET", "/channelGroup/{ChannelGroupName}", 200] }, () => exports.GetChannelGroupRequest$, () => exports.GetChannelGroupResponse$
1106
+ { [_h]: ["GET", "/channelGroup/{ChannelGroupName}", 200] }, () => GetChannelGroupRequest$, () => GetChannelGroupResponse$
999
1107
  ];
1000
1108
  exports.GetChannelPolicy$ = [9, n0, _GCP,
1001
- { [_h]: ["GET", "/channelGroup/{ChannelGroupName}/channel/{ChannelName}/policy", 200] }, () => exports.GetChannelPolicyRequest$, () => exports.GetChannelPolicyResponse$
1109
+ { [_h]: ["GET", "/channelGroup/{ChannelGroupName}/channel/{ChannelName}/policy", 200] }, () => GetChannelPolicyRequest$, () => GetChannelPolicyResponse$
1002
1110
  ];
1003
1111
  exports.GetHarvestJob$ = [9, n0, _GHJ,
1004
- { [_h]: ["GET", "/channelGroup/{ChannelGroupName}/channel/{ChannelName}/originEndpoint/{OriginEndpointName}/harvestJob/{HarvestJobName}", 200] }, () => exports.GetHarvestJobRequest$, () => exports.GetHarvestJobResponse$
1112
+ { [_h]: ["GET", "/channelGroup/{ChannelGroupName}/channel/{ChannelName}/originEndpoint/{OriginEndpointName}/harvestJob/{HarvestJobName}", 200] }, () => GetHarvestJobRequest$, () => GetHarvestJobResponse$
1005
1113
  ];
1006
1114
  exports.GetOriginEndpoint$ = [9, n0, _GOE,
1007
- { [_h]: ["GET", "/channelGroup/{ChannelGroupName}/channel/{ChannelName}/originEndpoint/{OriginEndpointName}", 200] }, () => exports.GetOriginEndpointRequest$, () => exports.GetOriginEndpointResponse$
1115
+ { [_h]: ["GET", "/channelGroup/{ChannelGroupName}/channel/{ChannelName}/originEndpoint/{OriginEndpointName}", 200] }, () => GetOriginEndpointRequest$, () => GetOriginEndpointResponse$
1008
1116
  ];
1009
1117
  exports.GetOriginEndpointPolicy$ = [9, n0, _GOEP,
1010
- { [_h]: ["GET", "/channelGroup/{ChannelGroupName}/channel/{ChannelName}/originEndpoint/{OriginEndpointName}/policy", 200] }, () => exports.GetOriginEndpointPolicyRequest$, () => exports.GetOriginEndpointPolicyResponse$
1118
+ { [_h]: ["GET", "/channelGroup/{ChannelGroupName}/channel/{ChannelName}/originEndpoint/{OriginEndpointName}/policy", 200] }, () => GetOriginEndpointPolicyRequest$, () => GetOriginEndpointPolicyResponse$
1011
1119
  ];
1012
1120
  exports.ListChannelGroups$ = [9, n0, _LCG,
1013
- { [_h]: ["GET", "/channelGroup", 200] }, () => exports.ListChannelGroupsRequest$, () => exports.ListChannelGroupsResponse$
1121
+ { [_h]: ["GET", "/channelGroup", 200] }, () => ListChannelGroupsRequest$, () => ListChannelGroupsResponse$
1014
1122
  ];
1015
1123
  exports.ListChannels$ = [9, n0, _LCi,
1016
- { [_h]: ["GET", "/channelGroup/{ChannelGroupName}/channel", 200] }, () => exports.ListChannelsRequest$, () => exports.ListChannelsResponse$
1124
+ { [_h]: ["GET", "/channelGroup/{ChannelGroupName}/channel", 200] }, () => ListChannelsRequest$, () => ListChannelsResponse$
1017
1125
  ];
1018
1126
  exports.ListHarvestJobs$ = [9, n0, _LHJ,
1019
- { [_h]: ["GET", "/channelGroup/{ChannelGroupName}/harvestJob", 200] }, () => exports.ListHarvestJobsRequest$, () => exports.ListHarvestJobsResponse$
1127
+ { [_h]: ["GET", "/channelGroup/{ChannelGroupName}/harvestJob", 200] }, () => ListHarvestJobsRequest$, () => ListHarvestJobsResponse$
1020
1128
  ];
1021
1129
  exports.ListOriginEndpoints$ = [9, n0, _LOE,
1022
- { [_h]: ["GET", "/channelGroup/{ChannelGroupName}/channel/{ChannelName}/originEndpoint", 200] }, () => exports.ListOriginEndpointsRequest$, () => exports.ListOriginEndpointsResponse$
1130
+ { [_h]: ["GET", "/channelGroup/{ChannelGroupName}/channel/{ChannelName}/originEndpoint", 200] }, () => ListOriginEndpointsRequest$, () => ListOriginEndpointsResponse$
1023
1131
  ];
1024
1132
  exports.ListTagsForResource$ = [9, n0, _LTFR,
1025
- { [_h]: ["GET", "/tags/{ResourceArn}", 200] }, () => exports.ListTagsForResourceRequest$, () => exports.ListTagsForResourceResponse$
1133
+ { [_h]: ["GET", "/tags/{ResourceArn}", 200] }, () => ListTagsForResourceRequest$, () => ListTagsForResourceResponse$
1026
1134
  ];
1027
1135
  exports.PutChannelPolicy$ = [9, n0, _PCP,
1028
- { [_h]: ["PUT", "/channelGroup/{ChannelGroupName}/channel/{ChannelName}/policy", 200] }, () => exports.PutChannelPolicyRequest$, () => exports.PutChannelPolicyResponse$
1136
+ { [_h]: ["PUT", "/channelGroup/{ChannelGroupName}/channel/{ChannelName}/policy", 200] }, () => PutChannelPolicyRequest$, () => PutChannelPolicyResponse$
1029
1137
  ];
1030
1138
  exports.PutOriginEndpointPolicy$ = [9, n0, _POEP,
1031
- { [_h]: ["POST", "/channelGroup/{ChannelGroupName}/channel/{ChannelName}/originEndpoint/{OriginEndpointName}/policy", 200] }, () => exports.PutOriginEndpointPolicyRequest$, () => exports.PutOriginEndpointPolicyResponse$
1139
+ { [_h]: ["POST", "/channelGroup/{ChannelGroupName}/channel/{ChannelName}/originEndpoint/{OriginEndpointName}/policy", 200] }, () => PutOriginEndpointPolicyRequest$, () => PutOriginEndpointPolicyResponse$
1032
1140
  ];
1033
1141
  exports.ResetChannelState$ = [9, n0, _RCS,
1034
- { [_h]: ["POST", "/channelGroup/{ChannelGroupName}/channel/{ChannelName}/reset", 200] }, () => exports.ResetChannelStateRequest$, () => exports.ResetChannelStateResponse$
1142
+ { [_h]: ["POST", "/channelGroup/{ChannelGroupName}/channel/{ChannelName}/reset", 200] }, () => ResetChannelStateRequest$, () => ResetChannelStateResponse$
1035
1143
  ];
1036
1144
  exports.ResetOriginEndpointState$ = [9, n0, _ROES,
1037
- { [_h]: ["POST", "/channelGroup/{ChannelGroupName}/channel/{ChannelName}/originEndpoint/{OriginEndpointName}/reset", 200] }, () => exports.ResetOriginEndpointStateRequest$, () => exports.ResetOriginEndpointStateResponse$
1145
+ { [_h]: ["POST", "/channelGroup/{ChannelGroupName}/channel/{ChannelName}/originEndpoint/{OriginEndpointName}/reset", 200] }, () => ResetOriginEndpointStateRequest$, () => ResetOriginEndpointStateResponse$
1038
1146
  ];
1039
1147
  exports.TagResource$ = [9, n0, _TR,
1040
- { [_h]: ["POST", "/tags/{ResourceArn}", 204] }, () => exports.TagResourceRequest$, () => __Unit
1148
+ { [_h]: ["POST", "/tags/{ResourceArn}", 204] }, () => TagResourceRequest$, () => __Unit
1041
1149
  ];
1042
1150
  exports.UntagResource$ = [9, n0, _UR,
1043
- { [_h]: ["DELETE", "/tags/{ResourceArn}", 204] }, () => exports.UntagResourceRequest$, () => __Unit
1151
+ { [_h]: ["DELETE", "/tags/{ResourceArn}", 204] }, () => UntagResourceRequest$, () => __Unit
1044
1152
  ];
1045
1153
  exports.UpdateChannel$ = [9, n0, _UC,
1046
- { [_h]: ["PUT", "/channelGroup/{ChannelGroupName}/channel/{ChannelName}/", 200] }, () => exports.UpdateChannelRequest$, () => exports.UpdateChannelResponse$
1154
+ { [_h]: ["PUT", "/channelGroup/{ChannelGroupName}/channel/{ChannelName}/", 200] }, () => UpdateChannelRequest$, () => UpdateChannelResponse$
1047
1155
  ];
1048
1156
  exports.UpdateChannelGroup$ = [9, n0, _UCG,
1049
- { [_h]: ["PUT", "/channelGroup/{ChannelGroupName}", 200] }, () => exports.UpdateChannelGroupRequest$, () => exports.UpdateChannelGroupResponse$
1157
+ { [_h]: ["PUT", "/channelGroup/{ChannelGroupName}", 200] }, () => UpdateChannelGroupRequest$, () => UpdateChannelGroupResponse$
1050
1158
  ];
1051
1159
  exports.UpdateOriginEndpoint$ = [9, n0, _UOE,
1052
- { [_h]: ["PUT", "/channelGroup/{ChannelGroupName}/channel/{ChannelName}/originEndpoint/{OriginEndpointName}", 200] }, () => exports.UpdateOriginEndpointRequest$, () => exports.UpdateOriginEndpointResponse$
1160
+ { [_h]: ["PUT", "/channelGroup/{ChannelGroupName}/channel/{ChannelName}/originEndpoint/{OriginEndpointName}", 200] }, () => UpdateOriginEndpointRequest$, () => UpdateOriginEndpointResponse$
1053
1161
  ];