@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
  CreateProjectRequest,
10
4
  CreateProjectResponse,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface CreateProjectCommandInput extends CreateProjectRequest {}
15
8
  export interface CreateProjectCommandOutput
16
9
  extends CreateProjectResponse,
@@ -21,22 +14,20 @@ declare const CreateProjectCommand_base: {
21
14
  ): import("@smithy/core/client").CommandImpl<
22
15
  CreateProjectCommandInput,
23
16
  CreateProjectCommandOutput,
24
- DataBrewClientResolvedConfig,
25
- ServiceInputTypes,
26
- ServiceOutputTypes
17
+ import("..").DataBrewClientResolvedConfig,
18
+ import("..").ServiceInputTypes,
19
+ import("..").ServiceOutputTypes
27
20
  >;
28
21
  new (
29
22
  input: CreateProjectCommandInput
30
23
  ): import("@smithy/core/client").CommandImpl<
31
24
  CreateProjectCommandInput,
32
25
  CreateProjectCommandOutput,
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 CreateProjectCommand extends CreateProjectCommand_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 { CreateRecipeRequest, CreateRecipeResponse } from "../models/models_0";
9
3
  export { __MetadataBearer };
10
- export { $Command };
11
4
  export interface CreateRecipeCommandInput extends CreateRecipeRequest {}
12
5
  export interface CreateRecipeCommandOutput
13
6
  extends CreateRecipeResponse,
@@ -18,22 +11,20 @@ declare const CreateRecipeCommand_base: {
18
11
  ): import("@smithy/core/client").CommandImpl<
19
12
  CreateRecipeCommandInput,
20
13
  CreateRecipeCommandOutput,
21
- DataBrewClientResolvedConfig,
22
- ServiceInputTypes,
23
- ServiceOutputTypes
14
+ import("..").DataBrewClientResolvedConfig,
15
+ import("..").ServiceInputTypes,
16
+ import("..").ServiceOutputTypes
24
17
  >;
25
18
  new (
26
19
  input: CreateRecipeCommandInput
27
20
  ): import("@smithy/core/client").CommandImpl<
28
21
  CreateRecipeCommandInput,
29
22
  CreateRecipeCommandOutput,
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 CreateRecipeCommand extends CreateRecipeCommand_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
  CreateRecipeJobRequest,
10
4
  CreateRecipeJobResponse,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface CreateRecipeJobCommandInput extends CreateRecipeJobRequest {}
15
8
  export interface CreateRecipeJobCommandOutput
16
9
  extends CreateRecipeJobResponse,
@@ -21,22 +14,20 @@ declare const CreateRecipeJobCommand_base: {
21
14
  ): import("@smithy/core/client").CommandImpl<
22
15
  CreateRecipeJobCommandInput,
23
16
  CreateRecipeJobCommandOutput,
24
- DataBrewClientResolvedConfig,
25
- ServiceInputTypes,
26
- ServiceOutputTypes
17
+ import("..").DataBrewClientResolvedConfig,
18
+ import("..").ServiceInputTypes,
19
+ import("..").ServiceOutputTypes
27
20
  >;
28
21
  new (
29
22
  input: CreateRecipeJobCommandInput
30
23
  ): import("@smithy/core/client").CommandImpl<
31
24
  CreateRecipeJobCommandInput,
32
25
  CreateRecipeJobCommandOutput,
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 CreateRecipeJobCommand extends CreateRecipeJobCommand_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
  CreateRulesetRequest,
10
4
  CreateRulesetResponse,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface CreateRulesetCommandInput extends CreateRulesetRequest {}
15
8
  export interface CreateRulesetCommandOutput
16
9
  extends CreateRulesetResponse,
@@ -21,22 +14,20 @@ declare const CreateRulesetCommand_base: {
21
14
  ): import("@smithy/core/client").CommandImpl<
22
15
  CreateRulesetCommandInput,
23
16
  CreateRulesetCommandOutput,
24
- DataBrewClientResolvedConfig,
25
- ServiceInputTypes,
26
- ServiceOutputTypes
17
+ import("..").DataBrewClientResolvedConfig,
18
+ import("..").ServiceInputTypes,
19
+ import("..").ServiceOutputTypes
27
20
  >;
28
21
  new (
29
22
  input: CreateRulesetCommandInput
30
23
  ): import("@smithy/core/client").CommandImpl<
31
24
  CreateRulesetCommandInput,
32
25
  CreateRulesetCommandOutput,
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 CreateRulesetCommand extends CreateRulesetCommand_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
  CreateScheduleRequest,
10
4
  CreateScheduleResponse,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface CreateScheduleCommandInput extends CreateScheduleRequest {}
15
8
  export interface CreateScheduleCommandOutput
16
9
  extends CreateScheduleResponse,
@@ -21,22 +14,20 @@ declare const CreateScheduleCommand_base: {
21
14
  ): import("@smithy/core/client").CommandImpl<
22
15
  CreateScheduleCommandInput,
23
16
  CreateScheduleCommandOutput,
24
- DataBrewClientResolvedConfig,
25
- ServiceInputTypes,
26
- ServiceOutputTypes
17
+ import("..").DataBrewClientResolvedConfig,
18
+ import("..").ServiceInputTypes,
19
+ import("..").ServiceOutputTypes
27
20
  >;
28
21
  new (
29
22
  input: CreateScheduleCommandInput
30
23
  ): import("@smithy/core/client").CommandImpl<
31
24
  CreateScheduleCommandInput,
32
25
  CreateScheduleCommandOutput,
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 CreateScheduleCommand extends CreateScheduleCommand_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
  DeleteDatasetRequest,
10
4
  DeleteDatasetResponse,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface DeleteDatasetCommandInput extends DeleteDatasetRequest {}
15
8
  export interface DeleteDatasetCommandOutput
16
9
  extends DeleteDatasetResponse,
@@ -21,22 +14,20 @@ declare const DeleteDatasetCommand_base: {
21
14
  ): import("@smithy/core/client").CommandImpl<
22
15
  DeleteDatasetCommandInput,
23
16
  DeleteDatasetCommandOutput,
24
- DataBrewClientResolvedConfig,
25
- ServiceInputTypes,
26
- ServiceOutputTypes
17
+ import("..").DataBrewClientResolvedConfig,
18
+ import("..").ServiceInputTypes,
19
+ import("..").ServiceOutputTypes
27
20
  >;
28
21
  new (
29
22
  input: DeleteDatasetCommandInput
30
23
  ): import("@smithy/core/client").CommandImpl<
31
24
  DeleteDatasetCommandInput,
32
25
  DeleteDatasetCommandOutput,
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 DeleteDatasetCommand extends DeleteDatasetCommand_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 { DeleteJobRequest, DeleteJobResponse } from "../models/models_0";
9
3
  export { __MetadataBearer };
10
- export { $Command };
11
4
  export interface DeleteJobCommandInput extends DeleteJobRequest {}
12
5
  export interface DeleteJobCommandOutput
13
6
  extends DeleteJobResponse,
@@ -16,20 +9,18 @@ declare const DeleteJobCommand_base: {
16
9
  new (input: DeleteJobCommandInput): import("@smithy/core/client").CommandImpl<
17
10
  DeleteJobCommandInput,
18
11
  DeleteJobCommandOutput,
19
- DataBrewClientResolvedConfig,
20
- ServiceInputTypes,
21
- ServiceOutputTypes
12
+ import("..").DataBrewClientResolvedConfig,
13
+ import("..").ServiceInputTypes,
14
+ import("..").ServiceOutputTypes
22
15
  >;
23
16
  new (input: DeleteJobCommandInput): import("@smithy/core/client").CommandImpl<
24
17
  DeleteJobCommandInput,
25
18
  DeleteJobCommandOutput,
26
- DataBrewClientResolvedConfig,
27
- ServiceInputTypes,
28
- ServiceOutputTypes
19
+ import("..").DataBrewClientResolvedConfig,
20
+ import("..").ServiceInputTypes,
21
+ import("..").ServiceOutputTypes
29
22
  >;
30
- getEndpointParameterInstructions(): {
31
- [x: string]: unknown;
32
- };
23
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
33
24
  };
34
25
  export declare class DeleteJobCommand extends DeleteJobCommand_base {
35
26
  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
  DeleteProjectRequest,
10
4
  DeleteProjectResponse,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface DeleteProjectCommandInput extends DeleteProjectRequest {}
15
8
  export interface DeleteProjectCommandOutput
16
9
  extends DeleteProjectResponse,
@@ -21,22 +14,20 @@ declare const DeleteProjectCommand_base: {
21
14
  ): import("@smithy/core/client").CommandImpl<
22
15
  DeleteProjectCommandInput,
23
16
  DeleteProjectCommandOutput,
24
- DataBrewClientResolvedConfig,
25
- ServiceInputTypes,
26
- ServiceOutputTypes
17
+ import("..").DataBrewClientResolvedConfig,
18
+ import("..").ServiceInputTypes,
19
+ import("..").ServiceOutputTypes
27
20
  >;
28
21
  new (
29
22
  input: DeleteProjectCommandInput
30
23
  ): import("@smithy/core/client").CommandImpl<
31
24
  DeleteProjectCommandInput,
32
25
  DeleteProjectCommandOutput,
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 DeleteProjectCommand extends DeleteProjectCommand_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
  DeleteRecipeVersionRequest,
10
4
  DeleteRecipeVersionResponse,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface DeleteRecipeVersionCommandInput
15
8
  extends DeleteRecipeVersionRequest {}
16
9
  export interface DeleteRecipeVersionCommandOutput
@@ -22,22 +15,20 @@ declare const DeleteRecipeVersionCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  DeleteRecipeVersionCommandInput,
24
17
  DeleteRecipeVersionCommandOutput,
25
- DataBrewClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").DataBrewClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: DeleteRecipeVersionCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  DeleteRecipeVersionCommandInput,
33
26
  DeleteRecipeVersionCommandOutput,
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 DeleteRecipeVersionCommand extends DeleteRecipeVersionCommand_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
  DeleteRulesetRequest,
10
4
  DeleteRulesetResponse,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface DeleteRulesetCommandInput extends DeleteRulesetRequest {}
15
8
  export interface DeleteRulesetCommandOutput
16
9
  extends DeleteRulesetResponse,
@@ -21,22 +14,20 @@ declare const DeleteRulesetCommand_base: {
21
14
  ): import("@smithy/core/client").CommandImpl<
22
15
  DeleteRulesetCommandInput,
23
16
  DeleteRulesetCommandOutput,
24
- DataBrewClientResolvedConfig,
25
- ServiceInputTypes,
26
- ServiceOutputTypes
17
+ import("..").DataBrewClientResolvedConfig,
18
+ import("..").ServiceInputTypes,
19
+ import("..").ServiceOutputTypes
27
20
  >;
28
21
  new (
29
22
  input: DeleteRulesetCommandInput
30
23
  ): import("@smithy/core/client").CommandImpl<
31
24
  DeleteRulesetCommandInput,
32
25
  DeleteRulesetCommandOutput,
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 DeleteRulesetCommand extends DeleteRulesetCommand_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
  DeleteScheduleRequest,
10
4
  DeleteScheduleResponse,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface DeleteScheduleCommandInput extends DeleteScheduleRequest {}
15
8
  export interface DeleteScheduleCommandOutput
16
9
  extends DeleteScheduleResponse,
@@ -21,22 +14,20 @@ declare const DeleteScheduleCommand_base: {
21
14
  ): import("@smithy/core/client").CommandImpl<
22
15
  DeleteScheduleCommandInput,
23
16
  DeleteScheduleCommandOutput,
24
- DataBrewClientResolvedConfig,
25
- ServiceInputTypes,
26
- ServiceOutputTypes
17
+ import("..").DataBrewClientResolvedConfig,
18
+ import("..").ServiceInputTypes,
19
+ import("..").ServiceOutputTypes
27
20
  >;
28
21
  new (
29
22
  input: DeleteScheduleCommandInput
30
23
  ): import("@smithy/core/client").CommandImpl<
31
24
  DeleteScheduleCommandInput,
32
25
  DeleteScheduleCommandOutput,
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 DeleteScheduleCommand extends DeleteScheduleCommand_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
  DescribeDatasetRequest,
10
4
  DescribeDatasetResponse,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface DescribeDatasetCommandInput extends DescribeDatasetRequest {}
15
8
  export interface DescribeDatasetCommandOutput
16
9
  extends DescribeDatasetResponse,
@@ -21,22 +14,20 @@ declare const DescribeDatasetCommand_base: {
21
14
  ): import("@smithy/core/client").CommandImpl<
22
15
  DescribeDatasetCommandInput,
23
16
  DescribeDatasetCommandOutput,
24
- DataBrewClientResolvedConfig,
25
- ServiceInputTypes,
26
- ServiceOutputTypes
17
+ import("..").DataBrewClientResolvedConfig,
18
+ import("..").ServiceInputTypes,
19
+ import("..").ServiceOutputTypes
27
20
  >;
28
21
  new (
29
22
  input: DescribeDatasetCommandInput
30
23
  ): import("@smithy/core/client").CommandImpl<
31
24
  DescribeDatasetCommandInput,
32
25
  DescribeDatasetCommandOutput,
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 DescribeDatasetCommand extends DescribeDatasetCommand_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 { DescribeJobRequest, DescribeJobResponse } from "../models/models_0";
9
3
  export { __MetadataBearer };
10
- export { $Command };
11
4
  export interface DescribeJobCommandInput extends DescribeJobRequest {}
12
5
  export interface DescribeJobCommandOutput
13
6
  extends DescribeJobResponse,
@@ -18,22 +11,20 @@ declare const DescribeJobCommand_base: {
18
11
  ): import("@smithy/core/client").CommandImpl<
19
12
  DescribeJobCommandInput,
20
13
  DescribeJobCommandOutput,
21
- DataBrewClientResolvedConfig,
22
- ServiceInputTypes,
23
- ServiceOutputTypes
14
+ import("..").DataBrewClientResolvedConfig,
15
+ import("..").ServiceInputTypes,
16
+ import("..").ServiceOutputTypes
24
17
  >;
25
18
  new (
26
19
  input: DescribeJobCommandInput
27
20
  ): import("@smithy/core/client").CommandImpl<
28
21
  DescribeJobCommandInput,
29
22
  DescribeJobCommandOutput,
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 DescribeJobCommand extends DescribeJobCommand_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
  DescribeJobRunRequest,
10
4
  DescribeJobRunResponse,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface DescribeJobRunCommandInput extends DescribeJobRunRequest {}
15
8
  export interface DescribeJobRunCommandOutput
16
9
  extends DescribeJobRunResponse,
@@ -21,22 +14,20 @@ declare const DescribeJobRunCommand_base: {
21
14
  ): import("@smithy/core/client").CommandImpl<
22
15
  DescribeJobRunCommandInput,
23
16
  DescribeJobRunCommandOutput,
24
- DataBrewClientResolvedConfig,
25
- ServiceInputTypes,
26
- ServiceOutputTypes
17
+ import("..").DataBrewClientResolvedConfig,
18
+ import("..").ServiceInputTypes,
19
+ import("..").ServiceOutputTypes
27
20
  >;
28
21
  new (
29
22
  input: DescribeJobRunCommandInput
30
23
  ): import("@smithy/core/client").CommandImpl<
31
24
  DescribeJobRunCommandInput,
32
25
  DescribeJobRunCommandOutput,
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 DescribeJobRunCommand extends DescribeJobRunCommand_base {
42
33
  protected static __types: {