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