@aws-sdk/client-databrew 3.928.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.
Files changed (68) hide show
  1. package/dist-cjs/index.js +1886 -2016
  2. package/dist-cjs/runtimeConfig.shared.js +2 -0
  3. package/dist-es/DataBrewClient.js +2 -0
  4. package/dist-es/commands/BatchDeleteRecipeVersionCommand.js +3 -9
  5. package/dist-es/commands/CreateDatasetCommand.js +3 -9
  6. package/dist-es/commands/CreateProfileJobCommand.js +3 -9
  7. package/dist-es/commands/CreateProjectCommand.js +3 -9
  8. package/dist-es/commands/CreateRecipeCommand.js +3 -9
  9. package/dist-es/commands/CreateRecipeJobCommand.js +3 -9
  10. package/dist-es/commands/CreateRulesetCommand.js +3 -9
  11. package/dist-es/commands/CreateScheduleCommand.js +3 -9
  12. package/dist-es/commands/DeleteDatasetCommand.js +3 -9
  13. package/dist-es/commands/DeleteJobCommand.js +3 -9
  14. package/dist-es/commands/DeleteProjectCommand.js +3 -9
  15. package/dist-es/commands/DeleteRecipeVersionCommand.js +3 -9
  16. package/dist-es/commands/DeleteRulesetCommand.js +3 -9
  17. package/dist-es/commands/DeleteScheduleCommand.js +3 -9
  18. package/dist-es/commands/DescribeDatasetCommand.js +3 -9
  19. package/dist-es/commands/DescribeJobCommand.js +3 -9
  20. package/dist-es/commands/DescribeJobRunCommand.js +3 -9
  21. package/dist-es/commands/DescribeProjectCommand.js +3 -9
  22. package/dist-es/commands/DescribeRecipeCommand.js +3 -9
  23. package/dist-es/commands/DescribeRulesetCommand.js +3 -9
  24. package/dist-es/commands/DescribeScheduleCommand.js +3 -9
  25. package/dist-es/commands/ListDatasetsCommand.js +3 -9
  26. package/dist-es/commands/ListJobRunsCommand.js +3 -9
  27. package/dist-es/commands/ListJobsCommand.js +3 -9
  28. package/dist-es/commands/ListProjectsCommand.js +3 -9
  29. package/dist-es/commands/ListRecipeVersionsCommand.js +3 -9
  30. package/dist-es/commands/ListRecipesCommand.js +3 -9
  31. package/dist-es/commands/ListRulesetsCommand.js +3 -9
  32. package/dist-es/commands/ListSchedulesCommand.js +3 -9
  33. package/dist-es/commands/ListTagsForResourceCommand.js +3 -9
  34. package/dist-es/commands/PublishRecipeCommand.js +3 -9
  35. package/dist-es/commands/SendProjectSessionActionCommand.js +3 -10
  36. package/dist-es/commands/StartJobRunCommand.js +3 -9
  37. package/dist-es/commands/StartProjectSessionCommand.js +3 -10
  38. package/dist-es/commands/StopJobRunCommand.js +3 -9
  39. package/dist-es/commands/TagResourceCommand.js +3 -9
  40. package/dist-es/commands/UntagResourceCommand.js +3 -9
  41. package/dist-es/commands/UpdateDatasetCommand.js +3 -9
  42. package/dist-es/commands/UpdateProfileJobCommand.js +3 -9
  43. package/dist-es/commands/UpdateProjectCommand.js +3 -9
  44. package/dist-es/commands/UpdateRecipeCommand.js +3 -9
  45. package/dist-es/commands/UpdateRecipeJobCommand.js +3 -9
  46. package/dist-es/commands/UpdateRulesetCommand.js +3 -9
  47. package/dist-es/commands/UpdateScheduleCommand.js +3 -9
  48. package/dist-es/models/models_0.js +0 -9
  49. package/dist-es/runtimeConfig.shared.js +2 -0
  50. package/dist-es/schemas/schemas_0.js +1806 -0
  51. package/dist-types/DataBrewClient.d.ts +10 -1
  52. package/dist-types/models/models_0.d.ts +0 -8
  53. package/dist-types/runtimeConfig.browser.d.ts +1 -0
  54. package/dist-types/runtimeConfig.d.ts +1 -0
  55. package/dist-types/runtimeConfig.native.d.ts +1 -0
  56. package/dist-types/runtimeConfig.shared.d.ts +1 -0
  57. package/dist-types/schemas/schemas_0.d.ts +220 -0
  58. package/dist-types/ts3.4/DataBrewClient.d.ts +4 -0
  59. package/dist-types/ts3.4/models/models_0.d.ts +0 -6
  60. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
  61. package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
  62. package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
  63. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
  64. package/dist-types/ts3.4/schemas/schemas_0.d.ts +227 -0
  65. package/package.json +2 -2
  66. package/dist-es/protocols/Aws_restJson1.js +0 -1696
  67. package/dist-types/protocols/Aws_restJson1.d.ts +0 -398
  68. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +0 -533
@@ -1,398 +0,0 @@
1
- import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http";
2
- import { SerdeContext as __SerdeContext } from "@smithy/types";
3
- import { BatchDeleteRecipeVersionCommandInput, BatchDeleteRecipeVersionCommandOutput } from "../commands/BatchDeleteRecipeVersionCommand";
4
- import { CreateDatasetCommandInput, CreateDatasetCommandOutput } from "../commands/CreateDatasetCommand";
5
- import { CreateProfileJobCommandInput, CreateProfileJobCommandOutput } from "../commands/CreateProfileJobCommand";
6
- import { CreateProjectCommandInput, CreateProjectCommandOutput } from "../commands/CreateProjectCommand";
7
- import { CreateRecipeCommandInput, CreateRecipeCommandOutput } from "../commands/CreateRecipeCommand";
8
- import { CreateRecipeJobCommandInput, CreateRecipeJobCommandOutput } from "../commands/CreateRecipeJobCommand";
9
- import { CreateRulesetCommandInput, CreateRulesetCommandOutput } from "../commands/CreateRulesetCommand";
10
- import { CreateScheduleCommandInput, CreateScheduleCommandOutput } from "../commands/CreateScheduleCommand";
11
- import { DeleteDatasetCommandInput, DeleteDatasetCommandOutput } from "../commands/DeleteDatasetCommand";
12
- import { DeleteJobCommandInput, DeleteJobCommandOutput } from "../commands/DeleteJobCommand";
13
- import { DeleteProjectCommandInput, DeleteProjectCommandOutput } from "../commands/DeleteProjectCommand";
14
- import { DeleteRecipeVersionCommandInput, DeleteRecipeVersionCommandOutput } from "../commands/DeleteRecipeVersionCommand";
15
- import { DeleteRulesetCommandInput, DeleteRulesetCommandOutput } from "../commands/DeleteRulesetCommand";
16
- import { DeleteScheduleCommandInput, DeleteScheduleCommandOutput } from "../commands/DeleteScheduleCommand";
17
- import { DescribeDatasetCommandInput, DescribeDatasetCommandOutput } from "../commands/DescribeDatasetCommand";
18
- import { DescribeJobCommandInput, DescribeJobCommandOutput } from "../commands/DescribeJobCommand";
19
- import { DescribeJobRunCommandInput, DescribeJobRunCommandOutput } from "../commands/DescribeJobRunCommand";
20
- import { DescribeProjectCommandInput, DescribeProjectCommandOutput } from "../commands/DescribeProjectCommand";
21
- import { DescribeRecipeCommandInput, DescribeRecipeCommandOutput } from "../commands/DescribeRecipeCommand";
22
- import { DescribeRulesetCommandInput, DescribeRulesetCommandOutput } from "../commands/DescribeRulesetCommand";
23
- import { DescribeScheduleCommandInput, DescribeScheduleCommandOutput } from "../commands/DescribeScheduleCommand";
24
- import { ListDatasetsCommandInput, ListDatasetsCommandOutput } from "../commands/ListDatasetsCommand";
25
- import { ListJobRunsCommandInput, ListJobRunsCommandOutput } from "../commands/ListJobRunsCommand";
26
- import { ListJobsCommandInput, ListJobsCommandOutput } from "../commands/ListJobsCommand";
27
- import { ListProjectsCommandInput, ListProjectsCommandOutput } from "../commands/ListProjectsCommand";
28
- import { ListRecipesCommandInput, ListRecipesCommandOutput } from "../commands/ListRecipesCommand";
29
- import { ListRecipeVersionsCommandInput, ListRecipeVersionsCommandOutput } from "../commands/ListRecipeVersionsCommand";
30
- import { ListRulesetsCommandInput, ListRulesetsCommandOutput } from "../commands/ListRulesetsCommand";
31
- import { ListSchedulesCommandInput, ListSchedulesCommandOutput } from "../commands/ListSchedulesCommand";
32
- import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "../commands/ListTagsForResourceCommand";
33
- import { PublishRecipeCommandInput, PublishRecipeCommandOutput } from "../commands/PublishRecipeCommand";
34
- import { SendProjectSessionActionCommandInput, SendProjectSessionActionCommandOutput } from "../commands/SendProjectSessionActionCommand";
35
- import { StartJobRunCommandInput, StartJobRunCommandOutput } from "../commands/StartJobRunCommand";
36
- import { StartProjectSessionCommandInput, StartProjectSessionCommandOutput } from "../commands/StartProjectSessionCommand";
37
- import { StopJobRunCommandInput, StopJobRunCommandOutput } from "../commands/StopJobRunCommand";
38
- import { TagResourceCommandInput, TagResourceCommandOutput } from "../commands/TagResourceCommand";
39
- import { UntagResourceCommandInput, UntagResourceCommandOutput } from "../commands/UntagResourceCommand";
40
- import { UpdateDatasetCommandInput, UpdateDatasetCommandOutput } from "../commands/UpdateDatasetCommand";
41
- import { UpdateProfileJobCommandInput, UpdateProfileJobCommandOutput } from "../commands/UpdateProfileJobCommand";
42
- import { UpdateProjectCommandInput, UpdateProjectCommandOutput } from "../commands/UpdateProjectCommand";
43
- import { UpdateRecipeCommandInput, UpdateRecipeCommandOutput } from "../commands/UpdateRecipeCommand";
44
- import { UpdateRecipeJobCommandInput, UpdateRecipeJobCommandOutput } from "../commands/UpdateRecipeJobCommand";
45
- import { UpdateRulesetCommandInput, UpdateRulesetCommandOutput } from "../commands/UpdateRulesetCommand";
46
- import { UpdateScheduleCommandInput, UpdateScheduleCommandOutput } from "../commands/UpdateScheduleCommand";
47
- /**
48
- * serializeAws_restJson1BatchDeleteRecipeVersionCommand
49
- */
50
- export declare const se_BatchDeleteRecipeVersionCommand: (input: BatchDeleteRecipeVersionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
51
- /**
52
- * serializeAws_restJson1CreateDatasetCommand
53
- */
54
- export declare const se_CreateDatasetCommand: (input: CreateDatasetCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
55
- /**
56
- * serializeAws_restJson1CreateProfileJobCommand
57
- */
58
- export declare const se_CreateProfileJobCommand: (input: CreateProfileJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
59
- /**
60
- * serializeAws_restJson1CreateProjectCommand
61
- */
62
- export declare const se_CreateProjectCommand: (input: CreateProjectCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
63
- /**
64
- * serializeAws_restJson1CreateRecipeCommand
65
- */
66
- export declare const se_CreateRecipeCommand: (input: CreateRecipeCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
67
- /**
68
- * serializeAws_restJson1CreateRecipeJobCommand
69
- */
70
- export declare const se_CreateRecipeJobCommand: (input: CreateRecipeJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
71
- /**
72
- * serializeAws_restJson1CreateRulesetCommand
73
- */
74
- export declare const se_CreateRulesetCommand: (input: CreateRulesetCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
75
- /**
76
- * serializeAws_restJson1CreateScheduleCommand
77
- */
78
- export declare const se_CreateScheduleCommand: (input: CreateScheduleCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
79
- /**
80
- * serializeAws_restJson1DeleteDatasetCommand
81
- */
82
- export declare const se_DeleteDatasetCommand: (input: DeleteDatasetCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
83
- /**
84
- * serializeAws_restJson1DeleteJobCommand
85
- */
86
- export declare const se_DeleteJobCommand: (input: DeleteJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
87
- /**
88
- * serializeAws_restJson1DeleteProjectCommand
89
- */
90
- export declare const se_DeleteProjectCommand: (input: DeleteProjectCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
91
- /**
92
- * serializeAws_restJson1DeleteRecipeVersionCommand
93
- */
94
- export declare const se_DeleteRecipeVersionCommand: (input: DeleteRecipeVersionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
95
- /**
96
- * serializeAws_restJson1DeleteRulesetCommand
97
- */
98
- export declare const se_DeleteRulesetCommand: (input: DeleteRulesetCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
99
- /**
100
- * serializeAws_restJson1DeleteScheduleCommand
101
- */
102
- export declare const se_DeleteScheduleCommand: (input: DeleteScheduleCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
103
- /**
104
- * serializeAws_restJson1DescribeDatasetCommand
105
- */
106
- export declare const se_DescribeDatasetCommand: (input: DescribeDatasetCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
107
- /**
108
- * serializeAws_restJson1DescribeJobCommand
109
- */
110
- export declare const se_DescribeJobCommand: (input: DescribeJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
111
- /**
112
- * serializeAws_restJson1DescribeJobRunCommand
113
- */
114
- export declare const se_DescribeJobRunCommand: (input: DescribeJobRunCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
115
- /**
116
- * serializeAws_restJson1DescribeProjectCommand
117
- */
118
- export declare const se_DescribeProjectCommand: (input: DescribeProjectCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
119
- /**
120
- * serializeAws_restJson1DescribeRecipeCommand
121
- */
122
- export declare const se_DescribeRecipeCommand: (input: DescribeRecipeCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
123
- /**
124
- * serializeAws_restJson1DescribeRulesetCommand
125
- */
126
- export declare const se_DescribeRulesetCommand: (input: DescribeRulesetCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
127
- /**
128
- * serializeAws_restJson1DescribeScheduleCommand
129
- */
130
- export declare const se_DescribeScheduleCommand: (input: DescribeScheduleCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
131
- /**
132
- * serializeAws_restJson1ListDatasetsCommand
133
- */
134
- export declare const se_ListDatasetsCommand: (input: ListDatasetsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
135
- /**
136
- * serializeAws_restJson1ListJobRunsCommand
137
- */
138
- export declare const se_ListJobRunsCommand: (input: ListJobRunsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
139
- /**
140
- * serializeAws_restJson1ListJobsCommand
141
- */
142
- export declare const se_ListJobsCommand: (input: ListJobsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
143
- /**
144
- * serializeAws_restJson1ListProjectsCommand
145
- */
146
- export declare const se_ListProjectsCommand: (input: ListProjectsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
147
- /**
148
- * serializeAws_restJson1ListRecipesCommand
149
- */
150
- export declare const se_ListRecipesCommand: (input: ListRecipesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
151
- /**
152
- * serializeAws_restJson1ListRecipeVersionsCommand
153
- */
154
- export declare const se_ListRecipeVersionsCommand: (input: ListRecipeVersionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
155
- /**
156
- * serializeAws_restJson1ListRulesetsCommand
157
- */
158
- export declare const se_ListRulesetsCommand: (input: ListRulesetsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
159
- /**
160
- * serializeAws_restJson1ListSchedulesCommand
161
- */
162
- export declare const se_ListSchedulesCommand: (input: ListSchedulesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
163
- /**
164
- * serializeAws_restJson1ListTagsForResourceCommand
165
- */
166
- export declare const se_ListTagsForResourceCommand: (input: ListTagsForResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
167
- /**
168
- * serializeAws_restJson1PublishRecipeCommand
169
- */
170
- export declare const se_PublishRecipeCommand: (input: PublishRecipeCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
171
- /**
172
- * serializeAws_restJson1SendProjectSessionActionCommand
173
- */
174
- export declare const se_SendProjectSessionActionCommand: (input: SendProjectSessionActionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
175
- /**
176
- * serializeAws_restJson1StartJobRunCommand
177
- */
178
- export declare const se_StartJobRunCommand: (input: StartJobRunCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
179
- /**
180
- * serializeAws_restJson1StartProjectSessionCommand
181
- */
182
- export declare const se_StartProjectSessionCommand: (input: StartProjectSessionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
183
- /**
184
- * serializeAws_restJson1StopJobRunCommand
185
- */
186
- export declare const se_StopJobRunCommand: (input: StopJobRunCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
187
- /**
188
- * serializeAws_restJson1TagResourceCommand
189
- */
190
- export declare const se_TagResourceCommand: (input: TagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
191
- /**
192
- * serializeAws_restJson1UntagResourceCommand
193
- */
194
- export declare const se_UntagResourceCommand: (input: UntagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
195
- /**
196
- * serializeAws_restJson1UpdateDatasetCommand
197
- */
198
- export declare const se_UpdateDatasetCommand: (input: UpdateDatasetCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
199
- /**
200
- * serializeAws_restJson1UpdateProfileJobCommand
201
- */
202
- export declare const se_UpdateProfileJobCommand: (input: UpdateProfileJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
203
- /**
204
- * serializeAws_restJson1UpdateProjectCommand
205
- */
206
- export declare const se_UpdateProjectCommand: (input: UpdateProjectCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
207
- /**
208
- * serializeAws_restJson1UpdateRecipeCommand
209
- */
210
- export declare const se_UpdateRecipeCommand: (input: UpdateRecipeCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
211
- /**
212
- * serializeAws_restJson1UpdateRecipeJobCommand
213
- */
214
- export declare const se_UpdateRecipeJobCommand: (input: UpdateRecipeJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
215
- /**
216
- * serializeAws_restJson1UpdateRulesetCommand
217
- */
218
- export declare const se_UpdateRulesetCommand: (input: UpdateRulesetCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
219
- /**
220
- * serializeAws_restJson1UpdateScheduleCommand
221
- */
222
- export declare const se_UpdateScheduleCommand: (input: UpdateScheduleCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
223
- /**
224
- * deserializeAws_restJson1BatchDeleteRecipeVersionCommand
225
- */
226
- export declare const de_BatchDeleteRecipeVersionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<BatchDeleteRecipeVersionCommandOutput>;
227
- /**
228
- * deserializeAws_restJson1CreateDatasetCommand
229
- */
230
- export declare const de_CreateDatasetCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateDatasetCommandOutput>;
231
- /**
232
- * deserializeAws_restJson1CreateProfileJobCommand
233
- */
234
- export declare const de_CreateProfileJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateProfileJobCommandOutput>;
235
- /**
236
- * deserializeAws_restJson1CreateProjectCommand
237
- */
238
- export declare const de_CreateProjectCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateProjectCommandOutput>;
239
- /**
240
- * deserializeAws_restJson1CreateRecipeCommand
241
- */
242
- export declare const de_CreateRecipeCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateRecipeCommandOutput>;
243
- /**
244
- * deserializeAws_restJson1CreateRecipeJobCommand
245
- */
246
- export declare const de_CreateRecipeJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateRecipeJobCommandOutput>;
247
- /**
248
- * deserializeAws_restJson1CreateRulesetCommand
249
- */
250
- export declare const de_CreateRulesetCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateRulesetCommandOutput>;
251
- /**
252
- * deserializeAws_restJson1CreateScheduleCommand
253
- */
254
- export declare const de_CreateScheduleCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateScheduleCommandOutput>;
255
- /**
256
- * deserializeAws_restJson1DeleteDatasetCommand
257
- */
258
- export declare const de_DeleteDatasetCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteDatasetCommandOutput>;
259
- /**
260
- * deserializeAws_restJson1DeleteJobCommand
261
- */
262
- export declare const de_DeleteJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteJobCommandOutput>;
263
- /**
264
- * deserializeAws_restJson1DeleteProjectCommand
265
- */
266
- export declare const de_DeleteProjectCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteProjectCommandOutput>;
267
- /**
268
- * deserializeAws_restJson1DeleteRecipeVersionCommand
269
- */
270
- export declare const de_DeleteRecipeVersionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteRecipeVersionCommandOutput>;
271
- /**
272
- * deserializeAws_restJson1DeleteRulesetCommand
273
- */
274
- export declare const de_DeleteRulesetCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteRulesetCommandOutput>;
275
- /**
276
- * deserializeAws_restJson1DeleteScheduleCommand
277
- */
278
- export declare const de_DeleteScheduleCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteScheduleCommandOutput>;
279
- /**
280
- * deserializeAws_restJson1DescribeDatasetCommand
281
- */
282
- export declare const de_DescribeDatasetCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeDatasetCommandOutput>;
283
- /**
284
- * deserializeAws_restJson1DescribeJobCommand
285
- */
286
- export declare const de_DescribeJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeJobCommandOutput>;
287
- /**
288
- * deserializeAws_restJson1DescribeJobRunCommand
289
- */
290
- export declare const de_DescribeJobRunCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeJobRunCommandOutput>;
291
- /**
292
- * deserializeAws_restJson1DescribeProjectCommand
293
- */
294
- export declare const de_DescribeProjectCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeProjectCommandOutput>;
295
- /**
296
- * deserializeAws_restJson1DescribeRecipeCommand
297
- */
298
- export declare const de_DescribeRecipeCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeRecipeCommandOutput>;
299
- /**
300
- * deserializeAws_restJson1DescribeRulesetCommand
301
- */
302
- export declare const de_DescribeRulesetCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeRulesetCommandOutput>;
303
- /**
304
- * deserializeAws_restJson1DescribeScheduleCommand
305
- */
306
- export declare const de_DescribeScheduleCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeScheduleCommandOutput>;
307
- /**
308
- * deserializeAws_restJson1ListDatasetsCommand
309
- */
310
- export declare const de_ListDatasetsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListDatasetsCommandOutput>;
311
- /**
312
- * deserializeAws_restJson1ListJobRunsCommand
313
- */
314
- export declare const de_ListJobRunsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListJobRunsCommandOutput>;
315
- /**
316
- * deserializeAws_restJson1ListJobsCommand
317
- */
318
- export declare const de_ListJobsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListJobsCommandOutput>;
319
- /**
320
- * deserializeAws_restJson1ListProjectsCommand
321
- */
322
- export declare const de_ListProjectsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListProjectsCommandOutput>;
323
- /**
324
- * deserializeAws_restJson1ListRecipesCommand
325
- */
326
- export declare const de_ListRecipesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListRecipesCommandOutput>;
327
- /**
328
- * deserializeAws_restJson1ListRecipeVersionsCommand
329
- */
330
- export declare const de_ListRecipeVersionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListRecipeVersionsCommandOutput>;
331
- /**
332
- * deserializeAws_restJson1ListRulesetsCommand
333
- */
334
- export declare const de_ListRulesetsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListRulesetsCommandOutput>;
335
- /**
336
- * deserializeAws_restJson1ListSchedulesCommand
337
- */
338
- export declare const de_ListSchedulesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListSchedulesCommandOutput>;
339
- /**
340
- * deserializeAws_restJson1ListTagsForResourceCommand
341
- */
342
- export declare const de_ListTagsForResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTagsForResourceCommandOutput>;
343
- /**
344
- * deserializeAws_restJson1PublishRecipeCommand
345
- */
346
- export declare const de_PublishRecipeCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PublishRecipeCommandOutput>;
347
- /**
348
- * deserializeAws_restJson1SendProjectSessionActionCommand
349
- */
350
- export declare const de_SendProjectSessionActionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<SendProjectSessionActionCommandOutput>;
351
- /**
352
- * deserializeAws_restJson1StartJobRunCommand
353
- */
354
- export declare const de_StartJobRunCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartJobRunCommandOutput>;
355
- /**
356
- * deserializeAws_restJson1StartProjectSessionCommand
357
- */
358
- export declare const de_StartProjectSessionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartProjectSessionCommandOutput>;
359
- /**
360
- * deserializeAws_restJson1StopJobRunCommand
361
- */
362
- export declare const de_StopJobRunCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StopJobRunCommandOutput>;
363
- /**
364
- * deserializeAws_restJson1TagResourceCommand
365
- */
366
- export declare const de_TagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TagResourceCommandOutput>;
367
- /**
368
- * deserializeAws_restJson1UntagResourceCommand
369
- */
370
- export declare const de_UntagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UntagResourceCommandOutput>;
371
- /**
372
- * deserializeAws_restJson1UpdateDatasetCommand
373
- */
374
- export declare const de_UpdateDatasetCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateDatasetCommandOutput>;
375
- /**
376
- * deserializeAws_restJson1UpdateProfileJobCommand
377
- */
378
- export declare const de_UpdateProfileJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateProfileJobCommandOutput>;
379
- /**
380
- * deserializeAws_restJson1UpdateProjectCommand
381
- */
382
- export declare const de_UpdateProjectCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateProjectCommandOutput>;
383
- /**
384
- * deserializeAws_restJson1UpdateRecipeCommand
385
- */
386
- export declare const de_UpdateRecipeCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateRecipeCommandOutput>;
387
- /**
388
- * deserializeAws_restJson1UpdateRecipeJobCommand
389
- */
390
- export declare const de_UpdateRecipeJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateRecipeJobCommandOutput>;
391
- /**
392
- * deserializeAws_restJson1UpdateRulesetCommand
393
- */
394
- export declare const de_UpdateRulesetCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateRulesetCommandOutput>;
395
- /**
396
- * deserializeAws_restJson1UpdateScheduleCommand
397
- */
398
- export declare const de_UpdateScheduleCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateScheduleCommandOutput>;