@aws-sdk/client-databrew 3.529.1 → 3.535.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 (101) hide show
  1. package/dist-types/DataBrew.d.ts +7 -1
  2. package/dist-types/DataBrewClient.d.ts +1 -1
  3. package/dist-types/commands/BatchDeleteRecipeVersionCommand.d.ts +2 -1
  4. package/dist-types/commands/CreateDatasetCommand.d.ts +2 -1
  5. package/dist-types/commands/CreateProfileJobCommand.d.ts +2 -1
  6. package/dist-types/commands/CreateProjectCommand.d.ts +2 -1
  7. package/dist-types/commands/CreateRecipeCommand.d.ts +2 -1
  8. package/dist-types/commands/CreateRecipeJobCommand.d.ts +2 -1
  9. package/dist-types/commands/CreateRulesetCommand.d.ts +2 -1
  10. package/dist-types/commands/CreateScheduleCommand.d.ts +2 -1
  11. package/dist-types/commands/DeleteDatasetCommand.d.ts +2 -1
  12. package/dist-types/commands/DeleteJobCommand.d.ts +2 -1
  13. package/dist-types/commands/DeleteProjectCommand.d.ts +2 -1
  14. package/dist-types/commands/DeleteRecipeVersionCommand.d.ts +2 -1
  15. package/dist-types/commands/DeleteRulesetCommand.d.ts +2 -1
  16. package/dist-types/commands/DeleteScheduleCommand.d.ts +2 -1
  17. package/dist-types/commands/DescribeDatasetCommand.d.ts +2 -1
  18. package/dist-types/commands/DescribeJobCommand.d.ts +2 -1
  19. package/dist-types/commands/DescribeJobRunCommand.d.ts +2 -1
  20. package/dist-types/commands/DescribeProjectCommand.d.ts +2 -1
  21. package/dist-types/commands/DescribeRecipeCommand.d.ts +2 -1
  22. package/dist-types/commands/DescribeRulesetCommand.d.ts +2 -1
  23. package/dist-types/commands/DescribeScheduleCommand.d.ts +2 -1
  24. package/dist-types/commands/ListDatasetsCommand.d.ts +2 -1
  25. package/dist-types/commands/ListJobRunsCommand.d.ts +2 -1
  26. package/dist-types/commands/ListJobsCommand.d.ts +2 -1
  27. package/dist-types/commands/ListProjectsCommand.d.ts +2 -1
  28. package/dist-types/commands/ListRecipeVersionsCommand.d.ts +2 -1
  29. package/dist-types/commands/ListRecipesCommand.d.ts +2 -1
  30. package/dist-types/commands/ListRulesetsCommand.d.ts +2 -1
  31. package/dist-types/commands/ListSchedulesCommand.d.ts +2 -1
  32. package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -1
  33. package/dist-types/commands/PublishRecipeCommand.d.ts +2 -1
  34. package/dist-types/commands/SendProjectSessionActionCommand.d.ts +2 -1
  35. package/dist-types/commands/StartJobRunCommand.d.ts +2 -1
  36. package/dist-types/commands/StartProjectSessionCommand.d.ts +2 -1
  37. package/dist-types/commands/StopJobRunCommand.d.ts +2 -1
  38. package/dist-types/commands/TagResourceCommand.d.ts +2 -1
  39. package/dist-types/commands/UntagResourceCommand.d.ts +2 -1
  40. package/dist-types/commands/UpdateDatasetCommand.d.ts +2 -1
  41. package/dist-types/commands/UpdateProfileJobCommand.d.ts +2 -1
  42. package/dist-types/commands/UpdateProjectCommand.d.ts +2 -1
  43. package/dist-types/commands/UpdateRecipeCommand.d.ts +2 -1
  44. package/dist-types/commands/UpdateRecipeJobCommand.d.ts +2 -1
  45. package/dist-types/commands/UpdateRulesetCommand.d.ts +2 -1
  46. package/dist-types/commands/UpdateScheduleCommand.d.ts +2 -1
  47. package/dist-types/models/models_0.d.ts +568 -568
  48. package/dist-types/runtimeConfig.browser.d.ts +2 -2
  49. package/dist-types/runtimeConfig.d.ts +2 -2
  50. package/dist-types/runtimeConfig.native.d.ts +2 -2
  51. package/dist-types/runtimeConfig.shared.d.ts +2 -2
  52. package/dist-types/ts3.4/DataBrew.d.ts +6 -0
  53. package/dist-types/ts3.4/commands/BatchDeleteRecipeVersionCommand.d.ts +9 -0
  54. package/dist-types/ts3.4/commands/CreateDatasetCommand.d.ts +9 -0
  55. package/dist-types/ts3.4/commands/CreateProfileJobCommand.d.ts +9 -0
  56. package/dist-types/ts3.4/commands/CreateProjectCommand.d.ts +9 -0
  57. package/dist-types/ts3.4/commands/CreateRecipeCommand.d.ts +9 -0
  58. package/dist-types/ts3.4/commands/CreateRecipeJobCommand.d.ts +9 -0
  59. package/dist-types/ts3.4/commands/CreateRulesetCommand.d.ts +9 -0
  60. package/dist-types/ts3.4/commands/CreateScheduleCommand.d.ts +9 -0
  61. package/dist-types/ts3.4/commands/DeleteDatasetCommand.d.ts +9 -0
  62. package/dist-types/ts3.4/commands/DeleteJobCommand.d.ts +9 -0
  63. package/dist-types/ts3.4/commands/DeleteProjectCommand.d.ts +9 -0
  64. package/dist-types/ts3.4/commands/DeleteRecipeVersionCommand.d.ts +9 -0
  65. package/dist-types/ts3.4/commands/DeleteRulesetCommand.d.ts +9 -0
  66. package/dist-types/ts3.4/commands/DeleteScheduleCommand.d.ts +9 -0
  67. package/dist-types/ts3.4/commands/DescribeDatasetCommand.d.ts +9 -0
  68. package/dist-types/ts3.4/commands/DescribeJobCommand.d.ts +9 -0
  69. package/dist-types/ts3.4/commands/DescribeJobRunCommand.d.ts +9 -0
  70. package/dist-types/ts3.4/commands/DescribeProjectCommand.d.ts +9 -0
  71. package/dist-types/ts3.4/commands/DescribeRecipeCommand.d.ts +9 -0
  72. package/dist-types/ts3.4/commands/DescribeRulesetCommand.d.ts +9 -0
  73. package/dist-types/ts3.4/commands/DescribeScheduleCommand.d.ts +9 -0
  74. package/dist-types/ts3.4/commands/ListDatasetsCommand.d.ts +9 -0
  75. package/dist-types/ts3.4/commands/ListJobRunsCommand.d.ts +9 -0
  76. package/dist-types/ts3.4/commands/ListJobsCommand.d.ts +9 -0
  77. package/dist-types/ts3.4/commands/ListProjectsCommand.d.ts +9 -0
  78. package/dist-types/ts3.4/commands/ListRecipeVersionsCommand.d.ts +9 -0
  79. package/dist-types/ts3.4/commands/ListRecipesCommand.d.ts +9 -0
  80. package/dist-types/ts3.4/commands/ListRulesetsCommand.d.ts +9 -0
  81. package/dist-types/ts3.4/commands/ListSchedulesCommand.d.ts +9 -0
  82. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +9 -0
  83. package/dist-types/ts3.4/commands/PublishRecipeCommand.d.ts +9 -0
  84. package/dist-types/ts3.4/commands/SendProjectSessionActionCommand.d.ts +9 -0
  85. package/dist-types/ts3.4/commands/StartJobRunCommand.d.ts +9 -0
  86. package/dist-types/ts3.4/commands/StartProjectSessionCommand.d.ts +9 -0
  87. package/dist-types/ts3.4/commands/StopJobRunCommand.d.ts +9 -0
  88. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +9 -0
  89. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +9 -0
  90. package/dist-types/ts3.4/commands/UpdateDatasetCommand.d.ts +9 -0
  91. package/dist-types/ts3.4/commands/UpdateProfileJobCommand.d.ts +9 -0
  92. package/dist-types/ts3.4/commands/UpdateProjectCommand.d.ts +9 -0
  93. package/dist-types/ts3.4/commands/UpdateRecipeCommand.d.ts +9 -0
  94. package/dist-types/ts3.4/commands/UpdateRecipeJobCommand.d.ts +9 -0
  95. package/dist-types/ts3.4/commands/UpdateRulesetCommand.d.ts +9 -0
  96. package/dist-types/ts3.4/commands/UpdateScheduleCommand.d.ts +9 -0
  97. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -2
  98. package/dist-types/ts3.4/runtimeConfig.d.ts +2 -2
  99. package/dist-types/ts3.4/runtimeConfig.native.d.ts +2 -2
  100. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +2 -2
  101. package/package.json +40 -40
@@ -22,10 +22,10 @@ export interface ListRulesetsCommandOutput extends ListRulesetsResponse, __Metad
22
22
  }
23
23
  declare const ListRulesetsCommand_base: {
24
24
  new (input: ListRulesetsCommandInput): import("@smithy/smithy-client").CommandImpl<ListRulesetsCommandInput, ListRulesetsCommandOutput, DataBrewClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [ListRulesetsCommandInput]): import("@smithy/smithy-client").CommandImpl<ListRulesetsCommandInput, ListRulesetsCommandOutput, DataBrewClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>List all rulesets available in the current account or rulesets associated
30
30
  * with a specific resource (dataset).</p>
31
31
  * @example
@@ -79,6 +79,7 @@ declare const ListRulesetsCommand_base: {
79
79
  * @throws {@link DataBrewServiceException}
80
80
  * <p>Base exception class for all service exceptions from DataBrew service.</p>
81
81
  *
82
+ * @public
82
83
  */
83
84
  export declare class ListRulesetsCommand extends ListRulesetsCommand_base {
84
85
  }
@@ -22,10 +22,10 @@ export interface ListSchedulesCommandOutput extends ListSchedulesResponse, __Met
22
22
  }
23
23
  declare const ListSchedulesCommand_base: {
24
24
  new (input: ListSchedulesCommandInput): import("@smithy/smithy-client").CommandImpl<ListSchedulesCommandInput, ListSchedulesCommandOutput, DataBrewClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [ListSchedulesCommandInput]): import("@smithy/smithy-client").CommandImpl<ListSchedulesCommandInput, ListSchedulesCommandOutput, DataBrewClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Lists the DataBrew schedules that are defined.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -76,6 +76,7 @@ declare const ListSchedulesCommand_base: {
76
76
  * @throws {@link DataBrewServiceException}
77
77
  * <p>Base exception class for all service exceptions from DataBrew service.</p>
78
78
  *
79
+ * @public
79
80
  */
80
81
  export declare class ListSchedulesCommand extends ListSchedulesCommand_base {
81
82
  }
@@ -22,10 +22,10 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
22
22
  }
23
23
  declare const ListTagsForResourceCommand_base: {
24
24
  new (input: ListTagsForResourceCommandInput): import("@smithy/smithy-client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, DataBrewClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: ListTagsForResourceCommandInput): import("@smithy/smithy-client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, DataBrewClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Lists all the tags for a DataBrew resource. </p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -64,6 +64,7 @@ declare const ListTagsForResourceCommand_base: {
64
64
  * @throws {@link DataBrewServiceException}
65
65
  * <p>Base exception class for all service exceptions from DataBrew service.</p>
66
66
  *
67
+ * @public
67
68
  */
68
69
  export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
69
70
  }
@@ -22,10 +22,10 @@ export interface PublishRecipeCommandOutput extends PublishRecipeResponse, __Met
22
22
  }
23
23
  declare const PublishRecipeCommand_base: {
24
24
  new (input: PublishRecipeCommandInput): import("@smithy/smithy-client").CommandImpl<PublishRecipeCommandInput, PublishRecipeCommandOutput, DataBrewClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: PublishRecipeCommandInput): import("@smithy/smithy-client").CommandImpl<PublishRecipeCommandInput, PublishRecipeCommandOutput, DataBrewClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Publishes a new version of a DataBrew recipe.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -63,6 +63,7 @@ declare const PublishRecipeCommand_base: {
63
63
  * @throws {@link DataBrewServiceException}
64
64
  * <p>Base exception class for all service exceptions from DataBrew service.</p>
65
65
  *
66
+ * @public
66
67
  */
67
68
  export declare class PublishRecipeCommand extends PublishRecipeCommand_base {
68
69
  }
@@ -22,10 +22,10 @@ export interface SendProjectSessionActionCommandOutput extends SendProjectSessio
22
22
  }
23
23
  declare const SendProjectSessionActionCommand_base: {
24
24
  new (input: SendProjectSessionActionCommandInput): import("@smithy/smithy-client").CommandImpl<SendProjectSessionActionCommandInput, SendProjectSessionActionCommandOutput, DataBrewClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: SendProjectSessionActionCommandInput): import("@smithy/smithy-client").CommandImpl<SendProjectSessionActionCommandInput, SendProjectSessionActionCommandOutput, DataBrewClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Performs a recipe step within an interactive DataBrew session that's currently
30
30
  * open.</p>
31
31
  * @example
@@ -93,6 +93,7 @@ declare const SendProjectSessionActionCommand_base: {
93
93
  * @throws {@link DataBrewServiceException}
94
94
  * <p>Base exception class for all service exceptions from DataBrew service.</p>
95
95
  *
96
+ * @public
96
97
  */
97
98
  export declare class SendProjectSessionActionCommand extends SendProjectSessionActionCommand_base {
98
99
  }
@@ -22,10 +22,10 @@ export interface StartJobRunCommandOutput extends StartJobRunResponse, __Metadat
22
22
  }
23
23
  declare const StartJobRunCommand_base: {
24
24
  new (input: StartJobRunCommandInput): import("@smithy/smithy-client").CommandImpl<StartJobRunCommandInput, StartJobRunCommandOutput, DataBrewClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: StartJobRunCommandInput): import("@smithy/smithy-client").CommandImpl<StartJobRunCommandInput, StartJobRunCommandOutput, DataBrewClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Runs a DataBrew job.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -65,6 +65,7 @@ declare const StartJobRunCommand_base: {
65
65
  * @throws {@link DataBrewServiceException}
66
66
  * <p>Base exception class for all service exceptions from DataBrew service.</p>
67
67
  *
68
+ * @public
68
69
  */
69
70
  export declare class StartJobRunCommand extends StartJobRunCommand_base {
70
71
  }
@@ -22,10 +22,10 @@ export interface StartProjectSessionCommandOutput extends StartProjectSessionRes
22
22
  }
23
23
  declare const StartProjectSessionCommand_base: {
24
24
  new (input: StartProjectSessionCommandInput): import("@smithy/smithy-client").CommandImpl<StartProjectSessionCommandInput, StartProjectSessionCommandOutput, DataBrewClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: StartProjectSessionCommandInput): import("@smithy/smithy-client").CommandImpl<StartProjectSessionCommandInput, StartProjectSessionCommandOutput, DataBrewClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Creates an interactive session, enabling you to manipulate data in a DataBrew
30
30
  * project.</p>
31
31
  * @example
@@ -68,6 +68,7 @@ declare const StartProjectSessionCommand_base: {
68
68
  * @throws {@link DataBrewServiceException}
69
69
  * <p>Base exception class for all service exceptions from DataBrew service.</p>
70
70
  *
71
+ * @public
71
72
  */
72
73
  export declare class StartProjectSessionCommand extends StartProjectSessionCommand_base {
73
74
  }
@@ -22,10 +22,10 @@ export interface StopJobRunCommandOutput extends StopJobRunResponse, __MetadataB
22
22
  }
23
23
  declare const StopJobRunCommand_base: {
24
24
  new (input: StopJobRunCommandInput): import("@smithy/smithy-client").CommandImpl<StopJobRunCommandInput, StopJobRunCommandOutput, DataBrewClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: StopJobRunCommandInput): import("@smithy/smithy-client").CommandImpl<StopJobRunCommandInput, StopJobRunCommandOutput, DataBrewClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Stops a particular run of a job.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -60,6 +60,7 @@ declare const StopJobRunCommand_base: {
60
60
  * @throws {@link DataBrewServiceException}
61
61
  * <p>Base exception class for all service exceptions from DataBrew service.</p>
62
62
  *
63
+ * @public
63
64
  */
64
65
  export declare class StopJobRunCommand extends StopJobRunCommand_base {
65
66
  }
@@ -22,10 +22,10 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat
22
22
  }
23
23
  declare const TagResourceCommand_base: {
24
24
  new (input: TagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, DataBrewClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: TagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, DataBrewClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Adds metadata tags to a DataBrew resource, such as a dataset, project, recipe, job, or
30
30
  * schedule.</p>
31
31
  * @example
@@ -64,6 +64,7 @@ declare const TagResourceCommand_base: {
64
64
  * @throws {@link DataBrewServiceException}
65
65
  * <p>Base exception class for all service exceptions from DataBrew service.</p>
66
66
  *
67
+ * @public
67
68
  */
68
69
  export declare class TagResourceCommand extends TagResourceCommand_base {
69
70
  }
@@ -22,10 +22,10 @@ export interface UntagResourceCommandOutput extends UntagResourceResponse, __Met
22
22
  }
23
23
  declare const UntagResourceCommand_base: {
24
24
  new (input: UntagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, DataBrewClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: UntagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, DataBrewClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Removes metadata tags from a DataBrew resource.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -63,6 +63,7 @@ declare const UntagResourceCommand_base: {
63
63
  * @throws {@link DataBrewServiceException}
64
64
  * <p>Base exception class for all service exceptions from DataBrew service.</p>
65
65
  *
66
+ * @public
66
67
  */
67
68
  export declare class UntagResourceCommand extends UntagResourceCommand_base {
68
69
  }
@@ -22,10 +22,10 @@ export interface UpdateDatasetCommandOutput extends UpdateDatasetResponse, __Met
22
22
  }
23
23
  declare const UpdateDatasetCommand_base: {
24
24
  new (input: UpdateDatasetCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateDatasetCommandInput, UpdateDatasetCommandOutput, DataBrewClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: UpdateDatasetCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateDatasetCommandInput, UpdateDatasetCommandOutput, DataBrewClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Modifies the definition of an existing DataBrew dataset.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -142,6 +142,7 @@ declare const UpdateDatasetCommand_base: {
142
142
  * @throws {@link DataBrewServiceException}
143
143
  * <p>Base exception class for all service exceptions from DataBrew service.</p>
144
144
  *
145
+ * @public
145
146
  */
146
147
  export declare class UpdateDatasetCommand extends UpdateDatasetCommand_base {
147
148
  }
@@ -22,10 +22,10 @@ export interface UpdateProfileJobCommandOutput extends UpdateProfileJobResponse,
22
22
  }
23
23
  declare const UpdateProfileJobCommand_base: {
24
24
  new (input: UpdateProfileJobCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateProfileJobCommandInput, UpdateProfileJobCommandOutput, DataBrewClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: UpdateProfileJobCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateProfileJobCommandInput, UpdateProfileJobCommandOutput, DataBrewClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Modifies the definition of an existing profile job.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -140,6 +140,7 @@ declare const UpdateProfileJobCommand_base: {
140
140
  * @throws {@link DataBrewServiceException}
141
141
  * <p>Base exception class for all service exceptions from DataBrew service.</p>
142
142
  *
143
+ * @public
143
144
  */
144
145
  export declare class UpdateProfileJobCommand extends UpdateProfileJobCommand_base {
145
146
  }
@@ -22,10 +22,10 @@ export interface UpdateProjectCommandOutput extends UpdateProjectResponse, __Met
22
22
  }
23
23
  declare const UpdateProjectCommand_base: {
24
24
  new (input: UpdateProjectCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateProjectCommandInput, UpdateProjectCommandOutput, DataBrewClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: UpdateProjectCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateProjectCommandInput, UpdateProjectCommandOutput, DataBrewClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Modifies the definition of an existing DataBrew project.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -65,6 +65,7 @@ declare const UpdateProjectCommand_base: {
65
65
  * @throws {@link DataBrewServiceException}
66
66
  * <p>Base exception class for all service exceptions from DataBrew service.</p>
67
67
  *
68
+ * @public
68
69
  */
69
70
  export declare class UpdateProjectCommand extends UpdateProjectCommand_base {
70
71
  }
@@ -22,10 +22,10 @@ export interface UpdateRecipeCommandOutput extends UpdateRecipeResponse, __Metad
22
22
  }
23
23
  declare const UpdateRecipeCommand_base: {
24
24
  new (input: UpdateRecipeCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateRecipeCommandInput, UpdateRecipeCommandOutput, DataBrewClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: UpdateRecipeCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateRecipeCommandInput, UpdateRecipeCommandOutput, DataBrewClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Modifies the definition of the <code>LATEST_WORKING</code> version of a DataBrew
30
30
  * recipe.</p>
31
31
  * @example
@@ -78,6 +78,7 @@ declare const UpdateRecipeCommand_base: {
78
78
  * @throws {@link DataBrewServiceException}
79
79
  * <p>Base exception class for all service exceptions from DataBrew service.</p>
80
80
  *
81
+ * @public
81
82
  */
82
83
  export declare class UpdateRecipeCommand extends UpdateRecipeCommand_base {
83
84
  }
@@ -22,10 +22,10 @@ export interface UpdateRecipeJobCommandOutput extends UpdateRecipeJobResponse, _
22
22
  }
23
23
  declare const UpdateRecipeJobCommand_base: {
24
24
  new (input: UpdateRecipeJobCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateRecipeJobCommandInput, UpdateRecipeJobCommandOutput, DataBrewClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: UpdateRecipeJobCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateRecipeJobCommandInput, UpdateRecipeJobCommandOutput, DataBrewClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Modifies the definition of an existing DataBrew recipe job.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -127,6 +127,7 @@ declare const UpdateRecipeJobCommand_base: {
127
127
  * @throws {@link DataBrewServiceException}
128
128
  * <p>Base exception class for all service exceptions from DataBrew service.</p>
129
129
  *
130
+ * @public
130
131
  */
131
132
  export declare class UpdateRecipeJobCommand extends UpdateRecipeJobCommand_base {
132
133
  }
@@ -22,10 +22,10 @@ export interface UpdateRulesetCommandOutput extends UpdateRulesetResponse, __Met
22
22
  }
23
23
  declare const UpdateRulesetCommand_base: {
24
24
  new (input: UpdateRulesetCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateRulesetCommandInput, UpdateRulesetCommandOutput, DataBrewClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: UpdateRulesetCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateRulesetCommandInput, UpdateRulesetCommandOutput, DataBrewClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Updates specified ruleset.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -81,6 +81,7 @@ declare const UpdateRulesetCommand_base: {
81
81
  * @throws {@link DataBrewServiceException}
82
82
  * <p>Base exception class for all service exceptions from DataBrew service.</p>
83
83
  *
84
+ * @public
84
85
  */
85
86
  export declare class UpdateRulesetCommand extends UpdateRulesetCommand_base {
86
87
  }
@@ -22,10 +22,10 @@ export interface UpdateScheduleCommandOutput extends UpdateScheduleResponse, __M
22
22
  }
23
23
  declare const UpdateScheduleCommand_base: {
24
24
  new (input: UpdateScheduleCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateScheduleCommandInput, UpdateScheduleCommandOutput, DataBrewClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: UpdateScheduleCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateScheduleCommandInput, UpdateScheduleCommandOutput, DataBrewClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Modifies the definition of an existing DataBrew schedule.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -66,6 +66,7 @@ declare const UpdateScheduleCommand_base: {
66
66
  * @throws {@link DataBrewServiceException}
67
67
  * <p>Base exception class for all service exceptions from DataBrew service.</p>
68
68
  *
69
+ * @public
69
70
  */
70
71
  export declare class UpdateScheduleCommand extends UpdateScheduleCommand_base {
71
72
  }