@aws-sdk/client-databrew 3.170.0 → 3.178.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 (57) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/dist-types/runtimeConfig.browser.d.ts +1 -1
  3. package/dist-types/runtimeConfig.d.ts +1 -1
  4. package/dist-types/runtimeConfig.native.d.ts +1 -1
  5. package/dist-types/ts3.4/DataBrew.d.ts +0 -44
  6. package/dist-types/ts3.4/DataBrewClient.d.ts +0 -25
  7. package/dist-types/ts3.4/commands/BatchDeleteRecipeVersionCommand.d.ts +0 -2
  8. package/dist-types/ts3.4/commands/CreateDatasetCommand.d.ts +0 -2
  9. package/dist-types/ts3.4/commands/CreateProfileJobCommand.d.ts +0 -2
  10. package/dist-types/ts3.4/commands/CreateProjectCommand.d.ts +0 -2
  11. package/dist-types/ts3.4/commands/CreateRecipeCommand.d.ts +0 -2
  12. package/dist-types/ts3.4/commands/CreateRecipeJobCommand.d.ts +0 -2
  13. package/dist-types/ts3.4/commands/CreateRulesetCommand.d.ts +0 -2
  14. package/dist-types/ts3.4/commands/CreateScheduleCommand.d.ts +0 -2
  15. package/dist-types/ts3.4/commands/DeleteDatasetCommand.d.ts +0 -2
  16. package/dist-types/ts3.4/commands/DeleteJobCommand.d.ts +0 -2
  17. package/dist-types/ts3.4/commands/DeleteProjectCommand.d.ts +0 -2
  18. package/dist-types/ts3.4/commands/DeleteRecipeVersionCommand.d.ts +0 -2
  19. package/dist-types/ts3.4/commands/DeleteRulesetCommand.d.ts +0 -2
  20. package/dist-types/ts3.4/commands/DeleteScheduleCommand.d.ts +0 -2
  21. package/dist-types/ts3.4/commands/DescribeDatasetCommand.d.ts +0 -2
  22. package/dist-types/ts3.4/commands/DescribeJobCommand.d.ts +0 -2
  23. package/dist-types/ts3.4/commands/DescribeJobRunCommand.d.ts +0 -2
  24. package/dist-types/ts3.4/commands/DescribeProjectCommand.d.ts +0 -2
  25. package/dist-types/ts3.4/commands/DescribeRecipeCommand.d.ts +0 -2
  26. package/dist-types/ts3.4/commands/DescribeRulesetCommand.d.ts +0 -2
  27. package/dist-types/ts3.4/commands/DescribeScheduleCommand.d.ts +0 -2
  28. package/dist-types/ts3.4/commands/ListDatasetsCommand.d.ts +0 -2
  29. package/dist-types/ts3.4/commands/ListJobRunsCommand.d.ts +0 -2
  30. package/dist-types/ts3.4/commands/ListJobsCommand.d.ts +0 -2
  31. package/dist-types/ts3.4/commands/ListProjectsCommand.d.ts +0 -2
  32. package/dist-types/ts3.4/commands/ListRecipeVersionsCommand.d.ts +0 -2
  33. package/dist-types/ts3.4/commands/ListRecipesCommand.d.ts +0 -2
  34. package/dist-types/ts3.4/commands/ListRulesetsCommand.d.ts +0 -2
  35. package/dist-types/ts3.4/commands/ListSchedulesCommand.d.ts +0 -2
  36. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +0 -2
  37. package/dist-types/ts3.4/commands/PublishRecipeCommand.d.ts +0 -2
  38. package/dist-types/ts3.4/commands/SendProjectSessionActionCommand.d.ts +0 -2
  39. package/dist-types/ts3.4/commands/StartJobRunCommand.d.ts +0 -2
  40. package/dist-types/ts3.4/commands/StartProjectSessionCommand.d.ts +0 -2
  41. package/dist-types/ts3.4/commands/StopJobRunCommand.d.ts +0 -2
  42. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +0 -2
  43. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +0 -2
  44. package/dist-types/ts3.4/commands/UpdateDatasetCommand.d.ts +0 -2
  45. package/dist-types/ts3.4/commands/UpdateProfileJobCommand.d.ts +0 -2
  46. package/dist-types/ts3.4/commands/UpdateProjectCommand.d.ts +0 -2
  47. package/dist-types/ts3.4/commands/UpdateRecipeCommand.d.ts +0 -2
  48. package/dist-types/ts3.4/commands/UpdateRecipeJobCommand.d.ts +0 -2
  49. package/dist-types/ts3.4/commands/UpdateRulesetCommand.d.ts +0 -2
  50. package/dist-types/ts3.4/commands/UpdateScheduleCommand.d.ts +0 -2
  51. package/dist-types/ts3.4/models/DataBrewServiceException.d.ts +0 -1
  52. package/dist-types/ts3.4/models/models_0.d.ts +0 -576
  53. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +3 -2
  54. package/dist-types/ts3.4/runtimeConfig.d.ts +3 -2
  55. package/dist-types/ts3.4/runtimeConfig.native.d.ts +3 -2
  56. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +0 -1
  57. package/package.json +26 -26
@@ -18,7 +18,6 @@ export interface DeleteScheduleCommandInput extends DeleteScheduleRequest {}
18
18
  export interface DeleteScheduleCommandOutput
19
19
  extends DeleteScheduleResponse,
20
20
  __MetadataBearer {}
21
-
22
21
  export declare class DeleteScheduleCommand extends $Command<
23
22
  DeleteScheduleCommandInput,
24
23
  DeleteScheduleCommandOutput,
@@ -26,7 +25,6 @@ export declare class DeleteScheduleCommand extends $Command<
26
25
  > {
27
26
  readonly input: DeleteScheduleCommandInput;
28
27
  constructor(input: DeleteScheduleCommandInput);
29
-
30
28
  resolveMiddleware(
31
29
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
30
  configuration: DataBrewClientResolvedConfig,
@@ -18,7 +18,6 @@ export interface DescribeDatasetCommandInput extends DescribeDatasetRequest {}
18
18
  export interface DescribeDatasetCommandOutput
19
19
  extends DescribeDatasetResponse,
20
20
  __MetadataBearer {}
21
-
22
21
  export declare class DescribeDatasetCommand extends $Command<
23
22
  DescribeDatasetCommandInput,
24
23
  DescribeDatasetCommandOutput,
@@ -26,7 +25,6 @@ export declare class DescribeDatasetCommand extends $Command<
26
25
  > {
27
26
  readonly input: DescribeDatasetCommandInput;
28
27
  constructor(input: DescribeDatasetCommandInput);
29
-
30
28
  resolveMiddleware(
31
29
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
30
  configuration: DataBrewClientResolvedConfig,
@@ -15,7 +15,6 @@ export interface DescribeJobCommandInput extends DescribeJobRequest {}
15
15
  export interface DescribeJobCommandOutput
16
16
  extends DescribeJobResponse,
17
17
  __MetadataBearer {}
18
-
19
18
  export declare class DescribeJobCommand extends $Command<
20
19
  DescribeJobCommandInput,
21
20
  DescribeJobCommandOutput,
@@ -23,7 +22,6 @@ export declare class DescribeJobCommand extends $Command<
23
22
  > {
24
23
  readonly input: DescribeJobCommandInput;
25
24
  constructor(input: DescribeJobCommandInput);
26
-
27
25
  resolveMiddleware(
28
26
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
27
  configuration: DataBrewClientResolvedConfig,
@@ -18,7 +18,6 @@ export interface DescribeJobRunCommandInput extends DescribeJobRunRequest {}
18
18
  export interface DescribeJobRunCommandOutput
19
19
  extends DescribeJobRunResponse,
20
20
  __MetadataBearer {}
21
-
22
21
  export declare class DescribeJobRunCommand extends $Command<
23
22
  DescribeJobRunCommandInput,
24
23
  DescribeJobRunCommandOutput,
@@ -26,7 +25,6 @@ export declare class DescribeJobRunCommand extends $Command<
26
25
  > {
27
26
  readonly input: DescribeJobRunCommandInput;
28
27
  constructor(input: DescribeJobRunCommandInput);
29
-
30
28
  resolveMiddleware(
31
29
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
30
  configuration: DataBrewClientResolvedConfig,
@@ -18,7 +18,6 @@ export interface DescribeProjectCommandInput extends DescribeProjectRequest {}
18
18
  export interface DescribeProjectCommandOutput
19
19
  extends DescribeProjectResponse,
20
20
  __MetadataBearer {}
21
-
22
21
  export declare class DescribeProjectCommand extends $Command<
23
22
  DescribeProjectCommandInput,
24
23
  DescribeProjectCommandOutput,
@@ -26,7 +25,6 @@ export declare class DescribeProjectCommand extends $Command<
26
25
  > {
27
26
  readonly input: DescribeProjectCommandInput;
28
27
  constructor(input: DescribeProjectCommandInput);
29
-
30
28
  resolveMiddleware(
31
29
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
30
  configuration: DataBrewClientResolvedConfig,
@@ -18,7 +18,6 @@ export interface DescribeRecipeCommandInput extends DescribeRecipeRequest {}
18
18
  export interface DescribeRecipeCommandOutput
19
19
  extends DescribeRecipeResponse,
20
20
  __MetadataBearer {}
21
-
22
21
  export declare class DescribeRecipeCommand extends $Command<
23
22
  DescribeRecipeCommandInput,
24
23
  DescribeRecipeCommandOutput,
@@ -26,7 +25,6 @@ export declare class DescribeRecipeCommand extends $Command<
26
25
  > {
27
26
  readonly input: DescribeRecipeCommandInput;
28
27
  constructor(input: DescribeRecipeCommandInput);
29
-
30
28
  resolveMiddleware(
31
29
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
30
  configuration: DataBrewClientResolvedConfig,
@@ -18,7 +18,6 @@ export interface DescribeRulesetCommandInput extends DescribeRulesetRequest {}
18
18
  export interface DescribeRulesetCommandOutput
19
19
  extends DescribeRulesetResponse,
20
20
  __MetadataBearer {}
21
-
22
21
  export declare class DescribeRulesetCommand extends $Command<
23
22
  DescribeRulesetCommandInput,
24
23
  DescribeRulesetCommandOutput,
@@ -26,7 +25,6 @@ export declare class DescribeRulesetCommand extends $Command<
26
25
  > {
27
26
  readonly input: DescribeRulesetCommandInput;
28
27
  constructor(input: DescribeRulesetCommandInput);
29
-
30
28
  resolveMiddleware(
31
29
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
30
  configuration: DataBrewClientResolvedConfig,
@@ -18,7 +18,6 @@ export interface DescribeScheduleCommandInput extends DescribeScheduleRequest {}
18
18
  export interface DescribeScheduleCommandOutput
19
19
  extends DescribeScheduleResponse,
20
20
  __MetadataBearer {}
21
-
22
21
  export declare class DescribeScheduleCommand extends $Command<
23
22
  DescribeScheduleCommandInput,
24
23
  DescribeScheduleCommandOutput,
@@ -26,7 +25,6 @@ export declare class DescribeScheduleCommand extends $Command<
26
25
  > {
27
26
  readonly input: DescribeScheduleCommandInput;
28
27
  constructor(input: DescribeScheduleCommandInput);
29
-
30
28
  resolveMiddleware(
31
29
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
30
  configuration: DataBrewClientResolvedConfig,
@@ -15,7 +15,6 @@ export interface ListDatasetsCommandInput extends ListDatasetsRequest {}
15
15
  export interface ListDatasetsCommandOutput
16
16
  extends ListDatasetsResponse,
17
17
  __MetadataBearer {}
18
-
19
18
  export declare class ListDatasetsCommand extends $Command<
20
19
  ListDatasetsCommandInput,
21
20
  ListDatasetsCommandOutput,
@@ -23,7 +22,6 @@ export declare class ListDatasetsCommand extends $Command<
23
22
  > {
24
23
  readonly input: ListDatasetsCommandInput;
25
24
  constructor(input: ListDatasetsCommandInput);
26
-
27
25
  resolveMiddleware(
28
26
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
27
  configuration: DataBrewClientResolvedConfig,
@@ -15,7 +15,6 @@ export interface ListJobRunsCommandInput extends ListJobRunsRequest {}
15
15
  export interface ListJobRunsCommandOutput
16
16
  extends ListJobRunsResponse,
17
17
  __MetadataBearer {}
18
-
19
18
  export declare class ListJobRunsCommand extends $Command<
20
19
  ListJobRunsCommandInput,
21
20
  ListJobRunsCommandOutput,
@@ -23,7 +22,6 @@ export declare class ListJobRunsCommand extends $Command<
23
22
  > {
24
23
  readonly input: ListJobRunsCommandInput;
25
24
  constructor(input: ListJobRunsCommandInput);
26
-
27
25
  resolveMiddleware(
28
26
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
27
  configuration: DataBrewClientResolvedConfig,
@@ -15,7 +15,6 @@ export interface ListJobsCommandInput extends ListJobsRequest {}
15
15
  export interface ListJobsCommandOutput
16
16
  extends ListJobsResponse,
17
17
  __MetadataBearer {}
18
-
19
18
  export declare class ListJobsCommand extends $Command<
20
19
  ListJobsCommandInput,
21
20
  ListJobsCommandOutput,
@@ -23,7 +22,6 @@ export declare class ListJobsCommand extends $Command<
23
22
  > {
24
23
  readonly input: ListJobsCommandInput;
25
24
  constructor(input: ListJobsCommandInput);
26
-
27
25
  resolveMiddleware(
28
26
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
27
  configuration: DataBrewClientResolvedConfig,
@@ -15,7 +15,6 @@ export interface ListProjectsCommandInput extends ListProjectsRequest {}
15
15
  export interface ListProjectsCommandOutput
16
16
  extends ListProjectsResponse,
17
17
  __MetadataBearer {}
18
-
19
18
  export declare class ListProjectsCommand extends $Command<
20
19
  ListProjectsCommandInput,
21
20
  ListProjectsCommandOutput,
@@ -23,7 +22,6 @@ export declare class ListProjectsCommand extends $Command<
23
22
  > {
24
23
  readonly input: ListProjectsCommandInput;
25
24
  constructor(input: ListProjectsCommandInput);
26
-
27
25
  resolveMiddleware(
28
26
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
27
  configuration: DataBrewClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface ListRecipeVersionsCommandInput
19
19
  export interface ListRecipeVersionsCommandOutput
20
20
  extends ListRecipeVersionsResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class ListRecipeVersionsCommand extends $Command<
24
23
  ListRecipeVersionsCommandInput,
25
24
  ListRecipeVersionsCommandOutput,
@@ -27,7 +26,6 @@ export declare class ListRecipeVersionsCommand extends $Command<
27
26
  > {
28
27
  readonly input: ListRecipeVersionsCommandInput;
29
28
  constructor(input: ListRecipeVersionsCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: DataBrewClientResolvedConfig,
@@ -15,7 +15,6 @@ export interface ListRecipesCommandInput extends ListRecipesRequest {}
15
15
  export interface ListRecipesCommandOutput
16
16
  extends ListRecipesResponse,
17
17
  __MetadataBearer {}
18
-
19
18
  export declare class ListRecipesCommand extends $Command<
20
19
  ListRecipesCommandInput,
21
20
  ListRecipesCommandOutput,
@@ -23,7 +22,6 @@ export declare class ListRecipesCommand extends $Command<
23
22
  > {
24
23
  readonly input: ListRecipesCommandInput;
25
24
  constructor(input: ListRecipesCommandInput);
26
-
27
25
  resolveMiddleware(
28
26
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
27
  configuration: DataBrewClientResolvedConfig,
@@ -15,7 +15,6 @@ export interface ListRulesetsCommandInput extends ListRulesetsRequest {}
15
15
  export interface ListRulesetsCommandOutput
16
16
  extends ListRulesetsResponse,
17
17
  __MetadataBearer {}
18
-
19
18
  export declare class ListRulesetsCommand extends $Command<
20
19
  ListRulesetsCommandInput,
21
20
  ListRulesetsCommandOutput,
@@ -23,7 +22,6 @@ export declare class ListRulesetsCommand extends $Command<
23
22
  > {
24
23
  readonly input: ListRulesetsCommandInput;
25
24
  constructor(input: ListRulesetsCommandInput);
26
-
27
25
  resolveMiddleware(
28
26
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
27
  configuration: DataBrewClientResolvedConfig,
@@ -18,7 +18,6 @@ export interface ListSchedulesCommandInput extends ListSchedulesRequest {}
18
18
  export interface ListSchedulesCommandOutput
19
19
  extends ListSchedulesResponse,
20
20
  __MetadataBearer {}
21
-
22
21
  export declare class ListSchedulesCommand extends $Command<
23
22
  ListSchedulesCommandInput,
24
23
  ListSchedulesCommandOutput,
@@ -26,7 +25,6 @@ export declare class ListSchedulesCommand extends $Command<
26
25
  > {
27
26
  readonly input: ListSchedulesCommandInput;
28
27
  constructor(input: ListSchedulesCommandInput);
29
-
30
28
  resolveMiddleware(
31
29
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
30
  configuration: DataBrewClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface ListTagsForResourceCommandInput
19
19
  export interface ListTagsForResourceCommandOutput
20
20
  extends ListTagsForResourceResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class ListTagsForResourceCommand extends $Command<
24
23
  ListTagsForResourceCommandInput,
25
24
  ListTagsForResourceCommandOutput,
@@ -27,7 +26,6 @@ export declare class ListTagsForResourceCommand extends $Command<
27
26
  > {
28
27
  readonly input: ListTagsForResourceCommandInput;
29
28
  constructor(input: ListTagsForResourceCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: DataBrewClientResolvedConfig,
@@ -18,7 +18,6 @@ export interface PublishRecipeCommandInput extends PublishRecipeRequest {}
18
18
  export interface PublishRecipeCommandOutput
19
19
  extends PublishRecipeResponse,
20
20
  __MetadataBearer {}
21
-
22
21
  export declare class PublishRecipeCommand extends $Command<
23
22
  PublishRecipeCommandInput,
24
23
  PublishRecipeCommandOutput,
@@ -26,7 +25,6 @@ export declare class PublishRecipeCommand extends $Command<
26
25
  > {
27
26
  readonly input: PublishRecipeCommandInput;
28
27
  constructor(input: PublishRecipeCommandInput);
29
-
30
28
  resolveMiddleware(
31
29
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
30
  configuration: DataBrewClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface SendProjectSessionActionCommandInput
19
19
  export interface SendProjectSessionActionCommandOutput
20
20
  extends SendProjectSessionActionResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class SendProjectSessionActionCommand extends $Command<
24
23
  SendProjectSessionActionCommandInput,
25
24
  SendProjectSessionActionCommandOutput,
@@ -27,7 +26,6 @@ export declare class SendProjectSessionActionCommand extends $Command<
27
26
  > {
28
27
  readonly input: SendProjectSessionActionCommandInput;
29
28
  constructor(input: SendProjectSessionActionCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: DataBrewClientResolvedConfig,
@@ -15,7 +15,6 @@ export interface StartJobRunCommandInput extends StartJobRunRequest {}
15
15
  export interface StartJobRunCommandOutput
16
16
  extends StartJobRunResponse,
17
17
  __MetadataBearer {}
18
-
19
18
  export declare class StartJobRunCommand extends $Command<
20
19
  StartJobRunCommandInput,
21
20
  StartJobRunCommandOutput,
@@ -23,7 +22,6 @@ export declare class StartJobRunCommand extends $Command<
23
22
  > {
24
23
  readonly input: StartJobRunCommandInput;
25
24
  constructor(input: StartJobRunCommandInput);
26
-
27
25
  resolveMiddleware(
28
26
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
27
  configuration: DataBrewClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface StartProjectSessionCommandInput
19
19
  export interface StartProjectSessionCommandOutput
20
20
  extends StartProjectSessionResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class StartProjectSessionCommand extends $Command<
24
23
  StartProjectSessionCommandInput,
25
24
  StartProjectSessionCommandOutput,
@@ -27,7 +26,6 @@ export declare class StartProjectSessionCommand extends $Command<
27
26
  > {
28
27
  readonly input: StartProjectSessionCommandInput;
29
28
  constructor(input: StartProjectSessionCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: DataBrewClientResolvedConfig,
@@ -15,7 +15,6 @@ export interface StopJobRunCommandInput extends StopJobRunRequest {}
15
15
  export interface StopJobRunCommandOutput
16
16
  extends StopJobRunResponse,
17
17
  __MetadataBearer {}
18
-
19
18
  export declare class StopJobRunCommand extends $Command<
20
19
  StopJobRunCommandInput,
21
20
  StopJobRunCommandOutput,
@@ -23,7 +22,6 @@ export declare class StopJobRunCommand extends $Command<
23
22
  > {
24
23
  readonly input: StopJobRunCommandInput;
25
24
  constructor(input: StopJobRunCommandInput);
26
-
27
25
  resolveMiddleware(
28
26
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
27
  configuration: DataBrewClientResolvedConfig,
@@ -15,7 +15,6 @@ export interface TagResourceCommandInput extends TagResourceRequest {}
15
15
  export interface TagResourceCommandOutput
16
16
  extends TagResourceResponse,
17
17
  __MetadataBearer {}
18
-
19
18
  export declare class TagResourceCommand extends $Command<
20
19
  TagResourceCommandInput,
21
20
  TagResourceCommandOutput,
@@ -23,7 +22,6 @@ export declare class TagResourceCommand extends $Command<
23
22
  > {
24
23
  readonly input: TagResourceCommandInput;
25
24
  constructor(input: TagResourceCommandInput);
26
-
27
25
  resolveMiddleware(
28
26
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
27
  configuration: DataBrewClientResolvedConfig,
@@ -18,7 +18,6 @@ export interface UntagResourceCommandInput extends UntagResourceRequest {}
18
18
  export interface UntagResourceCommandOutput
19
19
  extends UntagResourceResponse,
20
20
  __MetadataBearer {}
21
-
22
21
  export declare class UntagResourceCommand extends $Command<
23
22
  UntagResourceCommandInput,
24
23
  UntagResourceCommandOutput,
@@ -26,7 +25,6 @@ export declare class UntagResourceCommand extends $Command<
26
25
  > {
27
26
  readonly input: UntagResourceCommandInput;
28
27
  constructor(input: UntagResourceCommandInput);
29
-
30
28
  resolveMiddleware(
31
29
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
30
  configuration: DataBrewClientResolvedConfig,
@@ -18,7 +18,6 @@ export interface UpdateDatasetCommandInput extends UpdateDatasetRequest {}
18
18
  export interface UpdateDatasetCommandOutput
19
19
  extends UpdateDatasetResponse,
20
20
  __MetadataBearer {}
21
-
22
21
  export declare class UpdateDatasetCommand extends $Command<
23
22
  UpdateDatasetCommandInput,
24
23
  UpdateDatasetCommandOutput,
@@ -26,7 +25,6 @@ export declare class UpdateDatasetCommand extends $Command<
26
25
  > {
27
26
  readonly input: UpdateDatasetCommandInput;
28
27
  constructor(input: UpdateDatasetCommandInput);
29
-
30
28
  resolveMiddleware(
31
29
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
30
  configuration: DataBrewClientResolvedConfig,
@@ -18,7 +18,6 @@ export interface UpdateProfileJobCommandInput extends UpdateProfileJobRequest {}
18
18
  export interface UpdateProfileJobCommandOutput
19
19
  extends UpdateProfileJobResponse,
20
20
  __MetadataBearer {}
21
-
22
21
  export declare class UpdateProfileJobCommand extends $Command<
23
22
  UpdateProfileJobCommandInput,
24
23
  UpdateProfileJobCommandOutput,
@@ -26,7 +25,6 @@ export declare class UpdateProfileJobCommand extends $Command<
26
25
  > {
27
26
  readonly input: UpdateProfileJobCommandInput;
28
27
  constructor(input: UpdateProfileJobCommandInput);
29
-
30
28
  resolveMiddleware(
31
29
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
30
  configuration: DataBrewClientResolvedConfig,
@@ -18,7 +18,6 @@ export interface UpdateProjectCommandInput extends UpdateProjectRequest {}
18
18
  export interface UpdateProjectCommandOutput
19
19
  extends UpdateProjectResponse,
20
20
  __MetadataBearer {}
21
-
22
21
  export declare class UpdateProjectCommand extends $Command<
23
22
  UpdateProjectCommandInput,
24
23
  UpdateProjectCommandOutput,
@@ -26,7 +25,6 @@ export declare class UpdateProjectCommand extends $Command<
26
25
  > {
27
26
  readonly input: UpdateProjectCommandInput;
28
27
  constructor(input: UpdateProjectCommandInput);
29
-
30
28
  resolveMiddleware(
31
29
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
30
  configuration: DataBrewClientResolvedConfig,
@@ -15,7 +15,6 @@ export interface UpdateRecipeCommandInput extends UpdateRecipeRequest {}
15
15
  export interface UpdateRecipeCommandOutput
16
16
  extends UpdateRecipeResponse,
17
17
  __MetadataBearer {}
18
-
19
18
  export declare class UpdateRecipeCommand extends $Command<
20
19
  UpdateRecipeCommandInput,
21
20
  UpdateRecipeCommandOutput,
@@ -23,7 +22,6 @@ export declare class UpdateRecipeCommand extends $Command<
23
22
  > {
24
23
  readonly input: UpdateRecipeCommandInput;
25
24
  constructor(input: UpdateRecipeCommandInput);
26
-
27
25
  resolveMiddleware(
28
26
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
27
  configuration: DataBrewClientResolvedConfig,
@@ -18,7 +18,6 @@ export interface UpdateRecipeJobCommandInput extends UpdateRecipeJobRequest {}
18
18
  export interface UpdateRecipeJobCommandOutput
19
19
  extends UpdateRecipeJobResponse,
20
20
  __MetadataBearer {}
21
-
22
21
  export declare class UpdateRecipeJobCommand extends $Command<
23
22
  UpdateRecipeJobCommandInput,
24
23
  UpdateRecipeJobCommandOutput,
@@ -26,7 +25,6 @@ export declare class UpdateRecipeJobCommand extends $Command<
26
25
  > {
27
26
  readonly input: UpdateRecipeJobCommandInput;
28
27
  constructor(input: UpdateRecipeJobCommandInput);
29
-
30
28
  resolveMiddleware(
31
29
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
30
  configuration: DataBrewClientResolvedConfig,
@@ -18,7 +18,6 @@ export interface UpdateRulesetCommandInput extends UpdateRulesetRequest {}
18
18
  export interface UpdateRulesetCommandOutput
19
19
  extends UpdateRulesetResponse,
20
20
  __MetadataBearer {}
21
-
22
21
  export declare class UpdateRulesetCommand extends $Command<
23
22
  UpdateRulesetCommandInput,
24
23
  UpdateRulesetCommandOutput,
@@ -26,7 +25,6 @@ export declare class UpdateRulesetCommand extends $Command<
26
25
  > {
27
26
  readonly input: UpdateRulesetCommandInput;
28
27
  constructor(input: UpdateRulesetCommandInput);
29
-
30
28
  resolveMiddleware(
31
29
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
30
  configuration: DataBrewClientResolvedConfig,
@@ -18,7 +18,6 @@ export interface UpdateScheduleCommandInput extends UpdateScheduleRequest {}
18
18
  export interface UpdateScheduleCommandOutput
19
19
  extends UpdateScheduleResponse,
20
20
  __MetadataBearer {}
21
-
22
21
  export declare class UpdateScheduleCommand extends $Command<
23
22
  UpdateScheduleCommandInput,
24
23
  UpdateScheduleCommandOutput,
@@ -26,7 +25,6 @@ export declare class UpdateScheduleCommand extends $Command<
26
25
  > {
27
26
  readonly input: UpdateScheduleCommandInput;
28
27
  constructor(input: UpdateScheduleCommandInput);
29
-
30
28
  resolveMiddleware(
31
29
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
30
  configuration: DataBrewClientResolvedConfig,
@@ -2,7 +2,6 @@ import {
2
2
  ServiceException as __ServiceException,
3
3
  ServiceExceptionOptions as __ServiceExceptionOptions,
4
4
  } from "@aws-sdk/smithy-client";
5
-
6
5
  export declare class DataBrewServiceException extends __ServiceException {
7
6
  constructor(options: __ServiceExceptionOptions);
8
7
  }