@aws-sdk/client-databrew 3.1076.0 → 3.1078.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 (152) hide show
  1. package/dist-cjs/index.js +55 -445
  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-es/runtimeConfig.browser.js +0 -2
  49. package/dist-es/runtimeConfig.js +1 -2
  50. package/dist-es/runtimeConfig.native.js +0 -2
  51. package/dist-es/runtimeConfig.shared.js +2 -0
  52. package/dist-types/commandBuilder.d.ts +18 -0
  53. package/dist-types/commands/BatchDeleteRecipeVersionCommand.d.ts +3 -8
  54. package/dist-types/commands/CreateDatasetCommand.d.ts +3 -8
  55. package/dist-types/commands/CreateProfileJobCommand.d.ts +3 -8
  56. package/dist-types/commands/CreateProjectCommand.d.ts +3 -8
  57. package/dist-types/commands/CreateRecipeCommand.d.ts +3 -8
  58. package/dist-types/commands/CreateRecipeJobCommand.d.ts +3 -8
  59. package/dist-types/commands/CreateRulesetCommand.d.ts +3 -8
  60. package/dist-types/commands/CreateScheduleCommand.d.ts +3 -8
  61. package/dist-types/commands/DeleteDatasetCommand.d.ts +3 -8
  62. package/dist-types/commands/DeleteJobCommand.d.ts +3 -8
  63. package/dist-types/commands/DeleteProjectCommand.d.ts +3 -8
  64. package/dist-types/commands/DeleteRecipeVersionCommand.d.ts +3 -8
  65. package/dist-types/commands/DeleteRulesetCommand.d.ts +3 -8
  66. package/dist-types/commands/DeleteScheduleCommand.d.ts +3 -8
  67. package/dist-types/commands/DescribeDatasetCommand.d.ts +3 -8
  68. package/dist-types/commands/DescribeJobCommand.d.ts +3 -8
  69. package/dist-types/commands/DescribeJobRunCommand.d.ts +3 -8
  70. package/dist-types/commands/DescribeProjectCommand.d.ts +3 -8
  71. package/dist-types/commands/DescribeRecipeCommand.d.ts +3 -8
  72. package/dist-types/commands/DescribeRulesetCommand.d.ts +3 -8
  73. package/dist-types/commands/DescribeScheduleCommand.d.ts +3 -8
  74. package/dist-types/commands/ListDatasetsCommand.d.ts +3 -8
  75. package/dist-types/commands/ListJobRunsCommand.d.ts +3 -8
  76. package/dist-types/commands/ListJobsCommand.d.ts +3 -8
  77. package/dist-types/commands/ListProjectsCommand.d.ts +3 -8
  78. package/dist-types/commands/ListRecipeVersionsCommand.d.ts +3 -8
  79. package/dist-types/commands/ListRecipesCommand.d.ts +3 -8
  80. package/dist-types/commands/ListRulesetsCommand.d.ts +3 -8
  81. package/dist-types/commands/ListSchedulesCommand.d.ts +3 -8
  82. package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -8
  83. package/dist-types/commands/PublishRecipeCommand.d.ts +3 -8
  84. package/dist-types/commands/SendProjectSessionActionCommand.d.ts +3 -8
  85. package/dist-types/commands/StartJobRunCommand.d.ts +3 -8
  86. package/dist-types/commands/StartProjectSessionCommand.d.ts +3 -8
  87. package/dist-types/commands/StopJobRunCommand.d.ts +3 -8
  88. package/dist-types/commands/TagResourceCommand.d.ts +3 -8
  89. package/dist-types/commands/UntagResourceCommand.d.ts +3 -8
  90. package/dist-types/commands/UpdateDatasetCommand.d.ts +3 -8
  91. package/dist-types/commands/UpdateProfileJobCommand.d.ts +3 -8
  92. package/dist-types/commands/UpdateProjectCommand.d.ts +3 -8
  93. package/dist-types/commands/UpdateRecipeCommand.d.ts +3 -8
  94. package/dist-types/commands/UpdateRecipeJobCommand.d.ts +3 -8
  95. package/dist-types/commands/UpdateRulesetCommand.d.ts +3 -8
  96. package/dist-types/commands/UpdateScheduleCommand.d.ts +3 -8
  97. package/dist-types/index.d.ts +1 -0
  98. package/dist-types/runtimeConfig.browser.d.ts +1 -1
  99. package/dist-types/runtimeConfig.d.ts +1 -1
  100. package/dist-types/runtimeConfig.native.d.ts +1 -1
  101. package/dist-types/runtimeConfig.shared.d.ts +1 -0
  102. package/dist-types/ts3.4/commandBuilder.d.ts +46 -0
  103. package/dist-types/ts3.4/commands/BatchDeleteRecipeVersionCommand.d.ts +7 -16
  104. package/dist-types/ts3.4/commands/CreateDatasetCommand.d.ts +7 -16
  105. package/dist-types/ts3.4/commands/CreateProfileJobCommand.d.ts +7 -16
  106. package/dist-types/ts3.4/commands/CreateProjectCommand.d.ts +7 -16
  107. package/dist-types/ts3.4/commands/CreateRecipeCommand.d.ts +7 -16
  108. package/dist-types/ts3.4/commands/CreateRecipeJobCommand.d.ts +7 -16
  109. package/dist-types/ts3.4/commands/CreateRulesetCommand.d.ts +7 -16
  110. package/dist-types/ts3.4/commands/CreateScheduleCommand.d.ts +7 -16
  111. package/dist-types/ts3.4/commands/DeleteDatasetCommand.d.ts +7 -16
  112. package/dist-types/ts3.4/commands/DeleteJobCommand.d.ts +7 -16
  113. package/dist-types/ts3.4/commands/DeleteProjectCommand.d.ts +7 -16
  114. package/dist-types/ts3.4/commands/DeleteRecipeVersionCommand.d.ts +7 -16
  115. package/dist-types/ts3.4/commands/DeleteRulesetCommand.d.ts +7 -16
  116. package/dist-types/ts3.4/commands/DeleteScheduleCommand.d.ts +7 -16
  117. package/dist-types/ts3.4/commands/DescribeDatasetCommand.d.ts +7 -16
  118. package/dist-types/ts3.4/commands/DescribeJobCommand.d.ts +7 -16
  119. package/dist-types/ts3.4/commands/DescribeJobRunCommand.d.ts +7 -16
  120. package/dist-types/ts3.4/commands/DescribeProjectCommand.d.ts +7 -16
  121. package/dist-types/ts3.4/commands/DescribeRecipeCommand.d.ts +7 -16
  122. package/dist-types/ts3.4/commands/DescribeRulesetCommand.d.ts +7 -16
  123. package/dist-types/ts3.4/commands/DescribeScheduleCommand.d.ts +7 -16
  124. package/dist-types/ts3.4/commands/ListDatasetsCommand.d.ts +7 -16
  125. package/dist-types/ts3.4/commands/ListJobRunsCommand.d.ts +7 -16
  126. package/dist-types/ts3.4/commands/ListJobsCommand.d.ts +7 -16
  127. package/dist-types/ts3.4/commands/ListProjectsCommand.d.ts +7 -16
  128. package/dist-types/ts3.4/commands/ListRecipeVersionsCommand.d.ts +7 -16
  129. package/dist-types/ts3.4/commands/ListRecipesCommand.d.ts +7 -16
  130. package/dist-types/ts3.4/commands/ListRulesetsCommand.d.ts +7 -16
  131. package/dist-types/ts3.4/commands/ListSchedulesCommand.d.ts +7 -16
  132. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +7 -16
  133. package/dist-types/ts3.4/commands/PublishRecipeCommand.d.ts +7 -16
  134. package/dist-types/ts3.4/commands/SendProjectSessionActionCommand.d.ts +7 -16
  135. package/dist-types/ts3.4/commands/StartJobRunCommand.d.ts +7 -16
  136. package/dist-types/ts3.4/commands/StartProjectSessionCommand.d.ts +7 -16
  137. package/dist-types/ts3.4/commands/StopJobRunCommand.d.ts +7 -16
  138. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +7 -16
  139. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +7 -16
  140. package/dist-types/ts3.4/commands/UpdateDatasetCommand.d.ts +7 -16
  141. package/dist-types/ts3.4/commands/UpdateProfileJobCommand.d.ts +7 -16
  142. package/dist-types/ts3.4/commands/UpdateProjectCommand.d.ts +7 -16
  143. package/dist-types/ts3.4/commands/UpdateRecipeCommand.d.ts +7 -16
  144. package/dist-types/ts3.4/commands/UpdateRecipeJobCommand.d.ts +7 -16
  145. package/dist-types/ts3.4/commands/UpdateRulesetCommand.d.ts +7 -16
  146. package/dist-types/ts3.4/commands/UpdateScheduleCommand.d.ts +7 -16
  147. package/dist-types/ts3.4/index.d.ts +1 -0
  148. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -1
  149. package/dist-types/ts3.4/runtimeConfig.d.ts +1 -1
  150. package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -1
  151. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -0
  152. package/package.json +8 -10
@@ -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 { SendProjectSessionActionRequest, SendProjectSessionActionResponse } 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 SendProjectSessionActionCommandInput extends SendProjectSession
22
19
  export interface SendProjectSessionActionCommandOutput extends SendProjectSessionActionResponse, __MetadataBearer {
23
20
  }
24
21
  declare const SendProjectSessionActionCommand_base: {
25
- new (input: SendProjectSessionActionCommandInput): import("@smithy/core/client").CommandImpl<SendProjectSessionActionCommandInput, SendProjectSessionActionCommandOutput, DataBrewClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: SendProjectSessionActionCommandInput): import("@smithy/core/client").CommandImpl<SendProjectSessionActionCommandInput, SendProjectSessionActionCommandOutput, DataBrewClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: SendProjectSessionActionCommandInput): import("@smithy/core/client").CommandImpl<SendProjectSessionActionCommandInput, SendProjectSessionActionCommandOutput, import("..").DataBrewClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: SendProjectSessionActionCommandInput): import("@smithy/core/client").CommandImpl<SendProjectSessionActionCommandInput, SendProjectSessionActionCommandOutput, import("..").DataBrewClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Performs a recipe step within an interactive DataBrew session that's currently
@@ -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 { StartJobRunRequest, StartJobRunResponse } 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 StartJobRunCommandInput extends StartJobRunRequest {
22
19
  export interface StartJobRunCommandOutput extends StartJobRunResponse, __MetadataBearer {
23
20
  }
24
21
  declare const StartJobRunCommand_base: {
25
- new (input: StartJobRunCommandInput): import("@smithy/core/client").CommandImpl<StartJobRunCommandInput, StartJobRunCommandOutput, DataBrewClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: StartJobRunCommandInput): import("@smithy/core/client").CommandImpl<StartJobRunCommandInput, StartJobRunCommandOutput, DataBrewClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: StartJobRunCommandInput): import("@smithy/core/client").CommandImpl<StartJobRunCommandInput, StartJobRunCommandOutput, import("..").DataBrewClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: StartJobRunCommandInput): import("@smithy/core/client").CommandImpl<StartJobRunCommandInput, StartJobRunCommandOutput, import("..").DataBrewClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Runs a 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 { StartProjectSessionRequest, StartProjectSessionResponse } 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 StartProjectSessionCommandInput extends StartProjectSessionRequ
22
19
  export interface StartProjectSessionCommandOutput extends StartProjectSessionResponse, __MetadataBearer {
23
20
  }
24
21
  declare const StartProjectSessionCommand_base: {
25
- new (input: StartProjectSessionCommandInput): import("@smithy/core/client").CommandImpl<StartProjectSessionCommandInput, StartProjectSessionCommandOutput, DataBrewClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: StartProjectSessionCommandInput): import("@smithy/core/client").CommandImpl<StartProjectSessionCommandInput, StartProjectSessionCommandOutput, DataBrewClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: StartProjectSessionCommandInput): import("@smithy/core/client").CommandImpl<StartProjectSessionCommandInput, StartProjectSessionCommandOutput, import("..").DataBrewClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: StartProjectSessionCommandInput): import("@smithy/core/client").CommandImpl<StartProjectSessionCommandInput, StartProjectSessionCommandOutput, import("..").DataBrewClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Creates an interactive session, enabling you to manipulate data in a DataBrew
@@ -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 { StopJobRunRequest, StopJobRunResponse } 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 StopJobRunCommandInput extends StopJobRunRequest {
22
19
  export interface StopJobRunCommandOutput extends StopJobRunResponse, __MetadataBearer {
23
20
  }
24
21
  declare const StopJobRunCommand_base: {
25
- new (input: StopJobRunCommandInput): import("@smithy/core/client").CommandImpl<StopJobRunCommandInput, StopJobRunCommandOutput, DataBrewClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: StopJobRunCommandInput): import("@smithy/core/client").CommandImpl<StopJobRunCommandInput, StopJobRunCommandOutput, DataBrewClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: StopJobRunCommandInput): import("@smithy/core/client").CommandImpl<StopJobRunCommandInput, StopJobRunCommandOutput, import("..").DataBrewClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: StopJobRunCommandInput): import("@smithy/core/client").CommandImpl<StopJobRunCommandInput, StopJobRunCommandOutput, import("..").DataBrewClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Stops a particular run of a 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 { TagResourceRequest, TagResourceResponse } 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 TagResourceCommandInput extends TagResourceRequest {
22
19
  export interface TagResourceCommandOutput extends TagResourceResponse, __MetadataBearer {
23
20
  }
24
21
  declare const TagResourceCommand_base: {
25
- new (input: TagResourceCommandInput): import("@smithy/core/client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, DataBrewClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: TagResourceCommandInput): import("@smithy/core/client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, DataBrewClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: TagResourceCommandInput): import("@smithy/core/client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, import("..").DataBrewClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: TagResourceCommandInput): import("@smithy/core/client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, import("..").DataBrewClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Adds metadata tags to a DataBrew resource, such as a dataset, project, recipe, job, or
@@ -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 { UntagResourceRequest, UntagResourceResponse } 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 UntagResourceCommandInput extends UntagResourceRequest {
22
19
  export interface UntagResourceCommandOutput extends UntagResourceResponse, __MetadataBearer {
23
20
  }
24
21
  declare const UntagResourceCommand_base: {
25
- new (input: UntagResourceCommandInput): import("@smithy/core/client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, DataBrewClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: UntagResourceCommandInput): import("@smithy/core/client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, DataBrewClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: UntagResourceCommandInput): import("@smithy/core/client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, import("..").DataBrewClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: UntagResourceCommandInput): import("@smithy/core/client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, import("..").DataBrewClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Removes metadata tags from a DataBrew resource.</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 { UpdateDatasetRequest, UpdateDatasetResponse } 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 UpdateDatasetCommandInput extends UpdateDatasetRequest {
22
19
  export interface UpdateDatasetCommandOutput extends UpdateDatasetResponse, __MetadataBearer {
23
20
  }
24
21
  declare const UpdateDatasetCommand_base: {
25
- new (input: UpdateDatasetCommandInput): import("@smithy/core/client").CommandImpl<UpdateDatasetCommandInput, UpdateDatasetCommandOutput, DataBrewClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: UpdateDatasetCommandInput): import("@smithy/core/client").CommandImpl<UpdateDatasetCommandInput, UpdateDatasetCommandOutput, DataBrewClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: UpdateDatasetCommandInput): import("@smithy/core/client").CommandImpl<UpdateDatasetCommandInput, UpdateDatasetCommandOutput, import("..").DataBrewClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: UpdateDatasetCommandInput): import("@smithy/core/client").CommandImpl<UpdateDatasetCommandInput, UpdateDatasetCommandOutput, import("..").DataBrewClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Modifies the definition of an existing 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 { UpdateProfileJobRequest, UpdateProfileJobResponse } 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 UpdateProfileJobCommandInput extends UpdateProfileJobRequest {
22
19
  export interface UpdateProfileJobCommandOutput extends UpdateProfileJobResponse, __MetadataBearer {
23
20
  }
24
21
  declare const UpdateProfileJobCommand_base: {
25
- new (input: UpdateProfileJobCommandInput): import("@smithy/core/client").CommandImpl<UpdateProfileJobCommandInput, UpdateProfileJobCommandOutput, DataBrewClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: UpdateProfileJobCommandInput): import("@smithy/core/client").CommandImpl<UpdateProfileJobCommandInput, UpdateProfileJobCommandOutput, DataBrewClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: UpdateProfileJobCommandInput): import("@smithy/core/client").CommandImpl<UpdateProfileJobCommandInput, UpdateProfileJobCommandOutput, import("..").DataBrewClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: UpdateProfileJobCommandInput): import("@smithy/core/client").CommandImpl<UpdateProfileJobCommandInput, UpdateProfileJobCommandOutput, import("..").DataBrewClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Modifies the definition of an existing profile 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 { UpdateProjectRequest, UpdateProjectResponse } 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 UpdateProjectCommandInput extends UpdateProjectRequest {
22
19
  export interface UpdateProjectCommandOutput extends UpdateProjectResponse, __MetadataBearer {
23
20
  }
24
21
  declare const UpdateProjectCommand_base: {
25
- new (input: UpdateProjectCommandInput): import("@smithy/core/client").CommandImpl<UpdateProjectCommandInput, UpdateProjectCommandOutput, DataBrewClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: UpdateProjectCommandInput): import("@smithy/core/client").CommandImpl<UpdateProjectCommandInput, UpdateProjectCommandOutput, DataBrewClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: UpdateProjectCommandInput): import("@smithy/core/client").CommandImpl<UpdateProjectCommandInput, UpdateProjectCommandOutput, import("..").DataBrewClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: UpdateProjectCommandInput): import("@smithy/core/client").CommandImpl<UpdateProjectCommandInput, UpdateProjectCommandOutput, import("..").DataBrewClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Modifies the definition of 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 { UpdateRecipeRequest, UpdateRecipeResponse } 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 UpdateRecipeCommandInput extends UpdateRecipeRequest {
22
19
  export interface UpdateRecipeCommandOutput extends UpdateRecipeResponse, __MetadataBearer {
23
20
  }
24
21
  declare const UpdateRecipeCommand_base: {
25
- new (input: UpdateRecipeCommandInput): import("@smithy/core/client").CommandImpl<UpdateRecipeCommandInput, UpdateRecipeCommandOutput, DataBrewClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: UpdateRecipeCommandInput): import("@smithy/core/client").CommandImpl<UpdateRecipeCommandInput, UpdateRecipeCommandOutput, DataBrewClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: UpdateRecipeCommandInput): import("@smithy/core/client").CommandImpl<UpdateRecipeCommandInput, UpdateRecipeCommandOutput, import("..").DataBrewClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: UpdateRecipeCommandInput): import("@smithy/core/client").CommandImpl<UpdateRecipeCommandInput, UpdateRecipeCommandOutput, import("..").DataBrewClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Modifies the definition of the <code>LATEST_WORKING</code> version of a DataBrew
@@ -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 { UpdateRecipeJobRequest, UpdateRecipeJobResponse } 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 UpdateRecipeJobCommandInput extends UpdateRecipeJobRequest {
22
19
  export interface UpdateRecipeJobCommandOutput extends UpdateRecipeJobResponse, __MetadataBearer {
23
20
  }
24
21
  declare const UpdateRecipeJobCommand_base: {
25
- new (input: UpdateRecipeJobCommandInput): import("@smithy/core/client").CommandImpl<UpdateRecipeJobCommandInput, UpdateRecipeJobCommandOutput, DataBrewClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: UpdateRecipeJobCommandInput): import("@smithy/core/client").CommandImpl<UpdateRecipeJobCommandInput, UpdateRecipeJobCommandOutput, DataBrewClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: UpdateRecipeJobCommandInput): import("@smithy/core/client").CommandImpl<UpdateRecipeJobCommandInput, UpdateRecipeJobCommandOutput, import("..").DataBrewClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: UpdateRecipeJobCommandInput): import("@smithy/core/client").CommandImpl<UpdateRecipeJobCommandInput, UpdateRecipeJobCommandOutput, import("..").DataBrewClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Modifies the definition of an existing DataBrew recipe 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 { UpdateRulesetRequest, UpdateRulesetResponse } 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 UpdateRulesetCommandInput extends UpdateRulesetRequest {
22
19
  export interface UpdateRulesetCommandOutput extends UpdateRulesetResponse, __MetadataBearer {
23
20
  }
24
21
  declare const UpdateRulesetCommand_base: {
25
- new (input: UpdateRulesetCommandInput): import("@smithy/core/client").CommandImpl<UpdateRulesetCommandInput, UpdateRulesetCommandOutput, DataBrewClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: UpdateRulesetCommandInput): import("@smithy/core/client").CommandImpl<UpdateRulesetCommandInput, UpdateRulesetCommandOutput, DataBrewClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: UpdateRulesetCommandInput): import("@smithy/core/client").CommandImpl<UpdateRulesetCommandInput, UpdateRulesetCommandOutput, import("..").DataBrewClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: UpdateRulesetCommandInput): import("@smithy/core/client").CommandImpl<UpdateRulesetCommandInput, UpdateRulesetCommandOutput, import("..").DataBrewClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Updates specified ruleset.</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 { UpdateScheduleRequest, UpdateScheduleResponse } 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 UpdateScheduleCommandInput extends UpdateScheduleRequest {
22
19
  export interface UpdateScheduleCommandOutput extends UpdateScheduleResponse, __MetadataBearer {
23
20
  }
24
21
  declare const UpdateScheduleCommand_base: {
25
- new (input: UpdateScheduleCommandInput): import("@smithy/core/client").CommandImpl<UpdateScheduleCommandInput, UpdateScheduleCommandOutput, DataBrewClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: UpdateScheduleCommandInput): import("@smithy/core/client").CommandImpl<UpdateScheduleCommandInput, UpdateScheduleCommandOutput, DataBrewClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: UpdateScheduleCommandInput): import("@smithy/core/client").CommandImpl<UpdateScheduleCommandInput, UpdateScheduleCommandOutput, import("..").DataBrewClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: UpdateScheduleCommandInput): import("@smithy/core/client").CommandImpl<UpdateScheduleCommandInput, UpdateScheduleCommandOutput, import("..").DataBrewClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Modifies the definition of an existing DataBrew schedule.</p>
@@ -12,6 +12,7 @@ export type { ClientInputEndpointParameters } from "./endpoint/EndpointParameter
12
12
  export type { RuntimeExtension } from "./runtimeExtensions";
13
13
  export type { DataBrewExtensionConfiguration } from "./extensionConfiguration";
14
14
  export * from "./commands";
15
+ export { Command as $Command } from "@smithy/core/client";
15
16
  export * from "./schemas/schemas_0";
16
17
  export * from "./pagination";
17
18
  export * from "./models/enums";
@@ -13,7 +13,6 @@ export declare const getRuntimeConfig: (config: DataBrewClientConfig) => {
13
13
  region: string | import("@smithy/types").Provider<any>;
14
14
  requestHandler: import("@smithy/core/protocols").HttpHandler<any> | RequestHandler;
15
15
  retryMode: string | import("@smithy/types").Provider<string>;
16
- sha256: import("@smithy/types").HashConstructor;
17
16
  streamCollector: (stream: import("stream").Readable | import("stream/web").ReadableStream | ReadableStream | Blob) => Promise<Uint8Array>;
18
17
  useDualstackEndpoint: (boolean | import("@smithy/types").Provider<boolean>) & (boolean | import("@smithy/types").Provider<boolean | undefined>);
19
18
  useFipsEndpoint: (boolean | import("@smithy/types").Provider<boolean>) & (boolean | import("@smithy/types").Provider<boolean | undefined>);
@@ -24,6 +23,7 @@ export declare const getRuntimeConfig: (config: DataBrewClientConfig) => {
24
23
  [setting: string]: unknown;
25
24
  };
26
25
  apiVersion: string;
26
+ sha256: import("@smithy/types").HashConstructor;
27
27
  urlParser: import("@smithy/types").UrlParser;
28
28
  base64Decoder: import("@smithy/types").Decoder;
29
29
  base64Encoder: (_input: Uint8Array | string) => string;
@@ -14,7 +14,6 @@ export declare const getRuntimeConfig: (config: DataBrewClientConfig) => {
14
14
  region: string | import("@smithy/types").Provider<string>;
15
15
  requestHandler: RequestHandler | import("@smithy/core/protocols").HttpHandler<any>;
16
16
  retryMode: string | import("@smithy/types").Provider<string>;
17
- sha256: import("@smithy/types").HashConstructor;
18
17
  streamCollector: (stream: import("stream").Readable | import("stream/web").ReadableStream | ReadableStream | Blob) => Promise<Uint8Array>;
19
18
  useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean>;
20
19
  useFipsEndpoint: boolean | import("@smithy/types").Provider<boolean>;
@@ -26,6 +25,7 @@ export declare const getRuntimeConfig: (config: DataBrewClientConfig) => {
26
25
  [setting: string]: unknown;
27
26
  };
28
27
  apiVersion: string;
28
+ sha256: import("@smithy/types").HashConstructor;
29
29
  urlParser: import("@smithy/types").UrlParser;
30
30
  base64Decoder: import("@smithy/types").Decoder;
31
31
  base64Encoder: (_input: Uint8Array | string) => string;
@@ -4,7 +4,6 @@ import type { DataBrewClientConfig } from "./DataBrewClient";
4
4
  */
5
5
  export declare const getRuntimeConfig: (config: DataBrewClientConfig) => {
6
6
  runtime: string;
7
- sha256: import("@smithy/types").HashConstructor;
8
7
  requestHandler: import("@smithy/types").NodeHttpHandlerOptions | import("@smithy/types").FetchHttpHandlerOptions | Record<string, unknown> | import("@smithy/core/protocols").HttpHandler<any> | import("@smithy/fetch-http-handler").FetchHttpHandler;
9
8
  cacheMiddleware?: boolean;
10
9
  protocol: import("@smithy/types").ClientProtocol<any, any> | import("@smithy/types").ClientProtocolCtor<any, any> | typeof import("@aws-sdk/core/protocols").AwsRestJsonProtocol;
@@ -13,6 +12,7 @@ export declare const getRuntimeConfig: (config: DataBrewClientConfig) => {
13
12
  [setting: string]: unknown;
14
13
  };
15
14
  apiVersion: string;
15
+ sha256: import("@smithy/types").HashConstructor;
16
16
  urlParser: import("@smithy/types").UrlParser;
17
17
  bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
18
18
  streamCollector: (stream: import("stream").Readable | import("stream/web").ReadableStream | ReadableStream | Blob) => Promise<Uint8Array>;
@@ -21,6 +21,7 @@ export declare const getRuntimeConfig: (config: DataBrewClientConfig) => {
21
21
  defaultNamespace?: string;
22
22
  };
23
23
  serviceId: string;
24
+ sha256: import("@smithy/types").HashConstructor;
24
25
  urlParser: import("@smithy/types").UrlParser;
25
26
  utf8Decoder: import("@smithy/types").Decoder;
26
27
  utf8Encoder: (input: Uint8Array | string) => string;
@@ -0,0 +1,46 @@
1
+ import { EndpointParameterInstructions } from "@smithy/types";
2
+ import {
3
+ DataBrewClientResolvedConfig,
4
+ ServiceInputTypes,
5
+ ServiceOutputTypes,
6
+ } from "./DataBrewClient";
7
+ export declare const command: <
8
+ I extends ServiceInputTypes,
9
+ O extends ServiceOutputTypes
10
+ >(
11
+ added: EndpointParameterInstructions,
12
+ plugins: (
13
+ CommandCtor: any,
14
+ clientStack: any,
15
+ config: any,
16
+ options: any
17
+ ) => import("@smithy/types").Pluggable<any, any>[],
18
+ op: string,
19
+ $: import("@smithy/types").StaticOperationSchema,
20
+ smithyContext?: Record<string, unknown>
21
+ ) => {
22
+ new (input: I): import("@smithy/core/client").CommandImpl<
23
+ I,
24
+ O,
25
+ DataBrewClientResolvedConfig,
26
+ ServiceInputTypes,
27
+ ServiceOutputTypes
28
+ >;
29
+ new (
30
+ ...[input]: import("@smithy/types").OptionalParameter<I>
31
+ ): import("@smithy/core/client").CommandImpl<
32
+ I,
33
+ O,
34
+ DataBrewClientResolvedConfig,
35
+ ServiceInputTypes,
36
+ ServiceOutputTypes
37
+ >;
38
+ getEndpointParameterInstructions(): EndpointParameterInstructions;
39
+ };
40
+ export declare const _ep0: EndpointParameterInstructions;
41
+ export declare const _mw0: (
42
+ Command: any,
43
+ cs: any,
44
+ config: any,
45
+ o: any
46
+ ) => never[];
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- DataBrewClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../DataBrewClient";
8
2
  import {
9
3
  BatchDeleteRecipeVersionRequest,
10
4
  BatchDeleteRecipeVersionResponse,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface BatchDeleteRecipeVersionCommandInput
15
8
  extends BatchDeleteRecipeVersionRequest {}
16
9
  export interface BatchDeleteRecipeVersionCommandOutput
@@ -22,22 +15,20 @@ declare const BatchDeleteRecipeVersionCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  BatchDeleteRecipeVersionCommandInput,
24
17
  BatchDeleteRecipeVersionCommandOutput,
25
- DataBrewClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").DataBrewClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: BatchDeleteRecipeVersionCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  BatchDeleteRecipeVersionCommandInput,
33
26
  BatchDeleteRecipeVersionCommandOutput,
34
- DataBrewClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
27
+ import("..").DataBrewClientResolvedConfig,
28
+ import("..").ServiceInputTypes,
29
+ import("..").ServiceOutputTypes
37
30
  >;
38
- getEndpointParameterInstructions(): {
39
- [x: string]: unknown;
40
- };
31
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
41
32
  };
42
33
  export declare class BatchDeleteRecipeVersionCommand extends BatchDeleteRecipeVersionCommand_base {
43
34
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- DataBrewClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../DataBrewClient";
8
2
  import {
9
3
  CreateDatasetRequest,
10
4
  CreateDatasetResponse,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface CreateDatasetCommandInput extends CreateDatasetRequest {}
15
8
  export interface CreateDatasetCommandOutput
16
9
  extends CreateDatasetResponse,
@@ -21,22 +14,20 @@ declare const CreateDatasetCommand_base: {
21
14
  ): import("@smithy/core/client").CommandImpl<
22
15
  CreateDatasetCommandInput,
23
16
  CreateDatasetCommandOutput,
24
- DataBrewClientResolvedConfig,
25
- ServiceInputTypes,
26
- ServiceOutputTypes
17
+ import("..").DataBrewClientResolvedConfig,
18
+ import("..").ServiceInputTypes,
19
+ import("..").ServiceOutputTypes
27
20
  >;
28
21
  new (
29
22
  input: CreateDatasetCommandInput
30
23
  ): import("@smithy/core/client").CommandImpl<
31
24
  CreateDatasetCommandInput,
32
25
  CreateDatasetCommandOutput,
33
- DataBrewClientResolvedConfig,
34
- ServiceInputTypes,
35
- ServiceOutputTypes
26
+ import("..").DataBrewClientResolvedConfig,
27
+ import("..").ServiceInputTypes,
28
+ import("..").ServiceOutputTypes
36
29
  >;
37
- getEndpointParameterInstructions(): {
38
- [x: string]: unknown;
39
- };
30
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
40
31
  };
41
32
  export declare class CreateDatasetCommand extends CreateDatasetCommand_base {
42
33
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- DataBrewClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../DataBrewClient";
8
2
  import {
9
3
  CreateProfileJobRequest,
10
4
  CreateProfileJobResponse,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface CreateProfileJobCommandInput extends CreateProfileJobRequest {}
15
8
  export interface CreateProfileJobCommandOutput
16
9
  extends CreateProfileJobResponse,
@@ -21,22 +14,20 @@ declare const CreateProfileJobCommand_base: {
21
14
  ): import("@smithy/core/client").CommandImpl<
22
15
  CreateProfileJobCommandInput,
23
16
  CreateProfileJobCommandOutput,
24
- DataBrewClientResolvedConfig,
25
- ServiceInputTypes,
26
- ServiceOutputTypes
17
+ import("..").DataBrewClientResolvedConfig,
18
+ import("..").ServiceInputTypes,
19
+ import("..").ServiceOutputTypes
27
20
  >;
28
21
  new (
29
22
  input: CreateProfileJobCommandInput
30
23
  ): import("@smithy/core/client").CommandImpl<
31
24
  CreateProfileJobCommandInput,
32
25
  CreateProfileJobCommandOutput,
33
- DataBrewClientResolvedConfig,
34
- ServiceInputTypes,
35
- ServiceOutputTypes
26
+ import("..").DataBrewClientResolvedConfig,
27
+ import("..").ServiceInputTypes,
28
+ import("..").ServiceOutputTypes
36
29
  >;
37
- getEndpointParameterInstructions(): {
38
- [x: string]: unknown;
39
- };
30
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
40
31
  };
41
32
  export declare class CreateProfileJobCommand extends CreateProfileJobCommand_base {
42
33
  protected static __types: {