@aws-sdk/client-databrew 3.533.0 → 3.540.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 (99) hide show
  1. package/dist-cjs/endpoint/endpointResolver.js +4 -2
  2. package/dist-cjs/index.js +0 -3
  3. package/dist-es/endpoint/endpointResolver.js +3 -1
  4. package/dist-es/index.js +0 -1
  5. package/dist-types/DataBrew.d.ts +7 -1
  6. package/dist-types/DataBrewClient.d.ts +1 -1
  7. package/dist-types/commands/BatchDeleteRecipeVersionCommand.d.ts +2 -1
  8. package/dist-types/commands/CreateDatasetCommand.d.ts +2 -1
  9. package/dist-types/commands/CreateProfileJobCommand.d.ts +2 -1
  10. package/dist-types/commands/CreateProjectCommand.d.ts +2 -1
  11. package/dist-types/commands/CreateRecipeCommand.d.ts +2 -1
  12. package/dist-types/commands/CreateRecipeJobCommand.d.ts +2 -1
  13. package/dist-types/commands/CreateRulesetCommand.d.ts +2 -1
  14. package/dist-types/commands/CreateScheduleCommand.d.ts +2 -1
  15. package/dist-types/commands/DeleteDatasetCommand.d.ts +2 -1
  16. package/dist-types/commands/DeleteJobCommand.d.ts +2 -1
  17. package/dist-types/commands/DeleteProjectCommand.d.ts +2 -1
  18. package/dist-types/commands/DeleteRecipeVersionCommand.d.ts +2 -1
  19. package/dist-types/commands/DeleteRulesetCommand.d.ts +2 -1
  20. package/dist-types/commands/DeleteScheduleCommand.d.ts +2 -1
  21. package/dist-types/commands/DescribeDatasetCommand.d.ts +2 -1
  22. package/dist-types/commands/DescribeJobCommand.d.ts +2 -1
  23. package/dist-types/commands/DescribeJobRunCommand.d.ts +2 -1
  24. package/dist-types/commands/DescribeProjectCommand.d.ts +2 -1
  25. package/dist-types/commands/DescribeRecipeCommand.d.ts +2 -1
  26. package/dist-types/commands/DescribeRulesetCommand.d.ts +2 -1
  27. package/dist-types/commands/DescribeScheduleCommand.d.ts +2 -1
  28. package/dist-types/commands/ListDatasetsCommand.d.ts +2 -1
  29. package/dist-types/commands/ListJobRunsCommand.d.ts +2 -1
  30. package/dist-types/commands/ListJobsCommand.d.ts +2 -1
  31. package/dist-types/commands/ListProjectsCommand.d.ts +2 -1
  32. package/dist-types/commands/ListRecipeVersionsCommand.d.ts +2 -1
  33. package/dist-types/commands/ListRecipesCommand.d.ts +2 -1
  34. package/dist-types/commands/ListRulesetsCommand.d.ts +2 -1
  35. package/dist-types/commands/ListSchedulesCommand.d.ts +2 -1
  36. package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -1
  37. package/dist-types/commands/PublishRecipeCommand.d.ts +2 -1
  38. package/dist-types/commands/SendProjectSessionActionCommand.d.ts +2 -1
  39. package/dist-types/commands/StartJobRunCommand.d.ts +2 -1
  40. package/dist-types/commands/StartProjectSessionCommand.d.ts +2 -1
  41. package/dist-types/commands/StopJobRunCommand.d.ts +2 -1
  42. package/dist-types/commands/TagResourceCommand.d.ts +2 -1
  43. package/dist-types/commands/UntagResourceCommand.d.ts +2 -1
  44. package/dist-types/commands/UpdateDatasetCommand.d.ts +2 -1
  45. package/dist-types/commands/UpdateProfileJobCommand.d.ts +2 -1
  46. package/dist-types/commands/UpdateProjectCommand.d.ts +2 -1
  47. package/dist-types/commands/UpdateRecipeCommand.d.ts +2 -1
  48. package/dist-types/commands/UpdateRecipeJobCommand.d.ts +2 -1
  49. package/dist-types/commands/UpdateRulesetCommand.d.ts +2 -1
  50. package/dist-types/commands/UpdateScheduleCommand.d.ts +2 -1
  51. package/dist-types/index.d.ts +0 -1
  52. package/dist-types/models/models_0.d.ts +568 -568
  53. package/dist-types/ts3.4/DataBrew.d.ts +6 -0
  54. package/dist-types/ts3.4/commands/BatchDeleteRecipeVersionCommand.d.ts +9 -0
  55. package/dist-types/ts3.4/commands/CreateDatasetCommand.d.ts +9 -0
  56. package/dist-types/ts3.4/commands/CreateProfileJobCommand.d.ts +9 -0
  57. package/dist-types/ts3.4/commands/CreateProjectCommand.d.ts +9 -0
  58. package/dist-types/ts3.4/commands/CreateRecipeCommand.d.ts +9 -0
  59. package/dist-types/ts3.4/commands/CreateRecipeJobCommand.d.ts +9 -0
  60. package/dist-types/ts3.4/commands/CreateRulesetCommand.d.ts +9 -0
  61. package/dist-types/ts3.4/commands/CreateScheduleCommand.d.ts +9 -0
  62. package/dist-types/ts3.4/commands/DeleteDatasetCommand.d.ts +9 -0
  63. package/dist-types/ts3.4/commands/DeleteJobCommand.d.ts +9 -0
  64. package/dist-types/ts3.4/commands/DeleteProjectCommand.d.ts +9 -0
  65. package/dist-types/ts3.4/commands/DeleteRecipeVersionCommand.d.ts +9 -0
  66. package/dist-types/ts3.4/commands/DeleteRulesetCommand.d.ts +9 -0
  67. package/dist-types/ts3.4/commands/DeleteScheduleCommand.d.ts +9 -0
  68. package/dist-types/ts3.4/commands/DescribeDatasetCommand.d.ts +9 -0
  69. package/dist-types/ts3.4/commands/DescribeJobCommand.d.ts +9 -0
  70. package/dist-types/ts3.4/commands/DescribeJobRunCommand.d.ts +9 -0
  71. package/dist-types/ts3.4/commands/DescribeProjectCommand.d.ts +9 -0
  72. package/dist-types/ts3.4/commands/DescribeRecipeCommand.d.ts +9 -0
  73. package/dist-types/ts3.4/commands/DescribeRulesetCommand.d.ts +9 -0
  74. package/dist-types/ts3.4/commands/DescribeScheduleCommand.d.ts +9 -0
  75. package/dist-types/ts3.4/commands/ListDatasetsCommand.d.ts +9 -0
  76. package/dist-types/ts3.4/commands/ListJobRunsCommand.d.ts +9 -0
  77. package/dist-types/ts3.4/commands/ListJobsCommand.d.ts +9 -0
  78. package/dist-types/ts3.4/commands/ListProjectsCommand.d.ts +9 -0
  79. package/dist-types/ts3.4/commands/ListRecipeVersionsCommand.d.ts +9 -0
  80. package/dist-types/ts3.4/commands/ListRecipesCommand.d.ts +9 -0
  81. package/dist-types/ts3.4/commands/ListRulesetsCommand.d.ts +9 -0
  82. package/dist-types/ts3.4/commands/ListSchedulesCommand.d.ts +9 -0
  83. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +9 -0
  84. package/dist-types/ts3.4/commands/PublishRecipeCommand.d.ts +9 -0
  85. package/dist-types/ts3.4/commands/SendProjectSessionActionCommand.d.ts +9 -0
  86. package/dist-types/ts3.4/commands/StartJobRunCommand.d.ts +9 -0
  87. package/dist-types/ts3.4/commands/StartProjectSessionCommand.d.ts +9 -0
  88. package/dist-types/ts3.4/commands/StopJobRunCommand.d.ts +9 -0
  89. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +9 -0
  90. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +9 -0
  91. package/dist-types/ts3.4/commands/UpdateDatasetCommand.d.ts +9 -0
  92. package/dist-types/ts3.4/commands/UpdateProfileJobCommand.d.ts +9 -0
  93. package/dist-types/ts3.4/commands/UpdateProjectCommand.d.ts +9 -0
  94. package/dist-types/ts3.4/commands/UpdateRecipeCommand.d.ts +9 -0
  95. package/dist-types/ts3.4/commands/UpdateRecipeJobCommand.d.ts +9 -0
  96. package/dist-types/ts3.4/commands/UpdateRulesetCommand.d.ts +9 -0
  97. package/dist-types/ts3.4/commands/UpdateScheduleCommand.d.ts +9 -0
  98. package/dist-types/ts3.4/index.d.ts +0 -1
  99. package/package.json +40 -40
@@ -1,12 +1,14 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.defaultEndpointResolver = void 0;
4
- const util_endpoints_1 = require("@smithy/util-endpoints");
4
+ const util_endpoints_1 = require("@aws-sdk/util-endpoints");
5
+ const util_endpoints_2 = require("@smithy/util-endpoints");
5
6
  const ruleset_1 = require("./ruleset");
6
7
  const defaultEndpointResolver = (endpointParams, context = {}) => {
7
- return (0, util_endpoints_1.resolveEndpoint)(ruleset_1.ruleSet, {
8
+ return (0, util_endpoints_2.resolveEndpoint)(ruleset_1.ruleSet, {
8
9
  endpointParams: endpointParams,
9
10
  logger: context.logger,
10
11
  });
11
12
  };
12
13
  exports.defaultEndpointResolver = defaultEndpointResolver;
14
+ util_endpoints_2.customEndpointFunctions.aws = util_endpoints_1.awsEndpointFunctions;
package/dist-cjs/index.js CHANGED
@@ -3048,9 +3048,6 @@ var paginateListRulesets = (0, import_core.createPaginator)(DataBrewClient, List
3048
3048
  // src/pagination/ListSchedulesPaginator.ts
3049
3049
 
3050
3050
  var paginateListSchedules = (0, import_core.createPaginator)(DataBrewClient, ListSchedulesCommand, "NextToken", "NextToken", "MaxResults");
3051
-
3052
- // src/index.ts
3053
- var import_util_endpoints = require("@aws-sdk/util-endpoints");
3054
3051
  // Annotate the CommonJS export names for ESM import in node:
3055
3052
 
3056
3053
  0 && (module.exports = {
@@ -1,4 +1,5 @@
1
- import { resolveEndpoint } from "@smithy/util-endpoints";
1
+ import { awsEndpointFunctions } from "@aws-sdk/util-endpoints";
2
+ import { customEndpointFunctions, resolveEndpoint } from "@smithy/util-endpoints";
2
3
  import { ruleSet } from "./ruleset";
3
4
  export const defaultEndpointResolver = (endpointParams, context = {}) => {
4
5
  return resolveEndpoint(ruleSet, {
@@ -6,3 +7,4 @@ export const defaultEndpointResolver = (endpointParams, context = {}) => {
6
7
  logger: context.logger,
7
8
  });
8
9
  };
10
+ customEndpointFunctions.aws = awsEndpointFunctions;
package/dist-es/index.js CHANGED
@@ -3,5 +3,4 @@ export * from "./DataBrew";
3
3
  export * from "./commands";
4
4
  export * from "./pagination";
5
5
  export * from "./models";
6
- import "@aws-sdk/util-endpoints";
7
6
  export { DataBrewServiceException } from "./models/DataBrewServiceException";
@@ -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
  }