@aws-sdk/client-mediaconvert 3.533.0 → 3.535.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-types/MediaConvert.d.ts +8 -1
- package/dist-types/MediaConvertClient.d.ts +1 -1
- package/dist-types/commands/AssociateCertificateCommand.d.ts +2 -1
- package/dist-types/commands/CancelJobCommand.d.ts +2 -1
- package/dist-types/commands/CreateJobCommand.d.ts +2 -1
- package/dist-types/commands/CreateJobTemplateCommand.d.ts +2 -1
- package/dist-types/commands/CreatePresetCommand.d.ts +2 -1
- package/dist-types/commands/CreateQueueCommand.d.ts +2 -1
- package/dist-types/commands/DeleteJobTemplateCommand.d.ts +2 -1
- package/dist-types/commands/DeletePolicyCommand.d.ts +2 -1
- package/dist-types/commands/DeletePresetCommand.d.ts +2 -1
- package/dist-types/commands/DeleteQueueCommand.d.ts +2 -1
- package/dist-types/commands/DescribeEndpointsCommand.d.ts +3 -3
- package/dist-types/commands/DisassociateCertificateCommand.d.ts +2 -1
- package/dist-types/commands/GetJobCommand.d.ts +2 -1
- package/dist-types/commands/GetJobTemplateCommand.d.ts +2 -1
- package/dist-types/commands/GetPolicyCommand.d.ts +2 -1
- package/dist-types/commands/GetPresetCommand.d.ts +2 -1
- package/dist-types/commands/GetQueueCommand.d.ts +2 -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 +2 -1
- package/dist-types/commands/ListQueuesCommand.d.ts +2 -1
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -1
- package/dist-types/commands/PutPolicyCommand.d.ts +2 -1
- package/dist-types/commands/TagResourceCommand.d.ts +2 -1
- package/dist-types/commands/UntagResourceCommand.d.ts +2 -1
- package/dist-types/commands/UpdateJobTemplateCommand.d.ts +2 -1
- package/dist-types/commands/UpdatePresetCommand.d.ts +2 -1
- package/dist-types/commands/UpdateQueueCommand.d.ts +2 -1
- package/dist-types/models/models_0.d.ts +709 -709
- package/dist-types/models/models_1.d.ts +659 -659
- package/dist-types/models/models_2.d.ts +125 -126
- package/dist-types/ts3.4/MediaConvert.d.ts +7 -0
- package/dist-types/ts3.4/commands/AssociateCertificateCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CancelJobCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateJobCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateJobTemplateCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreatePresetCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateQueueCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteJobTemplateCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeletePolicyCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeletePresetCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteQueueCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeEndpointsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DisassociateCertificateCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetJobCommand.d.ts +7 -0
- package/dist-types/ts3.4/commands/GetJobTemplateCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetPolicyCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetPresetCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetQueueCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListJobTemplatesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListJobsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListPresetsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListQueuesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/PutPolicyCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateJobTemplateCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdatePresetCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateQueueCommand.d.ts +9 -0
- package/package.json +40 -40
|
@@ -5,8 +5,8 @@ import { Commitment, Job, JobSettings, JobStatus, JobTemplate, JobTemplateSettin
|
|
|
5
5
|
*/
|
|
6
6
|
export interface CancelJobRequest {
|
|
7
7
|
/**
|
|
8
|
-
* @public
|
|
9
8
|
* The Job ID of the job to be cancelled.
|
|
9
|
+
* @public
|
|
10
10
|
*/
|
|
11
11
|
Id: string | undefined;
|
|
12
12
|
}
|
|
@@ -20,68 +20,68 @@ export interface CancelJobResponse {
|
|
|
20
20
|
*/
|
|
21
21
|
export interface CreateJobRequest {
|
|
22
22
|
/**
|
|
23
|
-
* @public
|
|
24
23
|
* Optional. Accelerated transcoding can significantly speed up jobs with long, visually complex content. Outputs that use this feature incur pro-tier pricing. For information about feature limitations, see the AWS Elemental MediaConvert User Guide.
|
|
24
|
+
* @public
|
|
25
25
|
*/
|
|
26
26
|
AccelerationSettings?: AccelerationSettings;
|
|
27
27
|
/**
|
|
28
|
-
* @public
|
|
29
28
|
* Optional. Choose a tag type that AWS Billing and Cost Management will use to sort your AWS Elemental MediaConvert costs on any billing report that you set up. Any transcoding outputs that don't have an associated tag will appear in your billing report unsorted. If you don't choose a valid value for this field, your job outputs will appear on the billing report unsorted.
|
|
29
|
+
* @public
|
|
30
30
|
*/
|
|
31
31
|
BillingTagsSource?: BillingTagsSource;
|
|
32
32
|
/**
|
|
33
|
-
* @public
|
|
34
33
|
* Prevent duplicate jobs from being created and ensure idempotency for your requests. A client request token can be any string that includes up to 64 ASCII characters. If you reuse a client request token within one minute of a successful request, the API returns the job details of the original request instead. For more information see https://docs.aws.amazon.com/mediaconvert/latest/apireference/idempotency.html.
|
|
34
|
+
* @public
|
|
35
35
|
*/
|
|
36
36
|
ClientRequestToken?: string;
|
|
37
37
|
/**
|
|
38
|
-
* @public
|
|
39
38
|
* Optional. Use queue hopping to avoid overly long waits in the backlog of the queue that you submit your job to. Specify an alternate queue and the maximum time that your job will wait in the initial queue before hopping. For more information about this feature, see the AWS Elemental MediaConvert User Guide.
|
|
39
|
+
* @public
|
|
40
40
|
*/
|
|
41
41
|
HopDestinations?: HopDestination[];
|
|
42
42
|
/**
|
|
43
|
-
* @public
|
|
44
43
|
* Optional. When you create a job, you can either specify a job template or specify the transcoding settings individually.
|
|
44
|
+
* @public
|
|
45
45
|
*/
|
|
46
46
|
JobTemplate?: string;
|
|
47
47
|
/**
|
|
48
|
-
* @public
|
|
49
48
|
* Optional. Specify the relative priority for this job. In any given queue, the service begins processing the job with the highest value first. When more than one job has the same priority, the service begins processing the job that you submitted first. If you don't specify a priority, the service uses the default value 0.
|
|
49
|
+
* @public
|
|
50
50
|
*/
|
|
51
51
|
Priority?: number;
|
|
52
52
|
/**
|
|
53
|
-
* @public
|
|
54
53
|
* Optional. When you create a job, you can specify a queue to send it to. If you don't specify, the job will go to the default queue. For more about queues, see the User Guide topic at https://docs.aws.amazon.com/mediaconvert/latest/ug/what-is.html.
|
|
54
|
+
* @public
|
|
55
55
|
*/
|
|
56
56
|
Queue?: string;
|
|
57
57
|
/**
|
|
58
|
-
* @public
|
|
59
58
|
* Required. The IAM role you use for creating this job. For details about permissions, see the User Guide topic at the User Guide at https://docs.aws.amazon.com/mediaconvert/latest/ug/iam-role.html.
|
|
59
|
+
* @public
|
|
60
60
|
*/
|
|
61
61
|
Role: string | undefined;
|
|
62
62
|
/**
|
|
63
|
-
* @public
|
|
64
63
|
* JobSettings contains all the transcode settings for a job.
|
|
64
|
+
* @public
|
|
65
65
|
*/
|
|
66
66
|
Settings: JobSettings | undefined;
|
|
67
67
|
/**
|
|
68
|
-
* @public
|
|
69
68
|
* Optional. Enable this setting when you run a test job to estimate how many reserved transcoding slots (RTS) you need. When this is enabled, MediaConvert runs your job from an on-demand queue with similar performance to what you will see with one RTS in a reserved queue. This setting is disabled by default.
|
|
69
|
+
* @public
|
|
70
70
|
*/
|
|
71
71
|
SimulateReservedQueue?: SimulateReservedQueue;
|
|
72
72
|
/**
|
|
73
|
-
* @public
|
|
74
73
|
* Optional. Specify how often MediaConvert sends STATUS_UPDATE events to Amazon CloudWatch Events. Set the interval, in seconds, between status updates. MediaConvert sends an update at this interval from the time the service begins processing your job to the time it completes the transcode or encounters an error.
|
|
74
|
+
* @public
|
|
75
75
|
*/
|
|
76
76
|
StatusUpdateInterval?: StatusUpdateInterval;
|
|
77
77
|
/**
|
|
78
|
-
* @public
|
|
79
78
|
* Optional. The tags that you want to add to the resource. You can tag resources with a key-value pair or with only a key. Use standard AWS tags on your job for automatic integration with AWS services and for custom integrations and workflows.
|
|
79
|
+
* @public
|
|
80
80
|
*/
|
|
81
81
|
Tags?: Record<string, string>;
|
|
82
82
|
/**
|
|
83
|
-
* @public
|
|
84
83
|
* Optional. User-defined metadata that you want to associate with an MediaConvert job. You specify metadata in key/value pairs. Use only for existing integrations or workflows that rely on job metadata tags. Otherwise, we recommend that you use standard AWS tags.
|
|
84
|
+
* @public
|
|
85
85
|
*/
|
|
86
86
|
UserMetadata?: Record<string, string>;
|
|
87
87
|
}
|
|
@@ -90,8 +90,8 @@ export interface CreateJobRequest {
|
|
|
90
90
|
*/
|
|
91
91
|
export interface CreateJobResponse {
|
|
92
92
|
/**
|
|
93
|
-
* @public
|
|
94
93
|
* Each job converts an input file into an output file or files. For more information, see the User Guide at https://docs.aws.amazon.com/mediaconvert/latest/ug/what-is.html
|
|
94
|
+
* @public
|
|
95
95
|
*/
|
|
96
96
|
Job?: Job;
|
|
97
97
|
}
|
|
@@ -100,53 +100,53 @@ export interface CreateJobResponse {
|
|
|
100
100
|
*/
|
|
101
101
|
export interface CreateJobTemplateRequest {
|
|
102
102
|
/**
|
|
103
|
-
* @public
|
|
104
103
|
* Accelerated transcoding can significantly speed up jobs with long, visually complex content. Outputs that use this feature incur pro-tier pricing. For information about feature limitations, see the AWS Elemental MediaConvert User Guide.
|
|
104
|
+
* @public
|
|
105
105
|
*/
|
|
106
106
|
AccelerationSettings?: AccelerationSettings;
|
|
107
107
|
/**
|
|
108
|
-
* @public
|
|
109
108
|
* Optional. A category for the job template you are creating
|
|
109
|
+
* @public
|
|
110
110
|
*/
|
|
111
111
|
Category?: string;
|
|
112
112
|
/**
|
|
113
|
-
* @public
|
|
114
113
|
* Optional. A description of the job template you are creating.
|
|
114
|
+
* @public
|
|
115
115
|
*/
|
|
116
116
|
Description?: string;
|
|
117
117
|
/**
|
|
118
|
-
* @public
|
|
119
118
|
* Optional. Use queue hopping to avoid overly long waits in the backlog of the queue that you submit your job to. Specify an alternate queue and the maximum time that your job will wait in the initial queue before hopping. For more information about this feature, see the AWS Elemental MediaConvert User Guide.
|
|
119
|
+
* @public
|
|
120
120
|
*/
|
|
121
121
|
HopDestinations?: HopDestination[];
|
|
122
122
|
/**
|
|
123
|
-
* @public
|
|
124
123
|
* The name of the job template you are creating.
|
|
124
|
+
* @public
|
|
125
125
|
*/
|
|
126
126
|
Name: string | undefined;
|
|
127
127
|
/**
|
|
128
|
-
* @public
|
|
129
128
|
* Specify the relative priority for this job. In any given queue, the service begins processing the job with the highest value first. When more than one job has the same priority, the service begins processing the job that you submitted first. If you don't specify a priority, the service uses the default value 0.
|
|
129
|
+
* @public
|
|
130
130
|
*/
|
|
131
131
|
Priority?: number;
|
|
132
132
|
/**
|
|
133
|
-
* @public
|
|
134
133
|
* Optional. The queue that jobs created from this template are assigned to. If you don't specify this, jobs will go to the default queue.
|
|
134
|
+
* @public
|
|
135
135
|
*/
|
|
136
136
|
Queue?: string;
|
|
137
137
|
/**
|
|
138
|
-
* @public
|
|
139
138
|
* JobTemplateSettings contains all the transcode settings saved in the template that will be applied to jobs created from it.
|
|
139
|
+
* @public
|
|
140
140
|
*/
|
|
141
141
|
Settings: JobTemplateSettings | undefined;
|
|
142
142
|
/**
|
|
143
|
-
* @public
|
|
144
143
|
* Specify how often MediaConvert sends STATUS_UPDATE events to Amazon CloudWatch Events. Set the interval, in seconds, between status updates. MediaConvert sends an update at this interval from the time the service begins processing your job to the time it completes the transcode or encounters an error.
|
|
144
|
+
* @public
|
|
145
145
|
*/
|
|
146
146
|
StatusUpdateInterval?: StatusUpdateInterval;
|
|
147
147
|
/**
|
|
148
|
-
* @public
|
|
149
148
|
* The tags that you want to add to the resource. You can tag resources with a key-value pair or with only a key.
|
|
149
|
+
* @public
|
|
150
150
|
*/
|
|
151
151
|
Tags?: Record<string, string>;
|
|
152
152
|
}
|
|
@@ -155,8 +155,8 @@ export interface CreateJobTemplateRequest {
|
|
|
155
155
|
*/
|
|
156
156
|
export interface CreateJobTemplateResponse {
|
|
157
157
|
/**
|
|
158
|
-
* @public
|
|
159
158
|
* A job template is a pre-made set of encoding instructions that you can use to quickly create a job.
|
|
159
|
+
* @public
|
|
160
160
|
*/
|
|
161
161
|
JobTemplate?: JobTemplate;
|
|
162
162
|
}
|
|
@@ -165,28 +165,28 @@ export interface CreateJobTemplateResponse {
|
|
|
165
165
|
*/
|
|
166
166
|
export interface CreatePresetRequest {
|
|
167
167
|
/**
|
|
168
|
-
* @public
|
|
169
168
|
* Optional. A category for the preset you are creating.
|
|
169
|
+
* @public
|
|
170
170
|
*/
|
|
171
171
|
Category?: string;
|
|
172
172
|
/**
|
|
173
|
-
* @public
|
|
174
173
|
* Optional. A description of the preset you are creating.
|
|
174
|
+
* @public
|
|
175
175
|
*/
|
|
176
176
|
Description?: string;
|
|
177
177
|
/**
|
|
178
|
-
* @public
|
|
179
178
|
* The name of the preset you are creating.
|
|
179
|
+
* @public
|
|
180
180
|
*/
|
|
181
181
|
Name: string | undefined;
|
|
182
182
|
/**
|
|
183
|
-
* @public
|
|
184
183
|
* Settings for preset
|
|
184
|
+
* @public
|
|
185
185
|
*/
|
|
186
186
|
Settings: PresetSettings | undefined;
|
|
187
187
|
/**
|
|
188
|
-
* @public
|
|
189
188
|
* The tags that you want to add to the resource. You can tag resources with a key-value pair or with only a key.
|
|
189
|
+
* @public
|
|
190
190
|
*/
|
|
191
191
|
Tags?: Record<string, string>;
|
|
192
192
|
}
|
|
@@ -195,29 +195,29 @@ export interface CreatePresetRequest {
|
|
|
195
195
|
*/
|
|
196
196
|
export interface CreatePresetResponse {
|
|
197
197
|
/**
|
|
198
|
-
* @public
|
|
199
198
|
* A preset is a collection of preconfigured media conversion settings that you want MediaConvert to apply to the output during the conversion process.
|
|
199
|
+
* @public
|
|
200
200
|
*/
|
|
201
201
|
Preset?: Preset;
|
|
202
202
|
}
|
|
203
203
|
/**
|
|
204
|
-
* @public
|
|
205
204
|
* Details about the pricing plan for your reserved queue. Required for reserved queues and not applicable to on-demand queues.
|
|
205
|
+
* @public
|
|
206
206
|
*/
|
|
207
207
|
export interface ReservationPlanSettings {
|
|
208
208
|
/**
|
|
209
|
-
* @public
|
|
210
209
|
* The length of the term of your reserved queue pricing plan commitment.
|
|
210
|
+
* @public
|
|
211
211
|
*/
|
|
212
212
|
Commitment: Commitment | undefined;
|
|
213
213
|
/**
|
|
214
|
-
* @public
|
|
215
214
|
* Specifies whether the term of your reserved queue pricing plan is automatically extended (AUTO_RENEW) or expires (EXPIRE) at the end of the term. When your term is auto renewed, you extend your commitment by 12 months from the auto renew date. You can cancel this commitment.
|
|
215
|
+
* @public
|
|
216
216
|
*/
|
|
217
217
|
RenewalType: RenewalType | undefined;
|
|
218
218
|
/**
|
|
219
|
-
* @public
|
|
220
219
|
* Specifies the number of reserved transcode slots (RTS) for this queue. The number of RTS determines how many jobs the queue can process in parallel; each RTS can process one job at a time. You can't decrease the number of RTS in your reserved queue. You can increase the number of RTS by extending your existing commitment with a new 12-month commitment for the larger number. The new commitment begins when you purchase the additional capacity. You can't cancel your commitment or revert to your original commitment after you increase the capacity.
|
|
220
|
+
* @public
|
|
221
221
|
*/
|
|
222
222
|
ReservedSlots: number | undefined;
|
|
223
223
|
}
|
|
@@ -226,33 +226,33 @@ export interface ReservationPlanSettings {
|
|
|
226
226
|
*/
|
|
227
227
|
export interface CreateQueueRequest {
|
|
228
228
|
/**
|
|
229
|
-
* @public
|
|
230
229
|
* Optional. A description of the queue that you are creating.
|
|
230
|
+
* @public
|
|
231
231
|
*/
|
|
232
232
|
Description?: string;
|
|
233
233
|
/**
|
|
234
|
-
* @public
|
|
235
234
|
* The name of the queue that you are creating.
|
|
235
|
+
* @public
|
|
236
236
|
*/
|
|
237
237
|
Name: string | undefined;
|
|
238
238
|
/**
|
|
239
|
-
* @public
|
|
240
239
|
* Specifies whether the pricing plan for the queue is on-demand or reserved. For on-demand, you pay per minute, billed in increments of .01 minute. For reserved, you pay for the transcoding capacity of the entire queue, regardless of how much or how little you use it. Reserved pricing requires a 12-month commitment. When you use the API to create a queue, the default is on-demand.
|
|
240
|
+
* @public
|
|
241
241
|
*/
|
|
242
242
|
PricingPlan?: PricingPlan;
|
|
243
243
|
/**
|
|
244
|
-
* @public
|
|
245
244
|
* Details about the pricing plan for your reserved queue. Required for reserved queues and not applicable to on-demand queues.
|
|
245
|
+
* @public
|
|
246
246
|
*/
|
|
247
247
|
ReservationPlanSettings?: ReservationPlanSettings;
|
|
248
248
|
/**
|
|
249
|
-
* @public
|
|
250
249
|
* Initial state of the queue. If you create a paused queue, then jobs in that queue won't begin.
|
|
250
|
+
* @public
|
|
251
251
|
*/
|
|
252
252
|
Status?: QueueStatus;
|
|
253
253
|
/**
|
|
254
|
-
* @public
|
|
255
254
|
* The tags that you want to add to the resource. You can tag resources with a key-value pair or with only a key.
|
|
255
|
+
* @public
|
|
256
256
|
*/
|
|
257
257
|
Tags?: Record<string, string>;
|
|
258
258
|
}
|
|
@@ -261,8 +261,8 @@ export interface CreateQueueRequest {
|
|
|
261
261
|
*/
|
|
262
262
|
export interface CreateQueueResponse {
|
|
263
263
|
/**
|
|
264
|
-
* @public
|
|
265
264
|
* 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.
|
|
265
|
+
* @public
|
|
266
266
|
*/
|
|
267
267
|
Queue?: Queue;
|
|
268
268
|
}
|
|
@@ -271,8 +271,8 @@ export interface CreateQueueResponse {
|
|
|
271
271
|
*/
|
|
272
272
|
export interface DeleteJobTemplateRequest {
|
|
273
273
|
/**
|
|
274
|
-
* @public
|
|
275
274
|
* The name of the job template to be deleted.
|
|
275
|
+
* @public
|
|
276
276
|
*/
|
|
277
277
|
Name: string | undefined;
|
|
278
278
|
}
|
|
@@ -296,8 +296,8 @@ export interface DeletePolicyResponse {
|
|
|
296
296
|
*/
|
|
297
297
|
export interface DeletePresetRequest {
|
|
298
298
|
/**
|
|
299
|
-
* @public
|
|
300
299
|
* The name of the preset to be deleted.
|
|
300
|
+
* @public
|
|
301
301
|
*/
|
|
302
302
|
Name: string | undefined;
|
|
303
303
|
}
|
|
@@ -311,8 +311,8 @@ export interface DeletePresetResponse {
|
|
|
311
311
|
*/
|
|
312
312
|
export interface DeleteQueueRequest {
|
|
313
313
|
/**
|
|
314
|
-
* @public
|
|
315
314
|
* The name of the queue that you want to delete.
|
|
315
|
+
* @public
|
|
316
316
|
*/
|
|
317
317
|
Name: string | undefined;
|
|
318
318
|
}
|
|
@@ -334,27 +334,26 @@ export declare const DescribeEndpointsMode: {
|
|
|
334
334
|
*/
|
|
335
335
|
export type DescribeEndpointsMode = (typeof DescribeEndpointsMode)[keyof typeof DescribeEndpointsMode];
|
|
336
336
|
/**
|
|
337
|
-
* @public
|
|
338
|
-
* @deprecated
|
|
339
|
-
*
|
|
340
337
|
* DescribeEndpointsRequest
|
|
338
|
+
* @public
|
|
339
|
+
* @deprecated DescribeEndpoints and account specific endpoints are no longer required. We recommend that you send your requests directly to the regional endpoint instead.
|
|
341
340
|
*/
|
|
342
341
|
export interface DescribeEndpointsRequest {
|
|
343
342
|
/**
|
|
344
|
-
* @public
|
|
345
343
|
* Optional. Max number of endpoints, up to twenty, that will be returned at one time.
|
|
344
|
+
* @public
|
|
346
345
|
*/
|
|
347
346
|
MaxResults?: number;
|
|
348
347
|
/**
|
|
349
|
-
* @public
|
|
350
348
|
* @deprecated
|
|
351
349
|
*
|
|
352
350
|
* Optional field, defaults to DEFAULT. Specify DEFAULT for this operation to return your endpoints if any exist, or to create an endpoint for you and return it if one doesn't already exist. Specify GET_ONLY to return your endpoints if any exist, or an empty list if none exist.
|
|
351
|
+
* @public
|
|
353
352
|
*/
|
|
354
353
|
Mode?: DescribeEndpointsMode;
|
|
355
354
|
/**
|
|
356
|
-
* @public
|
|
357
355
|
* Use this string, provided with the response to a previous request, to request the next batch of endpoints.
|
|
356
|
+
* @public
|
|
358
357
|
*/
|
|
359
358
|
NextToken?: string;
|
|
360
359
|
}
|
|
@@ -363,13 +362,13 @@ export interface DescribeEndpointsRequest {
|
|
|
363
362
|
*/
|
|
364
363
|
export interface DescribeEndpointsResponse {
|
|
365
364
|
/**
|
|
366
|
-
* @public
|
|
367
365
|
* List of endpoints
|
|
366
|
+
* @public
|
|
368
367
|
*/
|
|
369
368
|
Endpoints?: Endpoint[];
|
|
370
369
|
/**
|
|
371
|
-
* @public
|
|
372
370
|
* Use this string to request the next batch of endpoints.
|
|
371
|
+
* @public
|
|
373
372
|
*/
|
|
374
373
|
NextToken?: string;
|
|
375
374
|
}
|
|
@@ -378,8 +377,8 @@ export interface DescribeEndpointsResponse {
|
|
|
378
377
|
*/
|
|
379
378
|
export interface DisassociateCertificateRequest {
|
|
380
379
|
/**
|
|
381
|
-
* @public
|
|
382
380
|
* The ARN of the ACM certificate that you want to disassociate from your MediaConvert resource.
|
|
381
|
+
* @public
|
|
383
382
|
*/
|
|
384
383
|
Arn: string | undefined;
|
|
385
384
|
}
|
|
@@ -393,8 +392,8 @@ export interface DisassociateCertificateResponse {
|
|
|
393
392
|
*/
|
|
394
393
|
export interface GetJobRequest {
|
|
395
394
|
/**
|
|
396
|
-
* @public
|
|
397
395
|
* the job ID of the job.
|
|
396
|
+
* @public
|
|
398
397
|
*/
|
|
399
398
|
Id: string | undefined;
|
|
400
399
|
}
|
|
@@ -403,8 +402,8 @@ export interface GetJobRequest {
|
|
|
403
402
|
*/
|
|
404
403
|
export interface GetJobResponse {
|
|
405
404
|
/**
|
|
406
|
-
* @public
|
|
407
405
|
* Each job converts an input file into an output file or files. For more information, see the User Guide at https://docs.aws.amazon.com/mediaconvert/latest/ug/what-is.html
|
|
406
|
+
* @public
|
|
408
407
|
*/
|
|
409
408
|
Job?: Job;
|
|
410
409
|
}
|
|
@@ -413,8 +412,8 @@ export interface GetJobResponse {
|
|
|
413
412
|
*/
|
|
414
413
|
export interface GetJobTemplateRequest {
|
|
415
414
|
/**
|
|
416
|
-
* @public
|
|
417
415
|
* The name of the job template.
|
|
416
|
+
* @public
|
|
418
417
|
*/
|
|
419
418
|
Name: string | undefined;
|
|
420
419
|
}
|
|
@@ -423,8 +422,8 @@ export interface GetJobTemplateRequest {
|
|
|
423
422
|
*/
|
|
424
423
|
export interface GetJobTemplateResponse {
|
|
425
424
|
/**
|
|
426
|
-
* @public
|
|
427
425
|
* A job template is a pre-made set of encoding instructions that you can use to quickly create a job.
|
|
426
|
+
* @public
|
|
428
427
|
*/
|
|
429
428
|
JobTemplate?: JobTemplate;
|
|
430
429
|
}
|
|
@@ -446,23 +445,23 @@ export declare const InputPolicy: {
|
|
|
446
445
|
*/
|
|
447
446
|
export type InputPolicy = (typeof InputPolicy)[keyof typeof InputPolicy];
|
|
448
447
|
/**
|
|
449
|
-
* @public
|
|
450
448
|
* 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
|
|
449
|
+
* @public
|
|
451
450
|
*/
|
|
452
451
|
export interface Policy {
|
|
453
452
|
/**
|
|
454
|
-
* @public
|
|
455
453
|
* Allow or disallow jobs that specify HTTP inputs.
|
|
454
|
+
* @public
|
|
456
455
|
*/
|
|
457
456
|
HttpInputs?: InputPolicy;
|
|
458
457
|
/**
|
|
459
|
-
* @public
|
|
460
458
|
* Allow or disallow jobs that specify HTTPS inputs.
|
|
459
|
+
* @public
|
|
461
460
|
*/
|
|
462
461
|
HttpsInputs?: InputPolicy;
|
|
463
462
|
/**
|
|
464
|
-
* @public
|
|
465
463
|
* Allow or disallow jobs that specify Amazon S3 inputs.
|
|
464
|
+
* @public
|
|
466
465
|
*/
|
|
467
466
|
S3Inputs?: InputPolicy;
|
|
468
467
|
}
|
|
@@ -471,8 +470,8 @@ export interface Policy {
|
|
|
471
470
|
*/
|
|
472
471
|
export interface GetPolicyResponse {
|
|
473
472
|
/**
|
|
474
|
-
* @public
|
|
475
473
|
* 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
|
|
474
|
+
* @public
|
|
476
475
|
*/
|
|
477
476
|
Policy?: Policy;
|
|
478
477
|
}
|
|
@@ -481,8 +480,8 @@ export interface GetPolicyResponse {
|
|
|
481
480
|
*/
|
|
482
481
|
export interface GetPresetRequest {
|
|
483
482
|
/**
|
|
484
|
-
* @public
|
|
485
483
|
* The name of the preset.
|
|
484
|
+
* @public
|
|
486
485
|
*/
|
|
487
486
|
Name: string | undefined;
|
|
488
487
|
}
|
|
@@ -491,8 +490,8 @@ export interface GetPresetRequest {
|
|
|
491
490
|
*/
|
|
492
491
|
export interface GetPresetResponse {
|
|
493
492
|
/**
|
|
494
|
-
* @public
|
|
495
493
|
* A preset is a collection of preconfigured media conversion settings that you want MediaConvert to apply to the output during the conversion process.
|
|
494
|
+
* @public
|
|
496
495
|
*/
|
|
497
496
|
Preset?: Preset;
|
|
498
497
|
}
|
|
@@ -501,8 +500,8 @@ export interface GetPresetResponse {
|
|
|
501
500
|
*/
|
|
502
501
|
export interface GetQueueRequest {
|
|
503
502
|
/**
|
|
504
|
-
* @public
|
|
505
503
|
* The name of the queue that you want information about.
|
|
504
|
+
* @public
|
|
506
505
|
*/
|
|
507
506
|
Name: string | undefined;
|
|
508
507
|
}
|
|
@@ -511,8 +510,8 @@ export interface GetQueueRequest {
|
|
|
511
510
|
*/
|
|
512
511
|
export interface GetQueueResponse {
|
|
513
512
|
/**
|
|
514
|
-
* @public
|
|
515
513
|
* 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.
|
|
514
|
+
* @public
|
|
516
515
|
*/
|
|
517
516
|
Queue?: Queue;
|
|
518
517
|
}
|
|
@@ -546,28 +545,28 @@ export type Order = (typeof Order)[keyof typeof Order];
|
|
|
546
545
|
*/
|
|
547
546
|
export interface ListJobsRequest {
|
|
548
547
|
/**
|
|
549
|
-
* @public
|
|
550
548
|
* Optional. Number of jobs, up to twenty, that will be returned at one time.
|
|
549
|
+
* @public
|
|
551
550
|
*/
|
|
552
551
|
MaxResults?: number;
|
|
553
552
|
/**
|
|
554
|
-
* @public
|
|
555
553
|
* Optional. Use this string, provided with the response to a previous request, to request the next batch of jobs.
|
|
554
|
+
* @public
|
|
556
555
|
*/
|
|
557
556
|
NextToken?: string;
|
|
558
557
|
/**
|
|
559
|
-
* @public
|
|
560
558
|
* Optional. When you request lists of resources, you can specify whether they are sorted in ASCENDING or DESCENDING order. Default varies by resource.
|
|
559
|
+
* @public
|
|
561
560
|
*/
|
|
562
561
|
Order?: Order;
|
|
563
562
|
/**
|
|
564
|
-
* @public
|
|
565
563
|
* Optional. Provide a queue name to get back only jobs from that queue.
|
|
564
|
+
* @public
|
|
566
565
|
*/
|
|
567
566
|
Queue?: string;
|
|
568
567
|
/**
|
|
569
|
-
* @public
|
|
570
568
|
* Optional. A job's status can be SUBMITTED, PROGRESSING, COMPLETE, CANCELED, or ERROR.
|
|
569
|
+
* @public
|
|
571
570
|
*/
|
|
572
571
|
Status?: JobStatus;
|
|
573
572
|
}
|
|
@@ -576,13 +575,13 @@ export interface ListJobsRequest {
|
|
|
576
575
|
*/
|
|
577
576
|
export interface ListJobsResponse {
|
|
578
577
|
/**
|
|
579
|
-
* @public
|
|
580
578
|
* List of jobs
|
|
579
|
+
* @public
|
|
581
580
|
*/
|
|
582
581
|
Jobs?: Job[];
|
|
583
582
|
/**
|
|
584
|
-
* @public
|
|
585
583
|
* Use this string to request the next batch of jobs.
|
|
584
|
+
* @public
|
|
586
585
|
*/
|
|
587
586
|
NextToken?: string;
|
|
588
587
|
}
|
|
@@ -591,28 +590,28 @@ export interface ListJobsResponse {
|
|
|
591
590
|
*/
|
|
592
591
|
export interface ListJobTemplatesRequest {
|
|
593
592
|
/**
|
|
594
|
-
* @public
|
|
595
593
|
* Optionally, specify a job template category to limit responses to only job templates from that category.
|
|
594
|
+
* @public
|
|
596
595
|
*/
|
|
597
596
|
Category?: string;
|
|
598
597
|
/**
|
|
599
|
-
* @public
|
|
600
598
|
* 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.
|
|
599
|
+
* @public
|
|
601
600
|
*/
|
|
602
601
|
ListBy?: JobTemplateListBy;
|
|
603
602
|
/**
|
|
604
|
-
* @public
|
|
605
603
|
* Optional. Number of job templates, up to twenty, that will be returned at one time.
|
|
604
|
+
* @public
|
|
606
605
|
*/
|
|
607
606
|
MaxResults?: number;
|
|
608
607
|
/**
|
|
609
|
-
* @public
|
|
610
608
|
* Use this string, provided with the response to a previous request, to request the next batch of job templates.
|
|
609
|
+
* @public
|
|
611
610
|
*/
|
|
612
611
|
NextToken?: string;
|
|
613
612
|
/**
|
|
614
|
-
* @public
|
|
615
613
|
* Optional. When you request lists of resources, you can specify whether they are sorted in ASCENDING or DESCENDING order. Default varies by resource.
|
|
614
|
+
* @public
|
|
616
615
|
*/
|
|
617
616
|
Order?: Order;
|
|
618
617
|
}
|
|
@@ -621,13 +620,13 @@ export interface ListJobTemplatesRequest {
|
|
|
621
620
|
*/
|
|
622
621
|
export interface ListJobTemplatesResponse {
|
|
623
622
|
/**
|
|
624
|
-
* @public
|
|
625
623
|
* List of Job templates.
|
|
624
|
+
* @public
|
|
626
625
|
*/
|
|
627
626
|
JobTemplates?: JobTemplate[];
|
|
628
627
|
/**
|
|
629
|
-
* @public
|
|
630
628
|
* Use this string to request the next batch of job templates.
|
|
629
|
+
* @public
|
|
631
630
|
*/
|
|
632
631
|
NextToken?: string;
|
|
633
632
|
}
|
|
@@ -649,28 +648,28 @@ export type PresetListBy = (typeof PresetListBy)[keyof typeof PresetListBy];
|
|
|
649
648
|
*/
|
|
650
649
|
export interface ListPresetsRequest {
|
|
651
650
|
/**
|
|
652
|
-
* @public
|
|
653
651
|
* Optionally, specify a preset category to limit responses to only presets from that category.
|
|
652
|
+
* @public
|
|
654
653
|
*/
|
|
655
654
|
Category?: string;
|
|
656
655
|
/**
|
|
657
|
-
* @public
|
|
658
656
|
* 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.
|
|
657
|
+
* @public
|
|
659
658
|
*/
|
|
660
659
|
ListBy?: PresetListBy;
|
|
661
660
|
/**
|
|
662
|
-
* @public
|
|
663
661
|
* Optional. Number of presets, up to twenty, that will be returned at one time
|
|
662
|
+
* @public
|
|
664
663
|
*/
|
|
665
664
|
MaxResults?: number;
|
|
666
665
|
/**
|
|
667
|
-
* @public
|
|
668
666
|
* Use this string, provided with the response to a previous request, to request the next batch of presets.
|
|
667
|
+
* @public
|
|
669
668
|
*/
|
|
670
669
|
NextToken?: string;
|
|
671
670
|
/**
|
|
672
|
-
* @public
|
|
673
671
|
* Optional. When you request lists of resources, you can specify whether they are sorted in ASCENDING or DESCENDING order. Default varies by resource.
|
|
672
|
+
* @public
|
|
674
673
|
*/
|
|
675
674
|
Order?: Order;
|
|
676
675
|
}
|
|
@@ -679,13 +678,13 @@ export interface ListPresetsRequest {
|
|
|
679
678
|
*/
|
|
680
679
|
export interface ListPresetsResponse {
|
|
681
680
|
/**
|
|
682
|
-
* @public
|
|
683
681
|
* Use this string to request the next batch of presets.
|
|
682
|
+
* @public
|
|
684
683
|
*/
|
|
685
684
|
NextToken?: string;
|
|
686
685
|
/**
|
|
687
|
-
* @public
|
|
688
686
|
* List of presets
|
|
687
|
+
* @public
|
|
689
688
|
*/
|
|
690
689
|
Presets?: Preset[];
|
|
691
690
|
}
|
|
@@ -706,23 +705,23 @@ export type QueueListBy = (typeof QueueListBy)[keyof typeof QueueListBy];
|
|
|
706
705
|
*/
|
|
707
706
|
export interface ListQueuesRequest {
|
|
708
707
|
/**
|
|
709
|
-
* @public
|
|
710
708
|
* 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.
|
|
709
|
+
* @public
|
|
711
710
|
*/
|
|
712
711
|
ListBy?: QueueListBy;
|
|
713
712
|
/**
|
|
714
|
-
* @public
|
|
715
713
|
* Optional. Number of queues, up to twenty, that will be returned at one time.
|
|
714
|
+
* @public
|
|
716
715
|
*/
|
|
717
716
|
MaxResults?: number;
|
|
718
717
|
/**
|
|
719
|
-
* @public
|
|
720
718
|
* Use this string, provided with the response to a previous request, to request the next batch of queues.
|
|
719
|
+
* @public
|
|
721
720
|
*/
|
|
722
721
|
NextToken?: string;
|
|
723
722
|
/**
|
|
724
|
-
* @public
|
|
725
723
|
* Optional. When you request lists of resources, you can specify whether they are sorted in ASCENDING or DESCENDING order. Default varies by resource.
|
|
724
|
+
* @public
|
|
726
725
|
*/
|
|
727
726
|
Order?: Order;
|
|
728
727
|
}
|
|
@@ -731,13 +730,13 @@ export interface ListQueuesRequest {
|
|
|
731
730
|
*/
|
|
732
731
|
export interface ListQueuesResponse {
|
|
733
732
|
/**
|
|
734
|
-
* @public
|
|
735
733
|
* Use this string to request the next batch of queues.
|
|
734
|
+
* @public
|
|
736
735
|
*/
|
|
737
736
|
NextToken?: string;
|
|
738
737
|
/**
|
|
739
|
-
* @public
|
|
740
738
|
* List of queues.
|
|
739
|
+
* @public
|
|
741
740
|
*/
|
|
742
741
|
Queues?: Queue[];
|
|
743
742
|
}
|
|
@@ -746,24 +745,24 @@ export interface ListQueuesResponse {
|
|
|
746
745
|
*/
|
|
747
746
|
export interface ListTagsForResourceRequest {
|
|
748
747
|
/**
|
|
749
|
-
* @public
|
|
750
748
|
* The Amazon Resource Name (ARN) of the resource that you want to list tags for. To get the ARN, send a GET request with the resource name.
|
|
749
|
+
* @public
|
|
751
750
|
*/
|
|
752
751
|
Arn: string | undefined;
|
|
753
752
|
}
|
|
754
753
|
/**
|
|
755
|
-
* @public
|
|
756
754
|
* The Amazon Resource Name (ARN) and tags for an AWS Elemental MediaConvert resource.
|
|
755
|
+
* @public
|
|
757
756
|
*/
|
|
758
757
|
export interface ResourceTags {
|
|
759
758
|
/**
|
|
760
|
-
* @public
|
|
761
759
|
* The Amazon Resource Name (ARN) of the resource.
|
|
760
|
+
* @public
|
|
762
761
|
*/
|
|
763
762
|
Arn?: string;
|
|
764
763
|
/**
|
|
765
|
-
* @public
|
|
766
764
|
* The tags for the resource.
|
|
765
|
+
* @public
|
|
767
766
|
*/
|
|
768
767
|
Tags?: Record<string, string>;
|
|
769
768
|
}
|
|
@@ -772,8 +771,8 @@ export interface ResourceTags {
|
|
|
772
771
|
*/
|
|
773
772
|
export interface ListTagsForResourceResponse {
|
|
774
773
|
/**
|
|
775
|
-
* @public
|
|
776
774
|
* The Amazon Resource Name (ARN) and tags for an AWS Elemental MediaConvert resource.
|
|
775
|
+
* @public
|
|
777
776
|
*/
|
|
778
777
|
ResourceTags?: ResourceTags;
|
|
779
778
|
}
|
|
@@ -782,8 +781,8 @@ export interface ListTagsForResourceResponse {
|
|
|
782
781
|
*/
|
|
783
782
|
export interface PutPolicyRequest {
|
|
784
783
|
/**
|
|
785
|
-
* @public
|
|
786
784
|
* 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
|
|
785
|
+
* @public
|
|
787
786
|
*/
|
|
788
787
|
Policy: Policy | undefined;
|
|
789
788
|
}
|
|
@@ -792,8 +791,8 @@ export interface PutPolicyRequest {
|
|
|
792
791
|
*/
|
|
793
792
|
export interface PutPolicyResponse {
|
|
794
793
|
/**
|
|
795
|
-
* @public
|
|
796
794
|
* 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
|
|
795
|
+
* @public
|
|
797
796
|
*/
|
|
798
797
|
Policy?: Policy;
|
|
799
798
|
}
|
|
@@ -802,13 +801,13 @@ export interface PutPolicyResponse {
|
|
|
802
801
|
*/
|
|
803
802
|
export interface TagResourceRequest {
|
|
804
803
|
/**
|
|
805
|
-
* @public
|
|
806
804
|
* The Amazon Resource Name (ARN) of the resource that you want to tag. To get the ARN, send a GET request with the resource name.
|
|
805
|
+
* @public
|
|
807
806
|
*/
|
|
808
807
|
Arn: string | undefined;
|
|
809
808
|
/**
|
|
810
|
-
* @public
|
|
811
809
|
* The tags that you want to add to the resource. You can tag resources with a key-value pair or with only a key.
|
|
810
|
+
* @public
|
|
812
811
|
*/
|
|
813
812
|
Tags: Record<string, string> | undefined;
|
|
814
813
|
}
|
|
@@ -822,13 +821,13 @@ export interface TagResourceResponse {
|
|
|
822
821
|
*/
|
|
823
822
|
export interface UntagResourceRequest {
|
|
824
823
|
/**
|
|
825
|
-
* @public
|
|
826
824
|
* The Amazon Resource Name (ARN) of the resource that you want to remove tags from. To get the ARN, send a GET request with the resource name.
|
|
825
|
+
* @public
|
|
827
826
|
*/
|
|
828
827
|
Arn: string | undefined;
|
|
829
828
|
/**
|
|
830
|
-
* @public
|
|
831
829
|
* The keys of the tags that you want to remove from the resource.
|
|
830
|
+
* @public
|
|
832
831
|
*/
|
|
833
832
|
TagKeys?: string[];
|
|
834
833
|
}
|
|
@@ -842,48 +841,48 @@ export interface UntagResourceResponse {
|
|
|
842
841
|
*/
|
|
843
842
|
export interface UpdateJobTemplateRequest {
|
|
844
843
|
/**
|
|
845
|
-
* @public
|
|
846
844
|
* Accelerated transcoding can significantly speed up jobs with long, visually complex content. Outputs that use this feature incur pro-tier pricing. For information about feature limitations, see the AWS Elemental MediaConvert User Guide.
|
|
845
|
+
* @public
|
|
847
846
|
*/
|
|
848
847
|
AccelerationSettings?: AccelerationSettings;
|
|
849
848
|
/**
|
|
850
|
-
* @public
|
|
851
849
|
* The new category for the job template, if you are changing it.
|
|
850
|
+
* @public
|
|
852
851
|
*/
|
|
853
852
|
Category?: string;
|
|
854
853
|
/**
|
|
855
|
-
* @public
|
|
856
854
|
* The new description for the job template, if you are changing it.
|
|
855
|
+
* @public
|
|
857
856
|
*/
|
|
858
857
|
Description?: string;
|
|
859
858
|
/**
|
|
860
|
-
* @public
|
|
861
859
|
* Optional list of hop destinations.
|
|
860
|
+
* @public
|
|
862
861
|
*/
|
|
863
862
|
HopDestinations?: HopDestination[];
|
|
864
863
|
/**
|
|
865
|
-
* @public
|
|
866
864
|
* The name of the job template you are modifying
|
|
865
|
+
* @public
|
|
867
866
|
*/
|
|
868
867
|
Name: string | undefined;
|
|
869
868
|
/**
|
|
870
|
-
* @public
|
|
871
869
|
* Specify the relative priority for this job. In any given queue, the service begins processing the job with the highest value first. When more than one job has the same priority, the service begins processing the job that you submitted first. If you don't specify a priority, the service uses the default value 0.
|
|
870
|
+
* @public
|
|
872
871
|
*/
|
|
873
872
|
Priority?: number;
|
|
874
873
|
/**
|
|
875
|
-
* @public
|
|
876
874
|
* The new queue for the job template, if you are changing it.
|
|
875
|
+
* @public
|
|
877
876
|
*/
|
|
878
877
|
Queue?: string;
|
|
879
878
|
/**
|
|
880
|
-
* @public
|
|
881
879
|
* JobTemplateSettings contains all the transcode settings saved in the template that will be applied to jobs created from it.
|
|
880
|
+
* @public
|
|
882
881
|
*/
|
|
883
882
|
Settings?: JobTemplateSettings;
|
|
884
883
|
/**
|
|
885
|
-
* @public
|
|
886
884
|
* Specify how often MediaConvert sends STATUS_UPDATE events to Amazon CloudWatch Events. Set the interval, in seconds, between status updates. MediaConvert sends an update at this interval from the time the service begins processing your job to the time it completes the transcode or encounters an error.
|
|
885
|
+
* @public
|
|
887
886
|
*/
|
|
888
887
|
StatusUpdateInterval?: StatusUpdateInterval;
|
|
889
888
|
}
|
|
@@ -892,8 +891,8 @@ export interface UpdateJobTemplateRequest {
|
|
|
892
891
|
*/
|
|
893
892
|
export interface UpdateJobTemplateResponse {
|
|
894
893
|
/**
|
|
895
|
-
* @public
|
|
896
894
|
* A job template is a pre-made set of encoding instructions that you can use to quickly create a job.
|
|
895
|
+
* @public
|
|
897
896
|
*/
|
|
898
897
|
JobTemplate?: JobTemplate;
|
|
899
898
|
}
|
|
@@ -902,23 +901,23 @@ export interface UpdateJobTemplateResponse {
|
|
|
902
901
|
*/
|
|
903
902
|
export interface UpdatePresetRequest {
|
|
904
903
|
/**
|
|
905
|
-
* @public
|
|
906
904
|
* The new category for the preset, if you are changing it.
|
|
905
|
+
* @public
|
|
907
906
|
*/
|
|
908
907
|
Category?: string;
|
|
909
908
|
/**
|
|
910
|
-
* @public
|
|
911
909
|
* The new description for the preset, if you are changing it.
|
|
910
|
+
* @public
|
|
912
911
|
*/
|
|
913
912
|
Description?: string;
|
|
914
913
|
/**
|
|
915
|
-
* @public
|
|
916
914
|
* The name of the preset you are modifying.
|
|
915
|
+
* @public
|
|
917
916
|
*/
|
|
918
917
|
Name: string | undefined;
|
|
919
918
|
/**
|
|
920
|
-
* @public
|
|
921
919
|
* Settings for preset
|
|
920
|
+
* @public
|
|
922
921
|
*/
|
|
923
922
|
Settings?: PresetSettings;
|
|
924
923
|
}
|
|
@@ -927,8 +926,8 @@ export interface UpdatePresetRequest {
|
|
|
927
926
|
*/
|
|
928
927
|
export interface UpdatePresetResponse {
|
|
929
928
|
/**
|
|
930
|
-
* @public
|
|
931
929
|
* A preset is a collection of preconfigured media conversion settings that you want MediaConvert to apply to the output during the conversion process.
|
|
930
|
+
* @public
|
|
932
931
|
*/
|
|
933
932
|
Preset?: Preset;
|
|
934
933
|
}
|
|
@@ -937,23 +936,23 @@ export interface UpdatePresetResponse {
|
|
|
937
936
|
*/
|
|
938
937
|
export interface UpdateQueueRequest {
|
|
939
938
|
/**
|
|
940
|
-
* @public
|
|
941
939
|
* The new description for the queue, if you are changing it.
|
|
940
|
+
* @public
|
|
942
941
|
*/
|
|
943
942
|
Description?: string;
|
|
944
943
|
/**
|
|
945
|
-
* @public
|
|
946
944
|
* The name of the queue that you are modifying.
|
|
945
|
+
* @public
|
|
947
946
|
*/
|
|
948
947
|
Name: string | undefined;
|
|
949
948
|
/**
|
|
950
|
-
* @public
|
|
951
949
|
* The new details of your pricing plan for your reserved queue. When you set up a new pricing plan to replace an expired one, you enter into another 12-month commitment. When you add capacity to your queue by increasing the number of RTS, you extend the term of your commitment to 12 months from when you add capacity. After you make these commitments, you can't cancel them.
|
|
950
|
+
* @public
|
|
952
951
|
*/
|
|
953
952
|
ReservationPlanSettings?: ReservationPlanSettings;
|
|
954
953
|
/**
|
|
955
|
-
* @public
|
|
956
954
|
* Pause or activate a queue by changing its status between ACTIVE and PAUSED. If you pause a queue, jobs in that queue won't begin. Jobs that are running when you pause the queue continue to run until they finish or result in an error.
|
|
955
|
+
* @public
|
|
957
956
|
*/
|
|
958
957
|
Status?: QueueStatus;
|
|
959
958
|
}
|
|
@@ -962,8 +961,8 @@ export interface UpdateQueueRequest {
|
|
|
962
961
|
*/
|
|
963
962
|
export interface UpdateQueueResponse {
|
|
964
963
|
/**
|
|
965
|
-
* @public
|
|
966
964
|
* 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.
|
|
965
|
+
* @public
|
|
967
966
|
*/
|
|
968
967
|
Queue?: Queue;
|
|
969
968
|
}
|