@aws-sdk/client-databrew 3.1077.0 → 3.1079.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 (140) hide show
  1. package/dist-cjs/index.js +52 -443
  2. package/dist-es/commandBuilder.js +6 -0
  3. package/dist-es/commands/BatchDeleteRecipeVersionCommand.js +2 -14
  4. package/dist-es/commands/CreateDatasetCommand.js +2 -14
  5. package/dist-es/commands/CreateProfileJobCommand.js +2 -14
  6. package/dist-es/commands/CreateProjectCommand.js +2 -14
  7. package/dist-es/commands/CreateRecipeCommand.js +2 -14
  8. package/dist-es/commands/CreateRecipeJobCommand.js +2 -14
  9. package/dist-es/commands/CreateRulesetCommand.js +2 -14
  10. package/dist-es/commands/CreateScheduleCommand.js +2 -14
  11. package/dist-es/commands/DeleteDatasetCommand.js +2 -14
  12. package/dist-es/commands/DeleteJobCommand.js +2 -14
  13. package/dist-es/commands/DeleteProjectCommand.js +2 -14
  14. package/dist-es/commands/DeleteRecipeVersionCommand.js +2 -14
  15. package/dist-es/commands/DeleteRulesetCommand.js +2 -14
  16. package/dist-es/commands/DeleteScheduleCommand.js +2 -14
  17. package/dist-es/commands/DescribeDatasetCommand.js +2 -14
  18. package/dist-es/commands/DescribeJobCommand.js +2 -14
  19. package/dist-es/commands/DescribeJobRunCommand.js +2 -14
  20. package/dist-es/commands/DescribeProjectCommand.js +2 -14
  21. package/dist-es/commands/DescribeRecipeCommand.js +2 -14
  22. package/dist-es/commands/DescribeRulesetCommand.js +2 -14
  23. package/dist-es/commands/DescribeScheduleCommand.js +2 -14
  24. package/dist-es/commands/ListDatasetsCommand.js +2 -14
  25. package/dist-es/commands/ListJobRunsCommand.js +2 -14
  26. package/dist-es/commands/ListJobsCommand.js +2 -14
  27. package/dist-es/commands/ListProjectsCommand.js +2 -14
  28. package/dist-es/commands/ListRecipeVersionsCommand.js +2 -14
  29. package/dist-es/commands/ListRecipesCommand.js +2 -14
  30. package/dist-es/commands/ListRulesetsCommand.js +2 -14
  31. package/dist-es/commands/ListSchedulesCommand.js +2 -14
  32. package/dist-es/commands/ListTagsForResourceCommand.js +2 -14
  33. package/dist-es/commands/PublishRecipeCommand.js +2 -14
  34. package/dist-es/commands/SendProjectSessionActionCommand.js +2 -14
  35. package/dist-es/commands/StartJobRunCommand.js +2 -14
  36. package/dist-es/commands/StartProjectSessionCommand.js +2 -14
  37. package/dist-es/commands/StopJobRunCommand.js +2 -14
  38. package/dist-es/commands/TagResourceCommand.js +2 -14
  39. package/dist-es/commands/UntagResourceCommand.js +2 -14
  40. package/dist-es/commands/UpdateDatasetCommand.js +2 -14
  41. package/dist-es/commands/UpdateProfileJobCommand.js +2 -14
  42. package/dist-es/commands/UpdateProjectCommand.js +2 -14
  43. package/dist-es/commands/UpdateRecipeCommand.js +2 -14
  44. package/dist-es/commands/UpdateRecipeJobCommand.js +2 -14
  45. package/dist-es/commands/UpdateRulesetCommand.js +2 -14
  46. package/dist-es/commands/UpdateScheduleCommand.js +2 -14
  47. package/dist-es/index.js +1 -0
  48. package/dist-types/commandBuilder.d.ts +18 -0
  49. package/dist-types/commands/BatchDeleteRecipeVersionCommand.d.ts +3 -8
  50. package/dist-types/commands/CreateDatasetCommand.d.ts +3 -8
  51. package/dist-types/commands/CreateProfileJobCommand.d.ts +3 -8
  52. package/dist-types/commands/CreateProjectCommand.d.ts +3 -8
  53. package/dist-types/commands/CreateRecipeCommand.d.ts +3 -8
  54. package/dist-types/commands/CreateRecipeJobCommand.d.ts +3 -8
  55. package/dist-types/commands/CreateRulesetCommand.d.ts +3 -8
  56. package/dist-types/commands/CreateScheduleCommand.d.ts +3 -8
  57. package/dist-types/commands/DeleteDatasetCommand.d.ts +3 -8
  58. package/dist-types/commands/DeleteJobCommand.d.ts +3 -8
  59. package/dist-types/commands/DeleteProjectCommand.d.ts +3 -8
  60. package/dist-types/commands/DeleteRecipeVersionCommand.d.ts +3 -8
  61. package/dist-types/commands/DeleteRulesetCommand.d.ts +3 -8
  62. package/dist-types/commands/DeleteScheduleCommand.d.ts +3 -8
  63. package/dist-types/commands/DescribeDatasetCommand.d.ts +3 -8
  64. package/dist-types/commands/DescribeJobCommand.d.ts +3 -8
  65. package/dist-types/commands/DescribeJobRunCommand.d.ts +3 -8
  66. package/dist-types/commands/DescribeProjectCommand.d.ts +3 -8
  67. package/dist-types/commands/DescribeRecipeCommand.d.ts +3 -8
  68. package/dist-types/commands/DescribeRulesetCommand.d.ts +3 -8
  69. package/dist-types/commands/DescribeScheduleCommand.d.ts +3 -8
  70. package/dist-types/commands/ListDatasetsCommand.d.ts +3 -8
  71. package/dist-types/commands/ListJobRunsCommand.d.ts +3 -8
  72. package/dist-types/commands/ListJobsCommand.d.ts +3 -8
  73. package/dist-types/commands/ListProjectsCommand.d.ts +3 -8
  74. package/dist-types/commands/ListRecipeVersionsCommand.d.ts +3 -8
  75. package/dist-types/commands/ListRecipesCommand.d.ts +3 -8
  76. package/dist-types/commands/ListRulesetsCommand.d.ts +3 -8
  77. package/dist-types/commands/ListSchedulesCommand.d.ts +3 -8
  78. package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -8
  79. package/dist-types/commands/PublishRecipeCommand.d.ts +3 -8
  80. package/dist-types/commands/SendProjectSessionActionCommand.d.ts +3 -8
  81. package/dist-types/commands/StartJobRunCommand.d.ts +3 -8
  82. package/dist-types/commands/StartProjectSessionCommand.d.ts +3 -8
  83. package/dist-types/commands/StopJobRunCommand.d.ts +3 -8
  84. package/dist-types/commands/TagResourceCommand.d.ts +3 -8
  85. package/dist-types/commands/UntagResourceCommand.d.ts +3 -8
  86. package/dist-types/commands/UpdateDatasetCommand.d.ts +3 -8
  87. package/dist-types/commands/UpdateProfileJobCommand.d.ts +3 -8
  88. package/dist-types/commands/UpdateProjectCommand.d.ts +3 -8
  89. package/dist-types/commands/UpdateRecipeCommand.d.ts +3 -8
  90. package/dist-types/commands/UpdateRecipeJobCommand.d.ts +3 -8
  91. package/dist-types/commands/UpdateRulesetCommand.d.ts +3 -8
  92. package/dist-types/commands/UpdateScheduleCommand.d.ts +3 -8
  93. package/dist-types/index.d.ts +1 -0
  94. package/dist-types/ts3.4/commandBuilder.d.ts +46 -0
  95. package/dist-types/ts3.4/commands/BatchDeleteRecipeVersionCommand.d.ts +7 -16
  96. package/dist-types/ts3.4/commands/CreateDatasetCommand.d.ts +7 -16
  97. package/dist-types/ts3.4/commands/CreateProfileJobCommand.d.ts +7 -16
  98. package/dist-types/ts3.4/commands/CreateProjectCommand.d.ts +7 -16
  99. package/dist-types/ts3.4/commands/CreateRecipeCommand.d.ts +7 -16
  100. package/dist-types/ts3.4/commands/CreateRecipeJobCommand.d.ts +7 -16
  101. package/dist-types/ts3.4/commands/CreateRulesetCommand.d.ts +7 -16
  102. package/dist-types/ts3.4/commands/CreateScheduleCommand.d.ts +7 -16
  103. package/dist-types/ts3.4/commands/DeleteDatasetCommand.d.ts +7 -16
  104. package/dist-types/ts3.4/commands/DeleteJobCommand.d.ts +7 -16
  105. package/dist-types/ts3.4/commands/DeleteProjectCommand.d.ts +7 -16
  106. package/dist-types/ts3.4/commands/DeleteRecipeVersionCommand.d.ts +7 -16
  107. package/dist-types/ts3.4/commands/DeleteRulesetCommand.d.ts +7 -16
  108. package/dist-types/ts3.4/commands/DeleteScheduleCommand.d.ts +7 -16
  109. package/dist-types/ts3.4/commands/DescribeDatasetCommand.d.ts +7 -16
  110. package/dist-types/ts3.4/commands/DescribeJobCommand.d.ts +7 -16
  111. package/dist-types/ts3.4/commands/DescribeJobRunCommand.d.ts +7 -16
  112. package/dist-types/ts3.4/commands/DescribeProjectCommand.d.ts +7 -16
  113. package/dist-types/ts3.4/commands/DescribeRecipeCommand.d.ts +7 -16
  114. package/dist-types/ts3.4/commands/DescribeRulesetCommand.d.ts +7 -16
  115. package/dist-types/ts3.4/commands/DescribeScheduleCommand.d.ts +7 -16
  116. package/dist-types/ts3.4/commands/ListDatasetsCommand.d.ts +7 -16
  117. package/dist-types/ts3.4/commands/ListJobRunsCommand.d.ts +7 -16
  118. package/dist-types/ts3.4/commands/ListJobsCommand.d.ts +7 -16
  119. package/dist-types/ts3.4/commands/ListProjectsCommand.d.ts +7 -16
  120. package/dist-types/ts3.4/commands/ListRecipeVersionsCommand.d.ts +7 -16
  121. package/dist-types/ts3.4/commands/ListRecipesCommand.d.ts +7 -16
  122. package/dist-types/ts3.4/commands/ListRulesetsCommand.d.ts +7 -16
  123. package/dist-types/ts3.4/commands/ListSchedulesCommand.d.ts +7 -16
  124. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +7 -16
  125. package/dist-types/ts3.4/commands/PublishRecipeCommand.d.ts +7 -16
  126. package/dist-types/ts3.4/commands/SendProjectSessionActionCommand.d.ts +7 -16
  127. package/dist-types/ts3.4/commands/StartJobRunCommand.d.ts +7 -16
  128. package/dist-types/ts3.4/commands/StartProjectSessionCommand.d.ts +7 -16
  129. package/dist-types/ts3.4/commands/StopJobRunCommand.d.ts +7 -16
  130. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +7 -16
  131. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +7 -16
  132. package/dist-types/ts3.4/commands/UpdateDatasetCommand.d.ts +7 -16
  133. package/dist-types/ts3.4/commands/UpdateProfileJobCommand.d.ts +7 -16
  134. package/dist-types/ts3.4/commands/UpdateProjectCommand.d.ts +7 -16
  135. package/dist-types/ts3.4/commands/UpdateRecipeCommand.d.ts +7 -16
  136. package/dist-types/ts3.4/commands/UpdateRecipeJobCommand.d.ts +7 -16
  137. package/dist-types/ts3.4/commands/UpdateRulesetCommand.d.ts +7 -16
  138. package/dist-types/ts3.4/commands/UpdateScheduleCommand.d.ts +7 -16
  139. package/dist-types/ts3.4/index.d.ts +1 -0
  140. package/package.json +8 -8
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { StopJobRun$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class StopJobRunCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AWSGlueDataBrew", "StopJobRun", {})
13
- .n("DataBrewClient", "StopJobRunCommand")
14
- .sc(StopJobRun$)
15
- .build() {
3
+ export class StopJobRunCommand extends command(_ep0, _mw0, "StopJobRun", StopJobRun$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { TagResource$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class TagResourceCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AWSGlueDataBrew", "TagResource", {})
13
- .n("DataBrewClient", "TagResourceCommand")
14
- .sc(TagResource$)
15
- .build() {
3
+ export class TagResourceCommand extends command(_ep0, _mw0, "TagResource", TagResource$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { UntagResource$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class UntagResourceCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AWSGlueDataBrew", "UntagResource", {})
13
- .n("DataBrewClient", "UntagResourceCommand")
14
- .sc(UntagResource$)
15
- .build() {
3
+ export class UntagResourceCommand extends command(_ep0, _mw0, "UntagResource", UntagResource$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { UpdateDataset$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class UpdateDatasetCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AWSGlueDataBrew", "UpdateDataset", {})
13
- .n("DataBrewClient", "UpdateDatasetCommand")
14
- .sc(UpdateDataset$)
15
- .build() {
3
+ export class UpdateDatasetCommand extends command(_ep0, _mw0, "UpdateDataset", UpdateDataset$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { UpdateProfileJob$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class UpdateProfileJobCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AWSGlueDataBrew", "UpdateProfileJob", {})
13
- .n("DataBrewClient", "UpdateProfileJobCommand")
14
- .sc(UpdateProfileJob$)
15
- .build() {
3
+ export class UpdateProfileJobCommand extends command(_ep0, _mw0, "UpdateProfileJob", UpdateProfileJob$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { UpdateProject$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class UpdateProjectCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AWSGlueDataBrew", "UpdateProject", {})
13
- .n("DataBrewClient", "UpdateProjectCommand")
14
- .sc(UpdateProject$)
15
- .build() {
3
+ export class UpdateProjectCommand extends command(_ep0, _mw0, "UpdateProject", UpdateProject$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { UpdateRecipe$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class UpdateRecipeCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AWSGlueDataBrew", "UpdateRecipe", {})
13
- .n("DataBrewClient", "UpdateRecipeCommand")
14
- .sc(UpdateRecipe$)
15
- .build() {
3
+ export class UpdateRecipeCommand extends command(_ep0, _mw0, "UpdateRecipe", UpdateRecipe$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { UpdateRecipeJob$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class UpdateRecipeJobCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AWSGlueDataBrew", "UpdateRecipeJob", {})
13
- .n("DataBrewClient", "UpdateRecipeJobCommand")
14
- .sc(UpdateRecipeJob$)
15
- .build() {
3
+ export class UpdateRecipeJobCommand extends command(_ep0, _mw0, "UpdateRecipeJob", UpdateRecipeJob$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { UpdateRuleset$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class UpdateRulesetCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AWSGlueDataBrew", "UpdateRuleset", {})
13
- .n("DataBrewClient", "UpdateRulesetCommand")
14
- .sc(UpdateRuleset$)
15
- .build() {
3
+ export class UpdateRulesetCommand extends command(_ep0, _mw0, "UpdateRuleset", UpdateRuleset$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { UpdateSchedule$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class UpdateScheduleCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AWSGlueDataBrew", "UpdateSchedule", {})
13
- .n("DataBrewClient", "UpdateScheduleCommand")
14
- .sc(UpdateSchedule$)
15
- .build() {
3
+ export class UpdateScheduleCommand extends command(_ep0, _mw0, "UpdateSchedule", UpdateSchedule$) {
16
4
  }
package/dist-es/index.js CHANGED
@@ -1,6 +1,7 @@
1
1
  export * from "./DataBrewClient";
2
2
  export * from "./DataBrew";
3
3
  export * from "./commands";
4
+ export { Command as $Command } from "@smithy/core/client";
4
5
  export * from "./schemas/schemas_0";
5
6
  export * from "./pagination";
6
7
  export * from "./models/enums";
@@ -0,0 +1,18 @@
1
+ import type { EndpointParameterInstructions } from "@smithy/types";
2
+ import type { DataBrewClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "./DataBrewClient";
3
+ /**
4
+ * @internal
5
+ */
6
+ export declare const command: <I extends ServiceInputTypes, O extends ServiceOutputTypes>(added: EndpointParameterInstructions, plugins: (CommandCtor: any, clientStack: any, config: any, options: any) => import("@smithy/types").Pluggable<any, any>[], op: string, $: import("@smithy/types").StaticOperationSchema, smithyContext?: Record<string, unknown>) => {
7
+ new (input: I): import("@smithy/core/client").CommandImpl<I, O, DataBrewClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
8
+ new (...[input]: import("@smithy/types").OptionalParameter<I>): import("@smithy/core/client").CommandImpl<I, O, DataBrewClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
9
+ getEndpointParameterInstructions(): EndpointParameterInstructions;
10
+ };
11
+ /**
12
+ * @internal
13
+ */
14
+ export declare const _ep0: EndpointParameterInstructions;
15
+ /**
16
+ * @internal
17
+ */
18
+ export declare const _mw0: (Command: any, cs: any, config: any, o: any) => never[];
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { DataBrewClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataBrewClient";
4
2
  import type { BatchDeleteRecipeVersionRequest, BatchDeleteRecipeVersionResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface BatchDeleteRecipeVersionCommandInput extends BatchDeleteRecipeV
22
19
  export interface BatchDeleteRecipeVersionCommandOutput extends BatchDeleteRecipeVersionResponse, __MetadataBearer {
23
20
  }
24
21
  declare const BatchDeleteRecipeVersionCommand_base: {
25
- new (input: BatchDeleteRecipeVersionCommandInput): import("@smithy/core/client").CommandImpl<BatchDeleteRecipeVersionCommandInput, BatchDeleteRecipeVersionCommandOutput, DataBrewClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: BatchDeleteRecipeVersionCommandInput): import("@smithy/core/client").CommandImpl<BatchDeleteRecipeVersionCommandInput, BatchDeleteRecipeVersionCommandOutput, DataBrewClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: BatchDeleteRecipeVersionCommandInput): import("@smithy/core/client").CommandImpl<BatchDeleteRecipeVersionCommandInput, BatchDeleteRecipeVersionCommandOutput, import("..").DataBrewClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: BatchDeleteRecipeVersionCommandInput): import("@smithy/core/client").CommandImpl<BatchDeleteRecipeVersionCommandInput, BatchDeleteRecipeVersionCommandOutput, import("..").DataBrewClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Deletes one or more versions of a recipe at a time.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { DataBrewClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataBrewClient";
4
2
  import type { CreateDatasetRequest, CreateDatasetResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface CreateDatasetCommandInput extends CreateDatasetRequest {
22
19
  export interface CreateDatasetCommandOutput extends CreateDatasetResponse, __MetadataBearer {
23
20
  }
24
21
  declare const CreateDatasetCommand_base: {
25
- new (input: CreateDatasetCommandInput): import("@smithy/core/client").CommandImpl<CreateDatasetCommandInput, CreateDatasetCommandOutput, DataBrewClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: CreateDatasetCommandInput): import("@smithy/core/client").CommandImpl<CreateDatasetCommandInput, CreateDatasetCommandOutput, DataBrewClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: CreateDatasetCommandInput): import("@smithy/core/client").CommandImpl<CreateDatasetCommandInput, CreateDatasetCommandOutput, import("..").DataBrewClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: CreateDatasetCommandInput): import("@smithy/core/client").CommandImpl<CreateDatasetCommandInput, CreateDatasetCommandOutput, import("..").DataBrewClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Creates a new DataBrew dataset.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { DataBrewClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataBrewClient";
4
2
  import type { CreateProfileJobRequest, CreateProfileJobResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface CreateProfileJobCommandInput extends CreateProfileJobRequest {
22
19
  export interface CreateProfileJobCommandOutput extends CreateProfileJobResponse, __MetadataBearer {
23
20
  }
24
21
  declare const CreateProfileJobCommand_base: {
25
- new (input: CreateProfileJobCommandInput): import("@smithy/core/client").CommandImpl<CreateProfileJobCommandInput, CreateProfileJobCommandOutput, DataBrewClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: CreateProfileJobCommandInput): import("@smithy/core/client").CommandImpl<CreateProfileJobCommandInput, CreateProfileJobCommandOutput, DataBrewClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: CreateProfileJobCommandInput): import("@smithy/core/client").CommandImpl<CreateProfileJobCommandInput, CreateProfileJobCommandOutput, import("..").DataBrewClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: CreateProfileJobCommandInput): import("@smithy/core/client").CommandImpl<CreateProfileJobCommandInput, CreateProfileJobCommandOutput, import("..").DataBrewClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Creates a new job to analyze a dataset and create its data profile.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { DataBrewClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataBrewClient";
4
2
  import type { CreateProjectRequest, CreateProjectResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface CreateProjectCommandInput extends CreateProjectRequest {
22
19
  export interface CreateProjectCommandOutput extends CreateProjectResponse, __MetadataBearer {
23
20
  }
24
21
  declare const CreateProjectCommand_base: {
25
- new (input: CreateProjectCommandInput): import("@smithy/core/client").CommandImpl<CreateProjectCommandInput, CreateProjectCommandOutput, DataBrewClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: CreateProjectCommandInput): import("@smithy/core/client").CommandImpl<CreateProjectCommandInput, CreateProjectCommandOutput, DataBrewClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: CreateProjectCommandInput): import("@smithy/core/client").CommandImpl<CreateProjectCommandInput, CreateProjectCommandOutput, import("..").DataBrewClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: CreateProjectCommandInput): import("@smithy/core/client").CommandImpl<CreateProjectCommandInput, CreateProjectCommandOutput, import("..").DataBrewClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Creates a new DataBrew project.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { DataBrewClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataBrewClient";
4
2
  import type { CreateRecipeRequest, CreateRecipeResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface CreateRecipeCommandInput extends CreateRecipeRequest {
22
19
  export interface CreateRecipeCommandOutput extends CreateRecipeResponse, __MetadataBearer {
23
20
  }
24
21
  declare const CreateRecipeCommand_base: {
25
- new (input: CreateRecipeCommandInput): import("@smithy/core/client").CommandImpl<CreateRecipeCommandInput, CreateRecipeCommandOutput, DataBrewClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: CreateRecipeCommandInput): import("@smithy/core/client").CommandImpl<CreateRecipeCommandInput, CreateRecipeCommandOutput, DataBrewClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: CreateRecipeCommandInput): import("@smithy/core/client").CommandImpl<CreateRecipeCommandInput, CreateRecipeCommandOutput, import("..").DataBrewClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: CreateRecipeCommandInput): import("@smithy/core/client").CommandImpl<CreateRecipeCommandInput, CreateRecipeCommandOutput, import("..").DataBrewClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Creates a new DataBrew recipe.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { DataBrewClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataBrewClient";
4
2
  import type { CreateRecipeJobRequest, CreateRecipeJobResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface CreateRecipeJobCommandInput extends CreateRecipeJobRequest {
22
19
  export interface CreateRecipeJobCommandOutput extends CreateRecipeJobResponse, __MetadataBearer {
23
20
  }
24
21
  declare const CreateRecipeJobCommand_base: {
25
- new (input: CreateRecipeJobCommandInput): import("@smithy/core/client").CommandImpl<CreateRecipeJobCommandInput, CreateRecipeJobCommandOutput, DataBrewClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: CreateRecipeJobCommandInput): import("@smithy/core/client").CommandImpl<CreateRecipeJobCommandInput, CreateRecipeJobCommandOutput, DataBrewClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: CreateRecipeJobCommandInput): import("@smithy/core/client").CommandImpl<CreateRecipeJobCommandInput, CreateRecipeJobCommandOutput, import("..").DataBrewClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: CreateRecipeJobCommandInput): import("@smithy/core/client").CommandImpl<CreateRecipeJobCommandInput, CreateRecipeJobCommandOutput, import("..").DataBrewClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Creates a new job to transform input data, using steps defined in an existing Glue DataBrew recipe</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { DataBrewClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataBrewClient";
4
2
  import type { CreateRulesetRequest, CreateRulesetResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface CreateRulesetCommandInput extends CreateRulesetRequest {
22
19
  export interface CreateRulesetCommandOutput extends CreateRulesetResponse, __MetadataBearer {
23
20
  }
24
21
  declare const CreateRulesetCommand_base: {
25
- new (input: CreateRulesetCommandInput): import("@smithy/core/client").CommandImpl<CreateRulesetCommandInput, CreateRulesetCommandOutput, DataBrewClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: CreateRulesetCommandInput): import("@smithy/core/client").CommandImpl<CreateRulesetCommandInput, CreateRulesetCommandOutput, DataBrewClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: CreateRulesetCommandInput): import("@smithy/core/client").CommandImpl<CreateRulesetCommandInput, CreateRulesetCommandOutput, import("..").DataBrewClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: CreateRulesetCommandInput): import("@smithy/core/client").CommandImpl<CreateRulesetCommandInput, CreateRulesetCommandOutput, import("..").DataBrewClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Creates a new ruleset that can be used in a profile job to validate
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { DataBrewClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataBrewClient";
4
2
  import type { CreateScheduleRequest, CreateScheduleResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface CreateScheduleCommandInput extends CreateScheduleRequest {
22
19
  export interface CreateScheduleCommandOutput extends CreateScheduleResponse, __MetadataBearer {
23
20
  }
24
21
  declare const CreateScheduleCommand_base: {
25
- new (input: CreateScheduleCommandInput): import("@smithy/core/client").CommandImpl<CreateScheduleCommandInput, CreateScheduleCommandOutput, DataBrewClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: CreateScheduleCommandInput): import("@smithy/core/client").CommandImpl<CreateScheduleCommandInput, CreateScheduleCommandOutput, DataBrewClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: CreateScheduleCommandInput): import("@smithy/core/client").CommandImpl<CreateScheduleCommandInput, CreateScheduleCommandOutput, import("..").DataBrewClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: CreateScheduleCommandInput): import("@smithy/core/client").CommandImpl<CreateScheduleCommandInput, CreateScheduleCommandOutput, import("..").DataBrewClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Creates a new schedule for one or more DataBrew jobs. Jobs can be run at a specific
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { DataBrewClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataBrewClient";
4
2
  import type { DeleteDatasetRequest, DeleteDatasetResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface DeleteDatasetCommandInput extends DeleteDatasetRequest {
22
19
  export interface DeleteDatasetCommandOutput extends DeleteDatasetResponse, __MetadataBearer {
23
20
  }
24
21
  declare const DeleteDatasetCommand_base: {
25
- new (input: DeleteDatasetCommandInput): import("@smithy/core/client").CommandImpl<DeleteDatasetCommandInput, DeleteDatasetCommandOutput, DataBrewClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DeleteDatasetCommandInput): import("@smithy/core/client").CommandImpl<DeleteDatasetCommandInput, DeleteDatasetCommandOutput, DataBrewClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: DeleteDatasetCommandInput): import("@smithy/core/client").CommandImpl<DeleteDatasetCommandInput, DeleteDatasetCommandOutput, import("..").DataBrewClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: DeleteDatasetCommandInput): import("@smithy/core/client").CommandImpl<DeleteDatasetCommandInput, DeleteDatasetCommandOutput, import("..").DataBrewClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Deletes a dataset from DataBrew.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { DataBrewClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataBrewClient";
4
2
  import type { DeleteJobRequest, DeleteJobResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface DeleteJobCommandInput extends DeleteJobRequest {
22
19
  export interface DeleteJobCommandOutput extends DeleteJobResponse, __MetadataBearer {
23
20
  }
24
21
  declare const DeleteJobCommand_base: {
25
- new (input: DeleteJobCommandInput): import("@smithy/core/client").CommandImpl<DeleteJobCommandInput, DeleteJobCommandOutput, DataBrewClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DeleteJobCommandInput): import("@smithy/core/client").CommandImpl<DeleteJobCommandInput, DeleteJobCommandOutput, DataBrewClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: DeleteJobCommandInput): import("@smithy/core/client").CommandImpl<DeleteJobCommandInput, DeleteJobCommandOutput, import("..").DataBrewClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: DeleteJobCommandInput): import("@smithy/core/client").CommandImpl<DeleteJobCommandInput, DeleteJobCommandOutput, import("..").DataBrewClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Deletes the specified DataBrew job.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { DataBrewClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataBrewClient";
4
2
  import type { DeleteProjectRequest, DeleteProjectResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface DeleteProjectCommandInput extends DeleteProjectRequest {
22
19
  export interface DeleteProjectCommandOutput extends DeleteProjectResponse, __MetadataBearer {
23
20
  }
24
21
  declare const DeleteProjectCommand_base: {
25
- new (input: DeleteProjectCommandInput): import("@smithy/core/client").CommandImpl<DeleteProjectCommandInput, DeleteProjectCommandOutput, DataBrewClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DeleteProjectCommandInput): import("@smithy/core/client").CommandImpl<DeleteProjectCommandInput, DeleteProjectCommandOutput, DataBrewClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: DeleteProjectCommandInput): import("@smithy/core/client").CommandImpl<DeleteProjectCommandInput, DeleteProjectCommandOutput, import("..").DataBrewClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: DeleteProjectCommandInput): import("@smithy/core/client").CommandImpl<DeleteProjectCommandInput, DeleteProjectCommandOutput, import("..").DataBrewClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Deletes an existing DataBrew project.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { DataBrewClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataBrewClient";
4
2
  import type { DeleteRecipeVersionRequest, DeleteRecipeVersionResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface DeleteRecipeVersionCommandInput extends DeleteRecipeVersionRequ
22
19
  export interface DeleteRecipeVersionCommandOutput extends DeleteRecipeVersionResponse, __MetadataBearer {
23
20
  }
24
21
  declare const DeleteRecipeVersionCommand_base: {
25
- new (input: DeleteRecipeVersionCommandInput): import("@smithy/core/client").CommandImpl<DeleteRecipeVersionCommandInput, DeleteRecipeVersionCommandOutput, DataBrewClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DeleteRecipeVersionCommandInput): import("@smithy/core/client").CommandImpl<DeleteRecipeVersionCommandInput, DeleteRecipeVersionCommandOutput, DataBrewClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: DeleteRecipeVersionCommandInput): import("@smithy/core/client").CommandImpl<DeleteRecipeVersionCommandInput, DeleteRecipeVersionCommandOutput, import("..").DataBrewClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: DeleteRecipeVersionCommandInput): import("@smithy/core/client").CommandImpl<DeleteRecipeVersionCommandInput, DeleteRecipeVersionCommandOutput, import("..").DataBrewClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Deletes a single version of a DataBrew recipe.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { DataBrewClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataBrewClient";
4
2
  import type { DeleteRulesetRequest, DeleteRulesetResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface DeleteRulesetCommandInput extends DeleteRulesetRequest {
22
19
  export interface DeleteRulesetCommandOutput extends DeleteRulesetResponse, __MetadataBearer {
23
20
  }
24
21
  declare const DeleteRulesetCommand_base: {
25
- new (input: DeleteRulesetCommandInput): import("@smithy/core/client").CommandImpl<DeleteRulesetCommandInput, DeleteRulesetCommandOutput, DataBrewClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DeleteRulesetCommandInput): import("@smithy/core/client").CommandImpl<DeleteRulesetCommandInput, DeleteRulesetCommandOutput, DataBrewClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: DeleteRulesetCommandInput): import("@smithy/core/client").CommandImpl<DeleteRulesetCommandInput, DeleteRulesetCommandOutput, import("..").DataBrewClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: DeleteRulesetCommandInput): import("@smithy/core/client").CommandImpl<DeleteRulesetCommandInput, DeleteRulesetCommandOutput, import("..").DataBrewClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Deletes a ruleset.</p>