@aws-sdk/client-mediapackagev2 3.775.0 → 3.782.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 +5 -5
|
@@ -319,203 +319,203 @@ declare const UpdateOriginEndpointCommand_base: {
|
|
|
319
319
|
* @throws {@link MediaPackageV2ServiceException}
|
|
320
320
|
* <p>Base exception class for all service exceptions from MediaPackageV2 service.</p>
|
|
321
321
|
*
|
|
322
|
-
*
|
|
322
|
+
*
|
|
323
323
|
* @example Updating an OriginEndpoint
|
|
324
324
|
* ```javascript
|
|
325
325
|
* //
|
|
326
326
|
* const input = {
|
|
327
|
-
*
|
|
328
|
-
*
|
|
329
|
-
*
|
|
330
|
-
*
|
|
331
|
-
*
|
|
332
|
-
*
|
|
327
|
+
* ChannelGroupName: "exampleChannelGroup",
|
|
328
|
+
* ChannelName: "exampleChannel",
|
|
329
|
+
* ContainerType: "TS",
|
|
330
|
+
* Description: "Updated description for exampleOriginEndpointTS",
|
|
331
|
+
* ForceEndpointErrorConfiguration: {
|
|
332
|
+
* EndpointErrorConditions: [
|
|
333
333
|
* "STALE_MANIFEST",
|
|
334
334
|
* "INCOMPLETE_MANIFEST",
|
|
335
335
|
* "MISSING_DRM_KEY",
|
|
336
336
|
* "SLATE_INPUT"
|
|
337
337
|
* ]
|
|
338
338
|
* },
|
|
339
|
-
*
|
|
339
|
+
* HlsManifests: [
|
|
340
340
|
* {
|
|
341
|
-
*
|
|
342
|
-
*
|
|
343
|
-
*
|
|
344
|
-
*
|
|
345
|
-
*
|
|
346
|
-
*
|
|
341
|
+
* ChildManifestName: "exampleChildManifest1",
|
|
342
|
+
* ManifestName: "exampleManifest1",
|
|
343
|
+
* ManifestWindowSeconds: 30,
|
|
344
|
+
* ProgramDateTimeIntervalSeconds: 60,
|
|
345
|
+
* ScteHls: {
|
|
346
|
+
* AdMarkerHls: "DATERANGE"
|
|
347
347
|
* }
|
|
348
348
|
* },
|
|
349
349
|
* {
|
|
350
|
-
*
|
|
351
|
-
*
|
|
352
|
-
*
|
|
353
|
-
*
|
|
354
|
-
*
|
|
355
|
-
*
|
|
350
|
+
* ChildManifestName: "exampleManifest2",
|
|
351
|
+
* ManifestName: "exampleManifest2",
|
|
352
|
+
* ManifestWindowSeconds: 30,
|
|
353
|
+
* ProgramDateTimeIntervalSeconds: 60,
|
|
354
|
+
* ScteHls: {
|
|
355
|
+
* AdMarkerHls: "DATERANGE"
|
|
356
356
|
* }
|
|
357
357
|
* }
|
|
358
358
|
* ],
|
|
359
|
-
*
|
|
359
|
+
* LowLatencyHlsManifests: [
|
|
360
360
|
* {
|
|
361
|
-
*
|
|
362
|
-
*
|
|
363
|
-
*
|
|
364
|
-
*
|
|
365
|
-
*
|
|
366
|
-
*
|
|
361
|
+
* ChildManifestName: "exampleLLChildManifest1",
|
|
362
|
+
* ManifestName: "exampleLLManifest1",
|
|
363
|
+
* ManifestWindowSeconds: 30,
|
|
364
|
+
* ProgramDateTimeIntervalSeconds: 60,
|
|
365
|
+
* ScteHls: {
|
|
366
|
+
* AdMarkerHls: "DATERANGE"
|
|
367
367
|
* }
|
|
368
368
|
* },
|
|
369
369
|
* {
|
|
370
|
-
*
|
|
371
|
-
*
|
|
372
|
-
*
|
|
373
|
-
*
|
|
374
|
-
*
|
|
375
|
-
*
|
|
370
|
+
* ChildManifestName: "exampleLLManifest2",
|
|
371
|
+
* ManifestName: "exampleLLManifest2",
|
|
372
|
+
* ManifestWindowSeconds: 30,
|
|
373
|
+
* ProgramDateTimeIntervalSeconds: 60,
|
|
374
|
+
* ScteHls: {
|
|
375
|
+
* AdMarkerHls: "DATERANGE"
|
|
376
376
|
* }
|
|
377
377
|
* }
|
|
378
378
|
* ],
|
|
379
|
-
*
|
|
380
|
-
*
|
|
381
|
-
*
|
|
382
|
-
*
|
|
383
|
-
*
|
|
384
|
-
*
|
|
379
|
+
* OriginEndpointName: "exampleOriginEndpointTS",
|
|
380
|
+
* Segment: {
|
|
381
|
+
* Encryption: {
|
|
382
|
+
* ConstantInitializationVector: "A382A901F3C1F7718512266CFFBB0B7E",
|
|
383
|
+
* EncryptionMethod: {
|
|
384
|
+
* TsEncryptionMethod: "AES_128"
|
|
385
385
|
* },
|
|
386
|
-
*
|
|
387
|
-
*
|
|
388
|
-
*
|
|
386
|
+
* KeyRotationIntervalSeconds: 300,
|
|
387
|
+
* SpekeKeyProvider: {
|
|
388
|
+
* DrmSystems: [
|
|
389
389
|
* "CLEAR_KEY_AES_128"
|
|
390
390
|
* ],
|
|
391
|
-
*
|
|
392
|
-
*
|
|
393
|
-
*
|
|
391
|
+
* EncryptionContractConfiguration: {
|
|
392
|
+
* PresetSpeke20Audio: "SHARED",
|
|
393
|
+
* PresetSpeke20Video: "SHARED"
|
|
394
394
|
* },
|
|
395
|
-
*
|
|
396
|
-
*
|
|
397
|
-
*
|
|
395
|
+
* ResourceId: "ResourceId",
|
|
396
|
+
* RoleArn: "arn:aws:iam::123456789012:role/empRole",
|
|
397
|
+
* Url: "https://foo.com"
|
|
398
398
|
* }
|
|
399
399
|
* },
|
|
400
|
-
*
|
|
401
|
-
*
|
|
402
|
-
*
|
|
400
|
+
* IncludeIframeOnlyStreams: false,
|
|
401
|
+
* Scte: {
|
|
402
|
+
* ScteFilter: [
|
|
403
403
|
* "SPLICE_INSERT"
|
|
404
404
|
* ]
|
|
405
405
|
* },
|
|
406
|
-
*
|
|
407
|
-
*
|
|
408
|
-
*
|
|
409
|
-
*
|
|
406
|
+
* SegmentDurationSeconds: 7,
|
|
407
|
+
* SegmentName: "segmentName2",
|
|
408
|
+
* TsIncludeDvbSubtitles: false,
|
|
409
|
+
* TsUseAudioRenditionGroup: true
|
|
410
410
|
* },
|
|
411
|
-
*
|
|
411
|
+
* StartoverWindowSeconds: 600
|
|
412
412
|
* };
|
|
413
413
|
* const command = new UpdateOriginEndpointCommand(input);
|
|
414
414
|
* const response = await client.send(command);
|
|
415
|
-
* /* response
|
|
415
|
+
* /* response is
|
|
416
416
|
* {
|
|
417
|
-
*
|
|
418
|
-
*
|
|
419
|
-
*
|
|
420
|
-
*
|
|
421
|
-
*
|
|
422
|
-
*
|
|
423
|
-
*
|
|
424
|
-
*
|
|
425
|
-
*
|
|
417
|
+
* Arn: "arn:aws:mediapackagev2:us-west-2:123456789012:channelGroup/exampleChannelGroup/channel/exampleChannel/originEndpoint/exampleOriginEndpointTS",
|
|
418
|
+
* ChannelGroupName: "exampleChannelGroup",
|
|
419
|
+
* ChannelName: "exampleChannel",
|
|
420
|
+
* ContainerType: "TS",
|
|
421
|
+
* CreatedAt: "2022-10-18T09:36:00.00Z",
|
|
422
|
+
* Description: "Updated description for exampleOriginEndpointTS",
|
|
423
|
+
* ETag: "GlfT+dwAyGIR4wuy8nKWl1RDPwSrjQej9qUutLZxoxk=",
|
|
424
|
+
* ForceEndpointErrorConfiguration: {
|
|
425
|
+
* EndpointErrorConditions: [
|
|
426
426
|
* "STALE_MANIFEST",
|
|
427
427
|
* "INCOMPLETE_MANIFEST",
|
|
428
428
|
* "MISSING_DRM_KEY",
|
|
429
429
|
* "SLATE_INPUT"
|
|
430
430
|
* ]
|
|
431
431
|
* },
|
|
432
|
-
*
|
|
432
|
+
* HlsManifests: [
|
|
433
433
|
* {
|
|
434
|
-
*
|
|
435
|
-
*
|
|
436
|
-
*
|
|
437
|
-
*
|
|
438
|
-
*
|
|
439
|
-
*
|
|
434
|
+
* ChildManifestName: "exampleChildManifest1",
|
|
435
|
+
* ManifestName: "exampleManifest1",
|
|
436
|
+
* ManifestWindowSeconds: 30,
|
|
437
|
+
* ProgramDateTimeIntervalSeconds: 60,
|
|
438
|
+
* ScteHls: {
|
|
439
|
+
* AdMarkerHls: "DATERANGE"
|
|
440
440
|
* },
|
|
441
|
-
*
|
|
441
|
+
* Url: "https://abcde.egress.vwxyz.mediapackagev2.us-west-2.amazonaws.com/out/v1/exampleChannelGroup/exampleChannel/exampleOriginEndpointTS/exampleManifest1.m3u8"
|
|
442
442
|
* },
|
|
443
443
|
* {
|
|
444
|
-
*
|
|
445
|
-
*
|
|
446
|
-
*
|
|
447
|
-
*
|
|
448
|
-
*
|
|
449
|
-
*
|
|
444
|
+
* ChildManifestName: "exampleManifest2",
|
|
445
|
+
* ManifestName: "exampleManifest2",
|
|
446
|
+
* ManifestWindowSeconds: 30,
|
|
447
|
+
* ProgramDateTimeIntervalSeconds: 60,
|
|
448
|
+
* ScteHls: {
|
|
449
|
+
* AdMarkerHls: "DATERANGE"
|
|
450
450
|
* },
|
|
451
|
-
*
|
|
451
|
+
* Url: "https://abcde.egress.vwxyz.mediapackagev2.us-west-2.amazonaws.com/out/v1/exampleChannelGroup/exampleChannel/exampleOriginEndpointTS/exampleManifest2.m3u8"
|
|
452
452
|
* }
|
|
453
453
|
* ],
|
|
454
|
-
*
|
|
454
|
+
* LowLatencyHlsManifests: [
|
|
455
455
|
* {
|
|
456
|
-
*
|
|
457
|
-
*
|
|
458
|
-
*
|
|
459
|
-
*
|
|
460
|
-
*
|
|
461
|
-
*
|
|
456
|
+
* ChildManifestName: "exampleLLChildManifest1",
|
|
457
|
+
* ManifestName: "exampleLLManifest1",
|
|
458
|
+
* ManifestWindowSeconds: 30,
|
|
459
|
+
* ProgramDateTimeIntervalSeconds: 60,
|
|
460
|
+
* ScteHls: {
|
|
461
|
+
* AdMarkerHls: "DATERANGE"
|
|
462
462
|
* },
|
|
463
|
-
*
|
|
463
|
+
* Url: "https://abcde.egress.vwxyz.mediapackagev2.us-west-2.amazonaws.com/out/v1/exampleChannelGroup/exampleChannel/exampleOriginEndpointTS/exampleLLManifest1.m3u8"
|
|
464
464
|
* },
|
|
465
465
|
* {
|
|
466
|
-
*
|
|
467
|
-
*
|
|
468
|
-
*
|
|
469
|
-
*
|
|
470
|
-
*
|
|
471
|
-
*
|
|
466
|
+
* ChildManifestName: "exampleLLManifest2",
|
|
467
|
+
* ManifestName: "exampleLLManifest2",
|
|
468
|
+
* ManifestWindowSeconds: 30,
|
|
469
|
+
* ProgramDateTimeIntervalSeconds: 60,
|
|
470
|
+
* ScteHls: {
|
|
471
|
+
* AdMarkerHls: "DATERANGE"
|
|
472
472
|
* },
|
|
473
|
-
*
|
|
473
|
+
* Url: "https://abcde.egress.vwxyz.mediapackagev2.us-west-2.amazonaws.com/out/v1/exampleChannelGroup/exampleChannel/exampleOriginEndpointTS/exampleLLManifest2.m3u8"
|
|
474
474
|
* }
|
|
475
475
|
* ],
|
|
476
|
-
*
|
|
477
|
-
*
|
|
478
|
-
*
|
|
479
|
-
*
|
|
480
|
-
*
|
|
481
|
-
*
|
|
482
|
-
*
|
|
476
|
+
* ModifiedAt: "2022-10-18T09:36:00.00Z",
|
|
477
|
+
* OriginEndpointName: "exampleOriginEndpointTS",
|
|
478
|
+
* Segment: {
|
|
479
|
+
* Encryption: {
|
|
480
|
+
* ConstantInitializationVector: "A382A901F3C1F7718512266CFFBB0B7E",
|
|
481
|
+
* EncryptionMethod: {
|
|
482
|
+
* TsEncryptionMethod: "AES_128"
|
|
483
483
|
* },
|
|
484
|
-
*
|
|
485
|
-
*
|
|
486
|
-
*
|
|
484
|
+
* KeyRotationIntervalSeconds: 300,
|
|
485
|
+
* SpekeKeyProvider: {
|
|
486
|
+
* DrmSystems: [
|
|
487
487
|
* "CLEAR_KEY_AES_128"
|
|
488
488
|
* ],
|
|
489
|
-
*
|
|
490
|
-
*
|
|
491
|
-
*
|
|
489
|
+
* EncryptionContractConfiguration: {
|
|
490
|
+
* PresetSpeke20Audio: "SHARED",
|
|
491
|
+
* PresetSpeke20Video: "SHARED"
|
|
492
492
|
* },
|
|
493
|
-
*
|
|
494
|
-
*
|
|
495
|
-
*
|
|
493
|
+
* ResourceId: "ResourceId",
|
|
494
|
+
* RoleArn: "arn:aws:iam::123456789012:role/empRole",
|
|
495
|
+
* Url: "https://foo.com"
|
|
496
496
|
* }
|
|
497
497
|
* },
|
|
498
|
-
*
|
|
499
|
-
*
|
|
500
|
-
*
|
|
498
|
+
* IncludeIframeOnlyStreams: false,
|
|
499
|
+
* Scte: {
|
|
500
|
+
* ScteFilter: [
|
|
501
501
|
* "SPLICE_INSERT"
|
|
502
502
|
* ]
|
|
503
503
|
* },
|
|
504
|
-
*
|
|
505
|
-
*
|
|
506
|
-
*
|
|
507
|
-
*
|
|
504
|
+
* SegmentDurationSeconds: 7,
|
|
505
|
+
* SegmentName: "segmentName2",
|
|
506
|
+
* TsIncludeDvbSubtitles: false,
|
|
507
|
+
* TsUseAudioRenditionGroup: true
|
|
508
508
|
* },
|
|
509
|
-
*
|
|
510
|
-
*
|
|
511
|
-
*
|
|
512
|
-
*
|
|
509
|
+
* StartoverWindowSeconds: 600,
|
|
510
|
+
* Tags: {
|
|
511
|
+
* key1: "value1",
|
|
512
|
+
* key2: "value2"
|
|
513
513
|
* }
|
|
514
514
|
* }
|
|
515
515
|
* *\/
|
|
516
|
-
* // example id: example-1
|
|
517
516
|
* ```
|
|
518
517
|
*
|
|
518
|
+
* @public
|
|
519
519
|
*/
|
|
520
520
|
export declare class UpdateOriginEndpointCommand extends UpdateOriginEndpointCommand_base {
|
|
521
521
|
/** @internal type navigation helper, not in runtime. */
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-mediapackagev2",
|
|
3
3
|
"description": "AWS SDK for JavaScript Mediapackagev2 Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.782.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-mediapackagev2",
|
|
@@ -21,16 +21,16 @@
|
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
23
|
"@aws-sdk/core": "3.775.0",
|
|
24
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
24
|
+
"@aws-sdk/credential-provider-node": "3.782.0",
|
|
25
25
|
"@aws-sdk/middleware-host-header": "3.775.0",
|
|
26
26
|
"@aws-sdk/middleware-logger": "3.775.0",
|
|
27
27
|
"@aws-sdk/middleware-recursion-detection": "3.775.0",
|
|
28
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
28
|
+
"@aws-sdk/middleware-user-agent": "3.782.0",
|
|
29
29
|
"@aws-sdk/region-config-resolver": "3.775.0",
|
|
30
30
|
"@aws-sdk/types": "3.775.0",
|
|
31
|
-
"@aws-sdk/util-endpoints": "3.
|
|
31
|
+
"@aws-sdk/util-endpoints": "3.782.0",
|
|
32
32
|
"@aws-sdk/util-user-agent-browser": "3.775.0",
|
|
33
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
33
|
+
"@aws-sdk/util-user-agent-node": "3.782.0",
|
|
34
34
|
"@smithy/config-resolver": "^4.1.0",
|
|
35
35
|
"@smithy/core": "^3.2.0",
|
|
36
36
|
"@smithy/fetch-http-handler": "^5.0.2",
|