@aws-sdk/client-mediaconvert 3.927.0 → 3.929.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-cjs/index.js +16552 -8656
- package/dist-cjs/runtimeConfig.shared.js +2 -0
- package/dist-es/MediaConvertClient.js +2 -0
- package/dist-es/commands/AssociateCertificateCommand.js +3 -9
- package/dist-es/commands/CancelJobCommand.js +3 -9
- package/dist-es/commands/CreateJobCommand.js +3 -9
- package/dist-es/commands/CreateJobTemplateCommand.js +3 -9
- package/dist-es/commands/CreatePresetCommand.js +3 -9
- package/dist-es/commands/CreateQueueCommand.js +3 -9
- package/dist-es/commands/CreateResourceShareCommand.js +3 -9
- package/dist-es/commands/DeleteJobTemplateCommand.js +3 -9
- package/dist-es/commands/DeletePolicyCommand.js +3 -9
- package/dist-es/commands/DeletePresetCommand.js +3 -9
- package/dist-es/commands/DeleteQueueCommand.js +3 -9
- package/dist-es/commands/DescribeEndpointsCommand.js +3 -9
- package/dist-es/commands/DisassociateCertificateCommand.js +3 -9
- package/dist-es/commands/GetJobCommand.js +3 -9
- package/dist-es/commands/GetJobTemplateCommand.js +3 -9
- package/dist-es/commands/GetJobsQueryResultsCommand.js +3 -9
- package/dist-es/commands/GetPolicyCommand.js +3 -9
- package/dist-es/commands/GetPresetCommand.js +3 -9
- package/dist-es/commands/GetQueueCommand.js +3 -9
- package/dist-es/commands/ListJobTemplatesCommand.js +3 -9
- package/dist-es/commands/ListJobsCommand.js +3 -9
- package/dist-es/commands/ListPresetsCommand.js +3 -9
- package/dist-es/commands/ListQueuesCommand.js +3 -9
- package/dist-es/commands/ListTagsForResourceCommand.js +3 -9
- package/dist-es/commands/ListVersionsCommand.js +3 -9
- package/dist-es/commands/ProbeCommand.js +3 -9
- package/dist-es/commands/PutPolicyCommand.js +3 -9
- package/dist-es/commands/SearchJobsCommand.js +3 -9
- package/dist-es/commands/StartJobsQueryCommand.js +3 -9
- package/dist-es/commands/TagResourceCommand.js +3 -9
- package/dist-es/commands/UntagResourceCommand.js +3 -9
- package/dist-es/commands/UpdateJobTemplateCommand.js +3 -9
- package/dist-es/commands/UpdatePresetCommand.js +3 -9
- package/dist-es/commands/UpdateQueueCommand.js +3 -9
- package/dist-es/runtimeConfig.shared.js +2 -0
- package/dist-es/schemas/schemas_0.js +13902 -0
- package/dist-types/MediaConvertClient.d.ts +10 -1
- package/dist-types/runtimeConfig.browser.d.ts +1 -0
- package/dist-types/runtimeConfig.d.ts +1 -0
- package/dist-types/runtimeConfig.native.d.ts +1 -0
- package/dist-types/runtimeConfig.shared.d.ts +1 -0
- package/dist-types/schemas/schemas_0.d.ts +376 -0
- package/dist-types/ts3.4/MediaConvertClient.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +382 -0
- package/package.json +5 -6
- package/dist-es/protocols/Aws_restJson1.js +0 -5822
- package/dist-types/protocols/Aws_restJson1.d.ts +0 -308
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +0 -413
|
@@ -1,308 +0,0 @@
|
|
|
1
|
-
import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http";
|
|
2
|
-
import { SerdeContext as __SerdeContext } from "@smithy/types";
|
|
3
|
-
import { AssociateCertificateCommandInput, AssociateCertificateCommandOutput } from "../commands/AssociateCertificateCommand";
|
|
4
|
-
import { CancelJobCommandInput, CancelJobCommandOutput } from "../commands/CancelJobCommand";
|
|
5
|
-
import { CreateJobCommandInput, CreateJobCommandOutput } from "../commands/CreateJobCommand";
|
|
6
|
-
import { CreateJobTemplateCommandInput, CreateJobTemplateCommandOutput } from "../commands/CreateJobTemplateCommand";
|
|
7
|
-
import { CreatePresetCommandInput, CreatePresetCommandOutput } from "../commands/CreatePresetCommand";
|
|
8
|
-
import { CreateQueueCommandInput, CreateQueueCommandOutput } from "../commands/CreateQueueCommand";
|
|
9
|
-
import { CreateResourceShareCommandInput, CreateResourceShareCommandOutput } from "../commands/CreateResourceShareCommand";
|
|
10
|
-
import { DeleteJobTemplateCommandInput, DeleteJobTemplateCommandOutput } from "../commands/DeleteJobTemplateCommand";
|
|
11
|
-
import { DeletePolicyCommandInput, DeletePolicyCommandOutput } from "../commands/DeletePolicyCommand";
|
|
12
|
-
import { DeletePresetCommandInput, DeletePresetCommandOutput } from "../commands/DeletePresetCommand";
|
|
13
|
-
import { DeleteQueueCommandInput, DeleteQueueCommandOutput } from "../commands/DeleteQueueCommand";
|
|
14
|
-
import { DescribeEndpointsCommandInput, DescribeEndpointsCommandOutput } from "../commands/DescribeEndpointsCommand";
|
|
15
|
-
import { DisassociateCertificateCommandInput, DisassociateCertificateCommandOutput } from "../commands/DisassociateCertificateCommand";
|
|
16
|
-
import { GetJobCommandInput, GetJobCommandOutput } from "../commands/GetJobCommand";
|
|
17
|
-
import { GetJobsQueryResultsCommandInput, GetJobsQueryResultsCommandOutput } from "../commands/GetJobsQueryResultsCommand";
|
|
18
|
-
import { GetJobTemplateCommandInput, GetJobTemplateCommandOutput } from "../commands/GetJobTemplateCommand";
|
|
19
|
-
import { GetPolicyCommandInput, GetPolicyCommandOutput } from "../commands/GetPolicyCommand";
|
|
20
|
-
import { GetPresetCommandInput, GetPresetCommandOutput } from "../commands/GetPresetCommand";
|
|
21
|
-
import { GetQueueCommandInput, GetQueueCommandOutput } from "../commands/GetQueueCommand";
|
|
22
|
-
import { ListJobsCommandInput, ListJobsCommandOutput } from "../commands/ListJobsCommand";
|
|
23
|
-
import { ListJobTemplatesCommandInput, ListJobTemplatesCommandOutput } from "../commands/ListJobTemplatesCommand";
|
|
24
|
-
import { ListPresetsCommandInput, ListPresetsCommandOutput } from "../commands/ListPresetsCommand";
|
|
25
|
-
import { ListQueuesCommandInput, ListQueuesCommandOutput } from "../commands/ListQueuesCommand";
|
|
26
|
-
import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "../commands/ListTagsForResourceCommand";
|
|
27
|
-
import { ListVersionsCommandInput, ListVersionsCommandOutput } from "../commands/ListVersionsCommand";
|
|
28
|
-
import { ProbeCommandInput, ProbeCommandOutput } from "../commands/ProbeCommand";
|
|
29
|
-
import { PutPolicyCommandInput, PutPolicyCommandOutput } from "../commands/PutPolicyCommand";
|
|
30
|
-
import { SearchJobsCommandInput, SearchJobsCommandOutput } from "../commands/SearchJobsCommand";
|
|
31
|
-
import { StartJobsQueryCommandInput, StartJobsQueryCommandOutput } from "../commands/StartJobsQueryCommand";
|
|
32
|
-
import { TagResourceCommandInput, TagResourceCommandOutput } from "../commands/TagResourceCommand";
|
|
33
|
-
import { UntagResourceCommandInput, UntagResourceCommandOutput } from "../commands/UntagResourceCommand";
|
|
34
|
-
import { UpdateJobTemplateCommandInput, UpdateJobTemplateCommandOutput } from "../commands/UpdateJobTemplateCommand";
|
|
35
|
-
import { UpdatePresetCommandInput, UpdatePresetCommandOutput } from "../commands/UpdatePresetCommand";
|
|
36
|
-
import { UpdateQueueCommandInput, UpdateQueueCommandOutput } from "../commands/UpdateQueueCommand";
|
|
37
|
-
/**
|
|
38
|
-
* serializeAws_restJson1AssociateCertificateCommand
|
|
39
|
-
*/
|
|
40
|
-
export declare const se_AssociateCertificateCommand: (input: AssociateCertificateCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
41
|
-
/**
|
|
42
|
-
* serializeAws_restJson1CancelJobCommand
|
|
43
|
-
*/
|
|
44
|
-
export declare const se_CancelJobCommand: (input: CancelJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
45
|
-
/**
|
|
46
|
-
* serializeAws_restJson1CreateJobCommand
|
|
47
|
-
*/
|
|
48
|
-
export declare const se_CreateJobCommand: (input: CreateJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
49
|
-
/**
|
|
50
|
-
* serializeAws_restJson1CreateJobTemplateCommand
|
|
51
|
-
*/
|
|
52
|
-
export declare const se_CreateJobTemplateCommand: (input: CreateJobTemplateCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
53
|
-
/**
|
|
54
|
-
* serializeAws_restJson1CreatePresetCommand
|
|
55
|
-
*/
|
|
56
|
-
export declare const se_CreatePresetCommand: (input: CreatePresetCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
57
|
-
/**
|
|
58
|
-
* serializeAws_restJson1CreateQueueCommand
|
|
59
|
-
*/
|
|
60
|
-
export declare const se_CreateQueueCommand: (input: CreateQueueCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
61
|
-
/**
|
|
62
|
-
* serializeAws_restJson1CreateResourceShareCommand
|
|
63
|
-
*/
|
|
64
|
-
export declare const se_CreateResourceShareCommand: (input: CreateResourceShareCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
65
|
-
/**
|
|
66
|
-
* serializeAws_restJson1DeleteJobTemplateCommand
|
|
67
|
-
*/
|
|
68
|
-
export declare const se_DeleteJobTemplateCommand: (input: DeleteJobTemplateCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
69
|
-
/**
|
|
70
|
-
* serializeAws_restJson1DeletePolicyCommand
|
|
71
|
-
*/
|
|
72
|
-
export declare const se_DeletePolicyCommand: (input: DeletePolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
73
|
-
/**
|
|
74
|
-
* serializeAws_restJson1DeletePresetCommand
|
|
75
|
-
*/
|
|
76
|
-
export declare const se_DeletePresetCommand: (input: DeletePresetCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
77
|
-
/**
|
|
78
|
-
* serializeAws_restJson1DeleteQueueCommand
|
|
79
|
-
*/
|
|
80
|
-
export declare const se_DeleteQueueCommand: (input: DeleteQueueCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
81
|
-
/**
|
|
82
|
-
* serializeAws_restJson1DescribeEndpointsCommand
|
|
83
|
-
*/
|
|
84
|
-
export declare const se_DescribeEndpointsCommand: (input: DescribeEndpointsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
85
|
-
/**
|
|
86
|
-
* serializeAws_restJson1DisassociateCertificateCommand
|
|
87
|
-
*/
|
|
88
|
-
export declare const se_DisassociateCertificateCommand: (input: DisassociateCertificateCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
89
|
-
/**
|
|
90
|
-
* serializeAws_restJson1GetJobCommand
|
|
91
|
-
*/
|
|
92
|
-
export declare const se_GetJobCommand: (input: GetJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
93
|
-
/**
|
|
94
|
-
* serializeAws_restJson1GetJobsQueryResultsCommand
|
|
95
|
-
*/
|
|
96
|
-
export declare const se_GetJobsQueryResultsCommand: (input: GetJobsQueryResultsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
97
|
-
/**
|
|
98
|
-
* serializeAws_restJson1GetJobTemplateCommand
|
|
99
|
-
*/
|
|
100
|
-
export declare const se_GetJobTemplateCommand: (input: GetJobTemplateCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
101
|
-
/**
|
|
102
|
-
* serializeAws_restJson1GetPolicyCommand
|
|
103
|
-
*/
|
|
104
|
-
export declare const se_GetPolicyCommand: (input: GetPolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
105
|
-
/**
|
|
106
|
-
* serializeAws_restJson1GetPresetCommand
|
|
107
|
-
*/
|
|
108
|
-
export declare const se_GetPresetCommand: (input: GetPresetCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
109
|
-
/**
|
|
110
|
-
* serializeAws_restJson1GetQueueCommand
|
|
111
|
-
*/
|
|
112
|
-
export declare const se_GetQueueCommand: (input: GetQueueCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
113
|
-
/**
|
|
114
|
-
* serializeAws_restJson1ListJobsCommand
|
|
115
|
-
*/
|
|
116
|
-
export declare const se_ListJobsCommand: (input: ListJobsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
117
|
-
/**
|
|
118
|
-
* serializeAws_restJson1ListJobTemplatesCommand
|
|
119
|
-
*/
|
|
120
|
-
export declare const se_ListJobTemplatesCommand: (input: ListJobTemplatesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
121
|
-
/**
|
|
122
|
-
* serializeAws_restJson1ListPresetsCommand
|
|
123
|
-
*/
|
|
124
|
-
export declare const se_ListPresetsCommand: (input: ListPresetsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
125
|
-
/**
|
|
126
|
-
* serializeAws_restJson1ListQueuesCommand
|
|
127
|
-
*/
|
|
128
|
-
export declare const se_ListQueuesCommand: (input: ListQueuesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
129
|
-
/**
|
|
130
|
-
* serializeAws_restJson1ListTagsForResourceCommand
|
|
131
|
-
*/
|
|
132
|
-
export declare const se_ListTagsForResourceCommand: (input: ListTagsForResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
133
|
-
/**
|
|
134
|
-
* serializeAws_restJson1ListVersionsCommand
|
|
135
|
-
*/
|
|
136
|
-
export declare const se_ListVersionsCommand: (input: ListVersionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
137
|
-
/**
|
|
138
|
-
* serializeAws_restJson1ProbeCommand
|
|
139
|
-
*/
|
|
140
|
-
export declare const se_ProbeCommand: (input: ProbeCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
141
|
-
/**
|
|
142
|
-
* serializeAws_restJson1PutPolicyCommand
|
|
143
|
-
*/
|
|
144
|
-
export declare const se_PutPolicyCommand: (input: PutPolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
145
|
-
/**
|
|
146
|
-
* serializeAws_restJson1SearchJobsCommand
|
|
147
|
-
*/
|
|
148
|
-
export declare const se_SearchJobsCommand: (input: SearchJobsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
149
|
-
/**
|
|
150
|
-
* serializeAws_restJson1StartJobsQueryCommand
|
|
151
|
-
*/
|
|
152
|
-
export declare const se_StartJobsQueryCommand: (input: StartJobsQueryCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
153
|
-
/**
|
|
154
|
-
* serializeAws_restJson1TagResourceCommand
|
|
155
|
-
*/
|
|
156
|
-
export declare const se_TagResourceCommand: (input: TagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
157
|
-
/**
|
|
158
|
-
* serializeAws_restJson1UntagResourceCommand
|
|
159
|
-
*/
|
|
160
|
-
export declare const se_UntagResourceCommand: (input: UntagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
161
|
-
/**
|
|
162
|
-
* serializeAws_restJson1UpdateJobTemplateCommand
|
|
163
|
-
*/
|
|
164
|
-
export declare const se_UpdateJobTemplateCommand: (input: UpdateJobTemplateCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
165
|
-
/**
|
|
166
|
-
* serializeAws_restJson1UpdatePresetCommand
|
|
167
|
-
*/
|
|
168
|
-
export declare const se_UpdatePresetCommand: (input: UpdatePresetCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
169
|
-
/**
|
|
170
|
-
* serializeAws_restJson1UpdateQueueCommand
|
|
171
|
-
*/
|
|
172
|
-
export declare const se_UpdateQueueCommand: (input: UpdateQueueCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
173
|
-
/**
|
|
174
|
-
* deserializeAws_restJson1AssociateCertificateCommand
|
|
175
|
-
*/
|
|
176
|
-
export declare const de_AssociateCertificateCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AssociateCertificateCommandOutput>;
|
|
177
|
-
/**
|
|
178
|
-
* deserializeAws_restJson1CancelJobCommand
|
|
179
|
-
*/
|
|
180
|
-
export declare const de_CancelJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CancelJobCommandOutput>;
|
|
181
|
-
/**
|
|
182
|
-
* deserializeAws_restJson1CreateJobCommand
|
|
183
|
-
*/
|
|
184
|
-
export declare const de_CreateJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateJobCommandOutput>;
|
|
185
|
-
/**
|
|
186
|
-
* deserializeAws_restJson1CreateJobTemplateCommand
|
|
187
|
-
*/
|
|
188
|
-
export declare const de_CreateJobTemplateCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateJobTemplateCommandOutput>;
|
|
189
|
-
/**
|
|
190
|
-
* deserializeAws_restJson1CreatePresetCommand
|
|
191
|
-
*/
|
|
192
|
-
export declare const de_CreatePresetCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreatePresetCommandOutput>;
|
|
193
|
-
/**
|
|
194
|
-
* deserializeAws_restJson1CreateQueueCommand
|
|
195
|
-
*/
|
|
196
|
-
export declare const de_CreateQueueCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateQueueCommandOutput>;
|
|
197
|
-
/**
|
|
198
|
-
* deserializeAws_restJson1CreateResourceShareCommand
|
|
199
|
-
*/
|
|
200
|
-
export declare const de_CreateResourceShareCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateResourceShareCommandOutput>;
|
|
201
|
-
/**
|
|
202
|
-
* deserializeAws_restJson1DeleteJobTemplateCommand
|
|
203
|
-
*/
|
|
204
|
-
export declare const de_DeleteJobTemplateCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteJobTemplateCommandOutput>;
|
|
205
|
-
/**
|
|
206
|
-
* deserializeAws_restJson1DeletePolicyCommand
|
|
207
|
-
*/
|
|
208
|
-
export declare const de_DeletePolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeletePolicyCommandOutput>;
|
|
209
|
-
/**
|
|
210
|
-
* deserializeAws_restJson1DeletePresetCommand
|
|
211
|
-
*/
|
|
212
|
-
export declare const de_DeletePresetCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeletePresetCommandOutput>;
|
|
213
|
-
/**
|
|
214
|
-
* deserializeAws_restJson1DeleteQueueCommand
|
|
215
|
-
*/
|
|
216
|
-
export declare const de_DeleteQueueCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteQueueCommandOutput>;
|
|
217
|
-
/**
|
|
218
|
-
* deserializeAws_restJson1DescribeEndpointsCommand
|
|
219
|
-
*/
|
|
220
|
-
export declare const de_DescribeEndpointsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeEndpointsCommandOutput>;
|
|
221
|
-
/**
|
|
222
|
-
* deserializeAws_restJson1DisassociateCertificateCommand
|
|
223
|
-
*/
|
|
224
|
-
export declare const de_DisassociateCertificateCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DisassociateCertificateCommandOutput>;
|
|
225
|
-
/**
|
|
226
|
-
* deserializeAws_restJson1GetJobCommand
|
|
227
|
-
*/
|
|
228
|
-
export declare const de_GetJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetJobCommandOutput>;
|
|
229
|
-
/**
|
|
230
|
-
* deserializeAws_restJson1GetJobsQueryResultsCommand
|
|
231
|
-
*/
|
|
232
|
-
export declare const de_GetJobsQueryResultsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetJobsQueryResultsCommandOutput>;
|
|
233
|
-
/**
|
|
234
|
-
* deserializeAws_restJson1GetJobTemplateCommand
|
|
235
|
-
*/
|
|
236
|
-
export declare const de_GetJobTemplateCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetJobTemplateCommandOutput>;
|
|
237
|
-
/**
|
|
238
|
-
* deserializeAws_restJson1GetPolicyCommand
|
|
239
|
-
*/
|
|
240
|
-
export declare const de_GetPolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetPolicyCommandOutput>;
|
|
241
|
-
/**
|
|
242
|
-
* deserializeAws_restJson1GetPresetCommand
|
|
243
|
-
*/
|
|
244
|
-
export declare const de_GetPresetCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetPresetCommandOutput>;
|
|
245
|
-
/**
|
|
246
|
-
* deserializeAws_restJson1GetQueueCommand
|
|
247
|
-
*/
|
|
248
|
-
export declare const de_GetQueueCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetQueueCommandOutput>;
|
|
249
|
-
/**
|
|
250
|
-
* deserializeAws_restJson1ListJobsCommand
|
|
251
|
-
*/
|
|
252
|
-
export declare const de_ListJobsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListJobsCommandOutput>;
|
|
253
|
-
/**
|
|
254
|
-
* deserializeAws_restJson1ListJobTemplatesCommand
|
|
255
|
-
*/
|
|
256
|
-
export declare const de_ListJobTemplatesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListJobTemplatesCommandOutput>;
|
|
257
|
-
/**
|
|
258
|
-
* deserializeAws_restJson1ListPresetsCommand
|
|
259
|
-
*/
|
|
260
|
-
export declare const de_ListPresetsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListPresetsCommandOutput>;
|
|
261
|
-
/**
|
|
262
|
-
* deserializeAws_restJson1ListQueuesCommand
|
|
263
|
-
*/
|
|
264
|
-
export declare const de_ListQueuesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListQueuesCommandOutput>;
|
|
265
|
-
/**
|
|
266
|
-
* deserializeAws_restJson1ListTagsForResourceCommand
|
|
267
|
-
*/
|
|
268
|
-
export declare const de_ListTagsForResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTagsForResourceCommandOutput>;
|
|
269
|
-
/**
|
|
270
|
-
* deserializeAws_restJson1ListVersionsCommand
|
|
271
|
-
*/
|
|
272
|
-
export declare const de_ListVersionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListVersionsCommandOutput>;
|
|
273
|
-
/**
|
|
274
|
-
* deserializeAws_restJson1ProbeCommand
|
|
275
|
-
*/
|
|
276
|
-
export declare const de_ProbeCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ProbeCommandOutput>;
|
|
277
|
-
/**
|
|
278
|
-
* deserializeAws_restJson1PutPolicyCommand
|
|
279
|
-
*/
|
|
280
|
-
export declare const de_PutPolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutPolicyCommandOutput>;
|
|
281
|
-
/**
|
|
282
|
-
* deserializeAws_restJson1SearchJobsCommand
|
|
283
|
-
*/
|
|
284
|
-
export declare const de_SearchJobsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<SearchJobsCommandOutput>;
|
|
285
|
-
/**
|
|
286
|
-
* deserializeAws_restJson1StartJobsQueryCommand
|
|
287
|
-
*/
|
|
288
|
-
export declare const de_StartJobsQueryCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartJobsQueryCommandOutput>;
|
|
289
|
-
/**
|
|
290
|
-
* deserializeAws_restJson1TagResourceCommand
|
|
291
|
-
*/
|
|
292
|
-
export declare const de_TagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TagResourceCommandOutput>;
|
|
293
|
-
/**
|
|
294
|
-
* deserializeAws_restJson1UntagResourceCommand
|
|
295
|
-
*/
|
|
296
|
-
export declare const de_UntagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UntagResourceCommandOutput>;
|
|
297
|
-
/**
|
|
298
|
-
* deserializeAws_restJson1UpdateJobTemplateCommand
|
|
299
|
-
*/
|
|
300
|
-
export declare const de_UpdateJobTemplateCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateJobTemplateCommandOutput>;
|
|
301
|
-
/**
|
|
302
|
-
* deserializeAws_restJson1UpdatePresetCommand
|
|
303
|
-
*/
|
|
304
|
-
export declare const de_UpdatePresetCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdatePresetCommandOutput>;
|
|
305
|
-
/**
|
|
306
|
-
* deserializeAws_restJson1UpdateQueueCommand
|
|
307
|
-
*/
|
|
308
|
-
export declare const de_UpdateQueueCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateQueueCommandOutput>;
|