@aws-sdk/client-mediaconvert 3.131.0 → 3.142.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 +33 -0
- package/README.md +1 -1
- package/dist-cjs/commands/AssociateCertificateCommand.js +2 -2
- package/dist-cjs/commands/CancelJobCommand.js +2 -2
- package/dist-cjs/commands/CreateJobCommand.js +2 -2
- package/dist-cjs/commands/CreateJobTemplateCommand.js +2 -2
- package/dist-cjs/commands/CreatePresetCommand.js +2 -2
- package/dist-cjs/commands/CreateQueueCommand.js +2 -2
- package/dist-cjs/commands/DeleteJobTemplateCommand.js +2 -2
- package/dist-cjs/commands/DeletePolicyCommand.js +2 -2
- package/dist-cjs/commands/DeletePresetCommand.js +2 -2
- package/dist-cjs/commands/DeleteQueueCommand.js +2 -2
- package/dist-cjs/commands/DescribeEndpointsCommand.js +2 -2
- package/dist-cjs/commands/DisassociateCertificateCommand.js +2 -2
- package/dist-cjs/commands/GetJobCommand.js +2 -2
- package/dist-cjs/commands/GetJobTemplateCommand.js +2 -2
- package/dist-cjs/commands/GetPolicyCommand.js +2 -2
- package/dist-cjs/commands/GetPresetCommand.js +2 -2
- package/dist-cjs/commands/GetQueueCommand.js +2 -2
- package/dist-cjs/commands/ListJobTemplatesCommand.js +2 -2
- package/dist-cjs/commands/ListJobsCommand.js +2 -2
- package/dist-cjs/commands/ListPresetsCommand.js +2 -2
- package/dist-cjs/commands/ListQueuesCommand.js +2 -2
- package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -2
- package/dist-cjs/commands/PutPolicyCommand.js +2 -2
- package/dist-cjs/commands/TagResourceCommand.js +2 -2
- package/dist-cjs/commands/UntagResourceCommand.js +2 -2
- package/dist-cjs/commands/UpdateJobTemplateCommand.js +2 -2
- package/dist-cjs/commands/UpdatePresetCommand.js +2 -2
- package/dist-cjs/commands/UpdateQueueCommand.js +2 -2
- package/dist-cjs/models/models_0.js +442 -660
- package/dist-cjs/models/models_1.js +390 -582
- package/dist-cjs/models/models_2.js +89 -133
- package/dist-cjs/protocols/Aws_restJson1.js +302 -628
- package/dist-es/commands/AssociateCertificateCommand.js +3 -3
- package/dist-es/commands/CancelJobCommand.js +3 -3
- package/dist-es/commands/CreateJobCommand.js +3 -3
- package/dist-es/commands/CreateJobTemplateCommand.js +3 -3
- package/dist-es/commands/CreatePresetCommand.js +3 -3
- package/dist-es/commands/CreateQueueCommand.js +3 -3
- package/dist-es/commands/DeleteJobTemplateCommand.js +3 -3
- package/dist-es/commands/DeletePolicyCommand.js +3 -3
- package/dist-es/commands/DeletePresetCommand.js +3 -3
- package/dist-es/commands/DeleteQueueCommand.js +3 -3
- package/dist-es/commands/DescribeEndpointsCommand.js +3 -3
- package/dist-es/commands/DisassociateCertificateCommand.js +3 -3
- package/dist-es/commands/GetJobCommand.js +3 -3
- package/dist-es/commands/GetJobTemplateCommand.js +3 -3
- package/dist-es/commands/GetPolicyCommand.js +3 -3
- package/dist-es/commands/GetPresetCommand.js +3 -3
- package/dist-es/commands/GetQueueCommand.js +3 -3
- package/dist-es/commands/ListJobTemplatesCommand.js +3 -3
- package/dist-es/commands/ListJobsCommand.js +4 -4
- package/dist-es/commands/ListPresetsCommand.js +3 -3
- package/dist-es/commands/ListQueuesCommand.js +3 -3
- package/dist-es/commands/ListTagsForResourceCommand.js +3 -3
- package/dist-es/commands/PutPolicyCommand.js +3 -3
- package/dist-es/commands/TagResourceCommand.js +3 -3
- package/dist-es/commands/UntagResourceCommand.js +3 -3
- package/dist-es/commands/UpdateJobTemplateCommand.js +3 -3
- package/dist-es/commands/UpdatePresetCommand.js +3 -3
- package/dist-es/commands/UpdateQueueCommand.js +3 -3
- package/dist-es/models/models_0.js +109 -436
- package/dist-es/models/models_1.js +96 -384
- package/dist-es/models/models_2.js +22 -88
- package/dist-es/protocols/Aws_restJson1.js +401 -620
- package/dist-types/models/models_0.d.ts +436 -654
- package/dist-types/models/models_1.d.ts +384 -576
- package/dist-types/models/models_2.d.ts +88 -132
- package/dist-types/ts3.4/models/models_0.d.ts +218 -436
- package/dist-types/ts3.4/models/models_1.d.ts +192 -384
- package/dist-types/ts3.4/models/models_2.d.ts +44 -88
- package/package.json +6 -6
|
@@ -22,10 +22,6 @@ export interface M2tsScte35Esam {
|
|
|
22
22
|
|
|
23
23
|
Scte35EsamPid?: number;
|
|
24
24
|
}
|
|
25
|
-
export declare namespace M2tsScte35Esam {
|
|
26
|
-
|
|
27
|
-
const filterSensitiveLog: (obj: M2tsScte35Esam) => any;
|
|
28
|
-
}
|
|
29
25
|
export declare enum M2tsScte35Source {
|
|
30
26
|
NONE = "NONE",
|
|
31
27
|
PASSTHROUGH = "PASSTHROUGH"
|
|
@@ -123,10 +119,6 @@ export interface M2tsSettings {
|
|
|
123
119
|
|
|
124
120
|
VideoPid?: number;
|
|
125
121
|
}
|
|
126
|
-
export declare namespace M2tsSettings {
|
|
127
|
-
|
|
128
|
-
const filterSensitiveLog: (obj: M2tsSettings) => any;
|
|
129
|
-
}
|
|
130
122
|
export declare enum M3u8AudioDuration {
|
|
131
123
|
DEFAULT_CODEC_DURATION = "DEFAULT_CODEC_DURATION",
|
|
132
124
|
MATCH_VIDEO_DURATION = "MATCH_VIDEO_DURATION"
|
|
@@ -192,10 +184,6 @@ export interface M3u8Settings {
|
|
|
192
184
|
|
|
193
185
|
VideoPid?: number;
|
|
194
186
|
}
|
|
195
|
-
export declare namespace M3u8Settings {
|
|
196
|
-
|
|
197
|
-
const filterSensitiveLog: (obj: M3u8Settings) => any;
|
|
198
|
-
}
|
|
199
187
|
export declare enum MovClapAtom {
|
|
200
188
|
EXCLUDE = "EXCLUDE",
|
|
201
189
|
INCLUDE = "INCLUDE"
|
|
@@ -229,10 +217,6 @@ export interface MovSettings {
|
|
|
229
217
|
|
|
230
218
|
Reference?: MovReference | string;
|
|
231
219
|
}
|
|
232
|
-
export declare namespace MovSettings {
|
|
233
|
-
|
|
234
|
-
const filterSensitiveLog: (obj: MovSettings) => any;
|
|
235
|
-
}
|
|
236
220
|
export declare enum Mp4CslgAtom {
|
|
237
221
|
EXCLUDE = "EXCLUDE",
|
|
238
222
|
INCLUDE = "INCLUDE"
|
|
@@ -260,10 +244,6 @@ export interface Mp4Settings {
|
|
|
260
244
|
|
|
261
245
|
Mp4MajorBrand?: string;
|
|
262
246
|
}
|
|
263
|
-
export declare namespace Mp4Settings {
|
|
264
|
-
|
|
265
|
-
const filterSensitiveLog: (obj: Mp4Settings) => any;
|
|
266
|
-
}
|
|
267
247
|
export declare enum MpdAccessibilityCaptionHints {
|
|
268
248
|
EXCLUDE = "EXCLUDE",
|
|
269
249
|
INCLUDE = "INCLUDE"
|
|
@@ -309,10 +289,6 @@ export interface MpdSettings {
|
|
|
309
289
|
|
|
310
290
|
TimedMetadata?: MpdTimedMetadata | string;
|
|
311
291
|
}
|
|
312
|
-
export declare namespace MpdSettings {
|
|
313
|
-
|
|
314
|
-
const filterSensitiveLog: (obj: MpdSettings) => any;
|
|
315
|
-
}
|
|
316
292
|
export declare enum MxfAfdSignaling {
|
|
317
293
|
COPY_FROM_VIDEO = "COPY_FROM_VIDEO",
|
|
318
294
|
NO_COPY = "NO_COPY"
|
|
@@ -334,10 +310,6 @@ export interface MxfXavcProfileSettings {
|
|
|
334
310
|
|
|
335
311
|
MaxAncDataSize?: number;
|
|
336
312
|
}
|
|
337
|
-
export declare namespace MxfXavcProfileSettings {
|
|
338
|
-
|
|
339
|
-
const filterSensitiveLog: (obj: MxfXavcProfileSettings) => any;
|
|
340
|
-
}
|
|
341
313
|
|
|
342
314
|
export interface MxfSettings {
|
|
343
315
|
|
|
@@ -347,10 +319,6 @@ export interface MxfSettings {
|
|
|
347
319
|
|
|
348
320
|
XavcProfileSettings?: MxfXavcProfileSettings;
|
|
349
321
|
}
|
|
350
|
-
export declare namespace MxfSettings {
|
|
351
|
-
|
|
352
|
-
const filterSensitiveLog: (obj: MxfSettings) => any;
|
|
353
|
-
}
|
|
354
322
|
|
|
355
323
|
export interface ContainerSettings {
|
|
356
324
|
|
|
@@ -372,10 +340,6 @@ export interface ContainerSettings {
|
|
|
372
340
|
|
|
373
341
|
MxfSettings?: MxfSettings;
|
|
374
342
|
}
|
|
375
|
-
export declare namespace ContainerSettings {
|
|
376
|
-
|
|
377
|
-
const filterSensitiveLog: (obj: ContainerSettings) => any;
|
|
378
|
-
}
|
|
379
343
|
export declare enum HlsAudioOnlyContainer {
|
|
380
344
|
AUTOMATIC = "AUTOMATIC",
|
|
381
345
|
M2TS = "M2TS"
|
|
@@ -411,19 +375,11 @@ export interface HlsSettings {
|
|
|
411
375
|
|
|
412
376
|
SegmentModifier?: string;
|
|
413
377
|
}
|
|
414
|
-
export declare namespace HlsSettings {
|
|
415
|
-
|
|
416
|
-
const filterSensitiveLog: (obj: HlsSettings) => any;
|
|
417
|
-
}
|
|
418
378
|
|
|
419
379
|
export interface OutputSettings {
|
|
420
380
|
|
|
421
381
|
HlsSettings?: HlsSettings;
|
|
422
382
|
}
|
|
423
|
-
export declare namespace OutputSettings {
|
|
424
|
-
|
|
425
|
-
const filterSensitiveLog: (obj: OutputSettings) => any;
|
|
426
|
-
}
|
|
427
383
|
export declare enum AfdSignaling {
|
|
428
384
|
AUTO = "AUTO",
|
|
429
385
|
FIXED = "FIXED",
|
|
@@ -461,10 +417,6 @@ export interface Av1QvbrSettings {
|
|
|
461
417
|
|
|
462
418
|
QvbrQualityLevelFineTune?: number;
|
|
463
419
|
}
|
|
464
|
-
export declare namespace Av1QvbrSettings {
|
|
465
|
-
|
|
466
|
-
const filterSensitiveLog: (obj: Av1QvbrSettings) => any;
|
|
467
|
-
}
|
|
468
420
|
export declare enum Av1RateControlMode {
|
|
469
421
|
QVBR = "QVBR"
|
|
470
422
|
}
|
|
@@ -501,10 +453,6 @@ export interface Av1Settings {
|
|
|
501
453
|
|
|
502
454
|
SpatialAdaptiveQuantization?: Av1SpatialAdaptiveQuantization | string;
|
|
503
455
|
}
|
|
504
|
-
export declare namespace Av1Settings {
|
|
505
|
-
|
|
506
|
-
const filterSensitiveLog: (obj: Av1Settings) => any;
|
|
507
|
-
}
|
|
508
456
|
export declare enum AvcIntraClass {
|
|
509
457
|
CLASS_100 = "CLASS_100",
|
|
510
458
|
CLASS_200 = "CLASS_200",
|
|
@@ -520,10 +468,6 @@ export interface AvcIntraUhdSettings {
|
|
|
520
468
|
|
|
521
469
|
QualityTuningLevel?: AvcIntraUhdQualityTuningLevel | string;
|
|
522
470
|
}
|
|
523
|
-
export declare namespace AvcIntraUhdSettings {
|
|
524
|
-
|
|
525
|
-
const filterSensitiveLog: (obj: AvcIntraUhdSettings) => any;
|
|
526
|
-
}
|
|
527
471
|
export declare enum AvcIntraFramerateControl {
|
|
528
472
|
INITIALIZE_FROM_SOURCE = "INITIALIZE_FROM_SOURCE",
|
|
529
473
|
SPECIFIED = "SPECIFIED"
|
|
@@ -575,10 +519,6 @@ export interface AvcIntraSettings {
|
|
|
575
519
|
|
|
576
520
|
Telecine?: AvcIntraTelecine | string;
|
|
577
521
|
}
|
|
578
|
-
export declare namespace AvcIntraSettings {
|
|
579
|
-
|
|
580
|
-
const filterSensitiveLog: (obj: AvcIntraSettings) => any;
|
|
581
|
-
}
|
|
582
522
|
export declare enum VideoCodec {
|
|
583
523
|
AV1 = "AV1",
|
|
584
524
|
AVC_INTRA = "AVC_INTRA",
|
|
@@ -603,10 +543,6 @@ export interface FrameCaptureSettings {
|
|
|
603
543
|
|
|
604
544
|
Quality?: number;
|
|
605
545
|
}
|
|
606
|
-
export declare namespace FrameCaptureSettings {
|
|
607
|
-
|
|
608
|
-
const filterSensitiveLog: (obj: FrameCaptureSettings) => any;
|
|
609
|
-
}
|
|
610
546
|
export declare enum H264AdaptiveQuantization {
|
|
611
547
|
AUTO = "AUTO",
|
|
612
548
|
HIGH = "HIGH",
|
|
@@ -703,10 +639,6 @@ export interface H264QvbrSettings {
|
|
|
703
639
|
|
|
704
640
|
QvbrQualityLevelFineTune?: number;
|
|
705
641
|
}
|
|
706
|
-
export declare namespace H264QvbrSettings {
|
|
707
|
-
|
|
708
|
-
const filterSensitiveLog: (obj: H264QvbrSettings) => any;
|
|
709
|
-
}
|
|
710
642
|
export declare enum H264RateControlMode {
|
|
711
643
|
CBR = "CBR",
|
|
712
644
|
QVBR = "QVBR",
|
|
@@ -833,10 +765,6 @@ export interface H264Settings {
|
|
|
833
765
|
|
|
834
766
|
UnregisteredSeiTimecode?: H264UnregisteredSeiTimecode | string;
|
|
835
767
|
}
|
|
836
|
-
export declare namespace H264Settings {
|
|
837
|
-
|
|
838
|
-
const filterSensitiveLog: (obj: H264Settings) => any;
|
|
839
|
-
}
|
|
840
768
|
export declare enum H265AdaptiveQuantization {
|
|
841
769
|
AUTO = "AUTO",
|
|
842
770
|
HIGH = "HIGH",
|
|
@@ -927,10 +855,6 @@ export interface H265QvbrSettings {
|
|
|
927
855
|
|
|
928
856
|
QvbrQualityLevelFineTune?: number;
|
|
929
857
|
}
|
|
930
|
-
export declare namespace H265QvbrSettings {
|
|
931
|
-
|
|
932
|
-
const filterSensitiveLog: (obj: H265QvbrSettings) => any;
|
|
933
|
-
}
|
|
934
858
|
export declare enum H265RateControlMode {
|
|
935
859
|
CBR = "CBR",
|
|
936
860
|
QVBR = "QVBR",
|
|
@@ -1066,10 +990,6 @@ export interface H265Settings {
|
|
|
1066
990
|
|
|
1067
991
|
WriteMp4PackagingType?: H265WriteMp4PackagingType | string;
|
|
1068
992
|
}
|
|
1069
|
-
export declare namespace H265Settings {
|
|
1070
|
-
|
|
1071
|
-
const filterSensitiveLog: (obj: H265Settings) => any;
|
|
1072
|
-
}
|
|
1073
993
|
export declare enum Mpeg2AdaptiveQuantization {
|
|
1074
994
|
HIGH = "HIGH",
|
|
1075
995
|
LOW = "LOW",
|
|
@@ -1226,10 +1146,6 @@ export interface Mpeg2Settings {
|
|
|
1226
1146
|
|
|
1227
1147
|
TemporalAdaptiveQuantization?: Mpeg2TemporalAdaptiveQuantization | string;
|
|
1228
1148
|
}
|
|
1229
|
-
export declare namespace Mpeg2Settings {
|
|
1230
|
-
|
|
1231
|
-
const filterSensitiveLog: (obj: Mpeg2Settings) => any;
|
|
1232
|
-
}
|
|
1233
1149
|
export declare enum ProresChromaSampling {
|
|
1234
1150
|
PRESERVE_444_SAMPLING = "PRESERVE_444_SAMPLING",
|
|
1235
1151
|
SUBSAMPLE_TO_422 = "SUBSAMPLE_TO_422"
|
|
@@ -1303,10 +1219,6 @@ export interface ProresSettings {
|
|
|
1303
1219
|
|
|
1304
1220
|
Telecine?: ProresTelecine | string;
|
|
1305
1221
|
}
|
|
1306
|
-
export declare namespace ProresSettings {
|
|
1307
|
-
|
|
1308
|
-
const filterSensitiveLog: (obj: ProresSettings) => any;
|
|
1309
|
-
}
|
|
1310
1222
|
export declare enum Vc3FramerateControl {
|
|
1311
1223
|
INITIALIZE_FROM_SOURCE = "INITIALIZE_FROM_SOURCE",
|
|
1312
1224
|
SPECIFIED = "SPECIFIED"
|
|
@@ -1358,10 +1270,6 @@ export interface Vc3Settings {
|
|
|
1358
1270
|
|
|
1359
1271
|
Vc3Class?: Vc3Class | string;
|
|
1360
1272
|
}
|
|
1361
|
-
export declare namespace Vc3Settings {
|
|
1362
|
-
|
|
1363
|
-
const filterSensitiveLog: (obj: Vc3Settings) => any;
|
|
1364
|
-
}
|
|
1365
1273
|
export declare enum Vp8FramerateControl {
|
|
1366
1274
|
INITIALIZE_FROM_SOURCE = "INITIALIZE_FROM_SOURCE",
|
|
1367
1275
|
SPECIFIED = "SPECIFIED"
|
|
@@ -1411,10 +1319,6 @@ export interface Vp8Settings {
|
|
|
1411
1319
|
|
|
1412
1320
|
RateControlMode?: Vp8RateControlMode | string;
|
|
1413
1321
|
}
|
|
1414
|
-
export declare namespace Vp8Settings {
|
|
1415
|
-
|
|
1416
|
-
const filterSensitiveLog: (obj: Vp8Settings) => any;
|
|
1417
|
-
}
|
|
1418
1322
|
export declare enum Vp9FramerateControl {
|
|
1419
1323
|
INITIALIZE_FROM_SOURCE = "INITIALIZE_FROM_SOURCE",
|
|
1420
1324
|
SPECIFIED = "SPECIFIED"
|
|
@@ -1464,10 +1368,6 @@ export interface Vp9Settings {
|
|
|
1464
1368
|
|
|
1465
1369
|
RateControlMode?: Vp9RateControlMode | string;
|
|
1466
1370
|
}
|
|
1467
|
-
export declare namespace Vp9Settings {
|
|
1468
|
-
|
|
1469
|
-
const filterSensitiveLog: (obj: Vp9Settings) => any;
|
|
1470
|
-
}
|
|
1471
1371
|
export declare enum XavcAdaptiveQuantization {
|
|
1472
1372
|
AUTO = "AUTO",
|
|
1473
1373
|
HIGH = "HIGH",
|
|
@@ -1520,10 +1420,6 @@ export interface Xavc4kIntraCbgProfileSettings {
|
|
|
1520
1420
|
|
|
1521
1421
|
XavcClass?: Xavc4kIntraCbgProfileClass | string;
|
|
1522
1422
|
}
|
|
1523
|
-
export declare namespace Xavc4kIntraCbgProfileSettings {
|
|
1524
|
-
|
|
1525
|
-
const filterSensitiveLog: (obj: Xavc4kIntraCbgProfileSettings) => any;
|
|
1526
|
-
}
|
|
1527
1423
|
export declare enum Xavc4kIntraVbrProfileClass {
|
|
1528
1424
|
CLASS_100 = "CLASS_100",
|
|
1529
1425
|
CLASS_300 = "CLASS_300",
|
|
@@ -1534,10 +1430,6 @@ export interface Xavc4kIntraVbrProfileSettings {
|
|
|
1534
1430
|
|
|
1535
1431
|
XavcClass?: Xavc4kIntraVbrProfileClass | string;
|
|
1536
1432
|
}
|
|
1537
|
-
export declare namespace Xavc4kIntraVbrProfileSettings {
|
|
1538
|
-
|
|
1539
|
-
const filterSensitiveLog: (obj: Xavc4kIntraVbrProfileSettings) => any;
|
|
1540
|
-
}
|
|
1541
1433
|
export declare enum Xavc4kProfileBitrateClass {
|
|
1542
1434
|
BITRATE_CLASS_100 = "BITRATE_CLASS_100",
|
|
1543
1435
|
BITRATE_CLASS_140 = "BITRATE_CLASS_140",
|
|
@@ -1579,10 +1471,6 @@ export interface Xavc4kProfileSettings {
|
|
|
1579
1471
|
|
|
1580
1472
|
Slices?: number;
|
|
1581
1473
|
}
|
|
1582
|
-
export declare namespace Xavc4kProfileSettings {
|
|
1583
|
-
|
|
1584
|
-
const filterSensitiveLog: (obj: Xavc4kProfileSettings) => any;
|
|
1585
|
-
}
|
|
1586
1474
|
export declare enum XavcHdIntraCbgProfileClass {
|
|
1587
1475
|
CLASS_100 = "CLASS_100",
|
|
1588
1476
|
CLASS_200 = "CLASS_200",
|
|
@@ -1593,10 +1481,6 @@ export interface XavcHdIntraCbgProfileSettings {
|
|
|
1593
1481
|
|
|
1594
1482
|
XavcClass?: XavcHdIntraCbgProfileClass | string;
|
|
1595
1483
|
}
|
|
1596
|
-
export declare namespace XavcHdIntraCbgProfileSettings {
|
|
1597
|
-
|
|
1598
|
-
const filterSensitiveLog: (obj: XavcHdIntraCbgProfileSettings) => any;
|
|
1599
|
-
}
|
|
1600
1484
|
export declare enum XavcHdProfileBitrateClass {
|
|
1601
1485
|
BITRATE_CLASS_25 = "BITRATE_CLASS_25",
|
|
1602
1486
|
BITRATE_CLASS_35 = "BITRATE_CLASS_35",
|
|
@@ -1639,10 +1523,6 @@ export interface XavcHdProfileSettings {
|
|
|
1639
1523
|
|
|
1640
1524
|
Telecine?: XavcHdProfileTelecine | string;
|
|
1641
1525
|
}
|
|
1642
|
-
export declare namespace XavcHdProfileSettings {
|
|
1643
|
-
|
|
1644
|
-
const filterSensitiveLog: (obj: XavcHdProfileSettings) => any;
|
|
1645
|
-
}
|
|
1646
1526
|
|
|
1647
1527
|
export interface XavcSettings {
|
|
1648
1528
|
|
|
@@ -1678,10 +1558,6 @@ export interface XavcSettings {
|
|
|
1678
1558
|
|
|
1679
1559
|
XavcHdProfileSettings?: XavcHdProfileSettings;
|
|
1680
1560
|
}
|
|
1681
|
-
export declare namespace XavcSettings {
|
|
1682
|
-
|
|
1683
|
-
const filterSensitiveLog: (obj: XavcSettings) => any;
|
|
1684
|
-
}
|
|
1685
1561
|
|
|
1686
1562
|
export interface VideoCodecSettings {
|
|
1687
1563
|
|
|
@@ -1709,10 +1585,6 @@ export interface VideoCodecSettings {
|
|
|
1709
1585
|
|
|
1710
1586
|
XavcSettings?: XavcSettings;
|
|
1711
1587
|
}
|
|
1712
|
-
export declare namespace VideoCodecSettings {
|
|
1713
|
-
|
|
1714
|
-
const filterSensitiveLog: (obj: VideoCodecSettings) => any;
|
|
1715
|
-
}
|
|
1716
1588
|
export declare enum ColorMetadata {
|
|
1717
1589
|
IGNORE = "IGNORE",
|
|
1718
1590
|
INSERT = "INSERT"
|
|
@@ -1762,10 +1634,6 @@ export interface ColorCorrector {
|
|
|
1762
1634
|
|
|
1763
1635
|
Saturation?: number;
|
|
1764
1636
|
}
|
|
1765
|
-
export declare namespace ColorCorrector {
|
|
1766
|
-
|
|
1767
|
-
const filterSensitiveLog: (obj: ColorCorrector) => any;
|
|
1768
|
-
}
|
|
1769
1637
|
export declare enum DeinterlaceAlgorithm {
|
|
1770
1638
|
BLEND = "BLEND",
|
|
1771
1639
|
BLEND_TICKER = "BLEND_TICKER",
|
|
@@ -1790,10 +1658,6 @@ export interface Deinterlacer {
|
|
|
1790
1658
|
|
|
1791
1659
|
Mode?: DeinterlacerMode | string;
|
|
1792
1660
|
}
|
|
1793
|
-
export declare namespace Deinterlacer {
|
|
1794
|
-
|
|
1795
|
-
const filterSensitiveLog: (obj: Deinterlacer) => any;
|
|
1796
|
-
}
|
|
1797
1661
|
|
|
1798
1662
|
export interface DolbyVisionLevel6Metadata {
|
|
1799
1663
|
|
|
@@ -1801,10 +1665,6 @@ export interface DolbyVisionLevel6Metadata {
|
|
|
1801
1665
|
|
|
1802
1666
|
MaxFall?: number;
|
|
1803
1667
|
}
|
|
1804
|
-
export declare namespace DolbyVisionLevel6Metadata {
|
|
1805
|
-
|
|
1806
|
-
const filterSensitiveLog: (obj: DolbyVisionLevel6Metadata) => any;
|
|
1807
|
-
}
|
|
1808
1668
|
export declare enum DolbyVisionLevel6Mode {
|
|
1809
1669
|
PASSTHROUGH = "PASSTHROUGH",
|
|
1810
1670
|
RECALCULATE = "RECALCULATE",
|
|
@@ -1829,10 +1689,6 @@ export interface DolbyVision {
|
|
|
1829
1689
|
|
|
1830
1690
|
Profile?: DolbyVisionProfile | string;
|
|
1831
1691
|
}
|
|
1832
|
-
export declare namespace DolbyVision {
|
|
1833
|
-
|
|
1834
|
-
const filterSensitiveLog: (obj: DolbyVision) => any;
|
|
1835
|
-
}
|
|
1836
1692
|
|
|
1837
1693
|
export interface Hdr10Plus {
|
|
1838
1694
|
|
|
@@ -1840,10 +1696,6 @@ export interface Hdr10Plus {
|
|
|
1840
1696
|
|
|
1841
1697
|
TargetMonitorNits?: number;
|
|
1842
1698
|
}
|
|
1843
|
-
export declare namespace Hdr10Plus {
|
|
1844
|
-
|
|
1845
|
-
const filterSensitiveLog: (obj: Hdr10Plus) => any;
|
|
1846
|
-
}
|
|
1847
1699
|
export declare enum NoiseReducerFilter {
|
|
1848
1700
|
BILATERAL = "BILATERAL",
|
|
1849
1701
|
CONSERVE = "CONSERVE",
|
|
@@ -1859,10 +1711,6 @@ export interface NoiseReducerFilterSettings {
|
|
|
1859
1711
|
|
|
1860
1712
|
Strength?: number;
|
|
1861
1713
|
}
|
|
1862
|
-
export declare namespace NoiseReducerFilterSettings {
|
|
1863
|
-
|
|
1864
|
-
const filterSensitiveLog: (obj: NoiseReducerFilterSettings) => any;
|
|
1865
|
-
}
|
|
1866
1714
|
|
|
1867
1715
|
export interface NoiseReducerSpatialFilterSettings {
|
|
1868
1716
|
|
|
@@ -1872,10 +1720,6 @@ export interface NoiseReducerSpatialFilterSettings {
|
|
|
1872
1720
|
|
|
1873
1721
|
Strength?: number;
|
|
1874
1722
|
}
|
|
1875
|
-
export declare namespace NoiseReducerSpatialFilterSettings {
|
|
1876
|
-
|
|
1877
|
-
const filterSensitiveLog: (obj: NoiseReducerSpatialFilterSettings) => any;
|
|
1878
|
-
}
|
|
1879
1723
|
export declare enum NoiseFilterPostTemporalSharpening {
|
|
1880
1724
|
AUTO = "AUTO",
|
|
1881
1725
|
DISABLED = "DISABLED",
|
|
@@ -1899,10 +1743,6 @@ export interface NoiseReducerTemporalFilterSettings {
|
|
|
1899
1743
|
|
|
1900
1744
|
Strength?: number;
|
|
1901
1745
|
}
|
|
1902
|
-
export declare namespace NoiseReducerTemporalFilterSettings {
|
|
1903
|
-
|
|
1904
|
-
const filterSensitiveLog: (obj: NoiseReducerTemporalFilterSettings) => any;
|
|
1905
|
-
}
|
|
1906
1746
|
|
|
1907
1747
|
export interface NoiseReducer {
|
|
1908
1748
|
|
|
@@ -1914,10 +1754,6 @@ export interface NoiseReducer {
|
|
|
1914
1754
|
|
|
1915
1755
|
TemporalFilterSettings?: NoiseReducerTemporalFilterSettings;
|
|
1916
1756
|
}
|
|
1917
|
-
export declare namespace NoiseReducer {
|
|
1918
|
-
|
|
1919
|
-
const filterSensitiveLog: (obj: NoiseReducer) => any;
|
|
1920
|
-
}
|
|
1921
1757
|
export declare enum WatermarkingStrength {
|
|
1922
1758
|
DEFAULT = "DEFAULT",
|
|
1923
1759
|
LIGHTER = "LIGHTER",
|
|
@@ -1936,19 +1772,11 @@ export interface NexGuardFileMarkerSettings {
|
|
|
1936
1772
|
|
|
1937
1773
|
Strength?: WatermarkingStrength | string;
|
|
1938
1774
|
}
|
|
1939
|
-
export declare namespace NexGuardFileMarkerSettings {
|
|
1940
|
-
|
|
1941
|
-
const filterSensitiveLog: (obj: NexGuardFileMarkerSettings) => any;
|
|
1942
|
-
}
|
|
1943
1775
|
|
|
1944
1776
|
export interface PartnerWatermarking {
|
|
1945
1777
|
|
|
1946
1778
|
NexguardFileMarkerSettings?: NexGuardFileMarkerSettings;
|
|
1947
1779
|
}
|
|
1948
|
-
export declare namespace PartnerWatermarking {
|
|
1949
|
-
|
|
1950
|
-
const filterSensitiveLog: (obj: PartnerWatermarking) => any;
|
|
1951
|
-
}
|
|
1952
1780
|
export declare enum TimecodeBurninPosition {
|
|
1953
1781
|
BOTTOM_CENTER = "BOTTOM_CENTER",
|
|
1954
1782
|
BOTTOM_LEFT = "BOTTOM_LEFT",
|
|
@@ -1969,10 +1797,6 @@ export interface TimecodeBurnin {
|
|
|
1969
1797
|
|
|
1970
1798
|
Prefix?: string;
|
|
1971
1799
|
}
|
|
1972
|
-
export declare namespace TimecodeBurnin {
|
|
1973
|
-
|
|
1974
|
-
const filterSensitiveLog: (obj: TimecodeBurnin) => any;
|
|
1975
|
-
}
|
|
1976
1800
|
|
|
1977
1801
|
export interface VideoPreprocessor {
|
|
1978
1802
|
|
|
@@ -1992,10 +1816,6 @@ export interface VideoPreprocessor {
|
|
|
1992
1816
|
|
|
1993
1817
|
TimecodeBurnin?: TimecodeBurnin;
|
|
1994
1818
|
}
|
|
1995
|
-
export declare namespace VideoPreprocessor {
|
|
1996
|
-
|
|
1997
|
-
const filterSensitiveLog: (obj: VideoPreprocessor) => any;
|
|
1998
|
-
}
|
|
1999
1819
|
|
|
2000
1820
|
export interface VideoDescription {
|
|
2001
1821
|
|
|
@@ -2029,10 +1849,6 @@ export interface VideoDescription {
|
|
|
2029
1849
|
|
|
2030
1850
|
Width?: number;
|
|
2031
1851
|
}
|
|
2032
|
-
export declare namespace VideoDescription {
|
|
2033
|
-
|
|
2034
|
-
const filterSensitiveLog: (obj: VideoDescription) => any;
|
|
2035
|
-
}
|
|
2036
1852
|
|
|
2037
1853
|
export interface Output {
|
|
2038
1854
|
|
|
@@ -2052,10 +1868,6 @@ export interface Output {
|
|
|
2052
1868
|
|
|
2053
1869
|
VideoDescription?: VideoDescription;
|
|
2054
1870
|
}
|
|
2055
|
-
export declare namespace Output {
|
|
2056
|
-
|
|
2057
|
-
const filterSensitiveLog: (obj: Output) => any;
|
|
2058
|
-
}
|
|
2059
1871
|
|
|
2060
1872
|
export interface OutputGroup {
|
|
2061
1873
|
|
|
@@ -2069,10 +1881,6 @@ export interface OutputGroup {
|
|
|
2069
1881
|
|
|
2070
1882
|
Outputs?: Output[];
|
|
2071
1883
|
}
|
|
2072
|
-
export declare namespace OutputGroup {
|
|
2073
|
-
|
|
2074
|
-
const filterSensitiveLog: (obj: OutputGroup) => any;
|
|
2075
|
-
}
|
|
2076
1884
|
export declare enum TimecodeSource {
|
|
2077
1885
|
EMBEDDED = "EMBEDDED",
|
|
2078
1886
|
SPECIFIEDSTART = "SPECIFIEDSTART",
|
|
@@ -2089,19 +1897,11 @@ export interface TimecodeConfig {
|
|
|
2089
1897
|
|
|
2090
1898
|
TimestampOffset?: string;
|
|
2091
1899
|
}
|
|
2092
|
-
export declare namespace TimecodeConfig {
|
|
2093
|
-
|
|
2094
|
-
const filterSensitiveLog: (obj: TimecodeConfig) => any;
|
|
2095
|
-
}
|
|
2096
1900
|
|
|
2097
1901
|
export interface TimedMetadataInsertion {
|
|
2098
1902
|
|
|
2099
1903
|
Id3Insertions?: Id3Insertion[];
|
|
2100
1904
|
}
|
|
2101
|
-
export declare namespace TimedMetadataInsertion {
|
|
2102
|
-
|
|
2103
|
-
const filterSensitiveLog: (obj: TimedMetadataInsertion) => any;
|
|
2104
|
-
}
|
|
2105
1905
|
|
|
2106
1906
|
export interface JobSettings {
|
|
2107
1907
|
|
|
@@ -2129,10 +1929,6 @@ export interface JobSettings {
|
|
|
2129
1929
|
|
|
2130
1930
|
TimedMetadataInsertion?: TimedMetadataInsertion;
|
|
2131
1931
|
}
|
|
2132
|
-
export declare namespace JobSettings {
|
|
2133
|
-
|
|
2134
|
-
const filterSensitiveLog: (obj: JobSettings) => any;
|
|
2135
|
-
}
|
|
2136
1932
|
export declare enum SimulateReservedQueue {
|
|
2137
1933
|
DISABLED = "DISABLED",
|
|
2138
1934
|
ENABLED = "ENABLED"
|
|
@@ -2170,10 +1966,6 @@ export interface Timing {
|
|
|
2170
1966
|
|
|
2171
1967
|
SubmitTime?: Date;
|
|
2172
1968
|
}
|
|
2173
|
-
export declare namespace Timing {
|
|
2174
|
-
|
|
2175
|
-
const filterSensitiveLog: (obj: Timing) => any;
|
|
2176
|
-
}
|
|
2177
1969
|
|
|
2178
1970
|
export interface Job {
|
|
2179
1971
|
|
|
@@ -2227,10 +2019,6 @@ export interface Job {
|
|
|
2227
2019
|
|
|
2228
2020
|
UserMetadata?: Record<string, string>;
|
|
2229
2021
|
}
|
|
2230
|
-
export declare namespace Job {
|
|
2231
|
-
|
|
2232
|
-
const filterSensitiveLog: (obj: Job) => any;
|
|
2233
|
-
}
|
|
2234
2022
|
|
|
2235
2023
|
export interface JobTemplateSettings {
|
|
2236
2024
|
|
|
@@ -2258,10 +2046,6 @@ export interface JobTemplateSettings {
|
|
|
2258
2046
|
|
|
2259
2047
|
TimedMetadataInsertion?: TimedMetadataInsertion;
|
|
2260
2048
|
}
|
|
2261
|
-
export declare namespace JobTemplateSettings {
|
|
2262
|
-
|
|
2263
|
-
const filterSensitiveLog: (obj: JobTemplateSettings) => any;
|
|
2264
|
-
}
|
|
2265
2049
|
export declare enum Type {
|
|
2266
2050
|
CUSTOM = "CUSTOM",
|
|
2267
2051
|
SYSTEM = "SYSTEM"
|
|
@@ -2295,10 +2079,6 @@ export interface JobTemplate {
|
|
|
2295
2079
|
|
|
2296
2080
|
Type?: Type | string;
|
|
2297
2081
|
}
|
|
2298
|
-
export declare namespace JobTemplate {
|
|
2299
|
-
|
|
2300
|
-
const filterSensitiveLog: (obj: JobTemplate) => any;
|
|
2301
|
-
}
|
|
2302
2082
|
|
|
2303
2083
|
export interface PresetSettings {
|
|
2304
2084
|
|
|
@@ -2310,10 +2090,6 @@ export interface PresetSettings {
|
|
|
2310
2090
|
|
|
2311
2091
|
VideoDescription?: VideoDescription;
|
|
2312
2092
|
}
|
|
2313
|
-
export declare namespace PresetSettings {
|
|
2314
|
-
|
|
2315
|
-
const filterSensitiveLog: (obj: PresetSettings) => any;
|
|
2316
|
-
}
|
|
2317
2093
|
|
|
2318
2094
|
export interface Preset {
|
|
2319
2095
|
|
|
@@ -2333,10 +2109,6 @@ export interface Preset {
|
|
|
2333
2109
|
|
|
2334
2110
|
Type?: Type | string;
|
|
2335
2111
|
}
|
|
2336
|
-
export declare namespace Preset {
|
|
2337
|
-
|
|
2338
|
-
const filterSensitiveLog: (obj: Preset) => any;
|
|
2339
|
-
}
|
|
2340
2112
|
export declare enum PricingPlan {
|
|
2341
2113
|
ON_DEMAND = "ON_DEMAND",
|
|
2342
2114
|
RESERVED = "RESERVED"
|
|
@@ -2367,10 +2139,6 @@ export interface ReservationPlan {
|
|
|
2367
2139
|
|
|
2368
2140
|
Status?: ReservationPlanStatus | string;
|
|
2369
2141
|
}
|
|
2370
|
-
export declare namespace ReservationPlan {
|
|
2371
|
-
|
|
2372
|
-
const filterSensitiveLog: (obj: ReservationPlan) => any;
|
|
2373
|
-
}
|
|
2374
2142
|
export declare enum QueueStatus {
|
|
2375
2143
|
ACTIVE = "ACTIVE",
|
|
2376
2144
|
PAUSED = "PAUSED"
|
|
@@ -2400,24 +2168,12 @@ export interface Queue {
|
|
|
2400
2168
|
|
|
2401
2169
|
Type?: Type | string;
|
|
2402
2170
|
}
|
|
2403
|
-
export declare namespace Queue {
|
|
2404
|
-
|
|
2405
|
-
const filterSensitiveLog: (obj: Queue) => any;
|
|
2406
|
-
}
|
|
2407
2171
|
export interface AssociateCertificateRequest {
|
|
2408
2172
|
|
|
2409
2173
|
Arn: string | undefined;
|
|
2410
2174
|
}
|
|
2411
|
-
export declare namespace AssociateCertificateRequest {
|
|
2412
|
-
|
|
2413
|
-
const filterSensitiveLog: (obj: AssociateCertificateRequest) => any;
|
|
2414
|
-
}
|
|
2415
2175
|
export interface AssociateCertificateResponse {
|
|
2416
2176
|
}
|
|
2417
|
-
export declare namespace AssociateCertificateResponse {
|
|
2418
|
-
|
|
2419
|
-
const filterSensitiveLog: (obj: AssociateCertificateResponse) => any;
|
|
2420
|
-
}
|
|
2421
2177
|
|
|
2422
2178
|
export declare class BadRequestException extends __BaseException {
|
|
2423
2179
|
readonly name: "BadRequestException";
|
|
@@ -2470,16 +2226,8 @@ export interface CancelJobRequest {
|
|
|
2470
2226
|
|
|
2471
2227
|
Id: string | undefined;
|
|
2472
2228
|
}
|
|
2473
|
-
export declare namespace CancelJobRequest {
|
|
2474
|
-
|
|
2475
|
-
const filterSensitiveLog: (obj: CancelJobRequest) => any;
|
|
2476
|
-
}
|
|
2477
2229
|
export interface CancelJobResponse {
|
|
2478
2230
|
}
|
|
2479
|
-
export declare namespace CancelJobResponse {
|
|
2480
|
-
|
|
2481
|
-
const filterSensitiveLog: (obj: CancelJobResponse) => any;
|
|
2482
|
-
}
|
|
2483
2231
|
export interface CreateJobRequest {
|
|
2484
2232
|
|
|
2485
2233
|
AccelerationSettings?: AccelerationSettings;
|
|
@@ -2508,18 +2256,10 @@ export interface CreateJobRequest {
|
|
|
2508
2256
|
|
|
2509
2257
|
UserMetadata?: Record<string, string>;
|
|
2510
2258
|
}
|
|
2511
|
-
export declare namespace CreateJobRequest {
|
|
2512
|
-
|
|
2513
|
-
const filterSensitiveLog: (obj: CreateJobRequest) => any;
|
|
2514
|
-
}
|
|
2515
2259
|
export interface CreateJobResponse {
|
|
2516
2260
|
|
|
2517
2261
|
Job?: Job;
|
|
2518
2262
|
}
|
|
2519
|
-
export declare namespace CreateJobResponse {
|
|
2520
|
-
|
|
2521
|
-
const filterSensitiveLog: (obj: CreateJobResponse) => any;
|
|
2522
|
-
}
|
|
2523
2263
|
export interface CreateJobTemplateRequest {
|
|
2524
2264
|
|
|
2525
2265
|
AccelerationSettings?: AccelerationSettings;
|
|
@@ -2542,18 +2282,10 @@ export interface CreateJobTemplateRequest {
|
|
|
2542
2282
|
|
|
2543
2283
|
Tags?: Record<string, string>;
|
|
2544
2284
|
}
|
|
2545
|
-
export declare namespace CreateJobTemplateRequest {
|
|
2546
|
-
|
|
2547
|
-
const filterSensitiveLog: (obj: CreateJobTemplateRequest) => any;
|
|
2548
|
-
}
|
|
2549
2285
|
export interface CreateJobTemplateResponse {
|
|
2550
2286
|
|
|
2551
2287
|
JobTemplate?: JobTemplate;
|
|
2552
2288
|
}
|
|
2553
|
-
export declare namespace CreateJobTemplateResponse {
|
|
2554
|
-
|
|
2555
|
-
const filterSensitiveLog: (obj: CreateJobTemplateResponse) => any;
|
|
2556
|
-
}
|
|
2557
2289
|
export interface CreatePresetRequest {
|
|
2558
2290
|
|
|
2559
2291
|
Category?: string;
|
|
@@ -2566,18 +2298,10 @@ export interface CreatePresetRequest {
|
|
|
2566
2298
|
|
|
2567
2299
|
Tags?: Record<string, string>;
|
|
2568
2300
|
}
|
|
2569
|
-
export declare namespace CreatePresetRequest {
|
|
2570
|
-
|
|
2571
|
-
const filterSensitiveLog: (obj: CreatePresetRequest) => any;
|
|
2572
|
-
}
|
|
2573
2301
|
export interface CreatePresetResponse {
|
|
2574
2302
|
|
|
2575
2303
|
Preset?: Preset;
|
|
2576
2304
|
}
|
|
2577
|
-
export declare namespace CreatePresetResponse {
|
|
2578
|
-
|
|
2579
|
-
const filterSensitiveLog: (obj: CreatePresetResponse) => any;
|
|
2580
|
-
}
|
|
2581
2305
|
|
|
2582
2306
|
export interface ReservationPlanSettings {
|
|
2583
2307
|
|
|
@@ -2587,10 +2311,6 @@ export interface ReservationPlanSettings {
|
|
|
2587
2311
|
|
|
2588
2312
|
ReservedSlots: number | undefined;
|
|
2589
2313
|
}
|
|
2590
|
-
export declare namespace ReservationPlanSettings {
|
|
2591
|
-
|
|
2592
|
-
const filterSensitiveLog: (obj: ReservationPlanSettings) => any;
|
|
2593
|
-
}
|
|
2594
2314
|
export interface CreateQueueRequest {
|
|
2595
2315
|
|
|
2596
2316
|
Description?: string;
|
|
@@ -2605,72 +2325,32 @@ export interface CreateQueueRequest {
|
|
|
2605
2325
|
|
|
2606
2326
|
Tags?: Record<string, string>;
|
|
2607
2327
|
}
|
|
2608
|
-
export declare namespace CreateQueueRequest {
|
|
2609
|
-
|
|
2610
|
-
const filterSensitiveLog: (obj: CreateQueueRequest) => any;
|
|
2611
|
-
}
|
|
2612
2328
|
export interface CreateQueueResponse {
|
|
2613
2329
|
|
|
2614
2330
|
Queue?: Queue;
|
|
2615
2331
|
}
|
|
2616
|
-
export declare namespace CreateQueueResponse {
|
|
2617
|
-
|
|
2618
|
-
const filterSensitiveLog: (obj: CreateQueueResponse) => any;
|
|
2619
|
-
}
|
|
2620
2332
|
export interface DeleteJobTemplateRequest {
|
|
2621
2333
|
|
|
2622
2334
|
Name: string | undefined;
|
|
2623
2335
|
}
|
|
2624
|
-
export declare namespace DeleteJobTemplateRequest {
|
|
2625
|
-
|
|
2626
|
-
const filterSensitiveLog: (obj: DeleteJobTemplateRequest) => any;
|
|
2627
|
-
}
|
|
2628
2336
|
export interface DeleteJobTemplateResponse {
|
|
2629
2337
|
}
|
|
2630
|
-
export declare namespace DeleteJobTemplateResponse {
|
|
2631
|
-
|
|
2632
|
-
const filterSensitiveLog: (obj: DeleteJobTemplateResponse) => any;
|
|
2633
|
-
}
|
|
2634
2338
|
export interface DeletePolicyRequest {
|
|
2635
2339
|
}
|
|
2636
|
-
export declare namespace DeletePolicyRequest {
|
|
2637
|
-
|
|
2638
|
-
const filterSensitiveLog: (obj: DeletePolicyRequest) => any;
|
|
2639
|
-
}
|
|
2640
2340
|
export interface DeletePolicyResponse {
|
|
2641
2341
|
}
|
|
2642
|
-
export declare namespace DeletePolicyResponse {
|
|
2643
|
-
|
|
2644
|
-
const filterSensitiveLog: (obj: DeletePolicyResponse) => any;
|
|
2645
|
-
}
|
|
2646
2342
|
export interface DeletePresetRequest {
|
|
2647
2343
|
|
|
2648
2344
|
Name: string | undefined;
|
|
2649
2345
|
}
|
|
2650
|
-
export declare namespace DeletePresetRequest {
|
|
2651
|
-
|
|
2652
|
-
const filterSensitiveLog: (obj: DeletePresetRequest) => any;
|
|
2653
|
-
}
|
|
2654
2346
|
export interface DeletePresetResponse {
|
|
2655
2347
|
}
|
|
2656
|
-
export declare namespace DeletePresetResponse {
|
|
2657
|
-
|
|
2658
|
-
const filterSensitiveLog: (obj: DeletePresetResponse) => any;
|
|
2659
|
-
}
|
|
2660
2348
|
export interface DeleteQueueRequest {
|
|
2661
2349
|
|
|
2662
2350
|
Name: string | undefined;
|
|
2663
2351
|
}
|
|
2664
|
-
export declare namespace DeleteQueueRequest {
|
|
2665
|
-
|
|
2666
|
-
const filterSensitiveLog: (obj: DeleteQueueRequest) => any;
|
|
2667
|
-
}
|
|
2668
2352
|
export interface DeleteQueueResponse {
|
|
2669
2353
|
}
|
|
2670
|
-
export declare namespace DeleteQueueResponse {
|
|
2671
|
-
|
|
2672
|
-
const filterSensitiveLog: (obj: DeleteQueueResponse) => any;
|
|
2673
|
-
}
|
|
2674
2354
|
export declare enum DescribeEndpointsMode {
|
|
2675
2355
|
DEFAULT = "DEFAULT",
|
|
2676
2356
|
GET_ONLY = "GET_ONLY"
|
|
@@ -2684,72 +2364,36 @@ export interface DescribeEndpointsRequest {
|
|
|
2684
2364
|
|
|
2685
2365
|
NextToken?: string;
|
|
2686
2366
|
}
|
|
2687
|
-
export declare namespace DescribeEndpointsRequest {
|
|
2688
|
-
|
|
2689
|
-
const filterSensitiveLog: (obj: DescribeEndpointsRequest) => any;
|
|
2690
|
-
}
|
|
2691
2367
|
export interface DescribeEndpointsResponse {
|
|
2692
2368
|
|
|
2693
2369
|
Endpoints?: Endpoint[];
|
|
2694
2370
|
|
|
2695
2371
|
NextToken?: string;
|
|
2696
2372
|
}
|
|
2697
|
-
export declare namespace DescribeEndpointsResponse {
|
|
2698
|
-
|
|
2699
|
-
const filterSensitiveLog: (obj: DescribeEndpointsResponse) => any;
|
|
2700
|
-
}
|
|
2701
2373
|
export interface DisassociateCertificateRequest {
|
|
2702
2374
|
|
|
2703
2375
|
Arn: string | undefined;
|
|
2704
2376
|
}
|
|
2705
|
-
export declare namespace DisassociateCertificateRequest {
|
|
2706
|
-
|
|
2707
|
-
const filterSensitiveLog: (obj: DisassociateCertificateRequest) => any;
|
|
2708
|
-
}
|
|
2709
2377
|
export interface DisassociateCertificateResponse {
|
|
2710
2378
|
}
|
|
2711
|
-
export declare namespace DisassociateCertificateResponse {
|
|
2712
|
-
|
|
2713
|
-
const filterSensitiveLog: (obj: DisassociateCertificateResponse) => any;
|
|
2714
|
-
}
|
|
2715
2379
|
export interface GetJobRequest {
|
|
2716
2380
|
|
|
2717
2381
|
Id: string | undefined;
|
|
2718
2382
|
}
|
|
2719
|
-
export declare namespace GetJobRequest {
|
|
2720
|
-
|
|
2721
|
-
const filterSensitiveLog: (obj: GetJobRequest) => any;
|
|
2722
|
-
}
|
|
2723
2383
|
export interface GetJobResponse {
|
|
2724
2384
|
|
|
2725
2385
|
Job?: Job;
|
|
2726
2386
|
}
|
|
2727
|
-
export declare namespace GetJobResponse {
|
|
2728
|
-
|
|
2729
|
-
const filterSensitiveLog: (obj: GetJobResponse) => any;
|
|
2730
|
-
}
|
|
2731
2387
|
export interface GetJobTemplateRequest {
|
|
2732
2388
|
|
|
2733
2389
|
Name: string | undefined;
|
|
2734
2390
|
}
|
|
2735
|
-
export declare namespace GetJobTemplateRequest {
|
|
2736
|
-
|
|
2737
|
-
const filterSensitiveLog: (obj: GetJobTemplateRequest) => any;
|
|
2738
|
-
}
|
|
2739
2391
|
export interface GetJobTemplateResponse {
|
|
2740
2392
|
|
|
2741
2393
|
JobTemplate?: JobTemplate;
|
|
2742
2394
|
}
|
|
2743
|
-
export declare namespace GetJobTemplateResponse {
|
|
2744
|
-
|
|
2745
|
-
const filterSensitiveLog: (obj: GetJobTemplateResponse) => any;
|
|
2746
|
-
}
|
|
2747
2395
|
export interface GetPolicyRequest {
|
|
2748
2396
|
}
|
|
2749
|
-
export declare namespace GetPolicyRequest {
|
|
2750
|
-
|
|
2751
|
-
const filterSensitiveLog: (obj: GetPolicyRequest) => any;
|
|
2752
|
-
}
|
|
2753
2397
|
export declare enum InputPolicy {
|
|
2754
2398
|
ALLOWED = "ALLOWED",
|
|
2755
2399
|
DISALLOWED = "DISALLOWED"
|
|
@@ -2763,50 +2407,26 @@ export interface Policy {
|
|
|
2763
2407
|
|
|
2764
2408
|
S3Inputs?: InputPolicy | string;
|
|
2765
2409
|
}
|
|
2766
|
-
export declare namespace Policy {
|
|
2767
|
-
|
|
2768
|
-
const filterSensitiveLog: (obj: Policy) => any;
|
|
2769
|
-
}
|
|
2770
2410
|
export interface GetPolicyResponse {
|
|
2771
2411
|
|
|
2772
2412
|
Policy?: Policy;
|
|
2773
2413
|
}
|
|
2774
|
-
export declare namespace GetPolicyResponse {
|
|
2775
|
-
|
|
2776
|
-
const filterSensitiveLog: (obj: GetPolicyResponse) => any;
|
|
2777
|
-
}
|
|
2778
2414
|
export interface GetPresetRequest {
|
|
2779
2415
|
|
|
2780
2416
|
Name: string | undefined;
|
|
2781
2417
|
}
|
|
2782
|
-
export declare namespace GetPresetRequest {
|
|
2783
|
-
|
|
2784
|
-
const filterSensitiveLog: (obj: GetPresetRequest) => any;
|
|
2785
|
-
}
|
|
2786
2418
|
export interface GetPresetResponse {
|
|
2787
2419
|
|
|
2788
2420
|
Preset?: Preset;
|
|
2789
2421
|
}
|
|
2790
|
-
export declare namespace GetPresetResponse {
|
|
2791
|
-
|
|
2792
|
-
const filterSensitiveLog: (obj: GetPresetResponse) => any;
|
|
2793
|
-
}
|
|
2794
2422
|
export interface GetQueueRequest {
|
|
2795
2423
|
|
|
2796
2424
|
Name: string | undefined;
|
|
2797
2425
|
}
|
|
2798
|
-
export declare namespace GetQueueRequest {
|
|
2799
|
-
|
|
2800
|
-
const filterSensitiveLog: (obj: GetQueueRequest) => any;
|
|
2801
|
-
}
|
|
2802
2426
|
export interface GetQueueResponse {
|
|
2803
2427
|
|
|
2804
2428
|
Queue?: Queue;
|
|
2805
2429
|
}
|
|
2806
|
-
export declare namespace GetQueueResponse {
|
|
2807
|
-
|
|
2808
|
-
const filterSensitiveLog: (obj: GetQueueResponse) => any;
|
|
2809
|
-
}
|
|
2810
2430
|
export declare enum JobTemplateListBy {
|
|
2811
2431
|
CREATION_DATE = "CREATION_DATE",
|
|
2812
2432
|
NAME = "NAME",
|
|
@@ -2828,7 +2448,195 @@ export interface ListJobsRequest {
|
|
|
2828
2448
|
|
|
2829
2449
|
Status?: JobStatus | string;
|
|
2830
2450
|
}
|
|
2831
|
-
|
|
2832
|
-
|
|
2833
|
-
|
|
2834
|
-
|
|
2451
|
+
|
|
2452
|
+
export declare const M2tsScte35EsamFilterSensitiveLog: (obj: M2tsScte35Esam) => any;
|
|
2453
|
+
|
|
2454
|
+
export declare const M2tsSettingsFilterSensitiveLog: (obj: M2tsSettings) => any;
|
|
2455
|
+
|
|
2456
|
+
export declare const M3u8SettingsFilterSensitiveLog: (obj: M3u8Settings) => any;
|
|
2457
|
+
|
|
2458
|
+
export declare const MovSettingsFilterSensitiveLog: (obj: MovSettings) => any;
|
|
2459
|
+
|
|
2460
|
+
export declare const Mp4SettingsFilterSensitiveLog: (obj: Mp4Settings) => any;
|
|
2461
|
+
|
|
2462
|
+
export declare const MpdSettingsFilterSensitiveLog: (obj: MpdSettings) => any;
|
|
2463
|
+
|
|
2464
|
+
export declare const MxfXavcProfileSettingsFilterSensitiveLog: (obj: MxfXavcProfileSettings) => any;
|
|
2465
|
+
|
|
2466
|
+
export declare const MxfSettingsFilterSensitiveLog: (obj: MxfSettings) => any;
|
|
2467
|
+
|
|
2468
|
+
export declare const ContainerSettingsFilterSensitiveLog: (obj: ContainerSettings) => any;
|
|
2469
|
+
|
|
2470
|
+
export declare const HlsSettingsFilterSensitiveLog: (obj: HlsSettings) => any;
|
|
2471
|
+
|
|
2472
|
+
export declare const OutputSettingsFilterSensitiveLog: (obj: OutputSettings) => any;
|
|
2473
|
+
|
|
2474
|
+
export declare const Av1QvbrSettingsFilterSensitiveLog: (obj: Av1QvbrSettings) => any;
|
|
2475
|
+
|
|
2476
|
+
export declare const Av1SettingsFilterSensitiveLog: (obj: Av1Settings) => any;
|
|
2477
|
+
|
|
2478
|
+
export declare const AvcIntraUhdSettingsFilterSensitiveLog: (obj: AvcIntraUhdSettings) => any;
|
|
2479
|
+
|
|
2480
|
+
export declare const AvcIntraSettingsFilterSensitiveLog: (obj: AvcIntraSettings) => any;
|
|
2481
|
+
|
|
2482
|
+
export declare const FrameCaptureSettingsFilterSensitiveLog: (obj: FrameCaptureSettings) => any;
|
|
2483
|
+
|
|
2484
|
+
export declare const H264QvbrSettingsFilterSensitiveLog: (obj: H264QvbrSettings) => any;
|
|
2485
|
+
|
|
2486
|
+
export declare const H264SettingsFilterSensitiveLog: (obj: H264Settings) => any;
|
|
2487
|
+
|
|
2488
|
+
export declare const H265QvbrSettingsFilterSensitiveLog: (obj: H265QvbrSettings) => any;
|
|
2489
|
+
|
|
2490
|
+
export declare const H265SettingsFilterSensitiveLog: (obj: H265Settings) => any;
|
|
2491
|
+
|
|
2492
|
+
export declare const Mpeg2SettingsFilterSensitiveLog: (obj: Mpeg2Settings) => any;
|
|
2493
|
+
|
|
2494
|
+
export declare const ProresSettingsFilterSensitiveLog: (obj: ProresSettings) => any;
|
|
2495
|
+
|
|
2496
|
+
export declare const Vc3SettingsFilterSensitiveLog: (obj: Vc3Settings) => any;
|
|
2497
|
+
|
|
2498
|
+
export declare const Vp8SettingsFilterSensitiveLog: (obj: Vp8Settings) => any;
|
|
2499
|
+
|
|
2500
|
+
export declare const Vp9SettingsFilterSensitiveLog: (obj: Vp9Settings) => any;
|
|
2501
|
+
|
|
2502
|
+
export declare const Xavc4kIntraCbgProfileSettingsFilterSensitiveLog: (obj: Xavc4kIntraCbgProfileSettings) => any;
|
|
2503
|
+
|
|
2504
|
+
export declare const Xavc4kIntraVbrProfileSettingsFilterSensitiveLog: (obj: Xavc4kIntraVbrProfileSettings) => any;
|
|
2505
|
+
|
|
2506
|
+
export declare const Xavc4kProfileSettingsFilterSensitiveLog: (obj: Xavc4kProfileSettings) => any;
|
|
2507
|
+
|
|
2508
|
+
export declare const XavcHdIntraCbgProfileSettingsFilterSensitiveLog: (obj: XavcHdIntraCbgProfileSettings) => any;
|
|
2509
|
+
|
|
2510
|
+
export declare const XavcHdProfileSettingsFilterSensitiveLog: (obj: XavcHdProfileSettings) => any;
|
|
2511
|
+
|
|
2512
|
+
export declare const XavcSettingsFilterSensitiveLog: (obj: XavcSettings) => any;
|
|
2513
|
+
|
|
2514
|
+
export declare const VideoCodecSettingsFilterSensitiveLog: (obj: VideoCodecSettings) => any;
|
|
2515
|
+
|
|
2516
|
+
export declare const ColorCorrectorFilterSensitiveLog: (obj: ColorCorrector) => any;
|
|
2517
|
+
|
|
2518
|
+
export declare const DeinterlacerFilterSensitiveLog: (obj: Deinterlacer) => any;
|
|
2519
|
+
|
|
2520
|
+
export declare const DolbyVisionLevel6MetadataFilterSensitiveLog: (obj: DolbyVisionLevel6Metadata) => any;
|
|
2521
|
+
|
|
2522
|
+
export declare const DolbyVisionFilterSensitiveLog: (obj: DolbyVision) => any;
|
|
2523
|
+
|
|
2524
|
+
export declare const Hdr10PlusFilterSensitiveLog: (obj: Hdr10Plus) => any;
|
|
2525
|
+
|
|
2526
|
+
export declare const NoiseReducerFilterSettingsFilterSensitiveLog: (obj: NoiseReducerFilterSettings) => any;
|
|
2527
|
+
|
|
2528
|
+
export declare const NoiseReducerSpatialFilterSettingsFilterSensitiveLog: (obj: NoiseReducerSpatialFilterSettings) => any;
|
|
2529
|
+
|
|
2530
|
+
export declare const NoiseReducerTemporalFilterSettingsFilterSensitiveLog: (obj: NoiseReducerTemporalFilterSettings) => any;
|
|
2531
|
+
|
|
2532
|
+
export declare const NoiseReducerFilterSensitiveLog: (obj: NoiseReducer) => any;
|
|
2533
|
+
|
|
2534
|
+
export declare const NexGuardFileMarkerSettingsFilterSensitiveLog: (obj: NexGuardFileMarkerSettings) => any;
|
|
2535
|
+
|
|
2536
|
+
export declare const PartnerWatermarkingFilterSensitiveLog: (obj: PartnerWatermarking) => any;
|
|
2537
|
+
|
|
2538
|
+
export declare const TimecodeBurninFilterSensitiveLog: (obj: TimecodeBurnin) => any;
|
|
2539
|
+
|
|
2540
|
+
export declare const VideoPreprocessorFilterSensitiveLog: (obj: VideoPreprocessor) => any;
|
|
2541
|
+
|
|
2542
|
+
export declare const VideoDescriptionFilterSensitiveLog: (obj: VideoDescription) => any;
|
|
2543
|
+
|
|
2544
|
+
export declare const OutputFilterSensitiveLog: (obj: Output) => any;
|
|
2545
|
+
|
|
2546
|
+
export declare const OutputGroupFilterSensitiveLog: (obj: OutputGroup) => any;
|
|
2547
|
+
|
|
2548
|
+
export declare const TimecodeConfigFilterSensitiveLog: (obj: TimecodeConfig) => any;
|
|
2549
|
+
|
|
2550
|
+
export declare const TimedMetadataInsertionFilterSensitiveLog: (obj: TimedMetadataInsertion) => any;
|
|
2551
|
+
|
|
2552
|
+
export declare const JobSettingsFilterSensitiveLog: (obj: JobSettings) => any;
|
|
2553
|
+
|
|
2554
|
+
export declare const TimingFilterSensitiveLog: (obj: Timing) => any;
|
|
2555
|
+
|
|
2556
|
+
export declare const JobFilterSensitiveLog: (obj: Job) => any;
|
|
2557
|
+
|
|
2558
|
+
export declare const JobTemplateSettingsFilterSensitiveLog: (obj: JobTemplateSettings) => any;
|
|
2559
|
+
|
|
2560
|
+
export declare const JobTemplateFilterSensitiveLog: (obj: JobTemplate) => any;
|
|
2561
|
+
|
|
2562
|
+
export declare const PresetSettingsFilterSensitiveLog: (obj: PresetSettings) => any;
|
|
2563
|
+
|
|
2564
|
+
export declare const PresetFilterSensitiveLog: (obj: Preset) => any;
|
|
2565
|
+
|
|
2566
|
+
export declare const ReservationPlanFilterSensitiveLog: (obj: ReservationPlan) => any;
|
|
2567
|
+
|
|
2568
|
+
export declare const QueueFilterSensitiveLog: (obj: Queue) => any;
|
|
2569
|
+
|
|
2570
|
+
export declare const AssociateCertificateRequestFilterSensitiveLog: (obj: AssociateCertificateRequest) => any;
|
|
2571
|
+
|
|
2572
|
+
export declare const AssociateCertificateResponseFilterSensitiveLog: (obj: AssociateCertificateResponse) => any;
|
|
2573
|
+
|
|
2574
|
+
export declare const CancelJobRequestFilterSensitiveLog: (obj: CancelJobRequest) => any;
|
|
2575
|
+
|
|
2576
|
+
export declare const CancelJobResponseFilterSensitiveLog: (obj: CancelJobResponse) => any;
|
|
2577
|
+
|
|
2578
|
+
export declare const CreateJobRequestFilterSensitiveLog: (obj: CreateJobRequest) => any;
|
|
2579
|
+
|
|
2580
|
+
export declare const CreateJobResponseFilterSensitiveLog: (obj: CreateJobResponse) => any;
|
|
2581
|
+
|
|
2582
|
+
export declare const CreateJobTemplateRequestFilterSensitiveLog: (obj: CreateJobTemplateRequest) => any;
|
|
2583
|
+
|
|
2584
|
+
export declare const CreateJobTemplateResponseFilterSensitiveLog: (obj: CreateJobTemplateResponse) => any;
|
|
2585
|
+
|
|
2586
|
+
export declare const CreatePresetRequestFilterSensitiveLog: (obj: CreatePresetRequest) => any;
|
|
2587
|
+
|
|
2588
|
+
export declare const CreatePresetResponseFilterSensitiveLog: (obj: CreatePresetResponse) => any;
|
|
2589
|
+
|
|
2590
|
+
export declare const ReservationPlanSettingsFilterSensitiveLog: (obj: ReservationPlanSettings) => any;
|
|
2591
|
+
|
|
2592
|
+
export declare const CreateQueueRequestFilterSensitiveLog: (obj: CreateQueueRequest) => any;
|
|
2593
|
+
|
|
2594
|
+
export declare const CreateQueueResponseFilterSensitiveLog: (obj: CreateQueueResponse) => any;
|
|
2595
|
+
|
|
2596
|
+
export declare const DeleteJobTemplateRequestFilterSensitiveLog: (obj: DeleteJobTemplateRequest) => any;
|
|
2597
|
+
|
|
2598
|
+
export declare const DeleteJobTemplateResponseFilterSensitiveLog: (obj: DeleteJobTemplateResponse) => any;
|
|
2599
|
+
|
|
2600
|
+
export declare const DeletePolicyRequestFilterSensitiveLog: (obj: DeletePolicyRequest) => any;
|
|
2601
|
+
|
|
2602
|
+
export declare const DeletePolicyResponseFilterSensitiveLog: (obj: DeletePolicyResponse) => any;
|
|
2603
|
+
|
|
2604
|
+
export declare const DeletePresetRequestFilterSensitiveLog: (obj: DeletePresetRequest) => any;
|
|
2605
|
+
|
|
2606
|
+
export declare const DeletePresetResponseFilterSensitiveLog: (obj: DeletePresetResponse) => any;
|
|
2607
|
+
|
|
2608
|
+
export declare const DeleteQueueRequestFilterSensitiveLog: (obj: DeleteQueueRequest) => any;
|
|
2609
|
+
|
|
2610
|
+
export declare const DeleteQueueResponseFilterSensitiveLog: (obj: DeleteQueueResponse) => any;
|
|
2611
|
+
|
|
2612
|
+
export declare const DescribeEndpointsRequestFilterSensitiveLog: (obj: DescribeEndpointsRequest) => any;
|
|
2613
|
+
|
|
2614
|
+
export declare const DescribeEndpointsResponseFilterSensitiveLog: (obj: DescribeEndpointsResponse) => any;
|
|
2615
|
+
|
|
2616
|
+
export declare const DisassociateCertificateRequestFilterSensitiveLog: (obj: DisassociateCertificateRequest) => any;
|
|
2617
|
+
|
|
2618
|
+
export declare const DisassociateCertificateResponseFilterSensitiveLog: (obj: DisassociateCertificateResponse) => any;
|
|
2619
|
+
|
|
2620
|
+
export declare const GetJobRequestFilterSensitiveLog: (obj: GetJobRequest) => any;
|
|
2621
|
+
|
|
2622
|
+
export declare const GetJobResponseFilterSensitiveLog: (obj: GetJobResponse) => any;
|
|
2623
|
+
|
|
2624
|
+
export declare const GetJobTemplateRequestFilterSensitiveLog: (obj: GetJobTemplateRequest) => any;
|
|
2625
|
+
|
|
2626
|
+
export declare const GetJobTemplateResponseFilterSensitiveLog: (obj: GetJobTemplateResponse) => any;
|
|
2627
|
+
|
|
2628
|
+
export declare const GetPolicyRequestFilterSensitiveLog: (obj: GetPolicyRequest) => any;
|
|
2629
|
+
|
|
2630
|
+
export declare const PolicyFilterSensitiveLog: (obj: Policy) => any;
|
|
2631
|
+
|
|
2632
|
+
export declare const GetPolicyResponseFilterSensitiveLog: (obj: GetPolicyResponse) => any;
|
|
2633
|
+
|
|
2634
|
+
export declare const GetPresetRequestFilterSensitiveLog: (obj: GetPresetRequest) => any;
|
|
2635
|
+
|
|
2636
|
+
export declare const GetPresetResponseFilterSensitiveLog: (obj: GetPresetResponse) => any;
|
|
2637
|
+
|
|
2638
|
+
export declare const GetQueueRequestFilterSensitiveLog: (obj: GetQueueRequest) => any;
|
|
2639
|
+
|
|
2640
|
+
export declare const GetQueueResponseFilterSensitiveLog: (obj: GetQueueResponse) => any;
|
|
2641
|
+
|
|
2642
|
+
export declare const ListJobsRequestFilterSensitiveLog: (obj: ListJobsRequest) => any;
|