@aws-sdk/client-mediapackagev2 3.775.0 → 3.777.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 (31) hide show
  1. package/dist-types/commands/CancelHarvestJobCommand.d.ts +10 -7
  2. package/dist-types/commands/CreateChannelCommand.d.ts +26 -26
  3. package/dist-types/commands/CreateChannelGroupCommand.d.ts +18 -18
  4. package/dist-types/commands/CreateHarvestJobCommand.d.ts +48 -48
  5. package/dist-types/commands/CreateOriginEndpointCommand.d.ts +290 -291
  6. package/dist-types/commands/DeleteChannelCommand.d.ts +8 -5
  7. package/dist-types/commands/DeleteChannelGroupCommand.d.ts +7 -4
  8. package/dist-types/commands/DeleteChannelPolicyCommand.d.ts +8 -5
  9. package/dist-types/commands/DeleteOriginEndpointCommand.d.ts +9 -6
  10. package/dist-types/commands/DeleteOriginEndpointPolicyCommand.d.ts +9 -6
  11. package/dist-types/commands/GetChannelCommand.d.ts +21 -21
  12. package/dist-types/commands/GetChannelGroupCommand.d.ts +14 -14
  13. package/dist-types/commands/GetChannelPolicyCommand.d.ts +8 -8
  14. package/dist-types/commands/GetHarvestJobCommand.d.ts +34 -34
  15. package/dist-types/commands/GetOriginEndpointCommand.d.ts +72 -72
  16. package/dist-types/commands/GetOriginEndpointPolicyCommand.d.ts +10 -10
  17. package/dist-types/commands/ListChannelGroupsCommand.d.ts +14 -14
  18. package/dist-types/commands/ListChannelsCommand.d.ts +16 -16
  19. package/dist-types/commands/ListHarvestJobsCommand.d.ts +186 -187
  20. package/dist-types/commands/ListOriginEndpointsCommand.d.ts +58 -58
  21. package/dist-types/commands/ListTagsForResourceCommand.d.ts +7 -7
  22. package/dist-types/commands/PutChannelPolicyCommand.d.ts +9 -6
  23. package/dist-types/commands/PutOriginEndpointPolicyCommand.d.ts +10 -7
  24. package/dist-types/commands/ResetChannelStateCommand.d.ts +9 -9
  25. package/dist-types/commands/ResetOriginEndpointStateCommand.d.ts +11 -11
  26. package/dist-types/commands/TagResourceCommand.d.ts +10 -7
  27. package/dist-types/commands/UntagResourceCommand.d.ts +8 -5
  28. package/dist-types/commands/UpdateChannelCommand.d.ts +22 -22
  29. package/dist-types/commands/UpdateChannelGroupCommand.d.ts +15 -15
  30. package/dist-types/commands/UpdateOriginEndpointCommand.d.ts +124 -124
  31. package/package.json +2 -2
@@ -321,479 +321,478 @@ declare const CreateOriginEndpointCommand_base: {
321
321
  * @throws {@link MediaPackageV2ServiceException}
322
322
  * <p>Base exception class for all service exceptions from MediaPackageV2 service.</p>
323
323
  *
324
- * @public
324
+ *
325
325
  * @example Creating an OriginEndpoint with container type TS, and encryption enabled
326
326
  * ```javascript
327
327
  * //
328
328
  * const input = {
329
- * "ChannelGroupName": "exampleChannelGroup",
330
- * "ChannelName": "exampleChannel",
331
- * "ContainerType": "TS",
332
- * "Description": "Description for exampleOriginEndpointTS",
333
- * "ForceEndpointErrorConfiguration": {
334
- * "EndpointErrorConditions": [
329
+ * ChannelGroupName: "exampleChannelGroup",
330
+ * ChannelName: "exampleChannel",
331
+ * ContainerType: "TS",
332
+ * Description: "Description for exampleOriginEndpointTS",
333
+ * ForceEndpointErrorConfiguration: {
334
+ * EndpointErrorConditions: [
335
335
  * "STALE_MANIFEST",
336
336
  * "INCOMPLETE_MANIFEST",
337
337
  * "MISSING_DRM_KEY",
338
338
  * "SLATE_INPUT"
339
339
  * ]
340
340
  * },
341
- * "HlsManifests": [
341
+ * HlsManifests: [
342
342
  * {
343
- * "ChildManifestName": "exampleChildManifest1",
344
- * "ManifestName": "exampleManifest1",
345
- * "ManifestWindowSeconds": 30,
346
- * "ProgramDateTimeIntervalSeconds": 60,
347
- * "ScteHls": {
348
- * "AdMarkerHls": "DATERANGE"
343
+ * ChildManifestName: "exampleChildManifest1",
344
+ * ManifestName: "exampleManifest1",
345
+ * ManifestWindowSeconds: 30,
346
+ * ProgramDateTimeIntervalSeconds: 60,
347
+ * ScteHls: {
348
+ * AdMarkerHls: "DATERANGE"
349
349
  * }
350
350
  * },
351
351
  * {
352
- * "ChildManifestName": "exampleManifest2",
353
- * "ManifestName": "exampleManifest2",
354
- * "ManifestWindowSeconds": 30,
355
- * "ProgramDateTimeIntervalSeconds": 60,
356
- * "ScteHls": {
357
- * "AdMarkerHls": "DATERANGE"
352
+ * ChildManifestName: "exampleManifest2",
353
+ * ManifestName: "exampleManifest2",
354
+ * ManifestWindowSeconds: 30,
355
+ * ProgramDateTimeIntervalSeconds: 60,
356
+ * ScteHls: {
357
+ * AdMarkerHls: "DATERANGE"
358
358
  * }
359
359
  * }
360
360
  * ],
361
- * "LowLatencyHlsManifests": [
361
+ * LowLatencyHlsManifests: [
362
362
  * {
363
- * "ChildManifestName": "exampleLLChildManifest1",
364
- * "ManifestName": "exampleLLManifest1",
365
- * "ManifestWindowSeconds": 30,
366
- * "ProgramDateTimeIntervalSeconds": 60,
367
- * "ScteHls": {
368
- * "AdMarkerHls": "DATERANGE"
363
+ * ChildManifestName: "exampleLLChildManifest1",
364
+ * ManifestName: "exampleLLManifest1",
365
+ * ManifestWindowSeconds: 30,
366
+ * ProgramDateTimeIntervalSeconds: 60,
367
+ * ScteHls: {
368
+ * AdMarkerHls: "DATERANGE"
369
369
  * }
370
370
  * },
371
371
  * {
372
- * "ChildManifestName": "exampleLLManifest2",
373
- * "ManifestName": "exampleLLManifest2",
374
- * "ManifestWindowSeconds": 30,
375
- * "ProgramDateTimeIntervalSeconds": 60,
376
- * "ScteHls": {
377
- * "AdMarkerHls": "DATERANGE"
372
+ * ChildManifestName: "exampleLLManifest2",
373
+ * ManifestName: "exampleLLManifest2",
374
+ * ManifestWindowSeconds: 30,
375
+ * ProgramDateTimeIntervalSeconds: 60,
376
+ * ScteHls: {
377
+ * AdMarkerHls: "DATERANGE"
378
378
  * }
379
379
  * }
380
380
  * ],
381
- * "OriginEndpointName": "exampleOriginEndpointTS",
382
- * "Segment": {
383
- * "Encryption": {
384
- * "ConstantInitializationVector": "A382A901F3C1F7718512266CFFBB0B7E",
385
- * "EncryptionMethod": {
386
- * "TsEncryptionMethod": "AES_128"
381
+ * OriginEndpointName: "exampleOriginEndpointTS",
382
+ * Segment: {
383
+ * Encryption: {
384
+ * ConstantInitializationVector: "A382A901F3C1F7718512266CFFBB0B7E",
385
+ * EncryptionMethod: {
386
+ * TsEncryptionMethod: "AES_128"
387
387
  * },
388
- * "KeyRotationIntervalSeconds": 300,
389
- * "SpekeKeyProvider": {
390
- * "DrmSystems": [
388
+ * KeyRotationIntervalSeconds: 300,
389
+ * SpekeKeyProvider: {
390
+ * DrmSystems: [
391
391
  * "CLEAR_KEY_AES_128"
392
392
  * ],
393
- * "EncryptionContractConfiguration": {
394
- * "PresetSpeke20Audio": "SHARED",
395
- * "PresetSpeke20Video": "SHARED"
393
+ * EncryptionContractConfiguration: {
394
+ * PresetSpeke20Audio: "SHARED",
395
+ * PresetSpeke20Video: "SHARED"
396
396
  * },
397
- * "ResourceId": "ResourceId",
398
- * "RoleArn": "arn:aws:iam::123456789012:role/empRole",
399
- * "Url": "https://foo.com"
397
+ * ResourceId: "ResourceId",
398
+ * RoleArn: "arn:aws:iam::123456789012:role/empRole",
399
+ * Url: "https://foo.com"
400
400
  * }
401
401
  * },
402
- * "IncludeIframeOnlyStreams": true,
403
- * "Scte": {
404
- * "ScteFilter": [
402
+ * IncludeIframeOnlyStreams: true,
403
+ * Scte: {
404
+ * ScteFilter: [
405
405
  * "SPLICE_INSERT",
406
406
  * "BREAK"
407
407
  * ]
408
408
  * },
409
- * "SegmentDurationSeconds": 6,
410
- * "SegmentName": "segmentName",
411
- * "TsIncludeDvbSubtitles": true,
412
- * "TsUseAudioRenditionGroup": true
409
+ * SegmentDurationSeconds: 6,
410
+ * SegmentName: "segmentName",
411
+ * TsIncludeDvbSubtitles: true,
412
+ * TsUseAudioRenditionGroup: true
413
413
  * },
414
- * "StartoverWindowSeconds": 300,
415
- * "Tags": {
416
- * "key1": "value1",
417
- * "key2": "value2"
414
+ * StartoverWindowSeconds: 300,
415
+ * Tags: {
416
+ * key1: "value1",
417
+ * key2: "value2"
418
418
  * }
419
419
  * };
420
420
  * const command = new CreateOriginEndpointCommand(input);
421
421
  * const response = await client.send(command);
422
- * /* response ==
422
+ * /* response is
423
423
  * {
424
- * "Arn": "arn:aws:mediapackagev2:us-west-2:123456789012:channelGroup/exampleChannelGroup/channel/exampleChannel/originEndpoint/exampleOriginEndpointTS",
425
- * "ChannelGroupName": "exampleChannelGroup",
426
- * "ChannelName": "exampleChannel",
427
- * "ContainerType": "TS",
428
- * "CreatedAt": "2022-10-18T09:36:00.00Z",
429
- * "Description": "Description for exampleOriginEndpointTS",
430
- * "ETag": "GlfT+dwAyGIR4wuy8nKWl1RDPwSrjQej9qUutLZxoxk=",
431
- * "ForceEndpointErrorConfiguration": {
432
- * "EndpointErrorConditions": [
424
+ * Arn: "arn:aws:mediapackagev2:us-west-2:123456789012:channelGroup/exampleChannelGroup/channel/exampleChannel/originEndpoint/exampleOriginEndpointTS",
425
+ * ChannelGroupName: "exampleChannelGroup",
426
+ * ChannelName: "exampleChannel",
427
+ * ContainerType: "TS",
428
+ * CreatedAt: "2022-10-18T09:36:00.00Z",
429
+ * Description: "Description for exampleOriginEndpointTS",
430
+ * ETag: "GlfT+dwAyGIR4wuy8nKWl1RDPwSrjQej9qUutLZxoxk=",
431
+ * ForceEndpointErrorConfiguration: {
432
+ * EndpointErrorConditions: [
433
433
  * "STALE_MANIFEST",
434
434
  * "INCOMPLETE_MANIFEST",
435
435
  * "MISSING_DRM_KEY",
436
436
  * "SLATE_INPUT"
437
437
  * ]
438
438
  * },
439
- * "HlsManifests": [
439
+ * HlsManifests: [
440
440
  * {
441
- * "ChildManifestName": "exampleChildManifest1",
442
- * "ManifestName": "exampleManifest1",
443
- * "ManifestWindowSeconds": 30,
444
- * "ProgramDateTimeIntervalSeconds": 60,
445
- * "ScteHls": {
446
- * "AdMarkerHls": "DATERANGE"
441
+ * ChildManifestName: "exampleChildManifest1",
442
+ * ManifestName: "exampleManifest1",
443
+ * ManifestWindowSeconds: 30,
444
+ * ProgramDateTimeIntervalSeconds: 60,
445
+ * ScteHls: {
446
+ * AdMarkerHls: "DATERANGE"
447
447
  * },
448
- * "Url": "https://abcde.egress.vwxyz.mediapackagev2.us-west-2.amazonaws.com/out/v1/exampleChannelGroup/exampleChannel/exampleOriginEndpointTS/exampleManifest1.m3u8"
448
+ * Url: "https://abcde.egress.vwxyz.mediapackagev2.us-west-2.amazonaws.com/out/v1/exampleChannelGroup/exampleChannel/exampleOriginEndpointTS/exampleManifest1.m3u8"
449
449
  * },
450
450
  * {
451
- * "ChildManifestName": "exampleManifest2",
452
- * "ManifestName": "exampleManifest2",
453
- * "ManifestWindowSeconds": 30,
454
- * "ProgramDateTimeIntervalSeconds": 60,
455
- * "ScteHls": {
456
- * "AdMarkerHls": "DATERANGE"
451
+ * ChildManifestName: "exampleManifest2",
452
+ * ManifestName: "exampleManifest2",
453
+ * ManifestWindowSeconds: 30,
454
+ * ProgramDateTimeIntervalSeconds: 60,
455
+ * ScteHls: {
456
+ * AdMarkerHls: "DATERANGE"
457
457
  * },
458
- * "Url": "https://abcde.egress.vwxyz.mediapackagev2.us-west-2.amazonaws.com/out/v1/exampleChannelGroup/exampleChannel/exampleOriginEndpointTS/exampleManifest2.m3u8"
458
+ * Url: "https://abcde.egress.vwxyz.mediapackagev2.us-west-2.amazonaws.com/out/v1/exampleChannelGroup/exampleChannel/exampleOriginEndpointTS/exampleManifest2.m3u8"
459
459
  * }
460
460
  * ],
461
- * "LowLatencyHlsManifests": [
461
+ * LowLatencyHlsManifests: [
462
462
  * {
463
- * "ChildManifestName": "exampleLLChildManifest1",
464
- * "ManifestName": "exampleLLManifest1",
465
- * "ManifestWindowSeconds": 30,
466
- * "ProgramDateTimeIntervalSeconds": 60,
467
- * "ScteHls": {
468
- * "AdMarkerHls": "DATERANGE"
463
+ * ChildManifestName: "exampleLLChildManifest1",
464
+ * ManifestName: "exampleLLManifest1",
465
+ * ManifestWindowSeconds: 30,
466
+ * ProgramDateTimeIntervalSeconds: 60,
467
+ * ScteHls: {
468
+ * AdMarkerHls: "DATERANGE"
469
469
  * },
470
- * "Url": "https://abcde.egress.vwxyz.mediapackagev2.us-west-2.amazonaws.com/out/v1/exampleChannelGroup/exampleChannel/exampleOriginEndpointTS/exampleLLManifest1.m3u8"
470
+ * Url: "https://abcde.egress.vwxyz.mediapackagev2.us-west-2.amazonaws.com/out/v1/exampleChannelGroup/exampleChannel/exampleOriginEndpointTS/exampleLLManifest1.m3u8"
471
471
  * },
472
472
  * {
473
- * "ChildManifestName": "exampleLLManifest2",
474
- * "ManifestName": "exampleLLManifest2",
475
- * "ManifestWindowSeconds": 30,
476
- * "ProgramDateTimeIntervalSeconds": 60,
477
- * "ScteHls": {
478
- * "AdMarkerHls": "DATERANGE"
473
+ * ChildManifestName: "exampleLLManifest2",
474
+ * ManifestName: "exampleLLManifest2",
475
+ * ManifestWindowSeconds: 30,
476
+ * ProgramDateTimeIntervalSeconds: 60,
477
+ * ScteHls: {
478
+ * AdMarkerHls: "DATERANGE"
479
479
  * },
480
- * "Url": "https://abcde.egress.vwxyz.mediapackagev2.us-west-2.amazonaws.com/out/v1/exampleChannelGroup/exampleChannel/exampleOriginEndpointTS/exampleLLManifest2.m3u8"
480
+ * Url: "https://abcde.egress.vwxyz.mediapackagev2.us-west-2.amazonaws.com/out/v1/exampleChannelGroup/exampleChannel/exampleOriginEndpointTS/exampleLLManifest2.m3u8"
481
481
  * }
482
482
  * ],
483
- * "ModifiedAt": "2022-10-18T09:36:00.00Z",
484
- * "OriginEndpointName": "exampleOriginEndpointTS",
485
- * "Segment": {
486
- * "Encryption": {
487
- * "ConstantInitializationVector": "A382A901F3C1F7718512266CFFBB0B7E",
488
- * "EncryptionMethod": {
489
- * "TsEncryptionMethod": "AES_128"
483
+ * ModifiedAt: "2022-10-18T09:36:00.00Z",
484
+ * OriginEndpointName: "exampleOriginEndpointTS",
485
+ * Segment: {
486
+ * Encryption: {
487
+ * ConstantInitializationVector: "A382A901F3C1F7718512266CFFBB0B7E",
488
+ * EncryptionMethod: {
489
+ * TsEncryptionMethod: "AES_128"
490
490
  * },
491
- * "KeyRotationIntervalSeconds": 300,
492
- * "SpekeKeyProvider": {
493
- * "DrmSystems": [
491
+ * KeyRotationIntervalSeconds: 300,
492
+ * SpekeKeyProvider: {
493
+ * DrmSystems: [
494
494
  * "CLEAR_KEY_AES_128"
495
495
  * ],
496
- * "EncryptionContractConfiguration": {
497
- * "PresetSpeke20Audio": "SHARED",
498
- * "PresetSpeke20Video": "SHARED"
496
+ * EncryptionContractConfiguration: {
497
+ * PresetSpeke20Audio: "SHARED",
498
+ * PresetSpeke20Video: "SHARED"
499
499
  * },
500
- * "ResourceId": "ResourceId",
501
- * "RoleArn": "arn:aws:iam::123456789012:role/empRole",
502
- * "Url": "https://foo.com"
500
+ * ResourceId: "ResourceId",
501
+ * RoleArn: "arn:aws:iam::123456789012:role/empRole",
502
+ * Url: "https://foo.com"
503
503
  * }
504
504
  * },
505
- * "IncludeIframeOnlyStreams": true,
506
- * "Scte": {
507
- * "ScteFilter": [
505
+ * IncludeIframeOnlyStreams: true,
506
+ * Scte: {
507
+ * ScteFilter: [
508
508
  * "SPLICE_INSERT",
509
509
  * "BREAK"
510
510
  * ]
511
511
  * },
512
- * "SegmentDurationSeconds": 6,
513
- * "SegmentName": "segmentName",
514
- * "TsIncludeDvbSubtitles": true,
515
- * "TsUseAudioRenditionGroup": true
512
+ * SegmentDurationSeconds: 6,
513
+ * SegmentName: "segmentName",
514
+ * TsIncludeDvbSubtitles: true,
515
+ * TsUseAudioRenditionGroup: true
516
516
  * },
517
- * "StartoverWindowSeconds": 300,
518
- * "Tags": {
519
- * "key1": "value1",
520
- * "key2": "value2"
517
+ * StartoverWindowSeconds: 300,
518
+ * Tags: {
519
+ * key1: "value1",
520
+ * key2: "value2"
521
521
  * }
522
522
  * }
523
523
  * *\/
524
- * // example id: example-1
525
524
  * ```
526
525
  *
527
526
  * @example Creating an OriginEndpoint with container type CMAF, and encryption enabled
528
527
  * ```javascript
529
528
  * //
530
529
  * const input = {
531
- * "ChannelGroupName": "exampleChannelGroup",
532
- * "ChannelName": "exampleChannel",
533
- * "ContainerType": "CMAF",
534
- * "DashManifests": [
530
+ * ChannelGroupName: "exampleChannelGroup",
531
+ * ChannelName: "exampleChannel",
532
+ * ContainerType: "CMAF",
533
+ * DashManifests: [
535
534
  * {
536
- * "DrmSignaling": "INDIVIDUAL",
537
- * "ManifestName": "exampleDashManifest1",
538
- * "ManifestWindowSeconds": 300,
539
- * "MinBufferTimeSeconds": 30,
540
- * "MinUpdatePeriodSeconds": 5,
541
- * "PeriodTriggers": [
535
+ * DrmSignaling: "INDIVIDUAL",
536
+ * ManifestName: "exampleDashManifest1",
537
+ * ManifestWindowSeconds: 300,
538
+ * MinBufferTimeSeconds: 30,
539
+ * MinUpdatePeriodSeconds: 5,
540
+ * PeriodTriggers: [
542
541
  * "AVAILS"
543
542
  * ],
544
- * "ScteDash": {
545
- * "AdMarkerDash": "XML"
543
+ * ScteDash: {
544
+ * AdMarkerDash: "XML"
546
545
  * },
547
- * "SegmentTemplateFormat": "NUMBER_WITH_TIMELINE",
548
- * "SuggestedPresentationDelaySeconds": 2
546
+ * SegmentTemplateFormat: "NUMBER_WITH_TIMELINE",
547
+ * SuggestedPresentationDelaySeconds: 2
549
548
  * },
550
549
  * {
551
- * "DrmSignaling": "INDIVIDUAL",
552
- * "ManifestName": "exampleDashManifest2",
553
- * "ManifestWindowSeconds": 60,
554
- * "MinBufferTimeSeconds": 9,
555
- * "MinUpdatePeriodSeconds": 3,
556
- * "PeriodTriggers": [
550
+ * DrmSignaling: "INDIVIDUAL",
551
+ * ManifestName: "exampleDashManifest2",
552
+ * ManifestWindowSeconds: 60,
553
+ * MinBufferTimeSeconds: 9,
554
+ * MinUpdatePeriodSeconds: 3,
555
+ * PeriodTriggers: [
557
556
  * "AVAILS",
558
557
  * "DRM_KEY_ROTATION",
559
558
  * "SOURCE_CHANGES",
560
559
  * "SOURCE_DISRUPTIONS"
561
560
  * ],
562
- * "ScteDash": {
563
- * "AdMarkerDash": "XML"
561
+ * ScteDash: {
562
+ * AdMarkerDash: "XML"
564
563
  * },
565
- * "SegmentTemplateFormat": "NUMBER_WITH_TIMELINE",
566
- * "SuggestedPresentationDelaySeconds": 12
564
+ * SegmentTemplateFormat: "NUMBER_WITH_TIMELINE",
565
+ * SuggestedPresentationDelaySeconds: 12
567
566
  * }
568
567
  * ],
569
- * "ForceEndpointErrorConfiguration": {
570
- * "EndpointErrorConditions": [
568
+ * ForceEndpointErrorConfiguration: {
569
+ * EndpointErrorConditions: [
571
570
  * "STALE_MANIFEST",
572
571
  * "INCOMPLETE_MANIFEST",
573
572
  * "MISSING_DRM_KEY",
574
573
  * "SLATE_INPUT"
575
574
  * ]
576
575
  * },
577
- * "HlsManifests": [
576
+ * HlsManifests: [
578
577
  * {
579
- * "ChildManifestName": "exampleChildManifest1",
580
- * "ManifestName": "exampleManifest1",
581
- * "ManifestWindowSeconds": 30,
582
- * "ProgramDateTimeIntervalSeconds": 60,
583
- * "ScteHls": {
584
- * "AdMarkerHls": "DATERANGE"
578
+ * ChildManifestName: "exampleChildManifest1",
579
+ * ManifestName: "exampleManifest1",
580
+ * ManifestWindowSeconds: 30,
581
+ * ProgramDateTimeIntervalSeconds: 60,
582
+ * ScteHls: {
583
+ * AdMarkerHls: "DATERANGE"
585
584
  * }
586
585
  * },
587
586
  * {
588
- * "ChildManifestName": "exampleManifest2",
589
- * "ManifestName": "exampleManifest2",
590
- * "ManifestWindowSeconds": 30,
591
- * "ProgramDateTimeIntervalSeconds": 60,
592
- * "ScteHls": {
593
- * "AdMarkerHls": "DATERANGE"
587
+ * ChildManifestName: "exampleManifest2",
588
+ * ManifestName: "exampleManifest2",
589
+ * ManifestWindowSeconds: 30,
590
+ * ProgramDateTimeIntervalSeconds: 60,
591
+ * ScteHls: {
592
+ * AdMarkerHls: "DATERANGE"
594
593
  * }
595
594
  * }
596
595
  * ],
597
- * "LowLatencyHlsManifests": [
596
+ * LowLatencyHlsManifests: [
598
597
  * {
599
- * "ChildManifestName": "exampleLLChildManifest1",
600
- * "ManifestName": "exampleLLManifest1",
601
- * "ManifestWindowSeconds": 30,
602
- * "ProgramDateTimeIntervalSeconds": 60,
603
- * "ScteHls": {
604
- * "AdMarkerHls": "DATERANGE"
598
+ * ChildManifestName: "exampleLLChildManifest1",
599
+ * ManifestName: "exampleLLManifest1",
600
+ * ManifestWindowSeconds: 30,
601
+ * ProgramDateTimeIntervalSeconds: 60,
602
+ * ScteHls: {
603
+ * AdMarkerHls: "DATERANGE"
605
604
  * }
606
605
  * },
607
606
  * {
608
- * "ChildManifestName": "exampleLLManifest2",
609
- * "ManifestName": "exampleLLManifest2",
610
- * "ManifestWindowSeconds": 30,
611
- * "ProgramDateTimeIntervalSeconds": 60,
612
- * "ScteHls": {
613
- * "AdMarkerHls": "DATERANGE"
607
+ * ChildManifestName: "exampleLLManifest2",
608
+ * ManifestName: "exampleLLManifest2",
609
+ * ManifestWindowSeconds: 30,
610
+ * ProgramDateTimeIntervalSeconds: 60,
611
+ * ScteHls: {
612
+ * AdMarkerHls: "DATERANGE"
614
613
  * }
615
614
  * }
616
615
  * ],
617
- * "OriginEndpointName": "exampleOriginEndpointCMAF",
618
- * "Segment": {
619
- * "Encryption": {
620
- * "ConstantInitializationVector": "A382A901F3C1F7718512266CFFBB0B9F",
621
- * "EncryptionMethod": {
622
- * "CmafEncryptionMethod": "CBCS"
616
+ * OriginEndpointName: "exampleOriginEndpointCMAF",
617
+ * Segment: {
618
+ * Encryption: {
619
+ * ConstantInitializationVector: "A382A901F3C1F7718512266CFFBB0B9F",
620
+ * EncryptionMethod: {
621
+ * CmafEncryptionMethod: "CBCS"
623
622
  * },
624
- * "KeyRotationIntervalSeconds": 300,
625
- * "SpekeKeyProvider": {
626
- * "DrmSystems": [
623
+ * KeyRotationIntervalSeconds: 300,
624
+ * SpekeKeyProvider: {
625
+ * DrmSystems: [
627
626
  * "PLAYREADY",
628
627
  * "WIDEVINE"
629
628
  * ],
630
- * "EncryptionContractConfiguration": {
631
- * "PresetSpeke20Audio": "PRESET_AUDIO_1",
632
- * "PresetSpeke20Video": "PRESET_VIDEO_1"
629
+ * EncryptionContractConfiguration: {
630
+ * PresetSpeke20Audio: "PRESET_AUDIO_1",
631
+ * PresetSpeke20Video: "PRESET_VIDEO_1"
633
632
  * },
634
- * "ResourceId": "ResourceId",
635
- * "RoleArn": "arn:aws:iam::123456789012:role/empRole",
636
- * "Url": "https://foo.com"
633
+ * ResourceId: "ResourceId",
634
+ * RoleArn: "arn:aws:iam::123456789012:role/empRole",
635
+ * Url: "https://foo.com"
637
636
  * }
638
637
  * },
639
- * "IncludeIframeOnlyStreams": true,
640
- * "Scte": {
641
- * "ScteFilter": [
638
+ * IncludeIframeOnlyStreams: true,
639
+ * Scte: {
640
+ * ScteFilter: [
642
641
  * "SPLICE_INSERT",
643
642
  * "BREAK"
644
643
  * ]
645
644
  * },
646
- * "SegmentDurationSeconds": 6,
647
- * "SegmentName": "segmentName"
645
+ * SegmentDurationSeconds: 6,
646
+ * SegmentName: "segmentName"
648
647
  * },
649
- * "StartoverWindowSeconds": 300,
650
- * "Tags": {
651
- * "key1": "value1",
652
- * "key2": "value2"
648
+ * StartoverWindowSeconds: 300,
649
+ * Tags: {
650
+ * key1: "value1",
651
+ * key2: "value2"
653
652
  * }
654
653
  * };
655
654
  * const command = new CreateOriginEndpointCommand(input);
656
655
  * const response = await client.send(command);
657
- * /* response ==
656
+ * /* response is
658
657
  * {
659
- * "Arn": "arn:aws:mediapackagev2:us-west-2:123456789012:channelGroup/exampleChannelGroup/channel/exampleChannel/originEndpoint/exampleOriginEndpointCMAF",
660
- * "ChannelGroupName": "exampleChannelGroup",
661
- * "ChannelName": "exampleChannel",
662
- * "ContainerType": "CMAF",
663
- * "CreatedAt": "2022-10-18T09:36:00.00Z",
664
- * "DashManifests": [
658
+ * Arn: "arn:aws:mediapackagev2:us-west-2:123456789012:channelGroup/exampleChannelGroup/channel/exampleChannel/originEndpoint/exampleOriginEndpointCMAF",
659
+ * ChannelGroupName: "exampleChannelGroup",
660
+ * ChannelName: "exampleChannel",
661
+ * ContainerType: "CMAF",
662
+ * CreatedAt: "2022-10-18T09:36:00.00Z",
663
+ * DashManifests: [
665
664
  * {
666
- * "DrmSignaling": "INDIVIDUAL",
667
- * "ManifestName": "exampleDashManifest1",
668
- * "ManifestWindowSeconds": 300,
669
- * "MinBufferTimeSeconds": 30,
670
- * "MinUpdatePeriodSeconds": 5,
671
- * "PeriodTriggers": [
665
+ * DrmSignaling: "INDIVIDUAL",
666
+ * ManifestName: "exampleDashManifest1",
667
+ * ManifestWindowSeconds: 300,
668
+ * MinBufferTimeSeconds: 30,
669
+ * MinUpdatePeriodSeconds: 5,
670
+ * PeriodTriggers: [
672
671
  * "AVAILS"
673
672
  * ],
674
- * "ScteDash": {
675
- * "AdMarkerDash": "XML"
673
+ * ScteDash: {
674
+ * AdMarkerDash: "XML"
676
675
  * },
677
- * "SegmentTemplateFormat": "NUMBER_WITH_TIMELINE",
678
- * "SuggestedPresentationDelaySeconds": 2,
679
- * "Url": "https://abcde.egress.vwxyz.mediapackagev2.us-west-2.amazonaws.com/out/v1/exampleChannelGroup/exampleChannel/exampleOriginEndpointCMAF/exampleDashManifest1.mpd"
676
+ * SegmentTemplateFormat: "NUMBER_WITH_TIMELINE",
677
+ * SuggestedPresentationDelaySeconds: 2,
678
+ * Url: "https://abcde.egress.vwxyz.mediapackagev2.us-west-2.amazonaws.com/out/v1/exampleChannelGroup/exampleChannel/exampleOriginEndpointCMAF/exampleDashManifest1.mpd"
680
679
  * },
681
680
  * {
682
- * "DrmSignaling": "INDIVIDUAL",
683
- * "ManifestName": "exampleDashManifest2",
684
- * "ManifestWindowSeconds": 60,
685
- * "MinBufferTimeSeconds": 9,
686
- * "MinUpdatePeriodSeconds": 3,
687
- * "PeriodTriggers": [
681
+ * DrmSignaling: "INDIVIDUAL",
682
+ * ManifestName: "exampleDashManifest2",
683
+ * ManifestWindowSeconds: 60,
684
+ * MinBufferTimeSeconds: 9,
685
+ * MinUpdatePeriodSeconds: 3,
686
+ * PeriodTriggers: [
688
687
  * "AVAILS",
689
688
  * "DRM_KEY_ROTATION",
690
689
  * "SOURCE_CHANGES",
691
690
  * "SOURCE_DISRUPTIONS"
692
691
  * ],
693
- * "ScteDash": {
694
- * "AdMarkerDash": "XML"
692
+ * ScteDash: {
693
+ * AdMarkerDash: "XML"
695
694
  * },
696
- * "SegmentTemplateFormat": "NUMBER_WITH_TIMELINE",
697
- * "SuggestedPresentationDelaySeconds": 12,
698
- * "Url": "https://abcde.egress.vwxyz.mediapackagev2.us-west-2.amazonaws.com/out/v1/exampleChannelGroup/exampleChannel/exampleOriginEndpointCMAF/exampleDashManifest2.mpd"
695
+ * SegmentTemplateFormat: "NUMBER_WITH_TIMELINE",
696
+ * SuggestedPresentationDelaySeconds: 12,
697
+ * Url: "https://abcde.egress.vwxyz.mediapackagev2.us-west-2.amazonaws.com/out/v1/exampleChannelGroup/exampleChannel/exampleOriginEndpointCMAF/exampleDashManifest2.mpd"
699
698
  * }
700
699
  * ],
701
- * "ETag": "GlfT+dwAyGIR4wuy8nKWl1RDPwSrjQej9qUutLZxoxk=",
702
- * "ForceEndpointErrorConfiguration": {
703
- * "EndpointErrorConditions": [
700
+ * ETag: "GlfT+dwAyGIR4wuy8nKWl1RDPwSrjQej9qUutLZxoxk=",
701
+ * ForceEndpointErrorConfiguration: {
702
+ * EndpointErrorConditions: [
704
703
  * "STALE_MANIFEST",
705
704
  * "INCOMPLETE_MANIFEST",
706
705
  * "MISSING_DRM_KEY",
707
706
  * "SLATE_INPUT"
708
707
  * ]
709
708
  * },
710
- * "HlsManifests": [
709
+ * HlsManifests: [
711
710
  * {
712
- * "ChildManifestName": "exampleChildManifest1",
713
- * "ManifestName": "exampleManifest1",
714
- * "ManifestWindowSeconds": 30,
715
- * "ProgramDateTimeIntervalSeconds": 60,
716
- * "ScteHls": {
717
- * "AdMarkerHls": "DATERANGE"
711
+ * ChildManifestName: "exampleChildManifest1",
712
+ * ManifestName: "exampleManifest1",
713
+ * ManifestWindowSeconds: 30,
714
+ * ProgramDateTimeIntervalSeconds: 60,
715
+ * ScteHls: {
716
+ * AdMarkerHls: "DATERANGE"
718
717
  * },
719
- * "Url": "https://abcde.egress.vwxyz.mediapackagev2.us-west-2.amazonaws.com/out/v1/exampleChannelGroup/exampleChannel/exampleOriginEndpointCMAF/exampleManifest1.m3u8"
718
+ * Url: "https://abcde.egress.vwxyz.mediapackagev2.us-west-2.amazonaws.com/out/v1/exampleChannelGroup/exampleChannel/exampleOriginEndpointCMAF/exampleManifest1.m3u8"
720
719
  * },
721
720
  * {
722
- * "ChildManifestName": "exampleManifest2",
723
- * "ManifestName": "exampleManifest2",
724
- * "ManifestWindowSeconds": 30,
725
- * "ProgramDateTimeIntervalSeconds": 60,
726
- * "ScteHls": {
727
- * "AdMarkerHls": "DATERANGE"
721
+ * ChildManifestName: "exampleManifest2",
722
+ * ManifestName: "exampleManifest2",
723
+ * ManifestWindowSeconds: 30,
724
+ * ProgramDateTimeIntervalSeconds: 60,
725
+ * ScteHls: {
726
+ * AdMarkerHls: "DATERANGE"
728
727
  * },
729
- * "Url": "https://abcde.egress.vwxyz.mediapackagev2.us-west-2.amazonaws.com/out/v1/exampleChannelGroup/exampleChannel/exampleOriginEndpointCMAF/exampleManifest2.m3u8"
728
+ * Url: "https://abcde.egress.vwxyz.mediapackagev2.us-west-2.amazonaws.com/out/v1/exampleChannelGroup/exampleChannel/exampleOriginEndpointCMAF/exampleManifest2.m3u8"
730
729
  * }
731
730
  * ],
732
- * "LowLatencyHlsManifests": [
731
+ * LowLatencyHlsManifests: [
733
732
  * {
734
- * "ChildManifestName": "exampleLLChildManifest1",
735
- * "ManifestName": "exampleLLManifest1",
736
- * "ManifestWindowSeconds": 30,
737
- * "ProgramDateTimeIntervalSeconds": 60,
738
- * "ScteHls": {
739
- * "AdMarkerHls": "DATERANGE"
733
+ * ChildManifestName: "exampleLLChildManifest1",
734
+ * ManifestName: "exampleLLManifest1",
735
+ * ManifestWindowSeconds: 30,
736
+ * ProgramDateTimeIntervalSeconds: 60,
737
+ * ScteHls: {
738
+ * AdMarkerHls: "DATERANGE"
740
739
  * },
741
- * "Url": "https://abcde.egress.vwxyz.mediapackagev2.us-west-2.amazonaws.com/out/v1/exampleChannelGroup/exampleChannel/exampleOriginEndpointCMAF/exampleLLManifest1.m3u8"
740
+ * Url: "https://abcde.egress.vwxyz.mediapackagev2.us-west-2.amazonaws.com/out/v1/exampleChannelGroup/exampleChannel/exampleOriginEndpointCMAF/exampleLLManifest1.m3u8"
742
741
  * },
743
742
  * {
744
- * "ChildManifestName": "exampleLLManifest2",
745
- * "ManifestName": "exampleLLManifest2",
746
- * "ManifestWindowSeconds": 30,
747
- * "ProgramDateTimeIntervalSeconds": 60,
748
- * "ScteHls": {
749
- * "AdMarkerHls": "DATERANGE"
743
+ * ChildManifestName: "exampleLLManifest2",
744
+ * ManifestName: "exampleLLManifest2",
745
+ * ManifestWindowSeconds: 30,
746
+ * ProgramDateTimeIntervalSeconds: 60,
747
+ * ScteHls: {
748
+ * AdMarkerHls: "DATERANGE"
750
749
  * },
751
- * "Url": "https://abcde.egress.vwxyz.mediapackagev2.us-west-2.amazonaws.com/out/v1/exampleChannelGroup/exampleChannel/exampleOriginEndpointCMAF/exampleLLManifest2.m3u8"
750
+ * Url: "https://abcde.egress.vwxyz.mediapackagev2.us-west-2.amazonaws.com/out/v1/exampleChannelGroup/exampleChannel/exampleOriginEndpointCMAF/exampleLLManifest2.m3u8"
752
751
  * }
753
752
  * ],
754
- * "ModifiedAt": "2022-10-18T09:36:00.00Z",
755
- * "OriginEndpointName": "exampleOriginEndpointCMAF",
756
- * "Segment": {
757
- * "Encryption": {
758
- * "ConstantInitializationVector": "A382A901F3C1F7718512266CFFBB0B9F",
759
- * "EncryptionMethod": {
760
- * "CmafEncryptionMethod": "CBCS"
753
+ * ModifiedAt: "2022-10-18T09:36:00.00Z",
754
+ * OriginEndpointName: "exampleOriginEndpointCMAF",
755
+ * Segment: {
756
+ * Encryption: {
757
+ * ConstantInitializationVector: "A382A901F3C1F7718512266CFFBB0B9F",
758
+ * EncryptionMethod: {
759
+ * CmafEncryptionMethod: "CBCS"
761
760
  * },
762
- * "KeyRotationIntervalSeconds": 300,
763
- * "SpekeKeyProvider": {
764
- * "DrmSystems": [
761
+ * KeyRotationIntervalSeconds: 300,
762
+ * SpekeKeyProvider: {
763
+ * DrmSystems: [
765
764
  * "PLAYREADY",
766
765
  * "WIDEVINE"
767
766
  * ],
768
- * "EncryptionContractConfiguration": {
769
- * "PresetSpeke20Audio": "PRESET_AUDIO_1",
770
- * "PresetSpeke20Video": "PRESET_VIDEO_1"
767
+ * EncryptionContractConfiguration: {
768
+ * PresetSpeke20Audio: "PRESET_AUDIO_1",
769
+ * PresetSpeke20Video: "PRESET_VIDEO_1"
771
770
  * },
772
- * "ResourceId": "ResourceId",
773
- * "RoleArn": "arn:aws:iam::123456789012:role/empRole",
774
- * "Url": "https://foo.com"
771
+ * ResourceId: "ResourceId",
772
+ * RoleArn: "arn:aws:iam::123456789012:role/empRole",
773
+ * Url: "https://foo.com"
775
774
  * }
776
775
  * },
777
- * "IncludeIframeOnlyStreams": true,
778
- * "Scte": {
779
- * "ScteFilter": [
776
+ * IncludeIframeOnlyStreams: true,
777
+ * Scte: {
778
+ * ScteFilter: [
780
779
  * "SPLICE_INSERT",
781
780
  * "BREAK"
782
781
  * ]
783
782
  * },
784
- * "SegmentDurationSeconds": 6,
785
- * "SegmentName": "segmentName"
783
+ * SegmentDurationSeconds: 6,
784
+ * SegmentName: "segmentName"
786
785
  * },
787
- * "StartoverWindowSeconds": 300,
788
- * "Tags": {
789
- * "key1": "value1",
790
- * "key2": "value2"
786
+ * StartoverWindowSeconds: 300,
787
+ * Tags: {
788
+ * key1: "value1",
789
+ * key2: "value2"
791
790
  * }
792
791
  * }
793
792
  * *\/
794
- * // example id: example-2
795
793
  * ```
796
794
  *
795
+ * @public
797
796
  */
798
797
  export declare class CreateOriginEndpointCommand extends CreateOriginEndpointCommand_base {
799
798
  /** @internal type navigation helper, not in runtime. */