@aws-sdk/client-mediaconvert 3.170.0 → 3.171.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 +8 -0
- package/dist-types/ts3.4/MediaConvert.d.ts +0 -28
- package/dist-types/ts3.4/MediaConvertClient.d.ts +0 -25
- package/dist-types/ts3.4/commands/AssociateCertificateCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CancelJobCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateJobCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateJobTemplateCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreatePresetCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateQueueCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteJobTemplateCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeletePolicyCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeletePresetCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteQueueCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeEndpointsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DisassociateCertificateCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetJobCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetJobTemplateCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetPolicyCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetPresetCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetQueueCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListJobTemplatesCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListJobsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListPresetsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListQueuesCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/PutPolicyCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UpdateJobTemplateCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UpdatePresetCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UpdateQueueCommand.d.ts +0 -2
- package/dist-types/ts3.4/models/MediaConvertServiceException.d.ts +0 -1
- package/dist-types/ts3.4/models/models_0.d.ts +0 -686
- package/dist-types/ts3.4/models/models_1.d.ts +0 -669
- package/dist-types/ts3.4/models/models_2.d.ts +0 -55
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +0 -1
- package/dist-types/ts3.4/runtimeConfig.d.ts +0 -1
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +0 -1
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +0 -1
- package/package.json +26 -26
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,14 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
# [3.171.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.170.0...v3.171.0) (2022-09-14)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @aws-sdk/client-mediaconvert
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
6
14
|
# [3.170.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.169.0...v3.170.0) (2022-09-13)
|
|
7
15
|
|
|
8
16
|
**Note:** Version bump only for package @aws-sdk/client-mediaconvert
|
|
@@ -112,7 +112,6 @@ import {
|
|
|
112
112
|
UpdateQueueCommandOutput,
|
|
113
113
|
} from "./commands/UpdateQueueCommand";
|
|
114
114
|
import { MediaConvertClient } from "./MediaConvertClient";
|
|
115
|
-
|
|
116
115
|
export declare class MediaConvert extends MediaConvertClient {
|
|
117
116
|
associateCertificate(
|
|
118
117
|
args: AssociateCertificateCommandInput,
|
|
@@ -127,7 +126,6 @@ export declare class MediaConvert extends MediaConvertClient {
|
|
|
127
126
|
options: __HttpHandlerOptions,
|
|
128
127
|
cb: (err: any, data?: AssociateCertificateCommandOutput) => void
|
|
129
128
|
): void;
|
|
130
|
-
|
|
131
129
|
cancelJob(
|
|
132
130
|
args: CancelJobCommandInput,
|
|
133
131
|
options?: __HttpHandlerOptions
|
|
@@ -141,7 +139,6 @@ export declare class MediaConvert extends MediaConvertClient {
|
|
|
141
139
|
options: __HttpHandlerOptions,
|
|
142
140
|
cb: (err: any, data?: CancelJobCommandOutput) => void
|
|
143
141
|
): void;
|
|
144
|
-
|
|
145
142
|
createJob(
|
|
146
143
|
args: CreateJobCommandInput,
|
|
147
144
|
options?: __HttpHandlerOptions
|
|
@@ -155,7 +152,6 @@ export declare class MediaConvert extends MediaConvertClient {
|
|
|
155
152
|
options: __HttpHandlerOptions,
|
|
156
153
|
cb: (err: any, data?: CreateJobCommandOutput) => void
|
|
157
154
|
): void;
|
|
158
|
-
|
|
159
155
|
createJobTemplate(
|
|
160
156
|
args: CreateJobTemplateCommandInput,
|
|
161
157
|
options?: __HttpHandlerOptions
|
|
@@ -169,7 +165,6 @@ export declare class MediaConvert extends MediaConvertClient {
|
|
|
169
165
|
options: __HttpHandlerOptions,
|
|
170
166
|
cb: (err: any, data?: CreateJobTemplateCommandOutput) => void
|
|
171
167
|
): void;
|
|
172
|
-
|
|
173
168
|
createPreset(
|
|
174
169
|
args: CreatePresetCommandInput,
|
|
175
170
|
options?: __HttpHandlerOptions
|
|
@@ -183,7 +178,6 @@ export declare class MediaConvert extends MediaConvertClient {
|
|
|
183
178
|
options: __HttpHandlerOptions,
|
|
184
179
|
cb: (err: any, data?: CreatePresetCommandOutput) => void
|
|
185
180
|
): void;
|
|
186
|
-
|
|
187
181
|
createQueue(
|
|
188
182
|
args: CreateQueueCommandInput,
|
|
189
183
|
options?: __HttpHandlerOptions
|
|
@@ -197,7 +191,6 @@ export declare class MediaConvert extends MediaConvertClient {
|
|
|
197
191
|
options: __HttpHandlerOptions,
|
|
198
192
|
cb: (err: any, data?: CreateQueueCommandOutput) => void
|
|
199
193
|
): void;
|
|
200
|
-
|
|
201
194
|
deleteJobTemplate(
|
|
202
195
|
args: DeleteJobTemplateCommandInput,
|
|
203
196
|
options?: __HttpHandlerOptions
|
|
@@ -211,7 +204,6 @@ export declare class MediaConvert extends MediaConvertClient {
|
|
|
211
204
|
options: __HttpHandlerOptions,
|
|
212
205
|
cb: (err: any, data?: DeleteJobTemplateCommandOutput) => void
|
|
213
206
|
): void;
|
|
214
|
-
|
|
215
207
|
deletePolicy(
|
|
216
208
|
args: DeletePolicyCommandInput,
|
|
217
209
|
options?: __HttpHandlerOptions
|
|
@@ -225,7 +217,6 @@ export declare class MediaConvert extends MediaConvertClient {
|
|
|
225
217
|
options: __HttpHandlerOptions,
|
|
226
218
|
cb: (err: any, data?: DeletePolicyCommandOutput) => void
|
|
227
219
|
): void;
|
|
228
|
-
|
|
229
220
|
deletePreset(
|
|
230
221
|
args: DeletePresetCommandInput,
|
|
231
222
|
options?: __HttpHandlerOptions
|
|
@@ -239,7 +230,6 @@ export declare class MediaConvert extends MediaConvertClient {
|
|
|
239
230
|
options: __HttpHandlerOptions,
|
|
240
231
|
cb: (err: any, data?: DeletePresetCommandOutput) => void
|
|
241
232
|
): void;
|
|
242
|
-
|
|
243
233
|
deleteQueue(
|
|
244
234
|
args: DeleteQueueCommandInput,
|
|
245
235
|
options?: __HttpHandlerOptions
|
|
@@ -253,7 +243,6 @@ export declare class MediaConvert extends MediaConvertClient {
|
|
|
253
243
|
options: __HttpHandlerOptions,
|
|
254
244
|
cb: (err: any, data?: DeleteQueueCommandOutput) => void
|
|
255
245
|
): void;
|
|
256
|
-
|
|
257
246
|
describeEndpoints(
|
|
258
247
|
args: DescribeEndpointsCommandInput,
|
|
259
248
|
options?: __HttpHandlerOptions
|
|
@@ -267,7 +256,6 @@ export declare class MediaConvert extends MediaConvertClient {
|
|
|
267
256
|
options: __HttpHandlerOptions,
|
|
268
257
|
cb: (err: any, data?: DescribeEndpointsCommandOutput) => void
|
|
269
258
|
): void;
|
|
270
|
-
|
|
271
259
|
disassociateCertificate(
|
|
272
260
|
args: DisassociateCertificateCommandInput,
|
|
273
261
|
options?: __HttpHandlerOptions
|
|
@@ -281,7 +269,6 @@ export declare class MediaConvert extends MediaConvertClient {
|
|
|
281
269
|
options: __HttpHandlerOptions,
|
|
282
270
|
cb: (err: any, data?: DisassociateCertificateCommandOutput) => void
|
|
283
271
|
): void;
|
|
284
|
-
|
|
285
272
|
getJob(
|
|
286
273
|
args: GetJobCommandInput,
|
|
287
274
|
options?: __HttpHandlerOptions
|
|
@@ -295,7 +282,6 @@ export declare class MediaConvert extends MediaConvertClient {
|
|
|
295
282
|
options: __HttpHandlerOptions,
|
|
296
283
|
cb: (err: any, data?: GetJobCommandOutput) => void
|
|
297
284
|
): void;
|
|
298
|
-
|
|
299
285
|
getJobTemplate(
|
|
300
286
|
args: GetJobTemplateCommandInput,
|
|
301
287
|
options?: __HttpHandlerOptions
|
|
@@ -309,7 +295,6 @@ export declare class MediaConvert extends MediaConvertClient {
|
|
|
309
295
|
options: __HttpHandlerOptions,
|
|
310
296
|
cb: (err: any, data?: GetJobTemplateCommandOutput) => void
|
|
311
297
|
): void;
|
|
312
|
-
|
|
313
298
|
getPolicy(
|
|
314
299
|
args: GetPolicyCommandInput,
|
|
315
300
|
options?: __HttpHandlerOptions
|
|
@@ -323,7 +308,6 @@ export declare class MediaConvert extends MediaConvertClient {
|
|
|
323
308
|
options: __HttpHandlerOptions,
|
|
324
309
|
cb: (err: any, data?: GetPolicyCommandOutput) => void
|
|
325
310
|
): void;
|
|
326
|
-
|
|
327
311
|
getPreset(
|
|
328
312
|
args: GetPresetCommandInput,
|
|
329
313
|
options?: __HttpHandlerOptions
|
|
@@ -337,7 +321,6 @@ export declare class MediaConvert extends MediaConvertClient {
|
|
|
337
321
|
options: __HttpHandlerOptions,
|
|
338
322
|
cb: (err: any, data?: GetPresetCommandOutput) => void
|
|
339
323
|
): void;
|
|
340
|
-
|
|
341
324
|
getQueue(
|
|
342
325
|
args: GetQueueCommandInput,
|
|
343
326
|
options?: __HttpHandlerOptions
|
|
@@ -351,7 +334,6 @@ export declare class MediaConvert extends MediaConvertClient {
|
|
|
351
334
|
options: __HttpHandlerOptions,
|
|
352
335
|
cb: (err: any, data?: GetQueueCommandOutput) => void
|
|
353
336
|
): void;
|
|
354
|
-
|
|
355
337
|
listJobs(
|
|
356
338
|
args: ListJobsCommandInput,
|
|
357
339
|
options?: __HttpHandlerOptions
|
|
@@ -365,7 +347,6 @@ export declare class MediaConvert extends MediaConvertClient {
|
|
|
365
347
|
options: __HttpHandlerOptions,
|
|
366
348
|
cb: (err: any, data?: ListJobsCommandOutput) => void
|
|
367
349
|
): void;
|
|
368
|
-
|
|
369
350
|
listJobTemplates(
|
|
370
351
|
args: ListJobTemplatesCommandInput,
|
|
371
352
|
options?: __HttpHandlerOptions
|
|
@@ -379,7 +360,6 @@ export declare class MediaConvert extends MediaConvertClient {
|
|
|
379
360
|
options: __HttpHandlerOptions,
|
|
380
361
|
cb: (err: any, data?: ListJobTemplatesCommandOutput) => void
|
|
381
362
|
): void;
|
|
382
|
-
|
|
383
363
|
listPresets(
|
|
384
364
|
args: ListPresetsCommandInput,
|
|
385
365
|
options?: __HttpHandlerOptions
|
|
@@ -393,7 +373,6 @@ export declare class MediaConvert extends MediaConvertClient {
|
|
|
393
373
|
options: __HttpHandlerOptions,
|
|
394
374
|
cb: (err: any, data?: ListPresetsCommandOutput) => void
|
|
395
375
|
): void;
|
|
396
|
-
|
|
397
376
|
listQueues(
|
|
398
377
|
args: ListQueuesCommandInput,
|
|
399
378
|
options?: __HttpHandlerOptions
|
|
@@ -407,7 +386,6 @@ export declare class MediaConvert extends MediaConvertClient {
|
|
|
407
386
|
options: __HttpHandlerOptions,
|
|
408
387
|
cb: (err: any, data?: ListQueuesCommandOutput) => void
|
|
409
388
|
): void;
|
|
410
|
-
|
|
411
389
|
listTagsForResource(
|
|
412
390
|
args: ListTagsForResourceCommandInput,
|
|
413
391
|
options?: __HttpHandlerOptions
|
|
@@ -421,7 +399,6 @@ export declare class MediaConvert extends MediaConvertClient {
|
|
|
421
399
|
options: __HttpHandlerOptions,
|
|
422
400
|
cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
|
|
423
401
|
): void;
|
|
424
|
-
|
|
425
402
|
putPolicy(
|
|
426
403
|
args: PutPolicyCommandInput,
|
|
427
404
|
options?: __HttpHandlerOptions
|
|
@@ -435,7 +412,6 @@ export declare class MediaConvert extends MediaConvertClient {
|
|
|
435
412
|
options: __HttpHandlerOptions,
|
|
436
413
|
cb: (err: any, data?: PutPolicyCommandOutput) => void
|
|
437
414
|
): void;
|
|
438
|
-
|
|
439
415
|
tagResource(
|
|
440
416
|
args: TagResourceCommandInput,
|
|
441
417
|
options?: __HttpHandlerOptions
|
|
@@ -449,7 +425,6 @@ export declare class MediaConvert extends MediaConvertClient {
|
|
|
449
425
|
options: __HttpHandlerOptions,
|
|
450
426
|
cb: (err: any, data?: TagResourceCommandOutput) => void
|
|
451
427
|
): void;
|
|
452
|
-
|
|
453
428
|
untagResource(
|
|
454
429
|
args: UntagResourceCommandInput,
|
|
455
430
|
options?: __HttpHandlerOptions
|
|
@@ -463,7 +438,6 @@ export declare class MediaConvert extends MediaConvertClient {
|
|
|
463
438
|
options: __HttpHandlerOptions,
|
|
464
439
|
cb: (err: any, data?: UntagResourceCommandOutput) => void
|
|
465
440
|
): void;
|
|
466
|
-
|
|
467
441
|
updateJobTemplate(
|
|
468
442
|
args: UpdateJobTemplateCommandInput,
|
|
469
443
|
options?: __HttpHandlerOptions
|
|
@@ -477,7 +451,6 @@ export declare class MediaConvert extends MediaConvertClient {
|
|
|
477
451
|
options: __HttpHandlerOptions,
|
|
478
452
|
cb: (err: any, data?: UpdateJobTemplateCommandOutput) => void
|
|
479
453
|
): void;
|
|
480
|
-
|
|
481
454
|
updatePreset(
|
|
482
455
|
args: UpdatePresetCommandInput,
|
|
483
456
|
options?: __HttpHandlerOptions
|
|
@@ -491,7 +464,6 @@ export declare class MediaConvert extends MediaConvertClient {
|
|
|
491
464
|
options: __HttpHandlerOptions,
|
|
492
465
|
cb: (err: any, data?: UpdatePresetCommandOutput) => void
|
|
493
466
|
): void;
|
|
494
|
-
|
|
495
467
|
updateQueue(
|
|
496
468
|
args: UpdateQueueCommandInput,
|
|
497
469
|
options?: __HttpHandlerOptions
|
|
@@ -215,47 +215,26 @@ export declare type ServiceOutputTypes =
|
|
|
215
215
|
export interface ClientDefaults
|
|
216
216
|
extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
|
|
217
217
|
requestHandler?: __HttpHandler;
|
|
218
|
-
|
|
219
218
|
sha256?: __HashConstructor;
|
|
220
|
-
|
|
221
219
|
urlParser?: __UrlParser;
|
|
222
|
-
|
|
223
220
|
bodyLengthChecker?: __BodyLengthCalculator;
|
|
224
|
-
|
|
225
221
|
streamCollector?: __StreamCollector;
|
|
226
|
-
|
|
227
222
|
base64Decoder?: __Decoder;
|
|
228
|
-
|
|
229
223
|
base64Encoder?: __Encoder;
|
|
230
|
-
|
|
231
224
|
utf8Decoder?: __Decoder;
|
|
232
|
-
|
|
233
225
|
utf8Encoder?: __Encoder;
|
|
234
|
-
|
|
235
226
|
runtime?: string;
|
|
236
|
-
|
|
237
227
|
disableHostPrefix?: boolean;
|
|
238
|
-
|
|
239
228
|
maxAttempts?: number | __Provider<number>;
|
|
240
|
-
|
|
241
229
|
retryMode?: string | __Provider<string>;
|
|
242
|
-
|
|
243
230
|
logger?: __Logger;
|
|
244
|
-
|
|
245
231
|
useDualstackEndpoint?: boolean | __Provider<boolean>;
|
|
246
|
-
|
|
247
232
|
useFipsEndpoint?: boolean | __Provider<boolean>;
|
|
248
|
-
|
|
249
233
|
serviceId?: string;
|
|
250
|
-
|
|
251
234
|
region?: string | __Provider<string>;
|
|
252
|
-
|
|
253
235
|
credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
|
|
254
|
-
|
|
255
236
|
regionInfoProvider?: RegionInfoProvider;
|
|
256
|
-
|
|
257
237
|
defaultUserAgentProvider?: Provider<__UserAgent>;
|
|
258
|
-
|
|
259
238
|
defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
|
|
260
239
|
}
|
|
261
240
|
declare type MediaConvertClientConfigType = Partial<
|
|
@@ -268,7 +247,6 @@ declare type MediaConvertClientConfigType = Partial<
|
|
|
268
247
|
HostHeaderInputConfig &
|
|
269
248
|
AwsAuthInputConfig &
|
|
270
249
|
UserAgentInputConfig;
|
|
271
|
-
|
|
272
250
|
export interface MediaConvertClientConfig
|
|
273
251
|
extends MediaConvertClientConfigType {}
|
|
274
252
|
declare type MediaConvertClientResolvedConfigType =
|
|
@@ -280,10 +258,8 @@ declare type MediaConvertClientResolvedConfigType =
|
|
|
280
258
|
HostHeaderResolvedConfig &
|
|
281
259
|
AwsAuthResolvedConfig &
|
|
282
260
|
UserAgentResolvedConfig;
|
|
283
|
-
|
|
284
261
|
export interface MediaConvertClientResolvedConfig
|
|
285
262
|
extends MediaConvertClientResolvedConfigType {}
|
|
286
|
-
|
|
287
263
|
export declare class MediaConvertClient extends __Client<
|
|
288
264
|
__HttpHandlerOptions,
|
|
289
265
|
ServiceInputTypes,
|
|
@@ -292,7 +268,6 @@ export declare class MediaConvertClient extends __Client<
|
|
|
292
268
|
> {
|
|
293
269
|
readonly config: MediaConvertClientResolvedConfig;
|
|
294
270
|
constructor(configuration: MediaConvertClientConfig);
|
|
295
|
-
|
|
296
271
|
destroy(): void;
|
|
297
272
|
}
|
|
298
273
|
export {};
|
|
@@ -19,7 +19,6 @@ export interface AssociateCertificateCommandInput
|
|
|
19
19
|
export interface AssociateCertificateCommandOutput
|
|
20
20
|
extends AssociateCertificateResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class AssociateCertificateCommand extends $Command<
|
|
24
23
|
AssociateCertificateCommandInput,
|
|
25
24
|
AssociateCertificateCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class AssociateCertificateCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: AssociateCertificateCommandInput;
|
|
29
28
|
constructor(input: AssociateCertificateCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: MediaConvertClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface CancelJobCommandInput extends CancelJobRequest {}
|
|
|
15
15
|
export interface CancelJobCommandOutput
|
|
16
16
|
extends CancelJobResponse,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class CancelJobCommand extends $Command<
|
|
20
19
|
CancelJobCommandInput,
|
|
21
20
|
CancelJobCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class CancelJobCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: CancelJobCommandInput;
|
|
25
24
|
constructor(input: CancelJobCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: MediaConvertClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface CreateJobCommandInput extends CreateJobRequest {}
|
|
|
15
15
|
export interface CreateJobCommandOutput
|
|
16
16
|
extends CreateJobResponse,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class CreateJobCommand extends $Command<
|
|
20
19
|
CreateJobCommandInput,
|
|
21
20
|
CreateJobCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class CreateJobCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: CreateJobCommandInput;
|
|
25
24
|
constructor(input: CreateJobCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: MediaConvertClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface CreateJobTemplateCommandInput
|
|
|
19
19
|
export interface CreateJobTemplateCommandOutput
|
|
20
20
|
extends CreateJobTemplateResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class CreateJobTemplateCommand extends $Command<
|
|
24
23
|
CreateJobTemplateCommandInput,
|
|
25
24
|
CreateJobTemplateCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class CreateJobTemplateCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: CreateJobTemplateCommandInput;
|
|
29
28
|
constructor(input: CreateJobTemplateCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: MediaConvertClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface CreatePresetCommandInput extends CreatePresetRequest {}
|
|
|
15
15
|
export interface CreatePresetCommandOutput
|
|
16
16
|
extends CreatePresetResponse,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class CreatePresetCommand extends $Command<
|
|
20
19
|
CreatePresetCommandInput,
|
|
21
20
|
CreatePresetCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class CreatePresetCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: CreatePresetCommandInput;
|
|
25
24
|
constructor(input: CreatePresetCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: MediaConvertClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface CreateQueueCommandInput extends CreateQueueRequest {}
|
|
|
15
15
|
export interface CreateQueueCommandOutput
|
|
16
16
|
extends CreateQueueResponse,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class CreateQueueCommand extends $Command<
|
|
20
19
|
CreateQueueCommandInput,
|
|
21
20
|
CreateQueueCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class CreateQueueCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: CreateQueueCommandInput;
|
|
25
24
|
constructor(input: CreateQueueCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: MediaConvertClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface DeleteJobTemplateCommandInput
|
|
|
19
19
|
export interface DeleteJobTemplateCommandOutput
|
|
20
20
|
extends DeleteJobTemplateResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class DeleteJobTemplateCommand extends $Command<
|
|
24
23
|
DeleteJobTemplateCommandInput,
|
|
25
24
|
DeleteJobTemplateCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class DeleteJobTemplateCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: DeleteJobTemplateCommandInput;
|
|
29
28
|
constructor(input: DeleteJobTemplateCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: MediaConvertClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface DeletePolicyCommandInput extends DeletePolicyRequest {}
|
|
|
15
15
|
export interface DeletePolicyCommandOutput
|
|
16
16
|
extends DeletePolicyResponse,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class DeletePolicyCommand extends $Command<
|
|
20
19
|
DeletePolicyCommandInput,
|
|
21
20
|
DeletePolicyCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class DeletePolicyCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: DeletePolicyCommandInput;
|
|
25
24
|
constructor(input: DeletePolicyCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: MediaConvertClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface DeletePresetCommandInput extends DeletePresetRequest {}
|
|
|
15
15
|
export interface DeletePresetCommandOutput
|
|
16
16
|
extends DeletePresetResponse,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class DeletePresetCommand extends $Command<
|
|
20
19
|
DeletePresetCommandInput,
|
|
21
20
|
DeletePresetCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class DeletePresetCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: DeletePresetCommandInput;
|
|
25
24
|
constructor(input: DeletePresetCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: MediaConvertClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface DeleteQueueCommandInput extends DeleteQueueRequest {}
|
|
|
15
15
|
export interface DeleteQueueCommandOutput
|
|
16
16
|
extends DeleteQueueResponse,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class DeleteQueueCommand extends $Command<
|
|
20
19
|
DeleteQueueCommandInput,
|
|
21
20
|
DeleteQueueCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class DeleteQueueCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: DeleteQueueCommandInput;
|
|
25
24
|
constructor(input: DeleteQueueCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: MediaConvertClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface DescribeEndpointsCommandInput
|
|
|
19
19
|
export interface DescribeEndpointsCommandOutput
|
|
20
20
|
extends DescribeEndpointsResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class DescribeEndpointsCommand extends $Command<
|
|
24
23
|
DescribeEndpointsCommandInput,
|
|
25
24
|
DescribeEndpointsCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class DescribeEndpointsCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: DescribeEndpointsCommandInput;
|
|
29
28
|
constructor(input: DescribeEndpointsCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: MediaConvertClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface DisassociateCertificateCommandInput
|
|
|
19
19
|
export interface DisassociateCertificateCommandOutput
|
|
20
20
|
extends DisassociateCertificateResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class DisassociateCertificateCommand extends $Command<
|
|
24
23
|
DisassociateCertificateCommandInput,
|
|
25
24
|
DisassociateCertificateCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class DisassociateCertificateCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: DisassociateCertificateCommandInput;
|
|
29
28
|
constructor(input: DisassociateCertificateCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: MediaConvertClientResolvedConfig,
|
|
@@ -13,7 +13,6 @@ import {
|
|
|
13
13
|
import { GetJobRequest, GetJobResponse } from "../models/models_1";
|
|
14
14
|
export interface GetJobCommandInput extends GetJobRequest {}
|
|
15
15
|
export interface GetJobCommandOutput extends GetJobResponse, __MetadataBearer {}
|
|
16
|
-
|
|
17
16
|
export declare class GetJobCommand extends $Command<
|
|
18
17
|
GetJobCommandInput,
|
|
19
18
|
GetJobCommandOutput,
|
|
@@ -21,7 +20,6 @@ export declare class GetJobCommand extends $Command<
|
|
|
21
20
|
> {
|
|
22
21
|
readonly input: GetJobCommandInput;
|
|
23
22
|
constructor(input: GetJobCommandInput);
|
|
24
|
-
|
|
25
23
|
resolveMiddleware(
|
|
26
24
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
27
25
|
configuration: MediaConvertClientResolvedConfig,
|
|
@@ -18,7 +18,6 @@ export interface GetJobTemplateCommandInput extends GetJobTemplateRequest {}
|
|
|
18
18
|
export interface GetJobTemplateCommandOutput
|
|
19
19
|
extends GetJobTemplateResponse,
|
|
20
20
|
__MetadataBearer {}
|
|
21
|
-
|
|
22
21
|
export declare class GetJobTemplateCommand extends $Command<
|
|
23
22
|
GetJobTemplateCommandInput,
|
|
24
23
|
GetJobTemplateCommandOutput,
|
|
@@ -26,7 +25,6 @@ export declare class GetJobTemplateCommand extends $Command<
|
|
|
26
25
|
> {
|
|
27
26
|
readonly input: GetJobTemplateCommandInput;
|
|
28
27
|
constructor(input: GetJobTemplateCommandInput);
|
|
29
|
-
|
|
30
28
|
resolveMiddleware(
|
|
31
29
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
30
|
configuration: MediaConvertClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface GetPolicyCommandInput extends GetPolicyRequest {}
|
|
|
15
15
|
export interface GetPolicyCommandOutput
|
|
16
16
|
extends GetPolicyResponse,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class GetPolicyCommand extends $Command<
|
|
20
19
|
GetPolicyCommandInput,
|
|
21
20
|
GetPolicyCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class GetPolicyCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: GetPolicyCommandInput;
|
|
25
24
|
constructor(input: GetPolicyCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: MediaConvertClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface GetPresetCommandInput extends GetPresetRequest {}
|
|
|
15
15
|
export interface GetPresetCommandOutput
|
|
16
16
|
extends GetPresetResponse,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class GetPresetCommand extends $Command<
|
|
20
19
|
GetPresetCommandInput,
|
|
21
20
|
GetPresetCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class GetPresetCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: GetPresetCommandInput;
|
|
25
24
|
constructor(input: GetPresetCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: MediaConvertClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface GetQueueCommandInput extends GetQueueRequest {}
|
|
|
15
15
|
export interface GetQueueCommandOutput
|
|
16
16
|
extends GetQueueResponse,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class GetQueueCommand extends $Command<
|
|
20
19
|
GetQueueCommandInput,
|
|
21
20
|
GetQueueCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class GetQueueCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: GetQueueCommandInput;
|
|
25
24
|
constructor(input: GetQueueCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: MediaConvertClientResolvedConfig,
|
|
@@ -18,7 +18,6 @@ export interface ListJobTemplatesCommandInput extends ListJobTemplatesRequest {}
|
|
|
18
18
|
export interface ListJobTemplatesCommandOutput
|
|
19
19
|
extends ListJobTemplatesResponse,
|
|
20
20
|
__MetadataBearer {}
|
|
21
|
-
|
|
22
21
|
export declare class ListJobTemplatesCommand extends $Command<
|
|
23
22
|
ListJobTemplatesCommandInput,
|
|
24
23
|
ListJobTemplatesCommandOutput,
|
|
@@ -26,7 +25,6 @@ export declare class ListJobTemplatesCommand extends $Command<
|
|
|
26
25
|
> {
|
|
27
26
|
readonly input: ListJobTemplatesCommandInput;
|
|
28
27
|
constructor(input: ListJobTemplatesCommandInput);
|
|
29
|
-
|
|
30
28
|
resolveMiddleware(
|
|
31
29
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
30
|
configuration: MediaConvertClientResolvedConfig,
|
|
@@ -16,7 +16,6 @@ export interface ListJobsCommandInput extends ListJobsRequest {}
|
|
|
16
16
|
export interface ListJobsCommandOutput
|
|
17
17
|
extends ListJobsResponse,
|
|
18
18
|
__MetadataBearer {}
|
|
19
|
-
|
|
20
19
|
export declare class ListJobsCommand extends $Command<
|
|
21
20
|
ListJobsCommandInput,
|
|
22
21
|
ListJobsCommandOutput,
|
|
@@ -24,7 +23,6 @@ export declare class ListJobsCommand extends $Command<
|
|
|
24
23
|
> {
|
|
25
24
|
readonly input: ListJobsCommandInput;
|
|
26
25
|
constructor(input: ListJobsCommandInput);
|
|
27
|
-
|
|
28
26
|
resolveMiddleware(
|
|
29
27
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
30
28
|
configuration: MediaConvertClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface ListPresetsCommandInput extends ListPresetsRequest {}
|
|
|
15
15
|
export interface ListPresetsCommandOutput
|
|
16
16
|
extends ListPresetsResponse,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class ListPresetsCommand extends $Command<
|
|
20
19
|
ListPresetsCommandInput,
|
|
21
20
|
ListPresetsCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class ListPresetsCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: ListPresetsCommandInput;
|
|
25
24
|
constructor(input: ListPresetsCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: MediaConvertClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface ListQueuesCommandInput extends ListQueuesRequest {}
|
|
|
15
15
|
export interface ListQueuesCommandOutput
|
|
16
16
|
extends ListQueuesResponse,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class ListQueuesCommand extends $Command<
|
|
20
19
|
ListQueuesCommandInput,
|
|
21
20
|
ListQueuesCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class ListQueuesCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: ListQueuesCommandInput;
|
|
25
24
|
constructor(input: ListQueuesCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: MediaConvertClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface ListTagsForResourceCommandInput
|
|
|
19
19
|
export interface ListTagsForResourceCommandOutput
|
|
20
20
|
extends ListTagsForResourceResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class ListTagsForResourceCommand extends $Command<
|
|
24
23
|
ListTagsForResourceCommandInput,
|
|
25
24
|
ListTagsForResourceCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class ListTagsForResourceCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: ListTagsForResourceCommandInput;
|
|
29
28
|
constructor(input: ListTagsForResourceCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: MediaConvertClientResolvedConfig,
|