@aws-sdk/client-mediaconvert 3.928.0 → 3.930.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.
Files changed (55) hide show
  1. package/dist-cjs/index.js +16552 -8656
  2. package/dist-cjs/runtimeConfig.shared.js +2 -0
  3. package/dist-es/MediaConvertClient.js +2 -0
  4. package/dist-es/commands/AssociateCertificateCommand.js +3 -9
  5. package/dist-es/commands/CancelJobCommand.js +3 -9
  6. package/dist-es/commands/CreateJobCommand.js +3 -9
  7. package/dist-es/commands/CreateJobTemplateCommand.js +3 -9
  8. package/dist-es/commands/CreatePresetCommand.js +3 -9
  9. package/dist-es/commands/CreateQueueCommand.js +3 -9
  10. package/dist-es/commands/CreateResourceShareCommand.js +3 -9
  11. package/dist-es/commands/DeleteJobTemplateCommand.js +3 -9
  12. package/dist-es/commands/DeletePolicyCommand.js +3 -9
  13. package/dist-es/commands/DeletePresetCommand.js +3 -9
  14. package/dist-es/commands/DeleteQueueCommand.js +3 -9
  15. package/dist-es/commands/DescribeEndpointsCommand.js +3 -9
  16. package/dist-es/commands/DisassociateCertificateCommand.js +3 -9
  17. package/dist-es/commands/GetJobCommand.js +3 -9
  18. package/dist-es/commands/GetJobTemplateCommand.js +3 -9
  19. package/dist-es/commands/GetJobsQueryResultsCommand.js +3 -9
  20. package/dist-es/commands/GetPolicyCommand.js +3 -9
  21. package/dist-es/commands/GetPresetCommand.js +3 -9
  22. package/dist-es/commands/GetQueueCommand.js +3 -9
  23. package/dist-es/commands/ListJobTemplatesCommand.js +3 -9
  24. package/dist-es/commands/ListJobsCommand.js +3 -9
  25. package/dist-es/commands/ListPresetsCommand.js +3 -9
  26. package/dist-es/commands/ListQueuesCommand.js +3 -9
  27. package/dist-es/commands/ListTagsForResourceCommand.js +3 -9
  28. package/dist-es/commands/ListVersionsCommand.js +3 -9
  29. package/dist-es/commands/ProbeCommand.js +3 -9
  30. package/dist-es/commands/PutPolicyCommand.js +3 -9
  31. package/dist-es/commands/SearchJobsCommand.js +3 -9
  32. package/dist-es/commands/StartJobsQueryCommand.js +3 -9
  33. package/dist-es/commands/TagResourceCommand.js +3 -9
  34. package/dist-es/commands/UntagResourceCommand.js +3 -9
  35. package/dist-es/commands/UpdateJobTemplateCommand.js +3 -9
  36. package/dist-es/commands/UpdatePresetCommand.js +3 -9
  37. package/dist-es/commands/UpdateQueueCommand.js +3 -9
  38. package/dist-es/runtimeConfig.shared.js +2 -0
  39. package/dist-es/schemas/schemas_0.js +13902 -0
  40. package/dist-types/MediaConvertClient.d.ts +10 -1
  41. package/dist-types/runtimeConfig.browser.d.ts +1 -0
  42. package/dist-types/runtimeConfig.d.ts +1 -0
  43. package/dist-types/runtimeConfig.native.d.ts +1 -0
  44. package/dist-types/runtimeConfig.shared.d.ts +1 -0
  45. package/dist-types/schemas/schemas_0.d.ts +376 -0
  46. package/dist-types/ts3.4/MediaConvertClient.d.ts +4 -0
  47. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
  48. package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
  49. package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
  50. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
  51. package/dist-types/ts3.4/schemas/schemas_0.d.ts +382 -0
  52. package/package.json +33 -34
  53. package/dist-es/protocols/Aws_restJson1.js +0 -5822
  54. package/dist-types/protocols/Aws_restJson1.d.ts +0 -308
  55. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +0 -413
@@ -1,413 +0,0 @@
1
- import {
2
- HttpRequest as __HttpRequest,
3
- HttpResponse as __HttpResponse,
4
- } from "@smithy/protocol-http";
5
- import { SerdeContext as __SerdeContext } from "@smithy/types";
6
- import {
7
- AssociateCertificateCommandInput,
8
- AssociateCertificateCommandOutput,
9
- } from "../commands/AssociateCertificateCommand";
10
- import {
11
- CancelJobCommandInput,
12
- CancelJobCommandOutput,
13
- } from "../commands/CancelJobCommand";
14
- import {
15
- CreateJobCommandInput,
16
- CreateJobCommandOutput,
17
- } from "../commands/CreateJobCommand";
18
- import {
19
- CreateJobTemplateCommandInput,
20
- CreateJobTemplateCommandOutput,
21
- } from "../commands/CreateJobTemplateCommand";
22
- import {
23
- CreatePresetCommandInput,
24
- CreatePresetCommandOutput,
25
- } from "../commands/CreatePresetCommand";
26
- import {
27
- CreateQueueCommandInput,
28
- CreateQueueCommandOutput,
29
- } from "../commands/CreateQueueCommand";
30
- import {
31
- CreateResourceShareCommandInput,
32
- CreateResourceShareCommandOutput,
33
- } from "../commands/CreateResourceShareCommand";
34
- import {
35
- DeleteJobTemplateCommandInput,
36
- DeleteJobTemplateCommandOutput,
37
- } from "../commands/DeleteJobTemplateCommand";
38
- import {
39
- DeletePolicyCommandInput,
40
- DeletePolicyCommandOutput,
41
- } from "../commands/DeletePolicyCommand";
42
- import {
43
- DeletePresetCommandInput,
44
- DeletePresetCommandOutput,
45
- } from "../commands/DeletePresetCommand";
46
- import {
47
- DeleteQueueCommandInput,
48
- DeleteQueueCommandOutput,
49
- } from "../commands/DeleteQueueCommand";
50
- import {
51
- DescribeEndpointsCommandInput,
52
- DescribeEndpointsCommandOutput,
53
- } from "../commands/DescribeEndpointsCommand";
54
- import {
55
- DisassociateCertificateCommandInput,
56
- DisassociateCertificateCommandOutput,
57
- } from "../commands/DisassociateCertificateCommand";
58
- import {
59
- GetJobCommandInput,
60
- GetJobCommandOutput,
61
- } from "../commands/GetJobCommand";
62
- import {
63
- GetJobsQueryResultsCommandInput,
64
- GetJobsQueryResultsCommandOutput,
65
- } from "../commands/GetJobsQueryResultsCommand";
66
- import {
67
- GetJobTemplateCommandInput,
68
- GetJobTemplateCommandOutput,
69
- } from "../commands/GetJobTemplateCommand";
70
- import {
71
- GetPolicyCommandInput,
72
- GetPolicyCommandOutput,
73
- } from "../commands/GetPolicyCommand";
74
- import {
75
- GetPresetCommandInput,
76
- GetPresetCommandOutput,
77
- } from "../commands/GetPresetCommand";
78
- import {
79
- GetQueueCommandInput,
80
- GetQueueCommandOutput,
81
- } from "../commands/GetQueueCommand";
82
- import {
83
- ListJobsCommandInput,
84
- ListJobsCommandOutput,
85
- } from "../commands/ListJobsCommand";
86
- import {
87
- ListJobTemplatesCommandInput,
88
- ListJobTemplatesCommandOutput,
89
- } from "../commands/ListJobTemplatesCommand";
90
- import {
91
- ListPresetsCommandInput,
92
- ListPresetsCommandOutput,
93
- } from "../commands/ListPresetsCommand";
94
- import {
95
- ListQueuesCommandInput,
96
- ListQueuesCommandOutput,
97
- } from "../commands/ListQueuesCommand";
98
- import {
99
- ListTagsForResourceCommandInput,
100
- ListTagsForResourceCommandOutput,
101
- } from "../commands/ListTagsForResourceCommand";
102
- import {
103
- ListVersionsCommandInput,
104
- ListVersionsCommandOutput,
105
- } from "../commands/ListVersionsCommand";
106
- import {
107
- ProbeCommandInput,
108
- ProbeCommandOutput,
109
- } from "../commands/ProbeCommand";
110
- import {
111
- PutPolicyCommandInput,
112
- PutPolicyCommandOutput,
113
- } from "../commands/PutPolicyCommand";
114
- import {
115
- SearchJobsCommandInput,
116
- SearchJobsCommandOutput,
117
- } from "../commands/SearchJobsCommand";
118
- import {
119
- StartJobsQueryCommandInput,
120
- StartJobsQueryCommandOutput,
121
- } from "../commands/StartJobsQueryCommand";
122
- import {
123
- TagResourceCommandInput,
124
- TagResourceCommandOutput,
125
- } from "../commands/TagResourceCommand";
126
- import {
127
- UntagResourceCommandInput,
128
- UntagResourceCommandOutput,
129
- } from "../commands/UntagResourceCommand";
130
- import {
131
- UpdateJobTemplateCommandInput,
132
- UpdateJobTemplateCommandOutput,
133
- } from "../commands/UpdateJobTemplateCommand";
134
- import {
135
- UpdatePresetCommandInput,
136
- UpdatePresetCommandOutput,
137
- } from "../commands/UpdatePresetCommand";
138
- import {
139
- UpdateQueueCommandInput,
140
- UpdateQueueCommandOutput,
141
- } from "../commands/UpdateQueueCommand";
142
- export declare const se_AssociateCertificateCommand: (
143
- input: AssociateCertificateCommandInput,
144
- context: __SerdeContext
145
- ) => Promise<__HttpRequest>;
146
- export declare const se_CancelJobCommand: (
147
- input: CancelJobCommandInput,
148
- context: __SerdeContext
149
- ) => Promise<__HttpRequest>;
150
- export declare const se_CreateJobCommand: (
151
- input: CreateJobCommandInput,
152
- context: __SerdeContext
153
- ) => Promise<__HttpRequest>;
154
- export declare const se_CreateJobTemplateCommand: (
155
- input: CreateJobTemplateCommandInput,
156
- context: __SerdeContext
157
- ) => Promise<__HttpRequest>;
158
- export declare const se_CreatePresetCommand: (
159
- input: CreatePresetCommandInput,
160
- context: __SerdeContext
161
- ) => Promise<__HttpRequest>;
162
- export declare const se_CreateQueueCommand: (
163
- input: CreateQueueCommandInput,
164
- context: __SerdeContext
165
- ) => Promise<__HttpRequest>;
166
- export declare const se_CreateResourceShareCommand: (
167
- input: CreateResourceShareCommandInput,
168
- context: __SerdeContext
169
- ) => Promise<__HttpRequest>;
170
- export declare const se_DeleteJobTemplateCommand: (
171
- input: DeleteJobTemplateCommandInput,
172
- context: __SerdeContext
173
- ) => Promise<__HttpRequest>;
174
- export declare const se_DeletePolicyCommand: (
175
- input: DeletePolicyCommandInput,
176
- context: __SerdeContext
177
- ) => Promise<__HttpRequest>;
178
- export declare const se_DeletePresetCommand: (
179
- input: DeletePresetCommandInput,
180
- context: __SerdeContext
181
- ) => Promise<__HttpRequest>;
182
- export declare const se_DeleteQueueCommand: (
183
- input: DeleteQueueCommandInput,
184
- context: __SerdeContext
185
- ) => Promise<__HttpRequest>;
186
- export declare const se_DescribeEndpointsCommand: (
187
- input: DescribeEndpointsCommandInput,
188
- context: __SerdeContext
189
- ) => Promise<__HttpRequest>;
190
- export declare const se_DisassociateCertificateCommand: (
191
- input: DisassociateCertificateCommandInput,
192
- context: __SerdeContext
193
- ) => Promise<__HttpRequest>;
194
- export declare const se_GetJobCommand: (
195
- input: GetJobCommandInput,
196
- context: __SerdeContext
197
- ) => Promise<__HttpRequest>;
198
- export declare const se_GetJobsQueryResultsCommand: (
199
- input: GetJobsQueryResultsCommandInput,
200
- context: __SerdeContext
201
- ) => Promise<__HttpRequest>;
202
- export declare const se_GetJobTemplateCommand: (
203
- input: GetJobTemplateCommandInput,
204
- context: __SerdeContext
205
- ) => Promise<__HttpRequest>;
206
- export declare const se_GetPolicyCommand: (
207
- input: GetPolicyCommandInput,
208
- context: __SerdeContext
209
- ) => Promise<__HttpRequest>;
210
- export declare const se_GetPresetCommand: (
211
- input: GetPresetCommandInput,
212
- context: __SerdeContext
213
- ) => Promise<__HttpRequest>;
214
- export declare const se_GetQueueCommand: (
215
- input: GetQueueCommandInput,
216
- context: __SerdeContext
217
- ) => Promise<__HttpRequest>;
218
- export declare const se_ListJobsCommand: (
219
- input: ListJobsCommandInput,
220
- context: __SerdeContext
221
- ) => Promise<__HttpRequest>;
222
- export declare const se_ListJobTemplatesCommand: (
223
- input: ListJobTemplatesCommandInput,
224
- context: __SerdeContext
225
- ) => Promise<__HttpRequest>;
226
- export declare const se_ListPresetsCommand: (
227
- input: ListPresetsCommandInput,
228
- context: __SerdeContext
229
- ) => Promise<__HttpRequest>;
230
- export declare const se_ListQueuesCommand: (
231
- input: ListQueuesCommandInput,
232
- context: __SerdeContext
233
- ) => Promise<__HttpRequest>;
234
- export declare const se_ListTagsForResourceCommand: (
235
- input: ListTagsForResourceCommandInput,
236
- context: __SerdeContext
237
- ) => Promise<__HttpRequest>;
238
- export declare const se_ListVersionsCommand: (
239
- input: ListVersionsCommandInput,
240
- context: __SerdeContext
241
- ) => Promise<__HttpRequest>;
242
- export declare const se_ProbeCommand: (
243
- input: ProbeCommandInput,
244
- context: __SerdeContext
245
- ) => Promise<__HttpRequest>;
246
- export declare const se_PutPolicyCommand: (
247
- input: PutPolicyCommandInput,
248
- context: __SerdeContext
249
- ) => Promise<__HttpRequest>;
250
- export declare const se_SearchJobsCommand: (
251
- input: SearchJobsCommandInput,
252
- context: __SerdeContext
253
- ) => Promise<__HttpRequest>;
254
- export declare const se_StartJobsQueryCommand: (
255
- input: StartJobsQueryCommandInput,
256
- context: __SerdeContext
257
- ) => Promise<__HttpRequest>;
258
- export declare const se_TagResourceCommand: (
259
- input: TagResourceCommandInput,
260
- context: __SerdeContext
261
- ) => Promise<__HttpRequest>;
262
- export declare const se_UntagResourceCommand: (
263
- input: UntagResourceCommandInput,
264
- context: __SerdeContext
265
- ) => Promise<__HttpRequest>;
266
- export declare const se_UpdateJobTemplateCommand: (
267
- input: UpdateJobTemplateCommandInput,
268
- context: __SerdeContext
269
- ) => Promise<__HttpRequest>;
270
- export declare const se_UpdatePresetCommand: (
271
- input: UpdatePresetCommandInput,
272
- context: __SerdeContext
273
- ) => Promise<__HttpRequest>;
274
- export declare const se_UpdateQueueCommand: (
275
- input: UpdateQueueCommandInput,
276
- context: __SerdeContext
277
- ) => Promise<__HttpRequest>;
278
- export declare const de_AssociateCertificateCommand: (
279
- output: __HttpResponse,
280
- context: __SerdeContext
281
- ) => Promise<AssociateCertificateCommandOutput>;
282
- export declare const de_CancelJobCommand: (
283
- output: __HttpResponse,
284
- context: __SerdeContext
285
- ) => Promise<CancelJobCommandOutput>;
286
- export declare const de_CreateJobCommand: (
287
- output: __HttpResponse,
288
- context: __SerdeContext
289
- ) => Promise<CreateJobCommandOutput>;
290
- export declare const de_CreateJobTemplateCommand: (
291
- output: __HttpResponse,
292
- context: __SerdeContext
293
- ) => Promise<CreateJobTemplateCommandOutput>;
294
- export declare const de_CreatePresetCommand: (
295
- output: __HttpResponse,
296
- context: __SerdeContext
297
- ) => Promise<CreatePresetCommandOutput>;
298
- export declare const de_CreateQueueCommand: (
299
- output: __HttpResponse,
300
- context: __SerdeContext
301
- ) => Promise<CreateQueueCommandOutput>;
302
- export declare const de_CreateResourceShareCommand: (
303
- output: __HttpResponse,
304
- context: __SerdeContext
305
- ) => Promise<CreateResourceShareCommandOutput>;
306
- export declare const de_DeleteJobTemplateCommand: (
307
- output: __HttpResponse,
308
- context: __SerdeContext
309
- ) => Promise<DeleteJobTemplateCommandOutput>;
310
- export declare const de_DeletePolicyCommand: (
311
- output: __HttpResponse,
312
- context: __SerdeContext
313
- ) => Promise<DeletePolicyCommandOutput>;
314
- export declare const de_DeletePresetCommand: (
315
- output: __HttpResponse,
316
- context: __SerdeContext
317
- ) => Promise<DeletePresetCommandOutput>;
318
- export declare const de_DeleteQueueCommand: (
319
- output: __HttpResponse,
320
- context: __SerdeContext
321
- ) => Promise<DeleteQueueCommandOutput>;
322
- export declare const de_DescribeEndpointsCommand: (
323
- output: __HttpResponse,
324
- context: __SerdeContext
325
- ) => Promise<DescribeEndpointsCommandOutput>;
326
- export declare const de_DisassociateCertificateCommand: (
327
- output: __HttpResponse,
328
- context: __SerdeContext
329
- ) => Promise<DisassociateCertificateCommandOutput>;
330
- export declare const de_GetJobCommand: (
331
- output: __HttpResponse,
332
- context: __SerdeContext
333
- ) => Promise<GetJobCommandOutput>;
334
- export declare const de_GetJobsQueryResultsCommand: (
335
- output: __HttpResponse,
336
- context: __SerdeContext
337
- ) => Promise<GetJobsQueryResultsCommandOutput>;
338
- export declare const de_GetJobTemplateCommand: (
339
- output: __HttpResponse,
340
- context: __SerdeContext
341
- ) => Promise<GetJobTemplateCommandOutput>;
342
- export declare const de_GetPolicyCommand: (
343
- output: __HttpResponse,
344
- context: __SerdeContext
345
- ) => Promise<GetPolicyCommandOutput>;
346
- export declare const de_GetPresetCommand: (
347
- output: __HttpResponse,
348
- context: __SerdeContext
349
- ) => Promise<GetPresetCommandOutput>;
350
- export declare const de_GetQueueCommand: (
351
- output: __HttpResponse,
352
- context: __SerdeContext
353
- ) => Promise<GetQueueCommandOutput>;
354
- export declare const de_ListJobsCommand: (
355
- output: __HttpResponse,
356
- context: __SerdeContext
357
- ) => Promise<ListJobsCommandOutput>;
358
- export declare const de_ListJobTemplatesCommand: (
359
- output: __HttpResponse,
360
- context: __SerdeContext
361
- ) => Promise<ListJobTemplatesCommandOutput>;
362
- export declare const de_ListPresetsCommand: (
363
- output: __HttpResponse,
364
- context: __SerdeContext
365
- ) => Promise<ListPresetsCommandOutput>;
366
- export declare const de_ListQueuesCommand: (
367
- output: __HttpResponse,
368
- context: __SerdeContext
369
- ) => Promise<ListQueuesCommandOutput>;
370
- export declare const de_ListTagsForResourceCommand: (
371
- output: __HttpResponse,
372
- context: __SerdeContext
373
- ) => Promise<ListTagsForResourceCommandOutput>;
374
- export declare const de_ListVersionsCommand: (
375
- output: __HttpResponse,
376
- context: __SerdeContext
377
- ) => Promise<ListVersionsCommandOutput>;
378
- export declare const de_ProbeCommand: (
379
- output: __HttpResponse,
380
- context: __SerdeContext
381
- ) => Promise<ProbeCommandOutput>;
382
- export declare const de_PutPolicyCommand: (
383
- output: __HttpResponse,
384
- context: __SerdeContext
385
- ) => Promise<PutPolicyCommandOutput>;
386
- export declare const de_SearchJobsCommand: (
387
- output: __HttpResponse,
388
- context: __SerdeContext
389
- ) => Promise<SearchJobsCommandOutput>;
390
- export declare const de_StartJobsQueryCommand: (
391
- output: __HttpResponse,
392
- context: __SerdeContext
393
- ) => Promise<StartJobsQueryCommandOutput>;
394
- export declare const de_TagResourceCommand: (
395
- output: __HttpResponse,
396
- context: __SerdeContext
397
- ) => Promise<TagResourceCommandOutput>;
398
- export declare const de_UntagResourceCommand: (
399
- output: __HttpResponse,
400
- context: __SerdeContext
401
- ) => Promise<UntagResourceCommandOutput>;
402
- export declare const de_UpdateJobTemplateCommand: (
403
- output: __HttpResponse,
404
- context: __SerdeContext
405
- ) => Promise<UpdateJobTemplateCommandOutput>;
406
- export declare const de_UpdatePresetCommand: (
407
- output: __HttpResponse,
408
- context: __SerdeContext
409
- ) => Promise<UpdatePresetCommandOutput>;
410
- export declare const de_UpdateQueueCommand: (
411
- output: __HttpResponse,
412
- context: __SerdeContext
413
- ) => Promise<UpdateQueueCommandOutput>;