@aws-sdk/client-databrew 3.1077.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 (140) hide show
  1. package/dist-cjs/index.js +52 -443
  2. package/dist-es/commandBuilder.js +6 -0
  3. package/dist-es/commands/BatchDeleteRecipeVersionCommand.js +2 -14
  4. package/dist-es/commands/CreateDatasetCommand.js +2 -14
  5. package/dist-es/commands/CreateProfileJobCommand.js +2 -14
  6. package/dist-es/commands/CreateProjectCommand.js +2 -14
  7. package/dist-es/commands/CreateRecipeCommand.js +2 -14
  8. package/dist-es/commands/CreateRecipeJobCommand.js +2 -14
  9. package/dist-es/commands/CreateRulesetCommand.js +2 -14
  10. package/dist-es/commands/CreateScheduleCommand.js +2 -14
  11. package/dist-es/commands/DeleteDatasetCommand.js +2 -14
  12. package/dist-es/commands/DeleteJobCommand.js +2 -14
  13. package/dist-es/commands/DeleteProjectCommand.js +2 -14
  14. package/dist-es/commands/DeleteRecipeVersionCommand.js +2 -14
  15. package/dist-es/commands/DeleteRulesetCommand.js +2 -14
  16. package/dist-es/commands/DeleteScheduleCommand.js +2 -14
  17. package/dist-es/commands/DescribeDatasetCommand.js +2 -14
  18. package/dist-es/commands/DescribeJobCommand.js +2 -14
  19. package/dist-es/commands/DescribeJobRunCommand.js +2 -14
  20. package/dist-es/commands/DescribeProjectCommand.js +2 -14
  21. package/dist-es/commands/DescribeRecipeCommand.js +2 -14
  22. package/dist-es/commands/DescribeRulesetCommand.js +2 -14
  23. package/dist-es/commands/DescribeScheduleCommand.js +2 -14
  24. package/dist-es/commands/ListDatasetsCommand.js +2 -14
  25. package/dist-es/commands/ListJobRunsCommand.js +2 -14
  26. package/dist-es/commands/ListJobsCommand.js +2 -14
  27. package/dist-es/commands/ListProjectsCommand.js +2 -14
  28. package/dist-es/commands/ListRecipeVersionsCommand.js +2 -14
  29. package/dist-es/commands/ListRecipesCommand.js +2 -14
  30. package/dist-es/commands/ListRulesetsCommand.js +2 -14
  31. package/dist-es/commands/ListSchedulesCommand.js +2 -14
  32. package/dist-es/commands/ListTagsForResourceCommand.js +2 -14
  33. package/dist-es/commands/PublishRecipeCommand.js +2 -14
  34. package/dist-es/commands/SendProjectSessionActionCommand.js +2 -14
  35. package/dist-es/commands/StartJobRunCommand.js +2 -14
  36. package/dist-es/commands/StartProjectSessionCommand.js +2 -14
  37. package/dist-es/commands/StopJobRunCommand.js +2 -14
  38. package/dist-es/commands/TagResourceCommand.js +2 -14
  39. package/dist-es/commands/UntagResourceCommand.js +2 -14
  40. package/dist-es/commands/UpdateDatasetCommand.js +2 -14
  41. package/dist-es/commands/UpdateProfileJobCommand.js +2 -14
  42. package/dist-es/commands/UpdateProjectCommand.js +2 -14
  43. package/dist-es/commands/UpdateRecipeCommand.js +2 -14
  44. package/dist-es/commands/UpdateRecipeJobCommand.js +2 -14
  45. package/dist-es/commands/UpdateRulesetCommand.js +2 -14
  46. package/dist-es/commands/UpdateScheduleCommand.js +2 -14
  47. package/dist-es/index.js +1 -0
  48. package/dist-types/commandBuilder.d.ts +18 -0
  49. package/dist-types/commands/BatchDeleteRecipeVersionCommand.d.ts +3 -8
  50. package/dist-types/commands/CreateDatasetCommand.d.ts +3 -8
  51. package/dist-types/commands/CreateProfileJobCommand.d.ts +3 -8
  52. package/dist-types/commands/CreateProjectCommand.d.ts +3 -8
  53. package/dist-types/commands/CreateRecipeCommand.d.ts +3 -8
  54. package/dist-types/commands/CreateRecipeJobCommand.d.ts +3 -8
  55. package/dist-types/commands/CreateRulesetCommand.d.ts +3 -8
  56. package/dist-types/commands/CreateScheduleCommand.d.ts +3 -8
  57. package/dist-types/commands/DeleteDatasetCommand.d.ts +3 -8
  58. package/dist-types/commands/DeleteJobCommand.d.ts +3 -8
  59. package/dist-types/commands/DeleteProjectCommand.d.ts +3 -8
  60. package/dist-types/commands/DeleteRecipeVersionCommand.d.ts +3 -8
  61. package/dist-types/commands/DeleteRulesetCommand.d.ts +3 -8
  62. package/dist-types/commands/DeleteScheduleCommand.d.ts +3 -8
  63. package/dist-types/commands/DescribeDatasetCommand.d.ts +3 -8
  64. package/dist-types/commands/DescribeJobCommand.d.ts +3 -8
  65. package/dist-types/commands/DescribeJobRunCommand.d.ts +3 -8
  66. package/dist-types/commands/DescribeProjectCommand.d.ts +3 -8
  67. package/dist-types/commands/DescribeRecipeCommand.d.ts +3 -8
  68. package/dist-types/commands/DescribeRulesetCommand.d.ts +3 -8
  69. package/dist-types/commands/DescribeScheduleCommand.d.ts +3 -8
  70. package/dist-types/commands/ListDatasetsCommand.d.ts +3 -8
  71. package/dist-types/commands/ListJobRunsCommand.d.ts +3 -8
  72. package/dist-types/commands/ListJobsCommand.d.ts +3 -8
  73. package/dist-types/commands/ListProjectsCommand.d.ts +3 -8
  74. package/dist-types/commands/ListRecipeVersionsCommand.d.ts +3 -8
  75. package/dist-types/commands/ListRecipesCommand.d.ts +3 -8
  76. package/dist-types/commands/ListRulesetsCommand.d.ts +3 -8
  77. package/dist-types/commands/ListSchedulesCommand.d.ts +3 -8
  78. package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -8
  79. package/dist-types/commands/PublishRecipeCommand.d.ts +3 -8
  80. package/dist-types/commands/SendProjectSessionActionCommand.d.ts +3 -8
  81. package/dist-types/commands/StartJobRunCommand.d.ts +3 -8
  82. package/dist-types/commands/StartProjectSessionCommand.d.ts +3 -8
  83. package/dist-types/commands/StopJobRunCommand.d.ts +3 -8
  84. package/dist-types/commands/TagResourceCommand.d.ts +3 -8
  85. package/dist-types/commands/UntagResourceCommand.d.ts +3 -8
  86. package/dist-types/commands/UpdateDatasetCommand.d.ts +3 -8
  87. package/dist-types/commands/UpdateProfileJobCommand.d.ts +3 -8
  88. package/dist-types/commands/UpdateProjectCommand.d.ts +3 -8
  89. package/dist-types/commands/UpdateRecipeCommand.d.ts +3 -8
  90. package/dist-types/commands/UpdateRecipeJobCommand.d.ts +3 -8
  91. package/dist-types/commands/UpdateRulesetCommand.d.ts +3 -8
  92. package/dist-types/commands/UpdateScheduleCommand.d.ts +3 -8
  93. package/dist-types/index.d.ts +1 -0
  94. package/dist-types/ts3.4/commandBuilder.d.ts +46 -0
  95. package/dist-types/ts3.4/commands/BatchDeleteRecipeVersionCommand.d.ts +7 -16
  96. package/dist-types/ts3.4/commands/CreateDatasetCommand.d.ts +7 -16
  97. package/dist-types/ts3.4/commands/CreateProfileJobCommand.d.ts +7 -16
  98. package/dist-types/ts3.4/commands/CreateProjectCommand.d.ts +7 -16
  99. package/dist-types/ts3.4/commands/CreateRecipeCommand.d.ts +7 -16
  100. package/dist-types/ts3.4/commands/CreateRecipeJobCommand.d.ts +7 -16
  101. package/dist-types/ts3.4/commands/CreateRulesetCommand.d.ts +7 -16
  102. package/dist-types/ts3.4/commands/CreateScheduleCommand.d.ts +7 -16
  103. package/dist-types/ts3.4/commands/DeleteDatasetCommand.d.ts +7 -16
  104. package/dist-types/ts3.4/commands/DeleteJobCommand.d.ts +7 -16
  105. package/dist-types/ts3.4/commands/DeleteProjectCommand.d.ts +7 -16
  106. package/dist-types/ts3.4/commands/DeleteRecipeVersionCommand.d.ts +7 -16
  107. package/dist-types/ts3.4/commands/DeleteRulesetCommand.d.ts +7 -16
  108. package/dist-types/ts3.4/commands/DeleteScheduleCommand.d.ts +7 -16
  109. package/dist-types/ts3.4/commands/DescribeDatasetCommand.d.ts +7 -16
  110. package/dist-types/ts3.4/commands/DescribeJobCommand.d.ts +7 -16
  111. package/dist-types/ts3.4/commands/DescribeJobRunCommand.d.ts +7 -16
  112. package/dist-types/ts3.4/commands/DescribeProjectCommand.d.ts +7 -16
  113. package/dist-types/ts3.4/commands/DescribeRecipeCommand.d.ts +7 -16
  114. package/dist-types/ts3.4/commands/DescribeRulesetCommand.d.ts +7 -16
  115. package/dist-types/ts3.4/commands/DescribeScheduleCommand.d.ts +7 -16
  116. package/dist-types/ts3.4/commands/ListDatasetsCommand.d.ts +7 -16
  117. package/dist-types/ts3.4/commands/ListJobRunsCommand.d.ts +7 -16
  118. package/dist-types/ts3.4/commands/ListJobsCommand.d.ts +7 -16
  119. package/dist-types/ts3.4/commands/ListProjectsCommand.d.ts +7 -16
  120. package/dist-types/ts3.4/commands/ListRecipeVersionsCommand.d.ts +7 -16
  121. package/dist-types/ts3.4/commands/ListRecipesCommand.d.ts +7 -16
  122. package/dist-types/ts3.4/commands/ListRulesetsCommand.d.ts +7 -16
  123. package/dist-types/ts3.4/commands/ListSchedulesCommand.d.ts +7 -16
  124. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +7 -16
  125. package/dist-types/ts3.4/commands/PublishRecipeCommand.d.ts +7 -16
  126. package/dist-types/ts3.4/commands/SendProjectSessionActionCommand.d.ts +7 -16
  127. package/dist-types/ts3.4/commands/StartJobRunCommand.d.ts +7 -16
  128. package/dist-types/ts3.4/commands/StartProjectSessionCommand.d.ts +7 -16
  129. package/dist-types/ts3.4/commands/StopJobRunCommand.d.ts +7 -16
  130. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +7 -16
  131. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +7 -16
  132. package/dist-types/ts3.4/commands/UpdateDatasetCommand.d.ts +7 -16
  133. package/dist-types/ts3.4/commands/UpdateProfileJobCommand.d.ts +7 -16
  134. package/dist-types/ts3.4/commands/UpdateProjectCommand.d.ts +7 -16
  135. package/dist-types/ts3.4/commands/UpdateRecipeCommand.d.ts +7 -16
  136. package/dist-types/ts3.4/commands/UpdateRecipeJobCommand.d.ts +7 -16
  137. package/dist-types/ts3.4/commands/UpdateRulesetCommand.d.ts +7 -16
  138. package/dist-types/ts3.4/commands/UpdateScheduleCommand.d.ts +7 -16
  139. package/dist-types/ts3.4/index.d.ts +1 -0
  140. package/package.json +8 -8
@@ -1,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";
@@ -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: {
@@ -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: {