@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.
- package/dist-types/commands/CancelHarvestJobCommand.d.ts +10 -7
- package/dist-types/commands/CreateChannelCommand.d.ts +26 -26
- package/dist-types/commands/CreateChannelGroupCommand.d.ts +18 -18
- package/dist-types/commands/CreateHarvestJobCommand.d.ts +48 -48
- package/dist-types/commands/CreateOriginEndpointCommand.d.ts +290 -291
- package/dist-types/commands/DeleteChannelCommand.d.ts +8 -5
- package/dist-types/commands/DeleteChannelGroupCommand.d.ts +7 -4
- package/dist-types/commands/DeleteChannelPolicyCommand.d.ts +8 -5
- package/dist-types/commands/DeleteOriginEndpointCommand.d.ts +9 -6
- package/dist-types/commands/DeleteOriginEndpointPolicyCommand.d.ts +9 -6
- package/dist-types/commands/GetChannelCommand.d.ts +21 -21
- package/dist-types/commands/GetChannelGroupCommand.d.ts +14 -14
- package/dist-types/commands/GetChannelPolicyCommand.d.ts +8 -8
- package/dist-types/commands/GetHarvestJobCommand.d.ts +34 -34
- package/dist-types/commands/GetOriginEndpointCommand.d.ts +72 -72
- package/dist-types/commands/GetOriginEndpointPolicyCommand.d.ts +10 -10
- package/dist-types/commands/ListChannelGroupsCommand.d.ts +14 -14
- package/dist-types/commands/ListChannelsCommand.d.ts +16 -16
- package/dist-types/commands/ListHarvestJobsCommand.d.ts +186 -187
- package/dist-types/commands/ListOriginEndpointsCommand.d.ts +58 -58
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +7 -7
- package/dist-types/commands/PutChannelPolicyCommand.d.ts +9 -6
- package/dist-types/commands/PutOriginEndpointPolicyCommand.d.ts +10 -7
- package/dist-types/commands/ResetChannelStateCommand.d.ts +9 -9
- package/dist-types/commands/ResetOriginEndpointStateCommand.d.ts +11 -11
- package/dist-types/commands/TagResourceCommand.d.ts +10 -7
- package/dist-types/commands/UntagResourceCommand.d.ts +8 -5
- package/dist-types/commands/UpdateChannelCommand.d.ts +22 -22
- package/dist-types/commands/UpdateChannelGroupCommand.d.ts +15 -15
- package/dist-types/commands/UpdateOriginEndpointCommand.d.ts +124 -124
- 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
|
-
*
|
|
324
|
+
*
|
|
325
325
|
* @example Creating an OriginEndpoint with container type TS, and encryption enabled
|
|
326
326
|
* ```javascript
|
|
327
327
|
* //
|
|
328
328
|
* const input = {
|
|
329
|
-
*
|
|
330
|
-
*
|
|
331
|
-
*
|
|
332
|
-
*
|
|
333
|
-
*
|
|
334
|
-
*
|
|
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
|
-
*
|
|
341
|
+
* HlsManifests: [
|
|
342
342
|
* {
|
|
343
|
-
*
|
|
344
|
-
*
|
|
345
|
-
*
|
|
346
|
-
*
|
|
347
|
-
*
|
|
348
|
-
*
|
|
343
|
+
* ChildManifestName: "exampleChildManifest1",
|
|
344
|
+
* ManifestName: "exampleManifest1",
|
|
345
|
+
* ManifestWindowSeconds: 30,
|
|
346
|
+
* ProgramDateTimeIntervalSeconds: 60,
|
|
347
|
+
* ScteHls: {
|
|
348
|
+
* AdMarkerHls: "DATERANGE"
|
|
349
349
|
* }
|
|
350
350
|
* },
|
|
351
351
|
* {
|
|
352
|
-
*
|
|
353
|
-
*
|
|
354
|
-
*
|
|
355
|
-
*
|
|
356
|
-
*
|
|
357
|
-
*
|
|
352
|
+
* ChildManifestName: "exampleManifest2",
|
|
353
|
+
* ManifestName: "exampleManifest2",
|
|
354
|
+
* ManifestWindowSeconds: 30,
|
|
355
|
+
* ProgramDateTimeIntervalSeconds: 60,
|
|
356
|
+
* ScteHls: {
|
|
357
|
+
* AdMarkerHls: "DATERANGE"
|
|
358
358
|
* }
|
|
359
359
|
* }
|
|
360
360
|
* ],
|
|
361
|
-
*
|
|
361
|
+
* LowLatencyHlsManifests: [
|
|
362
362
|
* {
|
|
363
|
-
*
|
|
364
|
-
*
|
|
365
|
-
*
|
|
366
|
-
*
|
|
367
|
-
*
|
|
368
|
-
*
|
|
363
|
+
* ChildManifestName: "exampleLLChildManifest1",
|
|
364
|
+
* ManifestName: "exampleLLManifest1",
|
|
365
|
+
* ManifestWindowSeconds: 30,
|
|
366
|
+
* ProgramDateTimeIntervalSeconds: 60,
|
|
367
|
+
* ScteHls: {
|
|
368
|
+
* AdMarkerHls: "DATERANGE"
|
|
369
369
|
* }
|
|
370
370
|
* },
|
|
371
371
|
* {
|
|
372
|
-
*
|
|
373
|
-
*
|
|
374
|
-
*
|
|
375
|
-
*
|
|
376
|
-
*
|
|
377
|
-
*
|
|
372
|
+
* ChildManifestName: "exampleLLManifest2",
|
|
373
|
+
* ManifestName: "exampleLLManifest2",
|
|
374
|
+
* ManifestWindowSeconds: 30,
|
|
375
|
+
* ProgramDateTimeIntervalSeconds: 60,
|
|
376
|
+
* ScteHls: {
|
|
377
|
+
* AdMarkerHls: "DATERANGE"
|
|
378
378
|
* }
|
|
379
379
|
* }
|
|
380
380
|
* ],
|
|
381
|
-
*
|
|
382
|
-
*
|
|
383
|
-
*
|
|
384
|
-
*
|
|
385
|
-
*
|
|
386
|
-
*
|
|
381
|
+
* OriginEndpointName: "exampleOriginEndpointTS",
|
|
382
|
+
* Segment: {
|
|
383
|
+
* Encryption: {
|
|
384
|
+
* ConstantInitializationVector: "A382A901F3C1F7718512266CFFBB0B7E",
|
|
385
|
+
* EncryptionMethod: {
|
|
386
|
+
* TsEncryptionMethod: "AES_128"
|
|
387
387
|
* },
|
|
388
|
-
*
|
|
389
|
-
*
|
|
390
|
-
*
|
|
388
|
+
* KeyRotationIntervalSeconds: 300,
|
|
389
|
+
* SpekeKeyProvider: {
|
|
390
|
+
* DrmSystems: [
|
|
391
391
|
* "CLEAR_KEY_AES_128"
|
|
392
392
|
* ],
|
|
393
|
-
*
|
|
394
|
-
*
|
|
395
|
-
*
|
|
393
|
+
* EncryptionContractConfiguration: {
|
|
394
|
+
* PresetSpeke20Audio: "SHARED",
|
|
395
|
+
* PresetSpeke20Video: "SHARED"
|
|
396
396
|
* },
|
|
397
|
-
*
|
|
398
|
-
*
|
|
399
|
-
*
|
|
397
|
+
* ResourceId: "ResourceId",
|
|
398
|
+
* RoleArn: "arn:aws:iam::123456789012:role/empRole",
|
|
399
|
+
* Url: "https://foo.com"
|
|
400
400
|
* }
|
|
401
401
|
* },
|
|
402
|
-
*
|
|
403
|
-
*
|
|
404
|
-
*
|
|
402
|
+
* IncludeIframeOnlyStreams: true,
|
|
403
|
+
* Scte: {
|
|
404
|
+
* ScteFilter: [
|
|
405
405
|
* "SPLICE_INSERT",
|
|
406
406
|
* "BREAK"
|
|
407
407
|
* ]
|
|
408
408
|
* },
|
|
409
|
-
*
|
|
410
|
-
*
|
|
411
|
-
*
|
|
412
|
-
*
|
|
409
|
+
* SegmentDurationSeconds: 6,
|
|
410
|
+
* SegmentName: "segmentName",
|
|
411
|
+
* TsIncludeDvbSubtitles: true,
|
|
412
|
+
* TsUseAudioRenditionGroup: true
|
|
413
413
|
* },
|
|
414
|
-
*
|
|
415
|
-
*
|
|
416
|
-
*
|
|
417
|
-
*
|
|
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
|
-
*
|
|
425
|
-
*
|
|
426
|
-
*
|
|
427
|
-
*
|
|
428
|
-
*
|
|
429
|
-
*
|
|
430
|
-
*
|
|
431
|
-
*
|
|
432
|
-
*
|
|
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
|
-
*
|
|
439
|
+
* HlsManifests: [
|
|
440
440
|
* {
|
|
441
|
-
*
|
|
442
|
-
*
|
|
443
|
-
*
|
|
444
|
-
*
|
|
445
|
-
*
|
|
446
|
-
*
|
|
441
|
+
* ChildManifestName: "exampleChildManifest1",
|
|
442
|
+
* ManifestName: "exampleManifest1",
|
|
443
|
+
* ManifestWindowSeconds: 30,
|
|
444
|
+
* ProgramDateTimeIntervalSeconds: 60,
|
|
445
|
+
* ScteHls: {
|
|
446
|
+
* AdMarkerHls: "DATERANGE"
|
|
447
447
|
* },
|
|
448
|
-
*
|
|
448
|
+
* Url: "https://abcde.egress.vwxyz.mediapackagev2.us-west-2.amazonaws.com/out/v1/exampleChannelGroup/exampleChannel/exampleOriginEndpointTS/exampleManifest1.m3u8"
|
|
449
449
|
* },
|
|
450
450
|
* {
|
|
451
|
-
*
|
|
452
|
-
*
|
|
453
|
-
*
|
|
454
|
-
*
|
|
455
|
-
*
|
|
456
|
-
*
|
|
451
|
+
* ChildManifestName: "exampleManifest2",
|
|
452
|
+
* ManifestName: "exampleManifest2",
|
|
453
|
+
* ManifestWindowSeconds: 30,
|
|
454
|
+
* ProgramDateTimeIntervalSeconds: 60,
|
|
455
|
+
* ScteHls: {
|
|
456
|
+
* AdMarkerHls: "DATERANGE"
|
|
457
457
|
* },
|
|
458
|
-
*
|
|
458
|
+
* Url: "https://abcde.egress.vwxyz.mediapackagev2.us-west-2.amazonaws.com/out/v1/exampleChannelGroup/exampleChannel/exampleOriginEndpointTS/exampleManifest2.m3u8"
|
|
459
459
|
* }
|
|
460
460
|
* ],
|
|
461
|
-
*
|
|
461
|
+
* LowLatencyHlsManifests: [
|
|
462
462
|
* {
|
|
463
|
-
*
|
|
464
|
-
*
|
|
465
|
-
*
|
|
466
|
-
*
|
|
467
|
-
*
|
|
468
|
-
*
|
|
463
|
+
* ChildManifestName: "exampleLLChildManifest1",
|
|
464
|
+
* ManifestName: "exampleLLManifest1",
|
|
465
|
+
* ManifestWindowSeconds: 30,
|
|
466
|
+
* ProgramDateTimeIntervalSeconds: 60,
|
|
467
|
+
* ScteHls: {
|
|
468
|
+
* AdMarkerHls: "DATERANGE"
|
|
469
469
|
* },
|
|
470
|
-
*
|
|
470
|
+
* Url: "https://abcde.egress.vwxyz.mediapackagev2.us-west-2.amazonaws.com/out/v1/exampleChannelGroup/exampleChannel/exampleOriginEndpointTS/exampleLLManifest1.m3u8"
|
|
471
471
|
* },
|
|
472
472
|
* {
|
|
473
|
-
*
|
|
474
|
-
*
|
|
475
|
-
*
|
|
476
|
-
*
|
|
477
|
-
*
|
|
478
|
-
*
|
|
473
|
+
* ChildManifestName: "exampleLLManifest2",
|
|
474
|
+
* ManifestName: "exampleLLManifest2",
|
|
475
|
+
* ManifestWindowSeconds: 30,
|
|
476
|
+
* ProgramDateTimeIntervalSeconds: 60,
|
|
477
|
+
* ScteHls: {
|
|
478
|
+
* AdMarkerHls: "DATERANGE"
|
|
479
479
|
* },
|
|
480
|
-
*
|
|
480
|
+
* Url: "https://abcde.egress.vwxyz.mediapackagev2.us-west-2.amazonaws.com/out/v1/exampleChannelGroup/exampleChannel/exampleOriginEndpointTS/exampleLLManifest2.m3u8"
|
|
481
481
|
* }
|
|
482
482
|
* ],
|
|
483
|
-
*
|
|
484
|
-
*
|
|
485
|
-
*
|
|
486
|
-
*
|
|
487
|
-
*
|
|
488
|
-
*
|
|
489
|
-
*
|
|
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
|
-
*
|
|
492
|
-
*
|
|
493
|
-
*
|
|
491
|
+
* KeyRotationIntervalSeconds: 300,
|
|
492
|
+
* SpekeKeyProvider: {
|
|
493
|
+
* DrmSystems: [
|
|
494
494
|
* "CLEAR_KEY_AES_128"
|
|
495
495
|
* ],
|
|
496
|
-
*
|
|
497
|
-
*
|
|
498
|
-
*
|
|
496
|
+
* EncryptionContractConfiguration: {
|
|
497
|
+
* PresetSpeke20Audio: "SHARED",
|
|
498
|
+
* PresetSpeke20Video: "SHARED"
|
|
499
499
|
* },
|
|
500
|
-
*
|
|
501
|
-
*
|
|
502
|
-
*
|
|
500
|
+
* ResourceId: "ResourceId",
|
|
501
|
+
* RoleArn: "arn:aws:iam::123456789012:role/empRole",
|
|
502
|
+
* Url: "https://foo.com"
|
|
503
503
|
* }
|
|
504
504
|
* },
|
|
505
|
-
*
|
|
506
|
-
*
|
|
507
|
-
*
|
|
505
|
+
* IncludeIframeOnlyStreams: true,
|
|
506
|
+
* Scte: {
|
|
507
|
+
* ScteFilter: [
|
|
508
508
|
* "SPLICE_INSERT",
|
|
509
509
|
* "BREAK"
|
|
510
510
|
* ]
|
|
511
511
|
* },
|
|
512
|
-
*
|
|
513
|
-
*
|
|
514
|
-
*
|
|
515
|
-
*
|
|
512
|
+
* SegmentDurationSeconds: 6,
|
|
513
|
+
* SegmentName: "segmentName",
|
|
514
|
+
* TsIncludeDvbSubtitles: true,
|
|
515
|
+
* TsUseAudioRenditionGroup: true
|
|
516
516
|
* },
|
|
517
|
-
*
|
|
518
|
-
*
|
|
519
|
-
*
|
|
520
|
-
*
|
|
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
|
-
*
|
|
532
|
-
*
|
|
533
|
-
*
|
|
534
|
-
*
|
|
530
|
+
* ChannelGroupName: "exampleChannelGroup",
|
|
531
|
+
* ChannelName: "exampleChannel",
|
|
532
|
+
* ContainerType: "CMAF",
|
|
533
|
+
* DashManifests: [
|
|
535
534
|
* {
|
|
536
|
-
*
|
|
537
|
-
*
|
|
538
|
-
*
|
|
539
|
-
*
|
|
540
|
-
*
|
|
541
|
-
*
|
|
535
|
+
* DrmSignaling: "INDIVIDUAL",
|
|
536
|
+
* ManifestName: "exampleDashManifest1",
|
|
537
|
+
* ManifestWindowSeconds: 300,
|
|
538
|
+
* MinBufferTimeSeconds: 30,
|
|
539
|
+
* MinUpdatePeriodSeconds: 5,
|
|
540
|
+
* PeriodTriggers: [
|
|
542
541
|
* "AVAILS"
|
|
543
542
|
* ],
|
|
544
|
-
*
|
|
545
|
-
*
|
|
543
|
+
* ScteDash: {
|
|
544
|
+
* AdMarkerDash: "XML"
|
|
546
545
|
* },
|
|
547
|
-
*
|
|
548
|
-
*
|
|
546
|
+
* SegmentTemplateFormat: "NUMBER_WITH_TIMELINE",
|
|
547
|
+
* SuggestedPresentationDelaySeconds: 2
|
|
549
548
|
* },
|
|
550
549
|
* {
|
|
551
|
-
*
|
|
552
|
-
*
|
|
553
|
-
*
|
|
554
|
-
*
|
|
555
|
-
*
|
|
556
|
-
*
|
|
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
|
-
*
|
|
563
|
-
*
|
|
561
|
+
* ScteDash: {
|
|
562
|
+
* AdMarkerDash: "XML"
|
|
564
563
|
* },
|
|
565
|
-
*
|
|
566
|
-
*
|
|
564
|
+
* SegmentTemplateFormat: "NUMBER_WITH_TIMELINE",
|
|
565
|
+
* SuggestedPresentationDelaySeconds: 12
|
|
567
566
|
* }
|
|
568
567
|
* ],
|
|
569
|
-
*
|
|
570
|
-
*
|
|
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
|
-
*
|
|
576
|
+
* HlsManifests: [
|
|
578
577
|
* {
|
|
579
|
-
*
|
|
580
|
-
*
|
|
581
|
-
*
|
|
582
|
-
*
|
|
583
|
-
*
|
|
584
|
-
*
|
|
578
|
+
* ChildManifestName: "exampleChildManifest1",
|
|
579
|
+
* ManifestName: "exampleManifest1",
|
|
580
|
+
* ManifestWindowSeconds: 30,
|
|
581
|
+
* ProgramDateTimeIntervalSeconds: 60,
|
|
582
|
+
* ScteHls: {
|
|
583
|
+
* AdMarkerHls: "DATERANGE"
|
|
585
584
|
* }
|
|
586
585
|
* },
|
|
587
586
|
* {
|
|
588
|
-
*
|
|
589
|
-
*
|
|
590
|
-
*
|
|
591
|
-
*
|
|
592
|
-
*
|
|
593
|
-
*
|
|
587
|
+
* ChildManifestName: "exampleManifest2",
|
|
588
|
+
* ManifestName: "exampleManifest2",
|
|
589
|
+
* ManifestWindowSeconds: 30,
|
|
590
|
+
* ProgramDateTimeIntervalSeconds: 60,
|
|
591
|
+
* ScteHls: {
|
|
592
|
+
* AdMarkerHls: "DATERANGE"
|
|
594
593
|
* }
|
|
595
594
|
* }
|
|
596
595
|
* ],
|
|
597
|
-
*
|
|
596
|
+
* LowLatencyHlsManifests: [
|
|
598
597
|
* {
|
|
599
|
-
*
|
|
600
|
-
*
|
|
601
|
-
*
|
|
602
|
-
*
|
|
603
|
-
*
|
|
604
|
-
*
|
|
598
|
+
* ChildManifestName: "exampleLLChildManifest1",
|
|
599
|
+
* ManifestName: "exampleLLManifest1",
|
|
600
|
+
* ManifestWindowSeconds: 30,
|
|
601
|
+
* ProgramDateTimeIntervalSeconds: 60,
|
|
602
|
+
* ScteHls: {
|
|
603
|
+
* AdMarkerHls: "DATERANGE"
|
|
605
604
|
* }
|
|
606
605
|
* },
|
|
607
606
|
* {
|
|
608
|
-
*
|
|
609
|
-
*
|
|
610
|
-
*
|
|
611
|
-
*
|
|
612
|
-
*
|
|
613
|
-
*
|
|
607
|
+
* ChildManifestName: "exampleLLManifest2",
|
|
608
|
+
* ManifestName: "exampleLLManifest2",
|
|
609
|
+
* ManifestWindowSeconds: 30,
|
|
610
|
+
* ProgramDateTimeIntervalSeconds: 60,
|
|
611
|
+
* ScteHls: {
|
|
612
|
+
* AdMarkerHls: "DATERANGE"
|
|
614
613
|
* }
|
|
615
614
|
* }
|
|
616
615
|
* ],
|
|
617
|
-
*
|
|
618
|
-
*
|
|
619
|
-
*
|
|
620
|
-
*
|
|
621
|
-
*
|
|
622
|
-
*
|
|
616
|
+
* OriginEndpointName: "exampleOriginEndpointCMAF",
|
|
617
|
+
* Segment: {
|
|
618
|
+
* Encryption: {
|
|
619
|
+
* ConstantInitializationVector: "A382A901F3C1F7718512266CFFBB0B9F",
|
|
620
|
+
* EncryptionMethod: {
|
|
621
|
+
* CmafEncryptionMethod: "CBCS"
|
|
623
622
|
* },
|
|
624
|
-
*
|
|
625
|
-
*
|
|
626
|
-
*
|
|
623
|
+
* KeyRotationIntervalSeconds: 300,
|
|
624
|
+
* SpekeKeyProvider: {
|
|
625
|
+
* DrmSystems: [
|
|
627
626
|
* "PLAYREADY",
|
|
628
627
|
* "WIDEVINE"
|
|
629
628
|
* ],
|
|
630
|
-
*
|
|
631
|
-
*
|
|
632
|
-
*
|
|
629
|
+
* EncryptionContractConfiguration: {
|
|
630
|
+
* PresetSpeke20Audio: "PRESET_AUDIO_1",
|
|
631
|
+
* PresetSpeke20Video: "PRESET_VIDEO_1"
|
|
633
632
|
* },
|
|
634
|
-
*
|
|
635
|
-
*
|
|
636
|
-
*
|
|
633
|
+
* ResourceId: "ResourceId",
|
|
634
|
+
* RoleArn: "arn:aws:iam::123456789012:role/empRole",
|
|
635
|
+
* Url: "https://foo.com"
|
|
637
636
|
* }
|
|
638
637
|
* },
|
|
639
|
-
*
|
|
640
|
-
*
|
|
641
|
-
*
|
|
638
|
+
* IncludeIframeOnlyStreams: true,
|
|
639
|
+
* Scte: {
|
|
640
|
+
* ScteFilter: [
|
|
642
641
|
* "SPLICE_INSERT",
|
|
643
642
|
* "BREAK"
|
|
644
643
|
* ]
|
|
645
644
|
* },
|
|
646
|
-
*
|
|
647
|
-
*
|
|
645
|
+
* SegmentDurationSeconds: 6,
|
|
646
|
+
* SegmentName: "segmentName"
|
|
648
647
|
* },
|
|
649
|
-
*
|
|
650
|
-
*
|
|
651
|
-
*
|
|
652
|
-
*
|
|
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
|
-
*
|
|
660
|
-
*
|
|
661
|
-
*
|
|
662
|
-
*
|
|
663
|
-
*
|
|
664
|
-
*
|
|
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
|
-
*
|
|
667
|
-
*
|
|
668
|
-
*
|
|
669
|
-
*
|
|
670
|
-
*
|
|
671
|
-
*
|
|
665
|
+
* DrmSignaling: "INDIVIDUAL",
|
|
666
|
+
* ManifestName: "exampleDashManifest1",
|
|
667
|
+
* ManifestWindowSeconds: 300,
|
|
668
|
+
* MinBufferTimeSeconds: 30,
|
|
669
|
+
* MinUpdatePeriodSeconds: 5,
|
|
670
|
+
* PeriodTriggers: [
|
|
672
671
|
* "AVAILS"
|
|
673
672
|
* ],
|
|
674
|
-
*
|
|
675
|
-
*
|
|
673
|
+
* ScteDash: {
|
|
674
|
+
* AdMarkerDash: "XML"
|
|
676
675
|
* },
|
|
677
|
-
*
|
|
678
|
-
*
|
|
679
|
-
*
|
|
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
|
-
*
|
|
683
|
-
*
|
|
684
|
-
*
|
|
685
|
-
*
|
|
686
|
-
*
|
|
687
|
-
*
|
|
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
|
-
*
|
|
694
|
-
*
|
|
692
|
+
* ScteDash: {
|
|
693
|
+
* AdMarkerDash: "XML"
|
|
695
694
|
* },
|
|
696
|
-
*
|
|
697
|
-
*
|
|
698
|
-
*
|
|
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
|
-
*
|
|
702
|
-
*
|
|
703
|
-
*
|
|
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
|
-
*
|
|
709
|
+
* HlsManifests: [
|
|
711
710
|
* {
|
|
712
|
-
*
|
|
713
|
-
*
|
|
714
|
-
*
|
|
715
|
-
*
|
|
716
|
-
*
|
|
717
|
-
*
|
|
711
|
+
* ChildManifestName: "exampleChildManifest1",
|
|
712
|
+
* ManifestName: "exampleManifest1",
|
|
713
|
+
* ManifestWindowSeconds: 30,
|
|
714
|
+
* ProgramDateTimeIntervalSeconds: 60,
|
|
715
|
+
* ScteHls: {
|
|
716
|
+
* AdMarkerHls: "DATERANGE"
|
|
718
717
|
* },
|
|
719
|
-
*
|
|
718
|
+
* Url: "https://abcde.egress.vwxyz.mediapackagev2.us-west-2.amazonaws.com/out/v1/exampleChannelGroup/exampleChannel/exampleOriginEndpointCMAF/exampleManifest1.m3u8"
|
|
720
719
|
* },
|
|
721
720
|
* {
|
|
722
|
-
*
|
|
723
|
-
*
|
|
724
|
-
*
|
|
725
|
-
*
|
|
726
|
-
*
|
|
727
|
-
*
|
|
721
|
+
* ChildManifestName: "exampleManifest2",
|
|
722
|
+
* ManifestName: "exampleManifest2",
|
|
723
|
+
* ManifestWindowSeconds: 30,
|
|
724
|
+
* ProgramDateTimeIntervalSeconds: 60,
|
|
725
|
+
* ScteHls: {
|
|
726
|
+
* AdMarkerHls: "DATERANGE"
|
|
728
727
|
* },
|
|
729
|
-
*
|
|
728
|
+
* Url: "https://abcde.egress.vwxyz.mediapackagev2.us-west-2.amazonaws.com/out/v1/exampleChannelGroup/exampleChannel/exampleOriginEndpointCMAF/exampleManifest2.m3u8"
|
|
730
729
|
* }
|
|
731
730
|
* ],
|
|
732
|
-
*
|
|
731
|
+
* LowLatencyHlsManifests: [
|
|
733
732
|
* {
|
|
734
|
-
*
|
|
735
|
-
*
|
|
736
|
-
*
|
|
737
|
-
*
|
|
738
|
-
*
|
|
739
|
-
*
|
|
733
|
+
* ChildManifestName: "exampleLLChildManifest1",
|
|
734
|
+
* ManifestName: "exampleLLManifest1",
|
|
735
|
+
* ManifestWindowSeconds: 30,
|
|
736
|
+
* ProgramDateTimeIntervalSeconds: 60,
|
|
737
|
+
* ScteHls: {
|
|
738
|
+
* AdMarkerHls: "DATERANGE"
|
|
740
739
|
* },
|
|
741
|
-
*
|
|
740
|
+
* Url: "https://abcde.egress.vwxyz.mediapackagev2.us-west-2.amazonaws.com/out/v1/exampleChannelGroup/exampleChannel/exampleOriginEndpointCMAF/exampleLLManifest1.m3u8"
|
|
742
741
|
* },
|
|
743
742
|
* {
|
|
744
|
-
*
|
|
745
|
-
*
|
|
746
|
-
*
|
|
747
|
-
*
|
|
748
|
-
*
|
|
749
|
-
*
|
|
743
|
+
* ChildManifestName: "exampleLLManifest2",
|
|
744
|
+
* ManifestName: "exampleLLManifest2",
|
|
745
|
+
* ManifestWindowSeconds: 30,
|
|
746
|
+
* ProgramDateTimeIntervalSeconds: 60,
|
|
747
|
+
* ScteHls: {
|
|
748
|
+
* AdMarkerHls: "DATERANGE"
|
|
750
749
|
* },
|
|
751
|
-
*
|
|
750
|
+
* Url: "https://abcde.egress.vwxyz.mediapackagev2.us-west-2.amazonaws.com/out/v1/exampleChannelGroup/exampleChannel/exampleOriginEndpointCMAF/exampleLLManifest2.m3u8"
|
|
752
751
|
* }
|
|
753
752
|
* ],
|
|
754
|
-
*
|
|
755
|
-
*
|
|
756
|
-
*
|
|
757
|
-
*
|
|
758
|
-
*
|
|
759
|
-
*
|
|
760
|
-
*
|
|
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
|
-
*
|
|
763
|
-
*
|
|
764
|
-
*
|
|
761
|
+
* KeyRotationIntervalSeconds: 300,
|
|
762
|
+
* SpekeKeyProvider: {
|
|
763
|
+
* DrmSystems: [
|
|
765
764
|
* "PLAYREADY",
|
|
766
765
|
* "WIDEVINE"
|
|
767
766
|
* ],
|
|
768
|
-
*
|
|
769
|
-
*
|
|
770
|
-
*
|
|
767
|
+
* EncryptionContractConfiguration: {
|
|
768
|
+
* PresetSpeke20Audio: "PRESET_AUDIO_1",
|
|
769
|
+
* PresetSpeke20Video: "PRESET_VIDEO_1"
|
|
771
770
|
* },
|
|
772
|
-
*
|
|
773
|
-
*
|
|
774
|
-
*
|
|
771
|
+
* ResourceId: "ResourceId",
|
|
772
|
+
* RoleArn: "arn:aws:iam::123456789012:role/empRole",
|
|
773
|
+
* Url: "https://foo.com"
|
|
775
774
|
* }
|
|
776
775
|
* },
|
|
777
|
-
*
|
|
778
|
-
*
|
|
779
|
-
*
|
|
776
|
+
* IncludeIframeOnlyStreams: true,
|
|
777
|
+
* Scte: {
|
|
778
|
+
* ScteFilter: [
|
|
780
779
|
* "SPLICE_INSERT",
|
|
781
780
|
* "BREAK"
|
|
782
781
|
* ]
|
|
783
782
|
* },
|
|
784
|
-
*
|
|
785
|
-
*
|
|
783
|
+
* SegmentDurationSeconds: 6,
|
|
784
|
+
* SegmentName: "segmentName"
|
|
786
785
|
* },
|
|
787
|
-
*
|
|
788
|
-
*
|
|
789
|
-
*
|
|
790
|
-
*
|
|
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. */
|