@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,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 { StopJobRunRequest, StopJobRunResponse } from "../models/models_0";
|
|
9
3
|
export { __MetadataBearer };
|
|
10
|
-
export { $Command };
|
|
11
4
|
export interface StopJobRunCommandInput extends StopJobRunRequest {}
|
|
12
5
|
export interface StopJobRunCommandOutput
|
|
13
6
|
extends StopJobRunResponse,
|
|
@@ -18,22 +11,20 @@ declare const StopJobRunCommand_base: {
|
|
|
18
11
|
): import("@smithy/core/client").CommandImpl<
|
|
19
12
|
StopJobRunCommandInput,
|
|
20
13
|
StopJobRunCommandOutput,
|
|
21
|
-
DataBrewClientResolvedConfig,
|
|
22
|
-
ServiceInputTypes,
|
|
23
|
-
ServiceOutputTypes
|
|
14
|
+
import("..").DataBrewClientResolvedConfig,
|
|
15
|
+
import("..").ServiceInputTypes,
|
|
16
|
+
import("..").ServiceOutputTypes
|
|
24
17
|
>;
|
|
25
18
|
new (
|
|
26
19
|
input: StopJobRunCommandInput
|
|
27
20
|
): import("@smithy/core/client").CommandImpl<
|
|
28
21
|
StopJobRunCommandInput,
|
|
29
22
|
StopJobRunCommandOutput,
|
|
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 StopJobRunCommand extends StopJobRunCommand_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 { TagResourceRequest, TagResourceResponse } from "../models/models_0";
|
|
9
3
|
export { __MetadataBearer };
|
|
10
|
-
export { $Command };
|
|
11
4
|
export interface TagResourceCommandInput extends TagResourceRequest {}
|
|
12
5
|
export interface TagResourceCommandOutput
|
|
13
6
|
extends TagResourceResponse,
|
|
@@ -18,22 +11,20 @@ declare const TagResourceCommand_base: {
|
|
|
18
11
|
): import("@smithy/core/client").CommandImpl<
|
|
19
12
|
TagResourceCommandInput,
|
|
20
13
|
TagResourceCommandOutput,
|
|
21
|
-
DataBrewClientResolvedConfig,
|
|
22
|
-
ServiceInputTypes,
|
|
23
|
-
ServiceOutputTypes
|
|
14
|
+
import("..").DataBrewClientResolvedConfig,
|
|
15
|
+
import("..").ServiceInputTypes,
|
|
16
|
+
import("..").ServiceOutputTypes
|
|
24
17
|
>;
|
|
25
18
|
new (
|
|
26
19
|
input: TagResourceCommandInput
|
|
27
20
|
): import("@smithy/core/client").CommandImpl<
|
|
28
21
|
TagResourceCommandInput,
|
|
29
22
|
TagResourceCommandOutput,
|
|
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 TagResourceCommand extends TagResourceCommand_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
|
UntagResourceRequest,
|
|
10
4
|
UntagResourceResponse,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface UntagResourceCommandInput extends UntagResourceRequest {}
|
|
15
8
|
export interface UntagResourceCommandOutput
|
|
16
9
|
extends UntagResourceResponse,
|
|
@@ -21,22 +14,20 @@ declare const UntagResourceCommand_base: {
|
|
|
21
14
|
): import("@smithy/core/client").CommandImpl<
|
|
22
15
|
UntagResourceCommandInput,
|
|
23
16
|
UntagResourceCommandOutput,
|
|
24
|
-
DataBrewClientResolvedConfig,
|
|
25
|
-
ServiceInputTypes,
|
|
26
|
-
ServiceOutputTypes
|
|
17
|
+
import("..").DataBrewClientResolvedConfig,
|
|
18
|
+
import("..").ServiceInputTypes,
|
|
19
|
+
import("..").ServiceOutputTypes
|
|
27
20
|
>;
|
|
28
21
|
new (
|
|
29
22
|
input: UntagResourceCommandInput
|
|
30
23
|
): import("@smithy/core/client").CommandImpl<
|
|
31
24
|
UntagResourceCommandInput,
|
|
32
25
|
UntagResourceCommandOutput,
|
|
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 UntagResourceCommand extends UntagResourceCommand_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
|
UpdateDatasetRequest,
|
|
10
4
|
UpdateDatasetResponse,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface UpdateDatasetCommandInput extends UpdateDatasetRequest {}
|
|
15
8
|
export interface UpdateDatasetCommandOutput
|
|
16
9
|
extends UpdateDatasetResponse,
|
|
@@ -21,22 +14,20 @@ declare const UpdateDatasetCommand_base: {
|
|
|
21
14
|
): import("@smithy/core/client").CommandImpl<
|
|
22
15
|
UpdateDatasetCommandInput,
|
|
23
16
|
UpdateDatasetCommandOutput,
|
|
24
|
-
DataBrewClientResolvedConfig,
|
|
25
|
-
ServiceInputTypes,
|
|
26
|
-
ServiceOutputTypes
|
|
17
|
+
import("..").DataBrewClientResolvedConfig,
|
|
18
|
+
import("..").ServiceInputTypes,
|
|
19
|
+
import("..").ServiceOutputTypes
|
|
27
20
|
>;
|
|
28
21
|
new (
|
|
29
22
|
input: UpdateDatasetCommandInput
|
|
30
23
|
): import("@smithy/core/client").CommandImpl<
|
|
31
24
|
UpdateDatasetCommandInput,
|
|
32
25
|
UpdateDatasetCommandOutput,
|
|
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 UpdateDatasetCommand extends UpdateDatasetCommand_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
|
UpdateProfileJobRequest,
|
|
10
4
|
UpdateProfileJobResponse,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface UpdateProfileJobCommandInput extends UpdateProfileJobRequest {}
|
|
15
8
|
export interface UpdateProfileJobCommandOutput
|
|
16
9
|
extends UpdateProfileJobResponse,
|
|
@@ -21,22 +14,20 @@ declare const UpdateProfileJobCommand_base: {
|
|
|
21
14
|
): import("@smithy/core/client").CommandImpl<
|
|
22
15
|
UpdateProfileJobCommandInput,
|
|
23
16
|
UpdateProfileJobCommandOutput,
|
|
24
|
-
DataBrewClientResolvedConfig,
|
|
25
|
-
ServiceInputTypes,
|
|
26
|
-
ServiceOutputTypes
|
|
17
|
+
import("..").DataBrewClientResolvedConfig,
|
|
18
|
+
import("..").ServiceInputTypes,
|
|
19
|
+
import("..").ServiceOutputTypes
|
|
27
20
|
>;
|
|
28
21
|
new (
|
|
29
22
|
input: UpdateProfileJobCommandInput
|
|
30
23
|
): import("@smithy/core/client").CommandImpl<
|
|
31
24
|
UpdateProfileJobCommandInput,
|
|
32
25
|
UpdateProfileJobCommandOutput,
|
|
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 UpdateProfileJobCommand extends UpdateProfileJobCommand_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
|
UpdateProjectRequest,
|
|
10
4
|
UpdateProjectResponse,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface UpdateProjectCommandInput extends UpdateProjectRequest {}
|
|
15
8
|
export interface UpdateProjectCommandOutput
|
|
16
9
|
extends UpdateProjectResponse,
|
|
@@ -21,22 +14,20 @@ declare const UpdateProjectCommand_base: {
|
|
|
21
14
|
): import("@smithy/core/client").CommandImpl<
|
|
22
15
|
UpdateProjectCommandInput,
|
|
23
16
|
UpdateProjectCommandOutput,
|
|
24
|
-
DataBrewClientResolvedConfig,
|
|
25
|
-
ServiceInputTypes,
|
|
26
|
-
ServiceOutputTypes
|
|
17
|
+
import("..").DataBrewClientResolvedConfig,
|
|
18
|
+
import("..").ServiceInputTypes,
|
|
19
|
+
import("..").ServiceOutputTypes
|
|
27
20
|
>;
|
|
28
21
|
new (
|
|
29
22
|
input: UpdateProjectCommandInput
|
|
30
23
|
): import("@smithy/core/client").CommandImpl<
|
|
31
24
|
UpdateProjectCommandInput,
|
|
32
25
|
UpdateProjectCommandOutput,
|
|
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 UpdateProjectCommand extends UpdateProjectCommand_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 { UpdateRecipeRequest, UpdateRecipeResponse } from "../models/models_0";
|
|
9
3
|
export { __MetadataBearer };
|
|
10
|
-
export { $Command };
|
|
11
4
|
export interface UpdateRecipeCommandInput extends UpdateRecipeRequest {}
|
|
12
5
|
export interface UpdateRecipeCommandOutput
|
|
13
6
|
extends UpdateRecipeResponse,
|
|
@@ -18,22 +11,20 @@ declare const UpdateRecipeCommand_base: {
|
|
|
18
11
|
): import("@smithy/core/client").CommandImpl<
|
|
19
12
|
UpdateRecipeCommandInput,
|
|
20
13
|
UpdateRecipeCommandOutput,
|
|
21
|
-
DataBrewClientResolvedConfig,
|
|
22
|
-
ServiceInputTypes,
|
|
23
|
-
ServiceOutputTypes
|
|
14
|
+
import("..").DataBrewClientResolvedConfig,
|
|
15
|
+
import("..").ServiceInputTypes,
|
|
16
|
+
import("..").ServiceOutputTypes
|
|
24
17
|
>;
|
|
25
18
|
new (
|
|
26
19
|
input: UpdateRecipeCommandInput
|
|
27
20
|
): import("@smithy/core/client").CommandImpl<
|
|
28
21
|
UpdateRecipeCommandInput,
|
|
29
22
|
UpdateRecipeCommandOutput,
|
|
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 UpdateRecipeCommand extends UpdateRecipeCommand_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
|
UpdateRecipeJobRequest,
|
|
10
4
|
UpdateRecipeJobResponse,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface UpdateRecipeJobCommandInput extends UpdateRecipeJobRequest {}
|
|
15
8
|
export interface UpdateRecipeJobCommandOutput
|
|
16
9
|
extends UpdateRecipeJobResponse,
|
|
@@ -21,22 +14,20 @@ declare const UpdateRecipeJobCommand_base: {
|
|
|
21
14
|
): import("@smithy/core/client").CommandImpl<
|
|
22
15
|
UpdateRecipeJobCommandInput,
|
|
23
16
|
UpdateRecipeJobCommandOutput,
|
|
24
|
-
DataBrewClientResolvedConfig,
|
|
25
|
-
ServiceInputTypes,
|
|
26
|
-
ServiceOutputTypes
|
|
17
|
+
import("..").DataBrewClientResolvedConfig,
|
|
18
|
+
import("..").ServiceInputTypes,
|
|
19
|
+
import("..").ServiceOutputTypes
|
|
27
20
|
>;
|
|
28
21
|
new (
|
|
29
22
|
input: UpdateRecipeJobCommandInput
|
|
30
23
|
): import("@smithy/core/client").CommandImpl<
|
|
31
24
|
UpdateRecipeJobCommandInput,
|
|
32
25
|
UpdateRecipeJobCommandOutput,
|
|
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 UpdateRecipeJobCommand extends UpdateRecipeJobCommand_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
|
UpdateRulesetRequest,
|
|
10
4
|
UpdateRulesetResponse,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface UpdateRulesetCommandInput extends UpdateRulesetRequest {}
|
|
15
8
|
export interface UpdateRulesetCommandOutput
|
|
16
9
|
extends UpdateRulesetResponse,
|
|
@@ -21,22 +14,20 @@ declare const UpdateRulesetCommand_base: {
|
|
|
21
14
|
): import("@smithy/core/client").CommandImpl<
|
|
22
15
|
UpdateRulesetCommandInput,
|
|
23
16
|
UpdateRulesetCommandOutput,
|
|
24
|
-
DataBrewClientResolvedConfig,
|
|
25
|
-
ServiceInputTypes,
|
|
26
|
-
ServiceOutputTypes
|
|
17
|
+
import("..").DataBrewClientResolvedConfig,
|
|
18
|
+
import("..").ServiceInputTypes,
|
|
19
|
+
import("..").ServiceOutputTypes
|
|
27
20
|
>;
|
|
28
21
|
new (
|
|
29
22
|
input: UpdateRulesetCommandInput
|
|
30
23
|
): import("@smithy/core/client").CommandImpl<
|
|
31
24
|
UpdateRulesetCommandInput,
|
|
32
25
|
UpdateRulesetCommandOutput,
|
|
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 UpdateRulesetCommand extends UpdateRulesetCommand_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
|
UpdateScheduleRequest,
|
|
10
4
|
UpdateScheduleResponse,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface UpdateScheduleCommandInput extends UpdateScheduleRequest {}
|
|
15
8
|
export interface UpdateScheduleCommandOutput
|
|
16
9
|
extends UpdateScheduleResponse,
|
|
@@ -21,22 +14,20 @@ declare const UpdateScheduleCommand_base: {
|
|
|
21
14
|
): import("@smithy/core/client").CommandImpl<
|
|
22
15
|
UpdateScheduleCommandInput,
|
|
23
16
|
UpdateScheduleCommandOutput,
|
|
24
|
-
DataBrewClientResolvedConfig,
|
|
25
|
-
ServiceInputTypes,
|
|
26
|
-
ServiceOutputTypes
|
|
17
|
+
import("..").DataBrewClientResolvedConfig,
|
|
18
|
+
import("..").ServiceInputTypes,
|
|
19
|
+
import("..").ServiceOutputTypes
|
|
27
20
|
>;
|
|
28
21
|
new (
|
|
29
22
|
input: UpdateScheduleCommandInput
|
|
30
23
|
): import("@smithy/core/client").CommandImpl<
|
|
31
24
|
UpdateScheduleCommandInput,
|
|
32
25
|
UpdateScheduleCommandOutput,
|
|
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 UpdateScheduleCommand extends UpdateScheduleCommand_base {
|
|
42
33
|
protected static __types: {
|
|
@@ -4,6 +4,7 @@ export { ClientInputEndpointParameters } from "./endpoint/EndpointParameters";
|
|
|
4
4
|
export { RuntimeExtension } from "./runtimeExtensions";
|
|
5
5
|
export { DataBrewExtensionConfiguration } from "./extensionConfiguration";
|
|
6
6
|
export * from "./commands";
|
|
7
|
+
export { Command as $Command } from "@smithy/core/client";
|
|
7
8
|
export * from "./schemas/schemas_0";
|
|
8
9
|
export * from "./pagination";
|
|
9
10
|
export * from "./models/enums";
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-databrew",
|
|
3
3
|
"description": "AWS SDK for JavaScript Databrew Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.1078.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline",
|
|
@@ -19,13 +19,13 @@
|
|
|
19
19
|
"module": "./dist-es/index.js",
|
|
20
20
|
"sideEffects": false,
|
|
21
21
|
"dependencies": {
|
|
22
|
-
"@aws-sdk/core": "^3.974.
|
|
23
|
-
"@aws-sdk/credential-provider-node": "^3.972.
|
|
24
|
-
"@aws-sdk/types": "^3.973.
|
|
25
|
-
"@smithy/core": "^3.
|
|
26
|
-
"@smithy/fetch-http-handler": "^5.6.
|
|
27
|
-
"@smithy/node-http-handler": "^4.9.
|
|
28
|
-
"@smithy/types": "^4.15.
|
|
22
|
+
"@aws-sdk/core": "^3.974.26",
|
|
23
|
+
"@aws-sdk/credential-provider-node": "^3.972.61",
|
|
24
|
+
"@aws-sdk/types": "^3.973.15",
|
|
25
|
+
"@smithy/core": "^3.29.0",
|
|
26
|
+
"@smithy/fetch-http-handler": "^5.6.2",
|
|
27
|
+
"@smithy/node-http-handler": "^4.9.2",
|
|
28
|
+
"@smithy/types": "^4.15.1",
|
|
29
29
|
"tslib": "^2.6.2"
|
|
30
30
|
},
|
|
31
31
|
"devDependencies": {
|