@aws-sdk/client-databrew 3.477.0 → 3.481.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 (213) hide show
  1. package/dist-cjs/commands/BatchDeleteRecipeVersionCommand.js +18 -41
  2. package/dist-cjs/commands/CreateDatasetCommand.js +18 -41
  3. package/dist-cjs/commands/CreateProfileJobCommand.js +18 -41
  4. package/dist-cjs/commands/CreateProjectCommand.js +18 -41
  5. package/dist-cjs/commands/CreateRecipeCommand.js +18 -41
  6. package/dist-cjs/commands/CreateRecipeJobCommand.js +18 -41
  7. package/dist-cjs/commands/CreateRulesetCommand.js +18 -41
  8. package/dist-cjs/commands/CreateScheduleCommand.js +18 -41
  9. package/dist-cjs/commands/DeleteDatasetCommand.js +18 -41
  10. package/dist-cjs/commands/DeleteJobCommand.js +18 -41
  11. package/dist-cjs/commands/DeleteProjectCommand.js +18 -41
  12. package/dist-cjs/commands/DeleteRecipeVersionCommand.js +18 -41
  13. package/dist-cjs/commands/DeleteRulesetCommand.js +18 -41
  14. package/dist-cjs/commands/DeleteScheduleCommand.js +18 -41
  15. package/dist-cjs/commands/DescribeDatasetCommand.js +18 -41
  16. package/dist-cjs/commands/DescribeJobCommand.js +18 -41
  17. package/dist-cjs/commands/DescribeJobRunCommand.js +18 -41
  18. package/dist-cjs/commands/DescribeProjectCommand.js +18 -41
  19. package/dist-cjs/commands/DescribeRecipeCommand.js +18 -41
  20. package/dist-cjs/commands/DescribeRulesetCommand.js +18 -41
  21. package/dist-cjs/commands/DescribeScheduleCommand.js +18 -41
  22. package/dist-cjs/commands/ListDatasetsCommand.js +18 -41
  23. package/dist-cjs/commands/ListJobRunsCommand.js +18 -41
  24. package/dist-cjs/commands/ListJobsCommand.js +18 -41
  25. package/dist-cjs/commands/ListProjectsCommand.js +18 -41
  26. package/dist-cjs/commands/ListRecipeVersionsCommand.js +18 -41
  27. package/dist-cjs/commands/ListRecipesCommand.js +18 -41
  28. package/dist-cjs/commands/ListRulesetsCommand.js +18 -41
  29. package/dist-cjs/commands/ListSchedulesCommand.js +18 -41
  30. package/dist-cjs/commands/ListTagsForResourceCommand.js +18 -41
  31. package/dist-cjs/commands/PublishRecipeCommand.js +18 -41
  32. package/dist-cjs/commands/SendProjectSessionActionCommand.js +18 -41
  33. package/dist-cjs/commands/StartJobRunCommand.js +18 -41
  34. package/dist-cjs/commands/StartProjectSessionCommand.js +18 -41
  35. package/dist-cjs/commands/StopJobRunCommand.js +18 -41
  36. package/dist-cjs/commands/TagResourceCommand.js +18 -41
  37. package/dist-cjs/commands/UntagResourceCommand.js +18 -41
  38. package/dist-cjs/commands/UpdateDatasetCommand.js +18 -41
  39. package/dist-cjs/commands/UpdateProfileJobCommand.js +18 -41
  40. package/dist-cjs/commands/UpdateProjectCommand.js +18 -41
  41. package/dist-cjs/commands/UpdateRecipeCommand.js +18 -41
  42. package/dist-cjs/commands/UpdateRecipeJobCommand.js +18 -41
  43. package/dist-cjs/commands/UpdateRulesetCommand.js +18 -41
  44. package/dist-cjs/commands/UpdateScheduleCommand.js +18 -41
  45. package/dist-cjs/endpoint/EndpointParameters.js +7 -1
  46. package/dist-cjs/pagination/ListDatasetsPaginator.js +2 -24
  47. package/dist-cjs/pagination/ListJobRunsPaginator.js +2 -24
  48. package/dist-cjs/pagination/ListJobsPaginator.js +2 -24
  49. package/dist-cjs/pagination/ListProjectsPaginator.js +2 -24
  50. package/dist-cjs/pagination/ListRecipeVersionsPaginator.js +2 -24
  51. package/dist-cjs/pagination/ListRecipesPaginator.js +2 -24
  52. package/dist-cjs/pagination/ListRulesetsPaginator.js +2 -24
  53. package/dist-cjs/pagination/ListSchedulesPaginator.js +2 -24
  54. package/dist-es/commands/BatchDeleteRecipeVersionCommand.js +18 -41
  55. package/dist-es/commands/CreateDatasetCommand.js +18 -41
  56. package/dist-es/commands/CreateProfileJobCommand.js +18 -41
  57. package/dist-es/commands/CreateProjectCommand.js +18 -41
  58. package/dist-es/commands/CreateRecipeCommand.js +18 -41
  59. package/dist-es/commands/CreateRecipeJobCommand.js +18 -41
  60. package/dist-es/commands/CreateRulesetCommand.js +18 -41
  61. package/dist-es/commands/CreateScheduleCommand.js +18 -41
  62. package/dist-es/commands/DeleteDatasetCommand.js +18 -41
  63. package/dist-es/commands/DeleteJobCommand.js +18 -41
  64. package/dist-es/commands/DeleteProjectCommand.js +18 -41
  65. package/dist-es/commands/DeleteRecipeVersionCommand.js +18 -41
  66. package/dist-es/commands/DeleteRulesetCommand.js +18 -41
  67. package/dist-es/commands/DeleteScheduleCommand.js +18 -41
  68. package/dist-es/commands/DescribeDatasetCommand.js +18 -41
  69. package/dist-es/commands/DescribeJobCommand.js +18 -41
  70. package/dist-es/commands/DescribeJobRunCommand.js +18 -41
  71. package/dist-es/commands/DescribeProjectCommand.js +18 -41
  72. package/dist-es/commands/DescribeRecipeCommand.js +18 -41
  73. package/dist-es/commands/DescribeRulesetCommand.js +18 -41
  74. package/dist-es/commands/DescribeScheduleCommand.js +18 -41
  75. package/dist-es/commands/ListDatasetsCommand.js +18 -41
  76. package/dist-es/commands/ListJobRunsCommand.js +18 -41
  77. package/dist-es/commands/ListJobsCommand.js +18 -41
  78. package/dist-es/commands/ListProjectsCommand.js +18 -41
  79. package/dist-es/commands/ListRecipeVersionsCommand.js +18 -41
  80. package/dist-es/commands/ListRecipesCommand.js +18 -41
  81. package/dist-es/commands/ListRulesetsCommand.js +18 -41
  82. package/dist-es/commands/ListSchedulesCommand.js +18 -41
  83. package/dist-es/commands/ListTagsForResourceCommand.js +18 -41
  84. package/dist-es/commands/PublishRecipeCommand.js +18 -41
  85. package/dist-es/commands/SendProjectSessionActionCommand.js +18 -41
  86. package/dist-es/commands/StartJobRunCommand.js +18 -41
  87. package/dist-es/commands/StartProjectSessionCommand.js +18 -41
  88. package/dist-es/commands/StopJobRunCommand.js +18 -41
  89. package/dist-es/commands/TagResourceCommand.js +18 -41
  90. package/dist-es/commands/UntagResourceCommand.js +18 -41
  91. package/dist-es/commands/UpdateDatasetCommand.js +18 -41
  92. package/dist-es/commands/UpdateProfileJobCommand.js +18 -41
  93. package/dist-es/commands/UpdateProjectCommand.js +18 -41
  94. package/dist-es/commands/UpdateRecipeCommand.js +18 -41
  95. package/dist-es/commands/UpdateRecipeJobCommand.js +18 -41
  96. package/dist-es/commands/UpdateRulesetCommand.js +18 -41
  97. package/dist-es/commands/UpdateScheduleCommand.js +18 -41
  98. package/dist-es/endpoint/EndpointParameters.js +6 -0
  99. package/dist-es/pagination/ListDatasetsPaginator.js +2 -23
  100. package/dist-es/pagination/ListJobRunsPaginator.js +2 -23
  101. package/dist-es/pagination/ListJobsPaginator.js +2 -23
  102. package/dist-es/pagination/ListProjectsPaginator.js +2 -23
  103. package/dist-es/pagination/ListRecipeVersionsPaginator.js +2 -23
  104. package/dist-es/pagination/ListRecipesPaginator.js +2 -23
  105. package/dist-es/pagination/ListRulesetsPaginator.js +2 -23
  106. package/dist-es/pagination/ListSchedulesPaginator.js +2 -23
  107. package/dist-types/commands/BatchDeleteRecipeVersionCommand.d.ts +6 -21
  108. package/dist-types/commands/CreateDatasetCommand.d.ts +6 -21
  109. package/dist-types/commands/CreateProfileJobCommand.d.ts +6 -21
  110. package/dist-types/commands/CreateProjectCommand.d.ts +6 -21
  111. package/dist-types/commands/CreateRecipeCommand.d.ts +6 -21
  112. package/dist-types/commands/CreateRecipeJobCommand.d.ts +6 -21
  113. package/dist-types/commands/CreateRulesetCommand.d.ts +6 -21
  114. package/dist-types/commands/CreateScheduleCommand.d.ts +6 -21
  115. package/dist-types/commands/DeleteDatasetCommand.d.ts +6 -21
  116. package/dist-types/commands/DeleteJobCommand.d.ts +6 -21
  117. package/dist-types/commands/DeleteProjectCommand.d.ts +6 -21
  118. package/dist-types/commands/DeleteRecipeVersionCommand.d.ts +6 -21
  119. package/dist-types/commands/DeleteRulesetCommand.d.ts +6 -21
  120. package/dist-types/commands/DeleteScheduleCommand.d.ts +6 -21
  121. package/dist-types/commands/DescribeDatasetCommand.d.ts +6 -21
  122. package/dist-types/commands/DescribeJobCommand.d.ts +6 -21
  123. package/dist-types/commands/DescribeJobRunCommand.d.ts +6 -21
  124. package/dist-types/commands/DescribeProjectCommand.d.ts +6 -21
  125. package/dist-types/commands/DescribeRecipeCommand.d.ts +6 -21
  126. package/dist-types/commands/DescribeRulesetCommand.d.ts +6 -21
  127. package/dist-types/commands/DescribeScheduleCommand.d.ts +6 -21
  128. package/dist-types/commands/ListDatasetsCommand.d.ts +6 -21
  129. package/dist-types/commands/ListJobRunsCommand.d.ts +6 -21
  130. package/dist-types/commands/ListJobsCommand.d.ts +6 -21
  131. package/dist-types/commands/ListProjectsCommand.d.ts +6 -21
  132. package/dist-types/commands/ListRecipeVersionsCommand.d.ts +6 -21
  133. package/dist-types/commands/ListRecipesCommand.d.ts +6 -21
  134. package/dist-types/commands/ListRulesetsCommand.d.ts +6 -21
  135. package/dist-types/commands/ListSchedulesCommand.d.ts +6 -21
  136. package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -21
  137. package/dist-types/commands/PublishRecipeCommand.d.ts +6 -21
  138. package/dist-types/commands/SendProjectSessionActionCommand.d.ts +6 -21
  139. package/dist-types/commands/StartJobRunCommand.d.ts +6 -21
  140. package/dist-types/commands/StartProjectSessionCommand.d.ts +6 -21
  141. package/dist-types/commands/StopJobRunCommand.d.ts +6 -21
  142. package/dist-types/commands/TagResourceCommand.d.ts +6 -21
  143. package/dist-types/commands/UntagResourceCommand.d.ts +6 -21
  144. package/dist-types/commands/UpdateDatasetCommand.d.ts +6 -21
  145. package/dist-types/commands/UpdateProfileJobCommand.d.ts +6 -21
  146. package/dist-types/commands/UpdateProjectCommand.d.ts +6 -21
  147. package/dist-types/commands/UpdateRecipeCommand.d.ts +6 -21
  148. package/dist-types/commands/UpdateRecipeJobCommand.d.ts +6 -21
  149. package/dist-types/commands/UpdateRulesetCommand.d.ts +6 -21
  150. package/dist-types/commands/UpdateScheduleCommand.d.ts +6 -21
  151. package/dist-types/endpoint/EndpointParameters.d.ts +18 -0
  152. package/dist-types/pagination/ListDatasetsPaginator.d.ts +1 -1
  153. package/dist-types/pagination/ListJobRunsPaginator.d.ts +1 -1
  154. package/dist-types/pagination/ListJobsPaginator.d.ts +1 -1
  155. package/dist-types/pagination/ListProjectsPaginator.d.ts +1 -1
  156. package/dist-types/pagination/ListRecipeVersionsPaginator.d.ts +1 -1
  157. package/dist-types/pagination/ListRecipesPaginator.d.ts +1 -1
  158. package/dist-types/pagination/ListRulesetsPaginator.d.ts +1 -1
  159. package/dist-types/pagination/ListSchedulesPaginator.d.ts +1 -1
  160. package/dist-types/ts3.4/commands/BatchDeleteRecipeVersionCommand.d.ts +12 -24
  161. package/dist-types/ts3.4/commands/CreateDatasetCommand.d.ts +14 -23
  162. package/dist-types/ts3.4/commands/CreateProfileJobCommand.d.ts +14 -23
  163. package/dist-types/ts3.4/commands/CreateProjectCommand.d.ts +14 -23
  164. package/dist-types/ts3.4/commands/CreateRecipeCommand.d.ts +14 -23
  165. package/dist-types/ts3.4/commands/CreateRecipeJobCommand.d.ts +14 -23
  166. package/dist-types/ts3.4/commands/CreateRulesetCommand.d.ts +14 -23
  167. package/dist-types/ts3.4/commands/CreateScheduleCommand.d.ts +14 -23
  168. package/dist-types/ts3.4/commands/DeleteDatasetCommand.d.ts +14 -23
  169. package/dist-types/ts3.4/commands/DeleteJobCommand.d.ts +14 -23
  170. package/dist-types/ts3.4/commands/DeleteProjectCommand.d.ts +14 -23
  171. package/dist-types/ts3.4/commands/DeleteRecipeVersionCommand.d.ts +14 -23
  172. package/dist-types/ts3.4/commands/DeleteRulesetCommand.d.ts +14 -23
  173. package/dist-types/ts3.4/commands/DeleteScheduleCommand.d.ts +14 -23
  174. package/dist-types/ts3.4/commands/DescribeDatasetCommand.d.ts +14 -23
  175. package/dist-types/ts3.4/commands/DescribeJobCommand.d.ts +14 -23
  176. package/dist-types/ts3.4/commands/DescribeJobRunCommand.d.ts +14 -23
  177. package/dist-types/ts3.4/commands/DescribeProjectCommand.d.ts +14 -23
  178. package/dist-types/ts3.4/commands/DescribeRecipeCommand.d.ts +14 -23
  179. package/dist-types/ts3.4/commands/DescribeRulesetCommand.d.ts +14 -23
  180. package/dist-types/ts3.4/commands/DescribeScheduleCommand.d.ts +14 -23
  181. package/dist-types/ts3.4/commands/ListDatasetsCommand.d.ts +14 -23
  182. package/dist-types/ts3.4/commands/ListJobRunsCommand.d.ts +14 -23
  183. package/dist-types/ts3.4/commands/ListJobsCommand.d.ts +14 -23
  184. package/dist-types/ts3.4/commands/ListProjectsCommand.d.ts +14 -23
  185. package/dist-types/ts3.4/commands/ListRecipeVersionsCommand.d.ts +14 -23
  186. package/dist-types/ts3.4/commands/ListRecipesCommand.d.ts +14 -23
  187. package/dist-types/ts3.4/commands/ListRulesetsCommand.d.ts +14 -23
  188. package/dist-types/ts3.4/commands/ListSchedulesCommand.d.ts +14 -23
  189. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +14 -23
  190. package/dist-types/ts3.4/commands/PublishRecipeCommand.d.ts +14 -23
  191. package/dist-types/ts3.4/commands/SendProjectSessionActionCommand.d.ts +12 -24
  192. package/dist-types/ts3.4/commands/StartJobRunCommand.d.ts +14 -23
  193. package/dist-types/ts3.4/commands/StartProjectSessionCommand.d.ts +14 -23
  194. package/dist-types/ts3.4/commands/StopJobRunCommand.d.ts +14 -23
  195. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +14 -23
  196. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +14 -23
  197. package/dist-types/ts3.4/commands/UpdateDatasetCommand.d.ts +14 -23
  198. package/dist-types/ts3.4/commands/UpdateProfileJobCommand.d.ts +14 -23
  199. package/dist-types/ts3.4/commands/UpdateProjectCommand.d.ts +14 -23
  200. package/dist-types/ts3.4/commands/UpdateRecipeCommand.d.ts +14 -23
  201. package/dist-types/ts3.4/commands/UpdateRecipeJobCommand.d.ts +14 -23
  202. package/dist-types/ts3.4/commands/UpdateRulesetCommand.d.ts +14 -23
  203. package/dist-types/ts3.4/commands/UpdateScheduleCommand.d.ts +14 -23
  204. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +18 -0
  205. package/dist-types/ts3.4/pagination/ListDatasetsPaginator.d.ts +3 -3
  206. package/dist-types/ts3.4/pagination/ListJobRunsPaginator.d.ts +3 -3
  207. package/dist-types/ts3.4/pagination/ListJobsPaginator.d.ts +3 -3
  208. package/dist-types/ts3.4/pagination/ListProjectsPaginator.d.ts +3 -3
  209. package/dist-types/ts3.4/pagination/ListRecipeVersionsPaginator.d.ts +3 -3
  210. package/dist-types/ts3.4/pagination/ListRecipesPaginator.d.ts +3 -3
  211. package/dist-types/ts3.4/pagination/ListRulesetsPaginator.d.ts +3 -3
  212. package/dist-types/ts3.4/pagination/ListSchedulesPaginator.d.ts +3 -3
  213. package/package.json +11 -11
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { DataBrewClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataBrewClient";
5
4
  import { StopJobRunRequest, StopJobRunResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface StopJobRunCommandInput extends StopJobRunRequest {
21
20
  */
22
21
  export interface StopJobRunCommandOutput extends StopJobRunResponse, __MetadataBearer {
23
22
  }
23
+ declare const StopJobRunCommand_base: {
24
+ new (input: StopJobRunCommandInput): import("@smithy/smithy-client").CommandImpl<StopJobRunCommandInput, StopJobRunCommandOutput, DataBrewClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Stops a particular run of a job.</p>
@@ -58,23 +61,5 @@ export interface StopJobRunCommandOutput extends StopJobRunResponse, __MetadataB
58
61
  * <p>Base exception class for all service exceptions from DataBrew service.</p>
59
62
  *
60
63
  */
61
- export declare class StopJobRunCommand extends $Command<StopJobRunCommandInput, StopJobRunCommandOutput, DataBrewClientResolvedConfig> {
62
- readonly input: StopJobRunCommandInput;
63
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
64
- /**
65
- * @public
66
- */
67
- constructor(input: StopJobRunCommandInput);
68
- /**
69
- * @internal
70
- */
71
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DataBrewClientResolvedConfig, options?: __HttpHandlerOptions): Handler<StopJobRunCommandInput, StopJobRunCommandOutput>;
72
- /**
73
- * @internal
74
- */
75
- private serialize;
76
- /**
77
- * @internal
78
- */
79
- private deserialize;
64
+ export declare class StopJobRunCommand extends StopJobRunCommand_base {
80
65
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { DataBrewClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataBrewClient";
5
4
  import { TagResourceRequest, TagResourceResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface TagResourceCommandInput extends TagResourceRequest {
21
20
  */
22
21
  export interface TagResourceCommandOutput extends TagResourceResponse, __MetadataBearer {
23
22
  }
23
+ declare const TagResourceCommand_base: {
24
+ new (input: TagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, DataBrewClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Adds metadata tags to a DataBrew resource, such as a dataset, project, recipe, job, or
@@ -62,23 +65,5 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat
62
65
  * <p>Base exception class for all service exceptions from DataBrew service.</p>
63
66
  *
64
67
  */
65
- export declare class TagResourceCommand extends $Command<TagResourceCommandInput, TagResourceCommandOutput, DataBrewClientResolvedConfig> {
66
- readonly input: TagResourceCommandInput;
67
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
68
- /**
69
- * @public
70
- */
71
- constructor(input: TagResourceCommandInput);
72
- /**
73
- * @internal
74
- */
75
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DataBrewClientResolvedConfig, options?: __HttpHandlerOptions): Handler<TagResourceCommandInput, TagResourceCommandOutput>;
76
- /**
77
- * @internal
78
- */
79
- private serialize;
80
- /**
81
- * @internal
82
- */
83
- private deserialize;
68
+ export declare class TagResourceCommand extends TagResourceCommand_base {
84
69
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { DataBrewClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataBrewClient";
5
4
  import { UntagResourceRequest, UntagResourceResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface UntagResourceCommandInput extends UntagResourceRequest {
21
20
  */
22
21
  export interface UntagResourceCommandOutput extends UntagResourceResponse, __MetadataBearer {
23
22
  }
23
+ declare const UntagResourceCommand_base: {
24
+ new (input: UntagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, DataBrewClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Removes metadata tags from a DataBrew resource.</p>
@@ -61,23 +64,5 @@ export interface UntagResourceCommandOutput extends UntagResourceResponse, __Met
61
64
  * <p>Base exception class for all service exceptions from DataBrew service.</p>
62
65
  *
63
66
  */
64
- export declare class UntagResourceCommand extends $Command<UntagResourceCommandInput, UntagResourceCommandOutput, DataBrewClientResolvedConfig> {
65
- readonly input: UntagResourceCommandInput;
66
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
67
- /**
68
- * @public
69
- */
70
- constructor(input: UntagResourceCommandInput);
71
- /**
72
- * @internal
73
- */
74
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DataBrewClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UntagResourceCommandInput, UntagResourceCommandOutput>;
75
- /**
76
- * @internal
77
- */
78
- private serialize;
79
- /**
80
- * @internal
81
- */
82
- private deserialize;
67
+ export declare class UntagResourceCommand extends UntagResourceCommand_base {
83
68
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { DataBrewClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataBrewClient";
5
4
  import { UpdateDatasetRequest, UpdateDatasetResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface UpdateDatasetCommandInput extends UpdateDatasetRequest {
21
20
  */
22
21
  export interface UpdateDatasetCommandOutput extends UpdateDatasetResponse, __MetadataBearer {
23
22
  }
23
+ declare const UpdateDatasetCommand_base: {
24
+ new (input: UpdateDatasetCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateDatasetCommandInput, UpdateDatasetCommandOutput, DataBrewClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Modifies the definition of an existing DataBrew dataset.</p>
@@ -140,23 +143,5 @@ export interface UpdateDatasetCommandOutput extends UpdateDatasetResponse, __Met
140
143
  * <p>Base exception class for all service exceptions from DataBrew service.</p>
141
144
  *
142
145
  */
143
- export declare class UpdateDatasetCommand extends $Command<UpdateDatasetCommandInput, UpdateDatasetCommandOutput, DataBrewClientResolvedConfig> {
144
- readonly input: UpdateDatasetCommandInput;
145
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
146
- /**
147
- * @public
148
- */
149
- constructor(input: UpdateDatasetCommandInput);
150
- /**
151
- * @internal
152
- */
153
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DataBrewClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateDatasetCommandInput, UpdateDatasetCommandOutput>;
154
- /**
155
- * @internal
156
- */
157
- private serialize;
158
- /**
159
- * @internal
160
- */
161
- private deserialize;
146
+ export declare class UpdateDatasetCommand extends UpdateDatasetCommand_base {
162
147
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { DataBrewClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataBrewClient";
5
4
  import { UpdateProfileJobRequest, UpdateProfileJobResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface UpdateProfileJobCommandInput extends UpdateProfileJobRequest {
21
20
  */
22
21
  export interface UpdateProfileJobCommandOutput extends UpdateProfileJobResponse, __MetadataBearer {
23
22
  }
23
+ declare const UpdateProfileJobCommand_base: {
24
+ new (input: UpdateProfileJobCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateProfileJobCommandInput, UpdateProfileJobCommandOutput, DataBrewClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Modifies the definition of an existing profile job.</p>
@@ -138,23 +141,5 @@ export interface UpdateProfileJobCommandOutput extends UpdateProfileJobResponse,
138
141
  * <p>Base exception class for all service exceptions from DataBrew service.</p>
139
142
  *
140
143
  */
141
- export declare class UpdateProfileJobCommand extends $Command<UpdateProfileJobCommandInput, UpdateProfileJobCommandOutput, DataBrewClientResolvedConfig> {
142
- readonly input: UpdateProfileJobCommandInput;
143
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
144
- /**
145
- * @public
146
- */
147
- constructor(input: UpdateProfileJobCommandInput);
148
- /**
149
- * @internal
150
- */
151
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DataBrewClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateProfileJobCommandInput, UpdateProfileJobCommandOutput>;
152
- /**
153
- * @internal
154
- */
155
- private serialize;
156
- /**
157
- * @internal
158
- */
159
- private deserialize;
144
+ export declare class UpdateProfileJobCommand extends UpdateProfileJobCommand_base {
160
145
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { DataBrewClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataBrewClient";
5
4
  import { UpdateProjectRequest, UpdateProjectResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface UpdateProjectCommandInput extends UpdateProjectRequest {
21
20
  */
22
21
  export interface UpdateProjectCommandOutput extends UpdateProjectResponse, __MetadataBearer {
23
22
  }
23
+ declare const UpdateProjectCommand_base: {
24
+ new (input: UpdateProjectCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateProjectCommandInput, UpdateProjectCommandOutput, DataBrewClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Modifies the definition of an existing DataBrew project.</p>
@@ -63,23 +66,5 @@ export interface UpdateProjectCommandOutput extends UpdateProjectResponse, __Met
63
66
  * <p>Base exception class for all service exceptions from DataBrew service.</p>
64
67
  *
65
68
  */
66
- export declare class UpdateProjectCommand extends $Command<UpdateProjectCommandInput, UpdateProjectCommandOutput, DataBrewClientResolvedConfig> {
67
- readonly input: UpdateProjectCommandInput;
68
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
69
- /**
70
- * @public
71
- */
72
- constructor(input: UpdateProjectCommandInput);
73
- /**
74
- * @internal
75
- */
76
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DataBrewClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateProjectCommandInput, UpdateProjectCommandOutput>;
77
- /**
78
- * @internal
79
- */
80
- private serialize;
81
- /**
82
- * @internal
83
- */
84
- private deserialize;
69
+ export declare class UpdateProjectCommand extends UpdateProjectCommand_base {
85
70
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { DataBrewClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataBrewClient";
5
4
  import { UpdateRecipeRequest, UpdateRecipeResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface UpdateRecipeCommandInput extends UpdateRecipeRequest {
21
20
  */
22
21
  export interface UpdateRecipeCommandOutput extends UpdateRecipeResponse, __MetadataBearer {
23
22
  }
23
+ declare const UpdateRecipeCommand_base: {
24
+ new (input: UpdateRecipeCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateRecipeCommandInput, UpdateRecipeCommandOutput, DataBrewClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Modifies the definition of the <code>LATEST_WORKING</code> version of a DataBrew
@@ -76,23 +79,5 @@ export interface UpdateRecipeCommandOutput extends UpdateRecipeResponse, __Metad
76
79
  * <p>Base exception class for all service exceptions from DataBrew service.</p>
77
80
  *
78
81
  */
79
- export declare class UpdateRecipeCommand extends $Command<UpdateRecipeCommandInput, UpdateRecipeCommandOutput, DataBrewClientResolvedConfig> {
80
- readonly input: UpdateRecipeCommandInput;
81
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
82
- /**
83
- * @public
84
- */
85
- constructor(input: UpdateRecipeCommandInput);
86
- /**
87
- * @internal
88
- */
89
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DataBrewClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateRecipeCommandInput, UpdateRecipeCommandOutput>;
90
- /**
91
- * @internal
92
- */
93
- private serialize;
94
- /**
95
- * @internal
96
- */
97
- private deserialize;
82
+ export declare class UpdateRecipeCommand extends UpdateRecipeCommand_base {
98
83
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { DataBrewClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataBrewClient";
5
4
  import { UpdateRecipeJobRequest, UpdateRecipeJobResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface UpdateRecipeJobCommandInput extends UpdateRecipeJobRequest {
21
20
  */
22
21
  export interface UpdateRecipeJobCommandOutput extends UpdateRecipeJobResponse, __MetadataBearer {
23
22
  }
23
+ declare const UpdateRecipeJobCommand_base: {
24
+ new (input: UpdateRecipeJobCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateRecipeJobCommandInput, UpdateRecipeJobCommandOutput, DataBrewClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Modifies the definition of an existing DataBrew recipe job.</p>
@@ -125,23 +128,5 @@ export interface UpdateRecipeJobCommandOutput extends UpdateRecipeJobResponse, _
125
128
  * <p>Base exception class for all service exceptions from DataBrew service.</p>
126
129
  *
127
130
  */
128
- export declare class UpdateRecipeJobCommand extends $Command<UpdateRecipeJobCommandInput, UpdateRecipeJobCommandOutput, DataBrewClientResolvedConfig> {
129
- readonly input: UpdateRecipeJobCommandInput;
130
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
131
- /**
132
- * @public
133
- */
134
- constructor(input: UpdateRecipeJobCommandInput);
135
- /**
136
- * @internal
137
- */
138
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DataBrewClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateRecipeJobCommandInput, UpdateRecipeJobCommandOutput>;
139
- /**
140
- * @internal
141
- */
142
- private serialize;
143
- /**
144
- * @internal
145
- */
146
- private deserialize;
131
+ export declare class UpdateRecipeJobCommand extends UpdateRecipeJobCommand_base {
147
132
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { DataBrewClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataBrewClient";
5
4
  import { UpdateRulesetRequest, UpdateRulesetResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface UpdateRulesetCommandInput extends UpdateRulesetRequest {
21
20
  */
22
21
  export interface UpdateRulesetCommandOutput extends UpdateRulesetResponse, __MetadataBearer {
23
22
  }
23
+ declare const UpdateRulesetCommand_base: {
24
+ new (input: UpdateRulesetCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateRulesetCommandInput, UpdateRulesetCommandOutput, DataBrewClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Updates specified ruleset.</p>
@@ -79,23 +82,5 @@ export interface UpdateRulesetCommandOutput extends UpdateRulesetResponse, __Met
79
82
  * <p>Base exception class for all service exceptions from DataBrew service.</p>
80
83
  *
81
84
  */
82
- export declare class UpdateRulesetCommand extends $Command<UpdateRulesetCommandInput, UpdateRulesetCommandOutput, DataBrewClientResolvedConfig> {
83
- readonly input: UpdateRulesetCommandInput;
84
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
85
- /**
86
- * @public
87
- */
88
- constructor(input: UpdateRulesetCommandInput);
89
- /**
90
- * @internal
91
- */
92
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DataBrewClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateRulesetCommandInput, UpdateRulesetCommandOutput>;
93
- /**
94
- * @internal
95
- */
96
- private serialize;
97
- /**
98
- * @internal
99
- */
100
- private deserialize;
85
+ export declare class UpdateRulesetCommand extends UpdateRulesetCommand_base {
101
86
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { DataBrewClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataBrewClient";
5
4
  import { UpdateScheduleRequest, UpdateScheduleResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface UpdateScheduleCommandInput extends UpdateScheduleRequest {
21
20
  */
22
21
  export interface UpdateScheduleCommandOutput extends UpdateScheduleResponse, __MetadataBearer {
23
22
  }
23
+ declare const UpdateScheduleCommand_base: {
24
+ new (input: UpdateScheduleCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateScheduleCommandInput, UpdateScheduleCommandOutput, DataBrewClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Modifies the definition of an existing DataBrew schedule.</p>
@@ -64,23 +67,5 @@ export interface UpdateScheduleCommandOutput extends UpdateScheduleResponse, __M
64
67
  * <p>Base exception class for all service exceptions from DataBrew service.</p>
65
68
  *
66
69
  */
67
- export declare class UpdateScheduleCommand extends $Command<UpdateScheduleCommandInput, UpdateScheduleCommandOutput, DataBrewClientResolvedConfig> {
68
- readonly input: UpdateScheduleCommandInput;
69
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
70
- /**
71
- * @public
72
- */
73
- constructor(input: UpdateScheduleCommandInput);
74
- /**
75
- * @internal
76
- */
77
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DataBrewClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateScheduleCommandInput, UpdateScheduleCommandOutput>;
78
- /**
79
- * @internal
80
- */
81
- private serialize;
82
- /**
83
- * @internal
84
- */
85
- private deserialize;
70
+ export declare class UpdateScheduleCommand extends UpdateScheduleCommand_base {
86
71
  }
@@ -14,6 +14,24 @@ export type ClientResolvedEndpointParameters = ClientInputEndpointParameters & {
14
14
  export declare const resolveClientEndpointParameters: <T>(options: T & ClientInputEndpointParameters) => T & ClientInputEndpointParameters & {
15
15
  defaultSigningName: string;
16
16
  };
17
+ export declare const commonParams: {
18
+ readonly UseFIPS: {
19
+ readonly type: "builtInParams";
20
+ readonly name: "useFipsEndpoint";
21
+ };
22
+ readonly Endpoint: {
23
+ readonly type: "builtInParams";
24
+ readonly name: "endpoint";
25
+ };
26
+ readonly Region: {
27
+ readonly type: "builtInParams";
28
+ readonly name: "region";
29
+ };
30
+ readonly UseDualStack: {
31
+ readonly type: "builtInParams";
32
+ readonly name: "useDualstackEndpoint";
33
+ };
34
+ };
17
35
  export interface EndpointParameters extends __EndpointParameters {
18
36
  Region?: string;
19
37
  UseDualStack?: boolean;
@@ -4,4 +4,4 @@ import { DataBrewPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
7
- export declare function paginateListDatasets(config: DataBrewPaginationConfiguration, input: ListDatasetsCommandInput, ...additionalArguments: any): Paginator<ListDatasetsCommandOutput>;
7
+ export declare const paginateListDatasets: (config: DataBrewPaginationConfiguration, input: ListDatasetsCommandInput, ...rest: any[]) => Paginator<ListDatasetsCommandOutput>;
@@ -4,4 +4,4 @@ import { DataBrewPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
7
- export declare function paginateListJobRuns(config: DataBrewPaginationConfiguration, input: ListJobRunsCommandInput, ...additionalArguments: any): Paginator<ListJobRunsCommandOutput>;
7
+ export declare const paginateListJobRuns: (config: DataBrewPaginationConfiguration, input: ListJobRunsCommandInput, ...rest: any[]) => Paginator<ListJobRunsCommandOutput>;
@@ -4,4 +4,4 @@ import { DataBrewPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
7
- export declare function paginateListJobs(config: DataBrewPaginationConfiguration, input: ListJobsCommandInput, ...additionalArguments: any): Paginator<ListJobsCommandOutput>;
7
+ export declare const paginateListJobs: (config: DataBrewPaginationConfiguration, input: ListJobsCommandInput, ...rest: any[]) => Paginator<ListJobsCommandOutput>;
@@ -4,4 +4,4 @@ import { DataBrewPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
7
- export declare function paginateListProjects(config: DataBrewPaginationConfiguration, input: ListProjectsCommandInput, ...additionalArguments: any): Paginator<ListProjectsCommandOutput>;
7
+ export declare const paginateListProjects: (config: DataBrewPaginationConfiguration, input: ListProjectsCommandInput, ...rest: any[]) => Paginator<ListProjectsCommandOutput>;
@@ -4,4 +4,4 @@ import { DataBrewPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
7
- export declare function paginateListRecipeVersions(config: DataBrewPaginationConfiguration, input: ListRecipeVersionsCommandInput, ...additionalArguments: any): Paginator<ListRecipeVersionsCommandOutput>;
7
+ export declare const paginateListRecipeVersions: (config: DataBrewPaginationConfiguration, input: ListRecipeVersionsCommandInput, ...rest: any[]) => Paginator<ListRecipeVersionsCommandOutput>;
@@ -4,4 +4,4 @@ import { DataBrewPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
7
- export declare function paginateListRecipes(config: DataBrewPaginationConfiguration, input: ListRecipesCommandInput, ...additionalArguments: any): Paginator<ListRecipesCommandOutput>;
7
+ export declare const paginateListRecipes: (config: DataBrewPaginationConfiguration, input: ListRecipesCommandInput, ...rest: any[]) => Paginator<ListRecipesCommandOutput>;
@@ -4,4 +4,4 @@ import { DataBrewPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
7
- export declare function paginateListRulesets(config: DataBrewPaginationConfiguration, input: ListRulesetsCommandInput, ...additionalArguments: any): Paginator<ListRulesetsCommandOutput>;
7
+ export declare const paginateListRulesets: (config: DataBrewPaginationConfiguration, input: ListRulesetsCommandInput, ...rest: any[]) => Paginator<ListRulesetsCommandOutput>;
@@ -4,4 +4,4 @@ import { DataBrewPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
7
- export declare function paginateListSchedules(config: DataBrewPaginationConfiguration, input: ListSchedulesCommandInput, ...additionalArguments: any): Paginator<ListSchedulesCommandOutput>;
7
+ export declare const paginateListSchedules: (config: DataBrewPaginationConfiguration, input: ListSchedulesCommandInput, ...rest: any[]) => Paginator<ListSchedulesCommandOutput>;
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  DataBrewClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -21,22 +15,16 @@ export interface BatchDeleteRecipeVersionCommandInput
21
15
  export interface BatchDeleteRecipeVersionCommandOutput
22
16
  extends BatchDeleteRecipeVersionResponse,
23
17
  __MetadataBearer {}
24
- export declare class BatchDeleteRecipeVersionCommand extends $Command<
25
- BatchDeleteRecipeVersionCommandInput,
26
- BatchDeleteRecipeVersionCommandOutput,
27
- DataBrewClientResolvedConfig
28
- > {
29
- readonly input: BatchDeleteRecipeVersionCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: BatchDeleteRecipeVersionCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: DataBrewClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<
18
+ declare const BatchDeleteRecipeVersionCommand_base: {
19
+ new (
20
+ input: BatchDeleteRecipeVersionCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
37
22
  BatchDeleteRecipeVersionCommandInput,
38
- BatchDeleteRecipeVersionCommandOutput
23
+ BatchDeleteRecipeVersionCommandOutput,
24
+ DataBrewClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
39
27
  >;
40
- private serialize;
41
- private deserialize;
42
- }
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class BatchDeleteRecipeVersionCommand extends BatchDeleteRecipeVersionCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  DataBrewClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -20,19 +14,16 @@ export interface CreateDatasetCommandInput extends CreateDatasetRequest {}
20
14
  export interface CreateDatasetCommandOutput
21
15
  extends CreateDatasetResponse,
22
16
  __MetadataBearer {}
23
- export declare class CreateDatasetCommand extends $Command<
24
- CreateDatasetCommandInput,
25
- CreateDatasetCommandOutput,
26
- DataBrewClientResolvedConfig
27
- > {
28
- readonly input: CreateDatasetCommandInput;
29
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
- constructor(input: CreateDatasetCommandInput);
31
- resolveMiddleware(
32
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
- configuration: DataBrewClientResolvedConfig,
34
- options?: __HttpHandlerOptions
35
- ): Handler<CreateDatasetCommandInput, CreateDatasetCommandOutput>;
36
- private serialize;
37
- private deserialize;
38
- }
17
+ declare const CreateDatasetCommand_base: {
18
+ new (
19
+ input: CreateDatasetCommandInput
20
+ ): import("@smithy/smithy-client").CommandImpl<
21
+ CreateDatasetCommandInput,
22
+ CreateDatasetCommandOutput,
23
+ DataBrewClientResolvedConfig,
24
+ ServiceInputTypes,
25
+ ServiceOutputTypes
26
+ >;
27
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
+ };
29
+ export declare class CreateDatasetCommand extends CreateDatasetCommand_base {}