@aws-sdk/client-databrew 3.533.0 → 3.535.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-types/DataBrew.d.ts +7 -1
- package/dist-types/DataBrewClient.d.ts +1 -1
- package/dist-types/commands/BatchDeleteRecipeVersionCommand.d.ts +2 -1
- package/dist-types/commands/CreateDatasetCommand.d.ts +2 -1
- package/dist-types/commands/CreateProfileJobCommand.d.ts +2 -1
- package/dist-types/commands/CreateProjectCommand.d.ts +2 -1
- package/dist-types/commands/CreateRecipeCommand.d.ts +2 -1
- package/dist-types/commands/CreateRecipeJobCommand.d.ts +2 -1
- package/dist-types/commands/CreateRulesetCommand.d.ts +2 -1
- package/dist-types/commands/CreateScheduleCommand.d.ts +2 -1
- package/dist-types/commands/DeleteDatasetCommand.d.ts +2 -1
- package/dist-types/commands/DeleteJobCommand.d.ts +2 -1
- package/dist-types/commands/DeleteProjectCommand.d.ts +2 -1
- package/dist-types/commands/DeleteRecipeVersionCommand.d.ts +2 -1
- package/dist-types/commands/DeleteRulesetCommand.d.ts +2 -1
- package/dist-types/commands/DeleteScheduleCommand.d.ts +2 -1
- package/dist-types/commands/DescribeDatasetCommand.d.ts +2 -1
- package/dist-types/commands/DescribeJobCommand.d.ts +2 -1
- package/dist-types/commands/DescribeJobRunCommand.d.ts +2 -1
- package/dist-types/commands/DescribeProjectCommand.d.ts +2 -1
- package/dist-types/commands/DescribeRecipeCommand.d.ts +2 -1
- package/dist-types/commands/DescribeRulesetCommand.d.ts +2 -1
- package/dist-types/commands/DescribeScheduleCommand.d.ts +2 -1
- package/dist-types/commands/ListDatasetsCommand.d.ts +2 -1
- package/dist-types/commands/ListJobRunsCommand.d.ts +2 -1
- package/dist-types/commands/ListJobsCommand.d.ts +2 -1
- package/dist-types/commands/ListProjectsCommand.d.ts +2 -1
- package/dist-types/commands/ListRecipeVersionsCommand.d.ts +2 -1
- package/dist-types/commands/ListRecipesCommand.d.ts +2 -1
- package/dist-types/commands/ListRulesetsCommand.d.ts +2 -1
- package/dist-types/commands/ListSchedulesCommand.d.ts +2 -1
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -1
- package/dist-types/commands/PublishRecipeCommand.d.ts +2 -1
- package/dist-types/commands/SendProjectSessionActionCommand.d.ts +2 -1
- package/dist-types/commands/StartJobRunCommand.d.ts +2 -1
- package/dist-types/commands/StartProjectSessionCommand.d.ts +2 -1
- package/dist-types/commands/StopJobRunCommand.d.ts +2 -1
- package/dist-types/commands/TagResourceCommand.d.ts +2 -1
- package/dist-types/commands/UntagResourceCommand.d.ts +2 -1
- package/dist-types/commands/UpdateDatasetCommand.d.ts +2 -1
- package/dist-types/commands/UpdateProfileJobCommand.d.ts +2 -1
- package/dist-types/commands/UpdateProjectCommand.d.ts +2 -1
- package/dist-types/commands/UpdateRecipeCommand.d.ts +2 -1
- package/dist-types/commands/UpdateRecipeJobCommand.d.ts +2 -1
- package/dist-types/commands/UpdateRulesetCommand.d.ts +2 -1
- package/dist-types/commands/UpdateScheduleCommand.d.ts +2 -1
- package/dist-types/models/models_0.d.ts +568 -568
- package/dist-types/ts3.4/DataBrew.d.ts +6 -0
- package/dist-types/ts3.4/commands/BatchDeleteRecipeVersionCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateDatasetCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateProfileJobCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateProjectCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateRecipeCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateRecipeJobCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateRulesetCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateScheduleCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteDatasetCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteJobCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteProjectCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteRecipeVersionCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteRulesetCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteScheduleCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeDatasetCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeJobCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeJobRunCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeProjectCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeRecipeCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeRulesetCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeScheduleCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListDatasetsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListJobRunsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListJobsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListProjectsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListRecipeVersionsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListRecipesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListRulesetsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListSchedulesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/PublishRecipeCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/SendProjectSessionActionCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/StartJobRunCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/StartProjectSessionCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/StopJobRunCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateDatasetCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateProfileJobCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateProjectCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateRecipeCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateRecipeJobCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateRulesetCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateScheduleCommand.d.ts +9 -0
- package/package.json +40 -40
package/dist-types/DataBrew.d.ts
CHANGED
|
@@ -174,6 +174,7 @@ export interface DataBrew {
|
|
|
174
174
|
/**
|
|
175
175
|
* @see {@link ListDatasetsCommand}
|
|
176
176
|
*/
|
|
177
|
+
listDatasets(): Promise<ListDatasetsCommandOutput>;
|
|
177
178
|
listDatasets(args: ListDatasetsCommandInput, options?: __HttpHandlerOptions): Promise<ListDatasetsCommandOutput>;
|
|
178
179
|
listDatasets(args: ListDatasetsCommandInput, cb: (err: any, data?: ListDatasetsCommandOutput) => void): void;
|
|
179
180
|
listDatasets(args: ListDatasetsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListDatasetsCommandOutput) => void): void;
|
|
@@ -186,18 +187,21 @@ export interface DataBrew {
|
|
|
186
187
|
/**
|
|
187
188
|
* @see {@link ListJobsCommand}
|
|
188
189
|
*/
|
|
190
|
+
listJobs(): Promise<ListJobsCommandOutput>;
|
|
189
191
|
listJobs(args: ListJobsCommandInput, options?: __HttpHandlerOptions): Promise<ListJobsCommandOutput>;
|
|
190
192
|
listJobs(args: ListJobsCommandInput, cb: (err: any, data?: ListJobsCommandOutput) => void): void;
|
|
191
193
|
listJobs(args: ListJobsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListJobsCommandOutput) => void): void;
|
|
192
194
|
/**
|
|
193
195
|
* @see {@link ListProjectsCommand}
|
|
194
196
|
*/
|
|
197
|
+
listProjects(): Promise<ListProjectsCommandOutput>;
|
|
195
198
|
listProjects(args: ListProjectsCommandInput, options?: __HttpHandlerOptions): Promise<ListProjectsCommandOutput>;
|
|
196
199
|
listProjects(args: ListProjectsCommandInput, cb: (err: any, data?: ListProjectsCommandOutput) => void): void;
|
|
197
200
|
listProjects(args: ListProjectsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListProjectsCommandOutput) => void): void;
|
|
198
201
|
/**
|
|
199
202
|
* @see {@link ListRecipesCommand}
|
|
200
203
|
*/
|
|
204
|
+
listRecipes(): Promise<ListRecipesCommandOutput>;
|
|
201
205
|
listRecipes(args: ListRecipesCommandInput, options?: __HttpHandlerOptions): Promise<ListRecipesCommandOutput>;
|
|
202
206
|
listRecipes(args: ListRecipesCommandInput, cb: (err: any, data?: ListRecipesCommandOutput) => void): void;
|
|
203
207
|
listRecipes(args: ListRecipesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListRecipesCommandOutput) => void): void;
|
|
@@ -210,12 +214,14 @@ export interface DataBrew {
|
|
|
210
214
|
/**
|
|
211
215
|
* @see {@link ListRulesetsCommand}
|
|
212
216
|
*/
|
|
217
|
+
listRulesets(): Promise<ListRulesetsCommandOutput>;
|
|
213
218
|
listRulesets(args: ListRulesetsCommandInput, options?: __HttpHandlerOptions): Promise<ListRulesetsCommandOutput>;
|
|
214
219
|
listRulesets(args: ListRulesetsCommandInput, cb: (err: any, data?: ListRulesetsCommandOutput) => void): void;
|
|
215
220
|
listRulesets(args: ListRulesetsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListRulesetsCommandOutput) => void): void;
|
|
216
221
|
/**
|
|
217
222
|
* @see {@link ListSchedulesCommand}
|
|
218
223
|
*/
|
|
224
|
+
listSchedules(): Promise<ListSchedulesCommandOutput>;
|
|
219
225
|
listSchedules(args: ListSchedulesCommandInput, options?: __HttpHandlerOptions): Promise<ListSchedulesCommandOutput>;
|
|
220
226
|
listSchedules(args: ListSchedulesCommandInput, cb: (err: any, data?: ListSchedulesCommandOutput) => void): void;
|
|
221
227
|
listSchedules(args: ListSchedulesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListSchedulesCommandOutput) => void): void;
|
|
@@ -311,11 +317,11 @@ export interface DataBrew {
|
|
|
311
317
|
updateSchedule(args: UpdateScheduleCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateScheduleCommandOutput) => void): void;
|
|
312
318
|
}
|
|
313
319
|
/**
|
|
314
|
-
* @public
|
|
315
320
|
* <p>Glue DataBrew is a visual, cloud-scale data-preparation service. DataBrew
|
|
316
321
|
* simplifies data preparation tasks, targeting data issues that are hard to spot and
|
|
317
322
|
* time-consuming to fix. DataBrew empowers users of all technical levels to visualize the
|
|
318
323
|
* data and perform one-click data transformations, with no coding required.</p>
|
|
324
|
+
* @public
|
|
319
325
|
*/
|
|
320
326
|
export declare class DataBrew extends DataBrewClient implements DataBrew {
|
|
321
327
|
}
|
|
@@ -195,11 +195,11 @@ export type DataBrewClientResolvedConfigType = __SmithyResolvedConfiguration<__H
|
|
|
195
195
|
export interface DataBrewClientResolvedConfig extends DataBrewClientResolvedConfigType {
|
|
196
196
|
}
|
|
197
197
|
/**
|
|
198
|
-
* @public
|
|
199
198
|
* <p>Glue DataBrew is a visual, cloud-scale data-preparation service. DataBrew
|
|
200
199
|
* simplifies data preparation tasks, targeting data issues that are hard to spot and
|
|
201
200
|
* time-consuming to fix. DataBrew empowers users of all technical levels to visualize the
|
|
202
201
|
* data and perform one-click data transformations, with no coding required.</p>
|
|
202
|
+
* @public
|
|
203
203
|
*/
|
|
204
204
|
export declare class DataBrewClient extends __Client<__HttpHandlerOptions, ServiceInputTypes, ServiceOutputTypes, DataBrewClientResolvedConfig> {
|
|
205
205
|
/**
|
|
@@ -22,10 +22,10 @@ export interface BatchDeleteRecipeVersionCommandOutput extends BatchDeleteRecipe
|
|
|
22
22
|
}
|
|
23
23
|
declare const BatchDeleteRecipeVersionCommand_base: {
|
|
24
24
|
new (input: BatchDeleteRecipeVersionCommandInput): import("@smithy/smithy-client").CommandImpl<BatchDeleteRecipeVersionCommandInput, BatchDeleteRecipeVersionCommandOutput, DataBrewClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: BatchDeleteRecipeVersionCommandInput): import("@smithy/smithy-client").CommandImpl<BatchDeleteRecipeVersionCommandInput, BatchDeleteRecipeVersionCommandOutput, DataBrewClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Deletes one or more versions of a recipe at a time.</p>
|
|
30
30
|
* <p>The entire request will be rejected if:</p>
|
|
31
31
|
* <ul>
|
|
@@ -110,6 +110,7 @@ declare const BatchDeleteRecipeVersionCommand_base: {
|
|
|
110
110
|
* @throws {@link DataBrewServiceException}
|
|
111
111
|
* <p>Base exception class for all service exceptions from DataBrew service.</p>
|
|
112
112
|
*
|
|
113
|
+
* @public
|
|
113
114
|
*/
|
|
114
115
|
export declare class BatchDeleteRecipeVersionCommand extends BatchDeleteRecipeVersionCommand_base {
|
|
115
116
|
}
|
|
@@ -22,10 +22,10 @@ export interface CreateDatasetCommandOutput extends CreateDatasetResponse, __Met
|
|
|
22
22
|
}
|
|
23
23
|
declare const CreateDatasetCommand_base: {
|
|
24
24
|
new (input: CreateDatasetCommandInput): import("@smithy/smithy-client").CommandImpl<CreateDatasetCommandInput, CreateDatasetCommandOutput, DataBrewClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: CreateDatasetCommandInput): import("@smithy/smithy-client").CommandImpl<CreateDatasetCommandInput, CreateDatasetCommandOutput, DataBrewClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Creates a new DataBrew dataset.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -148,6 +148,7 @@ declare const CreateDatasetCommand_base: {
|
|
|
148
148
|
* @throws {@link DataBrewServiceException}
|
|
149
149
|
* <p>Base exception class for all service exceptions from DataBrew service.</p>
|
|
150
150
|
*
|
|
151
|
+
* @public
|
|
151
152
|
*/
|
|
152
153
|
export declare class CreateDatasetCommand extends CreateDatasetCommand_base {
|
|
153
154
|
}
|
|
@@ -22,10 +22,10 @@ export interface CreateProfileJobCommandOutput extends CreateProfileJobResponse,
|
|
|
22
22
|
}
|
|
23
23
|
declare const CreateProfileJobCommand_base: {
|
|
24
24
|
new (input: CreateProfileJobCommandInput): import("@smithy/smithy-client").CommandImpl<CreateProfileJobCommandInput, CreateProfileJobCommandOutput, DataBrewClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: CreateProfileJobCommandInput): import("@smithy/smithy-client").CommandImpl<CreateProfileJobCommandInput, CreateProfileJobCommandOutput, DataBrewClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Creates a new job to analyze a dataset and create its data profile.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -150,6 +150,7 @@ declare const CreateProfileJobCommand_base: {
|
|
|
150
150
|
* @throws {@link DataBrewServiceException}
|
|
151
151
|
* <p>Base exception class for all service exceptions from DataBrew service.</p>
|
|
152
152
|
*
|
|
153
|
+
* @public
|
|
153
154
|
*/
|
|
154
155
|
export declare class CreateProfileJobCommand extends CreateProfileJobCommand_base {
|
|
155
156
|
}
|
|
@@ -22,10 +22,10 @@ export interface CreateProjectCommandOutput extends CreateProjectResponse, __Met
|
|
|
22
22
|
}
|
|
23
23
|
declare const CreateProjectCommand_base: {
|
|
24
24
|
new (input: CreateProjectCommandInput): import("@smithy/smithy-client").CommandImpl<CreateProjectCommandInput, CreateProjectCommandOutput, DataBrewClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: CreateProjectCommandInput): import("@smithy/smithy-client").CommandImpl<CreateProjectCommandInput, CreateProjectCommandOutput, DataBrewClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Creates a new DataBrew project.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -75,6 +75,7 @@ declare const CreateProjectCommand_base: {
|
|
|
75
75
|
* @throws {@link DataBrewServiceException}
|
|
76
76
|
* <p>Base exception class for all service exceptions from DataBrew service.</p>
|
|
77
77
|
*
|
|
78
|
+
* @public
|
|
78
79
|
*/
|
|
79
80
|
export declare class CreateProjectCommand extends CreateProjectCommand_base {
|
|
80
81
|
}
|
|
@@ -22,10 +22,10 @@ export interface CreateRecipeCommandOutput extends CreateRecipeResponse, __Metad
|
|
|
22
22
|
}
|
|
23
23
|
declare const CreateRecipeCommand_base: {
|
|
24
24
|
new (input: CreateRecipeCommandInput): import("@smithy/smithy-client").CommandImpl<CreateRecipeCommandInput, CreateRecipeCommandOutput, DataBrewClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: CreateRecipeCommandInput): import("@smithy/smithy-client").CommandImpl<CreateRecipeCommandInput, CreateRecipeCommandOutput, DataBrewClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Creates a new DataBrew recipe.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -83,6 +83,7 @@ declare const CreateRecipeCommand_base: {
|
|
|
83
83
|
* @throws {@link DataBrewServiceException}
|
|
84
84
|
* <p>Base exception class for all service exceptions from DataBrew service.</p>
|
|
85
85
|
*
|
|
86
|
+
* @public
|
|
86
87
|
*/
|
|
87
88
|
export declare class CreateRecipeCommand extends CreateRecipeCommand_base {
|
|
88
89
|
}
|
|
@@ -22,10 +22,10 @@ export interface CreateRecipeJobCommandOutput extends CreateRecipeJobResponse, _
|
|
|
22
22
|
}
|
|
23
23
|
declare const CreateRecipeJobCommand_base: {
|
|
24
24
|
new (input: CreateRecipeJobCommandInput): import("@smithy/smithy-client").CommandImpl<CreateRecipeJobCommandInput, CreateRecipeJobCommandOutput, DataBrewClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: CreateRecipeJobCommandInput): import("@smithy/smithy-client").CommandImpl<CreateRecipeJobCommandInput, CreateRecipeJobCommandOutput, DataBrewClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Creates a new job to transform input data, using steps defined in an existing Glue DataBrew recipe</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -142,6 +142,7 @@ declare const CreateRecipeJobCommand_base: {
|
|
|
142
142
|
* @throws {@link DataBrewServiceException}
|
|
143
143
|
* <p>Base exception class for all service exceptions from DataBrew service.</p>
|
|
144
144
|
*
|
|
145
|
+
* @public
|
|
145
146
|
*/
|
|
146
147
|
export declare class CreateRecipeJobCommand extends CreateRecipeJobCommand_base {
|
|
147
148
|
}
|
|
@@ -22,10 +22,10 @@ export interface CreateRulesetCommandOutput extends CreateRulesetResponse, __Met
|
|
|
22
22
|
}
|
|
23
23
|
declare const CreateRulesetCommand_base: {
|
|
24
24
|
new (input: CreateRulesetCommandInput): import("@smithy/smithy-client").CommandImpl<CreateRulesetCommandInput, CreateRulesetCommandOutput, DataBrewClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: CreateRulesetCommandInput): import("@smithy/smithy-client").CommandImpl<CreateRulesetCommandInput, CreateRulesetCommandOutput, DataBrewClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Creates a new ruleset that can be used in a profile job to validate
|
|
30
30
|
* the data quality of a dataset.</p>
|
|
31
31
|
* @example
|
|
@@ -89,6 +89,7 @@ declare const CreateRulesetCommand_base: {
|
|
|
89
89
|
* @throws {@link DataBrewServiceException}
|
|
90
90
|
* <p>Base exception class for all service exceptions from DataBrew service.</p>
|
|
91
91
|
*
|
|
92
|
+
* @public
|
|
92
93
|
*/
|
|
93
94
|
export declare class CreateRulesetCommand extends CreateRulesetCommand_base {
|
|
94
95
|
}
|
|
@@ -22,10 +22,10 @@ export interface CreateScheduleCommandOutput extends CreateScheduleResponse, __M
|
|
|
22
22
|
}
|
|
23
23
|
declare const CreateScheduleCommand_base: {
|
|
24
24
|
new (input: CreateScheduleCommandInput): import("@smithy/smithy-client").CommandImpl<CreateScheduleCommandInput, CreateScheduleCommandOutput, DataBrewClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: CreateScheduleCommandInput): import("@smithy/smithy-client").CommandImpl<CreateScheduleCommandInput, CreateScheduleCommandOutput, DataBrewClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Creates a new schedule for one or more DataBrew jobs. Jobs can be run at a specific
|
|
30
30
|
* date and time, or at regular intervals.</p>
|
|
31
31
|
* @example
|
|
@@ -70,6 +70,7 @@ declare const CreateScheduleCommand_base: {
|
|
|
70
70
|
* @throws {@link DataBrewServiceException}
|
|
71
71
|
* <p>Base exception class for all service exceptions from DataBrew service.</p>
|
|
72
72
|
*
|
|
73
|
+
* @public
|
|
73
74
|
*/
|
|
74
75
|
export declare class CreateScheduleCommand extends CreateScheduleCommand_base {
|
|
75
76
|
}
|
|
@@ -22,10 +22,10 @@ export interface DeleteDatasetCommandOutput extends DeleteDatasetResponse, __Met
|
|
|
22
22
|
}
|
|
23
23
|
declare const DeleteDatasetCommand_base: {
|
|
24
24
|
new (input: DeleteDatasetCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteDatasetCommandInput, DeleteDatasetCommandOutput, DataBrewClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: DeleteDatasetCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteDatasetCommandInput, DeleteDatasetCommandOutput, DataBrewClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Deletes a dataset from DataBrew.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -62,6 +62,7 @@ declare const DeleteDatasetCommand_base: {
|
|
|
62
62
|
* @throws {@link DataBrewServiceException}
|
|
63
63
|
* <p>Base exception class for all service exceptions from DataBrew service.</p>
|
|
64
64
|
*
|
|
65
|
+
* @public
|
|
65
66
|
*/
|
|
66
67
|
export declare class DeleteDatasetCommand extends DeleteDatasetCommand_base {
|
|
67
68
|
}
|
|
@@ -22,10 +22,10 @@ export interface DeleteJobCommandOutput extends DeleteJobResponse, __MetadataBea
|
|
|
22
22
|
}
|
|
23
23
|
declare const DeleteJobCommand_base: {
|
|
24
24
|
new (input: DeleteJobCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteJobCommandInput, DeleteJobCommandOutput, DataBrewClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: DeleteJobCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteJobCommandInput, DeleteJobCommandOutput, DataBrewClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Deletes the specified DataBrew job.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -62,6 +62,7 @@ declare const DeleteJobCommand_base: {
|
|
|
62
62
|
* @throws {@link DataBrewServiceException}
|
|
63
63
|
* <p>Base exception class for all service exceptions from DataBrew service.</p>
|
|
64
64
|
*
|
|
65
|
+
* @public
|
|
65
66
|
*/
|
|
66
67
|
export declare class DeleteJobCommand extends DeleteJobCommand_base {
|
|
67
68
|
}
|
|
@@ -22,10 +22,10 @@ export interface DeleteProjectCommandOutput extends DeleteProjectResponse, __Met
|
|
|
22
22
|
}
|
|
23
23
|
declare const DeleteProjectCommand_base: {
|
|
24
24
|
new (input: DeleteProjectCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteProjectCommandInput, DeleteProjectCommandOutput, DataBrewClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: DeleteProjectCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteProjectCommandInput, DeleteProjectCommandOutput, DataBrewClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Deletes an existing DataBrew project.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -62,6 +62,7 @@ declare const DeleteProjectCommand_base: {
|
|
|
62
62
|
* @throws {@link DataBrewServiceException}
|
|
63
63
|
* <p>Base exception class for all service exceptions from DataBrew service.</p>
|
|
64
64
|
*
|
|
65
|
+
* @public
|
|
65
66
|
*/
|
|
66
67
|
export declare class DeleteProjectCommand extends DeleteProjectCommand_base {
|
|
67
68
|
}
|
|
@@ -22,10 +22,10 @@ export interface DeleteRecipeVersionCommandOutput extends DeleteRecipeVersionRes
|
|
|
22
22
|
}
|
|
23
23
|
declare const DeleteRecipeVersionCommand_base: {
|
|
24
24
|
new (input: DeleteRecipeVersionCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteRecipeVersionCommandInput, DeleteRecipeVersionCommandOutput, DataBrewClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: DeleteRecipeVersionCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteRecipeVersionCommandInput, DeleteRecipeVersionCommandOutput, DataBrewClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Deletes a single version of a DataBrew recipe.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -64,6 +64,7 @@ declare const DeleteRecipeVersionCommand_base: {
|
|
|
64
64
|
* @throws {@link DataBrewServiceException}
|
|
65
65
|
* <p>Base exception class for all service exceptions from DataBrew service.</p>
|
|
66
66
|
*
|
|
67
|
+
* @public
|
|
67
68
|
*/
|
|
68
69
|
export declare class DeleteRecipeVersionCommand extends DeleteRecipeVersionCommand_base {
|
|
69
70
|
}
|
|
@@ -22,10 +22,10 @@ export interface DeleteRulesetCommandOutput extends DeleteRulesetResponse, __Met
|
|
|
22
22
|
}
|
|
23
23
|
declare const DeleteRulesetCommand_base: {
|
|
24
24
|
new (input: DeleteRulesetCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteRulesetCommandInput, DeleteRulesetCommandOutput, DataBrewClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: DeleteRulesetCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteRulesetCommandInput, DeleteRulesetCommandOutput, DataBrewClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Deletes a ruleset.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -62,6 +62,7 @@ declare const DeleteRulesetCommand_base: {
|
|
|
62
62
|
* @throws {@link DataBrewServiceException}
|
|
63
63
|
* <p>Base exception class for all service exceptions from DataBrew service.</p>
|
|
64
64
|
*
|
|
65
|
+
* @public
|
|
65
66
|
*/
|
|
66
67
|
export declare class DeleteRulesetCommand extends DeleteRulesetCommand_base {
|
|
67
68
|
}
|
|
@@ -22,10 +22,10 @@ export interface DeleteScheduleCommandOutput extends DeleteScheduleResponse, __M
|
|
|
22
22
|
}
|
|
23
23
|
declare const DeleteScheduleCommand_base: {
|
|
24
24
|
new (input: DeleteScheduleCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteScheduleCommandInput, DeleteScheduleCommandOutput, DataBrewClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: DeleteScheduleCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteScheduleCommandInput, DeleteScheduleCommandOutput, DataBrewClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Deletes the specified DataBrew schedule.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -59,6 +59,7 @@ declare const DeleteScheduleCommand_base: {
|
|
|
59
59
|
* @throws {@link DataBrewServiceException}
|
|
60
60
|
* <p>Base exception class for all service exceptions from DataBrew service.</p>
|
|
61
61
|
*
|
|
62
|
+
* @public
|
|
62
63
|
*/
|
|
63
64
|
export declare class DeleteScheduleCommand extends DeleteScheduleCommand_base {
|
|
64
65
|
}
|
|
@@ -22,10 +22,10 @@ export interface DescribeDatasetCommandOutput extends DescribeDatasetResponse, _
|
|
|
22
22
|
}
|
|
23
23
|
declare const DescribeDatasetCommand_base: {
|
|
24
24
|
new (input: DescribeDatasetCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeDatasetCommandInput, DescribeDatasetCommandOutput, DataBrewClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: DescribeDatasetCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeDatasetCommandInput, DescribeDatasetCommandOutput, DataBrewClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Returns the definition of a specific DataBrew dataset.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -148,6 +148,7 @@ declare const DescribeDatasetCommand_base: {
|
|
|
148
148
|
* @throws {@link DataBrewServiceException}
|
|
149
149
|
* <p>Base exception class for all service exceptions from DataBrew service.</p>
|
|
150
150
|
*
|
|
151
|
+
* @public
|
|
151
152
|
*/
|
|
152
153
|
export declare class DescribeDatasetCommand extends DescribeDatasetCommand_base {
|
|
153
154
|
}
|
|
@@ -22,10 +22,10 @@ export interface DescribeJobCommandOutput extends DescribeJobResponse, __Metadat
|
|
|
22
22
|
}
|
|
23
23
|
declare const DescribeJobCommand_base: {
|
|
24
24
|
new (input: DescribeJobCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeJobCommandInput, DescribeJobCommandOutput, DataBrewClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: DescribeJobCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeJobCommandInput, DescribeJobCommandOutput, DataBrewClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Returns the definition of a specific DataBrew job.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -205,6 +205,7 @@ declare const DescribeJobCommand_base: {
|
|
|
205
205
|
* @throws {@link DataBrewServiceException}
|
|
206
206
|
* <p>Base exception class for all service exceptions from DataBrew service.</p>
|
|
207
207
|
*
|
|
208
|
+
* @public
|
|
208
209
|
*/
|
|
209
210
|
export declare class DescribeJobCommand extends DescribeJobCommand_base {
|
|
210
211
|
}
|
|
@@ -22,10 +22,10 @@ export interface DescribeJobRunCommandOutput extends DescribeJobRunResponse, __M
|
|
|
22
22
|
}
|
|
23
23
|
declare const DescribeJobRunCommand_base: {
|
|
24
24
|
new (input: DescribeJobRunCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeJobRunCommandInput, DescribeJobRunCommandOutput, DataBrewClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: DescribeJobRunCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeJobRunCommandInput, DescribeJobRunCommandOutput, DataBrewClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Represents one run of a DataBrew job.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -199,6 +199,7 @@ declare const DescribeJobRunCommand_base: {
|
|
|
199
199
|
* @throws {@link DataBrewServiceException}
|
|
200
200
|
* <p>Base exception class for all service exceptions from DataBrew service.</p>
|
|
201
201
|
*
|
|
202
|
+
* @public
|
|
202
203
|
*/
|
|
203
204
|
export declare class DescribeJobRunCommand extends DescribeJobRunCommand_base {
|
|
204
205
|
}
|
|
@@ -22,10 +22,10 @@ export interface DescribeProjectCommandOutput extends DescribeProjectResponse, _
|
|
|
22
22
|
}
|
|
23
23
|
declare const DescribeProjectCommand_base: {
|
|
24
24
|
new (input: DescribeProjectCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeProjectCommandInput, DescribeProjectCommandOutput, DataBrewClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: DescribeProjectCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeProjectCommandInput, DescribeProjectCommandOutput, DataBrewClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Returns the definition of a specific DataBrew project.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -77,6 +77,7 @@ declare const DescribeProjectCommand_base: {
|
|
|
77
77
|
* @throws {@link DataBrewServiceException}
|
|
78
78
|
* <p>Base exception class for all service exceptions from DataBrew service.</p>
|
|
79
79
|
*
|
|
80
|
+
* @public
|
|
80
81
|
*/
|
|
81
82
|
export declare class DescribeProjectCommand extends DescribeProjectCommand_base {
|
|
82
83
|
}
|
|
@@ -22,10 +22,10 @@ export interface DescribeRecipeCommandOutput extends DescribeRecipeResponse, __M
|
|
|
22
22
|
}
|
|
23
23
|
declare const DescribeRecipeCommand_base: {
|
|
24
24
|
new (input: DescribeRecipeCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeRecipeCommandInput, DescribeRecipeCommandOutput, DataBrewClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: DescribeRecipeCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeRecipeCommandInput, DescribeRecipeCommandOutput, DataBrewClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Returns the definition of a specific DataBrew recipe corresponding to a particular
|
|
30
30
|
* version.</p>
|
|
31
31
|
* @example
|
|
@@ -91,6 +91,7 @@ declare const DescribeRecipeCommand_base: {
|
|
|
91
91
|
* @throws {@link DataBrewServiceException}
|
|
92
92
|
* <p>Base exception class for all service exceptions from DataBrew service.</p>
|
|
93
93
|
*
|
|
94
|
+
* @public
|
|
94
95
|
*/
|
|
95
96
|
export declare class DescribeRecipeCommand extends DescribeRecipeCommand_base {
|
|
96
97
|
}
|
|
@@ -22,10 +22,10 @@ export interface DescribeRulesetCommandOutput extends DescribeRulesetResponse, _
|
|
|
22
22
|
}
|
|
23
23
|
declare const DescribeRulesetCommand_base: {
|
|
24
24
|
new (input: DescribeRulesetCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeRulesetCommandInput, DescribeRulesetCommandOutput, DataBrewClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: DescribeRulesetCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeRulesetCommandInput, DescribeRulesetCommandOutput, DataBrewClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Retrieves detailed information about the ruleset.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -90,6 +90,7 @@ declare const DescribeRulesetCommand_base: {
|
|
|
90
90
|
* @throws {@link DataBrewServiceException}
|
|
91
91
|
* <p>Base exception class for all service exceptions from DataBrew service.</p>
|
|
92
92
|
*
|
|
93
|
+
* @public
|
|
93
94
|
*/
|
|
94
95
|
export declare class DescribeRulesetCommand extends DescribeRulesetCommand_base {
|
|
95
96
|
}
|
|
@@ -22,10 +22,10 @@ export interface DescribeScheduleCommandOutput extends DescribeScheduleResponse,
|
|
|
22
22
|
}
|
|
23
23
|
declare const DescribeScheduleCommand_base: {
|
|
24
24
|
new (input: DescribeScheduleCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeScheduleCommandInput, DescribeScheduleCommandOutput, DataBrewClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: DescribeScheduleCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeScheduleCommandInput, DescribeScheduleCommandOutput, DataBrewClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Returns the definition of a specific DataBrew schedule.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -71,6 +71,7 @@ declare const DescribeScheduleCommand_base: {
|
|
|
71
71
|
* @throws {@link DataBrewServiceException}
|
|
72
72
|
* <p>Base exception class for all service exceptions from DataBrew service.</p>
|
|
73
73
|
*
|
|
74
|
+
* @public
|
|
74
75
|
*/
|
|
75
76
|
export declare class DescribeScheduleCommand extends DescribeScheduleCommand_base {
|
|
76
77
|
}
|
|
@@ -22,10 +22,10 @@ export interface ListDatasetsCommandOutput extends ListDatasetsResponse, __Metad
|
|
|
22
22
|
}
|
|
23
23
|
declare const ListDatasetsCommand_base: {
|
|
24
24
|
new (input: ListDatasetsCommandInput): import("@smithy/smithy-client").CommandImpl<ListDatasetsCommandInput, ListDatasetsCommandOutput, DataBrewClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (...[input]: [] | [ListDatasetsCommandInput]): import("@smithy/smithy-client").CommandImpl<ListDatasetsCommandInput, ListDatasetsCommandOutput, DataBrewClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Lists all of the DataBrew datasets.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -152,6 +152,7 @@ declare const ListDatasetsCommand_base: {
|
|
|
152
152
|
* @throws {@link DataBrewServiceException}
|
|
153
153
|
* <p>Base exception class for all service exceptions from DataBrew service.</p>
|
|
154
154
|
*
|
|
155
|
+
* @public
|
|
155
156
|
*/
|
|
156
157
|
export declare class ListDatasetsCommand extends ListDatasetsCommand_base {
|
|
157
158
|
}
|
|
@@ -22,10 +22,10 @@ export interface ListJobRunsCommandOutput extends ListJobRunsResponse, __Metadat
|
|
|
22
22
|
}
|
|
23
23
|
declare const ListJobRunsCommand_base: {
|
|
24
24
|
new (input: ListJobRunsCommandInput): import("@smithy/smithy-client").CommandImpl<ListJobRunsCommandInput, ListJobRunsCommandOutput, DataBrewClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: ListJobRunsCommandInput): import("@smithy/smithy-client").CommandImpl<ListJobRunsCommandInput, ListJobRunsCommandOutput, DataBrewClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Lists all of the previous runs of a particular DataBrew job.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -149,6 +149,7 @@ declare const ListJobRunsCommand_base: {
|
|
|
149
149
|
* @throws {@link DataBrewServiceException}
|
|
150
150
|
* <p>Base exception class for all service exceptions from DataBrew service.</p>
|
|
151
151
|
*
|
|
152
|
+
* @public
|
|
152
153
|
*/
|
|
153
154
|
export declare class ListJobRunsCommand extends ListJobRunsCommand_base {
|
|
154
155
|
}
|
|
@@ -22,10 +22,10 @@ export interface ListJobsCommandOutput extends ListJobsResponse, __MetadataBeare
|
|
|
22
22
|
}
|
|
23
23
|
declare const ListJobsCommand_base: {
|
|
24
24
|
new (input: ListJobsCommandInput): import("@smithy/smithy-client").CommandImpl<ListJobsCommandInput, ListJobsCommandOutput, DataBrewClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (...[input]: [] | [ListJobsCommandInput]): import("@smithy/smithy-client").CommandImpl<ListJobsCommandInput, ListJobsCommandOutput, DataBrewClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Lists all of the DataBrew jobs that are defined.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -155,6 +155,7 @@ declare const ListJobsCommand_base: {
|
|
|
155
155
|
* @throws {@link DataBrewServiceException}
|
|
156
156
|
* <p>Base exception class for all service exceptions from DataBrew service.</p>
|
|
157
157
|
*
|
|
158
|
+
* @public
|
|
158
159
|
*/
|
|
159
160
|
export declare class ListJobsCommand extends ListJobsCommand_base {
|
|
160
161
|
}
|
|
@@ -22,10 +22,10 @@ export interface ListProjectsCommandOutput extends ListProjectsResponse, __Metad
|
|
|
22
22
|
}
|
|
23
23
|
declare const ListProjectsCommand_base: {
|
|
24
24
|
new (input: ListProjectsCommandInput): import("@smithy/smithy-client").CommandImpl<ListProjectsCommandInput, ListProjectsCommandOutput, DataBrewClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (...[input]: [] | [ListProjectsCommandInput]): import("@smithy/smithy-client").CommandImpl<ListProjectsCommandInput, ListProjectsCommandOutput, DataBrewClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Lists all of the DataBrew projects that are defined.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -80,6 +80,7 @@ declare const ListProjectsCommand_base: {
|
|
|
80
80
|
* @throws {@link DataBrewServiceException}
|
|
81
81
|
* <p>Base exception class for all service exceptions from DataBrew service.</p>
|
|
82
82
|
*
|
|
83
|
+
* @public
|
|
83
84
|
*/
|
|
84
85
|
export declare class ListProjectsCommand extends ListProjectsCommand_base {
|
|
85
86
|
}
|
|
@@ -22,10 +22,10 @@ export interface ListRecipeVersionsCommandOutput extends ListRecipeVersionsRespo
|
|
|
22
22
|
}
|
|
23
23
|
declare const ListRecipeVersionsCommand_base: {
|
|
24
24
|
new (input: ListRecipeVersionsCommandInput): import("@smithy/smithy-client").CommandImpl<ListRecipeVersionsCommandInput, ListRecipeVersionsCommandOutput, DataBrewClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: ListRecipeVersionsCommandInput): import("@smithy/smithy-client").CommandImpl<ListRecipeVersionsCommandInput, ListRecipeVersionsCommandOutput, DataBrewClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Lists the versions of a particular DataBrew recipe, except for
|
|
30
30
|
* <code>LATEST_WORKING</code>.</p>
|
|
31
31
|
* @example
|
|
@@ -94,6 +94,7 @@ declare const ListRecipeVersionsCommand_base: {
|
|
|
94
94
|
* @throws {@link DataBrewServiceException}
|
|
95
95
|
* <p>Base exception class for all service exceptions from DataBrew service.</p>
|
|
96
96
|
*
|
|
97
|
+
* @public
|
|
97
98
|
*/
|
|
98
99
|
export declare class ListRecipeVersionsCommand extends ListRecipeVersionsCommand_base {
|
|
99
100
|
}
|
|
@@ -22,10 +22,10 @@ export interface ListRecipesCommandOutput extends ListRecipesResponse, __Metadat
|
|
|
22
22
|
}
|
|
23
23
|
declare const ListRecipesCommand_base: {
|
|
24
24
|
new (input: ListRecipesCommandInput): import("@smithy/smithy-client").CommandImpl<ListRecipesCommandInput, ListRecipesCommandOutput, DataBrewClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (...[input]: [] | [ListRecipesCommandInput]): import("@smithy/smithy-client").CommandImpl<ListRecipesCommandInput, ListRecipesCommandOutput, DataBrewClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Lists all of the DataBrew recipes that are defined.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -93,6 +93,7 @@ declare const ListRecipesCommand_base: {
|
|
|
93
93
|
* @throws {@link DataBrewServiceException}
|
|
94
94
|
* <p>Base exception class for all service exceptions from DataBrew service.</p>
|
|
95
95
|
*
|
|
96
|
+
* @public
|
|
96
97
|
*/
|
|
97
98
|
export declare class ListRecipesCommand extends ListRecipesCommand_base {
|
|
98
99
|
}
|