@aws-sdk/client-mediaconvert 3.94.0 → 3.99.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/CHANGELOG.md +27 -0
- package/dist-cjs/commands/ListJobTemplatesCommand.js +3 -3
- package/dist-cjs/commands/ListPresetsCommand.js +3 -3
- package/dist-cjs/commands/ListQueuesCommand.js +1 -2
- package/dist-cjs/models/models_0.js +48 -46
- package/dist-cjs/models/models_1.js +46 -47
- package/dist-cjs/models/models_2.js +42 -1
- package/dist-cjs/protocols/Aws_restJson1.js +156 -0
- package/dist-cjs/runtimeConfig.js +2 -0
- package/dist-es/commands/ListJobTemplatesCommand.js +1 -1
- package/dist-es/commands/ListPresetsCommand.js +1 -1
- package/dist-es/commands/ListQueuesCommand.js +1 -2
- package/dist-es/models/models_0.js +32 -38
- package/dist-es/models/models_1.js +38 -31
- package/dist-es/models/models_2.js +31 -0
- package/dist-es/protocols/Aws_restJson1.js +137 -1
- package/dist-es/runtimeConfig.js +2 -0
- package/dist-types/commands/ListJobTemplatesCommand.d.ts +1 -1
- package/dist-types/commands/ListPresetsCommand.d.ts +1 -1
- package/dist-types/commands/ListQueuesCommand.d.ts +1 -2
- package/dist-types/models/models_0.d.ts +128 -46
- package/dist-types/models/models_1.d.ts +52 -130
- package/dist-types/models/models_2.d.ts +122 -1
- package/dist-types/ts3.4/commands/ListJobTemplatesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListPresetsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListQueuesCommand.d.ts +1 -2
- package/dist-types/ts3.4/models/models_0.d.ts +75 -37
- package/dist-types/ts3.4/models/models_1.d.ts +38 -76
- package/dist-types/ts3.4/models/models_2.d.ts +76 -1
- package/package.json +6 -6
|
@@ -1,6 +1,49 @@
|
|
|
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, DvbSdtSettings, DvbTdtSettings, Endpoint, EsamSettings, ExtendedDataServices, F4vSettings, Hdr10Metadata, HopDestination, Id3Insertion, ImageInserter, Input, InputTemplate, JobMessages, JobPhase, KantarWatermarkSettings, M2tsAudioBufferModel, M2tsAudioDuration, M2tsBufferModel, M2tsDataPtsControl, M2tsEbpAudioInterval, M2tsEbpPlacement, M2tsEsRateInPes, M2tsForceTsVideoEbpOrder, M2tsKlvMetadata,
|
|
3
|
+
import { AccelerationSettings, AccelerationStatus, AudioDescription, AutomatedEncodingSettings, AvailBlanking, BillingTagsSource, CaptionDescription, CaptionDescriptionPreset, CmfcAudioDuration, CmfcSettings, ContainerType, DvbNitSettings, DvbSdtSettings, DvbTdtSettings, Endpoint, EsamSettings, ExtendedDataServices, F4vSettings, Hdr10Metadata, HopDestination, Id3Insertion, ImageInserter, Input, InputTemplate, JobMessages, JobPhase, KantarWatermarkSettings, M2tsAudioBufferModel, M2tsAudioDuration, M2tsBufferModel, M2tsDataPtsControl, M2tsEbpAudioInterval, M2tsEbpPlacement, M2tsEsRateInPes, M2tsForceTsVideoEbpOrder, M2tsKlvMetadata, MotionImageInserter, NielsenConfiguration, NielsenNonLinearWatermarkSettings, OutputGroupDetail, OutputGroupSettings, QueueTransition, Rectangle } from "./models_0";
|
|
4
|
+
export declare enum M2tsNielsenId3 {
|
|
5
|
+
INSERT = "INSERT",
|
|
6
|
+
NONE = "NONE"
|
|
7
|
+
}
|
|
8
|
+
export declare enum M2tsPcrControl {
|
|
9
|
+
CONFIGURED_PCR_PERIOD = "CONFIGURED_PCR_PERIOD",
|
|
10
|
+
PCR_EVERY_PES_PACKET = "PCR_EVERY_PES_PACKET"
|
|
11
|
+
}
|
|
12
|
+
export declare enum M2tsRateMode {
|
|
13
|
+
CBR = "CBR",
|
|
14
|
+
VBR = "VBR"
|
|
15
|
+
}
|
|
16
|
+
/**
|
|
17
|
+
* Settings for SCTE-35 signals from ESAM. Include this in your job settings to put SCTE-35 markers in your HLS and transport stream outputs at the insertion points that you specify in an ESAM XML document. Provide the document in the setting SCC XML (sccXml).
|
|
18
|
+
*/
|
|
19
|
+
export interface M2tsScte35Esam {
|
|
20
|
+
/**
|
|
21
|
+
* Packet Identifier (PID) of the SCTE-35 stream in the transport stream generated by ESAM.
|
|
22
|
+
*/
|
|
23
|
+
Scte35EsamPid?: number;
|
|
24
|
+
}
|
|
25
|
+
export declare namespace M2tsScte35Esam {
|
|
26
|
+
/**
|
|
27
|
+
* @internal
|
|
28
|
+
*/
|
|
29
|
+
const filterSensitiveLog: (obj: M2tsScte35Esam) => any;
|
|
30
|
+
}
|
|
31
|
+
export declare enum M2tsScte35Source {
|
|
32
|
+
NONE = "NONE",
|
|
33
|
+
PASSTHROUGH = "PASSTHROUGH"
|
|
34
|
+
}
|
|
35
|
+
export declare enum M2tsSegmentationMarkers {
|
|
36
|
+
EBP = "EBP",
|
|
37
|
+
EBP_LEGACY = "EBP_LEGACY",
|
|
38
|
+
NONE = "NONE",
|
|
39
|
+
PSI_SEGSTART = "PSI_SEGSTART",
|
|
40
|
+
RAI_ADAPT = "RAI_ADAPT",
|
|
41
|
+
RAI_SEGSTART = "RAI_SEGSTART"
|
|
42
|
+
}
|
|
43
|
+
export declare enum M2tsSegmentationStyle {
|
|
44
|
+
MAINTAIN_CADENCE = "MAINTAIN_CADENCE",
|
|
45
|
+
RESET_CADENCE = "RESET_CADENCE"
|
|
46
|
+
}
|
|
4
47
|
/**
|
|
5
48
|
* MPEG-2 TS container settings. These apply to outputs in a File output group when the output's container (ContainerType) is MPEG-2 Transport Stream (M2TS). In these assets, data is organized by the program map table (PMT). Each transport stream program contains subsets of data, including audio, video, and metadata. Each of these subsets of data has a numerical label called a packet identifier (PID). Each transport stream program corresponds to one MediaConvert output. The PMT lists the types of data in a program along with their PID. Downstream systems and players use the program map table to look up the PID for each type of data it accesses and then uses the PIDs to locate specific data within the asset.
|
|
6
49
|
*/
|
|
@@ -74,7 +117,7 @@ export interface M2tsSettings {
|
|
|
74
117
|
*/
|
|
75
118
|
FragmentTime?: number;
|
|
76
119
|
/**
|
|
77
|
-
*
|
|
120
|
+
* To include key-length-value metadata in this output: Set KLV metadata insertion to Passthrough. MediaConvert reads KLV metadata present in your input and passes it through to the output transport stream. To exclude this KLV metadata: Set KLV metadata insertion to None or leave blank.
|
|
78
121
|
*/
|
|
79
122
|
KlvMetadata?: M2tsKlvMetadata | string;
|
|
80
123
|
/**
|
|
@@ -150,7 +193,7 @@ export interface M2tsSettings {
|
|
|
150
193
|
*/
|
|
151
194
|
SegmentationTime?: number;
|
|
152
195
|
/**
|
|
153
|
-
*
|
|
196
|
+
* Packet Identifier (PID) of the ID3 metadata stream in the transport stream.
|
|
154
197
|
*/
|
|
155
198
|
TimedMetadataPid?: number;
|
|
156
199
|
/**
|
|
@@ -422,7 +465,7 @@ export interface MpdSettings {
|
|
|
422
465
|
*/
|
|
423
466
|
CaptionContainerType?: MpdCaptionContainerType | string;
|
|
424
467
|
/**
|
|
425
|
-
*
|
|
468
|
+
* 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.
|
|
426
469
|
*/
|
|
427
470
|
KlvMetadata?: MpdKlvMetadata | string;
|
|
428
471
|
/**
|
|
@@ -650,7 +693,7 @@ export declare enum Av1FramerateConversionAlgorithm {
|
|
|
650
693
|
INTERPOLATE = "INTERPOLATE"
|
|
651
694
|
}
|
|
652
695
|
/**
|
|
653
|
-
* Settings for quality-defined variable bitrate encoding with the
|
|
696
|
+
* Settings for quality-defined variable bitrate encoding with the AV1 codec. Use these settings only when you set QVBR for Rate control mode (RateControlMode).
|
|
654
697
|
*/
|
|
655
698
|
export interface Av1QvbrSettings {
|
|
656
699
|
/**
|
|
@@ -970,7 +1013,7 @@ export declare enum H264QualityTuningLevel {
|
|
|
970
1013
|
SINGLE_PASS_HQ = "SINGLE_PASS_HQ"
|
|
971
1014
|
}
|
|
972
1015
|
/**
|
|
973
|
-
* Settings for quality-defined variable bitrate encoding with the H.
|
|
1016
|
+
* Settings for quality-defined variable bitrate encoding with the H.264 codec. Use these settings only when you set QVBR for Rate control mode (RateControlMode).
|
|
974
1017
|
*/
|
|
975
1018
|
export interface H264QvbrSettings {
|
|
976
1019
|
/**
|
|
@@ -2622,7 +2665,7 @@ export declare enum DolbyVisionProfile {
|
|
|
2622
2665
|
PROFILE_8_1 = "PROFILE_8_1"
|
|
2623
2666
|
}
|
|
2624
2667
|
/**
|
|
2625
|
-
* With AWS Elemental MediaConvert, you can create profile 5 Dolby Vision outputs from MXF and IMF sources
|
|
2668
|
+
* With AWS Elemental MediaConvert, you can create profile 5 or 8.1 Dolby Vision outputs from MXF and IMF sources.
|
|
2626
2669
|
*/
|
|
2627
2670
|
export interface DolbyVision {
|
|
2628
2671
|
/**
|
|
@@ -2634,11 +2677,11 @@ export interface DolbyVision {
|
|
|
2634
2677
|
*/
|
|
2635
2678
|
L6Mode?: DolbyVisionLevel6Mode | string;
|
|
2636
2679
|
/**
|
|
2637
|
-
* Required when you set Dolby Vision Profile
|
|
2680
|
+
* Required when you set Dolby Vision Profile to Profile 8.1. When you set Content mapping to None, content mapping is not applied to the HDR10-compatible signal. Depending on the source peak nit level, clipping might occur on HDR devices without Dolby Vision. When you set Content mapping to HDR10 1000, the transcoder creates a 1,000 nits peak HDR10-compatible signal by applying static content mapping to the source. This mode is speed-optimized for PQ10 sources with metadata that is created from analysis. For graded Dolby Vision content, be aware that creative intent might not be guaranteed with extreme 1,000 nits trims.
|
|
2638
2681
|
*/
|
|
2639
2682
|
Mapping?: DolbyVisionMapping | string;
|
|
2640
2683
|
/**
|
|
2641
|
-
* Required when you use Dolby Vision
|
|
2684
|
+
* Required when you use Dolby Vision processing. Set Profile to Profile 5 to only include frame-interleaved Dolby Vision metadata in your output. Set Profile to Profile 8.1 to include both frame-interleaved Dolby Vision metadata and HDR10 metadata in your output.
|
|
2642
2685
|
*/
|
|
2643
2686
|
Profile?: DolbyVisionProfile | string;
|
|
2644
2687
|
}
|
|
@@ -4325,124 +4368,3 @@ export declare namespace ListJobsResponse {
|
|
|
4325
4368
|
*/
|
|
4326
4369
|
const filterSensitiveLog: (obj: ListJobsResponse) => any;
|
|
4327
4370
|
}
|
|
4328
|
-
export interface ListJobTemplatesRequest {
|
|
4329
|
-
/**
|
|
4330
|
-
* Optionally, specify a job template category to limit responses to only job templates from that category.
|
|
4331
|
-
*/
|
|
4332
|
-
Category?: string;
|
|
4333
|
-
/**
|
|
4334
|
-
* Optional. When you request a list of job templates, you can choose to list them alphabetically by NAME or chronologically by CREATION_DATE. If you don't specify, the service will list them by name.
|
|
4335
|
-
*/
|
|
4336
|
-
ListBy?: JobTemplateListBy | string;
|
|
4337
|
-
/**
|
|
4338
|
-
* Optional. Number of job templates, up to twenty, that will be returned at one time.
|
|
4339
|
-
*/
|
|
4340
|
-
MaxResults?: number;
|
|
4341
|
-
/**
|
|
4342
|
-
* Use this string, provided with the response to a previous request, to request the next batch of job templates.
|
|
4343
|
-
*/
|
|
4344
|
-
NextToken?: string;
|
|
4345
|
-
/**
|
|
4346
|
-
* Optional. When you request lists of resources, you can specify whether they are sorted in ASCENDING or DESCENDING order. Default varies by resource.
|
|
4347
|
-
*/
|
|
4348
|
-
Order?: Order | string;
|
|
4349
|
-
}
|
|
4350
|
-
export declare namespace ListJobTemplatesRequest {
|
|
4351
|
-
/**
|
|
4352
|
-
* @internal
|
|
4353
|
-
*/
|
|
4354
|
-
const filterSensitiveLog: (obj: ListJobTemplatesRequest) => any;
|
|
4355
|
-
}
|
|
4356
|
-
export interface ListJobTemplatesResponse {
|
|
4357
|
-
/**
|
|
4358
|
-
* List of Job templates.
|
|
4359
|
-
*/
|
|
4360
|
-
JobTemplates?: JobTemplate[];
|
|
4361
|
-
/**
|
|
4362
|
-
* Use this string to request the next batch of job templates.
|
|
4363
|
-
*/
|
|
4364
|
-
NextToken?: string;
|
|
4365
|
-
}
|
|
4366
|
-
export declare namespace ListJobTemplatesResponse {
|
|
4367
|
-
/**
|
|
4368
|
-
* @internal
|
|
4369
|
-
*/
|
|
4370
|
-
const filterSensitiveLog: (obj: ListJobTemplatesResponse) => any;
|
|
4371
|
-
}
|
|
4372
|
-
export declare enum PresetListBy {
|
|
4373
|
-
CREATION_DATE = "CREATION_DATE",
|
|
4374
|
-
NAME = "NAME",
|
|
4375
|
-
SYSTEM = "SYSTEM"
|
|
4376
|
-
}
|
|
4377
|
-
export interface ListPresetsRequest {
|
|
4378
|
-
/**
|
|
4379
|
-
* Optionally, specify a preset category to limit responses to only presets from that category.
|
|
4380
|
-
*/
|
|
4381
|
-
Category?: string;
|
|
4382
|
-
/**
|
|
4383
|
-
* Optional. When you request a list of presets, you can choose to list them alphabetically by NAME or chronologically by CREATION_DATE. If you don't specify, the service will list them by name.
|
|
4384
|
-
*/
|
|
4385
|
-
ListBy?: PresetListBy | string;
|
|
4386
|
-
/**
|
|
4387
|
-
* Optional. Number of presets, up to twenty, that will be returned at one time
|
|
4388
|
-
*/
|
|
4389
|
-
MaxResults?: number;
|
|
4390
|
-
/**
|
|
4391
|
-
* Use this string, provided with the response to a previous request, to request the next batch of presets.
|
|
4392
|
-
*/
|
|
4393
|
-
NextToken?: string;
|
|
4394
|
-
/**
|
|
4395
|
-
* Optional. When you request lists of resources, you can specify whether they are sorted in ASCENDING or DESCENDING order. Default varies by resource.
|
|
4396
|
-
*/
|
|
4397
|
-
Order?: Order | string;
|
|
4398
|
-
}
|
|
4399
|
-
export declare namespace ListPresetsRequest {
|
|
4400
|
-
/**
|
|
4401
|
-
* @internal
|
|
4402
|
-
*/
|
|
4403
|
-
const filterSensitiveLog: (obj: ListPresetsRequest) => any;
|
|
4404
|
-
}
|
|
4405
|
-
export interface ListPresetsResponse {
|
|
4406
|
-
/**
|
|
4407
|
-
* Use this string to request the next batch of presets.
|
|
4408
|
-
*/
|
|
4409
|
-
NextToken?: string;
|
|
4410
|
-
/**
|
|
4411
|
-
* List of presets
|
|
4412
|
-
*/
|
|
4413
|
-
Presets?: Preset[];
|
|
4414
|
-
}
|
|
4415
|
-
export declare namespace ListPresetsResponse {
|
|
4416
|
-
/**
|
|
4417
|
-
* @internal
|
|
4418
|
-
*/
|
|
4419
|
-
const filterSensitiveLog: (obj: ListPresetsResponse) => any;
|
|
4420
|
-
}
|
|
4421
|
-
export declare enum QueueListBy {
|
|
4422
|
-
CREATION_DATE = "CREATION_DATE",
|
|
4423
|
-
NAME = "NAME"
|
|
4424
|
-
}
|
|
4425
|
-
export interface ListQueuesRequest {
|
|
4426
|
-
/**
|
|
4427
|
-
* Optional. When you request a list of queues, you can choose to list them alphabetically by NAME or chronologically by CREATION_DATE. If you don't specify, the service will list them by creation date.
|
|
4428
|
-
*/
|
|
4429
|
-
ListBy?: QueueListBy | string;
|
|
4430
|
-
/**
|
|
4431
|
-
* Optional. Number of queues, up to twenty, that will be returned at one time.
|
|
4432
|
-
*/
|
|
4433
|
-
MaxResults?: number;
|
|
4434
|
-
/**
|
|
4435
|
-
* Use this string, provided with the response to a previous request, to request the next batch of queues.
|
|
4436
|
-
*/
|
|
4437
|
-
NextToken?: string;
|
|
4438
|
-
/**
|
|
4439
|
-
* Optional. When you request lists of resources, you can specify whether they are sorted in ASCENDING or DESCENDING order. Default varies by resource.
|
|
4440
|
-
*/
|
|
4441
|
-
Order?: Order | string;
|
|
4442
|
-
}
|
|
4443
|
-
export declare namespace ListQueuesRequest {
|
|
4444
|
-
/**
|
|
4445
|
-
* @internal
|
|
4446
|
-
*/
|
|
4447
|
-
const filterSensitiveLog: (obj: ListQueuesRequest) => any;
|
|
4448
|
-
}
|
|
@@ -1,5 +1,126 @@
|
|
|
1
1
|
import { AccelerationSettings, HopDestination } from "./models_0";
|
|
2
|
-
import { JobTemplate, JobTemplateSettings, Policy, Preset, PresetSettings, Queue, QueueStatus, ReservationPlanSettings, StatusUpdateInterval } from "./models_1";
|
|
2
|
+
import { JobTemplate, JobTemplateListBy, JobTemplateSettings, Order, Policy, Preset, PresetSettings, Queue, QueueStatus, ReservationPlanSettings, StatusUpdateInterval } from "./models_1";
|
|
3
|
+
export interface ListJobTemplatesRequest {
|
|
4
|
+
/**
|
|
5
|
+
* Optionally, specify a job template category to limit responses to only job templates from that category.
|
|
6
|
+
*/
|
|
7
|
+
Category?: string;
|
|
8
|
+
/**
|
|
9
|
+
* Optional. When you request a list of job templates, you can choose to list them alphabetically by NAME or chronologically by CREATION_DATE. If you don't specify, the service will list them by name.
|
|
10
|
+
*/
|
|
11
|
+
ListBy?: JobTemplateListBy | string;
|
|
12
|
+
/**
|
|
13
|
+
* Optional. Number of job templates, up to twenty, that will be returned at one time.
|
|
14
|
+
*/
|
|
15
|
+
MaxResults?: number;
|
|
16
|
+
/**
|
|
17
|
+
* Use this string, provided with the response to a previous request, to request the next batch of job templates.
|
|
18
|
+
*/
|
|
19
|
+
NextToken?: string;
|
|
20
|
+
/**
|
|
21
|
+
* Optional. When you request lists of resources, you can specify whether they are sorted in ASCENDING or DESCENDING order. Default varies by resource.
|
|
22
|
+
*/
|
|
23
|
+
Order?: Order | string;
|
|
24
|
+
}
|
|
25
|
+
export declare namespace ListJobTemplatesRequest {
|
|
26
|
+
/**
|
|
27
|
+
* @internal
|
|
28
|
+
*/
|
|
29
|
+
const filterSensitiveLog: (obj: ListJobTemplatesRequest) => any;
|
|
30
|
+
}
|
|
31
|
+
export interface ListJobTemplatesResponse {
|
|
32
|
+
/**
|
|
33
|
+
* List of Job templates.
|
|
34
|
+
*/
|
|
35
|
+
JobTemplates?: JobTemplate[];
|
|
36
|
+
/**
|
|
37
|
+
* Use this string to request the next batch of job templates.
|
|
38
|
+
*/
|
|
39
|
+
NextToken?: string;
|
|
40
|
+
}
|
|
41
|
+
export declare namespace ListJobTemplatesResponse {
|
|
42
|
+
/**
|
|
43
|
+
* @internal
|
|
44
|
+
*/
|
|
45
|
+
const filterSensitiveLog: (obj: ListJobTemplatesResponse) => any;
|
|
46
|
+
}
|
|
47
|
+
export declare enum PresetListBy {
|
|
48
|
+
CREATION_DATE = "CREATION_DATE",
|
|
49
|
+
NAME = "NAME",
|
|
50
|
+
SYSTEM = "SYSTEM"
|
|
51
|
+
}
|
|
52
|
+
export interface ListPresetsRequest {
|
|
53
|
+
/**
|
|
54
|
+
* Optionally, specify a preset category to limit responses to only presets from that category.
|
|
55
|
+
*/
|
|
56
|
+
Category?: string;
|
|
57
|
+
/**
|
|
58
|
+
* Optional. When you request a list of presets, you can choose to list them alphabetically by NAME or chronologically by CREATION_DATE. If you don't specify, the service will list them by name.
|
|
59
|
+
*/
|
|
60
|
+
ListBy?: PresetListBy | string;
|
|
61
|
+
/**
|
|
62
|
+
* Optional. Number of presets, up to twenty, that will be returned at one time
|
|
63
|
+
*/
|
|
64
|
+
MaxResults?: number;
|
|
65
|
+
/**
|
|
66
|
+
* Use this string, provided with the response to a previous request, to request the next batch of presets.
|
|
67
|
+
*/
|
|
68
|
+
NextToken?: string;
|
|
69
|
+
/**
|
|
70
|
+
* Optional. When you request lists of resources, you can specify whether they are sorted in ASCENDING or DESCENDING order. Default varies by resource.
|
|
71
|
+
*/
|
|
72
|
+
Order?: Order | string;
|
|
73
|
+
}
|
|
74
|
+
export declare namespace ListPresetsRequest {
|
|
75
|
+
/**
|
|
76
|
+
* @internal
|
|
77
|
+
*/
|
|
78
|
+
const filterSensitiveLog: (obj: ListPresetsRequest) => any;
|
|
79
|
+
}
|
|
80
|
+
export interface ListPresetsResponse {
|
|
81
|
+
/**
|
|
82
|
+
* Use this string to request the next batch of presets.
|
|
83
|
+
*/
|
|
84
|
+
NextToken?: string;
|
|
85
|
+
/**
|
|
86
|
+
* List of presets
|
|
87
|
+
*/
|
|
88
|
+
Presets?: Preset[];
|
|
89
|
+
}
|
|
90
|
+
export declare namespace ListPresetsResponse {
|
|
91
|
+
/**
|
|
92
|
+
* @internal
|
|
93
|
+
*/
|
|
94
|
+
const filterSensitiveLog: (obj: ListPresetsResponse) => any;
|
|
95
|
+
}
|
|
96
|
+
export declare enum QueueListBy {
|
|
97
|
+
CREATION_DATE = "CREATION_DATE",
|
|
98
|
+
NAME = "NAME"
|
|
99
|
+
}
|
|
100
|
+
export interface ListQueuesRequest {
|
|
101
|
+
/**
|
|
102
|
+
* Optional. When you request a list of queues, you can choose to list them alphabetically by NAME or chronologically by CREATION_DATE. If you don't specify, the service will list them by creation date.
|
|
103
|
+
*/
|
|
104
|
+
ListBy?: QueueListBy | string;
|
|
105
|
+
/**
|
|
106
|
+
* Optional. Number of queues, up to twenty, that will be returned at one time.
|
|
107
|
+
*/
|
|
108
|
+
MaxResults?: number;
|
|
109
|
+
/**
|
|
110
|
+
* Use this string, provided with the response to a previous request, to request the next batch of queues.
|
|
111
|
+
*/
|
|
112
|
+
NextToken?: string;
|
|
113
|
+
/**
|
|
114
|
+
* Optional. When you request lists of resources, you can specify whether they are sorted in ASCENDING or DESCENDING order. Default varies by resource.
|
|
115
|
+
*/
|
|
116
|
+
Order?: Order | string;
|
|
117
|
+
}
|
|
118
|
+
export declare namespace ListQueuesRequest {
|
|
119
|
+
/**
|
|
120
|
+
* @internal
|
|
121
|
+
*/
|
|
122
|
+
const filterSensitiveLog: (obj: ListQueuesRequest) => any;
|
|
123
|
+
}
|
|
3
124
|
export interface ListQueuesResponse {
|
|
4
125
|
/**
|
|
5
126
|
* Use this string to request the next batch of queues.
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
2
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
3
|
import { MediaConvertClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaConvertClient";
|
|
4
|
-
import { ListJobTemplatesRequest, ListJobTemplatesResponse } from "../models/
|
|
4
|
+
import { ListJobTemplatesRequest, ListJobTemplatesResponse } from "../models/models_2";
|
|
5
5
|
export interface ListJobTemplatesCommandInput extends ListJobTemplatesRequest {
|
|
6
6
|
}
|
|
7
7
|
export interface ListJobTemplatesCommandOutput extends ListJobTemplatesResponse, __MetadataBearer {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
2
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
3
|
import { MediaConvertClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaConvertClient";
|
|
4
|
-
import { ListPresetsRequest, ListPresetsResponse } from "../models/
|
|
4
|
+
import { ListPresetsRequest, ListPresetsResponse } from "../models/models_2";
|
|
5
5
|
export interface ListPresetsCommandInput extends ListPresetsRequest {
|
|
6
6
|
}
|
|
7
7
|
export interface ListPresetsCommandOutput extends ListPresetsResponse, __MetadataBearer {
|
|
@@ -1,8 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
2
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
3
|
import { MediaConvertClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaConvertClient";
|
|
4
|
-
import { ListQueuesRequest } from "../models/
|
|
5
|
-
import { ListQueuesResponse } from "../models/models_2";
|
|
4
|
+
import { ListQueuesRequest, ListQueuesResponse } from "../models/models_2";
|
|
6
5
|
export interface ListQueuesCommandInput extends ListQueuesRequest {
|
|
7
6
|
}
|
|
8
7
|
export interface ListQueuesCommandOutput extends ListQueuesResponse, __MetadataBearer {
|
|
@@ -1,3 +1,20 @@
|
|
|
1
|
+
export declare enum RequiredFlag {
|
|
2
|
+
DISABLED = "DISABLED",
|
|
3
|
+
ENABLED = "ENABLED"
|
|
4
|
+
}
|
|
5
|
+
|
|
6
|
+
export interface AllowedRenditionSize {
|
|
7
|
+
|
|
8
|
+
Height?: number;
|
|
9
|
+
|
|
10
|
+
Required?: RequiredFlag | string;
|
|
11
|
+
|
|
12
|
+
Width?: number;
|
|
13
|
+
}
|
|
14
|
+
export declare namespace AllowedRenditionSize {
|
|
15
|
+
|
|
16
|
+
const filterSensitiveLog: (obj: AllowedRenditionSize) => any;
|
|
17
|
+
}
|
|
1
18
|
export declare enum AudioChannelTag {
|
|
2
19
|
C = "C",
|
|
3
20
|
CS = "CS",
|
|
@@ -806,6 +823,62 @@ export declare namespace AudioDescription {
|
|
|
806
823
|
|
|
807
824
|
const filterSensitiveLog: (obj: AudioDescription) => any;
|
|
808
825
|
}
|
|
826
|
+
|
|
827
|
+
export interface ForceIncludeRenditionSize {
|
|
828
|
+
|
|
829
|
+
Height?: number;
|
|
830
|
+
|
|
831
|
+
Width?: number;
|
|
832
|
+
}
|
|
833
|
+
export declare namespace ForceIncludeRenditionSize {
|
|
834
|
+
|
|
835
|
+
const filterSensitiveLog: (obj: ForceIncludeRenditionSize) => any;
|
|
836
|
+
}
|
|
837
|
+
|
|
838
|
+
export interface MinBottomRenditionSize {
|
|
839
|
+
|
|
840
|
+
Height?: number;
|
|
841
|
+
|
|
842
|
+
Width?: number;
|
|
843
|
+
}
|
|
844
|
+
export declare namespace MinBottomRenditionSize {
|
|
845
|
+
|
|
846
|
+
const filterSensitiveLog: (obj: MinBottomRenditionSize) => any;
|
|
847
|
+
}
|
|
848
|
+
|
|
849
|
+
export interface MinTopRenditionSize {
|
|
850
|
+
|
|
851
|
+
Height?: number;
|
|
852
|
+
|
|
853
|
+
Width?: number;
|
|
854
|
+
}
|
|
855
|
+
export declare namespace MinTopRenditionSize {
|
|
856
|
+
|
|
857
|
+
const filterSensitiveLog: (obj: MinTopRenditionSize) => any;
|
|
858
|
+
}
|
|
859
|
+
export declare enum RuleType {
|
|
860
|
+
ALLOWED_RENDITIONS = "ALLOWED_RENDITIONS",
|
|
861
|
+
FORCE_INCLUDE_RENDITIONS = "FORCE_INCLUDE_RENDITIONS",
|
|
862
|
+
MIN_BOTTOM_RENDITION_SIZE = "MIN_BOTTOM_RENDITION_SIZE",
|
|
863
|
+
MIN_TOP_RENDITION_SIZE = "MIN_TOP_RENDITION_SIZE"
|
|
864
|
+
}
|
|
865
|
+
|
|
866
|
+
export interface AutomatedAbrRule {
|
|
867
|
+
|
|
868
|
+
AllowedRenditions?: AllowedRenditionSize[];
|
|
869
|
+
|
|
870
|
+
ForceIncludeRenditions?: ForceIncludeRenditionSize[];
|
|
871
|
+
|
|
872
|
+
MinBottomRenditionSize?: MinBottomRenditionSize;
|
|
873
|
+
|
|
874
|
+
MinTopRenditionSize?: MinTopRenditionSize;
|
|
875
|
+
|
|
876
|
+
Type?: RuleType | string;
|
|
877
|
+
}
|
|
878
|
+
export declare namespace AutomatedAbrRule {
|
|
879
|
+
|
|
880
|
+
const filterSensitiveLog: (obj: AutomatedAbrRule) => any;
|
|
881
|
+
}
|
|
809
882
|
export declare enum BurninSubtitleAlignment {
|
|
810
883
|
AUTO = "AUTO",
|
|
811
884
|
CENTERED = "CENTERED",
|
|
@@ -2149,6 +2222,8 @@ export interface AutomatedAbrSettings {
|
|
|
2149
2222
|
MaxRenditions?: number;
|
|
2150
2223
|
|
|
2151
2224
|
MinAbrBitrate?: number;
|
|
2225
|
+
|
|
2226
|
+
Rules?: AutomatedAbrRule[];
|
|
2152
2227
|
}
|
|
2153
2228
|
export declare namespace AutomatedAbrSettings {
|
|
2154
2229
|
|
|
@@ -2998,40 +3073,3 @@ export declare enum M2tsKlvMetadata {
|
|
|
2998
3073
|
NONE = "NONE",
|
|
2999
3074
|
PASSTHROUGH = "PASSTHROUGH"
|
|
3000
3075
|
}
|
|
3001
|
-
export declare enum M2tsNielsenId3 {
|
|
3002
|
-
INSERT = "INSERT",
|
|
3003
|
-
NONE = "NONE"
|
|
3004
|
-
}
|
|
3005
|
-
export declare enum M2tsPcrControl {
|
|
3006
|
-
CONFIGURED_PCR_PERIOD = "CONFIGURED_PCR_PERIOD",
|
|
3007
|
-
PCR_EVERY_PES_PACKET = "PCR_EVERY_PES_PACKET"
|
|
3008
|
-
}
|
|
3009
|
-
export declare enum M2tsRateMode {
|
|
3010
|
-
CBR = "CBR",
|
|
3011
|
-
VBR = "VBR"
|
|
3012
|
-
}
|
|
3013
|
-
|
|
3014
|
-
export interface M2tsScte35Esam {
|
|
3015
|
-
|
|
3016
|
-
Scte35EsamPid?: number;
|
|
3017
|
-
}
|
|
3018
|
-
export declare namespace M2tsScte35Esam {
|
|
3019
|
-
|
|
3020
|
-
const filterSensitiveLog: (obj: M2tsScte35Esam) => any;
|
|
3021
|
-
}
|
|
3022
|
-
export declare enum M2tsScte35Source {
|
|
3023
|
-
NONE = "NONE",
|
|
3024
|
-
PASSTHROUGH = "PASSTHROUGH"
|
|
3025
|
-
}
|
|
3026
|
-
export declare enum M2tsSegmentationMarkers {
|
|
3027
|
-
EBP = "EBP",
|
|
3028
|
-
EBP_LEGACY = "EBP_LEGACY",
|
|
3029
|
-
NONE = "NONE",
|
|
3030
|
-
PSI_SEGSTART = "PSI_SEGSTART",
|
|
3031
|
-
RAI_ADAPT = "RAI_ADAPT",
|
|
3032
|
-
RAI_SEGSTART = "RAI_SEGSTART"
|
|
3033
|
-
}
|
|
3034
|
-
export declare enum M2tsSegmentationStyle {
|
|
3035
|
-
MAINTAIN_CADENCE = "MAINTAIN_CADENCE",
|
|
3036
|
-
RESET_CADENCE = "RESET_CADENCE"
|
|
3037
|
-
}
|
|
@@ -1,6 +1,43 @@
|
|
|
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, DvbSdtSettings, DvbTdtSettings, Endpoint, EsamSettings, ExtendedDataServices, F4vSettings, Hdr10Metadata, HopDestination, Id3Insertion, ImageInserter, Input, InputTemplate, JobMessages, JobPhase, KantarWatermarkSettings, M2tsAudioBufferModel, M2tsAudioDuration, M2tsBufferModel, M2tsDataPtsControl, M2tsEbpAudioInterval, M2tsEbpPlacement, M2tsEsRateInPes, M2tsForceTsVideoEbpOrder, M2tsKlvMetadata,
|
|
3
|
+
import { AccelerationSettings, AccelerationStatus, AudioDescription, AutomatedEncodingSettings, AvailBlanking, BillingTagsSource, CaptionDescription, CaptionDescriptionPreset, CmfcAudioDuration, CmfcSettings, ContainerType, DvbNitSettings, DvbSdtSettings, DvbTdtSettings, Endpoint, EsamSettings, ExtendedDataServices, F4vSettings, Hdr10Metadata, HopDestination, Id3Insertion, ImageInserter, Input, InputTemplate, JobMessages, JobPhase, KantarWatermarkSettings, M2tsAudioBufferModel, M2tsAudioDuration, M2tsBufferModel, M2tsDataPtsControl, M2tsEbpAudioInterval, M2tsEbpPlacement, M2tsEsRateInPes, M2tsForceTsVideoEbpOrder, M2tsKlvMetadata, MotionImageInserter, NielsenConfiguration, NielsenNonLinearWatermarkSettings, OutputGroupDetail, OutputGroupSettings, QueueTransition, Rectangle } from "./models_0";
|
|
4
|
+
export declare enum M2tsNielsenId3 {
|
|
5
|
+
INSERT = "INSERT",
|
|
6
|
+
NONE = "NONE"
|
|
7
|
+
}
|
|
8
|
+
export declare enum M2tsPcrControl {
|
|
9
|
+
CONFIGURED_PCR_PERIOD = "CONFIGURED_PCR_PERIOD",
|
|
10
|
+
PCR_EVERY_PES_PACKET = "PCR_EVERY_PES_PACKET"
|
|
11
|
+
}
|
|
12
|
+
export declare enum M2tsRateMode {
|
|
13
|
+
CBR = "CBR",
|
|
14
|
+
VBR = "VBR"
|
|
15
|
+
}
|
|
16
|
+
|
|
17
|
+
export interface M2tsScte35Esam {
|
|
18
|
+
|
|
19
|
+
Scte35EsamPid?: number;
|
|
20
|
+
}
|
|
21
|
+
export declare namespace M2tsScte35Esam {
|
|
22
|
+
|
|
23
|
+
const filterSensitiveLog: (obj: M2tsScte35Esam) => any;
|
|
24
|
+
}
|
|
25
|
+
export declare enum M2tsScte35Source {
|
|
26
|
+
NONE = "NONE",
|
|
27
|
+
PASSTHROUGH = "PASSTHROUGH"
|
|
28
|
+
}
|
|
29
|
+
export declare enum M2tsSegmentationMarkers {
|
|
30
|
+
EBP = "EBP",
|
|
31
|
+
EBP_LEGACY = "EBP_LEGACY",
|
|
32
|
+
NONE = "NONE",
|
|
33
|
+
PSI_SEGSTART = "PSI_SEGSTART",
|
|
34
|
+
RAI_ADAPT = "RAI_ADAPT",
|
|
35
|
+
RAI_SEGSTART = "RAI_SEGSTART"
|
|
36
|
+
}
|
|
37
|
+
export declare enum M2tsSegmentationStyle {
|
|
38
|
+
MAINTAIN_CADENCE = "MAINTAIN_CADENCE",
|
|
39
|
+
RESET_CADENCE = "RESET_CADENCE"
|
|
40
|
+
}
|
|
4
41
|
|
|
5
42
|
export interface M2tsSettings {
|
|
6
43
|
|
|
@@ -2813,78 +2850,3 @@ export declare namespace ListJobsResponse {
|
|
|
2813
2850
|
|
|
2814
2851
|
const filterSensitiveLog: (obj: ListJobsResponse) => any;
|
|
2815
2852
|
}
|
|
2816
|
-
export interface ListJobTemplatesRequest {
|
|
2817
|
-
|
|
2818
|
-
Category?: string;
|
|
2819
|
-
|
|
2820
|
-
ListBy?: JobTemplateListBy | string;
|
|
2821
|
-
|
|
2822
|
-
MaxResults?: number;
|
|
2823
|
-
|
|
2824
|
-
NextToken?: string;
|
|
2825
|
-
|
|
2826
|
-
Order?: Order | string;
|
|
2827
|
-
}
|
|
2828
|
-
export declare namespace ListJobTemplatesRequest {
|
|
2829
|
-
|
|
2830
|
-
const filterSensitiveLog: (obj: ListJobTemplatesRequest) => any;
|
|
2831
|
-
}
|
|
2832
|
-
export interface ListJobTemplatesResponse {
|
|
2833
|
-
|
|
2834
|
-
JobTemplates?: JobTemplate[];
|
|
2835
|
-
|
|
2836
|
-
NextToken?: string;
|
|
2837
|
-
}
|
|
2838
|
-
export declare namespace ListJobTemplatesResponse {
|
|
2839
|
-
|
|
2840
|
-
const filterSensitiveLog: (obj: ListJobTemplatesResponse) => any;
|
|
2841
|
-
}
|
|
2842
|
-
export declare enum PresetListBy {
|
|
2843
|
-
CREATION_DATE = "CREATION_DATE",
|
|
2844
|
-
NAME = "NAME",
|
|
2845
|
-
SYSTEM = "SYSTEM"
|
|
2846
|
-
}
|
|
2847
|
-
export interface ListPresetsRequest {
|
|
2848
|
-
|
|
2849
|
-
Category?: string;
|
|
2850
|
-
|
|
2851
|
-
ListBy?: PresetListBy | string;
|
|
2852
|
-
|
|
2853
|
-
MaxResults?: number;
|
|
2854
|
-
|
|
2855
|
-
NextToken?: string;
|
|
2856
|
-
|
|
2857
|
-
Order?: Order | string;
|
|
2858
|
-
}
|
|
2859
|
-
export declare namespace ListPresetsRequest {
|
|
2860
|
-
|
|
2861
|
-
const filterSensitiveLog: (obj: ListPresetsRequest) => any;
|
|
2862
|
-
}
|
|
2863
|
-
export interface ListPresetsResponse {
|
|
2864
|
-
|
|
2865
|
-
NextToken?: string;
|
|
2866
|
-
|
|
2867
|
-
Presets?: Preset[];
|
|
2868
|
-
}
|
|
2869
|
-
export declare namespace ListPresetsResponse {
|
|
2870
|
-
|
|
2871
|
-
const filterSensitiveLog: (obj: ListPresetsResponse) => any;
|
|
2872
|
-
}
|
|
2873
|
-
export declare enum QueueListBy {
|
|
2874
|
-
CREATION_DATE = "CREATION_DATE",
|
|
2875
|
-
NAME = "NAME"
|
|
2876
|
-
}
|
|
2877
|
-
export interface ListQueuesRequest {
|
|
2878
|
-
|
|
2879
|
-
ListBy?: QueueListBy | string;
|
|
2880
|
-
|
|
2881
|
-
MaxResults?: number;
|
|
2882
|
-
|
|
2883
|
-
NextToken?: string;
|
|
2884
|
-
|
|
2885
|
-
Order?: Order | string;
|
|
2886
|
-
}
|
|
2887
|
-
export declare namespace ListQueuesRequest {
|
|
2888
|
-
|
|
2889
|
-
const filterSensitiveLog: (obj: ListQueuesRequest) => any;
|
|
2890
|
-
}
|