@aws-sdk/client-mediaconvert 3.413.0 → 3.418.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/commands/AssociateCertificateCommand.js +5 -0
- package/dist-cjs/commands/CancelJobCommand.js +5 -0
- package/dist-cjs/commands/CreateJobCommand.js +5 -0
- package/dist-cjs/commands/CreateJobTemplateCommand.js +5 -0
- package/dist-cjs/commands/CreatePresetCommand.js +5 -0
- package/dist-cjs/commands/CreateQueueCommand.js +5 -0
- package/dist-cjs/commands/DeleteJobTemplateCommand.js +5 -0
- package/dist-cjs/commands/DeletePolicyCommand.js +5 -0
- package/dist-cjs/commands/DeletePresetCommand.js +5 -0
- package/dist-cjs/commands/DeleteQueueCommand.js +5 -0
- package/dist-cjs/commands/DescribeEndpointsCommand.js +5 -0
- package/dist-cjs/commands/DisassociateCertificateCommand.js +5 -0
- package/dist-cjs/commands/GetJobCommand.js +5 -0
- package/dist-cjs/commands/GetJobTemplateCommand.js +5 -0
- package/dist-cjs/commands/GetPolicyCommand.js +5 -0
- package/dist-cjs/commands/GetPresetCommand.js +5 -0
- package/dist-cjs/commands/GetQueueCommand.js +5 -0
- package/dist-cjs/commands/ListJobTemplatesCommand.js +5 -0
- package/dist-cjs/commands/ListJobsCommand.js +5 -0
- package/dist-cjs/commands/ListPresetsCommand.js +5 -0
- package/dist-cjs/commands/ListQueuesCommand.js +5 -0
- package/dist-cjs/commands/ListTagsForResourceCommand.js +5 -0
- package/dist-cjs/commands/PutPolicyCommand.js +5 -0
- package/dist-cjs/commands/TagResourceCommand.js +5 -0
- package/dist-cjs/commands/UntagResourceCommand.js +5 -0
- package/dist-cjs/commands/UpdateJobTemplateCommand.js +5 -0
- package/dist-cjs/commands/UpdatePresetCommand.js +5 -0
- package/dist-cjs/commands/UpdateQueueCommand.js +5 -0
- package/dist-cjs/models/models_0.js +1 -0
- package/dist-cjs/protocols/Aws_restJson1.js +4 -0
- package/dist-cjs/runtimeExtensions.js +3 -0
- package/dist-es/commands/AssociateCertificateCommand.js +5 -0
- package/dist-es/commands/CancelJobCommand.js +5 -0
- package/dist-es/commands/CreateJobCommand.js +5 -0
- package/dist-es/commands/CreateJobTemplateCommand.js +5 -0
- package/dist-es/commands/CreatePresetCommand.js +5 -0
- package/dist-es/commands/CreateQueueCommand.js +5 -0
- package/dist-es/commands/DeleteJobTemplateCommand.js +5 -0
- package/dist-es/commands/DeletePolicyCommand.js +5 -0
- package/dist-es/commands/DeletePresetCommand.js +5 -0
- package/dist-es/commands/DeleteQueueCommand.js +5 -0
- package/dist-es/commands/DescribeEndpointsCommand.js +5 -0
- package/dist-es/commands/DisassociateCertificateCommand.js +5 -0
- package/dist-es/commands/GetJobCommand.js +5 -0
- package/dist-es/commands/GetJobTemplateCommand.js +5 -0
- package/dist-es/commands/GetPolicyCommand.js +5 -0
- package/dist-es/commands/GetPresetCommand.js +5 -0
- package/dist-es/commands/GetQueueCommand.js +5 -0
- package/dist-es/commands/ListJobTemplatesCommand.js +5 -0
- package/dist-es/commands/ListJobsCommand.js +5 -0
- package/dist-es/commands/ListPresetsCommand.js +5 -0
- package/dist-es/commands/ListQueuesCommand.js +5 -0
- package/dist-es/commands/ListTagsForResourceCommand.js +5 -0
- package/dist-es/commands/PutPolicyCommand.js +5 -0
- package/dist-es/commands/TagResourceCommand.js +5 -0
- package/dist-es/commands/UntagResourceCommand.js +5 -0
- package/dist-es/commands/UpdateJobTemplateCommand.js +5 -0
- package/dist-es/commands/UpdatePresetCommand.js +5 -0
- package/dist-es/commands/UpdateQueueCommand.js +5 -0
- package/dist-es/models/models_0.js +1 -0
- package/dist-es/protocols/Aws_restJson1.js +4 -0
- package/dist-es/runtimeExtensions.js +3 -0
- package/dist-types/commands/CreateJobCommand.d.ts +4 -2
- package/dist-types/commands/CreateJobTemplateCommand.d.ts +4 -2
- package/dist-types/commands/CreatePresetCommand.d.ts +2 -2
- package/dist-types/commands/GetJobCommand.d.ts +2 -1
- package/dist-types/commands/GetJobTemplateCommand.d.ts +2 -1
- package/dist-types/commands/GetPresetCommand.d.ts +1 -1
- package/dist-types/commands/ListJobTemplatesCommand.d.ts +2 -1
- package/dist-types/commands/ListJobsCommand.d.ts +2 -1
- package/dist-types/commands/ListPresetsCommand.d.ts +1 -1
- package/dist-types/commands/UpdateJobTemplateCommand.d.ts +4 -2
- package/dist-types/commands/UpdatePresetCommand.d.ts +2 -2
- package/dist-types/extensionConfiguration.d.ts +2 -1
- package/dist-types/models/models_0.d.ts +3 -2
- package/dist-types/models/models_1.d.ts +10 -0
- package/dist-types/ts3.4/extensionConfiguration.d.ts +3 -1
- package/dist-types/ts3.4/models/models_0.d.ts +1 -0
- package/dist-types/ts3.4/models/models_1.d.ts +2 -0
- package/package.json +31 -30
|
@@ -64,6 +64,7 @@ export interface CreateJobTemplateCommandOutput extends CreateJobTemplateRespons
|
|
|
64
64
|
* CopyProtectionAction: "PASSTHROUGH" || "STRIP",
|
|
65
65
|
* VchipAction: "PASSTHROUGH" || "STRIP",
|
|
66
66
|
* },
|
|
67
|
+
* FollowInputIndex: Number("int"),
|
|
67
68
|
* Inputs: [ // __listOfInputTemplate
|
|
68
69
|
* { // InputTemplate
|
|
69
70
|
* AdvancedInputFilter: "ENABLED" || "DISABLED",
|
|
@@ -842,7 +843,7 @@ export interface CreateJobTemplateCommandOutput extends CreateJobTemplateRespons
|
|
|
842
843
|
* AudioDuration: "DEFAULT_CODEC_DURATION" || "MATCH_VIDEO_DURATION",
|
|
843
844
|
* AudioGroupId: "STRING_VALUE",
|
|
844
845
|
* AudioRenditionSets: "STRING_VALUE",
|
|
845
|
-
* AudioTrackType: "ALTERNATE_AUDIO_AUTO_SELECT_DEFAULT" || "ALTERNATE_AUDIO_AUTO_SELECT" || "ALTERNATE_AUDIO_NOT_AUTO_SELECT",
|
|
846
|
+
* AudioTrackType: "ALTERNATE_AUDIO_AUTO_SELECT_DEFAULT" || "ALTERNATE_AUDIO_AUTO_SELECT" || "ALTERNATE_AUDIO_NOT_AUTO_SELECT" || "AUDIO_ONLY_VARIANT_STREAM",
|
|
846
847
|
* DescriptiveVideoServiceFlag: "DONT_FLAG" || "FLAG",
|
|
847
848
|
* IFrameOnlyManifest: "INCLUDE" || "EXCLUDE",
|
|
848
849
|
* KlvMetadata: "PASSTHROUGH" || "NONE",
|
|
@@ -1460,6 +1461,7 @@ export interface CreateJobTemplateCommandOutput extends CreateJobTemplateRespons
|
|
|
1460
1461
|
* // CopyProtectionAction: "PASSTHROUGH" || "STRIP",
|
|
1461
1462
|
* // VchipAction: "PASSTHROUGH" || "STRIP",
|
|
1462
1463
|
* // },
|
|
1464
|
+
* // FollowInputIndex: Number("int"),
|
|
1463
1465
|
* // Inputs: [ // __listOfInputTemplate
|
|
1464
1466
|
* // { // InputTemplate
|
|
1465
1467
|
* // AdvancedInputFilter: "ENABLED" || "DISABLED",
|
|
@@ -2238,7 +2240,7 @@ export interface CreateJobTemplateCommandOutput extends CreateJobTemplateRespons
|
|
|
2238
2240
|
* // AudioDuration: "DEFAULT_CODEC_DURATION" || "MATCH_VIDEO_DURATION",
|
|
2239
2241
|
* // AudioGroupId: "STRING_VALUE",
|
|
2240
2242
|
* // AudioRenditionSets: "STRING_VALUE",
|
|
2241
|
-
* // AudioTrackType: "ALTERNATE_AUDIO_AUTO_SELECT_DEFAULT" || "ALTERNATE_AUDIO_AUTO_SELECT" || "ALTERNATE_AUDIO_NOT_AUTO_SELECT",
|
|
2243
|
+
* // AudioTrackType: "ALTERNATE_AUDIO_AUTO_SELECT_DEFAULT" || "ALTERNATE_AUDIO_AUTO_SELECT" || "ALTERNATE_AUDIO_NOT_AUTO_SELECT" || "AUDIO_ONLY_VARIANT_STREAM",
|
|
2242
2244
|
* // DescriptiveVideoServiceFlag: "DONT_FLAG" || "FLAG",
|
|
2243
2245
|
* // IFrameOnlyManifest: "INCLUDE" || "EXCLUDE",
|
|
2244
2246
|
* // KlvMetadata: "PASSTHROUGH" || "NONE",
|
|
@@ -274,7 +274,7 @@ export interface CreatePresetCommandOutput extends CreatePresetResponse, __Metad
|
|
|
274
274
|
* AudioDuration: "DEFAULT_CODEC_DURATION" || "MATCH_VIDEO_DURATION",
|
|
275
275
|
* AudioGroupId: "STRING_VALUE",
|
|
276
276
|
* AudioRenditionSets: "STRING_VALUE",
|
|
277
|
-
* AudioTrackType: "ALTERNATE_AUDIO_AUTO_SELECT_DEFAULT" || "ALTERNATE_AUDIO_AUTO_SELECT" || "ALTERNATE_AUDIO_NOT_AUTO_SELECT",
|
|
277
|
+
* AudioTrackType: "ALTERNATE_AUDIO_AUTO_SELECT_DEFAULT" || "ALTERNATE_AUDIO_AUTO_SELECT" || "ALTERNATE_AUDIO_NOT_AUTO_SELECT" || "AUDIO_ONLY_VARIANT_STREAM",
|
|
278
278
|
* DescriptiveVideoServiceFlag: "DONT_FLAG" || "FLAG",
|
|
279
279
|
* IFrameOnlyManifest: "INCLUDE" || "EXCLUDE",
|
|
280
280
|
* KlvMetadata: "PASSTHROUGH" || "NONE",
|
|
@@ -1069,7 +1069,7 @@ export interface CreatePresetCommandOutput extends CreatePresetResponse, __Metad
|
|
|
1069
1069
|
* // AudioDuration: "DEFAULT_CODEC_DURATION" || "MATCH_VIDEO_DURATION",
|
|
1070
1070
|
* // AudioGroupId: "STRING_VALUE",
|
|
1071
1071
|
* // AudioRenditionSets: "STRING_VALUE",
|
|
1072
|
-
* // AudioTrackType: "ALTERNATE_AUDIO_AUTO_SELECT_DEFAULT" || "ALTERNATE_AUDIO_AUTO_SELECT" || "ALTERNATE_AUDIO_NOT_AUTO_SELECT",
|
|
1072
|
+
* // AudioTrackType: "ALTERNATE_AUDIO_AUTO_SELECT_DEFAULT" || "ALTERNATE_AUDIO_AUTO_SELECT" || "ALTERNATE_AUDIO_NOT_AUTO_SELECT" || "AUDIO_ONLY_VARIANT_STREAM",
|
|
1073
1073
|
* // DescriptiveVideoServiceFlag: "DONT_FLAG" || "FLAG",
|
|
1074
1074
|
* // IFrameOnlyManifest: "INCLUDE" || "EXCLUDE",
|
|
1075
1075
|
* // KlvMetadata: "PASSTHROUGH" || "NONE",
|
|
@@ -108,6 +108,7 @@ export interface GetJobCommandOutput extends GetJobResponse, __MetadataBearer {
|
|
|
108
108
|
* // CopyProtectionAction: "PASSTHROUGH" || "STRIP",
|
|
109
109
|
* // VchipAction: "PASSTHROUGH" || "STRIP",
|
|
110
110
|
* // },
|
|
111
|
+
* // FollowInputIndex: Number("int"),
|
|
111
112
|
* // Inputs: [ // __listOfInput
|
|
112
113
|
* // { // Input
|
|
113
114
|
* // AdvancedInputFilter: "ENABLED" || "DISABLED",
|
|
@@ -899,7 +900,7 @@ export interface GetJobCommandOutput extends GetJobResponse, __MetadataBearer {
|
|
|
899
900
|
* // AudioDuration: "DEFAULT_CODEC_DURATION" || "MATCH_VIDEO_DURATION",
|
|
900
901
|
* // AudioGroupId: "STRING_VALUE",
|
|
901
902
|
* // AudioRenditionSets: "STRING_VALUE",
|
|
902
|
-
* // AudioTrackType: "ALTERNATE_AUDIO_AUTO_SELECT_DEFAULT" || "ALTERNATE_AUDIO_AUTO_SELECT" || "ALTERNATE_AUDIO_NOT_AUTO_SELECT",
|
|
903
|
+
* // AudioTrackType: "ALTERNATE_AUDIO_AUTO_SELECT_DEFAULT" || "ALTERNATE_AUDIO_AUTO_SELECT" || "ALTERNATE_AUDIO_NOT_AUTO_SELECT" || "AUDIO_ONLY_VARIANT_STREAM",
|
|
903
904
|
* // DescriptiveVideoServiceFlag: "DONT_FLAG" || "FLAG",
|
|
904
905
|
* // IFrameOnlyManifest: "INCLUDE" || "EXCLUDE",
|
|
905
906
|
* // KlvMetadata: "PASSTHROUGH" || "NONE",
|
|
@@ -73,6 +73,7 @@ export interface GetJobTemplateCommandOutput extends GetJobTemplateResponse, __M
|
|
|
73
73
|
* // CopyProtectionAction: "PASSTHROUGH" || "STRIP",
|
|
74
74
|
* // VchipAction: "PASSTHROUGH" || "STRIP",
|
|
75
75
|
* // },
|
|
76
|
+
* // FollowInputIndex: Number("int"),
|
|
76
77
|
* // Inputs: [ // __listOfInputTemplate
|
|
77
78
|
* // { // InputTemplate
|
|
78
79
|
* // AdvancedInputFilter: "ENABLED" || "DISABLED",
|
|
@@ -851,7 +852,7 @@ export interface GetJobTemplateCommandOutput extends GetJobTemplateResponse, __M
|
|
|
851
852
|
* // AudioDuration: "DEFAULT_CODEC_DURATION" || "MATCH_VIDEO_DURATION",
|
|
852
853
|
* // AudioGroupId: "STRING_VALUE",
|
|
853
854
|
* // AudioRenditionSets: "STRING_VALUE",
|
|
854
|
-
* // AudioTrackType: "ALTERNATE_AUDIO_AUTO_SELECT_DEFAULT" || "ALTERNATE_AUDIO_AUTO_SELECT" || "ALTERNATE_AUDIO_NOT_AUTO_SELECT",
|
|
855
|
+
* // AudioTrackType: "ALTERNATE_AUDIO_AUTO_SELECT_DEFAULT" || "ALTERNATE_AUDIO_AUTO_SELECT" || "ALTERNATE_AUDIO_NOT_AUTO_SELECT" || "AUDIO_ONLY_VARIANT_STREAM",
|
|
855
856
|
* // DescriptiveVideoServiceFlag: "DONT_FLAG" || "FLAG",
|
|
856
857
|
* // IFrameOnlyManifest: "INCLUDE" || "EXCLUDE",
|
|
857
858
|
* // KlvMetadata: "PASSTHROUGH" || "NONE",
|
|
@@ -283,7 +283,7 @@ export interface GetPresetCommandOutput extends GetPresetResponse, __MetadataBea
|
|
|
283
283
|
* // AudioDuration: "DEFAULT_CODEC_DURATION" || "MATCH_VIDEO_DURATION",
|
|
284
284
|
* // AudioGroupId: "STRING_VALUE",
|
|
285
285
|
* // AudioRenditionSets: "STRING_VALUE",
|
|
286
|
-
* // AudioTrackType: "ALTERNATE_AUDIO_AUTO_SELECT_DEFAULT" || "ALTERNATE_AUDIO_AUTO_SELECT" || "ALTERNATE_AUDIO_NOT_AUTO_SELECT",
|
|
286
|
+
* // AudioTrackType: "ALTERNATE_AUDIO_AUTO_SELECT_DEFAULT" || "ALTERNATE_AUDIO_AUTO_SELECT" || "ALTERNATE_AUDIO_NOT_AUTO_SELECT" || "AUDIO_ONLY_VARIANT_STREAM",
|
|
287
287
|
* // DescriptiveVideoServiceFlag: "DONT_FLAG" || "FLAG",
|
|
288
288
|
* // IFrameOnlyManifest: "INCLUDE" || "EXCLUDE",
|
|
289
289
|
* // KlvMetadata: "PASSTHROUGH" || "NONE",
|
|
@@ -78,6 +78,7 @@ export interface ListJobTemplatesCommandOutput extends ListJobTemplatesResponse,
|
|
|
78
78
|
* // CopyProtectionAction: "PASSTHROUGH" || "STRIP",
|
|
79
79
|
* // VchipAction: "PASSTHROUGH" || "STRIP",
|
|
80
80
|
* // },
|
|
81
|
+
* // FollowInputIndex: Number("int"),
|
|
81
82
|
* // Inputs: [ // __listOfInputTemplate
|
|
82
83
|
* // { // InputTemplate
|
|
83
84
|
* // AdvancedInputFilter: "ENABLED" || "DISABLED",
|
|
@@ -856,7 +857,7 @@ export interface ListJobTemplatesCommandOutput extends ListJobTemplatesResponse,
|
|
|
856
857
|
* // AudioDuration: "DEFAULT_CODEC_DURATION" || "MATCH_VIDEO_DURATION",
|
|
857
858
|
* // AudioGroupId: "STRING_VALUE",
|
|
858
859
|
* // AudioRenditionSets: "STRING_VALUE",
|
|
859
|
-
* // AudioTrackType: "ALTERNATE_AUDIO_AUTO_SELECT_DEFAULT" || "ALTERNATE_AUDIO_AUTO_SELECT" || "ALTERNATE_AUDIO_NOT_AUTO_SELECT",
|
|
860
|
+
* // AudioTrackType: "ALTERNATE_AUDIO_AUTO_SELECT_DEFAULT" || "ALTERNATE_AUDIO_AUTO_SELECT" || "ALTERNATE_AUDIO_NOT_AUTO_SELECT" || "AUDIO_ONLY_VARIANT_STREAM",
|
|
860
861
|
* // DescriptiveVideoServiceFlag: "DONT_FLAG" || "FLAG",
|
|
861
862
|
* // IFrameOnlyManifest: "INCLUDE" || "EXCLUDE",
|
|
862
863
|
* // KlvMetadata: "PASSTHROUGH" || "NONE",
|
|
@@ -113,6 +113,7 @@ export interface ListJobsCommandOutput extends ListJobsResponse, __MetadataBeare
|
|
|
113
113
|
* // CopyProtectionAction: "PASSTHROUGH" || "STRIP",
|
|
114
114
|
* // VchipAction: "PASSTHROUGH" || "STRIP",
|
|
115
115
|
* // },
|
|
116
|
+
* // FollowInputIndex: Number("int"),
|
|
116
117
|
* // Inputs: [ // __listOfInput
|
|
117
118
|
* // { // Input
|
|
118
119
|
* // AdvancedInputFilter: "ENABLED" || "DISABLED",
|
|
@@ -904,7 +905,7 @@ export interface ListJobsCommandOutput extends ListJobsResponse, __MetadataBeare
|
|
|
904
905
|
* // AudioDuration: "DEFAULT_CODEC_DURATION" || "MATCH_VIDEO_DURATION",
|
|
905
906
|
* // AudioGroupId: "STRING_VALUE",
|
|
906
907
|
* // AudioRenditionSets: "STRING_VALUE",
|
|
907
|
-
* // AudioTrackType: "ALTERNATE_AUDIO_AUTO_SELECT_DEFAULT" || "ALTERNATE_AUDIO_AUTO_SELECT" || "ALTERNATE_AUDIO_NOT_AUTO_SELECT",
|
|
908
|
+
* // AudioTrackType: "ALTERNATE_AUDIO_AUTO_SELECT_DEFAULT" || "ALTERNATE_AUDIO_AUTO_SELECT" || "ALTERNATE_AUDIO_NOT_AUTO_SELECT" || "AUDIO_ONLY_VARIANT_STREAM",
|
|
908
909
|
* // DescriptiveVideoServiceFlag: "DONT_FLAG" || "FLAG",
|
|
909
910
|
* // IFrameOnlyManifest: "INCLUDE" || "EXCLUDE",
|
|
910
911
|
* // KlvMetadata: "PASSTHROUGH" || "NONE",
|
|
@@ -289,7 +289,7 @@ export interface ListPresetsCommandOutput extends ListPresetsResponse, __Metadat
|
|
|
289
289
|
* // AudioDuration: "DEFAULT_CODEC_DURATION" || "MATCH_VIDEO_DURATION",
|
|
290
290
|
* // AudioGroupId: "STRING_VALUE",
|
|
291
291
|
* // AudioRenditionSets: "STRING_VALUE",
|
|
292
|
-
* // AudioTrackType: "ALTERNATE_AUDIO_AUTO_SELECT_DEFAULT" || "ALTERNATE_AUDIO_AUTO_SELECT" || "ALTERNATE_AUDIO_NOT_AUTO_SELECT",
|
|
292
|
+
* // AudioTrackType: "ALTERNATE_AUDIO_AUTO_SELECT_DEFAULT" || "ALTERNATE_AUDIO_AUTO_SELECT" || "ALTERNATE_AUDIO_NOT_AUTO_SELECT" || "AUDIO_ONLY_VARIANT_STREAM",
|
|
293
293
|
* // DescriptiveVideoServiceFlag: "DONT_FLAG" || "FLAG",
|
|
294
294
|
* // IFrameOnlyManifest: "INCLUDE" || "EXCLUDE",
|
|
295
295
|
* // KlvMetadata: "PASSTHROUGH" || "NONE",
|
|
@@ -64,6 +64,7 @@ export interface UpdateJobTemplateCommandOutput extends UpdateJobTemplateRespons
|
|
|
64
64
|
* CopyProtectionAction: "PASSTHROUGH" || "STRIP",
|
|
65
65
|
* VchipAction: "PASSTHROUGH" || "STRIP",
|
|
66
66
|
* },
|
|
67
|
+
* FollowInputIndex: Number("int"),
|
|
67
68
|
* Inputs: [ // __listOfInputTemplate
|
|
68
69
|
* { // InputTemplate
|
|
69
70
|
* AdvancedInputFilter: "ENABLED" || "DISABLED",
|
|
@@ -842,7 +843,7 @@ export interface UpdateJobTemplateCommandOutput extends UpdateJobTemplateRespons
|
|
|
842
843
|
* AudioDuration: "DEFAULT_CODEC_DURATION" || "MATCH_VIDEO_DURATION",
|
|
843
844
|
* AudioGroupId: "STRING_VALUE",
|
|
844
845
|
* AudioRenditionSets: "STRING_VALUE",
|
|
845
|
-
* AudioTrackType: "ALTERNATE_AUDIO_AUTO_SELECT_DEFAULT" || "ALTERNATE_AUDIO_AUTO_SELECT" || "ALTERNATE_AUDIO_NOT_AUTO_SELECT",
|
|
846
|
+
* AudioTrackType: "ALTERNATE_AUDIO_AUTO_SELECT_DEFAULT" || "ALTERNATE_AUDIO_AUTO_SELECT" || "ALTERNATE_AUDIO_NOT_AUTO_SELECT" || "AUDIO_ONLY_VARIANT_STREAM",
|
|
846
847
|
* DescriptiveVideoServiceFlag: "DONT_FLAG" || "FLAG",
|
|
847
848
|
* IFrameOnlyManifest: "INCLUDE" || "EXCLUDE",
|
|
848
849
|
* KlvMetadata: "PASSTHROUGH" || "NONE",
|
|
@@ -1457,6 +1458,7 @@ export interface UpdateJobTemplateCommandOutput extends UpdateJobTemplateRespons
|
|
|
1457
1458
|
* // CopyProtectionAction: "PASSTHROUGH" || "STRIP",
|
|
1458
1459
|
* // VchipAction: "PASSTHROUGH" || "STRIP",
|
|
1459
1460
|
* // },
|
|
1461
|
+
* // FollowInputIndex: Number("int"),
|
|
1460
1462
|
* // Inputs: [ // __listOfInputTemplate
|
|
1461
1463
|
* // { // InputTemplate
|
|
1462
1464
|
* // AdvancedInputFilter: "ENABLED" || "DISABLED",
|
|
@@ -2235,7 +2237,7 @@ export interface UpdateJobTemplateCommandOutput extends UpdateJobTemplateRespons
|
|
|
2235
2237
|
* // AudioDuration: "DEFAULT_CODEC_DURATION" || "MATCH_VIDEO_DURATION",
|
|
2236
2238
|
* // AudioGroupId: "STRING_VALUE",
|
|
2237
2239
|
* // AudioRenditionSets: "STRING_VALUE",
|
|
2238
|
-
* // AudioTrackType: "ALTERNATE_AUDIO_AUTO_SELECT_DEFAULT" || "ALTERNATE_AUDIO_AUTO_SELECT" || "ALTERNATE_AUDIO_NOT_AUTO_SELECT",
|
|
2240
|
+
* // AudioTrackType: "ALTERNATE_AUDIO_AUTO_SELECT_DEFAULT" || "ALTERNATE_AUDIO_AUTO_SELECT" || "ALTERNATE_AUDIO_NOT_AUTO_SELECT" || "AUDIO_ONLY_VARIANT_STREAM",
|
|
2239
2241
|
* // DescriptiveVideoServiceFlag: "DONT_FLAG" || "FLAG",
|
|
2240
2242
|
* // IFrameOnlyManifest: "INCLUDE" || "EXCLUDE",
|
|
2241
2243
|
* // KlvMetadata: "PASSTHROUGH" || "NONE",
|
|
@@ -274,7 +274,7 @@ export interface UpdatePresetCommandOutput extends UpdatePresetResponse, __Metad
|
|
|
274
274
|
* AudioDuration: "DEFAULT_CODEC_DURATION" || "MATCH_VIDEO_DURATION",
|
|
275
275
|
* AudioGroupId: "STRING_VALUE",
|
|
276
276
|
* AudioRenditionSets: "STRING_VALUE",
|
|
277
|
-
* AudioTrackType: "ALTERNATE_AUDIO_AUTO_SELECT_DEFAULT" || "ALTERNATE_AUDIO_AUTO_SELECT" || "ALTERNATE_AUDIO_NOT_AUTO_SELECT",
|
|
277
|
+
* AudioTrackType: "ALTERNATE_AUDIO_AUTO_SELECT_DEFAULT" || "ALTERNATE_AUDIO_AUTO_SELECT" || "ALTERNATE_AUDIO_NOT_AUTO_SELECT" || "AUDIO_ONLY_VARIANT_STREAM",
|
|
278
278
|
* DescriptiveVideoServiceFlag: "DONT_FLAG" || "FLAG",
|
|
279
279
|
* IFrameOnlyManifest: "INCLUDE" || "EXCLUDE",
|
|
280
280
|
* KlvMetadata: "PASSTHROUGH" || "NONE",
|
|
@@ -1066,7 +1066,7 @@ export interface UpdatePresetCommandOutput extends UpdatePresetResponse, __Metad
|
|
|
1066
1066
|
* // AudioDuration: "DEFAULT_CODEC_DURATION" || "MATCH_VIDEO_DURATION",
|
|
1067
1067
|
* // AudioGroupId: "STRING_VALUE",
|
|
1068
1068
|
* // AudioRenditionSets: "STRING_VALUE",
|
|
1069
|
-
* // AudioTrackType: "ALTERNATE_AUDIO_AUTO_SELECT_DEFAULT" || "ALTERNATE_AUDIO_AUTO_SELECT" || "ALTERNATE_AUDIO_NOT_AUTO_SELECT",
|
|
1069
|
+
* // AudioTrackType: "ALTERNATE_AUDIO_AUTO_SELECT_DEFAULT" || "ALTERNATE_AUDIO_AUTO_SELECT" || "ALTERNATE_AUDIO_NOT_AUTO_SELECT" || "AUDIO_ONLY_VARIANT_STREAM",
|
|
1070
1070
|
* // DescriptiveVideoServiceFlag: "DONT_FLAG" || "FLAG",
|
|
1071
1071
|
* // IFrameOnlyManifest: "INCLUDE" || "EXCLUDE",
|
|
1072
1072
|
* // KlvMetadata: "PASSTHROUGH" || "NONE",
|
|
@@ -1,7 +1,8 @@
|
|
|
1
|
+
import { AwsRegionExtensionConfiguration } from "@aws-sdk/types";
|
|
1
2
|
import { HttpHandlerExtensionConfiguration } from "@smithy/protocol-http";
|
|
2
3
|
import { DefaultExtensionConfiguration } from "@smithy/types";
|
|
3
4
|
/**
|
|
4
5
|
* @internal
|
|
5
6
|
*/
|
|
6
|
-
export interface MediaConvertExtensionConfiguration extends HttpHandlerExtensionConfiguration, DefaultExtensionConfiguration {
|
|
7
|
+
export interface MediaConvertExtensionConfiguration extends HttpHandlerExtensionConfiguration, DefaultExtensionConfiguration, AwsRegionExtensionConfiguration {
|
|
7
8
|
}
|
|
@@ -4609,7 +4609,7 @@ export interface S3DestinationSettings {
|
|
|
4609
4609
|
Encryption?: S3EncryptionSettings;
|
|
4610
4610
|
/**
|
|
4611
4611
|
* @public
|
|
4612
|
-
* Specify the S3 storage class to use for this destination.
|
|
4612
|
+
* Specify the S3 storage class to use for this output. To use your destination's default storage class: Keep the default value, Not set. For more information about S3 storage classes, see https://docs.aws.amazon.com/AmazonS3/latest/userguide/storage-class-intro.html
|
|
4613
4613
|
*/
|
|
4614
4614
|
StorageClass?: S3StorageClass | string;
|
|
4615
4615
|
}
|
|
@@ -6155,6 +6155,7 @@ export declare const CmfcAudioTrackType: {
|
|
|
6155
6155
|
readonly ALTERNATE_AUDIO_AUTO_SELECT: "ALTERNATE_AUDIO_AUTO_SELECT";
|
|
6156
6156
|
readonly ALTERNATE_AUDIO_AUTO_SELECT_DEFAULT: "ALTERNATE_AUDIO_AUTO_SELECT_DEFAULT";
|
|
6157
6157
|
readonly ALTERNATE_AUDIO_NOT_AUTO_SELECT: "ALTERNATE_AUDIO_NOT_AUTO_SELECT";
|
|
6158
|
+
readonly AUDIO_ONLY_VARIANT_STREAM: "AUDIO_ONLY_VARIANT_STREAM";
|
|
6158
6159
|
};
|
|
6159
6160
|
/**
|
|
6160
6161
|
* @public
|
|
@@ -6278,7 +6279,7 @@ export interface CmfcSettings {
|
|
|
6278
6279
|
AudioRenditionSets?: string;
|
|
6279
6280
|
/**
|
|
6280
6281
|
* @public
|
|
6281
|
-
* Use this setting to control the values that MediaConvert puts in your HLS parent playlist to control how the client player selects which audio track to play. The other options for this setting determine the values that MediaConvert writes for the DEFAULT and AUTOSELECT attributes of the EXT-X-MEDIA entry for the audio variant. For more information about these attributes, see the Apple documentation article https://developer.apple.com/documentation/http_live_streaming/example_playlists_for_http_live_streaming/adding_alternate_media_to_a_playlist. Choose Alternate audio, auto select, default to set DEFAULT=YES and AUTOSELECT=YES. Choose this value for only one variant in your output group. Choose Alternate audio, auto select, not default to set DEFAULT=NO and AUTOSELECT=YES. Choose Alternate Audio, Not Auto Select to set DEFAULT=NO and AUTOSELECT=NO. When you don't specify a value for this setting, MediaConvert defaults to Alternate audio, auto select, default. When there is more than one variant in your output group, you must explicitly choose a value for this setting.
|
|
6282
|
+
* Use this setting to control the values that MediaConvert puts in your HLS parent playlist to control how the client player selects which audio track to play. Choose Audio-only variant stream (AUDIO_ONLY_VARIANT_STREAM) for any variant that you want to prohibit the client from playing with video. This causes MediaConvert to represent the variant as an EXT-X-STREAM-INF in the HLS manifest. The other options for this setting determine the values that MediaConvert writes for the DEFAULT and AUTOSELECT attributes of the EXT-X-MEDIA entry for the audio variant. For more information about these attributes, see the Apple documentation article https://developer.apple.com/documentation/http_live_streaming/example_playlists_for_http_live_streaming/adding_alternate_media_to_a_playlist. Choose Alternate audio, auto select, default to set DEFAULT=YES and AUTOSELECT=YES. Choose this value for only one variant in your output group. Choose Alternate audio, auto select, not default to set DEFAULT=NO and AUTOSELECT=YES. Choose Alternate Audio, Not Auto Select to set DEFAULT=NO and AUTOSELECT=NO. When you don't specify a value for this setting, MediaConvert defaults to Alternate audio, auto select, default. When there is more than one variant in your output group, you must explicitly choose a value for this setting.
|
|
6282
6283
|
*/
|
|
6283
6284
|
AudioTrackType?: CmfcAudioTrackType | string;
|
|
6284
6285
|
/**
|
|
@@ -5272,6 +5272,11 @@ export interface JobSettings {
|
|
|
5272
5272
|
* If your source content has EIA-608 Line 21 Data Services, enable this feature to specify what MediaConvert does with the Extended Data Services (XDS) packets. You can choose to pass through XDS packets, or remove them from the output. For more information about XDS, see EIA-608 Line Data Services, section 9.5.1.5 05h Content Advisory.
|
|
5273
5273
|
*/
|
|
5274
5274
|
ExtendedDataServices?: ExtendedDataServices;
|
|
5275
|
+
/**
|
|
5276
|
+
* @public
|
|
5277
|
+
* Specifies which input metadata to use for the default "Follow input" option for the following settings: resolution, frame rate, and pixel aspect ratio. In the simplest case, specify which input is used based on its index in the job. For example if you specify 3, then the fourth input will be used from each input. If the job does not have a fourth input, then the first input will be used. If no followInputIndex is specified, then 0 will be chosen automatically.
|
|
5278
|
+
*/
|
|
5279
|
+
FollowInputIndex?: number;
|
|
5275
5280
|
/**
|
|
5276
5281
|
* @public
|
|
5277
5282
|
* Use Inputs to define source file used in the transcode job. There can be multiple inputs add in a job. These inputs will be concantenated together to create the output.
|
|
@@ -5568,6 +5573,11 @@ export interface JobTemplateSettings {
|
|
|
5568
5573
|
* If your source content has EIA-608 Line 21 Data Services, enable this feature to specify what MediaConvert does with the Extended Data Services (XDS) packets. You can choose to pass through XDS packets, or remove them from the output. For more information about XDS, see EIA-608 Line Data Services, section 9.5.1.5 05h Content Advisory.
|
|
5569
5574
|
*/
|
|
5570
5575
|
ExtendedDataServices?: ExtendedDataServices;
|
|
5576
|
+
/**
|
|
5577
|
+
* @public
|
|
5578
|
+
* Specifies which input metadata to use for the default "Follow input" option for the following settings: resolution, frame rate, and pixel aspect ratio. In the simplest case, specify which input is used based on its index in the job. For example if you specify 3, then the fourth input will be used from each input. If the job does not have a fourth input, then the first input will be used. If no followInputIndex is specified, then 0 will be chosen automatically.
|
|
5579
|
+
*/
|
|
5580
|
+
FollowInputIndex?: number;
|
|
5571
5581
|
/**
|
|
5572
5582
|
* @public
|
|
5573
5583
|
* Use Inputs to define the source file used in the transcode job. There can only be one input in a job template. Using the API, you can include multiple inputs when referencing a job template.
|
|
@@ -1,5 +1,7 @@
|
|
|
1
|
+
import { AwsRegionExtensionConfiguration } from "@aws-sdk/types";
|
|
1
2
|
import { HttpHandlerExtensionConfiguration } from "@smithy/protocol-http";
|
|
2
3
|
import { DefaultExtensionConfiguration } from "@smithy/types";
|
|
3
4
|
export interface MediaConvertExtensionConfiguration
|
|
4
5
|
extends HttpHandlerExtensionConfiguration,
|
|
5
|
-
DefaultExtensionConfiguration
|
|
6
|
+
DefaultExtensionConfiguration,
|
|
7
|
+
AwsRegionExtensionConfiguration {}
|
|
@@ -2282,6 +2282,7 @@ export declare const CmfcAudioTrackType: {
|
|
|
2282
2282
|
readonly ALTERNATE_AUDIO_AUTO_SELECT: "ALTERNATE_AUDIO_AUTO_SELECT";
|
|
2283
2283
|
readonly ALTERNATE_AUDIO_AUTO_SELECT_DEFAULT: "ALTERNATE_AUDIO_AUTO_SELECT_DEFAULT";
|
|
2284
2284
|
readonly ALTERNATE_AUDIO_NOT_AUTO_SELECT: "ALTERNATE_AUDIO_NOT_AUTO_SELECT";
|
|
2285
|
+
readonly AUDIO_ONLY_VARIANT_STREAM: "AUDIO_ONLY_VARIANT_STREAM";
|
|
2285
2286
|
};
|
|
2286
2287
|
export type CmfcAudioTrackType =
|
|
2287
2288
|
(typeof CmfcAudioTrackType)[keyof typeof CmfcAudioTrackType];
|
|
@@ -1974,6 +1974,7 @@ export interface JobSettings {
|
|
|
1974
1974
|
AvailBlanking?: AvailBlanking;
|
|
1975
1975
|
Esam?: EsamSettings;
|
|
1976
1976
|
ExtendedDataServices?: ExtendedDataServices;
|
|
1977
|
+
FollowInputIndex?: number;
|
|
1977
1978
|
Inputs?: Input[];
|
|
1978
1979
|
KantarWatermark?: KantarWatermarkSettings;
|
|
1979
1980
|
MotionImageInserter?: MotionImageInserter;
|
|
@@ -2059,6 +2060,7 @@ export interface JobTemplateSettings {
|
|
|
2059
2060
|
AvailBlanking?: AvailBlanking;
|
|
2060
2061
|
Esam?: EsamSettings;
|
|
2061
2062
|
ExtendedDataServices?: ExtendedDataServices;
|
|
2063
|
+
FollowInputIndex?: number;
|
|
2062
2064
|
Inputs?: InputTemplate[];
|
|
2063
2065
|
KantarWatermark?: KantarWatermarkSettings;
|
|
2064
2066
|
MotionImageInserter?: MotionImageInserter;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-mediaconvert",
|
|
3
3
|
"description": "AWS SDK for JavaScript Mediaconvert Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.418.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|
|
@@ -21,38 +21,39 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
23
23
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
25
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
26
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
27
|
-
"@aws-sdk/middleware-logger": "3.
|
|
28
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
29
|
-
"@aws-sdk/middleware-signing": "3.
|
|
30
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
31
|
-
"@aws-sdk/
|
|
32
|
-
"@aws-sdk/
|
|
33
|
-
"@aws-sdk/util-
|
|
34
|
-
"@aws-sdk/util-user-agent-
|
|
35
|
-
"@
|
|
36
|
-
"@smithy/
|
|
37
|
-
"@smithy/
|
|
38
|
-
"@smithy/
|
|
39
|
-
"@smithy/
|
|
40
|
-
"@smithy/middleware-
|
|
41
|
-
"@smithy/middleware-
|
|
42
|
-
"@smithy/middleware-
|
|
43
|
-
"@smithy/middleware-
|
|
44
|
-
"@smithy/
|
|
45
|
-
"@smithy/node-
|
|
46
|
-
"@smithy/
|
|
47
|
-
"@smithy/
|
|
48
|
-
"@smithy/
|
|
49
|
-
"@smithy/
|
|
24
|
+
"@aws-sdk/client-sts": "3.418.0",
|
|
25
|
+
"@aws-sdk/credential-provider-node": "3.418.0",
|
|
26
|
+
"@aws-sdk/middleware-host-header": "3.418.0",
|
|
27
|
+
"@aws-sdk/middleware-logger": "3.418.0",
|
|
28
|
+
"@aws-sdk/middleware-recursion-detection": "3.418.0",
|
|
29
|
+
"@aws-sdk/middleware-signing": "3.418.0",
|
|
30
|
+
"@aws-sdk/middleware-user-agent": "3.418.0",
|
|
31
|
+
"@aws-sdk/region-config-resolver": "3.418.0",
|
|
32
|
+
"@aws-sdk/types": "3.418.0",
|
|
33
|
+
"@aws-sdk/util-endpoints": "3.418.0",
|
|
34
|
+
"@aws-sdk/util-user-agent-browser": "3.418.0",
|
|
35
|
+
"@aws-sdk/util-user-agent-node": "3.418.0",
|
|
36
|
+
"@smithy/config-resolver": "^2.0.10",
|
|
37
|
+
"@smithy/fetch-http-handler": "^2.1.5",
|
|
38
|
+
"@smithy/hash-node": "^2.0.9",
|
|
39
|
+
"@smithy/invalid-dependency": "^2.0.9",
|
|
40
|
+
"@smithy/middleware-content-length": "^2.0.11",
|
|
41
|
+
"@smithy/middleware-endpoint": "^2.0.9",
|
|
42
|
+
"@smithy/middleware-retry": "^2.0.12",
|
|
43
|
+
"@smithy/middleware-serde": "^2.0.9",
|
|
44
|
+
"@smithy/middleware-stack": "^2.0.2",
|
|
45
|
+
"@smithy/node-config-provider": "^2.0.12",
|
|
46
|
+
"@smithy/node-http-handler": "^2.1.5",
|
|
47
|
+
"@smithy/protocol-http": "^3.0.5",
|
|
48
|
+
"@smithy/smithy-client": "^2.1.6",
|
|
49
|
+
"@smithy/types": "^2.3.3",
|
|
50
|
+
"@smithy/url-parser": "^2.0.9",
|
|
50
51
|
"@smithy/util-base64": "^2.0.0",
|
|
51
52
|
"@smithy/util-body-length-browser": "^2.0.0",
|
|
52
53
|
"@smithy/util-body-length-node": "^2.1.0",
|
|
53
|
-
"@smithy/util-defaults-mode-browser": "^2.0.
|
|
54
|
-
"@smithy/util-defaults-mode-node": "^2.0.
|
|
55
|
-
"@smithy/util-retry": "^2.0.
|
|
54
|
+
"@smithy/util-defaults-mode-browser": "^2.0.10",
|
|
55
|
+
"@smithy/util-defaults-mode-node": "^2.0.12",
|
|
56
|
+
"@smithy/util-retry": "^2.0.2",
|
|
56
57
|
"@smithy/util-utf8": "^2.0.0",
|
|
57
58
|
"tslib": "^2.5.0",
|
|
58
59
|
"uuid": "^8.3.2"
|