@aws-sdk/client-databrew 3.1077.0 → 3.1078.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.
- package/dist-cjs/index.js +52 -443
- package/dist-es/commandBuilder.js +6 -0
- package/dist-es/commands/BatchDeleteRecipeVersionCommand.js +2 -14
- package/dist-es/commands/CreateDatasetCommand.js +2 -14
- package/dist-es/commands/CreateProfileJobCommand.js +2 -14
- package/dist-es/commands/CreateProjectCommand.js +2 -14
- package/dist-es/commands/CreateRecipeCommand.js +2 -14
- package/dist-es/commands/CreateRecipeJobCommand.js +2 -14
- package/dist-es/commands/CreateRulesetCommand.js +2 -14
- package/dist-es/commands/CreateScheduleCommand.js +2 -14
- package/dist-es/commands/DeleteDatasetCommand.js +2 -14
- package/dist-es/commands/DeleteJobCommand.js +2 -14
- package/dist-es/commands/DeleteProjectCommand.js +2 -14
- package/dist-es/commands/DeleteRecipeVersionCommand.js +2 -14
- package/dist-es/commands/DeleteRulesetCommand.js +2 -14
- package/dist-es/commands/DeleteScheduleCommand.js +2 -14
- package/dist-es/commands/DescribeDatasetCommand.js +2 -14
- package/dist-es/commands/DescribeJobCommand.js +2 -14
- package/dist-es/commands/DescribeJobRunCommand.js +2 -14
- package/dist-es/commands/DescribeProjectCommand.js +2 -14
- package/dist-es/commands/DescribeRecipeCommand.js +2 -14
- package/dist-es/commands/DescribeRulesetCommand.js +2 -14
- package/dist-es/commands/DescribeScheduleCommand.js +2 -14
- package/dist-es/commands/ListDatasetsCommand.js +2 -14
- package/dist-es/commands/ListJobRunsCommand.js +2 -14
- package/dist-es/commands/ListJobsCommand.js +2 -14
- package/dist-es/commands/ListProjectsCommand.js +2 -14
- package/dist-es/commands/ListRecipeVersionsCommand.js +2 -14
- package/dist-es/commands/ListRecipesCommand.js +2 -14
- package/dist-es/commands/ListRulesetsCommand.js +2 -14
- package/dist-es/commands/ListSchedulesCommand.js +2 -14
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -14
- package/dist-es/commands/PublishRecipeCommand.js +2 -14
- package/dist-es/commands/SendProjectSessionActionCommand.js +2 -14
- package/dist-es/commands/StartJobRunCommand.js +2 -14
- package/dist-es/commands/StartProjectSessionCommand.js +2 -14
- package/dist-es/commands/StopJobRunCommand.js +2 -14
- package/dist-es/commands/TagResourceCommand.js +2 -14
- package/dist-es/commands/UntagResourceCommand.js +2 -14
- package/dist-es/commands/UpdateDatasetCommand.js +2 -14
- package/dist-es/commands/UpdateProfileJobCommand.js +2 -14
- package/dist-es/commands/UpdateProjectCommand.js +2 -14
- package/dist-es/commands/UpdateRecipeCommand.js +2 -14
- package/dist-es/commands/UpdateRecipeJobCommand.js +2 -14
- package/dist-es/commands/UpdateRulesetCommand.js +2 -14
- package/dist-es/commands/UpdateScheduleCommand.js +2 -14
- package/dist-es/index.js +1 -0
- package/dist-types/commandBuilder.d.ts +18 -0
- package/dist-types/commands/BatchDeleteRecipeVersionCommand.d.ts +3 -8
- package/dist-types/commands/CreateDatasetCommand.d.ts +3 -8
- package/dist-types/commands/CreateProfileJobCommand.d.ts +3 -8
- package/dist-types/commands/CreateProjectCommand.d.ts +3 -8
- package/dist-types/commands/CreateRecipeCommand.d.ts +3 -8
- package/dist-types/commands/CreateRecipeJobCommand.d.ts +3 -8
- package/dist-types/commands/CreateRulesetCommand.d.ts +3 -8
- package/dist-types/commands/CreateScheduleCommand.d.ts +3 -8
- package/dist-types/commands/DeleteDatasetCommand.d.ts +3 -8
- package/dist-types/commands/DeleteJobCommand.d.ts +3 -8
- package/dist-types/commands/DeleteProjectCommand.d.ts +3 -8
- package/dist-types/commands/DeleteRecipeVersionCommand.d.ts +3 -8
- package/dist-types/commands/DeleteRulesetCommand.d.ts +3 -8
- package/dist-types/commands/DeleteScheduleCommand.d.ts +3 -8
- package/dist-types/commands/DescribeDatasetCommand.d.ts +3 -8
- package/dist-types/commands/DescribeJobCommand.d.ts +3 -8
- package/dist-types/commands/DescribeJobRunCommand.d.ts +3 -8
- package/dist-types/commands/DescribeProjectCommand.d.ts +3 -8
- package/dist-types/commands/DescribeRecipeCommand.d.ts +3 -8
- package/dist-types/commands/DescribeRulesetCommand.d.ts +3 -8
- package/dist-types/commands/DescribeScheduleCommand.d.ts +3 -8
- package/dist-types/commands/ListDatasetsCommand.d.ts +3 -8
- package/dist-types/commands/ListJobRunsCommand.d.ts +3 -8
- package/dist-types/commands/ListJobsCommand.d.ts +3 -8
- package/dist-types/commands/ListProjectsCommand.d.ts +3 -8
- package/dist-types/commands/ListRecipeVersionsCommand.d.ts +3 -8
- package/dist-types/commands/ListRecipesCommand.d.ts +3 -8
- package/dist-types/commands/ListRulesetsCommand.d.ts +3 -8
- package/dist-types/commands/ListSchedulesCommand.d.ts +3 -8
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -8
- package/dist-types/commands/PublishRecipeCommand.d.ts +3 -8
- package/dist-types/commands/SendProjectSessionActionCommand.d.ts +3 -8
- package/dist-types/commands/StartJobRunCommand.d.ts +3 -8
- package/dist-types/commands/StartProjectSessionCommand.d.ts +3 -8
- package/dist-types/commands/StopJobRunCommand.d.ts +3 -8
- package/dist-types/commands/TagResourceCommand.d.ts +3 -8
- package/dist-types/commands/UntagResourceCommand.d.ts +3 -8
- package/dist-types/commands/UpdateDatasetCommand.d.ts +3 -8
- package/dist-types/commands/UpdateProfileJobCommand.d.ts +3 -8
- package/dist-types/commands/UpdateProjectCommand.d.ts +3 -8
- package/dist-types/commands/UpdateRecipeCommand.d.ts +3 -8
- package/dist-types/commands/UpdateRecipeJobCommand.d.ts +3 -8
- package/dist-types/commands/UpdateRulesetCommand.d.ts +3 -8
- package/dist-types/commands/UpdateScheduleCommand.d.ts +3 -8
- package/dist-types/index.d.ts +1 -0
- package/dist-types/ts3.4/commandBuilder.d.ts +46 -0
- package/dist-types/ts3.4/commands/BatchDeleteRecipeVersionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateDatasetCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateProfileJobCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateProjectCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateRecipeCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateRecipeJobCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateRulesetCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateScheduleCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteDatasetCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteJobCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteProjectCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteRecipeVersionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteRulesetCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteScheduleCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeDatasetCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeJobCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeJobRunCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeProjectCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeRecipeCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeRulesetCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeScheduleCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListDatasetsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListJobRunsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListJobsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListProjectsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListRecipeVersionsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListRecipesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListRulesetsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListSchedulesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/PublishRecipeCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/SendProjectSessionActionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/StartJobRunCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/StartProjectSessionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/StopJobRunCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateDatasetCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateProfileJobCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateProjectCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateRecipeCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateRecipeJobCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateRulesetCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateScheduleCommand.d.ts +7 -16
- package/dist-types/ts3.4/index.d.ts +1 -0
- package/package.json +8 -8
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
DataBrewClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../DataBrewClient";
|
|
8
2
|
import {
|
|
9
3
|
DescribeScheduleRequest,
|
|
10
4
|
DescribeScheduleResponse,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface DescribeScheduleCommandInput extends DescribeScheduleRequest {}
|
|
15
8
|
export interface DescribeScheduleCommandOutput
|
|
16
9
|
extends DescribeScheduleResponse,
|
|
@@ -21,22 +14,20 @@ declare const DescribeScheduleCommand_base: {
|
|
|
21
14
|
): import("@smithy/core/client").CommandImpl<
|
|
22
15
|
DescribeScheduleCommandInput,
|
|
23
16
|
DescribeScheduleCommandOutput,
|
|
24
|
-
DataBrewClientResolvedConfig,
|
|
25
|
-
ServiceInputTypes,
|
|
26
|
-
ServiceOutputTypes
|
|
17
|
+
import("..").DataBrewClientResolvedConfig,
|
|
18
|
+
import("..").ServiceInputTypes,
|
|
19
|
+
import("..").ServiceOutputTypes
|
|
27
20
|
>;
|
|
28
21
|
new (
|
|
29
22
|
input: DescribeScheduleCommandInput
|
|
30
23
|
): import("@smithy/core/client").CommandImpl<
|
|
31
24
|
DescribeScheduleCommandInput,
|
|
32
25
|
DescribeScheduleCommandOutput,
|
|
33
|
-
DataBrewClientResolvedConfig,
|
|
34
|
-
ServiceInputTypes,
|
|
35
|
-
ServiceOutputTypes
|
|
26
|
+
import("..").DataBrewClientResolvedConfig,
|
|
27
|
+
import("..").ServiceInputTypes,
|
|
28
|
+
import("..").ServiceOutputTypes
|
|
36
29
|
>;
|
|
37
|
-
getEndpointParameterInstructions():
|
|
38
|
-
[x: string]: unknown;
|
|
39
|
-
};
|
|
30
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
40
31
|
};
|
|
41
32
|
export declare class DescribeScheduleCommand extends DescribeScheduleCommand_base {
|
|
42
33
|
protected static __types: {
|
|
@@ -1,13 +1,6 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
DataBrewClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../DataBrewClient";
|
|
8
2
|
import { ListDatasetsRequest, ListDatasetsResponse } from "../models/models_0";
|
|
9
3
|
export { __MetadataBearer };
|
|
10
|
-
export { $Command };
|
|
11
4
|
export interface ListDatasetsCommandInput extends ListDatasetsRequest {}
|
|
12
5
|
export interface ListDatasetsCommandOutput
|
|
13
6
|
extends ListDatasetsResponse,
|
|
@@ -18,22 +11,20 @@ declare const ListDatasetsCommand_base: {
|
|
|
18
11
|
): import("@smithy/core/client").CommandImpl<
|
|
19
12
|
ListDatasetsCommandInput,
|
|
20
13
|
ListDatasetsCommandOutput,
|
|
21
|
-
DataBrewClientResolvedConfig,
|
|
22
|
-
ServiceInputTypes,
|
|
23
|
-
ServiceOutputTypes
|
|
14
|
+
import("..").DataBrewClientResolvedConfig,
|
|
15
|
+
import("..").ServiceInputTypes,
|
|
16
|
+
import("..").ServiceOutputTypes
|
|
24
17
|
>;
|
|
25
18
|
new (
|
|
26
19
|
...[input]: [] | [ListDatasetsCommandInput]
|
|
27
20
|
): import("@smithy/core/client").CommandImpl<
|
|
28
21
|
ListDatasetsCommandInput,
|
|
29
22
|
ListDatasetsCommandOutput,
|
|
30
|
-
DataBrewClientResolvedConfig,
|
|
31
|
-
ServiceInputTypes,
|
|
32
|
-
ServiceOutputTypes
|
|
23
|
+
import("..").DataBrewClientResolvedConfig,
|
|
24
|
+
import("..").ServiceInputTypes,
|
|
25
|
+
import("..").ServiceOutputTypes
|
|
33
26
|
>;
|
|
34
|
-
getEndpointParameterInstructions():
|
|
35
|
-
[x: string]: unknown;
|
|
36
|
-
};
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
37
28
|
};
|
|
38
29
|
export declare class ListDatasetsCommand extends ListDatasetsCommand_base {
|
|
39
30
|
protected static __types: {
|
|
@@ -1,13 +1,6 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
DataBrewClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../DataBrewClient";
|
|
8
2
|
import { ListJobRunsRequest, ListJobRunsResponse } from "../models/models_0";
|
|
9
3
|
export { __MetadataBearer };
|
|
10
|
-
export { $Command };
|
|
11
4
|
export interface ListJobRunsCommandInput extends ListJobRunsRequest {}
|
|
12
5
|
export interface ListJobRunsCommandOutput
|
|
13
6
|
extends ListJobRunsResponse,
|
|
@@ -18,22 +11,20 @@ declare const ListJobRunsCommand_base: {
|
|
|
18
11
|
): import("@smithy/core/client").CommandImpl<
|
|
19
12
|
ListJobRunsCommandInput,
|
|
20
13
|
ListJobRunsCommandOutput,
|
|
21
|
-
DataBrewClientResolvedConfig,
|
|
22
|
-
ServiceInputTypes,
|
|
23
|
-
ServiceOutputTypes
|
|
14
|
+
import("..").DataBrewClientResolvedConfig,
|
|
15
|
+
import("..").ServiceInputTypes,
|
|
16
|
+
import("..").ServiceOutputTypes
|
|
24
17
|
>;
|
|
25
18
|
new (
|
|
26
19
|
input: ListJobRunsCommandInput
|
|
27
20
|
): import("@smithy/core/client").CommandImpl<
|
|
28
21
|
ListJobRunsCommandInput,
|
|
29
22
|
ListJobRunsCommandOutput,
|
|
30
|
-
DataBrewClientResolvedConfig,
|
|
31
|
-
ServiceInputTypes,
|
|
32
|
-
ServiceOutputTypes
|
|
23
|
+
import("..").DataBrewClientResolvedConfig,
|
|
24
|
+
import("..").ServiceInputTypes,
|
|
25
|
+
import("..").ServiceOutputTypes
|
|
33
26
|
>;
|
|
34
|
-
getEndpointParameterInstructions():
|
|
35
|
-
[x: string]: unknown;
|
|
36
|
-
};
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
37
28
|
};
|
|
38
29
|
export declare class ListJobRunsCommand extends ListJobRunsCommand_base {
|
|
39
30
|
protected static __types: {
|
|
@@ -1,13 +1,6 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
DataBrewClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../DataBrewClient";
|
|
8
2
|
import { ListJobsRequest, ListJobsResponse } from "../models/models_0";
|
|
9
3
|
export { __MetadataBearer };
|
|
10
|
-
export { $Command };
|
|
11
4
|
export interface ListJobsCommandInput extends ListJobsRequest {}
|
|
12
5
|
export interface ListJobsCommandOutput
|
|
13
6
|
extends ListJobsResponse,
|
|
@@ -16,22 +9,20 @@ declare const ListJobsCommand_base: {
|
|
|
16
9
|
new (input: ListJobsCommandInput): import("@smithy/core/client").CommandImpl<
|
|
17
10
|
ListJobsCommandInput,
|
|
18
11
|
ListJobsCommandOutput,
|
|
19
|
-
DataBrewClientResolvedConfig,
|
|
20
|
-
ServiceInputTypes,
|
|
21
|
-
ServiceOutputTypes
|
|
12
|
+
import("..").DataBrewClientResolvedConfig,
|
|
13
|
+
import("..").ServiceInputTypes,
|
|
14
|
+
import("..").ServiceOutputTypes
|
|
22
15
|
>;
|
|
23
16
|
new (
|
|
24
17
|
...[input]: [] | [ListJobsCommandInput]
|
|
25
18
|
): import("@smithy/core/client").CommandImpl<
|
|
26
19
|
ListJobsCommandInput,
|
|
27
20
|
ListJobsCommandOutput,
|
|
28
|
-
DataBrewClientResolvedConfig,
|
|
29
|
-
ServiceInputTypes,
|
|
30
|
-
ServiceOutputTypes
|
|
21
|
+
import("..").DataBrewClientResolvedConfig,
|
|
22
|
+
import("..").ServiceInputTypes,
|
|
23
|
+
import("..").ServiceOutputTypes
|
|
31
24
|
>;
|
|
32
|
-
getEndpointParameterInstructions():
|
|
33
|
-
[x: string]: unknown;
|
|
34
|
-
};
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
35
26
|
};
|
|
36
27
|
export declare class ListJobsCommand extends ListJobsCommand_base {
|
|
37
28
|
protected static __types: {
|
|
@@ -1,13 +1,6 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
DataBrewClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../DataBrewClient";
|
|
8
2
|
import { ListProjectsRequest, ListProjectsResponse } from "../models/models_0";
|
|
9
3
|
export { __MetadataBearer };
|
|
10
|
-
export { $Command };
|
|
11
4
|
export interface ListProjectsCommandInput extends ListProjectsRequest {}
|
|
12
5
|
export interface ListProjectsCommandOutput
|
|
13
6
|
extends ListProjectsResponse,
|
|
@@ -18,22 +11,20 @@ declare const ListProjectsCommand_base: {
|
|
|
18
11
|
): import("@smithy/core/client").CommandImpl<
|
|
19
12
|
ListProjectsCommandInput,
|
|
20
13
|
ListProjectsCommandOutput,
|
|
21
|
-
DataBrewClientResolvedConfig,
|
|
22
|
-
ServiceInputTypes,
|
|
23
|
-
ServiceOutputTypes
|
|
14
|
+
import("..").DataBrewClientResolvedConfig,
|
|
15
|
+
import("..").ServiceInputTypes,
|
|
16
|
+
import("..").ServiceOutputTypes
|
|
24
17
|
>;
|
|
25
18
|
new (
|
|
26
19
|
...[input]: [] | [ListProjectsCommandInput]
|
|
27
20
|
): import("@smithy/core/client").CommandImpl<
|
|
28
21
|
ListProjectsCommandInput,
|
|
29
22
|
ListProjectsCommandOutput,
|
|
30
|
-
DataBrewClientResolvedConfig,
|
|
31
|
-
ServiceInputTypes,
|
|
32
|
-
ServiceOutputTypes
|
|
23
|
+
import("..").DataBrewClientResolvedConfig,
|
|
24
|
+
import("..").ServiceInputTypes,
|
|
25
|
+
import("..").ServiceOutputTypes
|
|
33
26
|
>;
|
|
34
|
-
getEndpointParameterInstructions():
|
|
35
|
-
[x: string]: unknown;
|
|
36
|
-
};
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
37
28
|
};
|
|
38
29
|
export declare class ListProjectsCommand extends ListProjectsCommand_base {
|
|
39
30
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
DataBrewClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../DataBrewClient";
|
|
8
2
|
import {
|
|
9
3
|
ListRecipeVersionsRequest,
|
|
10
4
|
ListRecipeVersionsResponse,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface ListRecipeVersionsCommandInput
|
|
15
8
|
extends ListRecipeVersionsRequest {}
|
|
16
9
|
export interface ListRecipeVersionsCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const ListRecipeVersionsCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
ListRecipeVersionsCommandInput,
|
|
24
17
|
ListRecipeVersionsCommandOutput,
|
|
25
|
-
DataBrewClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").DataBrewClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: ListRecipeVersionsCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
ListRecipeVersionsCommandInput,
|
|
33
26
|
ListRecipeVersionsCommandOutput,
|
|
34
|
-
DataBrewClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").DataBrewClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class ListRecipeVersionsCommand extends ListRecipeVersionsCommand_base {
|
|
43
34
|
protected static __types: {
|
|
@@ -1,13 +1,6 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
DataBrewClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../DataBrewClient";
|
|
8
2
|
import { ListRecipesRequest, ListRecipesResponse } from "../models/models_0";
|
|
9
3
|
export { __MetadataBearer };
|
|
10
|
-
export { $Command };
|
|
11
4
|
export interface ListRecipesCommandInput extends ListRecipesRequest {}
|
|
12
5
|
export interface ListRecipesCommandOutput
|
|
13
6
|
extends ListRecipesResponse,
|
|
@@ -18,22 +11,20 @@ declare const ListRecipesCommand_base: {
|
|
|
18
11
|
): import("@smithy/core/client").CommandImpl<
|
|
19
12
|
ListRecipesCommandInput,
|
|
20
13
|
ListRecipesCommandOutput,
|
|
21
|
-
DataBrewClientResolvedConfig,
|
|
22
|
-
ServiceInputTypes,
|
|
23
|
-
ServiceOutputTypes
|
|
14
|
+
import("..").DataBrewClientResolvedConfig,
|
|
15
|
+
import("..").ServiceInputTypes,
|
|
16
|
+
import("..").ServiceOutputTypes
|
|
24
17
|
>;
|
|
25
18
|
new (
|
|
26
19
|
...[input]: [] | [ListRecipesCommandInput]
|
|
27
20
|
): import("@smithy/core/client").CommandImpl<
|
|
28
21
|
ListRecipesCommandInput,
|
|
29
22
|
ListRecipesCommandOutput,
|
|
30
|
-
DataBrewClientResolvedConfig,
|
|
31
|
-
ServiceInputTypes,
|
|
32
|
-
ServiceOutputTypes
|
|
23
|
+
import("..").DataBrewClientResolvedConfig,
|
|
24
|
+
import("..").ServiceInputTypes,
|
|
25
|
+
import("..").ServiceOutputTypes
|
|
33
26
|
>;
|
|
34
|
-
getEndpointParameterInstructions():
|
|
35
|
-
[x: string]: unknown;
|
|
36
|
-
};
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
37
28
|
};
|
|
38
29
|
export declare class ListRecipesCommand extends ListRecipesCommand_base {
|
|
39
30
|
protected static __types: {
|
|
@@ -1,13 +1,6 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
DataBrewClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../DataBrewClient";
|
|
8
2
|
import { ListRulesetsRequest, ListRulesetsResponse } from "../models/models_0";
|
|
9
3
|
export { __MetadataBearer };
|
|
10
|
-
export { $Command };
|
|
11
4
|
export interface ListRulesetsCommandInput extends ListRulesetsRequest {}
|
|
12
5
|
export interface ListRulesetsCommandOutput
|
|
13
6
|
extends ListRulesetsResponse,
|
|
@@ -18,22 +11,20 @@ declare const ListRulesetsCommand_base: {
|
|
|
18
11
|
): import("@smithy/core/client").CommandImpl<
|
|
19
12
|
ListRulesetsCommandInput,
|
|
20
13
|
ListRulesetsCommandOutput,
|
|
21
|
-
DataBrewClientResolvedConfig,
|
|
22
|
-
ServiceInputTypes,
|
|
23
|
-
ServiceOutputTypes
|
|
14
|
+
import("..").DataBrewClientResolvedConfig,
|
|
15
|
+
import("..").ServiceInputTypes,
|
|
16
|
+
import("..").ServiceOutputTypes
|
|
24
17
|
>;
|
|
25
18
|
new (
|
|
26
19
|
...[input]: [] | [ListRulesetsCommandInput]
|
|
27
20
|
): import("@smithy/core/client").CommandImpl<
|
|
28
21
|
ListRulesetsCommandInput,
|
|
29
22
|
ListRulesetsCommandOutput,
|
|
30
|
-
DataBrewClientResolvedConfig,
|
|
31
|
-
ServiceInputTypes,
|
|
32
|
-
ServiceOutputTypes
|
|
23
|
+
import("..").DataBrewClientResolvedConfig,
|
|
24
|
+
import("..").ServiceInputTypes,
|
|
25
|
+
import("..").ServiceOutputTypes
|
|
33
26
|
>;
|
|
34
|
-
getEndpointParameterInstructions():
|
|
35
|
-
[x: string]: unknown;
|
|
36
|
-
};
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
37
28
|
};
|
|
38
29
|
export declare class ListRulesetsCommand extends ListRulesetsCommand_base {
|
|
39
30
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
DataBrewClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../DataBrewClient";
|
|
8
2
|
import {
|
|
9
3
|
ListSchedulesRequest,
|
|
10
4
|
ListSchedulesResponse,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface ListSchedulesCommandInput extends ListSchedulesRequest {}
|
|
15
8
|
export interface ListSchedulesCommandOutput
|
|
16
9
|
extends ListSchedulesResponse,
|
|
@@ -21,22 +14,20 @@ declare const ListSchedulesCommand_base: {
|
|
|
21
14
|
): import("@smithy/core/client").CommandImpl<
|
|
22
15
|
ListSchedulesCommandInput,
|
|
23
16
|
ListSchedulesCommandOutput,
|
|
24
|
-
DataBrewClientResolvedConfig,
|
|
25
|
-
ServiceInputTypes,
|
|
26
|
-
ServiceOutputTypes
|
|
17
|
+
import("..").DataBrewClientResolvedConfig,
|
|
18
|
+
import("..").ServiceInputTypes,
|
|
19
|
+
import("..").ServiceOutputTypes
|
|
27
20
|
>;
|
|
28
21
|
new (
|
|
29
22
|
...[input]: [] | [ListSchedulesCommandInput]
|
|
30
23
|
): import("@smithy/core/client").CommandImpl<
|
|
31
24
|
ListSchedulesCommandInput,
|
|
32
25
|
ListSchedulesCommandOutput,
|
|
33
|
-
DataBrewClientResolvedConfig,
|
|
34
|
-
ServiceInputTypes,
|
|
35
|
-
ServiceOutputTypes
|
|
26
|
+
import("..").DataBrewClientResolvedConfig,
|
|
27
|
+
import("..").ServiceInputTypes,
|
|
28
|
+
import("..").ServiceOutputTypes
|
|
36
29
|
>;
|
|
37
|
-
getEndpointParameterInstructions():
|
|
38
|
-
[x: string]: unknown;
|
|
39
|
-
};
|
|
30
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
40
31
|
};
|
|
41
32
|
export declare class ListSchedulesCommand extends ListSchedulesCommand_base {
|
|
42
33
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
DataBrewClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../DataBrewClient";
|
|
8
2
|
import {
|
|
9
3
|
ListTagsForResourceRequest,
|
|
10
4
|
ListTagsForResourceResponse,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface ListTagsForResourceCommandInput
|
|
15
8
|
extends ListTagsForResourceRequest {}
|
|
16
9
|
export interface ListTagsForResourceCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const ListTagsForResourceCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
ListTagsForResourceCommandInput,
|
|
24
17
|
ListTagsForResourceCommandOutput,
|
|
25
|
-
DataBrewClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").DataBrewClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: ListTagsForResourceCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
ListTagsForResourceCommandInput,
|
|
33
26
|
ListTagsForResourceCommandOutput,
|
|
34
|
-
DataBrewClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").DataBrewClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
|
|
43
34
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
DataBrewClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../DataBrewClient";
|
|
8
2
|
import {
|
|
9
3
|
PublishRecipeRequest,
|
|
10
4
|
PublishRecipeResponse,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface PublishRecipeCommandInput extends PublishRecipeRequest {}
|
|
15
8
|
export interface PublishRecipeCommandOutput
|
|
16
9
|
extends PublishRecipeResponse,
|
|
@@ -21,22 +14,20 @@ declare const PublishRecipeCommand_base: {
|
|
|
21
14
|
): import("@smithy/core/client").CommandImpl<
|
|
22
15
|
PublishRecipeCommandInput,
|
|
23
16
|
PublishRecipeCommandOutput,
|
|
24
|
-
DataBrewClientResolvedConfig,
|
|
25
|
-
ServiceInputTypes,
|
|
26
|
-
ServiceOutputTypes
|
|
17
|
+
import("..").DataBrewClientResolvedConfig,
|
|
18
|
+
import("..").ServiceInputTypes,
|
|
19
|
+
import("..").ServiceOutputTypes
|
|
27
20
|
>;
|
|
28
21
|
new (
|
|
29
22
|
input: PublishRecipeCommandInput
|
|
30
23
|
): import("@smithy/core/client").CommandImpl<
|
|
31
24
|
PublishRecipeCommandInput,
|
|
32
25
|
PublishRecipeCommandOutput,
|
|
33
|
-
DataBrewClientResolvedConfig,
|
|
34
|
-
ServiceInputTypes,
|
|
35
|
-
ServiceOutputTypes
|
|
26
|
+
import("..").DataBrewClientResolvedConfig,
|
|
27
|
+
import("..").ServiceInputTypes,
|
|
28
|
+
import("..").ServiceOutputTypes
|
|
36
29
|
>;
|
|
37
|
-
getEndpointParameterInstructions():
|
|
38
|
-
[x: string]: unknown;
|
|
39
|
-
};
|
|
30
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
40
31
|
};
|
|
41
32
|
export declare class PublishRecipeCommand extends PublishRecipeCommand_base {
|
|
42
33
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
DataBrewClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../DataBrewClient";
|
|
8
2
|
import {
|
|
9
3
|
SendProjectSessionActionRequest,
|
|
10
4
|
SendProjectSessionActionResponse,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface SendProjectSessionActionCommandInput
|
|
15
8
|
extends SendProjectSessionActionRequest {}
|
|
16
9
|
export interface SendProjectSessionActionCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const SendProjectSessionActionCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
SendProjectSessionActionCommandInput,
|
|
24
17
|
SendProjectSessionActionCommandOutput,
|
|
25
|
-
DataBrewClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").DataBrewClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: SendProjectSessionActionCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
SendProjectSessionActionCommandInput,
|
|
33
26
|
SendProjectSessionActionCommandOutput,
|
|
34
|
-
DataBrewClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").DataBrewClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class SendProjectSessionActionCommand extends SendProjectSessionActionCommand_base {
|
|
43
34
|
protected static __types: {
|
|
@@ -1,13 +1,6 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
DataBrewClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../DataBrewClient";
|
|
8
2
|
import { StartJobRunRequest, StartJobRunResponse } from "../models/models_0";
|
|
9
3
|
export { __MetadataBearer };
|
|
10
|
-
export { $Command };
|
|
11
4
|
export interface StartJobRunCommandInput extends StartJobRunRequest {}
|
|
12
5
|
export interface StartJobRunCommandOutput
|
|
13
6
|
extends StartJobRunResponse,
|
|
@@ -18,22 +11,20 @@ declare const StartJobRunCommand_base: {
|
|
|
18
11
|
): import("@smithy/core/client").CommandImpl<
|
|
19
12
|
StartJobRunCommandInput,
|
|
20
13
|
StartJobRunCommandOutput,
|
|
21
|
-
DataBrewClientResolvedConfig,
|
|
22
|
-
ServiceInputTypes,
|
|
23
|
-
ServiceOutputTypes
|
|
14
|
+
import("..").DataBrewClientResolvedConfig,
|
|
15
|
+
import("..").ServiceInputTypes,
|
|
16
|
+
import("..").ServiceOutputTypes
|
|
24
17
|
>;
|
|
25
18
|
new (
|
|
26
19
|
input: StartJobRunCommandInput
|
|
27
20
|
): import("@smithy/core/client").CommandImpl<
|
|
28
21
|
StartJobRunCommandInput,
|
|
29
22
|
StartJobRunCommandOutput,
|
|
30
|
-
DataBrewClientResolvedConfig,
|
|
31
|
-
ServiceInputTypes,
|
|
32
|
-
ServiceOutputTypes
|
|
23
|
+
import("..").DataBrewClientResolvedConfig,
|
|
24
|
+
import("..").ServiceInputTypes,
|
|
25
|
+
import("..").ServiceOutputTypes
|
|
33
26
|
>;
|
|
34
|
-
getEndpointParameterInstructions():
|
|
35
|
-
[x: string]: unknown;
|
|
36
|
-
};
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
37
28
|
};
|
|
38
29
|
export declare class StartJobRunCommand extends StartJobRunCommand_base {
|
|
39
30
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
DataBrewClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../DataBrewClient";
|
|
8
2
|
import {
|
|
9
3
|
StartProjectSessionRequest,
|
|
10
4
|
StartProjectSessionResponse,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface StartProjectSessionCommandInput
|
|
15
8
|
extends StartProjectSessionRequest {}
|
|
16
9
|
export interface StartProjectSessionCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const StartProjectSessionCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
StartProjectSessionCommandInput,
|
|
24
17
|
StartProjectSessionCommandOutput,
|
|
25
|
-
DataBrewClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").DataBrewClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: StartProjectSessionCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
StartProjectSessionCommandInput,
|
|
33
26
|
StartProjectSessionCommandOutput,
|
|
34
|
-
DataBrewClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").DataBrewClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class StartProjectSessionCommand extends StartProjectSessionCommand_base {
|
|
43
34
|
protected static __types: {
|