@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 { 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
- }
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 { ListRulesetsRequest, ListRulesetsResponse } from "../models/models_0";
14
+ export interface ListRulesetsCommandInput extends ListRulesetsRequest {}
15
+ export interface ListRulesetsCommandOutput
16
+ extends ListRulesetsResponse,
17
+ __MetadataBearer {}
18
+ export declare class ListRulesetsCommand extends $Command<
19
+ ListRulesetsCommandInput,
20
+ ListRulesetsCommandOutput,
21
+ DataBrewClientResolvedConfig
22
+ > {
23
+ readonly input: ListRulesetsCommandInput;
24
+ constructor(input: ListRulesetsCommandInput);
25
+ resolveMiddleware(
26
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
27
+ configuration: DataBrewClientResolvedConfig,
28
+ options?: __HttpHandlerOptions
29
+ ): Handler<ListRulesetsCommandInput, ListRulesetsCommandOutput>;
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 { 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
- }
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
+ ListSchedulesRequest,
15
+ ListSchedulesResponse,
16
+ } from "../models/models_0";
17
+ export interface ListSchedulesCommandInput extends ListSchedulesRequest {}
18
+ export interface ListSchedulesCommandOutput
19
+ extends ListSchedulesResponse,
20
+ __MetadataBearer {}
21
+ export declare class ListSchedulesCommand extends $Command<
22
+ ListSchedulesCommandInput,
23
+ ListSchedulesCommandOutput,
24
+ DataBrewClientResolvedConfig
25
+ > {
26
+ readonly input: ListSchedulesCommandInput;
27
+ constructor(input: ListSchedulesCommandInput);
28
+ resolveMiddleware(
29
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
+ configuration: DataBrewClientResolvedConfig,
31
+ options?: __HttpHandlerOptions
32
+ ): Handler<ListSchedulesCommandInput, ListSchedulesCommandOutput>;
33
+ private serialize;
34
+ private deserialize;
35
+ }
@@ -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 { 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
- }
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
+ ListTagsForResourceRequest,
15
+ ListTagsForResourceResponse,
16
+ } from "../models/models_0";
17
+ export interface ListTagsForResourceCommandInput
18
+ extends ListTagsForResourceRequest {}
19
+ export interface ListTagsForResourceCommandOutput
20
+ extends ListTagsForResourceResponse,
21
+ __MetadataBearer {}
22
+ export declare class ListTagsForResourceCommand extends $Command<
23
+ ListTagsForResourceCommandInput,
24
+ ListTagsForResourceCommandOutput,
25
+ DataBrewClientResolvedConfig
26
+ > {
27
+ readonly input: ListTagsForResourceCommandInput;
28
+ constructor(input: ListTagsForResourceCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: DataBrewClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput>;
34
+ private serialize;
35
+ private deserialize;
36
+ }
@@ -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 { 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
- }
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
+ PublishRecipeRequest,
15
+ PublishRecipeResponse,
16
+ } from "../models/models_0";
17
+ export interface PublishRecipeCommandInput extends PublishRecipeRequest {}
18
+ export interface PublishRecipeCommandOutput
19
+ extends PublishRecipeResponse,
20
+ __MetadataBearer {}
21
+ export declare class PublishRecipeCommand extends $Command<
22
+ PublishRecipeCommandInput,
23
+ PublishRecipeCommandOutput,
24
+ DataBrewClientResolvedConfig
25
+ > {
26
+ readonly input: PublishRecipeCommandInput;
27
+ constructor(input: PublishRecipeCommandInput);
28
+ resolveMiddleware(
29
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
+ configuration: DataBrewClientResolvedConfig,
31
+ options?: __HttpHandlerOptions
32
+ ): Handler<PublishRecipeCommandInput, PublishRecipeCommandOutput>;
33
+ private serialize;
34
+ private deserialize;
35
+ }
@@ -1,17 +1,39 @@
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
- }
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
+ SendProjectSessionActionRequest,
15
+ SendProjectSessionActionResponse,
16
+ } from "../models/models_0";
17
+ export interface SendProjectSessionActionCommandInput
18
+ extends SendProjectSessionActionRequest {}
19
+ export interface SendProjectSessionActionCommandOutput
20
+ extends SendProjectSessionActionResponse,
21
+ __MetadataBearer {}
22
+ export declare class SendProjectSessionActionCommand extends $Command<
23
+ SendProjectSessionActionCommandInput,
24
+ SendProjectSessionActionCommandOutput,
25
+ DataBrewClientResolvedConfig
26
+ > {
27
+ readonly input: SendProjectSessionActionCommandInput;
28
+ constructor(input: SendProjectSessionActionCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: DataBrewClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<
34
+ SendProjectSessionActionCommandInput,
35
+ SendProjectSessionActionCommandOutput
36
+ >;
37
+ private serialize;
38
+ private deserialize;
39
+ }
@@ -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 { 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
- }
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 { StartJobRunRequest, StartJobRunResponse } from "../models/models_0";
14
+ export interface StartJobRunCommandInput extends StartJobRunRequest {}
15
+ export interface StartJobRunCommandOutput
16
+ extends StartJobRunResponse,
17
+ __MetadataBearer {}
18
+ export declare class StartJobRunCommand extends $Command<
19
+ StartJobRunCommandInput,
20
+ StartJobRunCommandOutput,
21
+ DataBrewClientResolvedConfig
22
+ > {
23
+ readonly input: StartJobRunCommandInput;
24
+ constructor(input: StartJobRunCommandInput);
25
+ resolveMiddleware(
26
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
27
+ configuration: DataBrewClientResolvedConfig,
28
+ options?: __HttpHandlerOptions
29
+ ): Handler<StartJobRunCommandInput, StartJobRunCommandOutput>;
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 { 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
- }
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
+ StartProjectSessionRequest,
15
+ StartProjectSessionResponse,
16
+ } from "../models/models_0";
17
+ export interface StartProjectSessionCommandInput
18
+ extends StartProjectSessionRequest {}
19
+ export interface StartProjectSessionCommandOutput
20
+ extends StartProjectSessionResponse,
21
+ __MetadataBearer {}
22
+ export declare class StartProjectSessionCommand extends $Command<
23
+ StartProjectSessionCommandInput,
24
+ StartProjectSessionCommandOutput,
25
+ DataBrewClientResolvedConfig
26
+ > {
27
+ readonly input: StartProjectSessionCommandInput;
28
+ constructor(input: StartProjectSessionCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: DataBrewClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<StartProjectSessionCommandInput, StartProjectSessionCommandOutput>;
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 { 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
- }
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 { StopJobRunRequest, StopJobRunResponse } from "../models/models_0";
14
+ export interface StopJobRunCommandInput extends StopJobRunRequest {}
15
+ export interface StopJobRunCommandOutput
16
+ extends StopJobRunResponse,
17
+ __MetadataBearer {}
18
+ export declare class StopJobRunCommand extends $Command<
19
+ StopJobRunCommandInput,
20
+ StopJobRunCommandOutput,
21
+ DataBrewClientResolvedConfig
22
+ > {
23
+ readonly input: StopJobRunCommandInput;
24
+ constructor(input: StopJobRunCommandInput);
25
+ resolveMiddleware(
26
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
27
+ configuration: DataBrewClientResolvedConfig,
28
+ options?: __HttpHandlerOptions
29
+ ): Handler<StopJobRunCommandInput, StopJobRunCommandOutput>;
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 { 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
- }
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 { TagResourceRequest, TagResourceResponse } from "../models/models_0";
14
+ export interface TagResourceCommandInput extends TagResourceRequest {}
15
+ export interface TagResourceCommandOutput
16
+ extends TagResourceResponse,
17
+ __MetadataBearer {}
18
+ export declare class TagResourceCommand extends $Command<
19
+ TagResourceCommandInput,
20
+ TagResourceCommandOutput,
21
+ DataBrewClientResolvedConfig
22
+ > {
23
+ readonly input: TagResourceCommandInput;
24
+ constructor(input: TagResourceCommandInput);
25
+ resolveMiddleware(
26
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
27
+ configuration: DataBrewClientResolvedConfig,
28
+ options?: __HttpHandlerOptions
29
+ ): Handler<TagResourceCommandInput, TagResourceCommandOutput>;
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 { 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
- }
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
+ UntagResourceRequest,
15
+ UntagResourceResponse,
16
+ } from "../models/models_0";
17
+ export interface UntagResourceCommandInput extends UntagResourceRequest {}
18
+ export interface UntagResourceCommandOutput
19
+ extends UntagResourceResponse,
20
+ __MetadataBearer {}
21
+ export declare class UntagResourceCommand extends $Command<
22
+ UntagResourceCommandInput,
23
+ UntagResourceCommandOutput,
24
+ DataBrewClientResolvedConfig
25
+ > {
26
+ readonly input: UntagResourceCommandInput;
27
+ constructor(input: UntagResourceCommandInput);
28
+ resolveMiddleware(
29
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
+ configuration: DataBrewClientResolvedConfig,
31
+ options?: __HttpHandlerOptions
32
+ ): Handler<UntagResourceCommandInput, UntagResourceCommandOutput>;
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 { 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
- }
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
+ UpdateDatasetRequest,
15
+ UpdateDatasetResponse,
16
+ } from "../models/models_0";
17
+ export interface UpdateDatasetCommandInput extends UpdateDatasetRequest {}
18
+ export interface UpdateDatasetCommandOutput
19
+ extends UpdateDatasetResponse,
20
+ __MetadataBearer {}
21
+ export declare class UpdateDatasetCommand extends $Command<
22
+ UpdateDatasetCommandInput,
23
+ UpdateDatasetCommandOutput,
24
+ DataBrewClientResolvedConfig
25
+ > {
26
+ readonly input: UpdateDatasetCommandInput;
27
+ constructor(input: UpdateDatasetCommandInput);
28
+ resolveMiddleware(
29
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
+ configuration: DataBrewClientResolvedConfig,
31
+ options?: __HttpHandlerOptions
32
+ ): Handler<UpdateDatasetCommandInput, UpdateDatasetCommandOutput>;
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 { 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
- }
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
+ UpdateProfileJobRequest,
15
+ UpdateProfileJobResponse,
16
+ } from "../models/models_0";
17
+ export interface UpdateProfileJobCommandInput extends UpdateProfileJobRequest {}
18
+ export interface UpdateProfileJobCommandOutput
19
+ extends UpdateProfileJobResponse,
20
+ __MetadataBearer {}
21
+ export declare class UpdateProfileJobCommand extends $Command<
22
+ UpdateProfileJobCommandInput,
23
+ UpdateProfileJobCommandOutput,
24
+ DataBrewClientResolvedConfig
25
+ > {
26
+ readonly input: UpdateProfileJobCommandInput;
27
+ constructor(input: UpdateProfileJobCommandInput);
28
+ resolveMiddleware(
29
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
+ configuration: DataBrewClientResolvedConfig,
31
+ options?: __HttpHandlerOptions
32
+ ): Handler<UpdateProfileJobCommandInput, UpdateProfileJobCommandOutput>;
33
+ private serialize;
34
+ private deserialize;
35
+ }