@aws-sdk/client-mediaconvert 3.222.0 → 3.224.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/GetPolicyCommand.js +2 -1
- package/dist-cjs/commands/GetPresetCommand.js +3 -3
- package/dist-cjs/commands/GetQueueCommand.js +3 -3
- package/dist-cjs/commands/ListJobsCommand.js +1 -2
- package/dist-cjs/models/models_0.js +34 -32
- package/dist-cjs/models/models_1.js +44 -41
- package/dist-cjs/models/models_2.js +36 -1
- package/dist-cjs/protocols/Aws_restJson1.js +24 -0
- package/dist-es/commands/GetPolicyCommand.js +2 -1
- package/dist-es/commands/GetPresetCommand.js +1 -1
- package/dist-es/commands/GetQueueCommand.js +1 -1
- package/dist-es/commands/ListJobsCommand.js +1 -2
- package/dist-es/models/models_0.js +30 -26
- package/dist-es/models/models_1.js +36 -29
- package/dist-es/models/models_2.js +29 -0
- package/dist-es/protocols/Aws_restJson1.js +24 -0
- package/dist-types/commands/GetPolicyCommand.d.ts +2 -1
- package/dist-types/commands/GetPresetCommand.d.ts +1 -1
- package/dist-types/commands/GetQueueCommand.d.ts +1 -1
- package/dist-types/commands/ListJobsCommand.d.ts +1 -2
- package/dist-types/models/models_0.d.ts +62 -57
- package/dist-types/models/models_1.d.ts +83 -87
- package/dist-types/models/models_2.d.ts +86 -1
- package/dist-types/ts3.4/commands/GetPolicyCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/GetPresetCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetQueueCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListJobsCommand.d.ts +1 -2
- package/dist-types/ts3.4/models/models_0.d.ts +32 -31
- package/dist-types/ts3.4/models/models_1.d.ts +44 -55
- package/dist-types/ts3.4/models/models_2.d.ts +50 -2
- package/package.json +28 -29
|
@@ -1,6 +1,52 @@
|
|
|
1
1
|
import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
|
|
2
2
|
import { MediaConvertServiceException as __BaseException } from "./MediaConvertServiceException";
|
|
3
|
-
import { AccelerationSettings, AccelerationStatus, AudioDescription, AutomatedEncodingSettings, AvailBlanking, BillingTagsSource, CaptionDescription, CaptionDescriptionPreset, CmfcAudioDuration, CmfcSettings, ContainerType, DvbNitSettings,
|
|
3
|
+
import { AccelerationSettings, AccelerationStatus, AudioDescription, AutomatedEncodingSettings, AvailBlanking, BillingTagsSource, CaptionDescription, CaptionDescriptionPreset, CmfcAudioDuration, CmfcSettings, ContainerType, DvbNitSettings, Endpoint, EsamSettings, ExtendedDataServices, F4vSettings, Hdr10Metadata, HopDestination, Id3Insertion, ImageInserter, Input, InputTemplate, JobMessages, JobPhase, KantarWatermarkSettings, M2tsAudioBufferModel, M2tsAudioDuration, M2tsBufferModel, M2tsDataPtsControl, MotionImageInserter, NielsenConfiguration, NielsenNonLinearWatermarkSettings, OutputGroupDetail, OutputGroupSettings, OutputSdt, QueueTransition, Rectangle } from "./models_0";
|
|
4
|
+
/**
|
|
5
|
+
* Use these settings to insert a DVB Service Description Table (SDT) in the transport stream of this output. When you work directly in your JSON job specification, include this object only when your job has a transport stream output and the container settings contain the object M2tsSettings.
|
|
6
|
+
*/
|
|
7
|
+
export interface DvbSdtSettings {
|
|
8
|
+
/**
|
|
9
|
+
* Selects method of inserting SDT information into output stream. "Follow input SDT" copies SDT information from input stream to output stream. "Follow input SDT if present" copies SDT information from input stream to output stream if SDT information is present in the input, otherwise it will fall back on the user-defined values. Enter "SDT Manually" means user will enter the SDT information. "No SDT" means output stream will not contain SDT information.
|
|
10
|
+
*/
|
|
11
|
+
OutputSdt?: OutputSdt | string;
|
|
12
|
+
/**
|
|
13
|
+
* The number of milliseconds between instances of this table in the output transport stream.
|
|
14
|
+
*/
|
|
15
|
+
SdtInterval?: number;
|
|
16
|
+
/**
|
|
17
|
+
* The service name placed in the service_descriptor in the Service Description Table. Maximum length is 256 characters.
|
|
18
|
+
*/
|
|
19
|
+
ServiceName?: string;
|
|
20
|
+
/**
|
|
21
|
+
* The service provider name placed in the service_descriptor in the Service Description Table. Maximum length is 256 characters.
|
|
22
|
+
*/
|
|
23
|
+
ServiceProviderName?: string;
|
|
24
|
+
}
|
|
25
|
+
/**
|
|
26
|
+
* Use these settings to insert a DVB Time and Date Table (TDT) in the transport stream of this output. When you work directly in your JSON job specification, include this object only when your job has a transport stream output and the container settings contain the object M2tsSettings.
|
|
27
|
+
*/
|
|
28
|
+
export interface DvbTdtSettings {
|
|
29
|
+
/**
|
|
30
|
+
* The number of milliseconds between instances of this table in the output transport stream.
|
|
31
|
+
*/
|
|
32
|
+
TdtInterval?: number;
|
|
33
|
+
}
|
|
34
|
+
export declare enum M2tsEbpAudioInterval {
|
|
35
|
+
VIDEO_AND_FIXED_INTERVALS = "VIDEO_AND_FIXED_INTERVALS",
|
|
36
|
+
VIDEO_INTERVAL = "VIDEO_INTERVAL"
|
|
37
|
+
}
|
|
38
|
+
export declare enum M2tsEbpPlacement {
|
|
39
|
+
VIDEO_AND_AUDIO_PIDS = "VIDEO_AND_AUDIO_PIDS",
|
|
40
|
+
VIDEO_PID = "VIDEO_PID"
|
|
41
|
+
}
|
|
42
|
+
export declare enum M2tsEsRateInPes {
|
|
43
|
+
EXCLUDE = "EXCLUDE",
|
|
44
|
+
INCLUDE = "INCLUDE"
|
|
45
|
+
}
|
|
46
|
+
export declare enum M2tsForceTsVideoEbpOrder {
|
|
47
|
+
DEFAULT = "DEFAULT",
|
|
48
|
+
FORCE = "FORCE"
|
|
49
|
+
}
|
|
4
50
|
export declare enum M2tsKlvMetadata {
|
|
5
51
|
NONE = "NONE",
|
|
6
52
|
PASSTHROUGH = "PASSTHROUGH"
|
|
@@ -410,6 +456,10 @@ export declare enum MpdKlvMetadata {
|
|
|
410
456
|
NONE = "NONE",
|
|
411
457
|
PASSTHROUGH = "PASSTHROUGH"
|
|
412
458
|
}
|
|
459
|
+
export declare enum MpdManifestMetadataSignaling {
|
|
460
|
+
DISABLED = "DISABLED",
|
|
461
|
+
ENABLED = "ENABLED"
|
|
462
|
+
}
|
|
413
463
|
export declare enum MpdScte35Esam {
|
|
414
464
|
INSERT = "INSERT",
|
|
415
465
|
NONE = "NONE"
|
|
@@ -422,6 +472,10 @@ export declare enum MpdTimedMetadata {
|
|
|
422
472
|
NONE = "NONE",
|
|
423
473
|
PASSTHROUGH = "PASSTHROUGH"
|
|
424
474
|
}
|
|
475
|
+
export declare enum MpdTimedMetadataBoxVersion {
|
|
476
|
+
VERSION_0 = "VERSION_0",
|
|
477
|
+
VERSION_1 = "VERSION_1"
|
|
478
|
+
}
|
|
425
479
|
/**
|
|
426
480
|
* These settings relate to the fragmented MP4 container for the segments in your DASH outputs.
|
|
427
481
|
*/
|
|
@@ -442,6 +496,10 @@ export interface MpdSettings {
|
|
|
442
496
|
* To include key-length-value metadata in this output: Set KLV metadata insertion to Passthrough. MediaConvert reads KLV metadata present in your input and writes each instance to a separate event message box in the output, according to MISB ST1910.1. To exclude this KLV metadata: Set KLV metadata insertion to None or leave blank.
|
|
443
497
|
*/
|
|
444
498
|
KlvMetadata?: MpdKlvMetadata | string;
|
|
499
|
+
/**
|
|
500
|
+
* To add an InbandEventStream element in your output MPD manifest for each type of event message, set Manifest metadata signaling to Enabled. For ID3 event messages, the InbandEventStream element schemeIdUri will be same value that you specify for ID3 metadata scheme ID URI. For SCTE35 event messages, the InbandEventStream element schemeIdUri will be "urn:scte:scte35:2013:bin". To leave these elements out of your output MPD manifest, set Manifest metadata signaling to Disabled.
|
|
501
|
+
*/
|
|
502
|
+
ManifestMetadataSignaling?: MpdManifestMetadataSignaling | string;
|
|
445
503
|
/**
|
|
446
504
|
* Use this setting only when you specify SCTE-35 markers from ESAM. Choose INSERT to put SCTE-35 markers in this output at the insertion points that you specify in an ESAM XML document. Provide the document in the setting SCC XML (sccXml).
|
|
447
505
|
*/
|
|
@@ -454,6 +512,21 @@ export interface MpdSettings {
|
|
|
454
512
|
* To include ID3 metadata in this output: Set ID3 metadata (timedMetadata) to Passthrough (PASSTHROUGH). Specify this ID3 metadata in Custom ID3 metadata inserter (timedMetadataInsertion). MediaConvert writes each instance of ID3 metadata in a separate Event Message (eMSG) box. To exclude this ID3 metadata: Set ID3 metadata to None (NONE) or leave blank.
|
|
455
513
|
*/
|
|
456
514
|
TimedMetadata?: MpdTimedMetadata | string;
|
|
515
|
+
/**
|
|
516
|
+
* Specify the event message box (eMSG) version for ID3 timed metadata in your output.
|
|
517
|
+
* For more information, see ISO/IEC 23009-1:2022 section 5.10.3.3.3 Syntax.
|
|
518
|
+
* Leave blank to use the default value Version 0.
|
|
519
|
+
* When you specify Version 1, you must also set ID3 metadata (timedMetadata) to Passthrough.
|
|
520
|
+
*/
|
|
521
|
+
TimedMetadataBoxVersion?: MpdTimedMetadataBoxVersion | string;
|
|
522
|
+
/**
|
|
523
|
+
* Specify the event message box (eMSG) scheme ID URI (scheme_id_uri) for ID3 timed metadata in your output. For more informaiton, see ISO/IEC 23009-1:2022 section 5.10.3.3.4 Semantics. Leave blank to use the default value: https://aomedia.org/emsg/ID3 When you specify a value for ID3 metadata scheme ID URI, you must also set ID3 metadata (timedMetadata) to Passthrough.
|
|
524
|
+
*/
|
|
525
|
+
TimedMetadataSchemeIdUri?: string;
|
|
526
|
+
/**
|
|
527
|
+
* Specify the event message box (eMSG) value for ID3 timed metadata in your output. For more informaiton, see ISO/IEC 23009-1:2022 section 5.10.3.3.4 Semantics. When you specify a value for ID3 Metadata Value, you must also set ID3 metadata (timedMetadata) to Passthrough.
|
|
528
|
+
*/
|
|
529
|
+
TimedMetadataValue?: string;
|
|
457
530
|
}
|
|
458
531
|
export declare enum MxfAfdSignaling {
|
|
459
532
|
COPY_FROM_VIDEO = "COPY_FROM_VIDEO",
|
|
@@ -1682,7 +1755,7 @@ export interface Mpeg2Settings {
|
|
|
1682
1755
|
*/
|
|
1683
1756
|
SpatialAdaptiveQuantization?: Mpeg2SpatialAdaptiveQuantization | string;
|
|
1684
1757
|
/**
|
|
1685
|
-
* Specify whether this output's video uses the D10 syntax. Keep the default value to not use the syntax. Related settings: When you choose D10 (D_10) for your MXF profile (profile), you must also set this value to
|
|
1758
|
+
* Specify whether this output's video uses the D10 syntax. Keep the default value to not use the syntax. Related settings: When you choose D10 (D_10) for your MXF profile (profile), you must also set this value to D10 (D_10).
|
|
1686
1759
|
*/
|
|
1687
1760
|
Syntax?: Mpeg2Syntax | string;
|
|
1688
1761
|
/**
|
|
@@ -3725,67 +3798,14 @@ export interface Policy {
|
|
|
3725
3798
|
*/
|
|
3726
3799
|
S3Inputs?: InputPolicy | string;
|
|
3727
3800
|
}
|
|
3728
|
-
|
|
3729
|
-
|
|
3730
|
-
|
|
3731
|
-
|
|
3732
|
-
|
|
3733
|
-
|
|
3734
|
-
|
|
3735
|
-
|
|
3736
|
-
* The name of the preset.
|
|
3737
|
-
*/
|
|
3738
|
-
Name: string | undefined;
|
|
3739
|
-
}
|
|
3740
|
-
export interface GetPresetResponse {
|
|
3741
|
-
/**
|
|
3742
|
-
* A preset is a collection of preconfigured media conversion settings that you want MediaConvert to apply to the output during the conversion process.
|
|
3743
|
-
*/
|
|
3744
|
-
Preset?: Preset;
|
|
3745
|
-
}
|
|
3746
|
-
export interface GetQueueRequest {
|
|
3747
|
-
/**
|
|
3748
|
-
* The name of the queue that you want information about.
|
|
3749
|
-
*/
|
|
3750
|
-
Name: string | undefined;
|
|
3751
|
-
}
|
|
3752
|
-
export interface GetQueueResponse {
|
|
3753
|
-
/**
|
|
3754
|
-
* You can use queues to manage the resources that are available to your AWS account for running multiple transcoding jobs at the same time. If you don't specify a queue, the service sends all jobs through the default queue. For more information, see https://docs.aws.amazon.com/mediaconvert/latest/ug/working-with-queues.html.
|
|
3755
|
-
*/
|
|
3756
|
-
Queue?: Queue;
|
|
3757
|
-
}
|
|
3758
|
-
export declare enum JobTemplateListBy {
|
|
3759
|
-
CREATION_DATE = "CREATION_DATE",
|
|
3760
|
-
NAME = "NAME",
|
|
3761
|
-
SYSTEM = "SYSTEM"
|
|
3762
|
-
}
|
|
3763
|
-
export declare enum Order {
|
|
3764
|
-
ASCENDING = "ASCENDING",
|
|
3765
|
-
DESCENDING = "DESCENDING"
|
|
3766
|
-
}
|
|
3767
|
-
export interface ListJobsRequest {
|
|
3768
|
-
/**
|
|
3769
|
-
* Optional. Number of jobs, up to twenty, that will be returned at one time.
|
|
3770
|
-
*/
|
|
3771
|
-
MaxResults?: number;
|
|
3772
|
-
/**
|
|
3773
|
-
* Optional. Use this string, provided with the response to a previous request, to request the next batch of jobs.
|
|
3774
|
-
*/
|
|
3775
|
-
NextToken?: string;
|
|
3776
|
-
/**
|
|
3777
|
-
* Optional. When you request lists of resources, you can specify whether they are sorted in ASCENDING or DESCENDING order. Default varies by resource.
|
|
3778
|
-
*/
|
|
3779
|
-
Order?: Order | string;
|
|
3780
|
-
/**
|
|
3781
|
-
* Optional. Provide a queue name to get back only jobs from that queue.
|
|
3782
|
-
*/
|
|
3783
|
-
Queue?: string;
|
|
3784
|
-
/**
|
|
3785
|
-
* Optional. A job's status can be SUBMITTED, PROGRESSING, COMPLETE, CANCELED, or ERROR.
|
|
3786
|
-
*/
|
|
3787
|
-
Status?: JobStatus | string;
|
|
3788
|
-
}
|
|
3801
|
+
/**
|
|
3802
|
+
* @internal
|
|
3803
|
+
*/
|
|
3804
|
+
export declare const DvbSdtSettingsFilterSensitiveLog: (obj: DvbSdtSettings) => any;
|
|
3805
|
+
/**
|
|
3806
|
+
* @internal
|
|
3807
|
+
*/
|
|
3808
|
+
export declare const DvbTdtSettingsFilterSensitiveLog: (obj: DvbTdtSettings) => any;
|
|
3789
3809
|
/**
|
|
3790
3810
|
* @internal
|
|
3791
3811
|
*/
|
|
@@ -4146,27 +4166,3 @@ export declare const GetPolicyRequestFilterSensitiveLog: (obj: GetPolicyRequest)
|
|
|
4146
4166
|
* @internal
|
|
4147
4167
|
*/
|
|
4148
4168
|
export declare const PolicyFilterSensitiveLog: (obj: Policy) => any;
|
|
4149
|
-
/**
|
|
4150
|
-
* @internal
|
|
4151
|
-
*/
|
|
4152
|
-
export declare const GetPolicyResponseFilterSensitiveLog: (obj: GetPolicyResponse) => any;
|
|
4153
|
-
/**
|
|
4154
|
-
* @internal
|
|
4155
|
-
*/
|
|
4156
|
-
export declare const GetPresetRequestFilterSensitiveLog: (obj: GetPresetRequest) => any;
|
|
4157
|
-
/**
|
|
4158
|
-
* @internal
|
|
4159
|
-
*/
|
|
4160
|
-
export declare const GetPresetResponseFilterSensitiveLog: (obj: GetPresetResponse) => any;
|
|
4161
|
-
/**
|
|
4162
|
-
* @internal
|
|
4163
|
-
*/
|
|
4164
|
-
export declare const GetQueueRequestFilterSensitiveLog: (obj: GetQueueRequest) => any;
|
|
4165
|
-
/**
|
|
4166
|
-
* @internal
|
|
4167
|
-
*/
|
|
4168
|
-
export declare const GetQueueResponseFilterSensitiveLog: (obj: GetQueueResponse) => any;
|
|
4169
|
-
/**
|
|
4170
|
-
* @internal
|
|
4171
|
-
*/
|
|
4172
|
-
export declare const ListJobsRequestFilterSensitiveLog: (obj: ListJobsRequest) => any;
|
|
@@ -1,5 +1,66 @@
|
|
|
1
1
|
import { AccelerationSettings, HopDestination } from "./models_0";
|
|
2
|
-
import { Job,
|
|
2
|
+
import { Job, JobStatus, JobTemplate, JobTemplateSettings, Policy, Preset, PresetSettings, Queue, QueueStatus, ReservationPlanSettings, StatusUpdateInterval } from "./models_1";
|
|
3
|
+
export interface GetPolicyResponse {
|
|
4
|
+
/**
|
|
5
|
+
* A policy configures behavior that you allow or disallow for your account. For information about MediaConvert policies, see the user guide at http://docs.aws.amazon.com/mediaconvert/latest/ug/what-is.html
|
|
6
|
+
*/
|
|
7
|
+
Policy?: Policy;
|
|
8
|
+
}
|
|
9
|
+
export interface GetPresetRequest {
|
|
10
|
+
/**
|
|
11
|
+
* The name of the preset.
|
|
12
|
+
*/
|
|
13
|
+
Name: string | undefined;
|
|
14
|
+
}
|
|
15
|
+
export interface GetPresetResponse {
|
|
16
|
+
/**
|
|
17
|
+
* A preset is a collection of preconfigured media conversion settings that you want MediaConvert to apply to the output during the conversion process.
|
|
18
|
+
*/
|
|
19
|
+
Preset?: Preset;
|
|
20
|
+
}
|
|
21
|
+
export interface GetQueueRequest {
|
|
22
|
+
/**
|
|
23
|
+
* The name of the queue that you want information about.
|
|
24
|
+
*/
|
|
25
|
+
Name: string | undefined;
|
|
26
|
+
}
|
|
27
|
+
export interface GetQueueResponse {
|
|
28
|
+
/**
|
|
29
|
+
* You can use queues to manage the resources that are available to your AWS account for running multiple transcoding jobs at the same time. If you don't specify a queue, the service sends all jobs through the default queue. For more information, see https://docs.aws.amazon.com/mediaconvert/latest/ug/working-with-queues.html.
|
|
30
|
+
*/
|
|
31
|
+
Queue?: Queue;
|
|
32
|
+
}
|
|
33
|
+
export declare enum JobTemplateListBy {
|
|
34
|
+
CREATION_DATE = "CREATION_DATE",
|
|
35
|
+
NAME = "NAME",
|
|
36
|
+
SYSTEM = "SYSTEM"
|
|
37
|
+
}
|
|
38
|
+
export declare enum Order {
|
|
39
|
+
ASCENDING = "ASCENDING",
|
|
40
|
+
DESCENDING = "DESCENDING"
|
|
41
|
+
}
|
|
42
|
+
export interface ListJobsRequest {
|
|
43
|
+
/**
|
|
44
|
+
* Optional. Number of jobs, up to twenty, that will be returned at one time.
|
|
45
|
+
*/
|
|
46
|
+
MaxResults?: number;
|
|
47
|
+
/**
|
|
48
|
+
* Optional. Use this string, provided with the response to a previous request, to request the next batch of jobs.
|
|
49
|
+
*/
|
|
50
|
+
NextToken?: string;
|
|
51
|
+
/**
|
|
52
|
+
* Optional. When you request lists of resources, you can specify whether they are sorted in ASCENDING or DESCENDING order. Default varies by resource.
|
|
53
|
+
*/
|
|
54
|
+
Order?: Order | string;
|
|
55
|
+
/**
|
|
56
|
+
* Optional. Provide a queue name to get back only jobs from that queue.
|
|
57
|
+
*/
|
|
58
|
+
Queue?: string;
|
|
59
|
+
/**
|
|
60
|
+
* Optional. A job's status can be SUBMITTED, PROGRESSING, COMPLETE, CANCELED, or ERROR.
|
|
61
|
+
*/
|
|
62
|
+
Status?: JobStatus | string;
|
|
63
|
+
}
|
|
3
64
|
export interface ListJobsResponse {
|
|
4
65
|
/**
|
|
5
66
|
* List of jobs
|
|
@@ -264,6 +325,30 @@ export interface UpdateQueueResponse {
|
|
|
264
325
|
*/
|
|
265
326
|
Queue?: Queue;
|
|
266
327
|
}
|
|
328
|
+
/**
|
|
329
|
+
* @internal
|
|
330
|
+
*/
|
|
331
|
+
export declare const GetPolicyResponseFilterSensitiveLog: (obj: GetPolicyResponse) => any;
|
|
332
|
+
/**
|
|
333
|
+
* @internal
|
|
334
|
+
*/
|
|
335
|
+
export declare const GetPresetRequestFilterSensitiveLog: (obj: GetPresetRequest) => any;
|
|
336
|
+
/**
|
|
337
|
+
* @internal
|
|
338
|
+
*/
|
|
339
|
+
export declare const GetPresetResponseFilterSensitiveLog: (obj: GetPresetResponse) => any;
|
|
340
|
+
/**
|
|
341
|
+
* @internal
|
|
342
|
+
*/
|
|
343
|
+
export declare const GetQueueRequestFilterSensitiveLog: (obj: GetQueueRequest) => any;
|
|
344
|
+
/**
|
|
345
|
+
* @internal
|
|
346
|
+
*/
|
|
347
|
+
export declare const GetQueueResponseFilterSensitiveLog: (obj: GetQueueResponse) => any;
|
|
348
|
+
/**
|
|
349
|
+
* @internal
|
|
350
|
+
*/
|
|
351
|
+
export declare const ListJobsRequestFilterSensitiveLog: (obj: ListJobsRequest) => any;
|
|
267
352
|
/**
|
|
268
353
|
* @internal
|
|
269
354
|
*/
|
|
@@ -11,7 +11,8 @@ import {
|
|
|
11
11
|
ServiceInputTypes,
|
|
12
12
|
ServiceOutputTypes,
|
|
13
13
|
} from "../MediaConvertClient";
|
|
14
|
-
import { GetPolicyRequest
|
|
14
|
+
import { GetPolicyRequest } from "../models/models_1";
|
|
15
|
+
import { GetPolicyResponse } from "../models/models_2";
|
|
15
16
|
export interface GetPolicyCommandInput extends GetPolicyRequest {}
|
|
16
17
|
export interface GetPolicyCommandOutput
|
|
17
18
|
extends GetPolicyResponse,
|
|
@@ -11,7 +11,7 @@ import {
|
|
|
11
11
|
ServiceInputTypes,
|
|
12
12
|
ServiceOutputTypes,
|
|
13
13
|
} from "../MediaConvertClient";
|
|
14
|
-
import { GetPresetRequest, GetPresetResponse } from "../models/
|
|
14
|
+
import { GetPresetRequest, GetPresetResponse } from "../models/models_2";
|
|
15
15
|
export interface GetPresetCommandInput extends GetPresetRequest {}
|
|
16
16
|
export interface GetPresetCommandOutput
|
|
17
17
|
extends GetPresetResponse,
|
|
@@ -11,7 +11,7 @@ import {
|
|
|
11
11
|
ServiceInputTypes,
|
|
12
12
|
ServiceOutputTypes,
|
|
13
13
|
} from "../MediaConvertClient";
|
|
14
|
-
import { GetQueueRequest, GetQueueResponse } from "../models/
|
|
14
|
+
import { GetQueueRequest, GetQueueResponse } from "../models/models_2";
|
|
15
15
|
export interface GetQueueCommandInput extends GetQueueRequest {}
|
|
16
16
|
export interface GetQueueCommandOutput
|
|
17
17
|
extends GetQueueResponse,
|
|
@@ -11,8 +11,7 @@ import {
|
|
|
11
11
|
ServiceInputTypes,
|
|
12
12
|
ServiceOutputTypes,
|
|
13
13
|
} from "../MediaConvertClient";
|
|
14
|
-
import { ListJobsRequest } from "../models/
|
|
15
|
-
import { ListJobsResponse } from "../models/models_2";
|
|
14
|
+
import { ListJobsRequest, ListJobsResponse } from "../models/models_2";
|
|
16
15
|
export interface ListJobsCommandInput extends ListJobsRequest {}
|
|
17
16
|
export interface ListJobsCommandOutput
|
|
18
17
|
extends ListJobsResponse,
|
|
@@ -1501,6 +1501,10 @@ export declare enum CmafManifestDurationFormat {
|
|
|
1501
1501
|
FLOATING_POINT = "FLOATING_POINT",
|
|
1502
1502
|
INTEGER = "INTEGER",
|
|
1503
1503
|
}
|
|
1504
|
+
export declare enum CmafMpdManifestBandwidthType {
|
|
1505
|
+
AVERAGE = "AVERAGE",
|
|
1506
|
+
MAX = "MAX",
|
|
1507
|
+
}
|
|
1504
1508
|
export declare enum CmafMpdProfile {
|
|
1505
1509
|
MAIN_PROFILE = "MAIN_PROFILE",
|
|
1506
1510
|
ON_DEMAND_PROFILE = "ON_DEMAND_PROFILE",
|
|
@@ -1525,6 +1529,10 @@ export declare enum CmafTargetDurationCompatibilityMode {
|
|
|
1525
1529
|
LEGACY = "LEGACY",
|
|
1526
1530
|
SPEC_COMPLIANT = "SPEC_COMPLIANT",
|
|
1527
1531
|
}
|
|
1532
|
+
export declare enum CmafVideoCompositionOffsets {
|
|
1533
|
+
SIGNED = "SIGNED",
|
|
1534
|
+
UNSIGNED = "UNSIGNED",
|
|
1535
|
+
}
|
|
1528
1536
|
export declare enum CmafWriteDASHManifest {
|
|
1529
1537
|
DISABLED = "DISABLED",
|
|
1530
1538
|
ENABLED = "ENABLED",
|
|
@@ -1552,6 +1560,7 @@ export interface CmafGroupSettings {
|
|
|
1552
1560
|
ManifestDurationFormat?: CmafManifestDurationFormat | string;
|
|
1553
1561
|
MinBufferTime?: number;
|
|
1554
1562
|
MinFinalSegmentLength?: number;
|
|
1563
|
+
MpdManifestBandwidthType?: CmafMpdManifestBandwidthType | string;
|
|
1555
1564
|
MpdProfile?: CmafMpdProfile | string;
|
|
1556
1565
|
PtsOffsetHandlingForBFrames?: CmafPtsOffsetHandlingForBFrames | string;
|
|
1557
1566
|
SegmentControl?: CmafSegmentControl | string;
|
|
@@ -1561,6 +1570,7 @@ export interface CmafGroupSettings {
|
|
|
1561
1570
|
TargetDurationCompatibilityMode?:
|
|
1562
1571
|
| CmafTargetDurationCompatibilityMode
|
|
1563
1572
|
| string;
|
|
1573
|
+
VideoCompositionOffsets?: CmafVideoCompositionOffsets | string;
|
|
1564
1574
|
WriteDashManifest?: CmafWriteDASHManifest | string;
|
|
1565
1575
|
WriteHlsManifest?: CmafWriteHLSManifest | string;
|
|
1566
1576
|
WriteSegmentTimelineInRepresentation?:
|
|
@@ -1607,6 +1617,10 @@ export interface DashIsoImageBasedTrickPlaySettings {
|
|
|
1607
1617
|
TileHeight?: number;
|
|
1608
1618
|
TileWidth?: number;
|
|
1609
1619
|
}
|
|
1620
|
+
export declare enum DashIsoMpdManifestBandwidthType {
|
|
1621
|
+
AVERAGE = "AVERAGE",
|
|
1622
|
+
MAX = "MAX",
|
|
1623
|
+
}
|
|
1610
1624
|
export declare enum DashIsoMpdProfile {
|
|
1611
1625
|
MAIN_PROFILE = "MAIN_PROFILE",
|
|
1612
1626
|
ON_DEMAND_PROFILE = "ON_DEMAND_PROFILE",
|
|
@@ -1623,6 +1637,10 @@ export declare enum DashIsoSegmentLengthControl {
|
|
|
1623
1637
|
EXACT = "EXACT",
|
|
1624
1638
|
GOP_MULTIPLE = "GOP_MULTIPLE",
|
|
1625
1639
|
}
|
|
1640
|
+
export declare enum DashIsoVideoCompositionOffsets {
|
|
1641
|
+
SIGNED = "SIGNED",
|
|
1642
|
+
UNSIGNED = "UNSIGNED",
|
|
1643
|
+
}
|
|
1626
1644
|
export declare enum DashIsoWriteSegmentTimelineInRepresentation {
|
|
1627
1645
|
DISABLED = "DISABLED",
|
|
1628
1646
|
ENABLED = "ENABLED",
|
|
@@ -1642,11 +1660,13 @@ export interface DashIsoGroupSettings {
|
|
|
1642
1660
|
ImageBasedTrickPlaySettings?: DashIsoImageBasedTrickPlaySettings;
|
|
1643
1661
|
MinBufferTime?: number;
|
|
1644
1662
|
MinFinalSegmentLength?: number;
|
|
1663
|
+
MpdManifestBandwidthType?: DashIsoMpdManifestBandwidthType | string;
|
|
1645
1664
|
MpdProfile?: DashIsoMpdProfile | string;
|
|
1646
1665
|
PtsOffsetHandlingForBFrames?: DashIsoPtsOffsetHandlingForBFrames | string;
|
|
1647
1666
|
SegmentControl?: DashIsoSegmentControl | string;
|
|
1648
1667
|
SegmentLength?: number;
|
|
1649
1668
|
SegmentLengthControl?: DashIsoSegmentLengthControl | string;
|
|
1669
|
+
VideoCompositionOffsets?: DashIsoVideoCompositionOffsets | string;
|
|
1650
1670
|
WriteSegmentTimelineInRepresentation?:
|
|
1651
1671
|
| DashIsoWriteSegmentTimelineInRepresentation
|
|
1652
1672
|
| string;
|
|
@@ -1858,6 +1878,10 @@ export declare enum CmfcKlvMetadata {
|
|
|
1858
1878
|
NONE = "NONE",
|
|
1859
1879
|
PASSTHROUGH = "PASSTHROUGH",
|
|
1860
1880
|
}
|
|
1881
|
+
export declare enum CmfcManifestMetadataSignaling {
|
|
1882
|
+
DISABLED = "DISABLED",
|
|
1883
|
+
ENABLED = "ENABLED",
|
|
1884
|
+
}
|
|
1861
1885
|
export declare enum CmfcScte35Esam {
|
|
1862
1886
|
INSERT = "INSERT",
|
|
1863
1887
|
NONE = "NONE",
|
|
@@ -1870,6 +1894,10 @@ export declare enum CmfcTimedMetadata {
|
|
|
1870
1894
|
NONE = "NONE",
|
|
1871
1895
|
PASSTHROUGH = "PASSTHROUGH",
|
|
1872
1896
|
}
|
|
1897
|
+
export declare enum CmfcTimedMetadataBoxVersion {
|
|
1898
|
+
VERSION_0 = "VERSION_0",
|
|
1899
|
+
VERSION_1 = "VERSION_1",
|
|
1900
|
+
}
|
|
1873
1901
|
export interface CmfcSettings {
|
|
1874
1902
|
AudioDuration?: CmfcAudioDuration | string;
|
|
1875
1903
|
AudioGroupId?: string;
|
|
@@ -1878,9 +1906,13 @@ export interface CmfcSettings {
|
|
|
1878
1906
|
DescriptiveVideoServiceFlag?: CmfcDescriptiveVideoServiceFlag | string;
|
|
1879
1907
|
IFrameOnlyManifest?: CmfcIFrameOnlyManifest | string;
|
|
1880
1908
|
KlvMetadata?: CmfcKlvMetadata | string;
|
|
1909
|
+
ManifestMetadataSignaling?: CmfcManifestMetadataSignaling | string;
|
|
1881
1910
|
Scte35Esam?: CmfcScte35Esam | string;
|
|
1882
1911
|
Scte35Source?: CmfcScte35Source | string;
|
|
1883
1912
|
TimedMetadata?: CmfcTimedMetadata | string;
|
|
1913
|
+
TimedMetadataBoxVersion?: CmfcTimedMetadataBoxVersion | string;
|
|
1914
|
+
TimedMetadataSchemeIdUri?: string;
|
|
1915
|
+
TimedMetadataValue?: string;
|
|
1884
1916
|
}
|
|
1885
1917
|
export declare enum ContainerType {
|
|
1886
1918
|
CMFC = "CMFC",
|
|
@@ -1929,31 +1961,6 @@ export declare enum OutputSdt {
|
|
|
1929
1961
|
SDT_MANUAL = "SDT_MANUAL",
|
|
1930
1962
|
SDT_NONE = "SDT_NONE",
|
|
1931
1963
|
}
|
|
1932
|
-
export interface DvbSdtSettings {
|
|
1933
|
-
OutputSdt?: OutputSdt | string;
|
|
1934
|
-
SdtInterval?: number;
|
|
1935
|
-
ServiceName?: string;
|
|
1936
|
-
ServiceProviderName?: string;
|
|
1937
|
-
}
|
|
1938
|
-
export interface DvbTdtSettings {
|
|
1939
|
-
TdtInterval?: number;
|
|
1940
|
-
}
|
|
1941
|
-
export declare enum M2tsEbpAudioInterval {
|
|
1942
|
-
VIDEO_AND_FIXED_INTERVALS = "VIDEO_AND_FIXED_INTERVALS",
|
|
1943
|
-
VIDEO_INTERVAL = "VIDEO_INTERVAL",
|
|
1944
|
-
}
|
|
1945
|
-
export declare enum M2tsEbpPlacement {
|
|
1946
|
-
VIDEO_AND_AUDIO_PIDS = "VIDEO_AND_AUDIO_PIDS",
|
|
1947
|
-
VIDEO_PID = "VIDEO_PID",
|
|
1948
|
-
}
|
|
1949
|
-
export declare enum M2tsEsRateInPes {
|
|
1950
|
-
EXCLUDE = "EXCLUDE",
|
|
1951
|
-
INCLUDE = "INCLUDE",
|
|
1952
|
-
}
|
|
1953
|
-
export declare enum M2tsForceTsVideoEbpOrder {
|
|
1954
|
-
DEFAULT = "DEFAULT",
|
|
1955
|
-
FORCE = "FORCE",
|
|
1956
|
-
}
|
|
1957
1964
|
export declare const AllowedRenditionSizeFilterSensitiveLog: (
|
|
1958
1965
|
obj: AllowedRenditionSize
|
|
1959
1966
|
) => any;
|
|
@@ -2239,9 +2246,3 @@ export declare const F4vSettingsFilterSensitiveLog: (obj: F4vSettings) => any;
|
|
|
2239
2246
|
export declare const DvbNitSettingsFilterSensitiveLog: (
|
|
2240
2247
|
obj: DvbNitSettings
|
|
2241
2248
|
) => any;
|
|
2242
|
-
export declare const DvbSdtSettingsFilterSensitiveLog: (
|
|
2243
|
-
obj: DvbSdtSettings
|
|
2244
|
-
) => any;
|
|
2245
|
-
export declare const DvbTdtSettingsFilterSensitiveLog: (
|
|
2246
|
-
obj: DvbTdtSettings
|
|
2247
|
-
) => any;
|
|
@@ -13,8 +13,6 @@ import {
|
|
|
13
13
|
CmfcSettings,
|
|
14
14
|
ContainerType,
|
|
15
15
|
DvbNitSettings,
|
|
16
|
-
DvbSdtSettings,
|
|
17
|
-
DvbTdtSettings,
|
|
18
16
|
Endpoint,
|
|
19
17
|
EsamSettings,
|
|
20
18
|
ExtendedDataServices,
|
|
@@ -32,18 +30,40 @@ import {
|
|
|
32
30
|
M2tsAudioDuration,
|
|
33
31
|
M2tsBufferModel,
|
|
34
32
|
M2tsDataPtsControl,
|
|
35
|
-
M2tsEbpAudioInterval,
|
|
36
|
-
M2tsEbpPlacement,
|
|
37
|
-
M2tsEsRateInPes,
|
|
38
|
-
M2tsForceTsVideoEbpOrder,
|
|
39
33
|
MotionImageInserter,
|
|
40
34
|
NielsenConfiguration,
|
|
41
35
|
NielsenNonLinearWatermarkSettings,
|
|
42
36
|
OutputGroupDetail,
|
|
43
37
|
OutputGroupSettings,
|
|
38
|
+
OutputSdt,
|
|
44
39
|
QueueTransition,
|
|
45
40
|
Rectangle,
|
|
46
41
|
} from "./models_0";
|
|
42
|
+
export interface DvbSdtSettings {
|
|
43
|
+
OutputSdt?: OutputSdt | string;
|
|
44
|
+
SdtInterval?: number;
|
|
45
|
+
ServiceName?: string;
|
|
46
|
+
ServiceProviderName?: string;
|
|
47
|
+
}
|
|
48
|
+
export interface DvbTdtSettings {
|
|
49
|
+
TdtInterval?: number;
|
|
50
|
+
}
|
|
51
|
+
export declare enum M2tsEbpAudioInterval {
|
|
52
|
+
VIDEO_AND_FIXED_INTERVALS = "VIDEO_AND_FIXED_INTERVALS",
|
|
53
|
+
VIDEO_INTERVAL = "VIDEO_INTERVAL",
|
|
54
|
+
}
|
|
55
|
+
export declare enum M2tsEbpPlacement {
|
|
56
|
+
VIDEO_AND_AUDIO_PIDS = "VIDEO_AND_AUDIO_PIDS",
|
|
57
|
+
VIDEO_PID = "VIDEO_PID",
|
|
58
|
+
}
|
|
59
|
+
export declare enum M2tsEsRateInPes {
|
|
60
|
+
EXCLUDE = "EXCLUDE",
|
|
61
|
+
INCLUDE = "INCLUDE",
|
|
62
|
+
}
|
|
63
|
+
export declare enum M2tsForceTsVideoEbpOrder {
|
|
64
|
+
DEFAULT = "DEFAULT",
|
|
65
|
+
FORCE = "FORCE",
|
|
66
|
+
}
|
|
47
67
|
export declare enum M2tsKlvMetadata {
|
|
48
68
|
NONE = "NONE",
|
|
49
69
|
PASSTHROUGH = "PASSTHROUGH",
|
|
@@ -228,6 +248,10 @@ export declare enum MpdKlvMetadata {
|
|
|
228
248
|
NONE = "NONE",
|
|
229
249
|
PASSTHROUGH = "PASSTHROUGH",
|
|
230
250
|
}
|
|
251
|
+
export declare enum MpdManifestMetadataSignaling {
|
|
252
|
+
DISABLED = "DISABLED",
|
|
253
|
+
ENABLED = "ENABLED",
|
|
254
|
+
}
|
|
231
255
|
export declare enum MpdScte35Esam {
|
|
232
256
|
INSERT = "INSERT",
|
|
233
257
|
NONE = "NONE",
|
|
@@ -240,14 +264,22 @@ export declare enum MpdTimedMetadata {
|
|
|
240
264
|
NONE = "NONE",
|
|
241
265
|
PASSTHROUGH = "PASSTHROUGH",
|
|
242
266
|
}
|
|
267
|
+
export declare enum MpdTimedMetadataBoxVersion {
|
|
268
|
+
VERSION_0 = "VERSION_0",
|
|
269
|
+
VERSION_1 = "VERSION_1",
|
|
270
|
+
}
|
|
243
271
|
export interface MpdSettings {
|
|
244
272
|
AccessibilityCaptionHints?: MpdAccessibilityCaptionHints | string;
|
|
245
273
|
AudioDuration?: MpdAudioDuration | string;
|
|
246
274
|
CaptionContainerType?: MpdCaptionContainerType | string;
|
|
247
275
|
KlvMetadata?: MpdKlvMetadata | string;
|
|
276
|
+
ManifestMetadataSignaling?: MpdManifestMetadataSignaling | string;
|
|
248
277
|
Scte35Esam?: MpdScte35Esam | string;
|
|
249
278
|
Scte35Source?: MpdScte35Source | string;
|
|
250
279
|
TimedMetadata?: MpdTimedMetadata | string;
|
|
280
|
+
TimedMetadataBoxVersion?: MpdTimedMetadataBoxVersion | string;
|
|
281
|
+
TimedMetadataSchemeIdUri?: string;
|
|
282
|
+
TimedMetadataValue?: string;
|
|
251
283
|
}
|
|
252
284
|
export declare enum MxfAfdSignaling {
|
|
253
285
|
COPY_FROM_VIDEO = "COPY_FROM_VIDEO",
|
|
@@ -1805,37 +1837,12 @@ export interface Policy {
|
|
|
1805
1837
|
HttpsInputs?: InputPolicy | string;
|
|
1806
1838
|
S3Inputs?: InputPolicy | string;
|
|
1807
1839
|
}
|
|
1808
|
-
export
|
|
1809
|
-
|
|
1810
|
-
|
|
1811
|
-
export
|
|
1812
|
-
|
|
1813
|
-
|
|
1814
|
-
export interface GetPresetResponse {
|
|
1815
|
-
Preset?: Preset;
|
|
1816
|
-
}
|
|
1817
|
-
export interface GetQueueRequest {
|
|
1818
|
-
Name: string | undefined;
|
|
1819
|
-
}
|
|
1820
|
-
export interface GetQueueResponse {
|
|
1821
|
-
Queue?: Queue;
|
|
1822
|
-
}
|
|
1823
|
-
export declare enum JobTemplateListBy {
|
|
1824
|
-
CREATION_DATE = "CREATION_DATE",
|
|
1825
|
-
NAME = "NAME",
|
|
1826
|
-
SYSTEM = "SYSTEM",
|
|
1827
|
-
}
|
|
1828
|
-
export declare enum Order {
|
|
1829
|
-
ASCENDING = "ASCENDING",
|
|
1830
|
-
DESCENDING = "DESCENDING",
|
|
1831
|
-
}
|
|
1832
|
-
export interface ListJobsRequest {
|
|
1833
|
-
MaxResults?: number;
|
|
1834
|
-
NextToken?: string;
|
|
1835
|
-
Order?: Order | string;
|
|
1836
|
-
Queue?: string;
|
|
1837
|
-
Status?: JobStatus | string;
|
|
1838
|
-
}
|
|
1840
|
+
export declare const DvbSdtSettingsFilterSensitiveLog: (
|
|
1841
|
+
obj: DvbSdtSettings
|
|
1842
|
+
) => any;
|
|
1843
|
+
export declare const DvbTdtSettingsFilterSensitiveLog: (
|
|
1844
|
+
obj: DvbTdtSettings
|
|
1845
|
+
) => any;
|
|
1839
1846
|
export declare const M2tsScte35EsamFilterSensitiveLog: (
|
|
1840
1847
|
obj: M2tsScte35Esam
|
|
1841
1848
|
) => any;
|
|
@@ -2052,21 +2059,3 @@ export declare const GetPolicyRequestFilterSensitiveLog: (
|
|
|
2052
2059
|
obj: GetPolicyRequest
|
|
2053
2060
|
) => any;
|
|
2054
2061
|
export declare const PolicyFilterSensitiveLog: (obj: Policy) => any;
|
|
2055
|
-
export declare const GetPolicyResponseFilterSensitiveLog: (
|
|
2056
|
-
obj: GetPolicyResponse
|
|
2057
|
-
) => any;
|
|
2058
|
-
export declare const GetPresetRequestFilterSensitiveLog: (
|
|
2059
|
-
obj: GetPresetRequest
|
|
2060
|
-
) => any;
|
|
2061
|
-
export declare const GetPresetResponseFilterSensitiveLog: (
|
|
2062
|
-
obj: GetPresetResponse
|
|
2063
|
-
) => any;
|
|
2064
|
-
export declare const GetQueueRequestFilterSensitiveLog: (
|
|
2065
|
-
obj: GetQueueRequest
|
|
2066
|
-
) => any;
|
|
2067
|
-
export declare const GetQueueResponseFilterSensitiveLog: (
|
|
2068
|
-
obj: GetQueueResponse
|
|
2069
|
-
) => any;
|
|
2070
|
-
export declare const ListJobsRequestFilterSensitiveLog: (
|
|
2071
|
-
obj: ListJobsRequest
|
|
2072
|
-
) => any;
|