@aws-sdk/client-mediaconvert 3.651.1 → 3.655.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-cjs/index.js +61 -6
- package/dist-es/models/models_0.js +19 -10
- package/dist-es/models/models_1.js +10 -4
- package/dist-es/models/models_2.js +4 -0
- package/dist-es/protocols/Aws_restJson1.js +32 -0
- package/dist-types/commands/AssociateCertificateCommand.d.ts +11 -0
- package/dist-types/commands/CancelJobCommand.d.ts +11 -0
- package/dist-types/commands/CreateJobCommand.d.ts +43 -0
- package/dist-types/commands/CreateJobTemplateCommand.d.ts +43 -0
- package/dist-types/commands/CreatePresetCommand.d.ts +11 -0
- package/dist-types/commands/CreateQueueCommand.d.ts +11 -0
- package/dist-types/commands/DeleteJobTemplateCommand.d.ts +11 -0
- package/dist-types/commands/DeletePolicyCommand.d.ts +11 -0
- package/dist-types/commands/DeletePresetCommand.d.ts +11 -0
- package/dist-types/commands/DeleteQueueCommand.d.ts +11 -0
- package/dist-types/commands/DescribeEndpointsCommand.d.ts +11 -0
- package/dist-types/commands/DisassociateCertificateCommand.d.ts +11 -0
- package/dist-types/commands/GetJobCommand.d.ts +27 -0
- package/dist-types/commands/GetJobTemplateCommand.d.ts +27 -0
- package/dist-types/commands/GetPolicyCommand.d.ts +11 -0
- package/dist-types/commands/GetPresetCommand.d.ts +11 -0
- package/dist-types/commands/GetQueueCommand.d.ts +11 -0
- package/dist-types/commands/ListJobTemplatesCommand.d.ts +27 -0
- package/dist-types/commands/ListJobsCommand.d.ts +27 -0
- package/dist-types/commands/ListPresetsCommand.d.ts +11 -0
- package/dist-types/commands/ListQueuesCommand.d.ts +11 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +11 -0
- package/dist-types/commands/ListVersionsCommand.d.ts +11 -0
- package/dist-types/commands/PutPolicyCommand.d.ts +11 -0
- package/dist-types/commands/SearchJobsCommand.d.ts +27 -0
- package/dist-types/commands/TagResourceCommand.d.ts +11 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +11 -0
- package/dist-types/commands/UpdateJobTemplateCommand.d.ts +43 -0
- package/dist-types/commands/UpdatePresetCommand.d.ts +11 -0
- package/dist-types/commands/UpdateQueueCommand.d.ts +11 -0
- package/dist-types/models/models_0.d.ts +61 -62
- package/dist-types/models/models_1.d.ts +63 -110
- package/dist-types/models/models_2.d.ts +110 -1
- package/dist-types/ts3.4/commands/AssociateCertificateCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CancelJobCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateJobCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateJobTemplateCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreatePresetCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateQueueCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteJobTemplateCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeletePolicyCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeletePresetCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteQueueCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeEndpointsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DisassociateCertificateCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetJobCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetJobTemplateCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetPolicyCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetPresetCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetQueueCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListJobTemplatesCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListJobsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListPresetsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListQueuesCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListVersionsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/PutPolicyCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/SearchJobsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateJobTemplateCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdatePresetCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateQueueCommand.d.ts +12 -1
- package/dist-types/ts3.4/models/models_0.d.ts +29 -22
- package/dist-types/ts3.4/models/models_1.d.ts +28 -29
- package/dist-types/ts3.4/models/models_2.d.ts +28 -2
- package/package.json +35 -35
|
@@ -73,4 +73,15 @@ declare const DisassociateCertificateCommand_base: {
|
|
|
73
73
|
* @public
|
|
74
74
|
*/
|
|
75
75
|
export declare class DisassociateCertificateCommand extends DisassociateCertificateCommand_base {
|
|
76
|
+
/** @internal type navigation helper, not in runtime. */
|
|
77
|
+
protected static __types: {
|
|
78
|
+
api: {
|
|
79
|
+
input: DisassociateCertificateRequest;
|
|
80
|
+
output: {};
|
|
81
|
+
};
|
|
82
|
+
sdk: {
|
|
83
|
+
input: DisassociateCertificateCommandInput;
|
|
84
|
+
output: DisassociateCertificateCommandOutput;
|
|
85
|
+
};
|
|
86
|
+
};
|
|
76
87
|
}
|
|
@@ -475,6 +475,10 @@ declare const GetJobCommand_base: {
|
|
|
475
475
|
* // DashSignaledSystemIds: [ // __listOf__stringMin36Max36Pattern09aFAF809aFAF409aFAF409aFAF409aFAF12
|
|
476
476
|
* // "STRING_VALUE",
|
|
477
477
|
* // ],
|
|
478
|
+
* // EncryptionContractConfiguration: { // EncryptionContractConfiguration
|
|
479
|
+
* // SpekeAudioPreset: "PRESET_AUDIO_1" || "PRESET_AUDIO_2" || "PRESET_AUDIO_3" || "SHARED" || "UNENCRYPTED",
|
|
480
|
+
* // SpekeVideoPreset: "PRESET_VIDEO_1" || "PRESET_VIDEO_2" || "PRESET_VIDEO_3" || "PRESET_VIDEO_4" || "PRESET_VIDEO_5" || "PRESET_VIDEO_6" || "PRESET_VIDEO_7" || "PRESET_VIDEO_8" || "SHARED" || "UNENCRYPTED",
|
|
481
|
+
* // },
|
|
478
482
|
* // HlsSignaledSystemIds: [
|
|
479
483
|
* // "STRING_VALUE",
|
|
480
484
|
* // ],
|
|
@@ -547,6 +551,10 @@ declare const GetJobCommand_base: {
|
|
|
547
551
|
* // PlaybackDeviceCompatibility: "CENC_V1" || "UNENCRYPTED_SEI",
|
|
548
552
|
* // SpekeKeyProvider: { // SpekeKeyProvider
|
|
549
553
|
* // CertificateArn: "STRING_VALUE",
|
|
554
|
+
* // EncryptionContractConfiguration: {
|
|
555
|
+
* // SpekeAudioPreset: "PRESET_AUDIO_1" || "PRESET_AUDIO_2" || "PRESET_AUDIO_3" || "SHARED" || "UNENCRYPTED",
|
|
556
|
+
* // SpekeVideoPreset: "PRESET_VIDEO_1" || "PRESET_VIDEO_2" || "PRESET_VIDEO_3" || "PRESET_VIDEO_4" || "PRESET_VIDEO_5" || "PRESET_VIDEO_6" || "PRESET_VIDEO_7" || "PRESET_VIDEO_8" || "SHARED" || "UNENCRYPTED",
|
|
557
|
+
* // },
|
|
550
558
|
* // ResourceId: "STRING_VALUE",
|
|
551
559
|
* // SystemIds: [ // __listOf__stringPattern09aFAF809aFAF409aFAF409aFAF409aFAF12
|
|
552
560
|
* // "STRING_VALUE",
|
|
@@ -640,6 +648,10 @@ declare const GetJobCommand_base: {
|
|
|
640
648
|
* // OfflineEncrypted: "ENABLED" || "DISABLED",
|
|
641
649
|
* // SpekeKeyProvider: {
|
|
642
650
|
* // CertificateArn: "STRING_VALUE",
|
|
651
|
+
* // EncryptionContractConfiguration: {
|
|
652
|
+
* // SpekeAudioPreset: "PRESET_AUDIO_1" || "PRESET_AUDIO_2" || "PRESET_AUDIO_3" || "SHARED" || "UNENCRYPTED",
|
|
653
|
+
* // SpekeVideoPreset: "PRESET_VIDEO_1" || "PRESET_VIDEO_2" || "PRESET_VIDEO_3" || "PRESET_VIDEO_4" || "PRESET_VIDEO_5" || "PRESET_VIDEO_6" || "PRESET_VIDEO_7" || "PRESET_VIDEO_8" || "SHARED" || "UNENCRYPTED",
|
|
654
|
+
* // },
|
|
643
655
|
* // ResourceId: "STRING_VALUE",
|
|
644
656
|
* // SystemIds: [
|
|
645
657
|
* // "STRING_VALUE",
|
|
@@ -708,6 +720,10 @@ declare const GetJobCommand_base: {
|
|
|
708
720
|
* // Encryption: { // MsSmoothEncryptionSettings
|
|
709
721
|
* // SpekeKeyProvider: {
|
|
710
722
|
* // CertificateArn: "STRING_VALUE",
|
|
723
|
+
* // EncryptionContractConfiguration: {
|
|
724
|
+
* // SpekeAudioPreset: "PRESET_AUDIO_1" || "PRESET_AUDIO_2" || "PRESET_AUDIO_3" || "SHARED" || "UNENCRYPTED",
|
|
725
|
+
* // SpekeVideoPreset: "PRESET_VIDEO_1" || "PRESET_VIDEO_2" || "PRESET_VIDEO_3" || "PRESET_VIDEO_4" || "PRESET_VIDEO_5" || "PRESET_VIDEO_6" || "PRESET_VIDEO_7" || "PRESET_VIDEO_8" || "SHARED" || "UNENCRYPTED",
|
|
726
|
+
* // },
|
|
711
727
|
* // ResourceId: "STRING_VALUE",
|
|
712
728
|
* // SystemIds: [
|
|
713
729
|
* // "STRING_VALUE",
|
|
@@ -1617,4 +1633,15 @@ declare const GetJobCommand_base: {
|
|
|
1617
1633
|
* @public
|
|
1618
1634
|
*/
|
|
1619
1635
|
export declare class GetJobCommand extends GetJobCommand_base {
|
|
1636
|
+
/** @internal type navigation helper, not in runtime. */
|
|
1637
|
+
protected static __types: {
|
|
1638
|
+
api: {
|
|
1639
|
+
input: GetJobRequest;
|
|
1640
|
+
output: GetJobResponse;
|
|
1641
|
+
};
|
|
1642
|
+
sdk: {
|
|
1643
|
+
input: GetJobCommandInput;
|
|
1644
|
+
output: GetJobCommandOutput;
|
|
1645
|
+
};
|
|
1646
|
+
};
|
|
1620
1647
|
}
|
|
@@ -421,6 +421,10 @@ declare const GetJobTemplateCommand_base: {
|
|
|
421
421
|
* // DashSignaledSystemIds: [ // __listOf__stringMin36Max36Pattern09aFAF809aFAF409aFAF409aFAF409aFAF12
|
|
422
422
|
* // "STRING_VALUE",
|
|
423
423
|
* // ],
|
|
424
|
+
* // EncryptionContractConfiguration: { // EncryptionContractConfiguration
|
|
425
|
+
* // SpekeAudioPreset: "PRESET_AUDIO_1" || "PRESET_AUDIO_2" || "PRESET_AUDIO_3" || "SHARED" || "UNENCRYPTED",
|
|
426
|
+
* // SpekeVideoPreset: "PRESET_VIDEO_1" || "PRESET_VIDEO_2" || "PRESET_VIDEO_3" || "PRESET_VIDEO_4" || "PRESET_VIDEO_5" || "PRESET_VIDEO_6" || "PRESET_VIDEO_7" || "PRESET_VIDEO_8" || "SHARED" || "UNENCRYPTED",
|
|
427
|
+
* // },
|
|
424
428
|
* // HlsSignaledSystemIds: [
|
|
425
429
|
* // "STRING_VALUE",
|
|
426
430
|
* // ],
|
|
@@ -493,6 +497,10 @@ declare const GetJobTemplateCommand_base: {
|
|
|
493
497
|
* // PlaybackDeviceCompatibility: "CENC_V1" || "UNENCRYPTED_SEI",
|
|
494
498
|
* // SpekeKeyProvider: { // SpekeKeyProvider
|
|
495
499
|
* // CertificateArn: "STRING_VALUE",
|
|
500
|
+
* // EncryptionContractConfiguration: {
|
|
501
|
+
* // SpekeAudioPreset: "PRESET_AUDIO_1" || "PRESET_AUDIO_2" || "PRESET_AUDIO_3" || "SHARED" || "UNENCRYPTED",
|
|
502
|
+
* // SpekeVideoPreset: "PRESET_VIDEO_1" || "PRESET_VIDEO_2" || "PRESET_VIDEO_3" || "PRESET_VIDEO_4" || "PRESET_VIDEO_5" || "PRESET_VIDEO_6" || "PRESET_VIDEO_7" || "PRESET_VIDEO_8" || "SHARED" || "UNENCRYPTED",
|
|
503
|
+
* // },
|
|
496
504
|
* // ResourceId: "STRING_VALUE",
|
|
497
505
|
* // SystemIds: [ // __listOf__stringPattern09aFAF809aFAF409aFAF409aFAF409aFAF12
|
|
498
506
|
* // "STRING_VALUE",
|
|
@@ -586,6 +594,10 @@ declare const GetJobTemplateCommand_base: {
|
|
|
586
594
|
* // OfflineEncrypted: "ENABLED" || "DISABLED",
|
|
587
595
|
* // SpekeKeyProvider: {
|
|
588
596
|
* // CertificateArn: "STRING_VALUE",
|
|
597
|
+
* // EncryptionContractConfiguration: {
|
|
598
|
+
* // SpekeAudioPreset: "PRESET_AUDIO_1" || "PRESET_AUDIO_2" || "PRESET_AUDIO_3" || "SHARED" || "UNENCRYPTED",
|
|
599
|
+
* // SpekeVideoPreset: "PRESET_VIDEO_1" || "PRESET_VIDEO_2" || "PRESET_VIDEO_3" || "PRESET_VIDEO_4" || "PRESET_VIDEO_5" || "PRESET_VIDEO_6" || "PRESET_VIDEO_7" || "PRESET_VIDEO_8" || "SHARED" || "UNENCRYPTED",
|
|
600
|
+
* // },
|
|
589
601
|
* // ResourceId: "STRING_VALUE",
|
|
590
602
|
* // SystemIds: [
|
|
591
603
|
* // "STRING_VALUE",
|
|
@@ -654,6 +666,10 @@ declare const GetJobTemplateCommand_base: {
|
|
|
654
666
|
* // Encryption: { // MsSmoothEncryptionSettings
|
|
655
667
|
* // SpekeKeyProvider: {
|
|
656
668
|
* // CertificateArn: "STRING_VALUE",
|
|
669
|
+
* // EncryptionContractConfiguration: {
|
|
670
|
+
* // SpekeAudioPreset: "PRESET_AUDIO_1" || "PRESET_AUDIO_2" || "PRESET_AUDIO_3" || "SHARED" || "UNENCRYPTED",
|
|
671
|
+
* // SpekeVideoPreset: "PRESET_VIDEO_1" || "PRESET_VIDEO_2" || "PRESET_VIDEO_3" || "PRESET_VIDEO_4" || "PRESET_VIDEO_5" || "PRESET_VIDEO_6" || "PRESET_VIDEO_7" || "PRESET_VIDEO_8" || "SHARED" || "UNENCRYPTED",
|
|
672
|
+
* // },
|
|
657
673
|
* // ResourceId: "STRING_VALUE",
|
|
658
674
|
* // SystemIds: [
|
|
659
675
|
* // "STRING_VALUE",
|
|
@@ -1548,4 +1564,15 @@ declare const GetJobTemplateCommand_base: {
|
|
|
1548
1564
|
* @public
|
|
1549
1565
|
*/
|
|
1550
1566
|
export declare class GetJobTemplateCommand extends GetJobTemplateCommand_base {
|
|
1567
|
+
/** @internal type navigation helper, not in runtime. */
|
|
1568
|
+
protected static __types: {
|
|
1569
|
+
api: {
|
|
1570
|
+
input: GetJobTemplateRequest;
|
|
1571
|
+
output: GetJobTemplateResponse;
|
|
1572
|
+
};
|
|
1573
|
+
sdk: {
|
|
1574
|
+
input: GetJobTemplateCommandInput;
|
|
1575
|
+
output: GetJobTemplateCommandOutput;
|
|
1576
|
+
};
|
|
1577
|
+
};
|
|
1551
1578
|
}
|
|
@@ -77,4 +77,15 @@ declare const GetPolicyCommand_base: {
|
|
|
77
77
|
* @public
|
|
78
78
|
*/
|
|
79
79
|
export declare class GetPolicyCommand extends GetPolicyCommand_base {
|
|
80
|
+
/** @internal type navigation helper, not in runtime. */
|
|
81
|
+
protected static __types: {
|
|
82
|
+
api: {
|
|
83
|
+
input: {};
|
|
84
|
+
output: GetPolicyResponse;
|
|
85
|
+
};
|
|
86
|
+
sdk: {
|
|
87
|
+
input: GetPolicyCommandInput;
|
|
88
|
+
output: GetPolicyCommandOutput;
|
|
89
|
+
};
|
|
90
|
+
};
|
|
80
91
|
}
|
|
@@ -893,4 +893,15 @@ declare const GetPresetCommand_base: {
|
|
|
893
893
|
* @public
|
|
894
894
|
*/
|
|
895
895
|
export declare class GetPresetCommand extends GetPresetCommand_base {
|
|
896
|
+
/** @internal type navigation helper, not in runtime. */
|
|
897
|
+
protected static __types: {
|
|
898
|
+
api: {
|
|
899
|
+
input: GetPresetRequest;
|
|
900
|
+
output: GetPresetResponse;
|
|
901
|
+
};
|
|
902
|
+
sdk: {
|
|
903
|
+
input: GetPresetCommandInput;
|
|
904
|
+
output: GetPresetCommandOutput;
|
|
905
|
+
};
|
|
906
|
+
};
|
|
896
907
|
}
|
|
@@ -94,4 +94,15 @@ declare const GetQueueCommand_base: {
|
|
|
94
94
|
* @public
|
|
95
95
|
*/
|
|
96
96
|
export declare class GetQueueCommand extends GetQueueCommand_base {
|
|
97
|
+
/** @internal type navigation helper, not in runtime. */
|
|
98
|
+
protected static __types: {
|
|
99
|
+
api: {
|
|
100
|
+
input: GetQueueRequest;
|
|
101
|
+
output: GetQueueResponse;
|
|
102
|
+
};
|
|
103
|
+
sdk: {
|
|
104
|
+
input: GetQueueCommandInput;
|
|
105
|
+
output: GetQueueCommandOutput;
|
|
106
|
+
};
|
|
107
|
+
};
|
|
97
108
|
}
|
|
@@ -426,6 +426,10 @@ declare const ListJobTemplatesCommand_base: {
|
|
|
426
426
|
* // DashSignaledSystemIds: [ // __listOf__stringMin36Max36Pattern09aFAF809aFAF409aFAF409aFAF409aFAF12
|
|
427
427
|
* // "STRING_VALUE",
|
|
428
428
|
* // ],
|
|
429
|
+
* // EncryptionContractConfiguration: { // EncryptionContractConfiguration
|
|
430
|
+
* // SpekeAudioPreset: "PRESET_AUDIO_1" || "PRESET_AUDIO_2" || "PRESET_AUDIO_3" || "SHARED" || "UNENCRYPTED",
|
|
431
|
+
* // SpekeVideoPreset: "PRESET_VIDEO_1" || "PRESET_VIDEO_2" || "PRESET_VIDEO_3" || "PRESET_VIDEO_4" || "PRESET_VIDEO_5" || "PRESET_VIDEO_6" || "PRESET_VIDEO_7" || "PRESET_VIDEO_8" || "SHARED" || "UNENCRYPTED",
|
|
432
|
+
* // },
|
|
429
433
|
* // HlsSignaledSystemIds: [
|
|
430
434
|
* // "STRING_VALUE",
|
|
431
435
|
* // ],
|
|
@@ -498,6 +502,10 @@ declare const ListJobTemplatesCommand_base: {
|
|
|
498
502
|
* // PlaybackDeviceCompatibility: "CENC_V1" || "UNENCRYPTED_SEI",
|
|
499
503
|
* // SpekeKeyProvider: { // SpekeKeyProvider
|
|
500
504
|
* // CertificateArn: "STRING_VALUE",
|
|
505
|
+
* // EncryptionContractConfiguration: {
|
|
506
|
+
* // SpekeAudioPreset: "PRESET_AUDIO_1" || "PRESET_AUDIO_2" || "PRESET_AUDIO_3" || "SHARED" || "UNENCRYPTED",
|
|
507
|
+
* // SpekeVideoPreset: "PRESET_VIDEO_1" || "PRESET_VIDEO_2" || "PRESET_VIDEO_3" || "PRESET_VIDEO_4" || "PRESET_VIDEO_5" || "PRESET_VIDEO_6" || "PRESET_VIDEO_7" || "PRESET_VIDEO_8" || "SHARED" || "UNENCRYPTED",
|
|
508
|
+
* // },
|
|
501
509
|
* // ResourceId: "STRING_VALUE",
|
|
502
510
|
* // SystemIds: [ // __listOf__stringPattern09aFAF809aFAF409aFAF409aFAF409aFAF12
|
|
503
511
|
* // "STRING_VALUE",
|
|
@@ -591,6 +599,10 @@ declare const ListJobTemplatesCommand_base: {
|
|
|
591
599
|
* // OfflineEncrypted: "ENABLED" || "DISABLED",
|
|
592
600
|
* // SpekeKeyProvider: {
|
|
593
601
|
* // CertificateArn: "STRING_VALUE",
|
|
602
|
+
* // EncryptionContractConfiguration: {
|
|
603
|
+
* // SpekeAudioPreset: "PRESET_AUDIO_1" || "PRESET_AUDIO_2" || "PRESET_AUDIO_3" || "SHARED" || "UNENCRYPTED",
|
|
604
|
+
* // SpekeVideoPreset: "PRESET_VIDEO_1" || "PRESET_VIDEO_2" || "PRESET_VIDEO_3" || "PRESET_VIDEO_4" || "PRESET_VIDEO_5" || "PRESET_VIDEO_6" || "PRESET_VIDEO_7" || "PRESET_VIDEO_8" || "SHARED" || "UNENCRYPTED",
|
|
605
|
+
* // },
|
|
594
606
|
* // ResourceId: "STRING_VALUE",
|
|
595
607
|
* // SystemIds: [
|
|
596
608
|
* // "STRING_VALUE",
|
|
@@ -659,6 +671,10 @@ declare const ListJobTemplatesCommand_base: {
|
|
|
659
671
|
* // Encryption: { // MsSmoothEncryptionSettings
|
|
660
672
|
* // SpekeKeyProvider: {
|
|
661
673
|
* // CertificateArn: "STRING_VALUE",
|
|
674
|
+
* // EncryptionContractConfiguration: {
|
|
675
|
+
* // SpekeAudioPreset: "PRESET_AUDIO_1" || "PRESET_AUDIO_2" || "PRESET_AUDIO_3" || "SHARED" || "UNENCRYPTED",
|
|
676
|
+
* // SpekeVideoPreset: "PRESET_VIDEO_1" || "PRESET_VIDEO_2" || "PRESET_VIDEO_3" || "PRESET_VIDEO_4" || "PRESET_VIDEO_5" || "PRESET_VIDEO_6" || "PRESET_VIDEO_7" || "PRESET_VIDEO_8" || "SHARED" || "UNENCRYPTED",
|
|
677
|
+
* // },
|
|
662
678
|
* // ResourceId: "STRING_VALUE",
|
|
663
679
|
* // SystemIds: [
|
|
664
680
|
* // "STRING_VALUE",
|
|
@@ -1555,4 +1571,15 @@ declare const ListJobTemplatesCommand_base: {
|
|
|
1555
1571
|
* @public
|
|
1556
1572
|
*/
|
|
1557
1573
|
export declare class ListJobTemplatesCommand extends ListJobTemplatesCommand_base {
|
|
1574
|
+
/** @internal type navigation helper, not in runtime. */
|
|
1575
|
+
protected static __types: {
|
|
1576
|
+
api: {
|
|
1577
|
+
input: ListJobTemplatesRequest;
|
|
1578
|
+
output: ListJobTemplatesResponse;
|
|
1579
|
+
};
|
|
1580
|
+
sdk: {
|
|
1581
|
+
input: ListJobTemplatesCommandInput;
|
|
1582
|
+
output: ListJobTemplatesCommandOutput;
|
|
1583
|
+
};
|
|
1584
|
+
};
|
|
1558
1585
|
}
|
|
@@ -480,6 +480,10 @@ declare const ListJobsCommand_base: {
|
|
|
480
480
|
* // DashSignaledSystemIds: [ // __listOf__stringMin36Max36Pattern09aFAF809aFAF409aFAF409aFAF409aFAF12
|
|
481
481
|
* // "STRING_VALUE",
|
|
482
482
|
* // ],
|
|
483
|
+
* // EncryptionContractConfiguration: { // EncryptionContractConfiguration
|
|
484
|
+
* // SpekeAudioPreset: "PRESET_AUDIO_1" || "PRESET_AUDIO_2" || "PRESET_AUDIO_3" || "SHARED" || "UNENCRYPTED",
|
|
485
|
+
* // SpekeVideoPreset: "PRESET_VIDEO_1" || "PRESET_VIDEO_2" || "PRESET_VIDEO_3" || "PRESET_VIDEO_4" || "PRESET_VIDEO_5" || "PRESET_VIDEO_6" || "PRESET_VIDEO_7" || "PRESET_VIDEO_8" || "SHARED" || "UNENCRYPTED",
|
|
486
|
+
* // },
|
|
483
487
|
* // HlsSignaledSystemIds: [
|
|
484
488
|
* // "STRING_VALUE",
|
|
485
489
|
* // ],
|
|
@@ -552,6 +556,10 @@ declare const ListJobsCommand_base: {
|
|
|
552
556
|
* // PlaybackDeviceCompatibility: "CENC_V1" || "UNENCRYPTED_SEI",
|
|
553
557
|
* // SpekeKeyProvider: { // SpekeKeyProvider
|
|
554
558
|
* // CertificateArn: "STRING_VALUE",
|
|
559
|
+
* // EncryptionContractConfiguration: {
|
|
560
|
+
* // SpekeAudioPreset: "PRESET_AUDIO_1" || "PRESET_AUDIO_2" || "PRESET_AUDIO_3" || "SHARED" || "UNENCRYPTED",
|
|
561
|
+
* // SpekeVideoPreset: "PRESET_VIDEO_1" || "PRESET_VIDEO_2" || "PRESET_VIDEO_3" || "PRESET_VIDEO_4" || "PRESET_VIDEO_5" || "PRESET_VIDEO_6" || "PRESET_VIDEO_7" || "PRESET_VIDEO_8" || "SHARED" || "UNENCRYPTED",
|
|
562
|
+
* // },
|
|
555
563
|
* // ResourceId: "STRING_VALUE",
|
|
556
564
|
* // SystemIds: [ // __listOf__stringPattern09aFAF809aFAF409aFAF409aFAF409aFAF12
|
|
557
565
|
* // "STRING_VALUE",
|
|
@@ -645,6 +653,10 @@ declare const ListJobsCommand_base: {
|
|
|
645
653
|
* // OfflineEncrypted: "ENABLED" || "DISABLED",
|
|
646
654
|
* // SpekeKeyProvider: {
|
|
647
655
|
* // CertificateArn: "STRING_VALUE",
|
|
656
|
+
* // EncryptionContractConfiguration: {
|
|
657
|
+
* // SpekeAudioPreset: "PRESET_AUDIO_1" || "PRESET_AUDIO_2" || "PRESET_AUDIO_3" || "SHARED" || "UNENCRYPTED",
|
|
658
|
+
* // SpekeVideoPreset: "PRESET_VIDEO_1" || "PRESET_VIDEO_2" || "PRESET_VIDEO_3" || "PRESET_VIDEO_4" || "PRESET_VIDEO_5" || "PRESET_VIDEO_6" || "PRESET_VIDEO_7" || "PRESET_VIDEO_8" || "SHARED" || "UNENCRYPTED",
|
|
659
|
+
* // },
|
|
648
660
|
* // ResourceId: "STRING_VALUE",
|
|
649
661
|
* // SystemIds: [
|
|
650
662
|
* // "STRING_VALUE",
|
|
@@ -713,6 +725,10 @@ declare const ListJobsCommand_base: {
|
|
|
713
725
|
* // Encryption: { // MsSmoothEncryptionSettings
|
|
714
726
|
* // SpekeKeyProvider: {
|
|
715
727
|
* // CertificateArn: "STRING_VALUE",
|
|
728
|
+
* // EncryptionContractConfiguration: {
|
|
729
|
+
* // SpekeAudioPreset: "PRESET_AUDIO_1" || "PRESET_AUDIO_2" || "PRESET_AUDIO_3" || "SHARED" || "UNENCRYPTED",
|
|
730
|
+
* // SpekeVideoPreset: "PRESET_VIDEO_1" || "PRESET_VIDEO_2" || "PRESET_VIDEO_3" || "PRESET_VIDEO_4" || "PRESET_VIDEO_5" || "PRESET_VIDEO_6" || "PRESET_VIDEO_7" || "PRESET_VIDEO_8" || "SHARED" || "UNENCRYPTED",
|
|
731
|
+
* // },
|
|
716
732
|
* // ResourceId: "STRING_VALUE",
|
|
717
733
|
* // SystemIds: [
|
|
718
734
|
* // "STRING_VALUE",
|
|
@@ -1624,4 +1640,15 @@ declare const ListJobsCommand_base: {
|
|
|
1624
1640
|
* @public
|
|
1625
1641
|
*/
|
|
1626
1642
|
export declare class ListJobsCommand extends ListJobsCommand_base {
|
|
1643
|
+
/** @internal type navigation helper, not in runtime. */
|
|
1644
|
+
protected static __types: {
|
|
1645
|
+
api: {
|
|
1646
|
+
input: ListJobsRequest;
|
|
1647
|
+
output: ListJobsResponse;
|
|
1648
|
+
};
|
|
1649
|
+
sdk: {
|
|
1650
|
+
input: ListJobsCommandInput;
|
|
1651
|
+
output: ListJobsCommandOutput;
|
|
1652
|
+
};
|
|
1653
|
+
};
|
|
1627
1654
|
}
|
|
@@ -900,4 +900,15 @@ declare const ListPresetsCommand_base: {
|
|
|
900
900
|
* @public
|
|
901
901
|
*/
|
|
902
902
|
export declare class ListPresetsCommand extends ListPresetsCommand_base {
|
|
903
|
+
/** @internal type navigation helper, not in runtime. */
|
|
904
|
+
protected static __types: {
|
|
905
|
+
api: {
|
|
906
|
+
input: ListPresetsRequest;
|
|
907
|
+
output: ListPresetsResponse;
|
|
908
|
+
};
|
|
909
|
+
sdk: {
|
|
910
|
+
input: ListPresetsCommandInput;
|
|
911
|
+
output: ListPresetsCommandOutput;
|
|
912
|
+
};
|
|
913
|
+
};
|
|
903
914
|
}
|
|
@@ -100,4 +100,15 @@ declare const ListQueuesCommand_base: {
|
|
|
100
100
|
* @public
|
|
101
101
|
*/
|
|
102
102
|
export declare class ListQueuesCommand extends ListQueuesCommand_base {
|
|
103
|
+
/** @internal type navigation helper, not in runtime. */
|
|
104
|
+
protected static __types: {
|
|
105
|
+
api: {
|
|
106
|
+
input: ListQueuesRequest;
|
|
107
|
+
output: ListQueuesResponse;
|
|
108
|
+
};
|
|
109
|
+
sdk: {
|
|
110
|
+
input: ListQueuesCommandInput;
|
|
111
|
+
output: ListQueuesCommandOutput;
|
|
112
|
+
};
|
|
113
|
+
};
|
|
103
114
|
}
|
|
@@ -80,4 +80,15 @@ declare const ListTagsForResourceCommand_base: {
|
|
|
80
80
|
* @public
|
|
81
81
|
*/
|
|
82
82
|
export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
|
|
83
|
+
/** @internal type navigation helper, not in runtime. */
|
|
84
|
+
protected static __types: {
|
|
85
|
+
api: {
|
|
86
|
+
input: ListTagsForResourceRequest;
|
|
87
|
+
output: ListTagsForResourceResponse;
|
|
88
|
+
};
|
|
89
|
+
sdk: {
|
|
90
|
+
input: ListTagsForResourceCommandInput;
|
|
91
|
+
output: ListTagsForResourceCommandOutput;
|
|
92
|
+
};
|
|
93
|
+
};
|
|
83
94
|
}
|
|
@@ -82,4 +82,15 @@ declare const ListVersionsCommand_base: {
|
|
|
82
82
|
* @public
|
|
83
83
|
*/
|
|
84
84
|
export declare class ListVersionsCommand extends ListVersionsCommand_base {
|
|
85
|
+
/** @internal type navigation helper, not in runtime. */
|
|
86
|
+
protected static __types: {
|
|
87
|
+
api: {
|
|
88
|
+
input: ListVersionsRequest;
|
|
89
|
+
output: ListVersionsResponse;
|
|
90
|
+
};
|
|
91
|
+
sdk: {
|
|
92
|
+
input: ListVersionsCommandInput;
|
|
93
|
+
output: ListVersionsCommandOutput;
|
|
94
|
+
};
|
|
95
|
+
};
|
|
85
96
|
}
|
|
@@ -83,4 +83,15 @@ declare const PutPolicyCommand_base: {
|
|
|
83
83
|
* @public
|
|
84
84
|
*/
|
|
85
85
|
export declare class PutPolicyCommand extends PutPolicyCommand_base {
|
|
86
|
+
/** @internal type navigation helper, not in runtime. */
|
|
87
|
+
protected static __types: {
|
|
88
|
+
api: {
|
|
89
|
+
input: PutPolicyRequest;
|
|
90
|
+
output: PutPolicyResponse;
|
|
91
|
+
};
|
|
92
|
+
sdk: {
|
|
93
|
+
input: PutPolicyCommandInput;
|
|
94
|
+
output: PutPolicyCommandOutput;
|
|
95
|
+
};
|
|
96
|
+
};
|
|
86
97
|
}
|
|
@@ -481,6 +481,10 @@ declare const SearchJobsCommand_base: {
|
|
|
481
481
|
* // DashSignaledSystemIds: [ // __listOf__stringMin36Max36Pattern09aFAF809aFAF409aFAF409aFAF409aFAF12
|
|
482
482
|
* // "STRING_VALUE",
|
|
483
483
|
* // ],
|
|
484
|
+
* // EncryptionContractConfiguration: { // EncryptionContractConfiguration
|
|
485
|
+
* // SpekeAudioPreset: "PRESET_AUDIO_1" || "PRESET_AUDIO_2" || "PRESET_AUDIO_3" || "SHARED" || "UNENCRYPTED",
|
|
486
|
+
* // SpekeVideoPreset: "PRESET_VIDEO_1" || "PRESET_VIDEO_2" || "PRESET_VIDEO_3" || "PRESET_VIDEO_4" || "PRESET_VIDEO_5" || "PRESET_VIDEO_6" || "PRESET_VIDEO_7" || "PRESET_VIDEO_8" || "SHARED" || "UNENCRYPTED",
|
|
487
|
+
* // },
|
|
484
488
|
* // HlsSignaledSystemIds: [
|
|
485
489
|
* // "STRING_VALUE",
|
|
486
490
|
* // ],
|
|
@@ -553,6 +557,10 @@ declare const SearchJobsCommand_base: {
|
|
|
553
557
|
* // PlaybackDeviceCompatibility: "CENC_V1" || "UNENCRYPTED_SEI",
|
|
554
558
|
* // SpekeKeyProvider: { // SpekeKeyProvider
|
|
555
559
|
* // CertificateArn: "STRING_VALUE",
|
|
560
|
+
* // EncryptionContractConfiguration: {
|
|
561
|
+
* // SpekeAudioPreset: "PRESET_AUDIO_1" || "PRESET_AUDIO_2" || "PRESET_AUDIO_3" || "SHARED" || "UNENCRYPTED",
|
|
562
|
+
* // SpekeVideoPreset: "PRESET_VIDEO_1" || "PRESET_VIDEO_2" || "PRESET_VIDEO_3" || "PRESET_VIDEO_4" || "PRESET_VIDEO_5" || "PRESET_VIDEO_6" || "PRESET_VIDEO_7" || "PRESET_VIDEO_8" || "SHARED" || "UNENCRYPTED",
|
|
563
|
+
* // },
|
|
556
564
|
* // ResourceId: "STRING_VALUE",
|
|
557
565
|
* // SystemIds: [ // __listOf__stringPattern09aFAF809aFAF409aFAF409aFAF409aFAF12
|
|
558
566
|
* // "STRING_VALUE",
|
|
@@ -646,6 +654,10 @@ declare const SearchJobsCommand_base: {
|
|
|
646
654
|
* // OfflineEncrypted: "ENABLED" || "DISABLED",
|
|
647
655
|
* // SpekeKeyProvider: {
|
|
648
656
|
* // CertificateArn: "STRING_VALUE",
|
|
657
|
+
* // EncryptionContractConfiguration: {
|
|
658
|
+
* // SpekeAudioPreset: "PRESET_AUDIO_1" || "PRESET_AUDIO_2" || "PRESET_AUDIO_3" || "SHARED" || "UNENCRYPTED",
|
|
659
|
+
* // SpekeVideoPreset: "PRESET_VIDEO_1" || "PRESET_VIDEO_2" || "PRESET_VIDEO_3" || "PRESET_VIDEO_4" || "PRESET_VIDEO_5" || "PRESET_VIDEO_6" || "PRESET_VIDEO_7" || "PRESET_VIDEO_8" || "SHARED" || "UNENCRYPTED",
|
|
660
|
+
* // },
|
|
649
661
|
* // ResourceId: "STRING_VALUE",
|
|
650
662
|
* // SystemIds: [
|
|
651
663
|
* // "STRING_VALUE",
|
|
@@ -714,6 +726,10 @@ declare const SearchJobsCommand_base: {
|
|
|
714
726
|
* // Encryption: { // MsSmoothEncryptionSettings
|
|
715
727
|
* // SpekeKeyProvider: {
|
|
716
728
|
* // CertificateArn: "STRING_VALUE",
|
|
729
|
+
* // EncryptionContractConfiguration: {
|
|
730
|
+
* // SpekeAudioPreset: "PRESET_AUDIO_1" || "PRESET_AUDIO_2" || "PRESET_AUDIO_3" || "SHARED" || "UNENCRYPTED",
|
|
731
|
+
* // SpekeVideoPreset: "PRESET_VIDEO_1" || "PRESET_VIDEO_2" || "PRESET_VIDEO_3" || "PRESET_VIDEO_4" || "PRESET_VIDEO_5" || "PRESET_VIDEO_6" || "PRESET_VIDEO_7" || "PRESET_VIDEO_8" || "SHARED" || "UNENCRYPTED",
|
|
732
|
+
* // },
|
|
717
733
|
* // ResourceId: "STRING_VALUE",
|
|
718
734
|
* // SystemIds: [
|
|
719
735
|
* // "STRING_VALUE",
|
|
@@ -1625,4 +1641,15 @@ declare const SearchJobsCommand_base: {
|
|
|
1625
1641
|
* @public
|
|
1626
1642
|
*/
|
|
1627
1643
|
export declare class SearchJobsCommand extends SearchJobsCommand_base {
|
|
1644
|
+
/** @internal type navigation helper, not in runtime. */
|
|
1645
|
+
protected static __types: {
|
|
1646
|
+
api: {
|
|
1647
|
+
input: SearchJobsRequest;
|
|
1648
|
+
output: SearchJobsResponse;
|
|
1649
|
+
};
|
|
1650
|
+
sdk: {
|
|
1651
|
+
input: SearchJobsCommandInput;
|
|
1652
|
+
output: SearchJobsCommandOutput;
|
|
1653
|
+
};
|
|
1654
|
+
};
|
|
1628
1655
|
}
|
|
@@ -76,4 +76,15 @@ declare const TagResourceCommand_base: {
|
|
|
76
76
|
* @public
|
|
77
77
|
*/
|
|
78
78
|
export declare class TagResourceCommand extends TagResourceCommand_base {
|
|
79
|
+
/** @internal type navigation helper, not in runtime. */
|
|
80
|
+
protected static __types: {
|
|
81
|
+
api: {
|
|
82
|
+
input: TagResourceRequest;
|
|
83
|
+
output: {};
|
|
84
|
+
};
|
|
85
|
+
sdk: {
|
|
86
|
+
input: TagResourceCommandInput;
|
|
87
|
+
output: TagResourceCommandOutput;
|
|
88
|
+
};
|
|
89
|
+
};
|
|
79
90
|
}
|
|
@@ -76,4 +76,15 @@ declare const UntagResourceCommand_base: {
|
|
|
76
76
|
* @public
|
|
77
77
|
*/
|
|
78
78
|
export declare class UntagResourceCommand extends UntagResourceCommand_base {
|
|
79
|
+
/** @internal type navigation helper, not in runtime. */
|
|
80
|
+
protected static __types: {
|
|
81
|
+
api: {
|
|
82
|
+
input: UntagResourceRequest;
|
|
83
|
+
output: {};
|
|
84
|
+
};
|
|
85
|
+
sdk: {
|
|
86
|
+
input: UntagResourceCommandInput;
|
|
87
|
+
output: UntagResourceCommandOutput;
|
|
88
|
+
};
|
|
89
|
+
};
|
|
79
90
|
}
|
|
@@ -412,6 +412,10 @@ declare const UpdateJobTemplateCommand_base: {
|
|
|
412
412
|
* DashSignaledSystemIds: [ // __listOf__stringMin36Max36Pattern09aFAF809aFAF409aFAF409aFAF409aFAF12
|
|
413
413
|
* "STRING_VALUE",
|
|
414
414
|
* ],
|
|
415
|
+
* EncryptionContractConfiguration: { // EncryptionContractConfiguration
|
|
416
|
+
* SpekeAudioPreset: "PRESET_AUDIO_1" || "PRESET_AUDIO_2" || "PRESET_AUDIO_3" || "SHARED" || "UNENCRYPTED",
|
|
417
|
+
* SpekeVideoPreset: "PRESET_VIDEO_1" || "PRESET_VIDEO_2" || "PRESET_VIDEO_3" || "PRESET_VIDEO_4" || "PRESET_VIDEO_5" || "PRESET_VIDEO_6" || "PRESET_VIDEO_7" || "PRESET_VIDEO_8" || "SHARED" || "UNENCRYPTED",
|
|
418
|
+
* },
|
|
415
419
|
* HlsSignaledSystemIds: [
|
|
416
420
|
* "STRING_VALUE",
|
|
417
421
|
* ],
|
|
@@ -484,6 +488,10 @@ declare const UpdateJobTemplateCommand_base: {
|
|
|
484
488
|
* PlaybackDeviceCompatibility: "CENC_V1" || "UNENCRYPTED_SEI",
|
|
485
489
|
* SpekeKeyProvider: { // SpekeKeyProvider
|
|
486
490
|
* CertificateArn: "STRING_VALUE",
|
|
491
|
+
* EncryptionContractConfiguration: {
|
|
492
|
+
* SpekeAudioPreset: "PRESET_AUDIO_1" || "PRESET_AUDIO_2" || "PRESET_AUDIO_3" || "SHARED" || "UNENCRYPTED",
|
|
493
|
+
* SpekeVideoPreset: "PRESET_VIDEO_1" || "PRESET_VIDEO_2" || "PRESET_VIDEO_3" || "PRESET_VIDEO_4" || "PRESET_VIDEO_5" || "PRESET_VIDEO_6" || "PRESET_VIDEO_7" || "PRESET_VIDEO_8" || "SHARED" || "UNENCRYPTED",
|
|
494
|
+
* },
|
|
487
495
|
* ResourceId: "STRING_VALUE",
|
|
488
496
|
* SystemIds: [ // __listOf__stringPattern09aFAF809aFAF409aFAF409aFAF409aFAF12
|
|
489
497
|
* "STRING_VALUE",
|
|
@@ -577,6 +585,10 @@ declare const UpdateJobTemplateCommand_base: {
|
|
|
577
585
|
* OfflineEncrypted: "ENABLED" || "DISABLED",
|
|
578
586
|
* SpekeKeyProvider: {
|
|
579
587
|
* CertificateArn: "STRING_VALUE",
|
|
588
|
+
* EncryptionContractConfiguration: {
|
|
589
|
+
* SpekeAudioPreset: "PRESET_AUDIO_1" || "PRESET_AUDIO_2" || "PRESET_AUDIO_3" || "SHARED" || "UNENCRYPTED",
|
|
590
|
+
* SpekeVideoPreset: "PRESET_VIDEO_1" || "PRESET_VIDEO_2" || "PRESET_VIDEO_3" || "PRESET_VIDEO_4" || "PRESET_VIDEO_5" || "PRESET_VIDEO_6" || "PRESET_VIDEO_7" || "PRESET_VIDEO_8" || "SHARED" || "UNENCRYPTED",
|
|
591
|
+
* },
|
|
580
592
|
* ResourceId: "STRING_VALUE",
|
|
581
593
|
* SystemIds: [
|
|
582
594
|
* "STRING_VALUE",
|
|
@@ -645,6 +657,10 @@ declare const UpdateJobTemplateCommand_base: {
|
|
|
645
657
|
* Encryption: { // MsSmoothEncryptionSettings
|
|
646
658
|
* SpekeKeyProvider: {
|
|
647
659
|
* CertificateArn: "STRING_VALUE",
|
|
660
|
+
* EncryptionContractConfiguration: {
|
|
661
|
+
* SpekeAudioPreset: "PRESET_AUDIO_1" || "PRESET_AUDIO_2" || "PRESET_AUDIO_3" || "SHARED" || "UNENCRYPTED",
|
|
662
|
+
* SpekeVideoPreset: "PRESET_VIDEO_1" || "PRESET_VIDEO_2" || "PRESET_VIDEO_3" || "PRESET_VIDEO_4" || "PRESET_VIDEO_5" || "PRESET_VIDEO_6" || "PRESET_VIDEO_7" || "PRESET_VIDEO_8" || "SHARED" || "UNENCRYPTED",
|
|
663
|
+
* },
|
|
648
664
|
* ResourceId: "STRING_VALUE",
|
|
649
665
|
* SystemIds: [
|
|
650
666
|
* "STRING_VALUE",
|
|
@@ -1888,6 +1904,10 @@ declare const UpdateJobTemplateCommand_base: {
|
|
|
1888
1904
|
* // DashSignaledSystemIds: [ // __listOf__stringMin36Max36Pattern09aFAF809aFAF409aFAF409aFAF409aFAF12
|
|
1889
1905
|
* // "STRING_VALUE",
|
|
1890
1906
|
* // ],
|
|
1907
|
+
* // EncryptionContractConfiguration: { // EncryptionContractConfiguration
|
|
1908
|
+
* // SpekeAudioPreset: "PRESET_AUDIO_1" || "PRESET_AUDIO_2" || "PRESET_AUDIO_3" || "SHARED" || "UNENCRYPTED",
|
|
1909
|
+
* // SpekeVideoPreset: "PRESET_VIDEO_1" || "PRESET_VIDEO_2" || "PRESET_VIDEO_3" || "PRESET_VIDEO_4" || "PRESET_VIDEO_5" || "PRESET_VIDEO_6" || "PRESET_VIDEO_7" || "PRESET_VIDEO_8" || "SHARED" || "UNENCRYPTED",
|
|
1910
|
+
* // },
|
|
1891
1911
|
* // HlsSignaledSystemIds: [
|
|
1892
1912
|
* // "STRING_VALUE",
|
|
1893
1913
|
* // ],
|
|
@@ -1960,6 +1980,10 @@ declare const UpdateJobTemplateCommand_base: {
|
|
|
1960
1980
|
* // PlaybackDeviceCompatibility: "CENC_V1" || "UNENCRYPTED_SEI",
|
|
1961
1981
|
* // SpekeKeyProvider: { // SpekeKeyProvider
|
|
1962
1982
|
* // CertificateArn: "STRING_VALUE",
|
|
1983
|
+
* // EncryptionContractConfiguration: {
|
|
1984
|
+
* // SpekeAudioPreset: "PRESET_AUDIO_1" || "PRESET_AUDIO_2" || "PRESET_AUDIO_3" || "SHARED" || "UNENCRYPTED",
|
|
1985
|
+
* // SpekeVideoPreset: "PRESET_VIDEO_1" || "PRESET_VIDEO_2" || "PRESET_VIDEO_3" || "PRESET_VIDEO_4" || "PRESET_VIDEO_5" || "PRESET_VIDEO_6" || "PRESET_VIDEO_7" || "PRESET_VIDEO_8" || "SHARED" || "UNENCRYPTED",
|
|
1986
|
+
* // },
|
|
1963
1987
|
* // ResourceId: "STRING_VALUE",
|
|
1964
1988
|
* // SystemIds: [ // __listOf__stringPattern09aFAF809aFAF409aFAF409aFAF409aFAF12
|
|
1965
1989
|
* // "STRING_VALUE",
|
|
@@ -2053,6 +2077,10 @@ declare const UpdateJobTemplateCommand_base: {
|
|
|
2053
2077
|
* // OfflineEncrypted: "ENABLED" || "DISABLED",
|
|
2054
2078
|
* // SpekeKeyProvider: {
|
|
2055
2079
|
* // CertificateArn: "STRING_VALUE",
|
|
2080
|
+
* // EncryptionContractConfiguration: {
|
|
2081
|
+
* // SpekeAudioPreset: "PRESET_AUDIO_1" || "PRESET_AUDIO_2" || "PRESET_AUDIO_3" || "SHARED" || "UNENCRYPTED",
|
|
2082
|
+
* // SpekeVideoPreset: "PRESET_VIDEO_1" || "PRESET_VIDEO_2" || "PRESET_VIDEO_3" || "PRESET_VIDEO_4" || "PRESET_VIDEO_5" || "PRESET_VIDEO_6" || "PRESET_VIDEO_7" || "PRESET_VIDEO_8" || "SHARED" || "UNENCRYPTED",
|
|
2083
|
+
* // },
|
|
2056
2084
|
* // ResourceId: "STRING_VALUE",
|
|
2057
2085
|
* // SystemIds: [
|
|
2058
2086
|
* // "STRING_VALUE",
|
|
@@ -2121,6 +2149,10 @@ declare const UpdateJobTemplateCommand_base: {
|
|
|
2121
2149
|
* // Encryption: { // MsSmoothEncryptionSettings
|
|
2122
2150
|
* // SpekeKeyProvider: {
|
|
2123
2151
|
* // CertificateArn: "STRING_VALUE",
|
|
2152
|
+
* // EncryptionContractConfiguration: {
|
|
2153
|
+
* // SpekeAudioPreset: "PRESET_AUDIO_1" || "PRESET_AUDIO_2" || "PRESET_AUDIO_3" || "SHARED" || "UNENCRYPTED",
|
|
2154
|
+
* // SpekeVideoPreset: "PRESET_VIDEO_1" || "PRESET_VIDEO_2" || "PRESET_VIDEO_3" || "PRESET_VIDEO_4" || "PRESET_VIDEO_5" || "PRESET_VIDEO_6" || "PRESET_VIDEO_7" || "PRESET_VIDEO_8" || "SHARED" || "UNENCRYPTED",
|
|
2155
|
+
* // },
|
|
2124
2156
|
* // ResourceId: "STRING_VALUE",
|
|
2125
2157
|
* // SystemIds: [
|
|
2126
2158
|
* // "STRING_VALUE",
|
|
@@ -3015,4 +3047,15 @@ declare const UpdateJobTemplateCommand_base: {
|
|
|
3015
3047
|
* @public
|
|
3016
3048
|
*/
|
|
3017
3049
|
export declare class UpdateJobTemplateCommand extends UpdateJobTemplateCommand_base {
|
|
3050
|
+
/** @internal type navigation helper, not in runtime. */
|
|
3051
|
+
protected static __types: {
|
|
3052
|
+
api: {
|
|
3053
|
+
input: UpdateJobTemplateRequest;
|
|
3054
|
+
output: UpdateJobTemplateResponse;
|
|
3055
|
+
};
|
|
3056
|
+
sdk: {
|
|
3057
|
+
input: UpdateJobTemplateCommandInput;
|
|
3058
|
+
output: UpdateJobTemplateCommandOutput;
|
|
3059
|
+
};
|
|
3060
|
+
};
|
|
3018
3061
|
}
|
|
@@ -1705,4 +1705,15 @@ declare const UpdatePresetCommand_base: {
|
|
|
1705
1705
|
* @public
|
|
1706
1706
|
*/
|
|
1707
1707
|
export declare class UpdatePresetCommand extends UpdatePresetCommand_base {
|
|
1708
|
+
/** @internal type navigation helper, not in runtime. */
|
|
1709
|
+
protected static __types: {
|
|
1710
|
+
api: {
|
|
1711
|
+
input: UpdatePresetRequest;
|
|
1712
|
+
output: UpdatePresetResponse;
|
|
1713
|
+
};
|
|
1714
|
+
sdk: {
|
|
1715
|
+
input: UpdatePresetCommandInput;
|
|
1716
|
+
output: UpdatePresetCommandOutput;
|
|
1717
|
+
};
|
|
1718
|
+
};
|
|
1708
1719
|
}
|
|
@@ -101,4 +101,15 @@ declare const UpdateQueueCommand_base: {
|
|
|
101
101
|
* @public
|
|
102
102
|
*/
|
|
103
103
|
export declare class UpdateQueueCommand extends UpdateQueueCommand_base {
|
|
104
|
+
/** @internal type navigation helper, not in runtime. */
|
|
105
|
+
protected static __types: {
|
|
106
|
+
api: {
|
|
107
|
+
input: UpdateQueueRequest;
|
|
108
|
+
output: UpdateQueueResponse;
|
|
109
|
+
};
|
|
110
|
+
sdk: {
|
|
111
|
+
input: UpdateQueueCommandInput;
|
|
112
|
+
output: UpdateQueueCommandOutput;
|
|
113
|
+
};
|
|
114
|
+
};
|
|
104
115
|
}
|