@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,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
  SendProjectSessionActionRequest,
10
4
  SendProjectSessionActionResponse,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface SendProjectSessionActionCommandInput
15
8
  extends SendProjectSessionActionRequest {}
16
9
  export interface SendProjectSessionActionCommandOutput
@@ -22,22 +15,20 @@ declare const SendProjectSessionActionCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  SendProjectSessionActionCommandInput,
24
17
  SendProjectSessionActionCommandOutput,
25
- DataBrewClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").DataBrewClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: SendProjectSessionActionCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  SendProjectSessionActionCommandInput,
33
26
  SendProjectSessionActionCommandOutput,
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 SendProjectSessionActionCommand extends SendProjectSessionActionCommand_base {
43
34
  protected static __types: {
@@ -1,13 +1,6 @@
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 { StartJobRunRequest, StartJobRunResponse } from "../models/models_0";
9
3
  export { __MetadataBearer };
10
- export { $Command };
11
4
  export interface StartJobRunCommandInput extends StartJobRunRequest {}
12
5
  export interface StartJobRunCommandOutput
13
6
  extends StartJobRunResponse,
@@ -18,22 +11,20 @@ declare const StartJobRunCommand_base: {
18
11
  ): import("@smithy/core/client").CommandImpl<
19
12
  StartJobRunCommandInput,
20
13
  StartJobRunCommandOutput,
21
- DataBrewClientResolvedConfig,
22
- ServiceInputTypes,
23
- ServiceOutputTypes
14
+ import("..").DataBrewClientResolvedConfig,
15
+ import("..").ServiceInputTypes,
16
+ import("..").ServiceOutputTypes
24
17
  >;
25
18
  new (
26
19
  input: StartJobRunCommandInput
27
20
  ): import("@smithy/core/client").CommandImpl<
28
21
  StartJobRunCommandInput,
29
22
  StartJobRunCommandOutput,
30
- DataBrewClientResolvedConfig,
31
- ServiceInputTypes,
32
- ServiceOutputTypes
23
+ import("..").DataBrewClientResolvedConfig,
24
+ import("..").ServiceInputTypes,
25
+ import("..").ServiceOutputTypes
33
26
  >;
34
- getEndpointParameterInstructions(): {
35
- [x: string]: unknown;
36
- };
27
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
37
28
  };
38
29
  export declare class StartJobRunCommand extends StartJobRunCommand_base {
39
30
  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
  StartProjectSessionRequest,
10
4
  StartProjectSessionResponse,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface StartProjectSessionCommandInput
15
8
  extends StartProjectSessionRequest {}
16
9
  export interface StartProjectSessionCommandOutput
@@ -22,22 +15,20 @@ declare const StartProjectSessionCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  StartProjectSessionCommandInput,
24
17
  StartProjectSessionCommandOutput,
25
- DataBrewClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").DataBrewClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: StartProjectSessionCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  StartProjectSessionCommandInput,
33
26
  StartProjectSessionCommandOutput,
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 StartProjectSessionCommand extends StartProjectSessionCommand_base {
43
34
  protected static __types: {
@@ -1,13 +1,6 @@
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 { StopJobRunRequest, StopJobRunResponse } from "../models/models_0";
9
3
  export { __MetadataBearer };
10
- export { $Command };
11
4
  export interface StopJobRunCommandInput extends StopJobRunRequest {}
12
5
  export interface StopJobRunCommandOutput
13
6
  extends StopJobRunResponse,
@@ -18,22 +11,20 @@ declare const StopJobRunCommand_base: {
18
11
  ): import("@smithy/core/client").CommandImpl<
19
12
  StopJobRunCommandInput,
20
13
  StopJobRunCommandOutput,
21
- DataBrewClientResolvedConfig,
22
- ServiceInputTypes,
23
- ServiceOutputTypes
14
+ import("..").DataBrewClientResolvedConfig,
15
+ import("..").ServiceInputTypes,
16
+ import("..").ServiceOutputTypes
24
17
  >;
25
18
  new (
26
19
  input: StopJobRunCommandInput
27
20
  ): import("@smithy/core/client").CommandImpl<
28
21
  StopJobRunCommandInput,
29
22
  StopJobRunCommandOutput,
30
- DataBrewClientResolvedConfig,
31
- ServiceInputTypes,
32
- ServiceOutputTypes
23
+ import("..").DataBrewClientResolvedConfig,
24
+ import("..").ServiceInputTypes,
25
+ import("..").ServiceOutputTypes
33
26
  >;
34
- getEndpointParameterInstructions(): {
35
- [x: string]: unknown;
36
- };
27
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
37
28
  };
38
29
  export declare class StopJobRunCommand extends StopJobRunCommand_base {
39
30
  protected static __types: {
@@ -1,13 +1,6 @@
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 { TagResourceRequest, TagResourceResponse } from "../models/models_0";
9
3
  export { __MetadataBearer };
10
- export { $Command };
11
4
  export interface TagResourceCommandInput extends TagResourceRequest {}
12
5
  export interface TagResourceCommandOutput
13
6
  extends TagResourceResponse,
@@ -18,22 +11,20 @@ declare const TagResourceCommand_base: {
18
11
  ): import("@smithy/core/client").CommandImpl<
19
12
  TagResourceCommandInput,
20
13
  TagResourceCommandOutput,
21
- DataBrewClientResolvedConfig,
22
- ServiceInputTypes,
23
- ServiceOutputTypes
14
+ import("..").DataBrewClientResolvedConfig,
15
+ import("..").ServiceInputTypes,
16
+ import("..").ServiceOutputTypes
24
17
  >;
25
18
  new (
26
19
  input: TagResourceCommandInput
27
20
  ): import("@smithy/core/client").CommandImpl<
28
21
  TagResourceCommandInput,
29
22
  TagResourceCommandOutput,
30
- DataBrewClientResolvedConfig,
31
- ServiceInputTypes,
32
- ServiceOutputTypes
23
+ import("..").DataBrewClientResolvedConfig,
24
+ import("..").ServiceInputTypes,
25
+ import("..").ServiceOutputTypes
33
26
  >;
34
- getEndpointParameterInstructions(): {
35
- [x: string]: unknown;
36
- };
27
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
37
28
  };
38
29
  export declare class TagResourceCommand extends TagResourceCommand_base {
39
30
  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
  UntagResourceRequest,
10
4
  UntagResourceResponse,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface UntagResourceCommandInput extends UntagResourceRequest {}
15
8
  export interface UntagResourceCommandOutput
16
9
  extends UntagResourceResponse,
@@ -21,22 +14,20 @@ declare const UntagResourceCommand_base: {
21
14
  ): import("@smithy/core/client").CommandImpl<
22
15
  UntagResourceCommandInput,
23
16
  UntagResourceCommandOutput,
24
- DataBrewClientResolvedConfig,
25
- ServiceInputTypes,
26
- ServiceOutputTypes
17
+ import("..").DataBrewClientResolvedConfig,
18
+ import("..").ServiceInputTypes,
19
+ import("..").ServiceOutputTypes
27
20
  >;
28
21
  new (
29
22
  input: UntagResourceCommandInput
30
23
  ): import("@smithy/core/client").CommandImpl<
31
24
  UntagResourceCommandInput,
32
25
  UntagResourceCommandOutput,
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 UntagResourceCommand extends UntagResourceCommand_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
  UpdateDatasetRequest,
10
4
  UpdateDatasetResponse,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface UpdateDatasetCommandInput extends UpdateDatasetRequest {}
15
8
  export interface UpdateDatasetCommandOutput
16
9
  extends UpdateDatasetResponse,
@@ -21,22 +14,20 @@ declare const UpdateDatasetCommand_base: {
21
14
  ): import("@smithy/core/client").CommandImpl<
22
15
  UpdateDatasetCommandInput,
23
16
  UpdateDatasetCommandOutput,
24
- DataBrewClientResolvedConfig,
25
- ServiceInputTypes,
26
- ServiceOutputTypes
17
+ import("..").DataBrewClientResolvedConfig,
18
+ import("..").ServiceInputTypes,
19
+ import("..").ServiceOutputTypes
27
20
  >;
28
21
  new (
29
22
  input: UpdateDatasetCommandInput
30
23
  ): import("@smithy/core/client").CommandImpl<
31
24
  UpdateDatasetCommandInput,
32
25
  UpdateDatasetCommandOutput,
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 UpdateDatasetCommand extends UpdateDatasetCommand_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
  UpdateProfileJobRequest,
10
4
  UpdateProfileJobResponse,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface UpdateProfileJobCommandInput extends UpdateProfileJobRequest {}
15
8
  export interface UpdateProfileJobCommandOutput
16
9
  extends UpdateProfileJobResponse,
@@ -21,22 +14,20 @@ declare const UpdateProfileJobCommand_base: {
21
14
  ): import("@smithy/core/client").CommandImpl<
22
15
  UpdateProfileJobCommandInput,
23
16
  UpdateProfileJobCommandOutput,
24
- DataBrewClientResolvedConfig,
25
- ServiceInputTypes,
26
- ServiceOutputTypes
17
+ import("..").DataBrewClientResolvedConfig,
18
+ import("..").ServiceInputTypes,
19
+ import("..").ServiceOutputTypes
27
20
  >;
28
21
  new (
29
22
  input: UpdateProfileJobCommandInput
30
23
  ): import("@smithy/core/client").CommandImpl<
31
24
  UpdateProfileJobCommandInput,
32
25
  UpdateProfileJobCommandOutput,
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 UpdateProfileJobCommand extends UpdateProfileJobCommand_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
  UpdateProjectRequest,
10
4
  UpdateProjectResponse,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface UpdateProjectCommandInput extends UpdateProjectRequest {}
15
8
  export interface UpdateProjectCommandOutput
16
9
  extends UpdateProjectResponse,
@@ -21,22 +14,20 @@ declare const UpdateProjectCommand_base: {
21
14
  ): import("@smithy/core/client").CommandImpl<
22
15
  UpdateProjectCommandInput,
23
16
  UpdateProjectCommandOutput,
24
- DataBrewClientResolvedConfig,
25
- ServiceInputTypes,
26
- ServiceOutputTypes
17
+ import("..").DataBrewClientResolvedConfig,
18
+ import("..").ServiceInputTypes,
19
+ import("..").ServiceOutputTypes
27
20
  >;
28
21
  new (
29
22
  input: UpdateProjectCommandInput
30
23
  ): import("@smithy/core/client").CommandImpl<
31
24
  UpdateProjectCommandInput,
32
25
  UpdateProjectCommandOutput,
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 UpdateProjectCommand extends UpdateProjectCommand_base {
42
33
  protected static __types: {
@@ -1,13 +1,6 @@
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 { UpdateRecipeRequest, UpdateRecipeResponse } from "../models/models_0";
9
3
  export { __MetadataBearer };
10
- export { $Command };
11
4
  export interface UpdateRecipeCommandInput extends UpdateRecipeRequest {}
12
5
  export interface UpdateRecipeCommandOutput
13
6
  extends UpdateRecipeResponse,
@@ -18,22 +11,20 @@ declare const UpdateRecipeCommand_base: {
18
11
  ): import("@smithy/core/client").CommandImpl<
19
12
  UpdateRecipeCommandInput,
20
13
  UpdateRecipeCommandOutput,
21
- DataBrewClientResolvedConfig,
22
- ServiceInputTypes,
23
- ServiceOutputTypes
14
+ import("..").DataBrewClientResolvedConfig,
15
+ import("..").ServiceInputTypes,
16
+ import("..").ServiceOutputTypes
24
17
  >;
25
18
  new (
26
19
  input: UpdateRecipeCommandInput
27
20
  ): import("@smithy/core/client").CommandImpl<
28
21
  UpdateRecipeCommandInput,
29
22
  UpdateRecipeCommandOutput,
30
- DataBrewClientResolvedConfig,
31
- ServiceInputTypes,
32
- ServiceOutputTypes
23
+ import("..").DataBrewClientResolvedConfig,
24
+ import("..").ServiceInputTypes,
25
+ import("..").ServiceOutputTypes
33
26
  >;
34
- getEndpointParameterInstructions(): {
35
- [x: string]: unknown;
36
- };
27
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
37
28
  };
38
29
  export declare class UpdateRecipeCommand extends UpdateRecipeCommand_base {
39
30
  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
  UpdateRecipeJobRequest,
10
4
  UpdateRecipeJobResponse,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface UpdateRecipeJobCommandInput extends UpdateRecipeJobRequest {}
15
8
  export interface UpdateRecipeJobCommandOutput
16
9
  extends UpdateRecipeJobResponse,
@@ -21,22 +14,20 @@ declare const UpdateRecipeJobCommand_base: {
21
14
  ): import("@smithy/core/client").CommandImpl<
22
15
  UpdateRecipeJobCommandInput,
23
16
  UpdateRecipeJobCommandOutput,
24
- DataBrewClientResolvedConfig,
25
- ServiceInputTypes,
26
- ServiceOutputTypes
17
+ import("..").DataBrewClientResolvedConfig,
18
+ import("..").ServiceInputTypes,
19
+ import("..").ServiceOutputTypes
27
20
  >;
28
21
  new (
29
22
  input: UpdateRecipeJobCommandInput
30
23
  ): import("@smithy/core/client").CommandImpl<
31
24
  UpdateRecipeJobCommandInput,
32
25
  UpdateRecipeJobCommandOutput,
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 UpdateRecipeJobCommand extends UpdateRecipeJobCommand_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
  UpdateRulesetRequest,
10
4
  UpdateRulesetResponse,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface UpdateRulesetCommandInput extends UpdateRulesetRequest {}
15
8
  export interface UpdateRulesetCommandOutput
16
9
  extends UpdateRulesetResponse,
@@ -21,22 +14,20 @@ declare const UpdateRulesetCommand_base: {
21
14
  ): import("@smithy/core/client").CommandImpl<
22
15
  UpdateRulesetCommandInput,
23
16
  UpdateRulesetCommandOutput,
24
- DataBrewClientResolvedConfig,
25
- ServiceInputTypes,
26
- ServiceOutputTypes
17
+ import("..").DataBrewClientResolvedConfig,
18
+ import("..").ServiceInputTypes,
19
+ import("..").ServiceOutputTypes
27
20
  >;
28
21
  new (
29
22
  input: UpdateRulesetCommandInput
30
23
  ): import("@smithy/core/client").CommandImpl<
31
24
  UpdateRulesetCommandInput,
32
25
  UpdateRulesetCommandOutput,
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 UpdateRulesetCommand extends UpdateRulesetCommand_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
  UpdateScheduleRequest,
10
4
  UpdateScheduleResponse,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface UpdateScheduleCommandInput extends UpdateScheduleRequest {}
15
8
  export interface UpdateScheduleCommandOutput
16
9
  extends UpdateScheduleResponse,
@@ -21,22 +14,20 @@ declare const UpdateScheduleCommand_base: {
21
14
  ): import("@smithy/core/client").CommandImpl<
22
15
  UpdateScheduleCommandInput,
23
16
  UpdateScheduleCommandOutput,
24
- DataBrewClientResolvedConfig,
25
- ServiceInputTypes,
26
- ServiceOutputTypes
17
+ import("..").DataBrewClientResolvedConfig,
18
+ import("..").ServiceInputTypes,
19
+ import("..").ServiceOutputTypes
27
20
  >;
28
21
  new (
29
22
  input: UpdateScheduleCommandInput
30
23
  ): import("@smithy/core/client").CommandImpl<
31
24
  UpdateScheduleCommandInput,
32
25
  UpdateScheduleCommandOutput,
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 UpdateScheduleCommand extends UpdateScheduleCommand_base {
42
33
  protected static __types: {
@@ -4,6 +4,7 @@ export { ClientInputEndpointParameters } from "./endpoint/EndpointParameters";
4
4
  export { RuntimeExtension } from "./runtimeExtensions";
5
5
  export { DataBrewExtensionConfiguration } from "./extensionConfiguration";
6
6
  export * from "./commands";
7
+ export { Command as $Command } from "@smithy/core/client";
7
8
  export * from "./schemas/schemas_0";
8
9
  export * from "./pagination";
9
10
  export * from "./models/enums";
@@ -20,7 +20,6 @@ export declare const getRuntimeConfig: (config: DataBrewClientConfig) => {
20
20
  | import("@smithy/core/protocols").HttpHandler<any>
21
21
  | RequestHandler;
22
22
  retryMode: string | import("@smithy/types").Provider<string>;
23
- sha256: import("@smithy/types").HashConstructor;
24
23
  streamCollector: (
25
24
  stream:
26
25
  | import("stream").Readable
@@ -42,6 +41,7 @@ export declare const getRuntimeConfig: (config: DataBrewClientConfig) => {
42
41
  [setting: string]: unknown;
43
42
  };
44
43
  apiVersion: string;
44
+ sha256: import("@smithy/types").HashConstructor;
45
45
  urlParser: import("@smithy/types").UrlParser;
46
46
  base64Decoder: import("@smithy/types").Decoder;
47
47
  base64Encoder: (_input: Uint8Array | string) => string;
@@ -21,7 +21,6 @@ export declare const getRuntimeConfig: (config: DataBrewClientConfig) => {
21
21
  | RequestHandler
22
22
  | import("@smithy/core/protocols").HttpHandler<any>;
23
23
  retryMode: string | import("@smithy/types").Provider<string>;
24
- sha256: import("@smithy/types").HashConstructor;
25
24
  streamCollector: (
26
25
  stream:
27
26
  | import("stream").Readable
@@ -42,6 +41,7 @@ export declare const getRuntimeConfig: (config: DataBrewClientConfig) => {
42
41
  [setting: string]: unknown;
43
42
  };
44
43
  apiVersion: string;
44
+ sha256: import("@smithy/types").HashConstructor;
45
45
  urlParser: import("@smithy/types").UrlParser;
46
46
  base64Decoder: import("@smithy/types").Decoder;
47
47
  base64Encoder: (_input: Uint8Array | string) => string;
@@ -1,7 +1,6 @@
1
1
  import { DataBrewClientConfig } from "./DataBrewClient";
2
2
  export declare const getRuntimeConfig: (config: DataBrewClientConfig) => {
3
3
  runtime: string;
4
- sha256: import("@smithy/types").HashConstructor;
5
4
  requestHandler:
6
5
  | import("@smithy/types").NodeHttpHandlerOptions
7
6
  | import("@smithy/types").FetchHttpHandlerOptions
@@ -18,6 +17,7 @@ export declare const getRuntimeConfig: (config: DataBrewClientConfig) => {
18
17
  [setting: string]: unknown;
19
18
  };
20
19
  apiVersion: string;
20
+ sha256: import("@smithy/types").HashConstructor;
21
21
  urlParser: import("@smithy/types").UrlParser;
22
22
  bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
23
23
  streamCollector: (