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