@aws-sdk/client-databrew 3.169.0 → 3.171.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 (69) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/dist-types/ts3.4/DataBrew.d.ts +752 -225
  3. package/dist-types/ts3.4/DataBrewClient.d.ts +368 -117
  4. package/dist-types/ts3.4/commands/BatchDeleteRecipeVersionCommand.d.ts +39 -17
  5. package/dist-types/ts3.4/commands/CreateDatasetCommand.d.ts +35 -17
  6. package/dist-types/ts3.4/commands/CreateProfileJobCommand.d.ts +35 -17
  7. package/dist-types/ts3.4/commands/CreateProjectCommand.d.ts +35 -17
  8. package/dist-types/ts3.4/commands/CreateRecipeCommand.d.ts +32 -17
  9. package/dist-types/ts3.4/commands/CreateRecipeJobCommand.d.ts +35 -17
  10. package/dist-types/ts3.4/commands/CreateRulesetCommand.d.ts +35 -17
  11. package/dist-types/ts3.4/commands/CreateScheduleCommand.d.ts +35 -17
  12. package/dist-types/ts3.4/commands/DeleteDatasetCommand.d.ts +35 -17
  13. package/dist-types/ts3.4/commands/DeleteJobCommand.d.ts +32 -17
  14. package/dist-types/ts3.4/commands/DeleteProjectCommand.d.ts +35 -17
  15. package/dist-types/ts3.4/commands/DeleteRecipeVersionCommand.d.ts +36 -17
  16. package/dist-types/ts3.4/commands/DeleteRulesetCommand.d.ts +35 -17
  17. package/dist-types/ts3.4/commands/DeleteScheduleCommand.d.ts +35 -17
  18. package/dist-types/ts3.4/commands/DescribeDatasetCommand.d.ts +35 -17
  19. package/dist-types/ts3.4/commands/DescribeJobCommand.d.ts +32 -17
  20. package/dist-types/ts3.4/commands/DescribeJobRunCommand.d.ts +35 -17
  21. package/dist-types/ts3.4/commands/DescribeProjectCommand.d.ts +35 -17
  22. package/dist-types/ts3.4/commands/DescribeRecipeCommand.d.ts +35 -17
  23. package/dist-types/ts3.4/commands/DescribeRulesetCommand.d.ts +35 -17
  24. package/dist-types/ts3.4/commands/DescribeScheduleCommand.d.ts +35 -17
  25. package/dist-types/ts3.4/commands/ListDatasetsCommand.d.ts +32 -17
  26. package/dist-types/ts3.4/commands/ListJobRunsCommand.d.ts +32 -17
  27. package/dist-types/ts3.4/commands/ListJobsCommand.d.ts +32 -17
  28. package/dist-types/ts3.4/commands/ListProjectsCommand.d.ts +32 -17
  29. package/dist-types/ts3.4/commands/ListRecipeVersionsCommand.d.ts +36 -17
  30. package/dist-types/ts3.4/commands/ListRecipesCommand.d.ts +32 -17
  31. package/dist-types/ts3.4/commands/ListRulesetsCommand.d.ts +32 -17
  32. package/dist-types/ts3.4/commands/ListSchedulesCommand.d.ts +35 -17
  33. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +36 -17
  34. package/dist-types/ts3.4/commands/PublishRecipeCommand.d.ts +35 -17
  35. package/dist-types/ts3.4/commands/SendProjectSessionActionCommand.d.ts +39 -17
  36. package/dist-types/ts3.4/commands/StartJobRunCommand.d.ts +32 -17
  37. package/dist-types/ts3.4/commands/StartProjectSessionCommand.d.ts +36 -17
  38. package/dist-types/ts3.4/commands/StopJobRunCommand.d.ts +32 -17
  39. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +32 -17
  40. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +35 -17
  41. package/dist-types/ts3.4/commands/UpdateDatasetCommand.d.ts +35 -17
  42. package/dist-types/ts3.4/commands/UpdateProfileJobCommand.d.ts +35 -17
  43. package/dist-types/ts3.4/commands/UpdateProjectCommand.d.ts +35 -17
  44. package/dist-types/ts3.4/commands/UpdateRecipeCommand.d.ts +32 -17
  45. package/dist-types/ts3.4/commands/UpdateRecipeJobCommand.d.ts +35 -17
  46. package/dist-types/ts3.4/commands/UpdateRulesetCommand.d.ts +35 -17
  47. package/dist-types/ts3.4/commands/UpdateScheduleCommand.d.ts +35 -17
  48. package/dist-types/ts3.4/commands/index.d.ts +44 -44
  49. package/dist-types/ts3.4/endpoints.d.ts +2 -2
  50. package/dist-types/ts3.4/index.d.ts +6 -6
  51. package/dist-types/ts3.4/models/DataBrewServiceException.d.ts +7 -6
  52. package/dist-types/ts3.4/models/index.d.ts +1 -1
  53. package/dist-types/ts3.4/models/models_0.d.ts +1293 -1771
  54. package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -6
  55. package/dist-types/ts3.4/pagination/ListDatasetsPaginator.d.ts +11 -4
  56. package/dist-types/ts3.4/pagination/ListJobRunsPaginator.d.ts +11 -4
  57. package/dist-types/ts3.4/pagination/ListJobsPaginator.d.ts +11 -4
  58. package/dist-types/ts3.4/pagination/ListProjectsPaginator.d.ts +11 -4
  59. package/dist-types/ts3.4/pagination/ListRecipeVersionsPaginator.d.ts +11 -4
  60. package/dist-types/ts3.4/pagination/ListRecipesPaginator.d.ts +11 -4
  61. package/dist-types/ts3.4/pagination/ListRulesetsPaginator.d.ts +11 -4
  62. package/dist-types/ts3.4/pagination/ListSchedulesPaginator.d.ts +11 -4
  63. package/dist-types/ts3.4/pagination/index.d.ts +9 -9
  64. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +533 -134
  65. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +65 -38
  66. package/dist-types/ts3.4/runtimeConfig.d.ts +65 -38
  67. package/dist-types/ts3.4/runtimeConfig.native.d.ts +66 -37
  68. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +10 -11
  69. package/package.json +34 -34
@@ -1,17 +1,32 @@
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
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ DataBrewClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../DataBrewClient";
13
+ import { DescribeJobRequest, DescribeJobResponse } from "../models/models_0";
14
+ export interface DescribeJobCommandInput extends DescribeJobRequest {}
15
+ export interface DescribeJobCommandOutput
16
+ extends DescribeJobResponse,
17
+ __MetadataBearer {}
18
+ export declare class DescribeJobCommand extends $Command<
19
+ DescribeJobCommandInput,
20
+ DescribeJobCommandOutput,
21
+ DataBrewClientResolvedConfig
22
+ > {
23
+ readonly input: DescribeJobCommandInput;
24
+ constructor(input: DescribeJobCommandInput);
25
+ resolveMiddleware(
26
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
27
+ configuration: DataBrewClientResolvedConfig,
28
+ options?: __HttpHandlerOptions
29
+ ): Handler<DescribeJobCommandInput, DescribeJobCommandOutput>;
30
+ private serialize;
31
+ private deserialize;
32
+ }
@@ -1,17 +1,35 @@
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
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ DataBrewClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../DataBrewClient";
13
+ import {
14
+ DescribeJobRunRequest,
15
+ DescribeJobRunResponse,
16
+ } from "../models/models_0";
17
+ export interface DescribeJobRunCommandInput extends DescribeJobRunRequest {}
18
+ export interface DescribeJobRunCommandOutput
19
+ extends DescribeJobRunResponse,
20
+ __MetadataBearer {}
21
+ export declare class DescribeJobRunCommand extends $Command<
22
+ DescribeJobRunCommandInput,
23
+ DescribeJobRunCommandOutput,
24
+ DataBrewClientResolvedConfig
25
+ > {
26
+ readonly input: DescribeJobRunCommandInput;
27
+ constructor(input: DescribeJobRunCommandInput);
28
+ resolveMiddleware(
29
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
+ configuration: DataBrewClientResolvedConfig,
31
+ options?: __HttpHandlerOptions
32
+ ): Handler<DescribeJobRunCommandInput, DescribeJobRunCommandOutput>;
33
+ private serialize;
34
+ private deserialize;
35
+ }
@@ -1,17 +1,35 @@
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
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ DataBrewClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../DataBrewClient";
13
+ import {
14
+ DescribeProjectRequest,
15
+ DescribeProjectResponse,
16
+ } from "../models/models_0";
17
+ export interface DescribeProjectCommandInput extends DescribeProjectRequest {}
18
+ export interface DescribeProjectCommandOutput
19
+ extends DescribeProjectResponse,
20
+ __MetadataBearer {}
21
+ export declare class DescribeProjectCommand extends $Command<
22
+ DescribeProjectCommandInput,
23
+ DescribeProjectCommandOutput,
24
+ DataBrewClientResolvedConfig
25
+ > {
26
+ readonly input: DescribeProjectCommandInput;
27
+ constructor(input: DescribeProjectCommandInput);
28
+ resolveMiddleware(
29
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
+ configuration: DataBrewClientResolvedConfig,
31
+ options?: __HttpHandlerOptions
32
+ ): Handler<DescribeProjectCommandInput, DescribeProjectCommandOutput>;
33
+ private serialize;
34
+ private deserialize;
35
+ }
@@ -1,17 +1,35 @@
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
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ DataBrewClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../DataBrewClient";
13
+ import {
14
+ DescribeRecipeRequest,
15
+ DescribeRecipeResponse,
16
+ } from "../models/models_0";
17
+ export interface DescribeRecipeCommandInput extends DescribeRecipeRequest {}
18
+ export interface DescribeRecipeCommandOutput
19
+ extends DescribeRecipeResponse,
20
+ __MetadataBearer {}
21
+ export declare class DescribeRecipeCommand extends $Command<
22
+ DescribeRecipeCommandInput,
23
+ DescribeRecipeCommandOutput,
24
+ DataBrewClientResolvedConfig
25
+ > {
26
+ readonly input: DescribeRecipeCommandInput;
27
+ constructor(input: DescribeRecipeCommandInput);
28
+ resolveMiddleware(
29
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
+ configuration: DataBrewClientResolvedConfig,
31
+ options?: __HttpHandlerOptions
32
+ ): Handler<DescribeRecipeCommandInput, DescribeRecipeCommandOutput>;
33
+ private serialize;
34
+ private deserialize;
35
+ }
@@ -1,17 +1,35 @@
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
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ DataBrewClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../DataBrewClient";
13
+ import {
14
+ DescribeRulesetRequest,
15
+ DescribeRulesetResponse,
16
+ } from "../models/models_0";
17
+ export interface DescribeRulesetCommandInput extends DescribeRulesetRequest {}
18
+ export interface DescribeRulesetCommandOutput
19
+ extends DescribeRulesetResponse,
20
+ __MetadataBearer {}
21
+ export declare class DescribeRulesetCommand extends $Command<
22
+ DescribeRulesetCommandInput,
23
+ DescribeRulesetCommandOutput,
24
+ DataBrewClientResolvedConfig
25
+ > {
26
+ readonly input: DescribeRulesetCommandInput;
27
+ constructor(input: DescribeRulesetCommandInput);
28
+ resolveMiddleware(
29
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
+ configuration: DataBrewClientResolvedConfig,
31
+ options?: __HttpHandlerOptions
32
+ ): Handler<DescribeRulesetCommandInput, DescribeRulesetCommandOutput>;
33
+ private serialize;
34
+ private deserialize;
35
+ }
@@ -1,17 +1,35 @@
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
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ DataBrewClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../DataBrewClient";
13
+ import {
14
+ DescribeScheduleRequest,
15
+ DescribeScheduleResponse,
16
+ } from "../models/models_0";
17
+ export interface DescribeScheduleCommandInput extends DescribeScheduleRequest {}
18
+ export interface DescribeScheduleCommandOutput
19
+ extends DescribeScheduleResponse,
20
+ __MetadataBearer {}
21
+ export declare class DescribeScheduleCommand extends $Command<
22
+ DescribeScheduleCommandInput,
23
+ DescribeScheduleCommandOutput,
24
+ DataBrewClientResolvedConfig
25
+ > {
26
+ readonly input: DescribeScheduleCommandInput;
27
+ constructor(input: DescribeScheduleCommandInput);
28
+ resolveMiddleware(
29
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
+ configuration: DataBrewClientResolvedConfig,
31
+ options?: __HttpHandlerOptions
32
+ ): Handler<DescribeScheduleCommandInput, DescribeScheduleCommandOutput>;
33
+ private serialize;
34
+ private deserialize;
35
+ }
@@ -1,17 +1,32 @@
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
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ DataBrewClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../DataBrewClient";
13
+ import { ListDatasetsRequest, ListDatasetsResponse } from "../models/models_0";
14
+ export interface ListDatasetsCommandInput extends ListDatasetsRequest {}
15
+ export interface ListDatasetsCommandOutput
16
+ extends ListDatasetsResponse,
17
+ __MetadataBearer {}
18
+ export declare class ListDatasetsCommand extends $Command<
19
+ ListDatasetsCommandInput,
20
+ ListDatasetsCommandOutput,
21
+ DataBrewClientResolvedConfig
22
+ > {
23
+ readonly input: ListDatasetsCommandInput;
24
+ constructor(input: ListDatasetsCommandInput);
25
+ resolveMiddleware(
26
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
27
+ configuration: DataBrewClientResolvedConfig,
28
+ options?: __HttpHandlerOptions
29
+ ): Handler<ListDatasetsCommandInput, ListDatasetsCommandOutput>;
30
+ private serialize;
31
+ private deserialize;
32
+ }
@@ -1,17 +1,32 @@
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
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ DataBrewClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../DataBrewClient";
13
+ import { ListJobRunsRequest, ListJobRunsResponse } from "../models/models_0";
14
+ export interface ListJobRunsCommandInput extends ListJobRunsRequest {}
15
+ export interface ListJobRunsCommandOutput
16
+ extends ListJobRunsResponse,
17
+ __MetadataBearer {}
18
+ export declare class ListJobRunsCommand extends $Command<
19
+ ListJobRunsCommandInput,
20
+ ListJobRunsCommandOutput,
21
+ DataBrewClientResolvedConfig
22
+ > {
23
+ readonly input: ListJobRunsCommandInput;
24
+ constructor(input: ListJobRunsCommandInput);
25
+ resolveMiddleware(
26
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
27
+ configuration: DataBrewClientResolvedConfig,
28
+ options?: __HttpHandlerOptions
29
+ ): Handler<ListJobRunsCommandInput, ListJobRunsCommandOutput>;
30
+ private serialize;
31
+ private deserialize;
32
+ }
@@ -1,17 +1,32 @@
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
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ DataBrewClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../DataBrewClient";
13
+ import { ListJobsRequest, ListJobsResponse } from "../models/models_0";
14
+ export interface ListJobsCommandInput extends ListJobsRequest {}
15
+ export interface ListJobsCommandOutput
16
+ extends ListJobsResponse,
17
+ __MetadataBearer {}
18
+ export declare class ListJobsCommand extends $Command<
19
+ ListJobsCommandInput,
20
+ ListJobsCommandOutput,
21
+ DataBrewClientResolvedConfig
22
+ > {
23
+ readonly input: ListJobsCommandInput;
24
+ constructor(input: ListJobsCommandInput);
25
+ resolveMiddleware(
26
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
27
+ configuration: DataBrewClientResolvedConfig,
28
+ options?: __HttpHandlerOptions
29
+ ): Handler<ListJobsCommandInput, ListJobsCommandOutput>;
30
+ private serialize;
31
+ private deserialize;
32
+ }
@@ -1,17 +1,32 @@
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
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ DataBrewClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../DataBrewClient";
13
+ import { ListProjectsRequest, ListProjectsResponse } from "../models/models_0";
14
+ export interface ListProjectsCommandInput extends ListProjectsRequest {}
15
+ export interface ListProjectsCommandOutput
16
+ extends ListProjectsResponse,
17
+ __MetadataBearer {}
18
+ export declare class ListProjectsCommand extends $Command<
19
+ ListProjectsCommandInput,
20
+ ListProjectsCommandOutput,
21
+ DataBrewClientResolvedConfig
22
+ > {
23
+ readonly input: ListProjectsCommandInput;
24
+ constructor(input: ListProjectsCommandInput);
25
+ resolveMiddleware(
26
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
27
+ configuration: DataBrewClientResolvedConfig,
28
+ options?: __HttpHandlerOptions
29
+ ): Handler<ListProjectsCommandInput, ListProjectsCommandOutput>;
30
+ private serialize;
31
+ private deserialize;
32
+ }
@@ -1,17 +1,36 @@
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
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ DataBrewClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../DataBrewClient";
13
+ import {
14
+ ListRecipeVersionsRequest,
15
+ ListRecipeVersionsResponse,
16
+ } from "../models/models_0";
17
+ export interface ListRecipeVersionsCommandInput
18
+ extends ListRecipeVersionsRequest {}
19
+ export interface ListRecipeVersionsCommandOutput
20
+ extends ListRecipeVersionsResponse,
21
+ __MetadataBearer {}
22
+ export declare class ListRecipeVersionsCommand extends $Command<
23
+ ListRecipeVersionsCommandInput,
24
+ ListRecipeVersionsCommandOutput,
25
+ DataBrewClientResolvedConfig
26
+ > {
27
+ readonly input: ListRecipeVersionsCommandInput;
28
+ constructor(input: ListRecipeVersionsCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: DataBrewClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<ListRecipeVersionsCommandInput, ListRecipeVersionsCommandOutput>;
34
+ private serialize;
35
+ private deserialize;
36
+ }
@@ -1,17 +1,32 @@
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
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ DataBrewClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../DataBrewClient";
13
+ import { ListRecipesRequest, ListRecipesResponse } from "../models/models_0";
14
+ export interface ListRecipesCommandInput extends ListRecipesRequest {}
15
+ export interface ListRecipesCommandOutput
16
+ extends ListRecipesResponse,
17
+ __MetadataBearer {}
18
+ export declare class ListRecipesCommand extends $Command<
19
+ ListRecipesCommandInput,
20
+ ListRecipesCommandOutput,
21
+ DataBrewClientResolvedConfig
22
+ > {
23
+ readonly input: ListRecipesCommandInput;
24
+ constructor(input: ListRecipesCommandInput);
25
+ resolveMiddleware(
26
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
27
+ configuration: DataBrewClientResolvedConfig,
28
+ options?: __HttpHandlerOptions
29
+ ): Handler<ListRecipesCommandInput, ListRecipesCommandOutput>;
30
+ private serialize;
31
+ private deserialize;
32
+ }