@aws-sdk/client-databrew 3.533.0 → 3.540.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 (99) hide show
  1. package/dist-cjs/endpoint/endpointResolver.js +4 -2
  2. package/dist-cjs/index.js +0 -3
  3. package/dist-es/endpoint/endpointResolver.js +3 -1
  4. package/dist-es/index.js +0 -1
  5. package/dist-types/DataBrew.d.ts +7 -1
  6. package/dist-types/DataBrewClient.d.ts +1 -1
  7. package/dist-types/commands/BatchDeleteRecipeVersionCommand.d.ts +2 -1
  8. package/dist-types/commands/CreateDatasetCommand.d.ts +2 -1
  9. package/dist-types/commands/CreateProfileJobCommand.d.ts +2 -1
  10. package/dist-types/commands/CreateProjectCommand.d.ts +2 -1
  11. package/dist-types/commands/CreateRecipeCommand.d.ts +2 -1
  12. package/dist-types/commands/CreateRecipeJobCommand.d.ts +2 -1
  13. package/dist-types/commands/CreateRulesetCommand.d.ts +2 -1
  14. package/dist-types/commands/CreateScheduleCommand.d.ts +2 -1
  15. package/dist-types/commands/DeleteDatasetCommand.d.ts +2 -1
  16. package/dist-types/commands/DeleteJobCommand.d.ts +2 -1
  17. package/dist-types/commands/DeleteProjectCommand.d.ts +2 -1
  18. package/dist-types/commands/DeleteRecipeVersionCommand.d.ts +2 -1
  19. package/dist-types/commands/DeleteRulesetCommand.d.ts +2 -1
  20. package/dist-types/commands/DeleteScheduleCommand.d.ts +2 -1
  21. package/dist-types/commands/DescribeDatasetCommand.d.ts +2 -1
  22. package/dist-types/commands/DescribeJobCommand.d.ts +2 -1
  23. package/dist-types/commands/DescribeJobRunCommand.d.ts +2 -1
  24. package/dist-types/commands/DescribeProjectCommand.d.ts +2 -1
  25. package/dist-types/commands/DescribeRecipeCommand.d.ts +2 -1
  26. package/dist-types/commands/DescribeRulesetCommand.d.ts +2 -1
  27. package/dist-types/commands/DescribeScheduleCommand.d.ts +2 -1
  28. package/dist-types/commands/ListDatasetsCommand.d.ts +2 -1
  29. package/dist-types/commands/ListJobRunsCommand.d.ts +2 -1
  30. package/dist-types/commands/ListJobsCommand.d.ts +2 -1
  31. package/dist-types/commands/ListProjectsCommand.d.ts +2 -1
  32. package/dist-types/commands/ListRecipeVersionsCommand.d.ts +2 -1
  33. package/dist-types/commands/ListRecipesCommand.d.ts +2 -1
  34. package/dist-types/commands/ListRulesetsCommand.d.ts +2 -1
  35. package/dist-types/commands/ListSchedulesCommand.d.ts +2 -1
  36. package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -1
  37. package/dist-types/commands/PublishRecipeCommand.d.ts +2 -1
  38. package/dist-types/commands/SendProjectSessionActionCommand.d.ts +2 -1
  39. package/dist-types/commands/StartJobRunCommand.d.ts +2 -1
  40. package/dist-types/commands/StartProjectSessionCommand.d.ts +2 -1
  41. package/dist-types/commands/StopJobRunCommand.d.ts +2 -1
  42. package/dist-types/commands/TagResourceCommand.d.ts +2 -1
  43. package/dist-types/commands/UntagResourceCommand.d.ts +2 -1
  44. package/dist-types/commands/UpdateDatasetCommand.d.ts +2 -1
  45. package/dist-types/commands/UpdateProfileJobCommand.d.ts +2 -1
  46. package/dist-types/commands/UpdateProjectCommand.d.ts +2 -1
  47. package/dist-types/commands/UpdateRecipeCommand.d.ts +2 -1
  48. package/dist-types/commands/UpdateRecipeJobCommand.d.ts +2 -1
  49. package/dist-types/commands/UpdateRulesetCommand.d.ts +2 -1
  50. package/dist-types/commands/UpdateScheduleCommand.d.ts +2 -1
  51. package/dist-types/index.d.ts +0 -1
  52. package/dist-types/models/models_0.d.ts +568 -568
  53. package/dist-types/ts3.4/DataBrew.d.ts +6 -0
  54. package/dist-types/ts3.4/commands/BatchDeleteRecipeVersionCommand.d.ts +9 -0
  55. package/dist-types/ts3.4/commands/CreateDatasetCommand.d.ts +9 -0
  56. package/dist-types/ts3.4/commands/CreateProfileJobCommand.d.ts +9 -0
  57. package/dist-types/ts3.4/commands/CreateProjectCommand.d.ts +9 -0
  58. package/dist-types/ts3.4/commands/CreateRecipeCommand.d.ts +9 -0
  59. package/dist-types/ts3.4/commands/CreateRecipeJobCommand.d.ts +9 -0
  60. package/dist-types/ts3.4/commands/CreateRulesetCommand.d.ts +9 -0
  61. package/dist-types/ts3.4/commands/CreateScheduleCommand.d.ts +9 -0
  62. package/dist-types/ts3.4/commands/DeleteDatasetCommand.d.ts +9 -0
  63. package/dist-types/ts3.4/commands/DeleteJobCommand.d.ts +9 -0
  64. package/dist-types/ts3.4/commands/DeleteProjectCommand.d.ts +9 -0
  65. package/dist-types/ts3.4/commands/DeleteRecipeVersionCommand.d.ts +9 -0
  66. package/dist-types/ts3.4/commands/DeleteRulesetCommand.d.ts +9 -0
  67. package/dist-types/ts3.4/commands/DeleteScheduleCommand.d.ts +9 -0
  68. package/dist-types/ts3.4/commands/DescribeDatasetCommand.d.ts +9 -0
  69. package/dist-types/ts3.4/commands/DescribeJobCommand.d.ts +9 -0
  70. package/dist-types/ts3.4/commands/DescribeJobRunCommand.d.ts +9 -0
  71. package/dist-types/ts3.4/commands/DescribeProjectCommand.d.ts +9 -0
  72. package/dist-types/ts3.4/commands/DescribeRecipeCommand.d.ts +9 -0
  73. package/dist-types/ts3.4/commands/DescribeRulesetCommand.d.ts +9 -0
  74. package/dist-types/ts3.4/commands/DescribeScheduleCommand.d.ts +9 -0
  75. package/dist-types/ts3.4/commands/ListDatasetsCommand.d.ts +9 -0
  76. package/dist-types/ts3.4/commands/ListJobRunsCommand.d.ts +9 -0
  77. package/dist-types/ts3.4/commands/ListJobsCommand.d.ts +9 -0
  78. package/dist-types/ts3.4/commands/ListProjectsCommand.d.ts +9 -0
  79. package/dist-types/ts3.4/commands/ListRecipeVersionsCommand.d.ts +9 -0
  80. package/dist-types/ts3.4/commands/ListRecipesCommand.d.ts +9 -0
  81. package/dist-types/ts3.4/commands/ListRulesetsCommand.d.ts +9 -0
  82. package/dist-types/ts3.4/commands/ListSchedulesCommand.d.ts +9 -0
  83. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +9 -0
  84. package/dist-types/ts3.4/commands/PublishRecipeCommand.d.ts +9 -0
  85. package/dist-types/ts3.4/commands/SendProjectSessionActionCommand.d.ts +9 -0
  86. package/dist-types/ts3.4/commands/StartJobRunCommand.d.ts +9 -0
  87. package/dist-types/ts3.4/commands/StartProjectSessionCommand.d.ts +9 -0
  88. package/dist-types/ts3.4/commands/StopJobRunCommand.d.ts +9 -0
  89. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +9 -0
  90. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +9 -0
  91. package/dist-types/ts3.4/commands/UpdateDatasetCommand.d.ts +9 -0
  92. package/dist-types/ts3.4/commands/UpdateProfileJobCommand.d.ts +9 -0
  93. package/dist-types/ts3.4/commands/UpdateProjectCommand.d.ts +9 -0
  94. package/dist-types/ts3.4/commands/UpdateRecipeCommand.d.ts +9 -0
  95. package/dist-types/ts3.4/commands/UpdateRecipeJobCommand.d.ts +9 -0
  96. package/dist-types/ts3.4/commands/UpdateRulesetCommand.d.ts +9 -0
  97. package/dist-types/ts3.4/commands/UpdateScheduleCommand.d.ts +9 -0
  98. package/dist-types/ts3.4/index.d.ts +0 -1
  99. package/package.json +40 -40
@@ -450,6 +450,7 @@ export interface DataBrew {
450
450
  options: __HttpHandlerOptions,
451
451
  cb: (err: any, data?: DescribeScheduleCommandOutput) => void
452
452
  ): void;
453
+ listDatasets(): Promise<ListDatasetsCommandOutput>;
453
454
  listDatasets(
454
455
  args: ListDatasetsCommandInput,
455
456
  options?: __HttpHandlerOptions
@@ -476,6 +477,7 @@ export interface DataBrew {
476
477
  options: __HttpHandlerOptions,
477
478
  cb: (err: any, data?: ListJobRunsCommandOutput) => void
478
479
  ): void;
480
+ listJobs(): Promise<ListJobsCommandOutput>;
479
481
  listJobs(
480
482
  args: ListJobsCommandInput,
481
483
  options?: __HttpHandlerOptions
@@ -489,6 +491,7 @@ export interface DataBrew {
489
491
  options: __HttpHandlerOptions,
490
492
  cb: (err: any, data?: ListJobsCommandOutput) => void
491
493
  ): void;
494
+ listProjects(): Promise<ListProjectsCommandOutput>;
492
495
  listProjects(
493
496
  args: ListProjectsCommandInput,
494
497
  options?: __HttpHandlerOptions
@@ -502,6 +505,7 @@ export interface DataBrew {
502
505
  options: __HttpHandlerOptions,
503
506
  cb: (err: any, data?: ListProjectsCommandOutput) => void
504
507
  ): void;
508
+ listRecipes(): Promise<ListRecipesCommandOutput>;
505
509
  listRecipes(
506
510
  args: ListRecipesCommandInput,
507
511
  options?: __HttpHandlerOptions
@@ -528,6 +532,7 @@ export interface DataBrew {
528
532
  options: __HttpHandlerOptions,
529
533
  cb: (err: any, data?: ListRecipeVersionsCommandOutput) => void
530
534
  ): void;
535
+ listRulesets(): Promise<ListRulesetsCommandOutput>;
531
536
  listRulesets(
532
537
  args: ListRulesetsCommandInput,
533
538
  options?: __HttpHandlerOptions
@@ -541,6 +546,7 @@ export interface DataBrew {
541
546
  options: __HttpHandlerOptions,
542
547
  cb: (err: any, data?: ListRulesetsCommandOutput) => void
543
548
  ): void;
549
+ listSchedules(): Promise<ListSchedulesCommandOutput>;
544
550
  listSchedules(
545
551
  args: ListSchedulesCommandInput,
546
552
  options?: __HttpHandlerOptions
@@ -25,6 +25,15 @@ declare const BatchDeleteRecipeVersionCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: BatchDeleteRecipeVersionCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ BatchDeleteRecipeVersionCommandInput,
32
+ BatchDeleteRecipeVersionCommandOutput,
33
+ DataBrewClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class BatchDeleteRecipeVersionCommand extends BatchDeleteRecipeVersionCommand_base {}
@@ -24,6 +24,15 @@ declare const CreateDatasetCommand_base: {
24
24
  ServiceInputTypes,
25
25
  ServiceOutputTypes
26
26
  >;
27
+ new (
28
+ __0_0: CreateDatasetCommandInput
29
+ ): import("@smithy/smithy-client").CommandImpl<
30
+ CreateDatasetCommandInput,
31
+ CreateDatasetCommandOutput,
32
+ DataBrewClientResolvedConfig,
33
+ ServiceInputTypes,
34
+ ServiceOutputTypes
35
+ >;
27
36
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
37
  };
29
38
  export declare class CreateDatasetCommand extends CreateDatasetCommand_base {}
@@ -24,6 +24,15 @@ declare const CreateProfileJobCommand_base: {
24
24
  ServiceInputTypes,
25
25
  ServiceOutputTypes
26
26
  >;
27
+ new (
28
+ __0_0: CreateProfileJobCommandInput
29
+ ): import("@smithy/smithy-client").CommandImpl<
30
+ CreateProfileJobCommandInput,
31
+ CreateProfileJobCommandOutput,
32
+ DataBrewClientResolvedConfig,
33
+ ServiceInputTypes,
34
+ ServiceOutputTypes
35
+ >;
27
36
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
37
  };
29
38
  export declare class CreateProfileJobCommand extends CreateProfileJobCommand_base {}
@@ -24,6 +24,15 @@ declare const CreateProjectCommand_base: {
24
24
  ServiceInputTypes,
25
25
  ServiceOutputTypes
26
26
  >;
27
+ new (
28
+ __0_0: CreateProjectCommandInput
29
+ ): import("@smithy/smithy-client").CommandImpl<
30
+ CreateProjectCommandInput,
31
+ CreateProjectCommandOutput,
32
+ DataBrewClientResolvedConfig,
33
+ ServiceInputTypes,
34
+ ServiceOutputTypes
35
+ >;
27
36
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
37
  };
29
38
  export declare class CreateProjectCommand extends CreateProjectCommand_base {}
@@ -21,6 +21,15 @@ declare const CreateRecipeCommand_base: {
21
21
  ServiceInputTypes,
22
22
  ServiceOutputTypes
23
23
  >;
24
+ new (
25
+ __0_0: CreateRecipeCommandInput
26
+ ): import("@smithy/smithy-client").CommandImpl<
27
+ CreateRecipeCommandInput,
28
+ CreateRecipeCommandOutput,
29
+ DataBrewClientResolvedConfig,
30
+ ServiceInputTypes,
31
+ ServiceOutputTypes
32
+ >;
24
33
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
34
  };
26
35
  export declare class CreateRecipeCommand extends CreateRecipeCommand_base {}
@@ -24,6 +24,15 @@ declare const CreateRecipeJobCommand_base: {
24
24
  ServiceInputTypes,
25
25
  ServiceOutputTypes
26
26
  >;
27
+ new (
28
+ __0_0: CreateRecipeJobCommandInput
29
+ ): import("@smithy/smithy-client").CommandImpl<
30
+ CreateRecipeJobCommandInput,
31
+ CreateRecipeJobCommandOutput,
32
+ DataBrewClientResolvedConfig,
33
+ ServiceInputTypes,
34
+ ServiceOutputTypes
35
+ >;
27
36
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
37
  };
29
38
  export declare class CreateRecipeJobCommand extends CreateRecipeJobCommand_base {}
@@ -24,6 +24,15 @@ declare const CreateRulesetCommand_base: {
24
24
  ServiceInputTypes,
25
25
  ServiceOutputTypes
26
26
  >;
27
+ new (
28
+ __0_0: CreateRulesetCommandInput
29
+ ): import("@smithy/smithy-client").CommandImpl<
30
+ CreateRulesetCommandInput,
31
+ CreateRulesetCommandOutput,
32
+ DataBrewClientResolvedConfig,
33
+ ServiceInputTypes,
34
+ ServiceOutputTypes
35
+ >;
27
36
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
37
  };
29
38
  export declare class CreateRulesetCommand extends CreateRulesetCommand_base {}
@@ -24,6 +24,15 @@ declare const CreateScheduleCommand_base: {
24
24
  ServiceInputTypes,
25
25
  ServiceOutputTypes
26
26
  >;
27
+ new (
28
+ __0_0: CreateScheduleCommandInput
29
+ ): import("@smithy/smithy-client").CommandImpl<
30
+ CreateScheduleCommandInput,
31
+ CreateScheduleCommandOutput,
32
+ DataBrewClientResolvedConfig,
33
+ ServiceInputTypes,
34
+ ServiceOutputTypes
35
+ >;
27
36
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
37
  };
29
38
  export declare class CreateScheduleCommand extends CreateScheduleCommand_base {}
@@ -24,6 +24,15 @@ declare const DeleteDatasetCommand_base: {
24
24
  ServiceInputTypes,
25
25
  ServiceOutputTypes
26
26
  >;
27
+ new (
28
+ __0_0: DeleteDatasetCommandInput
29
+ ): import("@smithy/smithy-client").CommandImpl<
30
+ DeleteDatasetCommandInput,
31
+ DeleteDatasetCommandOutput,
32
+ DataBrewClientResolvedConfig,
33
+ ServiceInputTypes,
34
+ ServiceOutputTypes
35
+ >;
27
36
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
37
  };
29
38
  export declare class DeleteDatasetCommand extends DeleteDatasetCommand_base {}
@@ -21,6 +21,15 @@ declare const DeleteJobCommand_base: {
21
21
  ServiceInputTypes,
22
22
  ServiceOutputTypes
23
23
  >;
24
+ new (
25
+ __0_0: DeleteJobCommandInput
26
+ ): import("@smithy/smithy-client").CommandImpl<
27
+ DeleteJobCommandInput,
28
+ DeleteJobCommandOutput,
29
+ DataBrewClientResolvedConfig,
30
+ ServiceInputTypes,
31
+ ServiceOutputTypes
32
+ >;
24
33
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
34
  };
26
35
  export declare class DeleteJobCommand extends DeleteJobCommand_base {}
@@ -24,6 +24,15 @@ declare const DeleteProjectCommand_base: {
24
24
  ServiceInputTypes,
25
25
  ServiceOutputTypes
26
26
  >;
27
+ new (
28
+ __0_0: DeleteProjectCommandInput
29
+ ): import("@smithy/smithy-client").CommandImpl<
30
+ DeleteProjectCommandInput,
31
+ DeleteProjectCommandOutput,
32
+ DataBrewClientResolvedConfig,
33
+ ServiceInputTypes,
34
+ ServiceOutputTypes
35
+ >;
27
36
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
37
  };
29
38
  export declare class DeleteProjectCommand extends DeleteProjectCommand_base {}
@@ -25,6 +25,15 @@ declare const DeleteRecipeVersionCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: DeleteRecipeVersionCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ DeleteRecipeVersionCommandInput,
32
+ DeleteRecipeVersionCommandOutput,
33
+ DataBrewClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class DeleteRecipeVersionCommand extends DeleteRecipeVersionCommand_base {}
@@ -24,6 +24,15 @@ declare const DeleteRulesetCommand_base: {
24
24
  ServiceInputTypes,
25
25
  ServiceOutputTypes
26
26
  >;
27
+ new (
28
+ __0_0: DeleteRulesetCommandInput
29
+ ): import("@smithy/smithy-client").CommandImpl<
30
+ DeleteRulesetCommandInput,
31
+ DeleteRulesetCommandOutput,
32
+ DataBrewClientResolvedConfig,
33
+ ServiceInputTypes,
34
+ ServiceOutputTypes
35
+ >;
27
36
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
37
  };
29
38
  export declare class DeleteRulesetCommand extends DeleteRulesetCommand_base {}
@@ -24,6 +24,15 @@ declare const DeleteScheduleCommand_base: {
24
24
  ServiceInputTypes,
25
25
  ServiceOutputTypes
26
26
  >;
27
+ new (
28
+ __0_0: DeleteScheduleCommandInput
29
+ ): import("@smithy/smithy-client").CommandImpl<
30
+ DeleteScheduleCommandInput,
31
+ DeleteScheduleCommandOutput,
32
+ DataBrewClientResolvedConfig,
33
+ ServiceInputTypes,
34
+ ServiceOutputTypes
35
+ >;
27
36
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
37
  };
29
38
  export declare class DeleteScheduleCommand extends DeleteScheduleCommand_base {}
@@ -24,6 +24,15 @@ declare const DescribeDatasetCommand_base: {
24
24
  ServiceInputTypes,
25
25
  ServiceOutputTypes
26
26
  >;
27
+ new (
28
+ __0_0: DescribeDatasetCommandInput
29
+ ): import("@smithy/smithy-client").CommandImpl<
30
+ DescribeDatasetCommandInput,
31
+ DescribeDatasetCommandOutput,
32
+ DataBrewClientResolvedConfig,
33
+ ServiceInputTypes,
34
+ ServiceOutputTypes
35
+ >;
27
36
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
37
  };
29
38
  export declare class DescribeDatasetCommand extends DescribeDatasetCommand_base {}
@@ -21,6 +21,15 @@ declare const DescribeJobCommand_base: {
21
21
  ServiceInputTypes,
22
22
  ServiceOutputTypes
23
23
  >;
24
+ new (
25
+ __0_0: DescribeJobCommandInput
26
+ ): import("@smithy/smithy-client").CommandImpl<
27
+ DescribeJobCommandInput,
28
+ DescribeJobCommandOutput,
29
+ DataBrewClientResolvedConfig,
30
+ ServiceInputTypes,
31
+ ServiceOutputTypes
32
+ >;
24
33
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
34
  };
26
35
  export declare class DescribeJobCommand extends DescribeJobCommand_base {}
@@ -24,6 +24,15 @@ declare const DescribeJobRunCommand_base: {
24
24
  ServiceInputTypes,
25
25
  ServiceOutputTypes
26
26
  >;
27
+ new (
28
+ __0_0: DescribeJobRunCommandInput
29
+ ): import("@smithy/smithy-client").CommandImpl<
30
+ DescribeJobRunCommandInput,
31
+ DescribeJobRunCommandOutput,
32
+ DataBrewClientResolvedConfig,
33
+ ServiceInputTypes,
34
+ ServiceOutputTypes
35
+ >;
27
36
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
37
  };
29
38
  export declare class DescribeJobRunCommand extends DescribeJobRunCommand_base {}
@@ -24,6 +24,15 @@ declare const DescribeProjectCommand_base: {
24
24
  ServiceInputTypes,
25
25
  ServiceOutputTypes
26
26
  >;
27
+ new (
28
+ __0_0: DescribeProjectCommandInput
29
+ ): import("@smithy/smithy-client").CommandImpl<
30
+ DescribeProjectCommandInput,
31
+ DescribeProjectCommandOutput,
32
+ DataBrewClientResolvedConfig,
33
+ ServiceInputTypes,
34
+ ServiceOutputTypes
35
+ >;
27
36
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
37
  };
29
38
  export declare class DescribeProjectCommand extends DescribeProjectCommand_base {}
@@ -24,6 +24,15 @@ declare const DescribeRecipeCommand_base: {
24
24
  ServiceInputTypes,
25
25
  ServiceOutputTypes
26
26
  >;
27
+ new (
28
+ __0_0: DescribeRecipeCommandInput
29
+ ): import("@smithy/smithy-client").CommandImpl<
30
+ DescribeRecipeCommandInput,
31
+ DescribeRecipeCommandOutput,
32
+ DataBrewClientResolvedConfig,
33
+ ServiceInputTypes,
34
+ ServiceOutputTypes
35
+ >;
27
36
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
37
  };
29
38
  export declare class DescribeRecipeCommand extends DescribeRecipeCommand_base {}
@@ -24,6 +24,15 @@ declare const DescribeRulesetCommand_base: {
24
24
  ServiceInputTypes,
25
25
  ServiceOutputTypes
26
26
  >;
27
+ new (
28
+ __0_0: DescribeRulesetCommandInput
29
+ ): import("@smithy/smithy-client").CommandImpl<
30
+ DescribeRulesetCommandInput,
31
+ DescribeRulesetCommandOutput,
32
+ DataBrewClientResolvedConfig,
33
+ ServiceInputTypes,
34
+ ServiceOutputTypes
35
+ >;
27
36
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
37
  };
29
38
  export declare class DescribeRulesetCommand extends DescribeRulesetCommand_base {}
@@ -24,6 +24,15 @@ declare const DescribeScheduleCommand_base: {
24
24
  ServiceInputTypes,
25
25
  ServiceOutputTypes
26
26
  >;
27
+ new (
28
+ __0_0: DescribeScheduleCommandInput
29
+ ): import("@smithy/smithy-client").CommandImpl<
30
+ DescribeScheduleCommandInput,
31
+ DescribeScheduleCommandOutput,
32
+ DataBrewClientResolvedConfig,
33
+ ServiceInputTypes,
34
+ ServiceOutputTypes
35
+ >;
27
36
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
37
  };
29
38
  export declare class DescribeScheduleCommand extends DescribeScheduleCommand_base {}
@@ -21,6 +21,15 @@ declare const ListDatasetsCommand_base: {
21
21
  ServiceInputTypes,
22
22
  ServiceOutputTypes
23
23
  >;
24
+ new (
25
+ ...[input]: [] | [ListDatasetsCommandInput]
26
+ ): import("@smithy/smithy-client").CommandImpl<
27
+ ListDatasetsCommandInput,
28
+ ListDatasetsCommandOutput,
29
+ DataBrewClientResolvedConfig,
30
+ ServiceInputTypes,
31
+ ServiceOutputTypes
32
+ >;
24
33
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
34
  };
26
35
  export declare class ListDatasetsCommand extends ListDatasetsCommand_base {}
@@ -21,6 +21,15 @@ declare const ListJobRunsCommand_base: {
21
21
  ServiceInputTypes,
22
22
  ServiceOutputTypes
23
23
  >;
24
+ new (
25
+ __0_0: ListJobRunsCommandInput
26
+ ): import("@smithy/smithy-client").CommandImpl<
27
+ ListJobRunsCommandInput,
28
+ ListJobRunsCommandOutput,
29
+ DataBrewClientResolvedConfig,
30
+ ServiceInputTypes,
31
+ ServiceOutputTypes
32
+ >;
24
33
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
34
  };
26
35
  export declare class ListJobRunsCommand extends ListJobRunsCommand_base {}
@@ -21,6 +21,15 @@ declare const ListJobsCommand_base: {
21
21
  ServiceInputTypes,
22
22
  ServiceOutputTypes
23
23
  >;
24
+ new (
25
+ ...[input]: [] | [ListJobsCommandInput]
26
+ ): import("@smithy/smithy-client").CommandImpl<
27
+ ListJobsCommandInput,
28
+ ListJobsCommandOutput,
29
+ DataBrewClientResolvedConfig,
30
+ ServiceInputTypes,
31
+ ServiceOutputTypes
32
+ >;
24
33
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
34
  };
26
35
  export declare class ListJobsCommand extends ListJobsCommand_base {}
@@ -21,6 +21,15 @@ declare const ListProjectsCommand_base: {
21
21
  ServiceInputTypes,
22
22
  ServiceOutputTypes
23
23
  >;
24
+ new (
25
+ ...[input]: [] | [ListProjectsCommandInput]
26
+ ): import("@smithy/smithy-client").CommandImpl<
27
+ ListProjectsCommandInput,
28
+ ListProjectsCommandOutput,
29
+ DataBrewClientResolvedConfig,
30
+ ServiceInputTypes,
31
+ ServiceOutputTypes
32
+ >;
24
33
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
34
  };
26
35
  export declare class ListProjectsCommand extends ListProjectsCommand_base {}
@@ -25,6 +25,15 @@ declare const ListRecipeVersionsCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: ListRecipeVersionsCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ ListRecipeVersionsCommandInput,
32
+ ListRecipeVersionsCommandOutput,
33
+ DataBrewClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class ListRecipeVersionsCommand extends ListRecipeVersionsCommand_base {}
@@ -21,6 +21,15 @@ declare const ListRecipesCommand_base: {
21
21
  ServiceInputTypes,
22
22
  ServiceOutputTypes
23
23
  >;
24
+ new (
25
+ ...[input]: [] | [ListRecipesCommandInput]
26
+ ): import("@smithy/smithy-client").CommandImpl<
27
+ ListRecipesCommandInput,
28
+ ListRecipesCommandOutput,
29
+ DataBrewClientResolvedConfig,
30
+ ServiceInputTypes,
31
+ ServiceOutputTypes
32
+ >;
24
33
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
34
  };
26
35
  export declare class ListRecipesCommand extends ListRecipesCommand_base {}
@@ -21,6 +21,15 @@ declare const ListRulesetsCommand_base: {
21
21
  ServiceInputTypes,
22
22
  ServiceOutputTypes
23
23
  >;
24
+ new (
25
+ ...[input]: [] | [ListRulesetsCommandInput]
26
+ ): import("@smithy/smithy-client").CommandImpl<
27
+ ListRulesetsCommandInput,
28
+ ListRulesetsCommandOutput,
29
+ DataBrewClientResolvedConfig,
30
+ ServiceInputTypes,
31
+ ServiceOutputTypes
32
+ >;
24
33
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
34
  };
26
35
  export declare class ListRulesetsCommand extends ListRulesetsCommand_base {}
@@ -24,6 +24,15 @@ declare const ListSchedulesCommand_base: {
24
24
  ServiceInputTypes,
25
25
  ServiceOutputTypes
26
26
  >;
27
+ new (
28
+ ...[input]: [] | [ListSchedulesCommandInput]
29
+ ): import("@smithy/smithy-client").CommandImpl<
30
+ ListSchedulesCommandInput,
31
+ ListSchedulesCommandOutput,
32
+ DataBrewClientResolvedConfig,
33
+ ServiceInputTypes,
34
+ ServiceOutputTypes
35
+ >;
27
36
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
37
  };
29
38
  export declare class ListSchedulesCommand extends ListSchedulesCommand_base {}
@@ -25,6 +25,15 @@ declare const ListTagsForResourceCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: ListTagsForResourceCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ ListTagsForResourceCommandInput,
32
+ ListTagsForResourceCommandOutput,
33
+ DataBrewClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {}
@@ -24,6 +24,15 @@ declare const PublishRecipeCommand_base: {
24
24
  ServiceInputTypes,
25
25
  ServiceOutputTypes
26
26
  >;
27
+ new (
28
+ __0_0: PublishRecipeCommandInput
29
+ ): import("@smithy/smithy-client").CommandImpl<
30
+ PublishRecipeCommandInput,
31
+ PublishRecipeCommandOutput,
32
+ DataBrewClientResolvedConfig,
33
+ ServiceInputTypes,
34
+ ServiceOutputTypes
35
+ >;
27
36
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
37
  };
29
38
  export declare class PublishRecipeCommand extends PublishRecipeCommand_base {}
@@ -25,6 +25,15 @@ declare const SendProjectSessionActionCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: SendProjectSessionActionCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ SendProjectSessionActionCommandInput,
32
+ SendProjectSessionActionCommandOutput,
33
+ DataBrewClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class SendProjectSessionActionCommand extends SendProjectSessionActionCommand_base {}
@@ -21,6 +21,15 @@ declare const StartJobRunCommand_base: {
21
21
  ServiceInputTypes,
22
22
  ServiceOutputTypes
23
23
  >;
24
+ new (
25
+ __0_0: StartJobRunCommandInput
26
+ ): import("@smithy/smithy-client").CommandImpl<
27
+ StartJobRunCommandInput,
28
+ StartJobRunCommandOutput,
29
+ DataBrewClientResolvedConfig,
30
+ ServiceInputTypes,
31
+ ServiceOutputTypes
32
+ >;
24
33
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
34
  };
26
35
  export declare class StartJobRunCommand extends StartJobRunCommand_base {}
@@ -25,6 +25,15 @@ declare const StartProjectSessionCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: StartProjectSessionCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ StartProjectSessionCommandInput,
32
+ StartProjectSessionCommandOutput,
33
+ DataBrewClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class StartProjectSessionCommand extends StartProjectSessionCommand_base {}
@@ -21,6 +21,15 @@ declare const StopJobRunCommand_base: {
21
21
  ServiceInputTypes,
22
22
  ServiceOutputTypes
23
23
  >;
24
+ new (
25
+ __0_0: StopJobRunCommandInput
26
+ ): import("@smithy/smithy-client").CommandImpl<
27
+ StopJobRunCommandInput,
28
+ StopJobRunCommandOutput,
29
+ DataBrewClientResolvedConfig,
30
+ ServiceInputTypes,
31
+ ServiceOutputTypes
32
+ >;
24
33
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
34
  };
26
35
  export declare class StopJobRunCommand extends StopJobRunCommand_base {}
@@ -21,6 +21,15 @@ declare const TagResourceCommand_base: {
21
21
  ServiceInputTypes,
22
22
  ServiceOutputTypes
23
23
  >;
24
+ new (
25
+ __0_0: TagResourceCommandInput
26
+ ): import("@smithy/smithy-client").CommandImpl<
27
+ TagResourceCommandInput,
28
+ TagResourceCommandOutput,
29
+ DataBrewClientResolvedConfig,
30
+ ServiceInputTypes,
31
+ ServiceOutputTypes
32
+ >;
24
33
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
34
  };
26
35
  export declare class TagResourceCommand extends TagResourceCommand_base {}