@aws-sdk/client-mediaconvert 3.315.0 → 3.319.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/MediaConvert.js +32 -392
- package/dist-cjs/models/models_0.js +20 -19
- package/dist-cjs/models/models_1.js +23 -9
- package/dist-cjs/models/models_2.js +5 -1
- package/dist-cjs/protocols/Aws_restJson1.js +23 -1
- package/dist-es/MediaConvert.js +32 -392
- package/dist-es/models/models_0.js +17 -16
- package/dist-es/models/models_1.js +18 -4
- package/dist-es/models/models_2.js +4 -0
- package/dist-es/protocols/Aws_restJson1.js +23 -1
- package/dist-types/MediaConvert.d.ts +35 -61
- package/dist-types/commands/CreateJobCommand.d.ts +8 -2
- package/dist-types/commands/CreateJobTemplateCommand.d.ts +8 -2
- package/dist-types/commands/CreatePresetCommand.d.ts +2 -2
- package/dist-types/commands/DescribeEndpointsCommand.d.ts +1 -1
- package/dist-types/commands/DisassociateCertificateCommand.d.ts +1 -1
- package/dist-types/commands/UpdateJobTemplateCommand.d.ts +8 -2
- package/dist-types/commands/UpdatePresetCommand.d.ts +2 -2
- package/dist-types/models/models_0.d.ts +90 -73
- package/dist-types/models/models_1.d.ts +89 -78
- package/dist-types/models/models_2.d.ts +58 -1
- package/dist-types/ts3.4/MediaConvert.d.ts +4 -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/models/models_0.d.ts +34 -29
- package/dist-types/ts3.4/models/models_1.d.ts +31 -25
- package/dist-types/ts3.4/models/models_2.d.ts +20 -1
- package/package.json +8 -8
package/dist-cjs/MediaConvert.js
CHANGED
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.MediaConvert = void 0;
|
|
4
|
+
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
4
5
|
const AssociateCertificateCommand_1 = require("./commands/AssociateCertificateCommand");
|
|
5
6
|
const CancelJobCommand_1 = require("./commands/CancelJobCommand");
|
|
6
7
|
const CreateJobCommand_1 = require("./commands/CreateJobCommand");
|
|
@@ -30,398 +31,37 @@ const UpdateJobTemplateCommand_1 = require("./commands/UpdateJobTemplateCommand"
|
|
|
30
31
|
const UpdatePresetCommand_1 = require("./commands/UpdatePresetCommand");
|
|
31
32
|
const UpdateQueueCommand_1 = require("./commands/UpdateQueueCommand");
|
|
32
33
|
const MediaConvertClient_1 = require("./MediaConvertClient");
|
|
34
|
+
const commands = {
|
|
35
|
+
AssociateCertificateCommand: AssociateCertificateCommand_1.AssociateCertificateCommand,
|
|
36
|
+
CancelJobCommand: CancelJobCommand_1.CancelJobCommand,
|
|
37
|
+
CreateJobCommand: CreateJobCommand_1.CreateJobCommand,
|
|
38
|
+
CreateJobTemplateCommand: CreateJobTemplateCommand_1.CreateJobTemplateCommand,
|
|
39
|
+
CreatePresetCommand: CreatePresetCommand_1.CreatePresetCommand,
|
|
40
|
+
CreateQueueCommand: CreateQueueCommand_1.CreateQueueCommand,
|
|
41
|
+
DeleteJobTemplateCommand: DeleteJobTemplateCommand_1.DeleteJobTemplateCommand,
|
|
42
|
+
DeletePolicyCommand: DeletePolicyCommand_1.DeletePolicyCommand,
|
|
43
|
+
DeletePresetCommand: DeletePresetCommand_1.DeletePresetCommand,
|
|
44
|
+
DeleteQueueCommand: DeleteQueueCommand_1.DeleteQueueCommand,
|
|
45
|
+
DescribeEndpointsCommand: DescribeEndpointsCommand_1.DescribeEndpointsCommand,
|
|
46
|
+
DisassociateCertificateCommand: DisassociateCertificateCommand_1.DisassociateCertificateCommand,
|
|
47
|
+
GetJobCommand: GetJobCommand_1.GetJobCommand,
|
|
48
|
+
GetJobTemplateCommand: GetJobTemplateCommand_1.GetJobTemplateCommand,
|
|
49
|
+
GetPolicyCommand: GetPolicyCommand_1.GetPolicyCommand,
|
|
50
|
+
GetPresetCommand: GetPresetCommand_1.GetPresetCommand,
|
|
51
|
+
GetQueueCommand: GetQueueCommand_1.GetQueueCommand,
|
|
52
|
+
ListJobsCommand: ListJobsCommand_1.ListJobsCommand,
|
|
53
|
+
ListJobTemplatesCommand: ListJobTemplatesCommand_1.ListJobTemplatesCommand,
|
|
54
|
+
ListPresetsCommand: ListPresetsCommand_1.ListPresetsCommand,
|
|
55
|
+
ListQueuesCommand: ListQueuesCommand_1.ListQueuesCommand,
|
|
56
|
+
ListTagsForResourceCommand: ListTagsForResourceCommand_1.ListTagsForResourceCommand,
|
|
57
|
+
PutPolicyCommand: PutPolicyCommand_1.PutPolicyCommand,
|
|
58
|
+
TagResourceCommand: TagResourceCommand_1.TagResourceCommand,
|
|
59
|
+
UntagResourceCommand: UntagResourceCommand_1.UntagResourceCommand,
|
|
60
|
+
UpdateJobTemplateCommand: UpdateJobTemplateCommand_1.UpdateJobTemplateCommand,
|
|
61
|
+
UpdatePresetCommand: UpdatePresetCommand_1.UpdatePresetCommand,
|
|
62
|
+
UpdateQueueCommand: UpdateQueueCommand_1.UpdateQueueCommand,
|
|
63
|
+
};
|
|
33
64
|
class MediaConvert extends MediaConvertClient_1.MediaConvertClient {
|
|
34
|
-
associateCertificate(args, optionsOrCb, cb) {
|
|
35
|
-
const command = new AssociateCertificateCommand_1.AssociateCertificateCommand(args);
|
|
36
|
-
if (typeof optionsOrCb === "function") {
|
|
37
|
-
this.send(command, optionsOrCb);
|
|
38
|
-
}
|
|
39
|
-
else if (typeof cb === "function") {
|
|
40
|
-
if (typeof optionsOrCb !== "object")
|
|
41
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
42
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
43
|
-
}
|
|
44
|
-
else {
|
|
45
|
-
return this.send(command, optionsOrCb);
|
|
46
|
-
}
|
|
47
|
-
}
|
|
48
|
-
cancelJob(args, optionsOrCb, cb) {
|
|
49
|
-
const command = new CancelJobCommand_1.CancelJobCommand(args);
|
|
50
|
-
if (typeof optionsOrCb === "function") {
|
|
51
|
-
this.send(command, optionsOrCb);
|
|
52
|
-
}
|
|
53
|
-
else if (typeof cb === "function") {
|
|
54
|
-
if (typeof optionsOrCb !== "object")
|
|
55
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
56
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
57
|
-
}
|
|
58
|
-
else {
|
|
59
|
-
return this.send(command, optionsOrCb);
|
|
60
|
-
}
|
|
61
|
-
}
|
|
62
|
-
createJob(args, optionsOrCb, cb) {
|
|
63
|
-
const command = new CreateJobCommand_1.CreateJobCommand(args);
|
|
64
|
-
if (typeof optionsOrCb === "function") {
|
|
65
|
-
this.send(command, optionsOrCb);
|
|
66
|
-
}
|
|
67
|
-
else if (typeof cb === "function") {
|
|
68
|
-
if (typeof optionsOrCb !== "object")
|
|
69
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
70
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
71
|
-
}
|
|
72
|
-
else {
|
|
73
|
-
return this.send(command, optionsOrCb);
|
|
74
|
-
}
|
|
75
|
-
}
|
|
76
|
-
createJobTemplate(args, optionsOrCb, cb) {
|
|
77
|
-
const command = new CreateJobTemplateCommand_1.CreateJobTemplateCommand(args);
|
|
78
|
-
if (typeof optionsOrCb === "function") {
|
|
79
|
-
this.send(command, optionsOrCb);
|
|
80
|
-
}
|
|
81
|
-
else if (typeof cb === "function") {
|
|
82
|
-
if (typeof optionsOrCb !== "object")
|
|
83
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
84
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
85
|
-
}
|
|
86
|
-
else {
|
|
87
|
-
return this.send(command, optionsOrCb);
|
|
88
|
-
}
|
|
89
|
-
}
|
|
90
|
-
createPreset(args, optionsOrCb, cb) {
|
|
91
|
-
const command = new CreatePresetCommand_1.CreatePresetCommand(args);
|
|
92
|
-
if (typeof optionsOrCb === "function") {
|
|
93
|
-
this.send(command, optionsOrCb);
|
|
94
|
-
}
|
|
95
|
-
else if (typeof cb === "function") {
|
|
96
|
-
if (typeof optionsOrCb !== "object")
|
|
97
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
98
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
99
|
-
}
|
|
100
|
-
else {
|
|
101
|
-
return this.send(command, optionsOrCb);
|
|
102
|
-
}
|
|
103
|
-
}
|
|
104
|
-
createQueue(args, optionsOrCb, cb) {
|
|
105
|
-
const command = new CreateQueueCommand_1.CreateQueueCommand(args);
|
|
106
|
-
if (typeof optionsOrCb === "function") {
|
|
107
|
-
this.send(command, optionsOrCb);
|
|
108
|
-
}
|
|
109
|
-
else if (typeof cb === "function") {
|
|
110
|
-
if (typeof optionsOrCb !== "object")
|
|
111
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
112
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
113
|
-
}
|
|
114
|
-
else {
|
|
115
|
-
return this.send(command, optionsOrCb);
|
|
116
|
-
}
|
|
117
|
-
}
|
|
118
|
-
deleteJobTemplate(args, optionsOrCb, cb) {
|
|
119
|
-
const command = new DeleteJobTemplateCommand_1.DeleteJobTemplateCommand(args);
|
|
120
|
-
if (typeof optionsOrCb === "function") {
|
|
121
|
-
this.send(command, optionsOrCb);
|
|
122
|
-
}
|
|
123
|
-
else if (typeof cb === "function") {
|
|
124
|
-
if (typeof optionsOrCb !== "object")
|
|
125
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
126
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
127
|
-
}
|
|
128
|
-
else {
|
|
129
|
-
return this.send(command, optionsOrCb);
|
|
130
|
-
}
|
|
131
|
-
}
|
|
132
|
-
deletePolicy(args, optionsOrCb, cb) {
|
|
133
|
-
const command = new DeletePolicyCommand_1.DeletePolicyCommand(args);
|
|
134
|
-
if (typeof optionsOrCb === "function") {
|
|
135
|
-
this.send(command, optionsOrCb);
|
|
136
|
-
}
|
|
137
|
-
else if (typeof cb === "function") {
|
|
138
|
-
if (typeof optionsOrCb !== "object")
|
|
139
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
140
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
141
|
-
}
|
|
142
|
-
else {
|
|
143
|
-
return this.send(command, optionsOrCb);
|
|
144
|
-
}
|
|
145
|
-
}
|
|
146
|
-
deletePreset(args, optionsOrCb, cb) {
|
|
147
|
-
const command = new DeletePresetCommand_1.DeletePresetCommand(args);
|
|
148
|
-
if (typeof optionsOrCb === "function") {
|
|
149
|
-
this.send(command, optionsOrCb);
|
|
150
|
-
}
|
|
151
|
-
else if (typeof cb === "function") {
|
|
152
|
-
if (typeof optionsOrCb !== "object")
|
|
153
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
154
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
155
|
-
}
|
|
156
|
-
else {
|
|
157
|
-
return this.send(command, optionsOrCb);
|
|
158
|
-
}
|
|
159
|
-
}
|
|
160
|
-
deleteQueue(args, optionsOrCb, cb) {
|
|
161
|
-
const command = new DeleteQueueCommand_1.DeleteQueueCommand(args);
|
|
162
|
-
if (typeof optionsOrCb === "function") {
|
|
163
|
-
this.send(command, optionsOrCb);
|
|
164
|
-
}
|
|
165
|
-
else if (typeof cb === "function") {
|
|
166
|
-
if (typeof optionsOrCb !== "object")
|
|
167
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
168
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
169
|
-
}
|
|
170
|
-
else {
|
|
171
|
-
return this.send(command, optionsOrCb);
|
|
172
|
-
}
|
|
173
|
-
}
|
|
174
|
-
describeEndpoints(args, optionsOrCb, cb) {
|
|
175
|
-
const command = new DescribeEndpointsCommand_1.DescribeEndpointsCommand(args);
|
|
176
|
-
if (typeof optionsOrCb === "function") {
|
|
177
|
-
this.send(command, optionsOrCb);
|
|
178
|
-
}
|
|
179
|
-
else if (typeof cb === "function") {
|
|
180
|
-
if (typeof optionsOrCb !== "object")
|
|
181
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
182
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
183
|
-
}
|
|
184
|
-
else {
|
|
185
|
-
return this.send(command, optionsOrCb);
|
|
186
|
-
}
|
|
187
|
-
}
|
|
188
|
-
disassociateCertificate(args, optionsOrCb, cb) {
|
|
189
|
-
const command = new DisassociateCertificateCommand_1.DisassociateCertificateCommand(args);
|
|
190
|
-
if (typeof optionsOrCb === "function") {
|
|
191
|
-
this.send(command, optionsOrCb);
|
|
192
|
-
}
|
|
193
|
-
else if (typeof cb === "function") {
|
|
194
|
-
if (typeof optionsOrCb !== "object")
|
|
195
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
196
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
197
|
-
}
|
|
198
|
-
else {
|
|
199
|
-
return this.send(command, optionsOrCb);
|
|
200
|
-
}
|
|
201
|
-
}
|
|
202
|
-
getJob(args, optionsOrCb, cb) {
|
|
203
|
-
const command = new GetJobCommand_1.GetJobCommand(args);
|
|
204
|
-
if (typeof optionsOrCb === "function") {
|
|
205
|
-
this.send(command, optionsOrCb);
|
|
206
|
-
}
|
|
207
|
-
else if (typeof cb === "function") {
|
|
208
|
-
if (typeof optionsOrCb !== "object")
|
|
209
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
210
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
211
|
-
}
|
|
212
|
-
else {
|
|
213
|
-
return this.send(command, optionsOrCb);
|
|
214
|
-
}
|
|
215
|
-
}
|
|
216
|
-
getJobTemplate(args, optionsOrCb, cb) {
|
|
217
|
-
const command = new GetJobTemplateCommand_1.GetJobTemplateCommand(args);
|
|
218
|
-
if (typeof optionsOrCb === "function") {
|
|
219
|
-
this.send(command, optionsOrCb);
|
|
220
|
-
}
|
|
221
|
-
else if (typeof cb === "function") {
|
|
222
|
-
if (typeof optionsOrCb !== "object")
|
|
223
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
224
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
225
|
-
}
|
|
226
|
-
else {
|
|
227
|
-
return this.send(command, optionsOrCb);
|
|
228
|
-
}
|
|
229
|
-
}
|
|
230
|
-
getPolicy(args, optionsOrCb, cb) {
|
|
231
|
-
const command = new GetPolicyCommand_1.GetPolicyCommand(args);
|
|
232
|
-
if (typeof optionsOrCb === "function") {
|
|
233
|
-
this.send(command, optionsOrCb);
|
|
234
|
-
}
|
|
235
|
-
else if (typeof cb === "function") {
|
|
236
|
-
if (typeof optionsOrCb !== "object")
|
|
237
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
238
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
239
|
-
}
|
|
240
|
-
else {
|
|
241
|
-
return this.send(command, optionsOrCb);
|
|
242
|
-
}
|
|
243
|
-
}
|
|
244
|
-
getPreset(args, optionsOrCb, cb) {
|
|
245
|
-
const command = new GetPresetCommand_1.GetPresetCommand(args);
|
|
246
|
-
if (typeof optionsOrCb === "function") {
|
|
247
|
-
this.send(command, optionsOrCb);
|
|
248
|
-
}
|
|
249
|
-
else if (typeof cb === "function") {
|
|
250
|
-
if (typeof optionsOrCb !== "object")
|
|
251
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
252
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
253
|
-
}
|
|
254
|
-
else {
|
|
255
|
-
return this.send(command, optionsOrCb);
|
|
256
|
-
}
|
|
257
|
-
}
|
|
258
|
-
getQueue(args, optionsOrCb, cb) {
|
|
259
|
-
const command = new GetQueueCommand_1.GetQueueCommand(args);
|
|
260
|
-
if (typeof optionsOrCb === "function") {
|
|
261
|
-
this.send(command, optionsOrCb);
|
|
262
|
-
}
|
|
263
|
-
else if (typeof cb === "function") {
|
|
264
|
-
if (typeof optionsOrCb !== "object")
|
|
265
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
266
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
267
|
-
}
|
|
268
|
-
else {
|
|
269
|
-
return this.send(command, optionsOrCb);
|
|
270
|
-
}
|
|
271
|
-
}
|
|
272
|
-
listJobs(args, optionsOrCb, cb) {
|
|
273
|
-
const command = new ListJobsCommand_1.ListJobsCommand(args);
|
|
274
|
-
if (typeof optionsOrCb === "function") {
|
|
275
|
-
this.send(command, optionsOrCb);
|
|
276
|
-
}
|
|
277
|
-
else if (typeof cb === "function") {
|
|
278
|
-
if (typeof optionsOrCb !== "object")
|
|
279
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
280
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
281
|
-
}
|
|
282
|
-
else {
|
|
283
|
-
return this.send(command, optionsOrCb);
|
|
284
|
-
}
|
|
285
|
-
}
|
|
286
|
-
listJobTemplates(args, optionsOrCb, cb) {
|
|
287
|
-
const command = new ListJobTemplatesCommand_1.ListJobTemplatesCommand(args);
|
|
288
|
-
if (typeof optionsOrCb === "function") {
|
|
289
|
-
this.send(command, optionsOrCb);
|
|
290
|
-
}
|
|
291
|
-
else if (typeof cb === "function") {
|
|
292
|
-
if (typeof optionsOrCb !== "object")
|
|
293
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
294
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
295
|
-
}
|
|
296
|
-
else {
|
|
297
|
-
return this.send(command, optionsOrCb);
|
|
298
|
-
}
|
|
299
|
-
}
|
|
300
|
-
listPresets(args, optionsOrCb, cb) {
|
|
301
|
-
const command = new ListPresetsCommand_1.ListPresetsCommand(args);
|
|
302
|
-
if (typeof optionsOrCb === "function") {
|
|
303
|
-
this.send(command, optionsOrCb);
|
|
304
|
-
}
|
|
305
|
-
else if (typeof cb === "function") {
|
|
306
|
-
if (typeof optionsOrCb !== "object")
|
|
307
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
308
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
309
|
-
}
|
|
310
|
-
else {
|
|
311
|
-
return this.send(command, optionsOrCb);
|
|
312
|
-
}
|
|
313
|
-
}
|
|
314
|
-
listQueues(args, optionsOrCb, cb) {
|
|
315
|
-
const command = new ListQueuesCommand_1.ListQueuesCommand(args);
|
|
316
|
-
if (typeof optionsOrCb === "function") {
|
|
317
|
-
this.send(command, optionsOrCb);
|
|
318
|
-
}
|
|
319
|
-
else if (typeof cb === "function") {
|
|
320
|
-
if (typeof optionsOrCb !== "object")
|
|
321
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
322
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
323
|
-
}
|
|
324
|
-
else {
|
|
325
|
-
return this.send(command, optionsOrCb);
|
|
326
|
-
}
|
|
327
|
-
}
|
|
328
|
-
listTagsForResource(args, optionsOrCb, cb) {
|
|
329
|
-
const command = new ListTagsForResourceCommand_1.ListTagsForResourceCommand(args);
|
|
330
|
-
if (typeof optionsOrCb === "function") {
|
|
331
|
-
this.send(command, optionsOrCb);
|
|
332
|
-
}
|
|
333
|
-
else if (typeof cb === "function") {
|
|
334
|
-
if (typeof optionsOrCb !== "object")
|
|
335
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
336
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
337
|
-
}
|
|
338
|
-
else {
|
|
339
|
-
return this.send(command, optionsOrCb);
|
|
340
|
-
}
|
|
341
|
-
}
|
|
342
|
-
putPolicy(args, optionsOrCb, cb) {
|
|
343
|
-
const command = new PutPolicyCommand_1.PutPolicyCommand(args);
|
|
344
|
-
if (typeof optionsOrCb === "function") {
|
|
345
|
-
this.send(command, optionsOrCb);
|
|
346
|
-
}
|
|
347
|
-
else if (typeof cb === "function") {
|
|
348
|
-
if (typeof optionsOrCb !== "object")
|
|
349
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
350
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
351
|
-
}
|
|
352
|
-
else {
|
|
353
|
-
return this.send(command, optionsOrCb);
|
|
354
|
-
}
|
|
355
|
-
}
|
|
356
|
-
tagResource(args, optionsOrCb, cb) {
|
|
357
|
-
const command = new TagResourceCommand_1.TagResourceCommand(args);
|
|
358
|
-
if (typeof optionsOrCb === "function") {
|
|
359
|
-
this.send(command, optionsOrCb);
|
|
360
|
-
}
|
|
361
|
-
else if (typeof cb === "function") {
|
|
362
|
-
if (typeof optionsOrCb !== "object")
|
|
363
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
364
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
365
|
-
}
|
|
366
|
-
else {
|
|
367
|
-
return this.send(command, optionsOrCb);
|
|
368
|
-
}
|
|
369
|
-
}
|
|
370
|
-
untagResource(args, optionsOrCb, cb) {
|
|
371
|
-
const command = new UntagResourceCommand_1.UntagResourceCommand(args);
|
|
372
|
-
if (typeof optionsOrCb === "function") {
|
|
373
|
-
this.send(command, optionsOrCb);
|
|
374
|
-
}
|
|
375
|
-
else if (typeof cb === "function") {
|
|
376
|
-
if (typeof optionsOrCb !== "object")
|
|
377
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
378
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
379
|
-
}
|
|
380
|
-
else {
|
|
381
|
-
return this.send(command, optionsOrCb);
|
|
382
|
-
}
|
|
383
|
-
}
|
|
384
|
-
updateJobTemplate(args, optionsOrCb, cb) {
|
|
385
|
-
const command = new UpdateJobTemplateCommand_1.UpdateJobTemplateCommand(args);
|
|
386
|
-
if (typeof optionsOrCb === "function") {
|
|
387
|
-
this.send(command, optionsOrCb);
|
|
388
|
-
}
|
|
389
|
-
else if (typeof cb === "function") {
|
|
390
|
-
if (typeof optionsOrCb !== "object")
|
|
391
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
392
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
393
|
-
}
|
|
394
|
-
else {
|
|
395
|
-
return this.send(command, optionsOrCb);
|
|
396
|
-
}
|
|
397
|
-
}
|
|
398
|
-
updatePreset(args, optionsOrCb, cb) {
|
|
399
|
-
const command = new UpdatePresetCommand_1.UpdatePresetCommand(args);
|
|
400
|
-
if (typeof optionsOrCb === "function") {
|
|
401
|
-
this.send(command, optionsOrCb);
|
|
402
|
-
}
|
|
403
|
-
else if (typeof cb === "function") {
|
|
404
|
-
if (typeof optionsOrCb !== "object")
|
|
405
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
406
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
407
|
-
}
|
|
408
|
-
else {
|
|
409
|
-
return this.send(command, optionsOrCb);
|
|
410
|
-
}
|
|
411
|
-
}
|
|
412
|
-
updateQueue(args, optionsOrCb, cb) {
|
|
413
|
-
const command = new UpdateQueueCommand_1.UpdateQueueCommand(args);
|
|
414
|
-
if (typeof optionsOrCb === "function") {
|
|
415
|
-
this.send(command, optionsOrCb);
|
|
416
|
-
}
|
|
417
|
-
else if (typeof cb === "function") {
|
|
418
|
-
if (typeof optionsOrCb !== "object")
|
|
419
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
420
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
421
|
-
}
|
|
422
|
-
else {
|
|
423
|
-
return this.send(command, optionsOrCb);
|
|
424
|
-
}
|
|
425
|
-
}
|
|
426
65
|
}
|
|
427
66
|
exports.MediaConvert = MediaConvert;
|
|
67
|
+
(0, smithy_client_1.createAggregatedClient)(commands, MediaConvert);
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.AudioLanguageCodeControl = exports.LanguageCode = exports.WavFormat = exports.Mp3RateControlMode = exports.Eac3SurroundMode = exports.Eac3SurroundExMode = exports.Eac3StereoDownmix = exports.Eac3PhaseControl = exports.Eac3PassthroughControl = exports.Eac3MetadataControl = exports.Eac3LfeFilter = exports.Eac3LfeControl = exports.Eac3DynamicRangeCompressionRf = exports.Eac3DynamicRangeCompressionLine = exports.Eac3DcFilter = exports.Eac3CodingMode = exports.Eac3BitstreamMode = exports.Eac3AttenuationControl = exports.Eac3AtmosSurroundExMode = exports.Eac3AtmosStereoDownmix = exports.Eac3AtmosMeteringMode = exports.Eac3AtmosDynamicRangeControl = exports.Eac3AtmosDynamicRangeCompressionRf = exports.Eac3AtmosDynamicRangeCompressionLine = exports.Eac3AtmosDownmixControl = exports.Eac3AtmosDialogueIntelligence = exports.Eac3AtmosCodingMode = exports.Eac3AtmosBitstreamMode = exports.AudioCodec = exports.Ac3MetadataControl = exports.Ac3LfeFilter = exports.Ac3DynamicRangeCompressionRf = exports.Ac3DynamicRangeCompressionProfile = exports.Ac3DynamicRangeCompressionLine = exports.Ac3CodingMode = exports.Ac3BitstreamMode = exports.AacVbrQuality = exports.AacSpecification = exports.AacRawFormat = exports.AacRateControlMode = exports.AacCodingMode = exports.AacCodecProfile = exports.AacAudioDescriptionBroadcasterMix = exports.AudioTypeControl = exports.AudioNormalizationPeakCalculation = exports.AudioNormalizationLoudnessLogging = exports.AudioNormalizationAlgorithmControl = exports.AudioNormalizationAlgorithm = exports.AudioChannelTag = exports.RequiredFlag = void 0;
|
|
4
|
-
exports.
|
|
5
|
-
exports.
|
|
6
|
-
exports.
|
|
4
|
+
exports.InputFilterEnable = exports.InputDenoiseFilter = exports.DecryptionMode = exports.InputDeblockFilter = exports.CaptionSourceType = exports.FileSourceTimeDeltaUnits = exports.CaptionSourceConvertPaintOnToPopOn = exports.FileSourceConvert608To708 = exports.EmbeddedTerminateCaptions = exports.EmbeddedConvert608To708 = exports.AncillaryTerminateCaptions = exports.AncillaryConvert608To708 = exports.AudioSelectorType = exports.AudioDefaultSelection = exports.AudioDurationCorrection = exports.AdvancedInputFilterSharpen = exports.AdvancedInputFilterAddTexture = exports.AdvancedInputFilter = exports.HlsAdMarkers = exports.WebvttStylePassthrough = exports.WebvttAccessibilitySubs = exports.TtmlStylePassthrough = exports.TeletextPageType = exports.SrtStylePassthrough = exports.SccDestinationFramerate = exports.ImscStylePassthrough = exports.ImscAccessibilitySubs = exports.DvbSubtitleTeletextSpacing = exports.DvbSubtitlingType = exports.DvbSubtitleStylePassthrough = exports.DvbSubtitleShadowColor = exports.DvbSubtitleOutlineColor = exports.DvbSubtitleFontColor = exports.DvbSubSubtitleFallbackFont = exports.DvbddsHandling = exports.DvbSubtitleBackgroundColor = exports.DvbSubtitleApplyFontColor = exports.DvbSubtitleAlignment = exports.CaptionDestinationType = exports.BurninSubtitleTeletextSpacing = exports.BurnInSubtitleStylePassthrough = exports.BurninSubtitleShadowColor = exports.BurninSubtitleOutlineColor = exports.FontScript = exports.BurninSubtitleFontColor = exports.BurninSubtitleFallbackFont = exports.BurninSubtitleBackgroundColor = exports.BurninSubtitleApplyFontColor = exports.BurninSubtitleAlignment = exports.RuleType = void 0;
|
|
5
|
+
exports.DashIsoMpdManifestBandwidthType = exports.DashIsoIntervalCadence = exports.DashIsoImageBasedTrickPlay = exports.DashIsoHbbtvCompliance = exports.DashIsoPlaybackDeviceCompatibility = exports.DashIsoGroupAudioChannelConfigSchemeIdUri = exports.CmafWriteSegmentTimelineInRepresentation = exports.CmafWriteHLSManifest = exports.CmafWriteDASHManifest = exports.CmafVideoCompositionOffsets = exports.CmafTargetDurationCompatibilityMode = exports.CmafStreamInfResolution = exports.CmafSegmentLengthControl = exports.CmafSegmentControl = exports.CmafPtsOffsetHandlingForBFrames = exports.CmafMpdProfile = exports.CmafMpdManifestBandwidthType = exports.CmafManifestDurationFormat = exports.CmafManifestCompression = exports.CmafIntervalCadence = exports.CmafImageBasedTrickPlay = exports.CmafKeyProviderType = exports.CmafInitializationVectorInManifest = exports.CmafEncryptionType = exports.S3ServerSideEncryptionType = exports.S3ObjectCannedAcl = exports.DashManifestStyle = exports.CmafCodecSpecification = exports.CmafClientCache = exports.NielsenUniqueTicPerAudioTrackType = exports.NielsenSourceWatermarkStatusType = exports.NielsenActiveWatermarkProcessType = exports.MotionImagePlayback = exports.MotionImageInsertionMode = exports.VchipAction = exports.CopyProtectionAction = exports.JobPhase = exports.BillingTagsSource = exports.AccelerationStatus = exports.AccelerationMode = exports.InputSampleRange = exports.InputRotate = exports.PadVideo = exports.EmbeddedTimecodeOverride = exports.ColorSpaceUsage = exports.ColorSpace = exports.AlphaBehavior = exports.InputTimecodeSource = exports.InputPsiControl = exports.InputScanType = void 0;
|
|
6
|
+
exports.F4vMoovPlacement = exports.ContainerType = exports.CmfcTimedMetadataBoxVersion = exports.CmfcTimedMetadata = exports.CmfcScte35Source = exports.CmfcScte35Esam = exports.CmfcManifestMetadataSignaling = exports.CmfcKlvMetadata = exports.CmfcIFrameOnlyManifest = exports.CmfcDescriptiveVideoServiceFlag = exports.CmfcAudioTrackType = exports.CmfcAudioDuration = exports.OutputGroupType = exports.MsSmoothManifestEncoding = exports.MsSmoothFragmentLengthControl = exports.MsSmoothAudioDeduplication = exports.HlsTimedMetadataId3Frame = exports.HlsTargetDurationCompatibilityMode = exports.HlsStreamInfResolution = exports.HlsSegmentLengthControl = exports.HlsSegmentControl = exports.HlsProgramDateTime = exports.HlsOutputSelection = exports.HlsManifestDurationFormat = exports.HlsManifestCompression = exports.HlsIntervalCadence = exports.HlsImageBasedTrickPlay = exports.HlsKeyProviderType = exports.HlsOfflineEncrypted = exports.HlsInitializationVectorInManifest = exports.HlsEncryptionType = exports.HlsDirectoryStructure = exports.HlsCodecSpecification = exports.HlsClientCache = exports.HlsCaptionSegmentLengthControl = exports.HlsCaptionLanguageSetting = exports.HlsAudioOnlyHeader = exports.DashIsoWriteSegmentTimelineInRepresentation = exports.DashIsoVideoCompositionOffsets = exports.DashIsoSegmentLengthControl = exports.DashIsoSegmentControl = exports.DashIsoPtsOffsetHandlingForBFrames = exports.DashIsoMpdProfile = void 0;
|
|
7
7
|
exports.RequiredFlag = {
|
|
8
8
|
DISABLED: "DISABLED",
|
|
9
9
|
ENABLED: "ENABLED",
|
|
@@ -660,6 +660,19 @@ exports.HlsAdMarkers = {
|
|
|
660
660
|
ELEMENTAL: "ELEMENTAL",
|
|
661
661
|
ELEMENTAL_SCTE35: "ELEMENTAL_SCTE35",
|
|
662
662
|
};
|
|
663
|
+
exports.AdvancedInputFilter = {
|
|
664
|
+
DISABLED: "DISABLED",
|
|
665
|
+
ENABLED: "ENABLED",
|
|
666
|
+
};
|
|
667
|
+
exports.AdvancedInputFilterAddTexture = {
|
|
668
|
+
DISABLED: "DISABLED",
|
|
669
|
+
ENABLED: "ENABLED",
|
|
670
|
+
};
|
|
671
|
+
exports.AdvancedInputFilterSharpen = {
|
|
672
|
+
HIGH: "HIGH",
|
|
673
|
+
LOW: "LOW",
|
|
674
|
+
OFF: "OFF",
|
|
675
|
+
};
|
|
663
676
|
exports.AudioDurationCorrection = {
|
|
664
677
|
AUTO: "AUTO",
|
|
665
678
|
DISABLED: "DISABLED",
|
|
@@ -696,6 +709,10 @@ exports.FileSourceConvert608To708 = {
|
|
|
696
709
|
DISABLED: "DISABLED",
|
|
697
710
|
UPCONVERT: "UPCONVERT",
|
|
698
711
|
};
|
|
712
|
+
exports.CaptionSourceConvertPaintOnToPopOn = {
|
|
713
|
+
DISABLED: "DISABLED",
|
|
714
|
+
ENABLED: "ENABLED",
|
|
715
|
+
};
|
|
699
716
|
exports.FileSourceTimeDeltaUnits = {
|
|
700
717
|
MILLISECONDS: "MILLISECONDS",
|
|
701
718
|
SECONDS: "SECONDS",
|
|
@@ -1148,19 +1165,3 @@ exports.F4vMoovPlacement = {
|
|
|
1148
1165
|
NORMAL: "NORMAL",
|
|
1149
1166
|
PROGRESSIVE_DOWNLOAD: "PROGRESSIVE_DOWNLOAD",
|
|
1150
1167
|
};
|
|
1151
|
-
exports.M2tsAudioBufferModel = {
|
|
1152
|
-
ATSC: "ATSC",
|
|
1153
|
-
DVB: "DVB",
|
|
1154
|
-
};
|
|
1155
|
-
exports.M2tsAudioDuration = {
|
|
1156
|
-
DEFAULT_CODEC_DURATION: "DEFAULT_CODEC_DURATION",
|
|
1157
|
-
MATCH_VIDEO_DURATION: "MATCH_VIDEO_DURATION",
|
|
1158
|
-
};
|
|
1159
|
-
exports.M2tsBufferModel = {
|
|
1160
|
-
MULTIPLEX: "MULTIPLEX",
|
|
1161
|
-
NONE: "NONE",
|
|
1162
|
-
};
|
|
1163
|
-
exports.M2tsDataPtsControl = {
|
|
1164
|
-
ALIGN_TO_VIDEO: "ALIGN_TO_VIDEO",
|
|
1165
|
-
AUTO: "AUTO",
|
|
1166
|
-
};
|
|
@@ -1,11 +1,27 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.
|
|
4
|
-
exports.
|
|
5
|
-
exports.
|
|
6
|
-
exports.
|
|
7
|
-
exports.
|
|
3
|
+
exports.Av1BitDepth = exports.Av1AdaptiveQuantization = exports.AntiAlias = exports.AfdSignaling = exports.HlsIFrameOnlyManifest = exports.HlsDescriptiveVideoServiceFlag = exports.HlsAudioTrackType = exports.HlsAudioOnlyContainer = exports.MxfXavcDurationMode = exports.MxfProfile = exports.MxfAfdSignaling = exports.MpdTimedMetadataBoxVersion = exports.MpdTimedMetadata = exports.MpdScte35Source = exports.MpdScte35Esam = exports.MpdManifestMetadataSignaling = exports.MpdKlvMetadata = exports.MpdCaptionContainerType = exports.MpdAudioDuration = exports.MpdAccessibilityCaptionHints = exports.Mp4MoovPlacement = exports.Mp4FreeSpaceBox = exports.Mp4CslgAtom = exports.MovReference = exports.MovPaddingControl = exports.MovMpeg2FourCCControl = exports.MovCslgAtom = exports.MovClapAtom = exports.TimedMetadata = exports.M3u8Scte35Source = exports.M3u8PcrControl = exports.M3u8NielsenId3 = exports.M3u8DataPtsControl = exports.M3u8AudioDuration = exports.M2tsSegmentationStyle = exports.M2tsSegmentationMarkers = exports.M2tsScte35Source = exports.M2tsRateMode = exports.M2tsPcrControl = exports.M2tsNielsenId3 = exports.M2tsKlvMetadata = exports.M2tsForceTsVideoEbpOrder = exports.M2tsEsRateInPes = exports.M2tsEbpPlacement = exports.M2tsEbpAudioInterval = exports.OutputSdt = exports.M2tsDataPtsControl = exports.M2tsBufferModel = exports.M2tsAudioDuration = exports.M2tsAudioBufferModel = void 0;
|
|
4
|
+
exports.H265InterlaceMode = exports.H265GopSizeUnits = exports.H265GopBReference = exports.H265FramerateConversionAlgorithm = exports.H265FramerateControl = exports.H265FlickerAdaptiveQuantization = exports.H265DynamicSubGop = exports.H265CodecProfile = exports.H265CodecLevel = exports.H265AlternateTransferFunctionSei = exports.H265AdaptiveQuantization = exports.H264UnregisteredSeiTimecode = exports.H264TemporalAdaptiveQuantization = exports.H264Telecine = exports.H264Syntax = exports.H264SpatialAdaptiveQuantization = exports.H264SlowPal = exports.H264SceneChangeDetect = exports.H264ScanTypeConversionMode = exports.H264RepeatPps = exports.H264RateControlMode = exports.H264QualityTuningLevel = exports.H264ParControl = exports.H264InterlaceMode = exports.H264GopSizeUnits = exports.H264GopBReference = exports.H264FramerateConversionAlgorithm = exports.H264FramerateControl = exports.H264FlickerAdaptiveQuantization = exports.H264FieldEncoding = exports.H264EntropyEncoding = exports.H264DynamicSubGop = exports.H264CodecProfile = exports.H264CodecLevel = exports.BandwidthReductionFilterStrength = exports.BandwidthReductionFilterSharpening = exports.H264AdaptiveQuantization = exports.VideoCodec = exports.AvcIntraTelecine = exports.AvcIntraSlowPal = exports.AvcIntraScanTypeConversionMode = exports.AvcIntraInterlaceMode = exports.AvcIntraFramerateConversionAlgorithm = exports.AvcIntraFramerateControl = exports.AvcIntraUhdQualityTuningLevel = exports.AvcIntraClass = exports.Av1SpatialAdaptiveQuantization = exports.Av1RateControlMode = exports.Av1FramerateConversionAlgorithm = exports.Av1FramerateControl = void 0;
|
|
5
|
+
exports.Vp8FramerateControl = exports.Vc3Class = exports.Vc3Telecine = exports.Vc3SlowPal = exports.Vc3ScanTypeConversionMode = exports.Vc3InterlaceMode = exports.Vc3FramerateConversionAlgorithm = exports.Vc3FramerateControl = exports.ProresTelecine = exports.ProresSlowPal = exports.ProresScanTypeConversionMode = exports.ProresParControl = exports.ProresInterlaceMode = exports.ProresFramerateConversionAlgorithm = exports.ProresFramerateControl = exports.ProresCodecProfile = exports.ProresChromaSampling = exports.Mpeg2TemporalAdaptiveQuantization = exports.Mpeg2Telecine = exports.Mpeg2Syntax = exports.Mpeg2SpatialAdaptiveQuantization = exports.Mpeg2SlowPal = exports.Mpeg2SceneChangeDetect = exports.Mpeg2ScanTypeConversionMode = exports.Mpeg2RateControlMode = exports.Mpeg2QualityTuningLevel = exports.Mpeg2ParControl = exports.Mpeg2IntraDcPrecision = exports.Mpeg2InterlaceMode = exports.Mpeg2GopSizeUnits = exports.Mpeg2FramerateConversionAlgorithm = exports.Mpeg2FramerateControl = exports.Mpeg2DynamicSubGop = exports.Mpeg2CodecProfile = exports.Mpeg2CodecLevel = exports.Mpeg2AdaptiveQuantization = exports.H265WriteMp4PackagingType = exports.H265UnregisteredSeiTimecode = exports.H265Tiles = exports.H265TemporalIds = exports.H265TemporalAdaptiveQuantization = exports.H265Telecine = exports.H265SpatialAdaptiveQuantization = exports.H265SlowPal = exports.H265SceneChangeDetect = exports.H265ScanTypeConversionMode = exports.H265SampleAdaptiveOffsetFilterMode = exports.H265RateControlMode = exports.H265QualityTuningLevel = exports.H265ParControl = void 0;
|
|
6
|
+
exports.SimulateReservedQueue = exports.TimecodeSource = exports.TimecodeBurninPosition = exports.WatermarkingStrength = exports.NoiseFilterPostTemporalSharpeningStrength = exports.NoiseFilterPostTemporalSharpening = exports.NoiseReducerFilter = exports.DolbyVisionProfile = exports.DolbyVisionMapping = exports.DolbyVisionLevel6Mode = exports.DeinterlacerMode = exports.DeinterlacerControl = exports.DeinterlaceAlgorithm = exports.SampleRangeConversion = exports.HDRToSDRToneMapper = exports.ColorSpaceConversion = exports.VideoTimecodeInsertion = exports.ScalingBehavior = exports.RespondToAfd = exports.DropFrameTimecode = exports.ColorMetadata = exports.XavcHdProfileTelecine = exports.XavcHdProfileQualityTuningLevel = exports.XavcInterlaceMode = exports.XavcHdProfileBitrateClass = exports.XavcHdIntraCbgProfileClass = exports.Xavc4kProfileQualityTuningLevel = exports.XavcGopBReference = exports.XavcFlickerAdaptiveQuantization = exports.Xavc4kProfileCodecProfile = exports.Xavc4kProfileBitrateClass = exports.Xavc4kIntraVbrProfileClass = exports.Xavc4kIntraCbgProfileClass = exports.XavcTemporalAdaptiveQuantization = exports.XavcSpatialAdaptiveQuantization = exports.XavcSlowPal = exports.XavcProfile = exports.XavcFramerateConversionAlgorithm = exports.XavcFramerateControl = exports.XavcEntropyEncoding = exports.XavcAdaptiveQuantization = exports.Vp9RateControlMode = exports.Vp9QualityTuningLevel = exports.Vp9ParControl = exports.Vp9FramerateConversionAlgorithm = exports.Vp9FramerateControl = exports.Vp8RateControlMode = exports.Vp8QualityTuningLevel = exports.Vp8ParControl = exports.Vp8FramerateConversionAlgorithm = void 0;
|
|
7
|
+
exports.TooManyRequestsException = exports.NotFoundException = exports.InternalServerErrorException = exports.ForbiddenException = exports.ConflictException = exports.BadRequestException = exports.QueueStatus = exports.ReservationPlanStatus = exports.RenewalType = exports.Commitment = exports.PricingPlan = exports.Type = exports.StatusUpdateInterval = exports.JobStatus = void 0;
|
|
8
8
|
const MediaConvertServiceException_1 = require("./MediaConvertServiceException");
|
|
9
|
+
exports.M2tsAudioBufferModel = {
|
|
10
|
+
ATSC: "ATSC",
|
|
11
|
+
DVB: "DVB",
|
|
12
|
+
};
|
|
13
|
+
exports.M2tsAudioDuration = {
|
|
14
|
+
DEFAULT_CODEC_DURATION: "DEFAULT_CODEC_DURATION",
|
|
15
|
+
MATCH_VIDEO_DURATION: "MATCH_VIDEO_DURATION",
|
|
16
|
+
};
|
|
17
|
+
exports.M2tsBufferModel = {
|
|
18
|
+
MULTIPLEX: "MULTIPLEX",
|
|
19
|
+
NONE: "NONE",
|
|
20
|
+
};
|
|
21
|
+
exports.M2tsDataPtsControl = {
|
|
22
|
+
ALIGN_TO_VIDEO: "ALIGN_TO_VIDEO",
|
|
23
|
+
AUTO: "AUTO",
|
|
24
|
+
};
|
|
9
25
|
exports.OutputSdt = {
|
|
10
26
|
SDT_FOLLOW: "SDT_FOLLOW",
|
|
11
27
|
SDT_FOLLOW_IF_PRESENT: "SDT_FOLLOW_IF_PRESENT",
|
|
@@ -266,6 +282,7 @@ exports.VideoCodec = {
|
|
|
266
282
|
H_264: "H_264",
|
|
267
283
|
H_265: "H_265",
|
|
268
284
|
MPEG2: "MPEG2",
|
|
285
|
+
PASSTHROUGH: "PASSTHROUGH",
|
|
269
286
|
PRORES: "PRORES",
|
|
270
287
|
VC3: "VC3",
|
|
271
288
|
VP8: "VP8",
|
|
@@ -896,6 +913,7 @@ exports.DeinterlaceAlgorithm = {
|
|
|
896
913
|
BLEND_TICKER: "BLEND_TICKER",
|
|
897
914
|
INTERPOLATE: "INTERPOLATE",
|
|
898
915
|
INTERPOLATE_TICKER: "INTERPOLATE_TICKER",
|
|
916
|
+
LINEAR_INTERPOLATION: "LINEAR_INTERPOLATION",
|
|
899
917
|
};
|
|
900
918
|
exports.DeinterlacerControl = {
|
|
901
919
|
FORCE_ALL_FRAMES: "FORCE_ALL_FRAMES",
|
|
@@ -1097,7 +1115,3 @@ class TooManyRequestsException extends MediaConvertServiceException_1.MediaConve
|
|
|
1097
1115
|
}
|
|
1098
1116
|
}
|
|
1099
1117
|
exports.TooManyRequestsException = TooManyRequestsException;
|
|
1100
|
-
exports.DescribeEndpointsMode = {
|
|
1101
|
-
DEFAULT: "DEFAULT",
|
|
1102
|
-
GET_ONLY: "GET_ONLY",
|
|
1103
|
-
};
|
|
@@ -1,6 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.QueueListBy = exports.PresetListBy = exports.Order = exports.JobTemplateListBy = exports.InputPolicy = void 0;
|
|
3
|
+
exports.QueueListBy = exports.PresetListBy = exports.Order = exports.JobTemplateListBy = exports.InputPolicy = exports.DescribeEndpointsMode = void 0;
|
|
4
|
+
exports.DescribeEndpointsMode = {
|
|
5
|
+
DEFAULT: "DEFAULT",
|
|
6
|
+
GET_ONLY: "GET_ONLY",
|
|
7
|
+
};
|
|
4
8
|
exports.InputPolicy = {
|
|
5
9
|
ALLOWED: "ALLOWED",
|
|
6
10
|
DISALLOWED: "DISALLOWED",
|