@aws-sdk/client-databrew 3.1086.0 → 3.1088.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 +1 -1
- package/dist-types/ts3.4/DataBrew.d.ts +148 -175
- package/dist-types/ts3.4/DataBrewClient.d.ts +23 -57
- package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +5 -12
- package/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +11 -15
- package/dist-types/ts3.4/commandBuilder.d.ts +7 -13
- package/dist-types/ts3.4/commands/BatchDeleteRecipeVersionCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/CreateDatasetCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/CreateProfileJobCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/CreateProjectCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/CreateRecipeCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/CreateRecipeJobCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/CreateRulesetCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/CreateScheduleCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DeleteDatasetCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DeleteJobCommand.d.ts +7 -5
- package/dist-types/ts3.4/commands/DeleteProjectCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DeleteRecipeVersionCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DeleteRulesetCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DeleteScheduleCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DescribeDatasetCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DescribeJobCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/DescribeJobRunCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DescribeProjectCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DescribeRecipeCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DescribeRulesetCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DescribeScheduleCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/ListDatasetsCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/ListJobRunsCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/ListJobsCommand.d.ts +4 -4
- package/dist-types/ts3.4/commands/ListProjectsCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/ListRecipeVersionsCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ListRecipesCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/ListRulesetsCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/ListSchedulesCommand.d.ts +3 -8
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/PublishRecipeCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/SendProjectSessionActionCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/StartJobRunCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/StartProjectSessionCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/StopJobRunCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/UpdateDatasetCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/UpdateProfileJobCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/UpdateProjectCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/UpdateRecipeCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/UpdateRecipeJobCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/UpdateRulesetCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/UpdateScheduleCommand.d.ts +4 -9
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -1
- package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +1 -1
- package/dist-types/ts3.4/extensionConfiguration.d.ts +2 -1
- package/dist-types/ts3.4/models/enums.d.ts +5 -10
- package/dist-types/ts3.4/models/errors.d.ts +5 -15
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +1 -2
- package/dist-types/ts3.4/pagination/ListJobRunsPaginator.d.ts +1 -4
- package/dist-types/ts3.4/pagination/ListJobsPaginator.d.ts +1 -4
- package/dist-types/ts3.4/pagination/ListRecipesPaginator.d.ts +1 -4
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -22
- package/dist-types/ts3.4/runtimeConfig.d.ts +8 -16
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -22
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -1
- package/dist-types/ts3.4/runtimeExtensions.d.ts +1 -1
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +1 -5
- package/package.json +39 -39
|
@@ -39,10 +39,7 @@ import {
|
|
|
39
39
|
DeleteDatasetCommandInput,
|
|
40
40
|
DeleteDatasetCommandOutput,
|
|
41
41
|
} from "./commands/DeleteDatasetCommand";
|
|
42
|
-
import {
|
|
43
|
-
DeleteJobCommandInput,
|
|
44
|
-
DeleteJobCommandOutput,
|
|
45
|
-
} from "./commands/DeleteJobCommand";
|
|
42
|
+
import { DeleteJobCommandInput, DeleteJobCommandOutput } from "./commands/DeleteJobCommand";
|
|
46
43
|
import {
|
|
47
44
|
DeleteProjectCommandInput,
|
|
48
45
|
DeleteProjectCommandOutput,
|
|
@@ -63,10 +60,7 @@ import {
|
|
|
63
60
|
DescribeDatasetCommandInput,
|
|
64
61
|
DescribeDatasetCommandOutput,
|
|
65
62
|
} from "./commands/DescribeDatasetCommand";
|
|
66
|
-
import {
|
|
67
|
-
DescribeJobCommandInput,
|
|
68
|
-
DescribeJobCommandOutput,
|
|
69
|
-
} from "./commands/DescribeJobCommand";
|
|
63
|
+
import { DescribeJobCommandInput, DescribeJobCommandOutput } from "./commands/DescribeJobCommand";
|
|
70
64
|
import {
|
|
71
65
|
DescribeJobRunCommandInput,
|
|
72
66
|
DescribeJobRunCommandOutput,
|
|
@@ -91,22 +85,13 @@ import {
|
|
|
91
85
|
ListDatasetsCommandInput,
|
|
92
86
|
ListDatasetsCommandOutput,
|
|
93
87
|
} from "./commands/ListDatasetsCommand";
|
|
94
|
-
import {
|
|
95
|
-
|
|
96
|
-
ListJobRunsCommandOutput,
|
|
97
|
-
} from "./commands/ListJobRunsCommand";
|
|
98
|
-
import {
|
|
99
|
-
ListJobsCommandInput,
|
|
100
|
-
ListJobsCommandOutput,
|
|
101
|
-
} from "./commands/ListJobsCommand";
|
|
88
|
+
import { ListJobRunsCommandInput, ListJobRunsCommandOutput } from "./commands/ListJobRunsCommand";
|
|
89
|
+
import { ListJobsCommandInput, ListJobsCommandOutput } from "./commands/ListJobsCommand";
|
|
102
90
|
import {
|
|
103
91
|
ListProjectsCommandInput,
|
|
104
92
|
ListProjectsCommandOutput,
|
|
105
93
|
} from "./commands/ListProjectsCommand";
|
|
106
|
-
import {
|
|
107
|
-
ListRecipesCommandInput,
|
|
108
|
-
ListRecipesCommandOutput,
|
|
109
|
-
} from "./commands/ListRecipesCommand";
|
|
94
|
+
import { ListRecipesCommandInput, ListRecipesCommandOutput } from "./commands/ListRecipesCommand";
|
|
110
95
|
import {
|
|
111
96
|
ListRecipeVersionsCommandInput,
|
|
112
97
|
ListRecipeVersionsCommandOutput,
|
|
@@ -131,22 +116,13 @@ import {
|
|
|
131
116
|
SendProjectSessionActionCommandInput,
|
|
132
117
|
SendProjectSessionActionCommandOutput,
|
|
133
118
|
} from "./commands/SendProjectSessionActionCommand";
|
|
134
|
-
import {
|
|
135
|
-
StartJobRunCommandInput,
|
|
136
|
-
StartJobRunCommandOutput,
|
|
137
|
-
} from "./commands/StartJobRunCommand";
|
|
119
|
+
import { StartJobRunCommandInput, StartJobRunCommandOutput } from "./commands/StartJobRunCommand";
|
|
138
120
|
import {
|
|
139
121
|
StartProjectSessionCommandInput,
|
|
140
122
|
StartProjectSessionCommandOutput,
|
|
141
123
|
} from "./commands/StartProjectSessionCommand";
|
|
142
|
-
import {
|
|
143
|
-
|
|
144
|
-
StopJobRunCommandOutput,
|
|
145
|
-
} from "./commands/StopJobRunCommand";
|
|
146
|
-
import {
|
|
147
|
-
TagResourceCommandInput,
|
|
148
|
-
TagResourceCommandOutput,
|
|
149
|
-
} from "./commands/TagResourceCommand";
|
|
124
|
+
import { StopJobRunCommandInput, StopJobRunCommandOutput } from "./commands/StopJobRunCommand";
|
|
125
|
+
import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
|
|
150
126
|
import {
|
|
151
127
|
UntagResourceCommandInput,
|
|
152
128
|
UntagResourceCommandOutput,
|
|
@@ -183,637 +159,634 @@ import { DataBrewClient } from "./DataBrewClient";
|
|
|
183
159
|
export interface DataBrew {
|
|
184
160
|
batchDeleteRecipeVersion(
|
|
185
161
|
args: BatchDeleteRecipeVersionCommandInput,
|
|
186
|
-
options?: __HttpHandlerOptions
|
|
162
|
+
options?: __HttpHandlerOptions,
|
|
187
163
|
): Promise<BatchDeleteRecipeVersionCommandOutput>;
|
|
188
164
|
batchDeleteRecipeVersion(
|
|
189
165
|
args: BatchDeleteRecipeVersionCommandInput,
|
|
190
|
-
cb: (err: any, data?: BatchDeleteRecipeVersionCommandOutput) => void
|
|
166
|
+
cb: (err: any, data?: BatchDeleteRecipeVersionCommandOutput) => void,
|
|
191
167
|
): void;
|
|
192
168
|
batchDeleteRecipeVersion(
|
|
193
169
|
args: BatchDeleteRecipeVersionCommandInput,
|
|
194
170
|
options: __HttpHandlerOptions,
|
|
195
|
-
cb: (err: any, data?: BatchDeleteRecipeVersionCommandOutput) => void
|
|
171
|
+
cb: (err: any, data?: BatchDeleteRecipeVersionCommandOutput) => void,
|
|
196
172
|
): void;
|
|
197
173
|
createDataset(
|
|
198
174
|
args: CreateDatasetCommandInput,
|
|
199
|
-
options?: __HttpHandlerOptions
|
|
175
|
+
options?: __HttpHandlerOptions,
|
|
200
176
|
): Promise<CreateDatasetCommandOutput>;
|
|
201
177
|
createDataset(
|
|
202
178
|
args: CreateDatasetCommandInput,
|
|
203
|
-
cb: (err: any, data?: CreateDatasetCommandOutput) => void
|
|
179
|
+
cb: (err: any, data?: CreateDatasetCommandOutput) => void,
|
|
204
180
|
): void;
|
|
205
181
|
createDataset(
|
|
206
182
|
args: CreateDatasetCommandInput,
|
|
207
183
|
options: __HttpHandlerOptions,
|
|
208
|
-
cb: (err: any, data?: CreateDatasetCommandOutput) => void
|
|
184
|
+
cb: (err: any, data?: CreateDatasetCommandOutput) => void,
|
|
209
185
|
): void;
|
|
210
186
|
createProfileJob(
|
|
211
187
|
args: CreateProfileJobCommandInput,
|
|
212
|
-
options?: __HttpHandlerOptions
|
|
188
|
+
options?: __HttpHandlerOptions,
|
|
213
189
|
): Promise<CreateProfileJobCommandOutput>;
|
|
214
190
|
createProfileJob(
|
|
215
191
|
args: CreateProfileJobCommandInput,
|
|
216
|
-
cb: (err: any, data?: CreateProfileJobCommandOutput) => void
|
|
192
|
+
cb: (err: any, data?: CreateProfileJobCommandOutput) => void,
|
|
217
193
|
): void;
|
|
218
194
|
createProfileJob(
|
|
219
195
|
args: CreateProfileJobCommandInput,
|
|
220
196
|
options: __HttpHandlerOptions,
|
|
221
|
-
cb: (err: any, data?: CreateProfileJobCommandOutput) => void
|
|
197
|
+
cb: (err: any, data?: CreateProfileJobCommandOutput) => void,
|
|
222
198
|
): void;
|
|
223
199
|
createProject(
|
|
224
200
|
args: CreateProjectCommandInput,
|
|
225
|
-
options?: __HttpHandlerOptions
|
|
201
|
+
options?: __HttpHandlerOptions,
|
|
226
202
|
): Promise<CreateProjectCommandOutput>;
|
|
227
203
|
createProject(
|
|
228
204
|
args: CreateProjectCommandInput,
|
|
229
|
-
cb: (err: any, data?: CreateProjectCommandOutput) => void
|
|
205
|
+
cb: (err: any, data?: CreateProjectCommandOutput) => void,
|
|
230
206
|
): void;
|
|
231
207
|
createProject(
|
|
232
208
|
args: CreateProjectCommandInput,
|
|
233
209
|
options: __HttpHandlerOptions,
|
|
234
|
-
cb: (err: any, data?: CreateProjectCommandOutput) => void
|
|
210
|
+
cb: (err: any, data?: CreateProjectCommandOutput) => void,
|
|
235
211
|
): void;
|
|
236
212
|
createRecipe(
|
|
237
213
|
args: CreateRecipeCommandInput,
|
|
238
|
-
options?: __HttpHandlerOptions
|
|
214
|
+
options?: __HttpHandlerOptions,
|
|
239
215
|
): Promise<CreateRecipeCommandOutput>;
|
|
240
216
|
createRecipe(
|
|
241
217
|
args: CreateRecipeCommandInput,
|
|
242
|
-
cb: (err: any, data?: CreateRecipeCommandOutput) => void
|
|
218
|
+
cb: (err: any, data?: CreateRecipeCommandOutput) => void,
|
|
243
219
|
): void;
|
|
244
220
|
createRecipe(
|
|
245
221
|
args: CreateRecipeCommandInput,
|
|
246
222
|
options: __HttpHandlerOptions,
|
|
247
|
-
cb: (err: any, data?: CreateRecipeCommandOutput) => void
|
|
223
|
+
cb: (err: any, data?: CreateRecipeCommandOutput) => void,
|
|
248
224
|
): void;
|
|
249
225
|
createRecipeJob(
|
|
250
226
|
args: CreateRecipeJobCommandInput,
|
|
251
|
-
options?: __HttpHandlerOptions
|
|
227
|
+
options?: __HttpHandlerOptions,
|
|
252
228
|
): Promise<CreateRecipeJobCommandOutput>;
|
|
253
229
|
createRecipeJob(
|
|
254
230
|
args: CreateRecipeJobCommandInput,
|
|
255
|
-
cb: (err: any, data?: CreateRecipeJobCommandOutput) => void
|
|
231
|
+
cb: (err: any, data?: CreateRecipeJobCommandOutput) => void,
|
|
256
232
|
): void;
|
|
257
233
|
createRecipeJob(
|
|
258
234
|
args: CreateRecipeJobCommandInput,
|
|
259
235
|
options: __HttpHandlerOptions,
|
|
260
|
-
cb: (err: any, data?: CreateRecipeJobCommandOutput) => void
|
|
236
|
+
cb: (err: any, data?: CreateRecipeJobCommandOutput) => void,
|
|
261
237
|
): void;
|
|
262
238
|
createRuleset(
|
|
263
239
|
args: CreateRulesetCommandInput,
|
|
264
|
-
options?: __HttpHandlerOptions
|
|
240
|
+
options?: __HttpHandlerOptions,
|
|
265
241
|
): Promise<CreateRulesetCommandOutput>;
|
|
266
242
|
createRuleset(
|
|
267
243
|
args: CreateRulesetCommandInput,
|
|
268
|
-
cb: (err: any, data?: CreateRulesetCommandOutput) => void
|
|
244
|
+
cb: (err: any, data?: CreateRulesetCommandOutput) => void,
|
|
269
245
|
): void;
|
|
270
246
|
createRuleset(
|
|
271
247
|
args: CreateRulesetCommandInput,
|
|
272
248
|
options: __HttpHandlerOptions,
|
|
273
|
-
cb: (err: any, data?: CreateRulesetCommandOutput) => void
|
|
249
|
+
cb: (err: any, data?: CreateRulesetCommandOutput) => void,
|
|
274
250
|
): void;
|
|
275
251
|
createSchedule(
|
|
276
252
|
args: CreateScheduleCommandInput,
|
|
277
|
-
options?: __HttpHandlerOptions
|
|
253
|
+
options?: __HttpHandlerOptions,
|
|
278
254
|
): Promise<CreateScheduleCommandOutput>;
|
|
279
255
|
createSchedule(
|
|
280
256
|
args: CreateScheduleCommandInput,
|
|
281
|
-
cb: (err: any, data?: CreateScheduleCommandOutput) => void
|
|
257
|
+
cb: (err: any, data?: CreateScheduleCommandOutput) => void,
|
|
282
258
|
): void;
|
|
283
259
|
createSchedule(
|
|
284
260
|
args: CreateScheduleCommandInput,
|
|
285
261
|
options: __HttpHandlerOptions,
|
|
286
|
-
cb: (err: any, data?: CreateScheduleCommandOutput) => void
|
|
262
|
+
cb: (err: any, data?: CreateScheduleCommandOutput) => void,
|
|
287
263
|
): void;
|
|
288
264
|
deleteDataset(
|
|
289
265
|
args: DeleteDatasetCommandInput,
|
|
290
|
-
options?: __HttpHandlerOptions
|
|
266
|
+
options?: __HttpHandlerOptions,
|
|
291
267
|
): Promise<DeleteDatasetCommandOutput>;
|
|
292
268
|
deleteDataset(
|
|
293
269
|
args: DeleteDatasetCommandInput,
|
|
294
|
-
cb: (err: any, data?: DeleteDatasetCommandOutput) => void
|
|
270
|
+
cb: (err: any, data?: DeleteDatasetCommandOutput) => void,
|
|
295
271
|
): void;
|
|
296
272
|
deleteDataset(
|
|
297
273
|
args: DeleteDatasetCommandInput,
|
|
298
274
|
options: __HttpHandlerOptions,
|
|
299
|
-
cb: (err: any, data?: DeleteDatasetCommandOutput) => void
|
|
275
|
+
cb: (err: any, data?: DeleteDatasetCommandOutput) => void,
|
|
300
276
|
): void;
|
|
301
277
|
deleteJob(
|
|
302
278
|
args: DeleteJobCommandInput,
|
|
303
|
-
options?: __HttpHandlerOptions
|
|
279
|
+
options?: __HttpHandlerOptions,
|
|
304
280
|
): Promise<DeleteJobCommandOutput>;
|
|
305
281
|
deleteJob(
|
|
306
282
|
args: DeleteJobCommandInput,
|
|
307
|
-
cb: (err: any, data?: DeleteJobCommandOutput) => void
|
|
283
|
+
cb: (err: any, data?: DeleteJobCommandOutput) => void,
|
|
308
284
|
): void;
|
|
309
285
|
deleteJob(
|
|
310
286
|
args: DeleteJobCommandInput,
|
|
311
287
|
options: __HttpHandlerOptions,
|
|
312
|
-
cb: (err: any, data?: DeleteJobCommandOutput) => void
|
|
288
|
+
cb: (err: any, data?: DeleteJobCommandOutput) => void,
|
|
313
289
|
): void;
|
|
314
290
|
deleteProject(
|
|
315
291
|
args: DeleteProjectCommandInput,
|
|
316
|
-
options?: __HttpHandlerOptions
|
|
292
|
+
options?: __HttpHandlerOptions,
|
|
317
293
|
): Promise<DeleteProjectCommandOutput>;
|
|
318
294
|
deleteProject(
|
|
319
295
|
args: DeleteProjectCommandInput,
|
|
320
|
-
cb: (err: any, data?: DeleteProjectCommandOutput) => void
|
|
296
|
+
cb: (err: any, data?: DeleteProjectCommandOutput) => void,
|
|
321
297
|
): void;
|
|
322
298
|
deleteProject(
|
|
323
299
|
args: DeleteProjectCommandInput,
|
|
324
300
|
options: __HttpHandlerOptions,
|
|
325
|
-
cb: (err: any, data?: DeleteProjectCommandOutput) => void
|
|
301
|
+
cb: (err: any, data?: DeleteProjectCommandOutput) => void,
|
|
326
302
|
): void;
|
|
327
303
|
deleteRecipeVersion(
|
|
328
304
|
args: DeleteRecipeVersionCommandInput,
|
|
329
|
-
options?: __HttpHandlerOptions
|
|
305
|
+
options?: __HttpHandlerOptions,
|
|
330
306
|
): Promise<DeleteRecipeVersionCommandOutput>;
|
|
331
307
|
deleteRecipeVersion(
|
|
332
308
|
args: DeleteRecipeVersionCommandInput,
|
|
333
|
-
cb: (err: any, data?: DeleteRecipeVersionCommandOutput) => void
|
|
309
|
+
cb: (err: any, data?: DeleteRecipeVersionCommandOutput) => void,
|
|
334
310
|
): void;
|
|
335
311
|
deleteRecipeVersion(
|
|
336
312
|
args: DeleteRecipeVersionCommandInput,
|
|
337
313
|
options: __HttpHandlerOptions,
|
|
338
|
-
cb: (err: any, data?: DeleteRecipeVersionCommandOutput) => void
|
|
314
|
+
cb: (err: any, data?: DeleteRecipeVersionCommandOutput) => void,
|
|
339
315
|
): void;
|
|
340
316
|
deleteRuleset(
|
|
341
317
|
args: DeleteRulesetCommandInput,
|
|
342
|
-
options?: __HttpHandlerOptions
|
|
318
|
+
options?: __HttpHandlerOptions,
|
|
343
319
|
): Promise<DeleteRulesetCommandOutput>;
|
|
344
320
|
deleteRuleset(
|
|
345
321
|
args: DeleteRulesetCommandInput,
|
|
346
|
-
cb: (err: any, data?: DeleteRulesetCommandOutput) => void
|
|
322
|
+
cb: (err: any, data?: DeleteRulesetCommandOutput) => void,
|
|
347
323
|
): void;
|
|
348
324
|
deleteRuleset(
|
|
349
325
|
args: DeleteRulesetCommandInput,
|
|
350
326
|
options: __HttpHandlerOptions,
|
|
351
|
-
cb: (err: any, data?: DeleteRulesetCommandOutput) => void
|
|
327
|
+
cb: (err: any, data?: DeleteRulesetCommandOutput) => void,
|
|
352
328
|
): void;
|
|
353
329
|
deleteSchedule(
|
|
354
330
|
args: DeleteScheduleCommandInput,
|
|
355
|
-
options?: __HttpHandlerOptions
|
|
331
|
+
options?: __HttpHandlerOptions,
|
|
356
332
|
): Promise<DeleteScheduleCommandOutput>;
|
|
357
333
|
deleteSchedule(
|
|
358
334
|
args: DeleteScheduleCommandInput,
|
|
359
|
-
cb: (err: any, data?: DeleteScheduleCommandOutput) => void
|
|
335
|
+
cb: (err: any, data?: DeleteScheduleCommandOutput) => void,
|
|
360
336
|
): void;
|
|
361
337
|
deleteSchedule(
|
|
362
338
|
args: DeleteScheduleCommandInput,
|
|
363
339
|
options: __HttpHandlerOptions,
|
|
364
|
-
cb: (err: any, data?: DeleteScheduleCommandOutput) => void
|
|
340
|
+
cb: (err: any, data?: DeleteScheduleCommandOutput) => void,
|
|
365
341
|
): void;
|
|
366
342
|
describeDataset(
|
|
367
343
|
args: DescribeDatasetCommandInput,
|
|
368
|
-
options?: __HttpHandlerOptions
|
|
344
|
+
options?: __HttpHandlerOptions,
|
|
369
345
|
): Promise<DescribeDatasetCommandOutput>;
|
|
370
346
|
describeDataset(
|
|
371
347
|
args: DescribeDatasetCommandInput,
|
|
372
|
-
cb: (err: any, data?: DescribeDatasetCommandOutput) => void
|
|
348
|
+
cb: (err: any, data?: DescribeDatasetCommandOutput) => void,
|
|
373
349
|
): void;
|
|
374
350
|
describeDataset(
|
|
375
351
|
args: DescribeDatasetCommandInput,
|
|
376
352
|
options: __HttpHandlerOptions,
|
|
377
|
-
cb: (err: any, data?: DescribeDatasetCommandOutput) => void
|
|
353
|
+
cb: (err: any, data?: DescribeDatasetCommandOutput) => void,
|
|
378
354
|
): void;
|
|
379
355
|
describeJob(
|
|
380
356
|
args: DescribeJobCommandInput,
|
|
381
|
-
options?: __HttpHandlerOptions
|
|
357
|
+
options?: __HttpHandlerOptions,
|
|
382
358
|
): Promise<DescribeJobCommandOutput>;
|
|
383
359
|
describeJob(
|
|
384
360
|
args: DescribeJobCommandInput,
|
|
385
|
-
cb: (err: any, data?: DescribeJobCommandOutput) => void
|
|
361
|
+
cb: (err: any, data?: DescribeJobCommandOutput) => void,
|
|
386
362
|
): void;
|
|
387
363
|
describeJob(
|
|
388
364
|
args: DescribeJobCommandInput,
|
|
389
365
|
options: __HttpHandlerOptions,
|
|
390
|
-
cb: (err: any, data?: DescribeJobCommandOutput) => void
|
|
366
|
+
cb: (err: any, data?: DescribeJobCommandOutput) => void,
|
|
391
367
|
): void;
|
|
392
368
|
describeJobRun(
|
|
393
369
|
args: DescribeJobRunCommandInput,
|
|
394
|
-
options?: __HttpHandlerOptions
|
|
370
|
+
options?: __HttpHandlerOptions,
|
|
395
371
|
): Promise<DescribeJobRunCommandOutput>;
|
|
396
372
|
describeJobRun(
|
|
397
373
|
args: DescribeJobRunCommandInput,
|
|
398
|
-
cb: (err: any, data?: DescribeJobRunCommandOutput) => void
|
|
374
|
+
cb: (err: any, data?: DescribeJobRunCommandOutput) => void,
|
|
399
375
|
): void;
|
|
400
376
|
describeJobRun(
|
|
401
377
|
args: DescribeJobRunCommandInput,
|
|
402
378
|
options: __HttpHandlerOptions,
|
|
403
|
-
cb: (err: any, data?: DescribeJobRunCommandOutput) => void
|
|
379
|
+
cb: (err: any, data?: DescribeJobRunCommandOutput) => void,
|
|
404
380
|
): void;
|
|
405
381
|
describeProject(
|
|
406
382
|
args: DescribeProjectCommandInput,
|
|
407
|
-
options?: __HttpHandlerOptions
|
|
383
|
+
options?: __HttpHandlerOptions,
|
|
408
384
|
): Promise<DescribeProjectCommandOutput>;
|
|
409
385
|
describeProject(
|
|
410
386
|
args: DescribeProjectCommandInput,
|
|
411
|
-
cb: (err: any, data?: DescribeProjectCommandOutput) => void
|
|
387
|
+
cb: (err: any, data?: DescribeProjectCommandOutput) => void,
|
|
412
388
|
): void;
|
|
413
389
|
describeProject(
|
|
414
390
|
args: DescribeProjectCommandInput,
|
|
415
391
|
options: __HttpHandlerOptions,
|
|
416
|
-
cb: (err: any, data?: DescribeProjectCommandOutput) => void
|
|
392
|
+
cb: (err: any, data?: DescribeProjectCommandOutput) => void,
|
|
417
393
|
): void;
|
|
418
394
|
describeRecipe(
|
|
419
395
|
args: DescribeRecipeCommandInput,
|
|
420
|
-
options?: __HttpHandlerOptions
|
|
396
|
+
options?: __HttpHandlerOptions,
|
|
421
397
|
): Promise<DescribeRecipeCommandOutput>;
|
|
422
398
|
describeRecipe(
|
|
423
399
|
args: DescribeRecipeCommandInput,
|
|
424
|
-
cb: (err: any, data?: DescribeRecipeCommandOutput) => void
|
|
400
|
+
cb: (err: any, data?: DescribeRecipeCommandOutput) => void,
|
|
425
401
|
): void;
|
|
426
402
|
describeRecipe(
|
|
427
403
|
args: DescribeRecipeCommandInput,
|
|
428
404
|
options: __HttpHandlerOptions,
|
|
429
|
-
cb: (err: any, data?: DescribeRecipeCommandOutput) => void
|
|
405
|
+
cb: (err: any, data?: DescribeRecipeCommandOutput) => void,
|
|
430
406
|
): void;
|
|
431
407
|
describeRuleset(
|
|
432
408
|
args: DescribeRulesetCommandInput,
|
|
433
|
-
options?: __HttpHandlerOptions
|
|
409
|
+
options?: __HttpHandlerOptions,
|
|
434
410
|
): Promise<DescribeRulesetCommandOutput>;
|
|
435
411
|
describeRuleset(
|
|
436
412
|
args: DescribeRulesetCommandInput,
|
|
437
|
-
cb: (err: any, data?: DescribeRulesetCommandOutput) => void
|
|
413
|
+
cb: (err: any, data?: DescribeRulesetCommandOutput) => void,
|
|
438
414
|
): void;
|
|
439
415
|
describeRuleset(
|
|
440
416
|
args: DescribeRulesetCommandInput,
|
|
441
417
|
options: __HttpHandlerOptions,
|
|
442
|
-
cb: (err: any, data?: DescribeRulesetCommandOutput) => void
|
|
418
|
+
cb: (err: any, data?: DescribeRulesetCommandOutput) => void,
|
|
443
419
|
): void;
|
|
444
420
|
describeSchedule(
|
|
445
421
|
args: DescribeScheduleCommandInput,
|
|
446
|
-
options?: __HttpHandlerOptions
|
|
422
|
+
options?: __HttpHandlerOptions,
|
|
447
423
|
): Promise<DescribeScheduleCommandOutput>;
|
|
448
424
|
describeSchedule(
|
|
449
425
|
args: DescribeScheduleCommandInput,
|
|
450
|
-
cb: (err: any, data?: DescribeScheduleCommandOutput) => void
|
|
426
|
+
cb: (err: any, data?: DescribeScheduleCommandOutput) => void,
|
|
451
427
|
): void;
|
|
452
428
|
describeSchedule(
|
|
453
429
|
args: DescribeScheduleCommandInput,
|
|
454
430
|
options: __HttpHandlerOptions,
|
|
455
|
-
cb: (err: any, data?: DescribeScheduleCommandOutput) => void
|
|
431
|
+
cb: (err: any, data?: DescribeScheduleCommandOutput) => void,
|
|
456
432
|
): void;
|
|
457
433
|
listDatasets(): Promise<ListDatasetsCommandOutput>;
|
|
458
434
|
listDatasets(
|
|
459
435
|
args: ListDatasetsCommandInput,
|
|
460
|
-
options?: __HttpHandlerOptions
|
|
436
|
+
options?: __HttpHandlerOptions,
|
|
461
437
|
): Promise<ListDatasetsCommandOutput>;
|
|
462
438
|
listDatasets(
|
|
463
439
|
args: ListDatasetsCommandInput,
|
|
464
|
-
cb: (err: any, data?: ListDatasetsCommandOutput) => void
|
|
440
|
+
cb: (err: any, data?: ListDatasetsCommandOutput) => void,
|
|
465
441
|
): void;
|
|
466
442
|
listDatasets(
|
|
467
443
|
args: ListDatasetsCommandInput,
|
|
468
444
|
options: __HttpHandlerOptions,
|
|
469
|
-
cb: (err: any, data?: ListDatasetsCommandOutput) => void
|
|
445
|
+
cb: (err: any, data?: ListDatasetsCommandOutput) => void,
|
|
470
446
|
): void;
|
|
471
447
|
listJobRuns(
|
|
472
448
|
args: ListJobRunsCommandInput,
|
|
473
|
-
options?: __HttpHandlerOptions
|
|
449
|
+
options?: __HttpHandlerOptions,
|
|
474
450
|
): Promise<ListJobRunsCommandOutput>;
|
|
475
451
|
listJobRuns(
|
|
476
452
|
args: ListJobRunsCommandInput,
|
|
477
|
-
cb: (err: any, data?: ListJobRunsCommandOutput) => void
|
|
453
|
+
cb: (err: any, data?: ListJobRunsCommandOutput) => void,
|
|
478
454
|
): void;
|
|
479
455
|
listJobRuns(
|
|
480
456
|
args: ListJobRunsCommandInput,
|
|
481
457
|
options: __HttpHandlerOptions,
|
|
482
|
-
cb: (err: any, data?: ListJobRunsCommandOutput) => void
|
|
458
|
+
cb: (err: any, data?: ListJobRunsCommandOutput) => void,
|
|
483
459
|
): void;
|
|
484
460
|
listJobs(): Promise<ListJobsCommandOutput>;
|
|
485
461
|
listJobs(
|
|
486
462
|
args: ListJobsCommandInput,
|
|
487
|
-
options?: __HttpHandlerOptions
|
|
463
|
+
options?: __HttpHandlerOptions,
|
|
488
464
|
): Promise<ListJobsCommandOutput>;
|
|
489
|
-
listJobs(
|
|
490
|
-
args: ListJobsCommandInput,
|
|
491
|
-
cb: (err: any, data?: ListJobsCommandOutput) => void
|
|
492
|
-
): void;
|
|
465
|
+
listJobs(args: ListJobsCommandInput, cb: (err: any, data?: ListJobsCommandOutput) => void): void;
|
|
493
466
|
listJobs(
|
|
494
467
|
args: ListJobsCommandInput,
|
|
495
468
|
options: __HttpHandlerOptions,
|
|
496
|
-
cb: (err: any, data?: ListJobsCommandOutput) => void
|
|
469
|
+
cb: (err: any, data?: ListJobsCommandOutput) => void,
|
|
497
470
|
): void;
|
|
498
471
|
listProjects(): Promise<ListProjectsCommandOutput>;
|
|
499
472
|
listProjects(
|
|
500
473
|
args: ListProjectsCommandInput,
|
|
501
|
-
options?: __HttpHandlerOptions
|
|
474
|
+
options?: __HttpHandlerOptions,
|
|
502
475
|
): Promise<ListProjectsCommandOutput>;
|
|
503
476
|
listProjects(
|
|
504
477
|
args: ListProjectsCommandInput,
|
|
505
|
-
cb: (err: any, data?: ListProjectsCommandOutput) => void
|
|
478
|
+
cb: (err: any, data?: ListProjectsCommandOutput) => void,
|
|
506
479
|
): void;
|
|
507
480
|
listProjects(
|
|
508
481
|
args: ListProjectsCommandInput,
|
|
509
482
|
options: __HttpHandlerOptions,
|
|
510
|
-
cb: (err: any, data?: ListProjectsCommandOutput) => void
|
|
483
|
+
cb: (err: any, data?: ListProjectsCommandOutput) => void,
|
|
511
484
|
): void;
|
|
512
485
|
listRecipes(): Promise<ListRecipesCommandOutput>;
|
|
513
486
|
listRecipes(
|
|
514
487
|
args: ListRecipesCommandInput,
|
|
515
|
-
options?: __HttpHandlerOptions
|
|
488
|
+
options?: __HttpHandlerOptions,
|
|
516
489
|
): Promise<ListRecipesCommandOutput>;
|
|
517
490
|
listRecipes(
|
|
518
491
|
args: ListRecipesCommandInput,
|
|
519
|
-
cb: (err: any, data?: ListRecipesCommandOutput) => void
|
|
492
|
+
cb: (err: any, data?: ListRecipesCommandOutput) => void,
|
|
520
493
|
): void;
|
|
521
494
|
listRecipes(
|
|
522
495
|
args: ListRecipesCommandInput,
|
|
523
496
|
options: __HttpHandlerOptions,
|
|
524
|
-
cb: (err: any, data?: ListRecipesCommandOutput) => void
|
|
497
|
+
cb: (err: any, data?: ListRecipesCommandOutput) => void,
|
|
525
498
|
): void;
|
|
526
499
|
listRecipeVersions(
|
|
527
500
|
args: ListRecipeVersionsCommandInput,
|
|
528
|
-
options?: __HttpHandlerOptions
|
|
501
|
+
options?: __HttpHandlerOptions,
|
|
529
502
|
): Promise<ListRecipeVersionsCommandOutput>;
|
|
530
503
|
listRecipeVersions(
|
|
531
504
|
args: ListRecipeVersionsCommandInput,
|
|
532
|
-
cb: (err: any, data?: ListRecipeVersionsCommandOutput) => void
|
|
505
|
+
cb: (err: any, data?: ListRecipeVersionsCommandOutput) => void,
|
|
533
506
|
): void;
|
|
534
507
|
listRecipeVersions(
|
|
535
508
|
args: ListRecipeVersionsCommandInput,
|
|
536
509
|
options: __HttpHandlerOptions,
|
|
537
|
-
cb: (err: any, data?: ListRecipeVersionsCommandOutput) => void
|
|
510
|
+
cb: (err: any, data?: ListRecipeVersionsCommandOutput) => void,
|
|
538
511
|
): void;
|
|
539
512
|
listRulesets(): Promise<ListRulesetsCommandOutput>;
|
|
540
513
|
listRulesets(
|
|
541
514
|
args: ListRulesetsCommandInput,
|
|
542
|
-
options?: __HttpHandlerOptions
|
|
515
|
+
options?: __HttpHandlerOptions,
|
|
543
516
|
): Promise<ListRulesetsCommandOutput>;
|
|
544
517
|
listRulesets(
|
|
545
518
|
args: ListRulesetsCommandInput,
|
|
546
|
-
cb: (err: any, data?: ListRulesetsCommandOutput) => void
|
|
519
|
+
cb: (err: any, data?: ListRulesetsCommandOutput) => void,
|
|
547
520
|
): void;
|
|
548
521
|
listRulesets(
|
|
549
522
|
args: ListRulesetsCommandInput,
|
|
550
523
|
options: __HttpHandlerOptions,
|
|
551
|
-
cb: (err: any, data?: ListRulesetsCommandOutput) => void
|
|
524
|
+
cb: (err: any, data?: ListRulesetsCommandOutput) => void,
|
|
552
525
|
): void;
|
|
553
526
|
listSchedules(): Promise<ListSchedulesCommandOutput>;
|
|
554
527
|
listSchedules(
|
|
555
528
|
args: ListSchedulesCommandInput,
|
|
556
|
-
options?: __HttpHandlerOptions
|
|
529
|
+
options?: __HttpHandlerOptions,
|
|
557
530
|
): Promise<ListSchedulesCommandOutput>;
|
|
558
531
|
listSchedules(
|
|
559
532
|
args: ListSchedulesCommandInput,
|
|
560
|
-
cb: (err: any, data?: ListSchedulesCommandOutput) => void
|
|
533
|
+
cb: (err: any, data?: ListSchedulesCommandOutput) => void,
|
|
561
534
|
): void;
|
|
562
535
|
listSchedules(
|
|
563
536
|
args: ListSchedulesCommandInput,
|
|
564
537
|
options: __HttpHandlerOptions,
|
|
565
|
-
cb: (err: any, data?: ListSchedulesCommandOutput) => void
|
|
538
|
+
cb: (err: any, data?: ListSchedulesCommandOutput) => void,
|
|
566
539
|
): void;
|
|
567
540
|
listTagsForResource(
|
|
568
541
|
args: ListTagsForResourceCommandInput,
|
|
569
|
-
options?: __HttpHandlerOptions
|
|
542
|
+
options?: __HttpHandlerOptions,
|
|
570
543
|
): Promise<ListTagsForResourceCommandOutput>;
|
|
571
544
|
listTagsForResource(
|
|
572
545
|
args: ListTagsForResourceCommandInput,
|
|
573
|
-
cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
|
|
546
|
+
cb: (err: any, data?: ListTagsForResourceCommandOutput) => void,
|
|
574
547
|
): void;
|
|
575
548
|
listTagsForResource(
|
|
576
549
|
args: ListTagsForResourceCommandInput,
|
|
577
550
|
options: __HttpHandlerOptions,
|
|
578
|
-
cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
|
|
551
|
+
cb: (err: any, data?: ListTagsForResourceCommandOutput) => void,
|
|
579
552
|
): void;
|
|
580
553
|
publishRecipe(
|
|
581
554
|
args: PublishRecipeCommandInput,
|
|
582
|
-
options?: __HttpHandlerOptions
|
|
555
|
+
options?: __HttpHandlerOptions,
|
|
583
556
|
): Promise<PublishRecipeCommandOutput>;
|
|
584
557
|
publishRecipe(
|
|
585
558
|
args: PublishRecipeCommandInput,
|
|
586
|
-
cb: (err: any, data?: PublishRecipeCommandOutput) => void
|
|
559
|
+
cb: (err: any, data?: PublishRecipeCommandOutput) => void,
|
|
587
560
|
): void;
|
|
588
561
|
publishRecipe(
|
|
589
562
|
args: PublishRecipeCommandInput,
|
|
590
563
|
options: __HttpHandlerOptions,
|
|
591
|
-
cb: (err: any, data?: PublishRecipeCommandOutput) => void
|
|
564
|
+
cb: (err: any, data?: PublishRecipeCommandOutput) => void,
|
|
592
565
|
): void;
|
|
593
566
|
sendProjectSessionAction(
|
|
594
567
|
args: SendProjectSessionActionCommandInput,
|
|
595
|
-
options?: __HttpHandlerOptions
|
|
568
|
+
options?: __HttpHandlerOptions,
|
|
596
569
|
): Promise<SendProjectSessionActionCommandOutput>;
|
|
597
570
|
sendProjectSessionAction(
|
|
598
571
|
args: SendProjectSessionActionCommandInput,
|
|
599
|
-
cb: (err: any, data?: SendProjectSessionActionCommandOutput) => void
|
|
572
|
+
cb: (err: any, data?: SendProjectSessionActionCommandOutput) => void,
|
|
600
573
|
): void;
|
|
601
574
|
sendProjectSessionAction(
|
|
602
575
|
args: SendProjectSessionActionCommandInput,
|
|
603
576
|
options: __HttpHandlerOptions,
|
|
604
|
-
cb: (err: any, data?: SendProjectSessionActionCommandOutput) => void
|
|
577
|
+
cb: (err: any, data?: SendProjectSessionActionCommandOutput) => void,
|
|
605
578
|
): void;
|
|
606
579
|
startJobRun(
|
|
607
580
|
args: StartJobRunCommandInput,
|
|
608
|
-
options?: __HttpHandlerOptions
|
|
581
|
+
options?: __HttpHandlerOptions,
|
|
609
582
|
): Promise<StartJobRunCommandOutput>;
|
|
610
583
|
startJobRun(
|
|
611
584
|
args: StartJobRunCommandInput,
|
|
612
|
-
cb: (err: any, data?: StartJobRunCommandOutput) => void
|
|
585
|
+
cb: (err: any, data?: StartJobRunCommandOutput) => void,
|
|
613
586
|
): void;
|
|
614
587
|
startJobRun(
|
|
615
588
|
args: StartJobRunCommandInput,
|
|
616
589
|
options: __HttpHandlerOptions,
|
|
617
|
-
cb: (err: any, data?: StartJobRunCommandOutput) => void
|
|
590
|
+
cb: (err: any, data?: StartJobRunCommandOutput) => void,
|
|
618
591
|
): void;
|
|
619
592
|
startProjectSession(
|
|
620
593
|
args: StartProjectSessionCommandInput,
|
|
621
|
-
options?: __HttpHandlerOptions
|
|
594
|
+
options?: __HttpHandlerOptions,
|
|
622
595
|
): Promise<StartProjectSessionCommandOutput>;
|
|
623
596
|
startProjectSession(
|
|
624
597
|
args: StartProjectSessionCommandInput,
|
|
625
|
-
cb: (err: any, data?: StartProjectSessionCommandOutput) => void
|
|
598
|
+
cb: (err: any, data?: StartProjectSessionCommandOutput) => void,
|
|
626
599
|
): void;
|
|
627
600
|
startProjectSession(
|
|
628
601
|
args: StartProjectSessionCommandInput,
|
|
629
602
|
options: __HttpHandlerOptions,
|
|
630
|
-
cb: (err: any, data?: StartProjectSessionCommandOutput) => void
|
|
603
|
+
cb: (err: any, data?: StartProjectSessionCommandOutput) => void,
|
|
631
604
|
): void;
|
|
632
605
|
stopJobRun(
|
|
633
606
|
args: StopJobRunCommandInput,
|
|
634
|
-
options?: __HttpHandlerOptions
|
|
607
|
+
options?: __HttpHandlerOptions,
|
|
635
608
|
): Promise<StopJobRunCommandOutput>;
|
|
636
609
|
stopJobRun(
|
|
637
610
|
args: StopJobRunCommandInput,
|
|
638
|
-
cb: (err: any, data?: StopJobRunCommandOutput) => void
|
|
611
|
+
cb: (err: any, data?: StopJobRunCommandOutput) => void,
|
|
639
612
|
): void;
|
|
640
613
|
stopJobRun(
|
|
641
614
|
args: StopJobRunCommandInput,
|
|
642
615
|
options: __HttpHandlerOptions,
|
|
643
|
-
cb: (err: any, data?: StopJobRunCommandOutput) => void
|
|
616
|
+
cb: (err: any, data?: StopJobRunCommandOutput) => void,
|
|
644
617
|
): void;
|
|
645
618
|
tagResource(
|
|
646
619
|
args: TagResourceCommandInput,
|
|
647
|
-
options?: __HttpHandlerOptions
|
|
620
|
+
options?: __HttpHandlerOptions,
|
|
648
621
|
): Promise<TagResourceCommandOutput>;
|
|
649
622
|
tagResource(
|
|
650
623
|
args: TagResourceCommandInput,
|
|
651
|
-
cb: (err: any, data?: TagResourceCommandOutput) => void
|
|
624
|
+
cb: (err: any, data?: TagResourceCommandOutput) => void,
|
|
652
625
|
): void;
|
|
653
626
|
tagResource(
|
|
654
627
|
args: TagResourceCommandInput,
|
|
655
628
|
options: __HttpHandlerOptions,
|
|
656
|
-
cb: (err: any, data?: TagResourceCommandOutput) => void
|
|
629
|
+
cb: (err: any, data?: TagResourceCommandOutput) => void,
|
|
657
630
|
): void;
|
|
658
631
|
untagResource(
|
|
659
632
|
args: UntagResourceCommandInput,
|
|
660
|
-
options?: __HttpHandlerOptions
|
|
633
|
+
options?: __HttpHandlerOptions,
|
|
661
634
|
): Promise<UntagResourceCommandOutput>;
|
|
662
635
|
untagResource(
|
|
663
636
|
args: UntagResourceCommandInput,
|
|
664
|
-
cb: (err: any, data?: UntagResourceCommandOutput) => void
|
|
637
|
+
cb: (err: any, data?: UntagResourceCommandOutput) => void,
|
|
665
638
|
): void;
|
|
666
639
|
untagResource(
|
|
667
640
|
args: UntagResourceCommandInput,
|
|
668
641
|
options: __HttpHandlerOptions,
|
|
669
|
-
cb: (err: any, data?: UntagResourceCommandOutput) => void
|
|
642
|
+
cb: (err: any, data?: UntagResourceCommandOutput) => void,
|
|
670
643
|
): void;
|
|
671
644
|
updateDataset(
|
|
672
645
|
args: UpdateDatasetCommandInput,
|
|
673
|
-
options?: __HttpHandlerOptions
|
|
646
|
+
options?: __HttpHandlerOptions,
|
|
674
647
|
): Promise<UpdateDatasetCommandOutput>;
|
|
675
648
|
updateDataset(
|
|
676
649
|
args: UpdateDatasetCommandInput,
|
|
677
|
-
cb: (err: any, data?: UpdateDatasetCommandOutput) => void
|
|
650
|
+
cb: (err: any, data?: UpdateDatasetCommandOutput) => void,
|
|
678
651
|
): void;
|
|
679
652
|
updateDataset(
|
|
680
653
|
args: UpdateDatasetCommandInput,
|
|
681
654
|
options: __HttpHandlerOptions,
|
|
682
|
-
cb: (err: any, data?: UpdateDatasetCommandOutput) => void
|
|
655
|
+
cb: (err: any, data?: UpdateDatasetCommandOutput) => void,
|
|
683
656
|
): void;
|
|
684
657
|
updateProfileJob(
|
|
685
658
|
args: UpdateProfileJobCommandInput,
|
|
686
|
-
options?: __HttpHandlerOptions
|
|
659
|
+
options?: __HttpHandlerOptions,
|
|
687
660
|
): Promise<UpdateProfileJobCommandOutput>;
|
|
688
661
|
updateProfileJob(
|
|
689
662
|
args: UpdateProfileJobCommandInput,
|
|
690
|
-
cb: (err: any, data?: UpdateProfileJobCommandOutput) => void
|
|
663
|
+
cb: (err: any, data?: UpdateProfileJobCommandOutput) => void,
|
|
691
664
|
): void;
|
|
692
665
|
updateProfileJob(
|
|
693
666
|
args: UpdateProfileJobCommandInput,
|
|
694
667
|
options: __HttpHandlerOptions,
|
|
695
|
-
cb: (err: any, data?: UpdateProfileJobCommandOutput) => void
|
|
668
|
+
cb: (err: any, data?: UpdateProfileJobCommandOutput) => void,
|
|
696
669
|
): void;
|
|
697
670
|
updateProject(
|
|
698
671
|
args: UpdateProjectCommandInput,
|
|
699
|
-
options?: __HttpHandlerOptions
|
|
672
|
+
options?: __HttpHandlerOptions,
|
|
700
673
|
): Promise<UpdateProjectCommandOutput>;
|
|
701
674
|
updateProject(
|
|
702
675
|
args: UpdateProjectCommandInput,
|
|
703
|
-
cb: (err: any, data?: UpdateProjectCommandOutput) => void
|
|
676
|
+
cb: (err: any, data?: UpdateProjectCommandOutput) => void,
|
|
704
677
|
): void;
|
|
705
678
|
updateProject(
|
|
706
679
|
args: UpdateProjectCommandInput,
|
|
707
680
|
options: __HttpHandlerOptions,
|
|
708
|
-
cb: (err: any, data?: UpdateProjectCommandOutput) => void
|
|
681
|
+
cb: (err: any, data?: UpdateProjectCommandOutput) => void,
|
|
709
682
|
): void;
|
|
710
683
|
updateRecipe(
|
|
711
684
|
args: UpdateRecipeCommandInput,
|
|
712
|
-
options?: __HttpHandlerOptions
|
|
685
|
+
options?: __HttpHandlerOptions,
|
|
713
686
|
): Promise<UpdateRecipeCommandOutput>;
|
|
714
687
|
updateRecipe(
|
|
715
688
|
args: UpdateRecipeCommandInput,
|
|
716
|
-
cb: (err: any, data?: UpdateRecipeCommandOutput) => void
|
|
689
|
+
cb: (err: any, data?: UpdateRecipeCommandOutput) => void,
|
|
717
690
|
): void;
|
|
718
691
|
updateRecipe(
|
|
719
692
|
args: UpdateRecipeCommandInput,
|
|
720
693
|
options: __HttpHandlerOptions,
|
|
721
|
-
cb: (err: any, data?: UpdateRecipeCommandOutput) => void
|
|
694
|
+
cb: (err: any, data?: UpdateRecipeCommandOutput) => void,
|
|
722
695
|
): void;
|
|
723
696
|
updateRecipeJob(
|
|
724
697
|
args: UpdateRecipeJobCommandInput,
|
|
725
|
-
options?: __HttpHandlerOptions
|
|
698
|
+
options?: __HttpHandlerOptions,
|
|
726
699
|
): Promise<UpdateRecipeJobCommandOutput>;
|
|
727
700
|
updateRecipeJob(
|
|
728
701
|
args: UpdateRecipeJobCommandInput,
|
|
729
|
-
cb: (err: any, data?: UpdateRecipeJobCommandOutput) => void
|
|
702
|
+
cb: (err: any, data?: UpdateRecipeJobCommandOutput) => void,
|
|
730
703
|
): void;
|
|
731
704
|
updateRecipeJob(
|
|
732
705
|
args: UpdateRecipeJobCommandInput,
|
|
733
706
|
options: __HttpHandlerOptions,
|
|
734
|
-
cb: (err: any, data?: UpdateRecipeJobCommandOutput) => void
|
|
707
|
+
cb: (err: any, data?: UpdateRecipeJobCommandOutput) => void,
|
|
735
708
|
): void;
|
|
736
709
|
updateRuleset(
|
|
737
710
|
args: UpdateRulesetCommandInput,
|
|
738
|
-
options?: __HttpHandlerOptions
|
|
711
|
+
options?: __HttpHandlerOptions,
|
|
739
712
|
): Promise<UpdateRulesetCommandOutput>;
|
|
740
713
|
updateRuleset(
|
|
741
714
|
args: UpdateRulesetCommandInput,
|
|
742
|
-
cb: (err: any, data?: UpdateRulesetCommandOutput) => void
|
|
715
|
+
cb: (err: any, data?: UpdateRulesetCommandOutput) => void,
|
|
743
716
|
): void;
|
|
744
717
|
updateRuleset(
|
|
745
718
|
args: UpdateRulesetCommandInput,
|
|
746
719
|
options: __HttpHandlerOptions,
|
|
747
|
-
cb: (err: any, data?: UpdateRulesetCommandOutput) => void
|
|
720
|
+
cb: (err: any, data?: UpdateRulesetCommandOutput) => void,
|
|
748
721
|
): void;
|
|
749
722
|
updateSchedule(
|
|
750
723
|
args: UpdateScheduleCommandInput,
|
|
751
|
-
options?: __HttpHandlerOptions
|
|
724
|
+
options?: __HttpHandlerOptions,
|
|
752
725
|
): Promise<UpdateScheduleCommandOutput>;
|
|
753
726
|
updateSchedule(
|
|
754
727
|
args: UpdateScheduleCommandInput,
|
|
755
|
-
cb: (err: any, data?: UpdateScheduleCommandOutput) => void
|
|
728
|
+
cb: (err: any, data?: UpdateScheduleCommandOutput) => void,
|
|
756
729
|
): void;
|
|
757
730
|
updateSchedule(
|
|
758
731
|
args: UpdateScheduleCommandInput,
|
|
759
732
|
options: __HttpHandlerOptions,
|
|
760
|
-
cb: (err: any, data?: UpdateScheduleCommandOutput) => void
|
|
733
|
+
cb: (err: any, data?: UpdateScheduleCommandOutput) => void,
|
|
761
734
|
): void;
|
|
762
735
|
paginateListDatasets(
|
|
763
736
|
args?: ListDatasetsCommandInput,
|
|
764
737
|
paginationConfig?: Pick<
|
|
765
738
|
PaginationConfiguration,
|
|
766
739
|
Exclude<keyof PaginationConfiguration, "client">
|
|
767
|
-
|
|
740
|
+
>,
|
|
768
741
|
): Paginator<ListDatasetsCommandOutput>;
|
|
769
742
|
paginateListJobRuns(
|
|
770
743
|
args: ListJobRunsCommandInput,
|
|
771
744
|
paginationConfig?: Pick<
|
|
772
745
|
PaginationConfiguration,
|
|
773
746
|
Exclude<keyof PaginationConfiguration, "client">
|
|
774
|
-
|
|
747
|
+
>,
|
|
775
748
|
): Paginator<ListJobRunsCommandOutput>;
|
|
776
749
|
paginateListJobs(
|
|
777
750
|
args?: ListJobsCommandInput,
|
|
778
751
|
paginationConfig?: Pick<
|
|
779
752
|
PaginationConfiguration,
|
|
780
753
|
Exclude<keyof PaginationConfiguration, "client">
|
|
781
|
-
|
|
754
|
+
>,
|
|
782
755
|
): Paginator<ListJobsCommandOutput>;
|
|
783
756
|
paginateListProjects(
|
|
784
757
|
args?: ListProjectsCommandInput,
|
|
785
758
|
paginationConfig?: Pick<
|
|
786
759
|
PaginationConfiguration,
|
|
787
760
|
Exclude<keyof PaginationConfiguration, "client">
|
|
788
|
-
|
|
761
|
+
>,
|
|
789
762
|
): Paginator<ListProjectsCommandOutput>;
|
|
790
763
|
paginateListRecipes(
|
|
791
764
|
args?: ListRecipesCommandInput,
|
|
792
765
|
paginationConfig?: Pick<
|
|
793
766
|
PaginationConfiguration,
|
|
794
767
|
Exclude<keyof PaginationConfiguration, "client">
|
|
795
|
-
|
|
768
|
+
>,
|
|
796
769
|
): Paginator<ListRecipesCommandOutput>;
|
|
797
770
|
paginateListRecipeVersions(
|
|
798
771
|
args: ListRecipeVersionsCommandInput,
|
|
799
772
|
paginationConfig?: Pick<
|
|
800
773
|
PaginationConfiguration,
|
|
801
774
|
Exclude<keyof PaginationConfiguration, "client">
|
|
802
|
-
|
|
775
|
+
>,
|
|
803
776
|
): Paginator<ListRecipeVersionsCommandOutput>;
|
|
804
777
|
paginateListRulesets(
|
|
805
778
|
args?: ListRulesetsCommandInput,
|
|
806
779
|
paginationConfig?: Pick<
|
|
807
780
|
PaginationConfiguration,
|
|
808
781
|
Exclude<keyof PaginationConfiguration, "client">
|
|
809
|
-
|
|
782
|
+
>,
|
|
810
783
|
): Paginator<ListRulesetsCommandOutput>;
|
|
811
784
|
paginateListSchedules(
|
|
812
785
|
args?: ListSchedulesCommandInput,
|
|
813
786
|
paginationConfig?: Pick<
|
|
814
787
|
PaginationConfiguration,
|
|
815
788
|
Exclude<keyof PaginationConfiguration, "client">
|
|
816
|
-
|
|
789
|
+
>,
|
|
817
790
|
): Paginator<ListSchedulesCommandOutput>;
|
|
818
791
|
}
|
|
819
792
|
export declare class DataBrew extends DataBrewClient implements DataBrew {}
|