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