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