@aws-sdk/client-mediaconvert 3.296.0 → 3.298.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-cjs/commands/AssociateCertificateCommand.js +2 -3
- package/dist-cjs/commands/CancelJobCommand.js +2 -3
- package/dist-cjs/commands/CreateJobCommand.js +2 -3
- package/dist-cjs/commands/CreateJobTemplateCommand.js +2 -3
- package/dist-cjs/commands/CreatePresetCommand.js +2 -3
- package/dist-cjs/commands/CreateQueueCommand.js +2 -3
- package/dist-cjs/commands/DeleteJobTemplateCommand.js +2 -3
- package/dist-cjs/commands/DeletePolicyCommand.js +2 -3
- package/dist-cjs/commands/DeletePresetCommand.js +2 -3
- package/dist-cjs/commands/DeleteQueueCommand.js +2 -3
- package/dist-cjs/commands/DescribeEndpointsCommand.js +2 -3
- package/dist-cjs/commands/DisassociateCertificateCommand.js +2 -3
- package/dist-cjs/commands/GetJobCommand.js +2 -4
- package/dist-cjs/commands/GetJobTemplateCommand.js +2 -3
- package/dist-cjs/commands/GetPolicyCommand.js +2 -3
- package/dist-cjs/commands/GetPresetCommand.js +2 -3
- package/dist-cjs/commands/GetQueueCommand.js +2 -3
- package/dist-cjs/commands/ListJobTemplatesCommand.js +2 -3
- package/dist-cjs/commands/ListJobsCommand.js +2 -3
- package/dist-cjs/commands/ListPresetsCommand.js +2 -3
- package/dist-cjs/commands/ListQueuesCommand.js +2 -3
- package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -3
- package/dist-cjs/commands/PutPolicyCommand.js +2 -3
- package/dist-cjs/commands/TagResourceCommand.js +2 -3
- package/dist-cjs/commands/UntagResourceCommand.js +2 -3
- package/dist-cjs/commands/UpdateJobTemplateCommand.js +2 -3
- package/dist-cjs/commands/UpdatePresetCommand.js +2 -3
- package/dist-cjs/commands/UpdateQueueCommand.js +2 -3
- package/dist-cjs/models/models_0.js +1 -431
- package/dist-cjs/models/models_1.js +1 -358
- package/dist-cjs/models/models_2.js +1 -133
- package/dist-es/commands/AssociateCertificateCommand.js +2 -3
- package/dist-es/commands/CancelJobCommand.js +2 -3
- package/dist-es/commands/CreateJobCommand.js +2 -3
- package/dist-es/commands/CreateJobTemplateCommand.js +2 -3
- package/dist-es/commands/CreatePresetCommand.js +2 -3
- package/dist-es/commands/CreateQueueCommand.js +2 -3
- package/dist-es/commands/DeleteJobTemplateCommand.js +2 -3
- package/dist-es/commands/DeletePolicyCommand.js +2 -3
- package/dist-es/commands/DeletePresetCommand.js +2 -3
- package/dist-es/commands/DeleteQueueCommand.js +2 -3
- package/dist-es/commands/DescribeEndpointsCommand.js +2 -3
- package/dist-es/commands/DisassociateCertificateCommand.js +2 -3
- package/dist-es/commands/GetJobCommand.js +2 -4
- package/dist-es/commands/GetJobTemplateCommand.js +2 -3
- package/dist-es/commands/GetPolicyCommand.js +2 -3
- package/dist-es/commands/GetPresetCommand.js +2 -3
- package/dist-es/commands/GetQueueCommand.js +2 -3
- package/dist-es/commands/ListJobTemplatesCommand.js +2 -3
- package/dist-es/commands/ListJobsCommand.js +2 -3
- package/dist-es/commands/ListPresetsCommand.js +2 -3
- package/dist-es/commands/ListQueuesCommand.js +2 -3
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -3
- package/dist-es/commands/PutPolicyCommand.js +2 -3
- package/dist-es/commands/TagResourceCommand.js +2 -3
- package/dist-es/commands/UntagResourceCommand.js +2 -3
- package/dist-es/commands/UpdateJobTemplateCommand.js +2 -3
- package/dist-es/commands/UpdatePresetCommand.js +2 -3
- package/dist-es/commands/UpdateQueueCommand.js +2 -3
- package/dist-es/models/models_0.js +0 -321
- package/dist-es/models/models_1.js +0 -267
- package/dist-es/models/models_2.js +0 -99
- package/dist-types/MediaConvert.d.ts +29 -0
- package/dist-types/MediaConvertClient.d.ts +24 -4
- package/dist-types/commands/AssociateCertificateCommand.d.ts +16 -0
- package/dist-types/commands/CancelJobCommand.d.ts +16 -0
- package/dist-types/commands/CreateJobCommand.d.ts +16 -0
- package/dist-types/commands/CreateJobTemplateCommand.d.ts +16 -0
- package/dist-types/commands/CreatePresetCommand.d.ts +16 -0
- package/dist-types/commands/CreateQueueCommand.d.ts +16 -0
- package/dist-types/commands/DeleteJobTemplateCommand.d.ts +16 -0
- package/dist-types/commands/DeletePolicyCommand.d.ts +16 -0
- package/dist-types/commands/DeletePresetCommand.d.ts +16 -0
- package/dist-types/commands/DeleteQueueCommand.d.ts +16 -0
- package/dist-types/commands/DescribeEndpointsCommand.d.ts +16 -0
- package/dist-types/commands/DisassociateCertificateCommand.d.ts +16 -0
- package/dist-types/commands/GetJobCommand.d.ts +16 -0
- package/dist-types/commands/GetJobTemplateCommand.d.ts +16 -0
- package/dist-types/commands/GetPolicyCommand.d.ts +16 -0
- package/dist-types/commands/GetPresetCommand.d.ts +16 -0
- package/dist-types/commands/GetQueueCommand.d.ts +16 -0
- package/dist-types/commands/ListJobTemplatesCommand.d.ts +16 -0
- package/dist-types/commands/ListJobsCommand.d.ts +16 -0
- package/dist-types/commands/ListPresetsCommand.d.ts +16 -0
- package/dist-types/commands/ListQueuesCommand.d.ts +16 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +16 -0
- package/dist-types/commands/PutPolicyCommand.d.ts +16 -0
- package/dist-types/commands/TagResourceCommand.d.ts +16 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +16 -0
- package/dist-types/commands/UpdateJobTemplateCommand.d.ts +16 -0
- package/dist-types/commands/UpdatePresetCommand.d.ts +16 -0
- package/dist-types/commands/UpdateQueueCommand.d.ts +16 -0
- package/dist-types/models/MediaConvertServiceException.d.ts +2 -0
- package/dist-types/models/models_0.d.ts +687 -429
- package/dist-types/models/models_1.d.ts +759 -357
- package/dist-types/models/models_2.d.ts +110 -132
- package/dist-types/pagination/DescribeEndpointsPaginator.d.ts +3 -0
- package/dist-types/pagination/Interfaces.d.ts +3 -0
- package/dist-types/pagination/ListJobTemplatesPaginator.d.ts +3 -0
- package/dist-types/pagination/ListJobsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListPresetsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListQueuesPaginator.d.ts +3 -0
- package/dist-types/ts3.4/models/models_0.d.ts +0 -285
- package/dist-types/ts3.4/models/models_1.d.ts +0 -213
- package/dist-types/ts3.4/models/models_2.d.ts +0 -95
- package/package.json +4 -3
|
@@ -1,30 +1,46 @@
|
|
|
1
1
|
import { AccelerationSettings, HopDestination } from "./models_0";
|
|
2
2
|
import { Job, JobStatus, JobTemplate, JobTemplateSettings, Preset, PresetSettings, Queue, QueueStatus, ReservationPlanSettings, StatusUpdateInterval } from "./models_1";
|
|
3
|
+
/**
|
|
4
|
+
* @public
|
|
5
|
+
*/
|
|
3
6
|
export interface GetJobResponse {
|
|
4
7
|
/**
|
|
5
8
|
* 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
|
|
6
9
|
*/
|
|
7
10
|
Job?: Job;
|
|
8
11
|
}
|
|
12
|
+
/**
|
|
13
|
+
* @public
|
|
14
|
+
*/
|
|
9
15
|
export interface GetJobTemplateRequest {
|
|
10
16
|
/**
|
|
11
17
|
* The name of the job template.
|
|
12
18
|
*/
|
|
13
19
|
Name: string | undefined;
|
|
14
20
|
}
|
|
21
|
+
/**
|
|
22
|
+
* @public
|
|
23
|
+
*/
|
|
15
24
|
export interface GetJobTemplateResponse {
|
|
16
25
|
/**
|
|
17
26
|
* A job template is a pre-made set of encoding instructions that you can use to quickly create a job.
|
|
18
27
|
*/
|
|
19
28
|
JobTemplate?: JobTemplate;
|
|
20
29
|
}
|
|
30
|
+
/**
|
|
31
|
+
* @public
|
|
32
|
+
*/
|
|
21
33
|
export interface GetPolicyRequest {
|
|
22
34
|
}
|
|
35
|
+
/**
|
|
36
|
+
* @public
|
|
37
|
+
*/
|
|
23
38
|
export declare enum InputPolicy {
|
|
24
39
|
ALLOWED = "ALLOWED",
|
|
25
40
|
DISALLOWED = "DISALLOWED"
|
|
26
41
|
}
|
|
27
42
|
/**
|
|
43
|
+
* @public
|
|
28
44
|
* 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
|
|
29
45
|
*/
|
|
30
46
|
export interface Policy {
|
|
@@ -41,45 +57,69 @@ export interface Policy {
|
|
|
41
57
|
*/
|
|
42
58
|
S3Inputs?: InputPolicy | string;
|
|
43
59
|
}
|
|
60
|
+
/**
|
|
61
|
+
* @public
|
|
62
|
+
*/
|
|
44
63
|
export interface GetPolicyResponse {
|
|
45
64
|
/**
|
|
46
65
|
* 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
|
|
47
66
|
*/
|
|
48
67
|
Policy?: Policy;
|
|
49
68
|
}
|
|
69
|
+
/**
|
|
70
|
+
* @public
|
|
71
|
+
*/
|
|
50
72
|
export interface GetPresetRequest {
|
|
51
73
|
/**
|
|
52
74
|
* The name of the preset.
|
|
53
75
|
*/
|
|
54
76
|
Name: string | undefined;
|
|
55
77
|
}
|
|
78
|
+
/**
|
|
79
|
+
* @public
|
|
80
|
+
*/
|
|
56
81
|
export interface GetPresetResponse {
|
|
57
82
|
/**
|
|
58
83
|
* A preset is a collection of preconfigured media conversion settings that you want MediaConvert to apply to the output during the conversion process.
|
|
59
84
|
*/
|
|
60
85
|
Preset?: Preset;
|
|
61
86
|
}
|
|
87
|
+
/**
|
|
88
|
+
* @public
|
|
89
|
+
*/
|
|
62
90
|
export interface GetQueueRequest {
|
|
63
91
|
/**
|
|
64
92
|
* The name of the queue that you want information about.
|
|
65
93
|
*/
|
|
66
94
|
Name: string | undefined;
|
|
67
95
|
}
|
|
96
|
+
/**
|
|
97
|
+
* @public
|
|
98
|
+
*/
|
|
68
99
|
export interface GetQueueResponse {
|
|
69
100
|
/**
|
|
70
101
|
* 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.
|
|
71
102
|
*/
|
|
72
103
|
Queue?: Queue;
|
|
73
104
|
}
|
|
105
|
+
/**
|
|
106
|
+
* @public
|
|
107
|
+
*/
|
|
74
108
|
export declare enum JobTemplateListBy {
|
|
75
109
|
CREATION_DATE = "CREATION_DATE",
|
|
76
110
|
NAME = "NAME",
|
|
77
111
|
SYSTEM = "SYSTEM"
|
|
78
112
|
}
|
|
113
|
+
/**
|
|
114
|
+
* @public
|
|
115
|
+
*/
|
|
79
116
|
export declare enum Order {
|
|
80
117
|
ASCENDING = "ASCENDING",
|
|
81
118
|
DESCENDING = "DESCENDING"
|
|
82
119
|
}
|
|
120
|
+
/**
|
|
121
|
+
* @public
|
|
122
|
+
*/
|
|
83
123
|
export interface ListJobsRequest {
|
|
84
124
|
/**
|
|
85
125
|
* Optional. Number of jobs, up to twenty, that will be returned at one time.
|
|
@@ -102,6 +142,9 @@ export interface ListJobsRequest {
|
|
|
102
142
|
*/
|
|
103
143
|
Status?: JobStatus | string;
|
|
104
144
|
}
|
|
145
|
+
/**
|
|
146
|
+
* @public
|
|
147
|
+
*/
|
|
105
148
|
export interface ListJobsResponse {
|
|
106
149
|
/**
|
|
107
150
|
* List of jobs
|
|
@@ -112,6 +155,9 @@ export interface ListJobsResponse {
|
|
|
112
155
|
*/
|
|
113
156
|
NextToken?: string;
|
|
114
157
|
}
|
|
158
|
+
/**
|
|
159
|
+
* @public
|
|
160
|
+
*/
|
|
115
161
|
export interface ListJobTemplatesRequest {
|
|
116
162
|
/**
|
|
117
163
|
* Optionally, specify a job template category to limit responses to only job templates from that category.
|
|
@@ -134,6 +180,9 @@ export interface ListJobTemplatesRequest {
|
|
|
134
180
|
*/
|
|
135
181
|
Order?: Order | string;
|
|
136
182
|
}
|
|
183
|
+
/**
|
|
184
|
+
* @public
|
|
185
|
+
*/
|
|
137
186
|
export interface ListJobTemplatesResponse {
|
|
138
187
|
/**
|
|
139
188
|
* List of Job templates.
|
|
@@ -144,11 +193,17 @@ export interface ListJobTemplatesResponse {
|
|
|
144
193
|
*/
|
|
145
194
|
NextToken?: string;
|
|
146
195
|
}
|
|
196
|
+
/**
|
|
197
|
+
* @public
|
|
198
|
+
*/
|
|
147
199
|
export declare enum PresetListBy {
|
|
148
200
|
CREATION_DATE = "CREATION_DATE",
|
|
149
201
|
NAME = "NAME",
|
|
150
202
|
SYSTEM = "SYSTEM"
|
|
151
203
|
}
|
|
204
|
+
/**
|
|
205
|
+
* @public
|
|
206
|
+
*/
|
|
152
207
|
export interface ListPresetsRequest {
|
|
153
208
|
/**
|
|
154
209
|
* Optionally, specify a preset category to limit responses to only presets from that category.
|
|
@@ -171,6 +226,9 @@ export interface ListPresetsRequest {
|
|
|
171
226
|
*/
|
|
172
227
|
Order?: Order | string;
|
|
173
228
|
}
|
|
229
|
+
/**
|
|
230
|
+
* @public
|
|
231
|
+
*/
|
|
174
232
|
export interface ListPresetsResponse {
|
|
175
233
|
/**
|
|
176
234
|
* Use this string to request the next batch of presets.
|
|
@@ -181,10 +239,16 @@ export interface ListPresetsResponse {
|
|
|
181
239
|
*/
|
|
182
240
|
Presets?: Preset[];
|
|
183
241
|
}
|
|
242
|
+
/**
|
|
243
|
+
* @public
|
|
244
|
+
*/
|
|
184
245
|
export declare enum QueueListBy {
|
|
185
246
|
CREATION_DATE = "CREATION_DATE",
|
|
186
247
|
NAME = "NAME"
|
|
187
248
|
}
|
|
249
|
+
/**
|
|
250
|
+
* @public
|
|
251
|
+
*/
|
|
188
252
|
export interface ListQueuesRequest {
|
|
189
253
|
/**
|
|
190
254
|
* 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.
|
|
@@ -203,6 +267,9 @@ export interface ListQueuesRequest {
|
|
|
203
267
|
*/
|
|
204
268
|
Order?: Order | string;
|
|
205
269
|
}
|
|
270
|
+
/**
|
|
271
|
+
* @public
|
|
272
|
+
*/
|
|
206
273
|
export interface ListQueuesResponse {
|
|
207
274
|
/**
|
|
208
275
|
* Use this string to request the next batch of queues.
|
|
@@ -213,6 +280,9 @@ export interface ListQueuesResponse {
|
|
|
213
280
|
*/
|
|
214
281
|
Queues?: Queue[];
|
|
215
282
|
}
|
|
283
|
+
/**
|
|
284
|
+
* @public
|
|
285
|
+
*/
|
|
216
286
|
export interface ListTagsForResourceRequest {
|
|
217
287
|
/**
|
|
218
288
|
* 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.
|
|
@@ -220,6 +290,7 @@ export interface ListTagsForResourceRequest {
|
|
|
220
290
|
Arn: string | undefined;
|
|
221
291
|
}
|
|
222
292
|
/**
|
|
293
|
+
* @public
|
|
223
294
|
* The Amazon Resource Name (ARN) and tags for an AWS Elemental MediaConvert resource.
|
|
224
295
|
*/
|
|
225
296
|
export interface ResourceTags {
|
|
@@ -232,24 +303,36 @@ export interface ResourceTags {
|
|
|
232
303
|
*/
|
|
233
304
|
Tags?: Record<string, string>;
|
|
234
305
|
}
|
|
306
|
+
/**
|
|
307
|
+
* @public
|
|
308
|
+
*/
|
|
235
309
|
export interface ListTagsForResourceResponse {
|
|
236
310
|
/**
|
|
237
311
|
* The Amazon Resource Name (ARN) and tags for an AWS Elemental MediaConvert resource.
|
|
238
312
|
*/
|
|
239
313
|
ResourceTags?: ResourceTags;
|
|
240
314
|
}
|
|
315
|
+
/**
|
|
316
|
+
* @public
|
|
317
|
+
*/
|
|
241
318
|
export interface PutPolicyRequest {
|
|
242
319
|
/**
|
|
243
320
|
* 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
|
|
244
321
|
*/
|
|
245
322
|
Policy: Policy | undefined;
|
|
246
323
|
}
|
|
324
|
+
/**
|
|
325
|
+
* @public
|
|
326
|
+
*/
|
|
247
327
|
export interface PutPolicyResponse {
|
|
248
328
|
/**
|
|
249
329
|
* 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
|
|
250
330
|
*/
|
|
251
331
|
Policy?: Policy;
|
|
252
332
|
}
|
|
333
|
+
/**
|
|
334
|
+
* @public
|
|
335
|
+
*/
|
|
253
336
|
export interface TagResourceRequest {
|
|
254
337
|
/**
|
|
255
338
|
* 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.
|
|
@@ -260,8 +343,14 @@ export interface TagResourceRequest {
|
|
|
260
343
|
*/
|
|
261
344
|
Tags: Record<string, string> | undefined;
|
|
262
345
|
}
|
|
346
|
+
/**
|
|
347
|
+
* @public
|
|
348
|
+
*/
|
|
263
349
|
export interface TagResourceResponse {
|
|
264
350
|
}
|
|
351
|
+
/**
|
|
352
|
+
* @public
|
|
353
|
+
*/
|
|
265
354
|
export interface UntagResourceRequest {
|
|
266
355
|
/**
|
|
267
356
|
* 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.
|
|
@@ -272,8 +361,14 @@ export interface UntagResourceRequest {
|
|
|
272
361
|
*/
|
|
273
362
|
TagKeys?: string[];
|
|
274
363
|
}
|
|
364
|
+
/**
|
|
365
|
+
* @public
|
|
366
|
+
*/
|
|
275
367
|
export interface UntagResourceResponse {
|
|
276
368
|
}
|
|
369
|
+
/**
|
|
370
|
+
* @public
|
|
371
|
+
*/
|
|
277
372
|
export interface UpdateJobTemplateRequest {
|
|
278
373
|
/**
|
|
279
374
|
* 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.
|
|
@@ -312,12 +407,18 @@ export interface UpdateJobTemplateRequest {
|
|
|
312
407
|
*/
|
|
313
408
|
StatusUpdateInterval?: StatusUpdateInterval | string;
|
|
314
409
|
}
|
|
410
|
+
/**
|
|
411
|
+
* @public
|
|
412
|
+
*/
|
|
315
413
|
export interface UpdateJobTemplateResponse {
|
|
316
414
|
/**
|
|
317
415
|
* A job template is a pre-made set of encoding instructions that you can use to quickly create a job.
|
|
318
416
|
*/
|
|
319
417
|
JobTemplate?: JobTemplate;
|
|
320
418
|
}
|
|
419
|
+
/**
|
|
420
|
+
* @public
|
|
421
|
+
*/
|
|
321
422
|
export interface UpdatePresetRequest {
|
|
322
423
|
/**
|
|
323
424
|
* The new category for the preset, if you are changing it.
|
|
@@ -336,12 +437,18 @@ export interface UpdatePresetRequest {
|
|
|
336
437
|
*/
|
|
337
438
|
Settings?: PresetSettings;
|
|
338
439
|
}
|
|
440
|
+
/**
|
|
441
|
+
* @public
|
|
442
|
+
*/
|
|
339
443
|
export interface UpdatePresetResponse {
|
|
340
444
|
/**
|
|
341
445
|
* A preset is a collection of preconfigured media conversion settings that you want MediaConvert to apply to the output during the conversion process.
|
|
342
446
|
*/
|
|
343
447
|
Preset?: Preset;
|
|
344
448
|
}
|
|
449
|
+
/**
|
|
450
|
+
* @public
|
|
451
|
+
*/
|
|
345
452
|
export interface UpdateQueueRequest {
|
|
346
453
|
/**
|
|
347
454
|
* The new description for the queue, if you are changing it.
|
|
@@ -360,141 +467,12 @@ export interface UpdateQueueRequest {
|
|
|
360
467
|
*/
|
|
361
468
|
Status?: QueueStatus | string;
|
|
362
469
|
}
|
|
470
|
+
/**
|
|
471
|
+
* @public
|
|
472
|
+
*/
|
|
363
473
|
export interface UpdateQueueResponse {
|
|
364
474
|
/**
|
|
365
475
|
* 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.
|
|
366
476
|
*/
|
|
367
477
|
Queue?: Queue;
|
|
368
478
|
}
|
|
369
|
-
/**
|
|
370
|
-
* @internal
|
|
371
|
-
*/
|
|
372
|
-
export declare const GetJobResponseFilterSensitiveLog: (obj: GetJobResponse) => any;
|
|
373
|
-
/**
|
|
374
|
-
* @internal
|
|
375
|
-
*/
|
|
376
|
-
export declare const GetJobTemplateRequestFilterSensitiveLog: (obj: GetJobTemplateRequest) => any;
|
|
377
|
-
/**
|
|
378
|
-
* @internal
|
|
379
|
-
*/
|
|
380
|
-
export declare const GetJobTemplateResponseFilterSensitiveLog: (obj: GetJobTemplateResponse) => any;
|
|
381
|
-
/**
|
|
382
|
-
* @internal
|
|
383
|
-
*/
|
|
384
|
-
export declare const GetPolicyRequestFilterSensitiveLog: (obj: GetPolicyRequest) => any;
|
|
385
|
-
/**
|
|
386
|
-
* @internal
|
|
387
|
-
*/
|
|
388
|
-
export declare const PolicyFilterSensitiveLog: (obj: Policy) => any;
|
|
389
|
-
/**
|
|
390
|
-
* @internal
|
|
391
|
-
*/
|
|
392
|
-
export declare const GetPolicyResponseFilterSensitiveLog: (obj: GetPolicyResponse) => any;
|
|
393
|
-
/**
|
|
394
|
-
* @internal
|
|
395
|
-
*/
|
|
396
|
-
export declare const GetPresetRequestFilterSensitiveLog: (obj: GetPresetRequest) => any;
|
|
397
|
-
/**
|
|
398
|
-
* @internal
|
|
399
|
-
*/
|
|
400
|
-
export declare const GetPresetResponseFilterSensitiveLog: (obj: GetPresetResponse) => any;
|
|
401
|
-
/**
|
|
402
|
-
* @internal
|
|
403
|
-
*/
|
|
404
|
-
export declare const GetQueueRequestFilterSensitiveLog: (obj: GetQueueRequest) => any;
|
|
405
|
-
/**
|
|
406
|
-
* @internal
|
|
407
|
-
*/
|
|
408
|
-
export declare const GetQueueResponseFilterSensitiveLog: (obj: GetQueueResponse) => any;
|
|
409
|
-
/**
|
|
410
|
-
* @internal
|
|
411
|
-
*/
|
|
412
|
-
export declare const ListJobsRequestFilterSensitiveLog: (obj: ListJobsRequest) => any;
|
|
413
|
-
/**
|
|
414
|
-
* @internal
|
|
415
|
-
*/
|
|
416
|
-
export declare const ListJobsResponseFilterSensitiveLog: (obj: ListJobsResponse) => any;
|
|
417
|
-
/**
|
|
418
|
-
* @internal
|
|
419
|
-
*/
|
|
420
|
-
export declare const ListJobTemplatesRequestFilterSensitiveLog: (obj: ListJobTemplatesRequest) => any;
|
|
421
|
-
/**
|
|
422
|
-
* @internal
|
|
423
|
-
*/
|
|
424
|
-
export declare const ListJobTemplatesResponseFilterSensitiveLog: (obj: ListJobTemplatesResponse) => any;
|
|
425
|
-
/**
|
|
426
|
-
* @internal
|
|
427
|
-
*/
|
|
428
|
-
export declare const ListPresetsRequestFilterSensitiveLog: (obj: ListPresetsRequest) => any;
|
|
429
|
-
/**
|
|
430
|
-
* @internal
|
|
431
|
-
*/
|
|
432
|
-
export declare const ListPresetsResponseFilterSensitiveLog: (obj: ListPresetsResponse) => any;
|
|
433
|
-
/**
|
|
434
|
-
* @internal
|
|
435
|
-
*/
|
|
436
|
-
export declare const ListQueuesRequestFilterSensitiveLog: (obj: ListQueuesRequest) => any;
|
|
437
|
-
/**
|
|
438
|
-
* @internal
|
|
439
|
-
*/
|
|
440
|
-
export declare const ListQueuesResponseFilterSensitiveLog: (obj: ListQueuesResponse) => any;
|
|
441
|
-
/**
|
|
442
|
-
* @internal
|
|
443
|
-
*/
|
|
444
|
-
export declare const ListTagsForResourceRequestFilterSensitiveLog: (obj: ListTagsForResourceRequest) => any;
|
|
445
|
-
/**
|
|
446
|
-
* @internal
|
|
447
|
-
*/
|
|
448
|
-
export declare const ResourceTagsFilterSensitiveLog: (obj: ResourceTags) => any;
|
|
449
|
-
/**
|
|
450
|
-
* @internal
|
|
451
|
-
*/
|
|
452
|
-
export declare const ListTagsForResourceResponseFilterSensitiveLog: (obj: ListTagsForResourceResponse) => any;
|
|
453
|
-
/**
|
|
454
|
-
* @internal
|
|
455
|
-
*/
|
|
456
|
-
export declare const PutPolicyRequestFilterSensitiveLog: (obj: PutPolicyRequest) => any;
|
|
457
|
-
/**
|
|
458
|
-
* @internal
|
|
459
|
-
*/
|
|
460
|
-
export declare const PutPolicyResponseFilterSensitiveLog: (obj: PutPolicyResponse) => any;
|
|
461
|
-
/**
|
|
462
|
-
* @internal
|
|
463
|
-
*/
|
|
464
|
-
export declare const TagResourceRequestFilterSensitiveLog: (obj: TagResourceRequest) => any;
|
|
465
|
-
/**
|
|
466
|
-
* @internal
|
|
467
|
-
*/
|
|
468
|
-
export declare const TagResourceResponseFilterSensitiveLog: (obj: TagResourceResponse) => any;
|
|
469
|
-
/**
|
|
470
|
-
* @internal
|
|
471
|
-
*/
|
|
472
|
-
export declare const UntagResourceRequestFilterSensitiveLog: (obj: UntagResourceRequest) => any;
|
|
473
|
-
/**
|
|
474
|
-
* @internal
|
|
475
|
-
*/
|
|
476
|
-
export declare const UntagResourceResponseFilterSensitiveLog: (obj: UntagResourceResponse) => any;
|
|
477
|
-
/**
|
|
478
|
-
* @internal
|
|
479
|
-
*/
|
|
480
|
-
export declare const UpdateJobTemplateRequestFilterSensitiveLog: (obj: UpdateJobTemplateRequest) => any;
|
|
481
|
-
/**
|
|
482
|
-
* @internal
|
|
483
|
-
*/
|
|
484
|
-
export declare const UpdateJobTemplateResponseFilterSensitiveLog: (obj: UpdateJobTemplateResponse) => any;
|
|
485
|
-
/**
|
|
486
|
-
* @internal
|
|
487
|
-
*/
|
|
488
|
-
export declare const UpdatePresetRequestFilterSensitiveLog: (obj: UpdatePresetRequest) => any;
|
|
489
|
-
/**
|
|
490
|
-
* @internal
|
|
491
|
-
*/
|
|
492
|
-
export declare const UpdatePresetResponseFilterSensitiveLog: (obj: UpdatePresetResponse) => any;
|
|
493
|
-
/**
|
|
494
|
-
* @internal
|
|
495
|
-
*/
|
|
496
|
-
export declare const UpdateQueueRequestFilterSensitiveLog: (obj: UpdateQueueRequest) => any;
|
|
497
|
-
/**
|
|
498
|
-
* @internal
|
|
499
|
-
*/
|
|
500
|
-
export declare const UpdateQueueResponseFilterSensitiveLog: (obj: UpdateQueueResponse) => any;
|
|
@@ -1,4 +1,7 @@
|
|
|
1
1
|
import { Paginator } from "@aws-sdk/types";
|
|
2
2
|
import { DescribeEndpointsCommandInput, DescribeEndpointsCommandOutput } from "../commands/DescribeEndpointsCommand";
|
|
3
3
|
import { MediaConvertPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
4
7
|
export declare function paginateDescribeEndpoints(config: MediaConvertPaginationConfiguration, input: DescribeEndpointsCommandInput, ...additionalArguments: any): Paginator<DescribeEndpointsCommandOutput>;
|
|
@@ -1,4 +1,7 @@
|
|
|
1
1
|
import { Paginator } from "@aws-sdk/types";
|
|
2
2
|
import { ListJobTemplatesCommandInput, ListJobTemplatesCommandOutput } from "../commands/ListJobTemplatesCommand";
|
|
3
3
|
import { MediaConvertPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
4
7
|
export declare function paginateListJobTemplates(config: MediaConvertPaginationConfiguration, input: ListJobTemplatesCommandInput, ...additionalArguments: any): Paginator<ListJobTemplatesCommandOutput>;
|
|
@@ -1,4 +1,7 @@
|
|
|
1
1
|
import { Paginator } from "@aws-sdk/types";
|
|
2
2
|
import { ListJobsCommandInput, ListJobsCommandOutput } from "../commands/ListJobsCommand";
|
|
3
3
|
import { MediaConvertPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
4
7
|
export declare function paginateListJobs(config: MediaConvertPaginationConfiguration, input: ListJobsCommandInput, ...additionalArguments: any): Paginator<ListJobsCommandOutput>;
|
|
@@ -1,4 +1,7 @@
|
|
|
1
1
|
import { Paginator } from "@aws-sdk/types";
|
|
2
2
|
import { ListPresetsCommandInput, ListPresetsCommandOutput } from "../commands/ListPresetsCommand";
|
|
3
3
|
import { MediaConvertPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
4
7
|
export declare function paginateListPresets(config: MediaConvertPaginationConfiguration, input: ListPresetsCommandInput, ...additionalArguments: any): Paginator<ListPresetsCommandOutput>;
|
|
@@ -1,4 +1,7 @@
|
|
|
1
1
|
import { Paginator } from "@aws-sdk/types";
|
|
2
2
|
import { ListQueuesCommandInput, ListQueuesCommandOutput } from "../commands/ListQueuesCommand";
|
|
3
3
|
import { MediaConvertPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
4
7
|
export declare function paginateListQueues(config: MediaConvertPaginationConfiguration, input: ListQueuesCommandInput, ...additionalArguments: any): Paginator<ListQueuesCommandOutput>;
|