@aws-sdk/client-mediaconvert 3.933.0 → 3.935.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/index.js +2679 -2680
- package/dist-es/index.js +2 -1
- package/dist-es/models/enums.js +2564 -0
- package/dist-es/models/errors.js +99 -0
- package/dist-es/models/models_0.js +1 -1173
- package/dist-es/schemas/schemas_0.js +1 -1
- package/dist-types/commands/AssociateCertificateCommand.d.ts +1 -1
- package/dist-types/commands/CancelJobCommand.d.ts +1 -1
- package/dist-types/commands/CreateJobCommand.d.ts +1 -1
- package/dist-types/commands/CreateJobTemplateCommand.d.ts +1 -1
- package/dist-types/commands/CreatePresetCommand.d.ts +1 -1
- package/dist-types/commands/CreateQueueCommand.d.ts +1 -1
- package/dist-types/commands/CreateResourceShareCommand.d.ts +1 -1
- package/dist-types/commands/DeleteJobTemplateCommand.d.ts +1 -1
- package/dist-types/commands/DeletePolicyCommand.d.ts +1 -1
- package/dist-types/commands/DeletePresetCommand.d.ts +1 -1
- package/dist-types/commands/DeleteQueueCommand.d.ts +1 -1
- package/dist-types/commands/DescribeEndpointsCommand.d.ts +1 -1
- package/dist-types/commands/DisassociateCertificateCommand.d.ts +1 -1
- package/dist-types/commands/GetJobCommand.d.ts +1 -1
- package/dist-types/commands/GetJobTemplateCommand.d.ts +1 -1
- package/dist-types/commands/GetJobsQueryResultsCommand.d.ts +1 -1
- package/dist-types/commands/GetPolicyCommand.d.ts +1 -1
- package/dist-types/commands/GetPresetCommand.d.ts +1 -1
- package/dist-types/commands/GetQueueCommand.d.ts +1 -1
- package/dist-types/commands/ListJobTemplatesCommand.d.ts +1 -1
- package/dist-types/commands/ListJobsCommand.d.ts +1 -1
- package/dist-types/commands/ListPresetsCommand.d.ts +1 -1
- package/dist-types/commands/ListQueuesCommand.d.ts +1 -1
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -1
- package/dist-types/commands/ListVersionsCommand.d.ts +1 -1
- package/dist-types/commands/ProbeCommand.d.ts +1 -1
- package/dist-types/commands/PutPolicyCommand.d.ts +1 -1
- package/dist-types/commands/SearchJobsCommand.d.ts +1 -1
- package/dist-types/commands/StartJobsQueryCommand.d.ts +1 -1
- package/dist-types/commands/TagResourceCommand.d.ts +1 -1
- package/dist-types/commands/UntagResourceCommand.d.ts +1 -1
- package/dist-types/commands/UpdateJobTemplateCommand.d.ts +1 -1
- package/dist-types/commands/UpdatePresetCommand.d.ts +1 -1
- package/dist-types/commands/UpdateQueueCommand.d.ts +1 -1
- package/dist-types/index.d.ts +3 -1
- package/dist-types/models/enums.d.ts +6212 -0
- package/dist-types/models/errors.d.ts +93 -0
- package/dist-types/models/models_0.d.ts +5265 -2628
- package/dist-types/ts3.4/commands/AssociateCertificateCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CancelJobCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateJobCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateJobTemplateCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreatePresetCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateQueueCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateResourceShareCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteJobTemplateCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeletePolicyCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeletePresetCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteQueueCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeEndpointsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DisassociateCertificateCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetJobCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetJobTemplateCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetJobsQueryResultsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetPolicyCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetPresetCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetQueueCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListJobTemplatesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListJobsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListPresetsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListQueuesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListVersionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ProbeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/PutPolicyCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/SearchJobsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StartJobsQueryCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateJobTemplateCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdatePresetCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateQueueCommand.d.ts +1 -1
- package/dist-types/ts3.4/index.d.ts +3 -1
- package/dist-types/ts3.4/models/enums.d.ts +3403 -0
- package/dist-types/ts3.4/models/errors.d.ts +52 -0
- package/dist-types/ts3.4/models/models_0.d.ts +1657 -1528
- package/package.json +12 -12
- package/dist-es/models/index.js +0 -3
- package/dist-es/models/models_1.js +0 -1179
- package/dist-es/models/models_2.js +0 -311
- package/dist-types/models/index.d.ts +0 -3
- package/dist-types/models/models_1.d.ts +0 -6068
- package/dist-types/models/models_2.d.ts +0 -2876
- package/dist-types/ts3.4/models/index.d.ts +0 -3
- package/dist-types/ts3.4/models/models_1.d.ts +0 -2295
- package/dist-types/ts3.4/models/models_2.d.ts +0 -906
|
@@ -1,311 +0,0 @@
|
|
|
1
|
-
import { MediaConvertServiceException as __BaseException } from "./MediaConvertServiceException";
|
|
2
|
-
export const TimecodeBurninPosition = {
|
|
3
|
-
BOTTOM_CENTER: "BOTTOM_CENTER",
|
|
4
|
-
BOTTOM_LEFT: "BOTTOM_LEFT",
|
|
5
|
-
BOTTOM_RIGHT: "BOTTOM_RIGHT",
|
|
6
|
-
MIDDLE_CENTER: "MIDDLE_CENTER",
|
|
7
|
-
MIDDLE_LEFT: "MIDDLE_LEFT",
|
|
8
|
-
MIDDLE_RIGHT: "MIDDLE_RIGHT",
|
|
9
|
-
TOP_CENTER: "TOP_CENTER",
|
|
10
|
-
TOP_LEFT: "TOP_LEFT",
|
|
11
|
-
TOP_RIGHT: "TOP_RIGHT",
|
|
12
|
-
};
|
|
13
|
-
export const TimecodeSource = {
|
|
14
|
-
EMBEDDED: "EMBEDDED",
|
|
15
|
-
SPECIFIEDSTART: "SPECIFIEDSTART",
|
|
16
|
-
ZEROBASED: "ZEROBASED",
|
|
17
|
-
};
|
|
18
|
-
export const ShareStatus = {
|
|
19
|
-
INITIATED: "INITIATED",
|
|
20
|
-
NOT_SHARED: "NOT_SHARED",
|
|
21
|
-
SHARED: "SHARED",
|
|
22
|
-
};
|
|
23
|
-
export const SimulateReservedQueue = {
|
|
24
|
-
DISABLED: "DISABLED",
|
|
25
|
-
ENABLED: "ENABLED",
|
|
26
|
-
};
|
|
27
|
-
export const JobStatus = {
|
|
28
|
-
CANCELED: "CANCELED",
|
|
29
|
-
COMPLETE: "COMPLETE",
|
|
30
|
-
ERROR: "ERROR",
|
|
31
|
-
PROGRESSING: "PROGRESSING",
|
|
32
|
-
SUBMITTED: "SUBMITTED",
|
|
33
|
-
};
|
|
34
|
-
export const StatusUpdateInterval = {
|
|
35
|
-
SECONDS_10: "SECONDS_10",
|
|
36
|
-
SECONDS_12: "SECONDS_12",
|
|
37
|
-
SECONDS_120: "SECONDS_120",
|
|
38
|
-
SECONDS_15: "SECONDS_15",
|
|
39
|
-
SECONDS_180: "SECONDS_180",
|
|
40
|
-
SECONDS_20: "SECONDS_20",
|
|
41
|
-
SECONDS_240: "SECONDS_240",
|
|
42
|
-
SECONDS_30: "SECONDS_30",
|
|
43
|
-
SECONDS_300: "SECONDS_300",
|
|
44
|
-
SECONDS_360: "SECONDS_360",
|
|
45
|
-
SECONDS_420: "SECONDS_420",
|
|
46
|
-
SECONDS_480: "SECONDS_480",
|
|
47
|
-
SECONDS_540: "SECONDS_540",
|
|
48
|
-
SECONDS_60: "SECONDS_60",
|
|
49
|
-
SECONDS_600: "SECONDS_600",
|
|
50
|
-
};
|
|
51
|
-
export const JobsQueryFilterKey = {
|
|
52
|
-
audioCodec: "audioCodec",
|
|
53
|
-
fileInput: "fileInput",
|
|
54
|
-
jobEngineVersionRequested: "jobEngineVersionRequested",
|
|
55
|
-
jobEngineVersionUsed: "jobEngineVersionUsed",
|
|
56
|
-
queue: "queue",
|
|
57
|
-
status: "status",
|
|
58
|
-
videoCodec: "videoCodec",
|
|
59
|
-
};
|
|
60
|
-
export const Type = {
|
|
61
|
-
CUSTOM: "CUSTOM",
|
|
62
|
-
SYSTEM: "SYSTEM",
|
|
63
|
-
};
|
|
64
|
-
export const Format = {
|
|
65
|
-
matroska: "matroska",
|
|
66
|
-
mp4: "mp4",
|
|
67
|
-
mxf: "mxf",
|
|
68
|
-
quicktime: "quicktime",
|
|
69
|
-
webm: "webm",
|
|
70
|
-
};
|
|
71
|
-
export const Codec = {
|
|
72
|
-
AAC: "AAC",
|
|
73
|
-
AC3: "AC3",
|
|
74
|
-
AV1: "AV1",
|
|
75
|
-
AVC: "AVC",
|
|
76
|
-
C608: "C608",
|
|
77
|
-
C708: "C708",
|
|
78
|
-
EAC3: "EAC3",
|
|
79
|
-
FLAC: "FLAC",
|
|
80
|
-
HEVC: "HEVC",
|
|
81
|
-
JPEG2000: "JPEG2000",
|
|
82
|
-
MJPEG: "MJPEG",
|
|
83
|
-
MP3: "MP3",
|
|
84
|
-
MP4V: "MP4V",
|
|
85
|
-
MPEG1: "MPEG1",
|
|
86
|
-
MPEG2: "MPEG2",
|
|
87
|
-
OPUS: "OPUS",
|
|
88
|
-
PCM: "PCM",
|
|
89
|
-
PRORES: "PRORES",
|
|
90
|
-
QTRLE: "QTRLE",
|
|
91
|
-
THEORA: "THEORA",
|
|
92
|
-
UNKNOWN: "UNKNOWN",
|
|
93
|
-
VFW: "VFW",
|
|
94
|
-
VORBIS: "VORBIS",
|
|
95
|
-
VP8: "VP8",
|
|
96
|
-
VP9: "VP9",
|
|
97
|
-
WEBVTT: "WEBVTT",
|
|
98
|
-
};
|
|
99
|
-
export const TrackType = {
|
|
100
|
-
audio: "audio",
|
|
101
|
-
data: "data",
|
|
102
|
-
video: "video",
|
|
103
|
-
};
|
|
104
|
-
export const ColorPrimaries = {
|
|
105
|
-
EBU_3213_E: "EBU_3213_E",
|
|
106
|
-
GENERIC_FILM: "GENERIC_FILM",
|
|
107
|
-
IPT: "IPT",
|
|
108
|
-
ITU_2020: "ITU_2020",
|
|
109
|
-
ITU_470BG: "ITU_470BG",
|
|
110
|
-
ITU_470M: "ITU_470M",
|
|
111
|
-
ITU_709: "ITU_709",
|
|
112
|
-
LAST: "LAST",
|
|
113
|
-
RESERVED: "RESERVED",
|
|
114
|
-
SMPTE_170M: "SMPTE_170M",
|
|
115
|
-
SMPTE_2067XYZ: "SMPTE_2067XYZ",
|
|
116
|
-
SMPTE_240M: "SMPTE_240M",
|
|
117
|
-
SMPTE_428_1: "SMPTE_428_1",
|
|
118
|
-
SMPTE_431_2: "SMPTE_431_2",
|
|
119
|
-
SMPTE_EG_432_1: "SMPTE_EG_432_1",
|
|
120
|
-
UNSPECIFIED: "UNSPECIFIED",
|
|
121
|
-
};
|
|
122
|
-
export const MatrixCoefficients = {
|
|
123
|
-
CD_CL: "CD_CL",
|
|
124
|
-
CD_NCL: "CD_NCL",
|
|
125
|
-
EBU3213: "EBU3213",
|
|
126
|
-
FCC: "FCC",
|
|
127
|
-
IPT: "IPT",
|
|
128
|
-
ITU_2020_CL: "ITU_2020_CL",
|
|
129
|
-
ITU_2020_NCL: "ITU_2020_NCL",
|
|
130
|
-
ITU_2100ICtCp: "ITU_2100ICtCp",
|
|
131
|
-
ITU_470BG: "ITU_470BG",
|
|
132
|
-
ITU_709: "ITU_709",
|
|
133
|
-
LAST: "LAST",
|
|
134
|
-
RESERVED: "RESERVED",
|
|
135
|
-
RGB: "RGB",
|
|
136
|
-
SMPTE_170M: "SMPTE_170M",
|
|
137
|
-
SMPTE_2085: "SMPTE_2085",
|
|
138
|
-
SMPTE_240M: "SMPTE_240M",
|
|
139
|
-
UNSPECIFIED: "UNSPECIFIED",
|
|
140
|
-
YCgCo: "YCgCo",
|
|
141
|
-
};
|
|
142
|
-
export const TransferCharacteristics = {
|
|
143
|
-
ARIB_B67: "ARIB_B67",
|
|
144
|
-
IEC_61966_2_1: "IEC_61966_2_1",
|
|
145
|
-
IEC_61966_2_4: "IEC_61966_2_4",
|
|
146
|
-
ITU_1361: "ITU_1361",
|
|
147
|
-
ITU_2020_10bit: "ITU_2020_10bit",
|
|
148
|
-
ITU_2020_12bit: "ITU_2020_12bit",
|
|
149
|
-
ITU_470BG: "ITU_470BG",
|
|
150
|
-
ITU_470M: "ITU_470M",
|
|
151
|
-
ITU_709: "ITU_709",
|
|
152
|
-
LAST: "LAST",
|
|
153
|
-
LINEAR: "LINEAR",
|
|
154
|
-
LOC10_2_5: "LOC10_2_5",
|
|
155
|
-
LOG10_2: "LOG10_2",
|
|
156
|
-
RESERVED: "RESERVED",
|
|
157
|
-
SMPTE_170M: "SMPTE_170M",
|
|
158
|
-
SMPTE_2084: "SMPTE_2084",
|
|
159
|
-
SMPTE_240M: "SMPTE_240M",
|
|
160
|
-
SMPTE_428_1: "SMPTE_428_1",
|
|
161
|
-
UNSPECIFIED: "UNSPECIFIED",
|
|
162
|
-
};
|
|
163
|
-
export const PricingPlan = {
|
|
164
|
-
ON_DEMAND: "ON_DEMAND",
|
|
165
|
-
RESERVED: "RESERVED",
|
|
166
|
-
};
|
|
167
|
-
export const Commitment = {
|
|
168
|
-
ONE_YEAR: "ONE_YEAR",
|
|
169
|
-
};
|
|
170
|
-
export const RenewalType = {
|
|
171
|
-
AUTO_RENEW: "AUTO_RENEW",
|
|
172
|
-
EXPIRE: "EXPIRE",
|
|
173
|
-
};
|
|
174
|
-
export const ReservationPlanStatus = {
|
|
175
|
-
ACTIVE: "ACTIVE",
|
|
176
|
-
EXPIRED: "EXPIRED",
|
|
177
|
-
};
|
|
178
|
-
export const QueueStatus = {
|
|
179
|
-
ACTIVE: "ACTIVE",
|
|
180
|
-
PAUSED: "PAUSED",
|
|
181
|
-
};
|
|
182
|
-
export class BadRequestException extends __BaseException {
|
|
183
|
-
name = "BadRequestException";
|
|
184
|
-
$fault = "client";
|
|
185
|
-
Message;
|
|
186
|
-
constructor(opts) {
|
|
187
|
-
super({
|
|
188
|
-
name: "BadRequestException",
|
|
189
|
-
$fault: "client",
|
|
190
|
-
...opts,
|
|
191
|
-
});
|
|
192
|
-
Object.setPrototypeOf(this, BadRequestException.prototype);
|
|
193
|
-
this.Message = opts.Message;
|
|
194
|
-
}
|
|
195
|
-
}
|
|
196
|
-
export class ConflictException extends __BaseException {
|
|
197
|
-
name = "ConflictException";
|
|
198
|
-
$fault = "client";
|
|
199
|
-
Message;
|
|
200
|
-
constructor(opts) {
|
|
201
|
-
super({
|
|
202
|
-
name: "ConflictException",
|
|
203
|
-
$fault: "client",
|
|
204
|
-
...opts,
|
|
205
|
-
});
|
|
206
|
-
Object.setPrototypeOf(this, ConflictException.prototype);
|
|
207
|
-
this.Message = opts.Message;
|
|
208
|
-
}
|
|
209
|
-
}
|
|
210
|
-
export class ForbiddenException extends __BaseException {
|
|
211
|
-
name = "ForbiddenException";
|
|
212
|
-
$fault = "client";
|
|
213
|
-
Message;
|
|
214
|
-
constructor(opts) {
|
|
215
|
-
super({
|
|
216
|
-
name: "ForbiddenException",
|
|
217
|
-
$fault: "client",
|
|
218
|
-
...opts,
|
|
219
|
-
});
|
|
220
|
-
Object.setPrototypeOf(this, ForbiddenException.prototype);
|
|
221
|
-
this.Message = opts.Message;
|
|
222
|
-
}
|
|
223
|
-
}
|
|
224
|
-
export class InternalServerErrorException extends __BaseException {
|
|
225
|
-
name = "InternalServerErrorException";
|
|
226
|
-
$fault = "server";
|
|
227
|
-
Message;
|
|
228
|
-
constructor(opts) {
|
|
229
|
-
super({
|
|
230
|
-
name: "InternalServerErrorException",
|
|
231
|
-
$fault: "server",
|
|
232
|
-
...opts,
|
|
233
|
-
});
|
|
234
|
-
Object.setPrototypeOf(this, InternalServerErrorException.prototype);
|
|
235
|
-
this.Message = opts.Message;
|
|
236
|
-
}
|
|
237
|
-
}
|
|
238
|
-
export class NotFoundException extends __BaseException {
|
|
239
|
-
name = "NotFoundException";
|
|
240
|
-
$fault = "client";
|
|
241
|
-
Message;
|
|
242
|
-
constructor(opts) {
|
|
243
|
-
super({
|
|
244
|
-
name: "NotFoundException",
|
|
245
|
-
$fault: "client",
|
|
246
|
-
...opts,
|
|
247
|
-
});
|
|
248
|
-
Object.setPrototypeOf(this, NotFoundException.prototype);
|
|
249
|
-
this.Message = opts.Message;
|
|
250
|
-
}
|
|
251
|
-
}
|
|
252
|
-
export class ServiceQuotaExceededException extends __BaseException {
|
|
253
|
-
name = "ServiceQuotaExceededException";
|
|
254
|
-
$fault = "client";
|
|
255
|
-
Message;
|
|
256
|
-
constructor(opts) {
|
|
257
|
-
super({
|
|
258
|
-
name: "ServiceQuotaExceededException",
|
|
259
|
-
$fault: "client",
|
|
260
|
-
...opts,
|
|
261
|
-
});
|
|
262
|
-
Object.setPrototypeOf(this, ServiceQuotaExceededException.prototype);
|
|
263
|
-
this.Message = opts.Message;
|
|
264
|
-
}
|
|
265
|
-
}
|
|
266
|
-
export class TooManyRequestsException extends __BaseException {
|
|
267
|
-
name = "TooManyRequestsException";
|
|
268
|
-
$fault = "client";
|
|
269
|
-
Message;
|
|
270
|
-
constructor(opts) {
|
|
271
|
-
super({
|
|
272
|
-
name: "TooManyRequestsException",
|
|
273
|
-
$fault: "client",
|
|
274
|
-
...opts,
|
|
275
|
-
});
|
|
276
|
-
Object.setPrototypeOf(this, TooManyRequestsException.prototype);
|
|
277
|
-
this.Message = opts.Message;
|
|
278
|
-
}
|
|
279
|
-
}
|
|
280
|
-
export const DescribeEndpointsMode = {
|
|
281
|
-
DEFAULT: "DEFAULT",
|
|
282
|
-
GET_ONLY: "GET_ONLY",
|
|
283
|
-
};
|
|
284
|
-
export const JobsQueryStatus = {
|
|
285
|
-
COMPLETE: "COMPLETE",
|
|
286
|
-
ERROR: "ERROR",
|
|
287
|
-
PROGRESSING: "PROGRESSING",
|
|
288
|
-
SUBMITTED: "SUBMITTED",
|
|
289
|
-
};
|
|
290
|
-
export const InputPolicy = {
|
|
291
|
-
ALLOWED: "ALLOWED",
|
|
292
|
-
DISALLOWED: "DISALLOWED",
|
|
293
|
-
};
|
|
294
|
-
export const JobTemplateListBy = {
|
|
295
|
-
CREATION_DATE: "CREATION_DATE",
|
|
296
|
-
NAME: "NAME",
|
|
297
|
-
SYSTEM: "SYSTEM",
|
|
298
|
-
};
|
|
299
|
-
export const Order = {
|
|
300
|
-
ASCENDING: "ASCENDING",
|
|
301
|
-
DESCENDING: "DESCENDING",
|
|
302
|
-
};
|
|
303
|
-
export const PresetListBy = {
|
|
304
|
-
CREATION_DATE: "CREATION_DATE",
|
|
305
|
-
NAME: "NAME",
|
|
306
|
-
SYSTEM: "SYSTEM",
|
|
307
|
-
};
|
|
308
|
-
export const QueueListBy = {
|
|
309
|
-
CREATION_DATE: "CREATION_DATE",
|
|
310
|
-
NAME: "NAME",
|
|
311
|
-
};
|