@aws-sdk/client-mediaconvert 3.306.0 → 3.309.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 (61) hide show
  1. package/dist-cjs/commands/AssociateCertificateCommand.js +2 -2
  2. package/dist-cjs/commands/CancelJobCommand.js +2 -2
  3. package/dist-cjs/commands/CreateJobCommand.js +2 -2
  4. package/dist-cjs/commands/CreateJobTemplateCommand.js +2 -2
  5. package/dist-cjs/commands/CreatePresetCommand.js +2 -2
  6. package/dist-cjs/commands/CreateQueueCommand.js +2 -2
  7. package/dist-cjs/commands/DeleteJobTemplateCommand.js +2 -2
  8. package/dist-cjs/commands/DeletePolicyCommand.js +2 -2
  9. package/dist-cjs/commands/DeletePresetCommand.js +2 -2
  10. package/dist-cjs/commands/DeleteQueueCommand.js +2 -2
  11. package/dist-cjs/commands/DescribeEndpointsCommand.js +2 -2
  12. package/dist-cjs/commands/DisassociateCertificateCommand.js +2 -2
  13. package/dist-cjs/commands/GetJobCommand.js +2 -2
  14. package/dist-cjs/commands/GetJobTemplateCommand.js +2 -2
  15. package/dist-cjs/commands/GetPolicyCommand.js +2 -2
  16. package/dist-cjs/commands/GetPresetCommand.js +2 -2
  17. package/dist-cjs/commands/GetQueueCommand.js +2 -2
  18. package/dist-cjs/commands/ListJobTemplatesCommand.js +2 -2
  19. package/dist-cjs/commands/ListJobsCommand.js +2 -2
  20. package/dist-cjs/commands/ListPresetsCommand.js +2 -2
  21. package/dist-cjs/commands/ListQueuesCommand.js +2 -2
  22. package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -2
  23. package/dist-cjs/commands/PutPolicyCommand.js +2 -2
  24. package/dist-cjs/commands/TagResourceCommand.js +2 -2
  25. package/dist-cjs/commands/UntagResourceCommand.js +2 -2
  26. package/dist-cjs/commands/UpdateJobTemplateCommand.js +2 -2
  27. package/dist-cjs/commands/UpdatePresetCommand.js +2 -2
  28. package/dist-cjs/commands/UpdateQueueCommand.js +2 -2
  29. package/dist-cjs/protocols/Aws_restJson1.js +1278 -1624
  30. package/dist-es/commands/AssociateCertificateCommand.js +3 -3
  31. package/dist-es/commands/CancelJobCommand.js +3 -3
  32. package/dist-es/commands/CreateJobCommand.js +3 -3
  33. package/dist-es/commands/CreateJobTemplateCommand.js +3 -3
  34. package/dist-es/commands/CreatePresetCommand.js +3 -3
  35. package/dist-es/commands/CreateQueueCommand.js +3 -3
  36. package/dist-es/commands/DeleteJobTemplateCommand.js +3 -3
  37. package/dist-es/commands/DeletePolicyCommand.js +3 -3
  38. package/dist-es/commands/DeletePresetCommand.js +3 -3
  39. package/dist-es/commands/DeleteQueueCommand.js +3 -3
  40. package/dist-es/commands/DescribeEndpointsCommand.js +3 -3
  41. package/dist-es/commands/DisassociateCertificateCommand.js +3 -3
  42. package/dist-es/commands/GetJobCommand.js +3 -3
  43. package/dist-es/commands/GetJobTemplateCommand.js +3 -3
  44. package/dist-es/commands/GetPolicyCommand.js +3 -3
  45. package/dist-es/commands/GetPresetCommand.js +3 -3
  46. package/dist-es/commands/GetQueueCommand.js +3 -3
  47. package/dist-es/commands/ListJobTemplatesCommand.js +3 -3
  48. package/dist-es/commands/ListJobsCommand.js +3 -3
  49. package/dist-es/commands/ListPresetsCommand.js +3 -3
  50. package/dist-es/commands/ListQueuesCommand.js +3 -3
  51. package/dist-es/commands/ListTagsForResourceCommand.js +3 -3
  52. package/dist-es/commands/PutPolicyCommand.js +3 -3
  53. package/dist-es/commands/TagResourceCommand.js +3 -3
  54. package/dist-es/commands/UntagResourceCommand.js +3 -3
  55. package/dist-es/commands/UpdateJobTemplateCommand.js +3 -3
  56. package/dist-es/commands/UpdatePresetCommand.js +3 -3
  57. package/dist-es/commands/UpdateQueueCommand.js +3 -3
  58. package/dist-es/protocols/Aws_restJson1.js +1220 -1566
  59. package/dist-types/protocols/Aws_restJson1.d.ts +224 -56
  60. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +56 -56
  61. package/package.json +6 -6
@@ -28,59 +28,227 @@ import { UntagResourceCommandInput, UntagResourceCommandOutput } from "../comman
28
28
  import { UpdateJobTemplateCommandInput, UpdateJobTemplateCommandOutput } from "../commands/UpdateJobTemplateCommand";
29
29
  import { UpdatePresetCommandInput, UpdatePresetCommandOutput } from "../commands/UpdatePresetCommand";
30
30
  import { UpdateQueueCommandInput, UpdateQueueCommandOutput } from "../commands/UpdateQueueCommand";
31
- export declare const serializeAws_restJson1AssociateCertificateCommand: (input: AssociateCertificateCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
32
- export declare const serializeAws_restJson1CancelJobCommand: (input: CancelJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
33
- export declare const serializeAws_restJson1CreateJobCommand: (input: CreateJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
34
- export declare const serializeAws_restJson1CreateJobTemplateCommand: (input: CreateJobTemplateCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
35
- export declare const serializeAws_restJson1CreatePresetCommand: (input: CreatePresetCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
36
- export declare const serializeAws_restJson1CreateQueueCommand: (input: CreateQueueCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
37
- export declare const serializeAws_restJson1DeleteJobTemplateCommand: (input: DeleteJobTemplateCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
38
- export declare const serializeAws_restJson1DeletePolicyCommand: (input: DeletePolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
39
- export declare const serializeAws_restJson1DeletePresetCommand: (input: DeletePresetCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
40
- export declare const serializeAws_restJson1DeleteQueueCommand: (input: DeleteQueueCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
41
- export declare const serializeAws_restJson1DescribeEndpointsCommand: (input: DescribeEndpointsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
42
- export declare const serializeAws_restJson1DisassociateCertificateCommand: (input: DisassociateCertificateCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
43
- export declare const serializeAws_restJson1GetJobCommand: (input: GetJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
44
- export declare const serializeAws_restJson1GetJobTemplateCommand: (input: GetJobTemplateCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
45
- export declare const serializeAws_restJson1GetPolicyCommand: (input: GetPolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
46
- export declare const serializeAws_restJson1GetPresetCommand: (input: GetPresetCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
47
- export declare const serializeAws_restJson1GetQueueCommand: (input: GetQueueCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
48
- export declare const serializeAws_restJson1ListJobsCommand: (input: ListJobsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
49
- export declare const serializeAws_restJson1ListJobTemplatesCommand: (input: ListJobTemplatesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
50
- export declare const serializeAws_restJson1ListPresetsCommand: (input: ListPresetsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
51
- export declare const serializeAws_restJson1ListQueuesCommand: (input: ListQueuesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
52
- export declare const serializeAws_restJson1ListTagsForResourceCommand: (input: ListTagsForResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
53
- export declare const serializeAws_restJson1PutPolicyCommand: (input: PutPolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
54
- export declare const serializeAws_restJson1TagResourceCommand: (input: TagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
55
- export declare const serializeAws_restJson1UntagResourceCommand: (input: UntagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
56
- export declare const serializeAws_restJson1UpdateJobTemplateCommand: (input: UpdateJobTemplateCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
57
- export declare const serializeAws_restJson1UpdatePresetCommand: (input: UpdatePresetCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
58
- export declare const serializeAws_restJson1UpdateQueueCommand: (input: UpdateQueueCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
59
- export declare const deserializeAws_restJson1AssociateCertificateCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AssociateCertificateCommandOutput>;
60
- export declare const deserializeAws_restJson1CancelJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CancelJobCommandOutput>;
61
- export declare const deserializeAws_restJson1CreateJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateJobCommandOutput>;
62
- export declare const deserializeAws_restJson1CreateJobTemplateCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateJobTemplateCommandOutput>;
63
- export declare const deserializeAws_restJson1CreatePresetCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreatePresetCommandOutput>;
64
- export declare const deserializeAws_restJson1CreateQueueCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateQueueCommandOutput>;
65
- export declare const deserializeAws_restJson1DeleteJobTemplateCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteJobTemplateCommandOutput>;
66
- export declare const deserializeAws_restJson1DeletePolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeletePolicyCommandOutput>;
67
- export declare const deserializeAws_restJson1DeletePresetCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeletePresetCommandOutput>;
68
- export declare const deserializeAws_restJson1DeleteQueueCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteQueueCommandOutput>;
69
- export declare const deserializeAws_restJson1DescribeEndpointsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeEndpointsCommandOutput>;
70
- export declare const deserializeAws_restJson1DisassociateCertificateCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DisassociateCertificateCommandOutput>;
71
- export declare const deserializeAws_restJson1GetJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetJobCommandOutput>;
72
- export declare const deserializeAws_restJson1GetJobTemplateCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetJobTemplateCommandOutput>;
73
- export declare const deserializeAws_restJson1GetPolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetPolicyCommandOutput>;
74
- export declare const deserializeAws_restJson1GetPresetCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetPresetCommandOutput>;
75
- export declare const deserializeAws_restJson1GetQueueCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetQueueCommandOutput>;
76
- export declare const deserializeAws_restJson1ListJobsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListJobsCommandOutput>;
77
- export declare const deserializeAws_restJson1ListJobTemplatesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListJobTemplatesCommandOutput>;
78
- export declare const deserializeAws_restJson1ListPresetsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListPresetsCommandOutput>;
79
- export declare const deserializeAws_restJson1ListQueuesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListQueuesCommandOutput>;
80
- export declare const deserializeAws_restJson1ListTagsForResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTagsForResourceCommandOutput>;
81
- export declare const deserializeAws_restJson1PutPolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutPolicyCommandOutput>;
82
- export declare const deserializeAws_restJson1TagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TagResourceCommandOutput>;
83
- export declare const deserializeAws_restJson1UntagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UntagResourceCommandOutput>;
84
- export declare const deserializeAws_restJson1UpdateJobTemplateCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateJobTemplateCommandOutput>;
85
- export declare const deserializeAws_restJson1UpdatePresetCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdatePresetCommandOutput>;
86
- export declare const deserializeAws_restJson1UpdateQueueCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateQueueCommandOutput>;
31
+ /**
32
+ * serializeAws_restJson1AssociateCertificateCommand
33
+ */
34
+ export declare const se_AssociateCertificateCommand: (input: AssociateCertificateCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
35
+ /**
36
+ * serializeAws_restJson1CancelJobCommand
37
+ */
38
+ export declare const se_CancelJobCommand: (input: CancelJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
39
+ /**
40
+ * serializeAws_restJson1CreateJobCommand
41
+ */
42
+ export declare const se_CreateJobCommand: (input: CreateJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
43
+ /**
44
+ * serializeAws_restJson1CreateJobTemplateCommand
45
+ */
46
+ export declare const se_CreateJobTemplateCommand: (input: CreateJobTemplateCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
47
+ /**
48
+ * serializeAws_restJson1CreatePresetCommand
49
+ */
50
+ export declare const se_CreatePresetCommand: (input: CreatePresetCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
51
+ /**
52
+ * serializeAws_restJson1CreateQueueCommand
53
+ */
54
+ export declare const se_CreateQueueCommand: (input: CreateQueueCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
55
+ /**
56
+ * serializeAws_restJson1DeleteJobTemplateCommand
57
+ */
58
+ export declare const se_DeleteJobTemplateCommand: (input: DeleteJobTemplateCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
59
+ /**
60
+ * serializeAws_restJson1DeletePolicyCommand
61
+ */
62
+ export declare const se_DeletePolicyCommand: (input: DeletePolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
63
+ /**
64
+ * serializeAws_restJson1DeletePresetCommand
65
+ */
66
+ export declare const se_DeletePresetCommand: (input: DeletePresetCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
67
+ /**
68
+ * serializeAws_restJson1DeleteQueueCommand
69
+ */
70
+ export declare const se_DeleteQueueCommand: (input: DeleteQueueCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
71
+ /**
72
+ * serializeAws_restJson1DescribeEndpointsCommand
73
+ */
74
+ export declare const se_DescribeEndpointsCommand: (input: DescribeEndpointsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
75
+ /**
76
+ * serializeAws_restJson1DisassociateCertificateCommand
77
+ */
78
+ export declare const se_DisassociateCertificateCommand: (input: DisassociateCertificateCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
79
+ /**
80
+ * serializeAws_restJson1GetJobCommand
81
+ */
82
+ export declare const se_GetJobCommand: (input: GetJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
83
+ /**
84
+ * serializeAws_restJson1GetJobTemplateCommand
85
+ */
86
+ export declare const se_GetJobTemplateCommand: (input: GetJobTemplateCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
87
+ /**
88
+ * serializeAws_restJson1GetPolicyCommand
89
+ */
90
+ export declare const se_GetPolicyCommand: (input: GetPolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
91
+ /**
92
+ * serializeAws_restJson1GetPresetCommand
93
+ */
94
+ export declare const se_GetPresetCommand: (input: GetPresetCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
95
+ /**
96
+ * serializeAws_restJson1GetQueueCommand
97
+ */
98
+ export declare const se_GetQueueCommand: (input: GetQueueCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
99
+ /**
100
+ * serializeAws_restJson1ListJobsCommand
101
+ */
102
+ export declare const se_ListJobsCommand: (input: ListJobsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
103
+ /**
104
+ * serializeAws_restJson1ListJobTemplatesCommand
105
+ */
106
+ export declare const se_ListJobTemplatesCommand: (input: ListJobTemplatesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
107
+ /**
108
+ * serializeAws_restJson1ListPresetsCommand
109
+ */
110
+ export declare const se_ListPresetsCommand: (input: ListPresetsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
111
+ /**
112
+ * serializeAws_restJson1ListQueuesCommand
113
+ */
114
+ export declare const se_ListQueuesCommand: (input: ListQueuesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
115
+ /**
116
+ * serializeAws_restJson1ListTagsForResourceCommand
117
+ */
118
+ export declare const se_ListTagsForResourceCommand: (input: ListTagsForResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
119
+ /**
120
+ * serializeAws_restJson1PutPolicyCommand
121
+ */
122
+ export declare const se_PutPolicyCommand: (input: PutPolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
123
+ /**
124
+ * serializeAws_restJson1TagResourceCommand
125
+ */
126
+ export declare const se_TagResourceCommand: (input: TagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
127
+ /**
128
+ * serializeAws_restJson1UntagResourceCommand
129
+ */
130
+ export declare const se_UntagResourceCommand: (input: UntagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
131
+ /**
132
+ * serializeAws_restJson1UpdateJobTemplateCommand
133
+ */
134
+ export declare const se_UpdateJobTemplateCommand: (input: UpdateJobTemplateCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
135
+ /**
136
+ * serializeAws_restJson1UpdatePresetCommand
137
+ */
138
+ export declare const se_UpdatePresetCommand: (input: UpdatePresetCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
139
+ /**
140
+ * serializeAws_restJson1UpdateQueueCommand
141
+ */
142
+ export declare const se_UpdateQueueCommand: (input: UpdateQueueCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
143
+ /**
144
+ * deserializeAws_restJson1AssociateCertificateCommand
145
+ */
146
+ export declare const de_AssociateCertificateCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AssociateCertificateCommandOutput>;
147
+ /**
148
+ * deserializeAws_restJson1CancelJobCommand
149
+ */
150
+ export declare const de_CancelJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CancelJobCommandOutput>;
151
+ /**
152
+ * deserializeAws_restJson1CreateJobCommand
153
+ */
154
+ export declare const de_CreateJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateJobCommandOutput>;
155
+ /**
156
+ * deserializeAws_restJson1CreateJobTemplateCommand
157
+ */
158
+ export declare const de_CreateJobTemplateCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateJobTemplateCommandOutput>;
159
+ /**
160
+ * deserializeAws_restJson1CreatePresetCommand
161
+ */
162
+ export declare const de_CreatePresetCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreatePresetCommandOutput>;
163
+ /**
164
+ * deserializeAws_restJson1CreateQueueCommand
165
+ */
166
+ export declare const de_CreateQueueCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateQueueCommandOutput>;
167
+ /**
168
+ * deserializeAws_restJson1DeleteJobTemplateCommand
169
+ */
170
+ export declare const de_DeleteJobTemplateCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteJobTemplateCommandOutput>;
171
+ /**
172
+ * deserializeAws_restJson1DeletePolicyCommand
173
+ */
174
+ export declare const de_DeletePolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeletePolicyCommandOutput>;
175
+ /**
176
+ * deserializeAws_restJson1DeletePresetCommand
177
+ */
178
+ export declare const de_DeletePresetCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeletePresetCommandOutput>;
179
+ /**
180
+ * deserializeAws_restJson1DeleteQueueCommand
181
+ */
182
+ export declare const de_DeleteQueueCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteQueueCommandOutput>;
183
+ /**
184
+ * deserializeAws_restJson1DescribeEndpointsCommand
185
+ */
186
+ export declare const de_DescribeEndpointsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeEndpointsCommandOutput>;
187
+ /**
188
+ * deserializeAws_restJson1DisassociateCertificateCommand
189
+ */
190
+ export declare const de_DisassociateCertificateCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DisassociateCertificateCommandOutput>;
191
+ /**
192
+ * deserializeAws_restJson1GetJobCommand
193
+ */
194
+ export declare const de_GetJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetJobCommandOutput>;
195
+ /**
196
+ * deserializeAws_restJson1GetJobTemplateCommand
197
+ */
198
+ export declare const de_GetJobTemplateCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetJobTemplateCommandOutput>;
199
+ /**
200
+ * deserializeAws_restJson1GetPolicyCommand
201
+ */
202
+ export declare const de_GetPolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetPolicyCommandOutput>;
203
+ /**
204
+ * deserializeAws_restJson1GetPresetCommand
205
+ */
206
+ export declare const de_GetPresetCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetPresetCommandOutput>;
207
+ /**
208
+ * deserializeAws_restJson1GetQueueCommand
209
+ */
210
+ export declare const de_GetQueueCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetQueueCommandOutput>;
211
+ /**
212
+ * deserializeAws_restJson1ListJobsCommand
213
+ */
214
+ export declare const de_ListJobsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListJobsCommandOutput>;
215
+ /**
216
+ * deserializeAws_restJson1ListJobTemplatesCommand
217
+ */
218
+ export declare const de_ListJobTemplatesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListJobTemplatesCommandOutput>;
219
+ /**
220
+ * deserializeAws_restJson1ListPresetsCommand
221
+ */
222
+ export declare const de_ListPresetsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListPresetsCommandOutput>;
223
+ /**
224
+ * deserializeAws_restJson1ListQueuesCommand
225
+ */
226
+ export declare const de_ListQueuesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListQueuesCommandOutput>;
227
+ /**
228
+ * deserializeAws_restJson1ListTagsForResourceCommand
229
+ */
230
+ export declare const de_ListTagsForResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTagsForResourceCommandOutput>;
231
+ /**
232
+ * deserializeAws_restJson1PutPolicyCommand
233
+ */
234
+ export declare const de_PutPolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutPolicyCommandOutput>;
235
+ /**
236
+ * deserializeAws_restJson1TagResourceCommand
237
+ */
238
+ export declare const de_TagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TagResourceCommandOutput>;
239
+ /**
240
+ * deserializeAws_restJson1UntagResourceCommand
241
+ */
242
+ export declare const de_UntagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UntagResourceCommandOutput>;
243
+ /**
244
+ * deserializeAws_restJson1UpdateJobTemplateCommand
245
+ */
246
+ export declare const de_UpdateJobTemplateCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateJobTemplateCommandOutput>;
247
+ /**
248
+ * deserializeAws_restJson1UpdatePresetCommand
249
+ */
250
+ export declare const de_UpdatePresetCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdatePresetCommandOutput>;
251
+ /**
252
+ * deserializeAws_restJson1UpdateQueueCommand
253
+ */
254
+ export declare const de_UpdateQueueCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateQueueCommandOutput>;
@@ -115,227 +115,227 @@ import {
115
115
  UpdateQueueCommandInput,
116
116
  UpdateQueueCommandOutput,
117
117
  } from "../commands/UpdateQueueCommand";
118
- export declare const serializeAws_restJson1AssociateCertificateCommand: (
118
+ export declare const se_AssociateCertificateCommand: (
119
119
  input: AssociateCertificateCommandInput,
120
120
  context: __SerdeContext
121
121
  ) => Promise<__HttpRequest>;
122
- export declare const serializeAws_restJson1CancelJobCommand: (
122
+ export declare const se_CancelJobCommand: (
123
123
  input: CancelJobCommandInput,
124
124
  context: __SerdeContext
125
125
  ) => Promise<__HttpRequest>;
126
- export declare const serializeAws_restJson1CreateJobCommand: (
126
+ export declare const se_CreateJobCommand: (
127
127
  input: CreateJobCommandInput,
128
128
  context: __SerdeContext
129
129
  ) => Promise<__HttpRequest>;
130
- export declare const serializeAws_restJson1CreateJobTemplateCommand: (
130
+ export declare const se_CreateJobTemplateCommand: (
131
131
  input: CreateJobTemplateCommandInput,
132
132
  context: __SerdeContext
133
133
  ) => Promise<__HttpRequest>;
134
- export declare const serializeAws_restJson1CreatePresetCommand: (
134
+ export declare const se_CreatePresetCommand: (
135
135
  input: CreatePresetCommandInput,
136
136
  context: __SerdeContext
137
137
  ) => Promise<__HttpRequest>;
138
- export declare const serializeAws_restJson1CreateQueueCommand: (
138
+ export declare const se_CreateQueueCommand: (
139
139
  input: CreateQueueCommandInput,
140
140
  context: __SerdeContext
141
141
  ) => Promise<__HttpRequest>;
142
- export declare const serializeAws_restJson1DeleteJobTemplateCommand: (
142
+ export declare const se_DeleteJobTemplateCommand: (
143
143
  input: DeleteJobTemplateCommandInput,
144
144
  context: __SerdeContext
145
145
  ) => Promise<__HttpRequest>;
146
- export declare const serializeAws_restJson1DeletePolicyCommand: (
146
+ export declare const se_DeletePolicyCommand: (
147
147
  input: DeletePolicyCommandInput,
148
148
  context: __SerdeContext
149
149
  ) => Promise<__HttpRequest>;
150
- export declare const serializeAws_restJson1DeletePresetCommand: (
150
+ export declare const se_DeletePresetCommand: (
151
151
  input: DeletePresetCommandInput,
152
152
  context: __SerdeContext
153
153
  ) => Promise<__HttpRequest>;
154
- export declare const serializeAws_restJson1DeleteQueueCommand: (
154
+ export declare const se_DeleteQueueCommand: (
155
155
  input: DeleteQueueCommandInput,
156
156
  context: __SerdeContext
157
157
  ) => Promise<__HttpRequest>;
158
- export declare const serializeAws_restJson1DescribeEndpointsCommand: (
158
+ export declare const se_DescribeEndpointsCommand: (
159
159
  input: DescribeEndpointsCommandInput,
160
160
  context: __SerdeContext
161
161
  ) => Promise<__HttpRequest>;
162
- export declare const serializeAws_restJson1DisassociateCertificateCommand: (
162
+ export declare const se_DisassociateCertificateCommand: (
163
163
  input: DisassociateCertificateCommandInput,
164
164
  context: __SerdeContext
165
165
  ) => Promise<__HttpRequest>;
166
- export declare const serializeAws_restJson1GetJobCommand: (
166
+ export declare const se_GetJobCommand: (
167
167
  input: GetJobCommandInput,
168
168
  context: __SerdeContext
169
169
  ) => Promise<__HttpRequest>;
170
- export declare const serializeAws_restJson1GetJobTemplateCommand: (
170
+ export declare const se_GetJobTemplateCommand: (
171
171
  input: GetJobTemplateCommandInput,
172
172
  context: __SerdeContext
173
173
  ) => Promise<__HttpRequest>;
174
- export declare const serializeAws_restJson1GetPolicyCommand: (
174
+ export declare const se_GetPolicyCommand: (
175
175
  input: GetPolicyCommandInput,
176
176
  context: __SerdeContext
177
177
  ) => Promise<__HttpRequest>;
178
- export declare const serializeAws_restJson1GetPresetCommand: (
178
+ export declare const se_GetPresetCommand: (
179
179
  input: GetPresetCommandInput,
180
180
  context: __SerdeContext
181
181
  ) => Promise<__HttpRequest>;
182
- export declare const serializeAws_restJson1GetQueueCommand: (
182
+ export declare const se_GetQueueCommand: (
183
183
  input: GetQueueCommandInput,
184
184
  context: __SerdeContext
185
185
  ) => Promise<__HttpRequest>;
186
- export declare const serializeAws_restJson1ListJobsCommand: (
186
+ export declare const se_ListJobsCommand: (
187
187
  input: ListJobsCommandInput,
188
188
  context: __SerdeContext
189
189
  ) => Promise<__HttpRequest>;
190
- export declare const serializeAws_restJson1ListJobTemplatesCommand: (
190
+ export declare const se_ListJobTemplatesCommand: (
191
191
  input: ListJobTemplatesCommandInput,
192
192
  context: __SerdeContext
193
193
  ) => Promise<__HttpRequest>;
194
- export declare const serializeAws_restJson1ListPresetsCommand: (
194
+ export declare const se_ListPresetsCommand: (
195
195
  input: ListPresetsCommandInput,
196
196
  context: __SerdeContext
197
197
  ) => Promise<__HttpRequest>;
198
- export declare const serializeAws_restJson1ListQueuesCommand: (
198
+ export declare const se_ListQueuesCommand: (
199
199
  input: ListQueuesCommandInput,
200
200
  context: __SerdeContext
201
201
  ) => Promise<__HttpRequest>;
202
- export declare const serializeAws_restJson1ListTagsForResourceCommand: (
202
+ export declare const se_ListTagsForResourceCommand: (
203
203
  input: ListTagsForResourceCommandInput,
204
204
  context: __SerdeContext
205
205
  ) => Promise<__HttpRequest>;
206
- export declare const serializeAws_restJson1PutPolicyCommand: (
206
+ export declare const se_PutPolicyCommand: (
207
207
  input: PutPolicyCommandInput,
208
208
  context: __SerdeContext
209
209
  ) => Promise<__HttpRequest>;
210
- export declare const serializeAws_restJson1TagResourceCommand: (
210
+ export declare const se_TagResourceCommand: (
211
211
  input: TagResourceCommandInput,
212
212
  context: __SerdeContext
213
213
  ) => Promise<__HttpRequest>;
214
- export declare const serializeAws_restJson1UntagResourceCommand: (
214
+ export declare const se_UntagResourceCommand: (
215
215
  input: UntagResourceCommandInput,
216
216
  context: __SerdeContext
217
217
  ) => Promise<__HttpRequest>;
218
- export declare const serializeAws_restJson1UpdateJobTemplateCommand: (
218
+ export declare const se_UpdateJobTemplateCommand: (
219
219
  input: UpdateJobTemplateCommandInput,
220
220
  context: __SerdeContext
221
221
  ) => Promise<__HttpRequest>;
222
- export declare const serializeAws_restJson1UpdatePresetCommand: (
222
+ export declare const se_UpdatePresetCommand: (
223
223
  input: UpdatePresetCommandInput,
224
224
  context: __SerdeContext
225
225
  ) => Promise<__HttpRequest>;
226
- export declare const serializeAws_restJson1UpdateQueueCommand: (
226
+ export declare const se_UpdateQueueCommand: (
227
227
  input: UpdateQueueCommandInput,
228
228
  context: __SerdeContext
229
229
  ) => Promise<__HttpRequest>;
230
- export declare const deserializeAws_restJson1AssociateCertificateCommand: (
230
+ export declare const de_AssociateCertificateCommand: (
231
231
  output: __HttpResponse,
232
232
  context: __SerdeContext
233
233
  ) => Promise<AssociateCertificateCommandOutput>;
234
- export declare const deserializeAws_restJson1CancelJobCommand: (
234
+ export declare const de_CancelJobCommand: (
235
235
  output: __HttpResponse,
236
236
  context: __SerdeContext
237
237
  ) => Promise<CancelJobCommandOutput>;
238
- export declare const deserializeAws_restJson1CreateJobCommand: (
238
+ export declare const de_CreateJobCommand: (
239
239
  output: __HttpResponse,
240
240
  context: __SerdeContext
241
241
  ) => Promise<CreateJobCommandOutput>;
242
- export declare const deserializeAws_restJson1CreateJobTemplateCommand: (
242
+ export declare const de_CreateJobTemplateCommand: (
243
243
  output: __HttpResponse,
244
244
  context: __SerdeContext
245
245
  ) => Promise<CreateJobTemplateCommandOutput>;
246
- export declare const deserializeAws_restJson1CreatePresetCommand: (
246
+ export declare const de_CreatePresetCommand: (
247
247
  output: __HttpResponse,
248
248
  context: __SerdeContext
249
249
  ) => Promise<CreatePresetCommandOutput>;
250
- export declare const deserializeAws_restJson1CreateQueueCommand: (
250
+ export declare const de_CreateQueueCommand: (
251
251
  output: __HttpResponse,
252
252
  context: __SerdeContext
253
253
  ) => Promise<CreateQueueCommandOutput>;
254
- export declare const deserializeAws_restJson1DeleteJobTemplateCommand: (
254
+ export declare const de_DeleteJobTemplateCommand: (
255
255
  output: __HttpResponse,
256
256
  context: __SerdeContext
257
257
  ) => Promise<DeleteJobTemplateCommandOutput>;
258
- export declare const deserializeAws_restJson1DeletePolicyCommand: (
258
+ export declare const de_DeletePolicyCommand: (
259
259
  output: __HttpResponse,
260
260
  context: __SerdeContext
261
261
  ) => Promise<DeletePolicyCommandOutput>;
262
- export declare const deserializeAws_restJson1DeletePresetCommand: (
262
+ export declare const de_DeletePresetCommand: (
263
263
  output: __HttpResponse,
264
264
  context: __SerdeContext
265
265
  ) => Promise<DeletePresetCommandOutput>;
266
- export declare const deserializeAws_restJson1DeleteQueueCommand: (
266
+ export declare const de_DeleteQueueCommand: (
267
267
  output: __HttpResponse,
268
268
  context: __SerdeContext
269
269
  ) => Promise<DeleteQueueCommandOutput>;
270
- export declare const deserializeAws_restJson1DescribeEndpointsCommand: (
270
+ export declare const de_DescribeEndpointsCommand: (
271
271
  output: __HttpResponse,
272
272
  context: __SerdeContext
273
273
  ) => Promise<DescribeEndpointsCommandOutput>;
274
- export declare const deserializeAws_restJson1DisassociateCertificateCommand: (
274
+ export declare const de_DisassociateCertificateCommand: (
275
275
  output: __HttpResponse,
276
276
  context: __SerdeContext
277
277
  ) => Promise<DisassociateCertificateCommandOutput>;
278
- export declare const deserializeAws_restJson1GetJobCommand: (
278
+ export declare const de_GetJobCommand: (
279
279
  output: __HttpResponse,
280
280
  context: __SerdeContext
281
281
  ) => Promise<GetJobCommandOutput>;
282
- export declare const deserializeAws_restJson1GetJobTemplateCommand: (
282
+ export declare const de_GetJobTemplateCommand: (
283
283
  output: __HttpResponse,
284
284
  context: __SerdeContext
285
285
  ) => Promise<GetJobTemplateCommandOutput>;
286
- export declare const deserializeAws_restJson1GetPolicyCommand: (
286
+ export declare const de_GetPolicyCommand: (
287
287
  output: __HttpResponse,
288
288
  context: __SerdeContext
289
289
  ) => Promise<GetPolicyCommandOutput>;
290
- export declare const deserializeAws_restJson1GetPresetCommand: (
290
+ export declare const de_GetPresetCommand: (
291
291
  output: __HttpResponse,
292
292
  context: __SerdeContext
293
293
  ) => Promise<GetPresetCommandOutput>;
294
- export declare const deserializeAws_restJson1GetQueueCommand: (
294
+ export declare const de_GetQueueCommand: (
295
295
  output: __HttpResponse,
296
296
  context: __SerdeContext
297
297
  ) => Promise<GetQueueCommandOutput>;
298
- export declare const deserializeAws_restJson1ListJobsCommand: (
298
+ export declare const de_ListJobsCommand: (
299
299
  output: __HttpResponse,
300
300
  context: __SerdeContext
301
301
  ) => Promise<ListJobsCommandOutput>;
302
- export declare const deserializeAws_restJson1ListJobTemplatesCommand: (
302
+ export declare const de_ListJobTemplatesCommand: (
303
303
  output: __HttpResponse,
304
304
  context: __SerdeContext
305
305
  ) => Promise<ListJobTemplatesCommandOutput>;
306
- export declare const deserializeAws_restJson1ListPresetsCommand: (
306
+ export declare const de_ListPresetsCommand: (
307
307
  output: __HttpResponse,
308
308
  context: __SerdeContext
309
309
  ) => Promise<ListPresetsCommandOutput>;
310
- export declare const deserializeAws_restJson1ListQueuesCommand: (
310
+ export declare const de_ListQueuesCommand: (
311
311
  output: __HttpResponse,
312
312
  context: __SerdeContext
313
313
  ) => Promise<ListQueuesCommandOutput>;
314
- export declare const deserializeAws_restJson1ListTagsForResourceCommand: (
314
+ export declare const de_ListTagsForResourceCommand: (
315
315
  output: __HttpResponse,
316
316
  context: __SerdeContext
317
317
  ) => Promise<ListTagsForResourceCommandOutput>;
318
- export declare const deserializeAws_restJson1PutPolicyCommand: (
318
+ export declare const de_PutPolicyCommand: (
319
319
  output: __HttpResponse,
320
320
  context: __SerdeContext
321
321
  ) => Promise<PutPolicyCommandOutput>;
322
- export declare const deserializeAws_restJson1TagResourceCommand: (
322
+ export declare const de_TagResourceCommand: (
323
323
  output: __HttpResponse,
324
324
  context: __SerdeContext
325
325
  ) => Promise<TagResourceCommandOutput>;
326
- export declare const deserializeAws_restJson1UntagResourceCommand: (
326
+ export declare const de_UntagResourceCommand: (
327
327
  output: __HttpResponse,
328
328
  context: __SerdeContext
329
329
  ) => Promise<UntagResourceCommandOutput>;
330
- export declare const deserializeAws_restJson1UpdateJobTemplateCommand: (
330
+ export declare const de_UpdateJobTemplateCommand: (
331
331
  output: __HttpResponse,
332
332
  context: __SerdeContext
333
333
  ) => Promise<UpdateJobTemplateCommandOutput>;
334
- export declare const deserializeAws_restJson1UpdatePresetCommand: (
334
+ export declare const de_UpdatePresetCommand: (
335
335
  output: __HttpResponse,
336
336
  context: __SerdeContext
337
337
  ) => Promise<UpdatePresetCommandOutput>;
338
- export declare const deserializeAws_restJson1UpdateQueueCommand: (
338
+ export declare const de_UpdateQueueCommand: (
339
339
  output: __HttpResponse,
340
340
  context: __SerdeContext
341
341
  ) => Promise<UpdateQueueCommandOutput>;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-mediaconvert",
3
3
  "description": "AWS SDK for JavaScript Mediaconvert Client for Node.js, Browser and React Native",
4
- "version": "3.306.0",
4
+ "version": "3.309.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "tsc -p tsconfig.cjs.json",
@@ -21,9 +21,9 @@
21
21
  "dependencies": {
22
22
  "@aws-crypto/sha256-browser": "3.0.0",
23
23
  "@aws-crypto/sha256-js": "3.0.0",
24
- "@aws-sdk/client-sts": "3.306.0",
24
+ "@aws-sdk/client-sts": "3.309.0",
25
25
  "@aws-sdk/config-resolver": "3.306.0",
26
- "@aws-sdk/credential-provider-node": "3.306.0",
26
+ "@aws-sdk/credential-provider-node": "3.309.0",
27
27
  "@aws-sdk/fetch-http-handler": "3.306.0",
28
28
  "@aws-sdk/hash-node": "3.306.0",
29
29
  "@aws-sdk/invalid-dependency": "3.306.0",
@@ -40,14 +40,14 @@
40
40
  "@aws-sdk/node-config-provider": "3.306.0",
41
41
  "@aws-sdk/node-http-handler": "3.306.0",
42
42
  "@aws-sdk/protocol-http": "3.306.0",
43
- "@aws-sdk/smithy-client": "3.306.0",
43
+ "@aws-sdk/smithy-client": "3.309.0",
44
44
  "@aws-sdk/types": "3.306.0",
45
45
  "@aws-sdk/url-parser": "3.306.0",
46
46
  "@aws-sdk/util-base64": "3.303.0",
47
47
  "@aws-sdk/util-body-length-browser": "3.303.0",
48
48
  "@aws-sdk/util-body-length-node": "3.303.0",
49
- "@aws-sdk/util-defaults-mode-browser": "3.306.0",
50
- "@aws-sdk/util-defaults-mode-node": "3.306.0",
49
+ "@aws-sdk/util-defaults-mode-browser": "3.309.0",
50
+ "@aws-sdk/util-defaults-mode-node": "3.309.0",
51
51
  "@aws-sdk/util-endpoints": "3.306.0",
52
52
  "@aws-sdk/util-retry": "3.306.0",
53
53
  "@aws-sdk/util-user-agent-browser": "3.306.0",