@aws-sdk/client-data-pipeline 3.34.0 → 3.37.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 +47 -0
- package/{dist/cjs → dist-cjs}/DataPipeline.js +1 -21
- package/dist-cjs/DataPipelineClient.js +35 -0
- package/dist-cjs/commands/ActivatePipelineCommand.js +36 -0
- package/{dist/cjs → dist-cjs}/commands/AddTagsCommand.js +2 -27
- package/dist-cjs/commands/CreatePipelineCommand.js +36 -0
- package/{dist/cjs → dist-cjs}/commands/DeactivatePipelineCommand.js +2 -30
- package/dist-cjs/commands/DeletePipelineCommand.js +36 -0
- package/dist-cjs/commands/DescribeObjectsCommand.js +36 -0
- package/dist-cjs/commands/DescribePipelinesCommand.js +36 -0
- package/dist-cjs/commands/EvaluateExpressionCommand.js +36 -0
- package/dist-cjs/commands/GetPipelineDefinitionCommand.js +36 -0
- package/dist-cjs/commands/ListPipelinesCommand.js +36 -0
- package/dist-cjs/commands/PollForTaskCommand.js +36 -0
- package/dist-cjs/commands/PutPipelineDefinitionCommand.js +36 -0
- package/dist-cjs/commands/QueryObjectsCommand.js +36 -0
- package/{dist/cjs → dist-cjs}/commands/RemoveTagsCommand.js +2 -27
- package/dist-cjs/commands/ReportTaskProgressCommand.js +36 -0
- package/dist-cjs/commands/ReportTaskRunnerHeartbeatCommand.js +36 -0
- package/dist-cjs/commands/SetStatusCommand.js +36 -0
- package/dist-cjs/commands/SetTaskStatusCommand.js +36 -0
- package/dist-cjs/commands/ValidatePipelineDefinitionCommand.js +36 -0
- package/{dist/cjs → dist-cjs}/endpoints.js +1 -2
- package/{dist/cjs → dist-cjs}/index.js +0 -1
- package/{dist/cjs → dist-cjs}/models/index.js +0 -1
- package/{dist/cjs → dist-cjs}/models/models_0.js +0 -169
- package/{dist/cjs → dist-cjs}/pagination/DescribeObjectsPaginator.js +1 -12
- package/{dist/cjs → dist-cjs}/pagination/Interfaces.js +0 -1
- package/{dist/cjs → dist-cjs}/pagination/ListPipelinesPaginator.js +1 -12
- package/{dist/cjs → dist-cjs}/pagination/QueryObjectsPaginator.js +1 -12
- package/{dist/cjs → dist-cjs}/protocols/Aws_json1_1.js +0 -6
- package/{dist/cjs → dist-cjs}/runtimeConfig.browser.js +1 -5
- package/{dist/cjs → dist-cjs}/runtimeConfig.js +1 -5
- package/{dist/cjs → dist-cjs}/runtimeConfig.native.js +0 -4
- package/{dist/cjs → dist-cjs}/runtimeConfig.shared.js +1 -5
- package/{dist/es → dist-es}/DataPipeline.js +1 -2
- package/{dist/es → dist-es}/DataPipelineClient.js +1 -2
- package/{dist/es → dist-es}/commands/ActivatePipelineCommand.js +2 -3
- package/{dist/es → dist-es}/commands/AddTagsCommand.js +2 -3
- package/{dist/es → dist-es}/commands/CreatePipelineCommand.js +2 -3
- package/{dist/es → dist-es}/commands/DeactivatePipelineCommand.js +2 -3
- package/{dist/es → dist-es}/commands/DeletePipelineCommand.js +2 -3
- package/{dist/es → dist-es}/commands/DescribeObjectsCommand.js +2 -3
- package/{dist/es → dist-es}/commands/DescribePipelinesCommand.js +2 -3
- package/{dist/es → dist-es}/commands/EvaluateExpressionCommand.js +2 -3
- package/{dist/es → dist-es}/commands/GetPipelineDefinitionCommand.js +2 -3
- package/{dist/es → dist-es}/commands/ListPipelinesCommand.js +2 -3
- package/{dist/es → dist-es}/commands/PollForTaskCommand.js +2 -3
- package/{dist/es → dist-es}/commands/PutPipelineDefinitionCommand.js +2 -3
- package/{dist/es → dist-es}/commands/QueryObjectsCommand.js +2 -3
- package/{dist/es → dist-es}/commands/RemoveTagsCommand.js +2 -3
- package/{dist/es → dist-es}/commands/ReportTaskProgressCommand.js +2 -3
- package/{dist/es → dist-es}/commands/ReportTaskRunnerHeartbeatCommand.js +2 -3
- package/{dist/es → dist-es}/commands/SetStatusCommand.js +2 -3
- package/{dist/es → dist-es}/commands/SetTaskStatusCommand.js +2 -3
- package/{dist/es → dist-es}/commands/ValidatePipelineDefinitionCommand.js +2 -3
- package/{dist/es → dist-es}/endpoints.js +1 -2
- package/{dist/types/index.d.ts → dist-es/index.js} +0 -0
- package/{dist/types/models/index.d.ts → dist-es/models/index.js} +0 -0
- package/{dist/es → dist-es}/models/models_0.js +0 -1
- package/{dist/es → dist-es}/pagination/DescribeObjectsPaginator.js +1 -2
- package/dist-es/pagination/Interfaces.js +1 -0
- package/{dist/es → dist-es}/pagination/ListPipelinesPaginator.js +1 -2
- package/{dist/es → dist-es}/pagination/QueryObjectsPaginator.js +1 -2
- package/{dist/es → dist-es}/protocols/Aws_json1_1.js +0 -1
- package/{dist/es → dist-es}/runtimeConfig.browser.js +1 -2
- package/{dist/es → dist-es}/runtimeConfig.js +1 -2
- package/{dist/es → dist-es}/runtimeConfig.native.js +0 -1
- package/{dist/es → dist-es}/runtimeConfig.shared.js +1 -2
- package/{dist/types → dist-types}/DataPipeline.d.ts +2 -2
- package/{dist/types → dist-types}/DataPipelineClient.d.ts +8 -8
- package/{dist/types → dist-types}/commands/ActivatePipelineCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/AddTagsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/CreatePipelineCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DeactivatePipelineCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DeletePipelineCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DescribeObjectsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DescribePipelinesCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/EvaluateExpressionCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/GetPipelineDefinitionCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/ListPipelinesCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/PollForTaskCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/PutPipelineDefinitionCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/QueryObjectsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/RemoveTagsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/ReportTaskProgressCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/ReportTaskRunnerHeartbeatCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/SetStatusCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/SetTaskStatusCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/ValidatePipelineDefinitionCommand.d.ts +2 -2
- package/{dist/types → dist-types}/endpoints.d.ts +0 -0
- package/{index.ts → dist-types/index.d.ts} +0 -0
- package/{models/index.ts → dist-types/models/index.d.ts} +0 -0
- package/{dist/types → dist-types}/models/models_0.d.ts +0 -0
- package/{dist/types → dist-types}/pagination/DescribeObjectsPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/pagination/Interfaces.d.ts +1 -1
- package/{dist/types → dist-types}/pagination/ListPipelinesPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/pagination/QueryObjectsPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/protocols/Aws_json1_1.d.ts +2 -2
- package/{dist/types → dist-types}/runtimeConfig.browser.d.ts +0 -0
- package/{dist/types → dist-types}/runtimeConfig.d.ts +1 -1
- package/{dist/types → dist-types}/runtimeConfig.native.d.ts +0 -0
- package/{dist/types → dist-types}/runtimeConfig.shared.d.ts +0 -0
- package/dist-types/ts3.4/DataPipeline.d.ts +100 -0
- package/{dist/types → dist-types}/ts3.4/DataPipelineClient.d.ts +32 -113
- package/dist-types/ts3.4/commands/ActivatePipelineCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/AddTagsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreatePipelineCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeactivatePipelineCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeletePipelineCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeObjectsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribePipelinesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/EvaluateExpressionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetPipelineDefinitionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListPipelinesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/PollForTaskCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/PutPipelineDefinitionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/QueryObjectsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/RemoveTagsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ReportTaskProgressCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ReportTaskRunnerHeartbeatCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/SetStatusCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/SetTaskStatusCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ValidatePipelineDefinitionCommand.d.ts +17 -0
- package/{dist/types → dist-types}/ts3.4/endpoints.d.ts +0 -0
- package/{dist/types → dist-types}/ts3.4/index.d.ts +0 -0
- package/{dist/types → dist-types}/ts3.4/models/index.d.ts +0 -0
- package/dist-types/ts3.4/models/models_0.d.ts +655 -0
- package/{dist/types → dist-types}/ts3.4/pagination/DescribeObjectsPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/ts3.4/pagination/Interfaces.d.ts +1 -1
- package/{dist/types → dist-types}/ts3.4/pagination/ListPipelinesPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/ts3.4/pagination/QueryObjectsPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/ts3.4/protocols/Aws_json1_1.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/runtimeConfig.browser.d.ts +1 -3
- package/{dist/types → dist-types}/ts3.4/runtimeConfig.d.ts +2 -4
- package/{dist/types → dist-types}/ts3.4/runtimeConfig.native.d.ts +1 -3
- package/{dist/types → dist-types}/ts3.4/runtimeConfig.shared.d.ts +1 -3
- package/package.json +45 -42
- package/DataPipeline.ts +0 -1578
- package/DataPipelineClient.ts +0 -320
- package/commands/ActivatePipelineCommand.ts +0 -124
- package/commands/AddTagsCommand.ts +0 -91
- package/commands/CreatePipelineCommand.ts +0 -124
- package/commands/DeactivatePipelineCommand.ts +0 -97
- package/commands/DeletePipelineCommand.ts +0 -125
- package/commands/DescribeObjectsCommand.ts +0 -152
- package/commands/DescribePipelinesCommand.ts +0 -155
- package/commands/EvaluateExpressionCommand.ts +0 -124
- package/commands/GetPipelineDefinitionCommand.ts +0 -158
- package/commands/ListPipelinesCommand.ts +0 -125
- package/commands/PollForTaskCommand.ts +0 -172
- package/commands/PutPipelineDefinitionCommand.ts +0 -253
- package/commands/QueryObjectsCommand.ts +0 -132
- package/commands/RemoveTagsCommand.ts +0 -94
- package/commands/ReportTaskProgressCommand.ts +0 -131
- package/commands/ReportTaskRunnerHeartbeatCommand.ts +0 -129
- package/commands/SetStatusCommand.ts +0 -123
- package/commands/SetTaskStatusCommand.ts +0 -124
- package/commands/ValidatePipelineDefinitionCommand.ts +0 -248
- package/dist/cjs/DataPipeline.js.map +0 -1
- package/dist/cjs/DataPipelineClient.js +0 -60
- package/dist/cjs/DataPipelineClient.js.map +0 -1
- package/dist/cjs/commands/ActivatePipelineCommand.js +0 -91
- package/dist/cjs/commands/ActivatePipelineCommand.js.map +0 -1
- package/dist/cjs/commands/AddTagsCommand.js.map +0 -1
- package/dist/cjs/commands/CreatePipelineCommand.js +0 -91
- package/dist/cjs/commands/CreatePipelineCommand.js.map +0 -1
- package/dist/cjs/commands/DeactivatePipelineCommand.js.map +0 -1
- package/dist/cjs/commands/DeletePipelineCommand.js +0 -92
- package/dist/cjs/commands/DeletePipelineCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeObjectsCommand.js +0 -119
- package/dist/cjs/commands/DescribeObjectsCommand.js.map +0 -1
- package/dist/cjs/commands/DescribePipelinesCommand.js +0 -122
- package/dist/cjs/commands/DescribePipelinesCommand.js.map +0 -1
- package/dist/cjs/commands/EvaluateExpressionCommand.js +0 -91
- package/dist/cjs/commands/EvaluateExpressionCommand.js.map +0 -1
- package/dist/cjs/commands/GetPipelineDefinitionCommand.js +0 -125
- package/dist/cjs/commands/GetPipelineDefinitionCommand.js.map +0 -1
- package/dist/cjs/commands/ListPipelinesCommand.js +0 -92
- package/dist/cjs/commands/ListPipelinesCommand.js.map +0 -1
- package/dist/cjs/commands/PollForTaskCommand.js +0 -139
- package/dist/cjs/commands/PollForTaskCommand.js.map +0 -1
- package/dist/cjs/commands/PutPipelineDefinitionCommand.js +0 -220
- package/dist/cjs/commands/PutPipelineDefinitionCommand.js.map +0 -1
- package/dist/cjs/commands/QueryObjectsCommand.js +0 -99
- package/dist/cjs/commands/QueryObjectsCommand.js.map +0 -1
- package/dist/cjs/commands/RemoveTagsCommand.js.map +0 -1
- package/dist/cjs/commands/ReportTaskProgressCommand.js +0 -98
- package/dist/cjs/commands/ReportTaskProgressCommand.js.map +0 -1
- package/dist/cjs/commands/ReportTaskRunnerHeartbeatCommand.js +0 -93
- package/dist/cjs/commands/ReportTaskRunnerHeartbeatCommand.js.map +0 -1
- package/dist/cjs/commands/SetStatusCommand.js +0 -93
- package/dist/cjs/commands/SetStatusCommand.js.map +0 -1
- package/dist/cjs/commands/SetTaskStatusCommand.js +0 -91
- package/dist/cjs/commands/SetTaskStatusCommand.js.map +0 -1
- package/dist/cjs/commands/ValidatePipelineDefinitionCommand.js +0 -212
- package/dist/cjs/commands/ValidatePipelineDefinitionCommand.js.map +0 -1
- package/dist/cjs/endpoints.js.map +0 -1
- package/dist/cjs/index.js.map +0 -1
- package/dist/cjs/models/index.js.map +0 -1
- package/dist/cjs/models/models_0.js.map +0 -1
- package/dist/cjs/package.json +0 -91
- package/dist/cjs/pagination/DescribeObjectsPaginator.js.map +0 -1
- package/dist/cjs/pagination/Interfaces.js.map +0 -1
- package/dist/cjs/pagination/ListPipelinesPaginator.js.map +0 -1
- package/dist/cjs/pagination/QueryObjectsPaginator.js.map +0 -1
- package/dist/cjs/protocols/Aws_json1_1.js.map +0 -1
- package/dist/cjs/runtimeConfig.browser.js.map +0 -1
- package/dist/cjs/runtimeConfig.js.map +0 -1
- package/dist/cjs/runtimeConfig.native.js.map +0 -1
- package/dist/cjs/runtimeConfig.shared.js.map +0 -1
- package/dist/es/DataPipeline.js.map +0 -1
- package/dist/es/DataPipelineClient.js.map +0 -1
- package/dist/es/commands/ActivatePipelineCommand.js.map +0 -1
- package/dist/es/commands/AddTagsCommand.js.map +0 -1
- package/dist/es/commands/CreatePipelineCommand.js.map +0 -1
- package/dist/es/commands/DeactivatePipelineCommand.js.map +0 -1
- package/dist/es/commands/DeletePipelineCommand.js.map +0 -1
- package/dist/es/commands/DescribeObjectsCommand.js.map +0 -1
- package/dist/es/commands/DescribePipelinesCommand.js.map +0 -1
- package/dist/es/commands/EvaluateExpressionCommand.js.map +0 -1
- package/dist/es/commands/GetPipelineDefinitionCommand.js.map +0 -1
- package/dist/es/commands/ListPipelinesCommand.js.map +0 -1
- package/dist/es/commands/PollForTaskCommand.js.map +0 -1
- package/dist/es/commands/PutPipelineDefinitionCommand.js.map +0 -1
- package/dist/es/commands/QueryObjectsCommand.js.map +0 -1
- package/dist/es/commands/RemoveTagsCommand.js.map +0 -1
- package/dist/es/commands/ReportTaskProgressCommand.js.map +0 -1
- package/dist/es/commands/ReportTaskRunnerHeartbeatCommand.js.map +0 -1
- package/dist/es/commands/SetStatusCommand.js.map +0 -1
- package/dist/es/commands/SetTaskStatusCommand.js.map +0 -1
- package/dist/es/commands/ValidatePipelineDefinitionCommand.js.map +0 -1
- package/dist/es/endpoints.js.map +0 -1
- package/dist/es/index.js +0 -27
- package/dist/es/index.js.map +0 -1
- package/dist/es/models/index.js +0 -2
- package/dist/es/models/index.js.map +0 -1
- package/dist/es/models/models_0.js.map +0 -1
- package/dist/es/package.json +0 -91
- package/dist/es/pagination/DescribeObjectsPaginator.js.map +0 -1
- package/dist/es/pagination/Interfaces.js +0 -2
- package/dist/es/pagination/Interfaces.js.map +0 -1
- package/dist/es/pagination/ListPipelinesPaginator.js.map +0 -1
- package/dist/es/pagination/QueryObjectsPaginator.js.map +0 -1
- package/dist/es/protocols/Aws_json1_1.js.map +0 -1
- package/dist/es/runtimeConfig.browser.js.map +0 -1
- package/dist/es/runtimeConfig.js.map +0 -1
- package/dist/es/runtimeConfig.native.js.map +0 -1
- package/dist/es/runtimeConfig.shared.js.map +0 -1
- package/dist/types/ts3.4/DataPipeline.d.ts +0 -1051
- package/dist/types/ts3.4/commands/ActivatePipelineCommand.d.ts +0 -65
- package/dist/types/ts3.4/commands/AddTagsCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/CreatePipelineCommand.d.ts +0 -65
- package/dist/types/ts3.4/commands/DeactivatePipelineCommand.d.ts +0 -38
- package/dist/types/ts3.4/commands/DeletePipelineCommand.d.ts +0 -66
- package/dist/types/ts3.4/commands/DescribeObjectsCommand.d.ts +0 -93
- package/dist/types/ts3.4/commands/DescribePipelinesCommand.d.ts +0 -96
- package/dist/types/ts3.4/commands/EvaluateExpressionCommand.d.ts +0 -65
- package/dist/types/ts3.4/commands/GetPipelineDefinitionCommand.d.ts +0 -99
- package/dist/types/ts3.4/commands/ListPipelinesCommand.d.ts +0 -66
- package/dist/types/ts3.4/commands/PollForTaskCommand.d.ts +0 -113
- package/dist/types/ts3.4/commands/PutPipelineDefinitionCommand.d.ts +0 -194
- package/dist/types/ts3.4/commands/QueryObjectsCommand.d.ts +0 -73
- package/dist/types/ts3.4/commands/RemoveTagsCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/ReportTaskProgressCommand.d.ts +0 -72
- package/dist/types/ts3.4/commands/ReportTaskRunnerHeartbeatCommand.d.ts +0 -67
- package/dist/types/ts3.4/commands/SetStatusCommand.d.ts +0 -67
- package/dist/types/ts3.4/commands/SetTaskStatusCommand.d.ts +0 -65
- package/dist/types/ts3.4/commands/ValidatePipelineDefinitionCommand.d.ts +0 -186
- package/dist/types/ts3.4/models/models_0.d.ts +0 -1193
- package/endpoints.ts +0 -57
- package/jest.config.js +0 -4
- package/models/models_0.ts +0 -1480
- package/pagination/DescribeObjectsPaginator.ts +0 -57
- package/pagination/Interfaces.ts +0 -7
- package/pagination/ListPipelinesPaginator.ts +0 -57
- package/pagination/QueryObjectsPaginator.ts +0 -58
- package/protocols/Aws_json1_1.ts +0 -2766
- package/runtimeConfig.browser.ts +0 -40
- package/runtimeConfig.native.ts +0 -16
- package/runtimeConfig.shared.ts +0 -16
- package/runtimeConfig.ts +0 -45
- package/tsconfig.es.json +0 -10
- package/tsconfig.json +0 -31
- package/tsconfig.types.json +0 -8
|
@@ -1,1193 +0,0 @@
|
|
|
1
|
-
import { MetadataBearer as $MetadataBearer, SmithyException as __SmithyException } from "@aws-sdk/types";
|
|
2
|
-
/**
|
|
3
|
-
* <p>A value or list of parameter values. </p>
|
|
4
|
-
*/
|
|
5
|
-
export interface ParameterValue {
|
|
6
|
-
/**
|
|
7
|
-
* <p>The ID of the parameter value.</p>
|
|
8
|
-
*/
|
|
9
|
-
id: string | undefined;
|
|
10
|
-
/**
|
|
11
|
-
* <p>The field value, expressed as a String.</p>
|
|
12
|
-
*/
|
|
13
|
-
stringValue: string | undefined;
|
|
14
|
-
}
|
|
15
|
-
export declare namespace ParameterValue {
|
|
16
|
-
/**
|
|
17
|
-
* @internal
|
|
18
|
-
*/
|
|
19
|
-
const filterSensitiveLog: (obj: ParameterValue) => any;
|
|
20
|
-
}
|
|
21
|
-
/**
|
|
22
|
-
* <p>Contains the parameters for ActivatePipeline.</p>
|
|
23
|
-
*/
|
|
24
|
-
export interface ActivatePipelineInput {
|
|
25
|
-
/**
|
|
26
|
-
* <p>The ID of the pipeline.</p>
|
|
27
|
-
*/
|
|
28
|
-
pipelineId: string | undefined;
|
|
29
|
-
/**
|
|
30
|
-
* <p>A list of parameter values to pass to the pipeline at activation.</p>
|
|
31
|
-
*/
|
|
32
|
-
parameterValues?: ParameterValue[];
|
|
33
|
-
/**
|
|
34
|
-
* <p>The date and time to resume the pipeline. By default, the pipeline resumes from the last completed execution.</p>
|
|
35
|
-
*/
|
|
36
|
-
startTimestamp?: Date;
|
|
37
|
-
}
|
|
38
|
-
export declare namespace ActivatePipelineInput {
|
|
39
|
-
/**
|
|
40
|
-
* @internal
|
|
41
|
-
*/
|
|
42
|
-
const filterSensitiveLog: (obj: ActivatePipelineInput) => any;
|
|
43
|
-
}
|
|
44
|
-
/**
|
|
45
|
-
* <p>Contains the output of ActivatePipeline.</p>
|
|
46
|
-
*/
|
|
47
|
-
export interface ActivatePipelineOutput {
|
|
48
|
-
}
|
|
49
|
-
export declare namespace ActivatePipelineOutput {
|
|
50
|
-
/**
|
|
51
|
-
* @internal
|
|
52
|
-
*/
|
|
53
|
-
const filterSensitiveLog: (obj: ActivatePipelineOutput) => any;
|
|
54
|
-
}
|
|
55
|
-
/**
|
|
56
|
-
* <p>An internal service error occurred.</p>
|
|
57
|
-
*/
|
|
58
|
-
export interface InternalServiceError extends __SmithyException, $MetadataBearer {
|
|
59
|
-
name: "InternalServiceError";
|
|
60
|
-
$fault: "server";
|
|
61
|
-
/**
|
|
62
|
-
* <p>Description of the error message.</p>
|
|
63
|
-
*/
|
|
64
|
-
message?: string;
|
|
65
|
-
}
|
|
66
|
-
export declare namespace InternalServiceError {
|
|
67
|
-
/**
|
|
68
|
-
* @internal
|
|
69
|
-
*/
|
|
70
|
-
const filterSensitiveLog: (obj: InternalServiceError) => any;
|
|
71
|
-
}
|
|
72
|
-
/**
|
|
73
|
-
* <p>The request was not valid. Verify that your request was properly formatted, that the signature was generated with the correct credentials, and that you haven't exceeded any of the service limits for your account.</p>
|
|
74
|
-
*/
|
|
75
|
-
export interface InvalidRequestException extends __SmithyException, $MetadataBearer {
|
|
76
|
-
name: "InvalidRequestException";
|
|
77
|
-
$fault: "client";
|
|
78
|
-
/**
|
|
79
|
-
* <p>Description of the error message.</p>
|
|
80
|
-
*/
|
|
81
|
-
message?: string;
|
|
82
|
-
}
|
|
83
|
-
export declare namespace InvalidRequestException {
|
|
84
|
-
/**
|
|
85
|
-
* @internal
|
|
86
|
-
*/
|
|
87
|
-
const filterSensitiveLog: (obj: InvalidRequestException) => any;
|
|
88
|
-
}
|
|
89
|
-
/**
|
|
90
|
-
* <p>The specified pipeline has been deleted.</p>
|
|
91
|
-
*/
|
|
92
|
-
export interface PipelineDeletedException extends __SmithyException, $MetadataBearer {
|
|
93
|
-
name: "PipelineDeletedException";
|
|
94
|
-
$fault: "client";
|
|
95
|
-
/**
|
|
96
|
-
* <p>Description of the error message.</p>
|
|
97
|
-
*/
|
|
98
|
-
message?: string;
|
|
99
|
-
}
|
|
100
|
-
export declare namespace PipelineDeletedException {
|
|
101
|
-
/**
|
|
102
|
-
* @internal
|
|
103
|
-
*/
|
|
104
|
-
const filterSensitiveLog: (obj: PipelineDeletedException) => any;
|
|
105
|
-
}
|
|
106
|
-
/**
|
|
107
|
-
* <p>The specified pipeline was not found. Verify that you used the correct user and account identifiers.</p>
|
|
108
|
-
*/
|
|
109
|
-
export interface PipelineNotFoundException extends __SmithyException, $MetadataBearer {
|
|
110
|
-
name: "PipelineNotFoundException";
|
|
111
|
-
$fault: "client";
|
|
112
|
-
/**
|
|
113
|
-
* <p>Description of the error message.</p>
|
|
114
|
-
*/
|
|
115
|
-
message?: string;
|
|
116
|
-
}
|
|
117
|
-
export declare namespace PipelineNotFoundException {
|
|
118
|
-
/**
|
|
119
|
-
* @internal
|
|
120
|
-
*/
|
|
121
|
-
const filterSensitiveLog: (obj: PipelineNotFoundException) => any;
|
|
122
|
-
}
|
|
123
|
-
/**
|
|
124
|
-
* <p>Tags are key/value pairs defined by a user and associated with a pipeline to control access. AWS Data Pipeline allows you to associate ten tags per pipeline.
|
|
125
|
-
* For more information, see <a href="http://docs.aws.amazon.com/datapipeline/latest/DeveloperGuide/dp-control-access.html">Controlling User Access to Pipelines</a> in the <i>AWS Data Pipeline Developer Guide</i>.</p>
|
|
126
|
-
*/
|
|
127
|
-
export interface Tag {
|
|
128
|
-
/**
|
|
129
|
-
* <p>The key name of a tag defined by a user.
|
|
130
|
-
* For more information, see <a href="http://docs.aws.amazon.com/datapipeline/latest/DeveloperGuide/dp-control-access.html">Controlling User Access to Pipelines</a> in the <i>AWS Data Pipeline Developer Guide</i>.</p>
|
|
131
|
-
*/
|
|
132
|
-
key: string | undefined;
|
|
133
|
-
/**
|
|
134
|
-
* <p>The optional value portion of a tag defined by a user.
|
|
135
|
-
* For more information, see <a href="http://docs.aws.amazon.com/datapipeline/latest/DeveloperGuide/dp-control-access.html">Controlling User Access to Pipelines</a> in the <i>AWS Data Pipeline Developer Guide</i>.</p>
|
|
136
|
-
*/
|
|
137
|
-
value: string | undefined;
|
|
138
|
-
}
|
|
139
|
-
export declare namespace Tag {
|
|
140
|
-
/**
|
|
141
|
-
* @internal
|
|
142
|
-
*/
|
|
143
|
-
const filterSensitiveLog: (obj: Tag) => any;
|
|
144
|
-
}
|
|
145
|
-
/**
|
|
146
|
-
* <p>Contains the parameters for AddTags.</p>
|
|
147
|
-
*/
|
|
148
|
-
export interface AddTagsInput {
|
|
149
|
-
/**
|
|
150
|
-
* <p>The ID of the pipeline.</p>
|
|
151
|
-
*/
|
|
152
|
-
pipelineId: string | undefined;
|
|
153
|
-
/**
|
|
154
|
-
* <p>The tags to add, as key/value pairs.</p>
|
|
155
|
-
*/
|
|
156
|
-
tags: Tag[] | undefined;
|
|
157
|
-
}
|
|
158
|
-
export declare namespace AddTagsInput {
|
|
159
|
-
/**
|
|
160
|
-
* @internal
|
|
161
|
-
*/
|
|
162
|
-
const filterSensitiveLog: (obj: AddTagsInput) => any;
|
|
163
|
-
}
|
|
164
|
-
/**
|
|
165
|
-
* <p>Contains the output of AddTags.</p>
|
|
166
|
-
*/
|
|
167
|
-
export interface AddTagsOutput {
|
|
168
|
-
}
|
|
169
|
-
export declare namespace AddTagsOutput {
|
|
170
|
-
/**
|
|
171
|
-
* @internal
|
|
172
|
-
*/
|
|
173
|
-
const filterSensitiveLog: (obj: AddTagsOutput) => any;
|
|
174
|
-
}
|
|
175
|
-
/**
|
|
176
|
-
* <p>Contains the parameters for CreatePipeline.</p>
|
|
177
|
-
*/
|
|
178
|
-
export interface CreatePipelineInput {
|
|
179
|
-
/**
|
|
180
|
-
* <p>The name for the pipeline. You can use the same name for multiple pipelines associated with your AWS account,
|
|
181
|
-
* because AWS Data Pipeline assigns each pipeline a unique pipeline identifier.</p>
|
|
182
|
-
*/
|
|
183
|
-
name: string | undefined;
|
|
184
|
-
/**
|
|
185
|
-
* <p>A unique identifier. This identifier is not the same as the pipeline identifier assigned by AWS Data Pipeline.
|
|
186
|
-
* You are responsible for defining the format and ensuring the uniqueness of this identifier. You use this
|
|
187
|
-
* parameter to ensure idempotency during repeated calls to <code>CreatePipeline</code>. For example, if the
|
|
188
|
-
* first call to <code>CreatePipeline</code> does not succeed, you can pass in the same unique identifier and
|
|
189
|
-
* pipeline name combination on a subsequent call to <code>CreatePipeline</code>. <code>CreatePipeline</code>
|
|
190
|
-
* ensures that if a pipeline already exists with the same name and unique identifier, a new pipeline is not
|
|
191
|
-
* created. Instead, you'll receive the pipeline identifier from the previous attempt. The uniqueness of the
|
|
192
|
-
* name and unique identifier combination is scoped to the AWS account or IAM user credentials.</p>
|
|
193
|
-
*/
|
|
194
|
-
uniqueId: string | undefined;
|
|
195
|
-
/**
|
|
196
|
-
* <p>The description for the pipeline.</p>
|
|
197
|
-
*/
|
|
198
|
-
description?: string;
|
|
199
|
-
/**
|
|
200
|
-
* <p>A list of tags to associate with the pipeline at creation. Tags let you control access to pipelines.
|
|
201
|
-
* For more information, see <a href="http://docs.aws.amazon.com/datapipeline/latest/DeveloperGuide/dp-control-access.html">Controlling User Access to Pipelines</a>
|
|
202
|
-
* in the <i>AWS Data Pipeline Developer Guide</i>.</p>
|
|
203
|
-
*/
|
|
204
|
-
tags?: Tag[];
|
|
205
|
-
}
|
|
206
|
-
export declare namespace CreatePipelineInput {
|
|
207
|
-
/**
|
|
208
|
-
* @internal
|
|
209
|
-
*/
|
|
210
|
-
const filterSensitiveLog: (obj: CreatePipelineInput) => any;
|
|
211
|
-
}
|
|
212
|
-
/**
|
|
213
|
-
* <p>Contains the output of CreatePipeline.</p>
|
|
214
|
-
*/
|
|
215
|
-
export interface CreatePipelineOutput {
|
|
216
|
-
/**
|
|
217
|
-
* <p>The ID that AWS Data Pipeline assigns the newly created pipeline. For example, <code>df-06372391ZG65EXAMPLE</code>.</p>
|
|
218
|
-
*/
|
|
219
|
-
pipelineId: string | undefined;
|
|
220
|
-
}
|
|
221
|
-
export declare namespace CreatePipelineOutput {
|
|
222
|
-
/**
|
|
223
|
-
* @internal
|
|
224
|
-
*/
|
|
225
|
-
const filterSensitiveLog: (obj: CreatePipelineOutput) => any;
|
|
226
|
-
}
|
|
227
|
-
/**
|
|
228
|
-
* <p>Contains the parameters for DeactivatePipeline.</p>
|
|
229
|
-
*/
|
|
230
|
-
export interface DeactivatePipelineInput {
|
|
231
|
-
/**
|
|
232
|
-
* <p>The ID of the pipeline.</p>
|
|
233
|
-
*/
|
|
234
|
-
pipelineId: string | undefined;
|
|
235
|
-
/**
|
|
236
|
-
* <p>Indicates whether to cancel any running objects. The default is true,
|
|
237
|
-
* which sets the state of any running objects to <code>CANCELED</code>.
|
|
238
|
-
* If this value is false, the pipeline is deactivated after all
|
|
239
|
-
* running objects finish.</p>
|
|
240
|
-
*/
|
|
241
|
-
cancelActive?: boolean;
|
|
242
|
-
}
|
|
243
|
-
export declare namespace DeactivatePipelineInput {
|
|
244
|
-
/**
|
|
245
|
-
* @internal
|
|
246
|
-
*/
|
|
247
|
-
const filterSensitiveLog: (obj: DeactivatePipelineInput) => any;
|
|
248
|
-
}
|
|
249
|
-
/**
|
|
250
|
-
* <p>Contains the output of DeactivatePipeline.</p>
|
|
251
|
-
*/
|
|
252
|
-
export interface DeactivatePipelineOutput {
|
|
253
|
-
}
|
|
254
|
-
export declare namespace DeactivatePipelineOutput {
|
|
255
|
-
/**
|
|
256
|
-
* @internal
|
|
257
|
-
*/
|
|
258
|
-
const filterSensitiveLog: (obj: DeactivatePipelineOutput) => any;
|
|
259
|
-
}
|
|
260
|
-
/**
|
|
261
|
-
* <p>Contains the parameters for DeletePipeline.</p>
|
|
262
|
-
*/
|
|
263
|
-
export interface DeletePipelineInput {
|
|
264
|
-
/**
|
|
265
|
-
* <p>The ID of the pipeline.</p>
|
|
266
|
-
*/
|
|
267
|
-
pipelineId: string | undefined;
|
|
268
|
-
}
|
|
269
|
-
export declare namespace DeletePipelineInput {
|
|
270
|
-
/**
|
|
271
|
-
* @internal
|
|
272
|
-
*/
|
|
273
|
-
const filterSensitiveLog: (obj: DeletePipelineInput) => any;
|
|
274
|
-
}
|
|
275
|
-
/**
|
|
276
|
-
* <p>Contains the parameters for DescribeObjects.</p>
|
|
277
|
-
*/
|
|
278
|
-
export interface DescribeObjectsInput {
|
|
279
|
-
/**
|
|
280
|
-
* <p>The ID of the pipeline that contains the object definitions.</p>
|
|
281
|
-
*/
|
|
282
|
-
pipelineId: string | undefined;
|
|
283
|
-
/**
|
|
284
|
-
* <p>The IDs of the pipeline objects that contain the definitions to be described. You can pass as many as 25 identifiers in a single call to <code>DescribeObjects</code>.</p>
|
|
285
|
-
*/
|
|
286
|
-
objectIds: string[] | undefined;
|
|
287
|
-
/**
|
|
288
|
-
* <p>Indicates whether any expressions in the object should be evaluated when the object descriptions are returned.</p>
|
|
289
|
-
*/
|
|
290
|
-
evaluateExpressions?: boolean;
|
|
291
|
-
/**
|
|
292
|
-
* <p>The starting point for the results to be returned. For the first call, this value should be empty.
|
|
293
|
-
* As long as there are more results, continue to call <code>DescribeObjects</code> with
|
|
294
|
-
* the marker value from the previous call to retrieve the next set of results.</p>
|
|
295
|
-
*/
|
|
296
|
-
marker?: string;
|
|
297
|
-
}
|
|
298
|
-
export declare namespace DescribeObjectsInput {
|
|
299
|
-
/**
|
|
300
|
-
* @internal
|
|
301
|
-
*/
|
|
302
|
-
const filterSensitiveLog: (obj: DescribeObjectsInput) => any;
|
|
303
|
-
}
|
|
304
|
-
/**
|
|
305
|
-
* <p>A key-value pair that describes a property of a pipeline object. The value is specified as either a string value (<code>StringValue</code>) or a reference to another object (<code>RefValue</code>) but not as both.</p>
|
|
306
|
-
*/
|
|
307
|
-
export interface Field {
|
|
308
|
-
/**
|
|
309
|
-
* <p>The field identifier.</p>
|
|
310
|
-
*/
|
|
311
|
-
key: string | undefined;
|
|
312
|
-
/**
|
|
313
|
-
* <p>The field value, expressed as a String.</p>
|
|
314
|
-
*/
|
|
315
|
-
stringValue?: string;
|
|
316
|
-
/**
|
|
317
|
-
* <p>The field value, expressed as the identifier of another object.</p>
|
|
318
|
-
*/
|
|
319
|
-
refValue?: string;
|
|
320
|
-
}
|
|
321
|
-
export declare namespace Field {
|
|
322
|
-
/**
|
|
323
|
-
* @internal
|
|
324
|
-
*/
|
|
325
|
-
const filterSensitiveLog: (obj: Field) => any;
|
|
326
|
-
}
|
|
327
|
-
/**
|
|
328
|
-
* <p>Contains information about a pipeline object. This can be a logical, physical, or physical attempt pipeline object. The complete set of components of a pipeline defines the pipeline.</p>
|
|
329
|
-
*/
|
|
330
|
-
export interface PipelineObject {
|
|
331
|
-
/**
|
|
332
|
-
* <p>The ID of the object.</p>
|
|
333
|
-
*/
|
|
334
|
-
id: string | undefined;
|
|
335
|
-
/**
|
|
336
|
-
* <p>The name of the object.</p>
|
|
337
|
-
*/
|
|
338
|
-
name: string | undefined;
|
|
339
|
-
/**
|
|
340
|
-
* <p>Key-value pairs that define the properties of the object.</p>
|
|
341
|
-
*/
|
|
342
|
-
fields: Field[] | undefined;
|
|
343
|
-
}
|
|
344
|
-
export declare namespace PipelineObject {
|
|
345
|
-
/**
|
|
346
|
-
* @internal
|
|
347
|
-
*/
|
|
348
|
-
const filterSensitiveLog: (obj: PipelineObject) => any;
|
|
349
|
-
}
|
|
350
|
-
/**
|
|
351
|
-
* <p>Contains the output of DescribeObjects.</p>
|
|
352
|
-
*/
|
|
353
|
-
export interface DescribeObjectsOutput {
|
|
354
|
-
/**
|
|
355
|
-
* <p>An array of object definitions.</p>
|
|
356
|
-
*/
|
|
357
|
-
pipelineObjects: PipelineObject[] | undefined;
|
|
358
|
-
/**
|
|
359
|
-
* <p>The starting point for the next page of results. To view the next page of results, call <code>DescribeObjects</code>
|
|
360
|
-
* again with this marker value. If the value is null, there are no more results.</p>
|
|
361
|
-
*/
|
|
362
|
-
marker?: string;
|
|
363
|
-
/**
|
|
364
|
-
* <p>Indicates whether there are more results to return.</p>
|
|
365
|
-
*/
|
|
366
|
-
hasMoreResults?: boolean;
|
|
367
|
-
}
|
|
368
|
-
export declare namespace DescribeObjectsOutput {
|
|
369
|
-
/**
|
|
370
|
-
* @internal
|
|
371
|
-
*/
|
|
372
|
-
const filterSensitiveLog: (obj: DescribeObjectsOutput) => any;
|
|
373
|
-
}
|
|
374
|
-
/**
|
|
375
|
-
* <p>Contains the parameters for DescribePipelines.</p>
|
|
376
|
-
*/
|
|
377
|
-
export interface DescribePipelinesInput {
|
|
378
|
-
/**
|
|
379
|
-
* <p>The IDs of the pipelines to describe. You can pass as many as 25 identifiers in a single call.
|
|
380
|
-
* To obtain pipeline IDs, call <a>ListPipelines</a>.</p>
|
|
381
|
-
*/
|
|
382
|
-
pipelineIds: string[] | undefined;
|
|
383
|
-
}
|
|
384
|
-
export declare namespace DescribePipelinesInput {
|
|
385
|
-
/**
|
|
386
|
-
* @internal
|
|
387
|
-
*/
|
|
388
|
-
const filterSensitiveLog: (obj: DescribePipelinesInput) => any;
|
|
389
|
-
}
|
|
390
|
-
/**
|
|
391
|
-
* <p>Contains pipeline metadata.</p>
|
|
392
|
-
*/
|
|
393
|
-
export interface PipelineDescription {
|
|
394
|
-
/**
|
|
395
|
-
* <p>The pipeline identifier that was assigned by AWS Data Pipeline. This is a string of the form <code>df-297EG78HU43EEXAMPLE</code>.</p>
|
|
396
|
-
*/
|
|
397
|
-
pipelineId: string | undefined;
|
|
398
|
-
/**
|
|
399
|
-
* <p>The name of the pipeline.</p>
|
|
400
|
-
*/
|
|
401
|
-
name: string | undefined;
|
|
402
|
-
/**
|
|
403
|
-
* <p>A list of read-only fields that contain metadata about the pipeline: @userId, @accountId, and @pipelineState.</p>
|
|
404
|
-
*/
|
|
405
|
-
fields: Field[] | undefined;
|
|
406
|
-
/**
|
|
407
|
-
* <p>Description of the pipeline.</p>
|
|
408
|
-
*/
|
|
409
|
-
description?: string;
|
|
410
|
-
/**
|
|
411
|
-
* <p>A list of tags to associated with a pipeline. Tags let you control access to pipelines.
|
|
412
|
-
* For more information, see <a href="http://docs.aws.amazon.com/datapipeline/latest/DeveloperGuide/dp-control-access.html">Controlling User Access to Pipelines</a> in the <i>AWS Data Pipeline Developer Guide</i>.</p>
|
|
413
|
-
*/
|
|
414
|
-
tags?: Tag[];
|
|
415
|
-
}
|
|
416
|
-
export declare namespace PipelineDescription {
|
|
417
|
-
/**
|
|
418
|
-
* @internal
|
|
419
|
-
*/
|
|
420
|
-
const filterSensitiveLog: (obj: PipelineDescription) => any;
|
|
421
|
-
}
|
|
422
|
-
/**
|
|
423
|
-
* <p>Contains the output of DescribePipelines.</p>
|
|
424
|
-
*/
|
|
425
|
-
export interface DescribePipelinesOutput {
|
|
426
|
-
/**
|
|
427
|
-
* <p>An array of descriptions for the specified pipelines.</p>
|
|
428
|
-
*/
|
|
429
|
-
pipelineDescriptionList: PipelineDescription[] | undefined;
|
|
430
|
-
}
|
|
431
|
-
export declare namespace DescribePipelinesOutput {
|
|
432
|
-
/**
|
|
433
|
-
* @internal
|
|
434
|
-
*/
|
|
435
|
-
const filterSensitiveLog: (obj: DescribePipelinesOutput) => any;
|
|
436
|
-
}
|
|
437
|
-
/**
|
|
438
|
-
* <p>Contains the parameters for EvaluateExpression.</p>
|
|
439
|
-
*/
|
|
440
|
-
export interface EvaluateExpressionInput {
|
|
441
|
-
/**
|
|
442
|
-
* <p>The ID of the pipeline.</p>
|
|
443
|
-
*/
|
|
444
|
-
pipelineId: string | undefined;
|
|
445
|
-
/**
|
|
446
|
-
* <p>The ID of the object.</p>
|
|
447
|
-
*/
|
|
448
|
-
objectId: string | undefined;
|
|
449
|
-
/**
|
|
450
|
-
* <p>The expression to evaluate.</p>
|
|
451
|
-
*/
|
|
452
|
-
expression: string | undefined;
|
|
453
|
-
}
|
|
454
|
-
export declare namespace EvaluateExpressionInput {
|
|
455
|
-
/**
|
|
456
|
-
* @internal
|
|
457
|
-
*/
|
|
458
|
-
const filterSensitiveLog: (obj: EvaluateExpressionInput) => any;
|
|
459
|
-
}
|
|
460
|
-
/**
|
|
461
|
-
* <p>Contains the output of EvaluateExpression.</p>
|
|
462
|
-
*/
|
|
463
|
-
export interface EvaluateExpressionOutput {
|
|
464
|
-
/**
|
|
465
|
-
* <p>The evaluated expression.</p>
|
|
466
|
-
*/
|
|
467
|
-
evaluatedExpression: string | undefined;
|
|
468
|
-
}
|
|
469
|
-
export declare namespace EvaluateExpressionOutput {
|
|
470
|
-
/**
|
|
471
|
-
* @internal
|
|
472
|
-
*/
|
|
473
|
-
const filterSensitiveLog: (obj: EvaluateExpressionOutput) => any;
|
|
474
|
-
}
|
|
475
|
-
/**
|
|
476
|
-
* <p>The specified task was not found. </p>
|
|
477
|
-
*/
|
|
478
|
-
export interface TaskNotFoundException extends __SmithyException, $MetadataBearer {
|
|
479
|
-
name: "TaskNotFoundException";
|
|
480
|
-
$fault: "client";
|
|
481
|
-
/**
|
|
482
|
-
* <p>Description of the error message.</p>
|
|
483
|
-
*/
|
|
484
|
-
message?: string;
|
|
485
|
-
}
|
|
486
|
-
export declare namespace TaskNotFoundException {
|
|
487
|
-
/**
|
|
488
|
-
* @internal
|
|
489
|
-
*/
|
|
490
|
-
const filterSensitiveLog: (obj: TaskNotFoundException) => any;
|
|
491
|
-
}
|
|
492
|
-
/**
|
|
493
|
-
* <p>Contains the parameters for GetPipelineDefinition.</p>
|
|
494
|
-
*/
|
|
495
|
-
export interface GetPipelineDefinitionInput {
|
|
496
|
-
/**
|
|
497
|
-
* <p>The ID of the pipeline.</p>
|
|
498
|
-
*/
|
|
499
|
-
pipelineId: string | undefined;
|
|
500
|
-
/**
|
|
501
|
-
* <p>The version of the pipeline definition to retrieve. Set this parameter to <code>latest</code> (default)
|
|
502
|
-
* to use the last definition saved to the pipeline or <code>active</code> to use the last definition
|
|
503
|
-
* that was activated.</p>
|
|
504
|
-
*/
|
|
505
|
-
version?: string;
|
|
506
|
-
}
|
|
507
|
-
export declare namespace GetPipelineDefinitionInput {
|
|
508
|
-
/**
|
|
509
|
-
* @internal
|
|
510
|
-
*/
|
|
511
|
-
const filterSensitiveLog: (obj: GetPipelineDefinitionInput) => any;
|
|
512
|
-
}
|
|
513
|
-
/**
|
|
514
|
-
* <p>The attributes allowed or specified with a parameter object.</p>
|
|
515
|
-
*/
|
|
516
|
-
export interface ParameterAttribute {
|
|
517
|
-
/**
|
|
518
|
-
* <p>The field identifier.</p>
|
|
519
|
-
*/
|
|
520
|
-
key: string | undefined;
|
|
521
|
-
/**
|
|
522
|
-
* <p>The field value, expressed as a String.</p>
|
|
523
|
-
*/
|
|
524
|
-
stringValue: string | undefined;
|
|
525
|
-
}
|
|
526
|
-
export declare namespace ParameterAttribute {
|
|
527
|
-
/**
|
|
528
|
-
* @internal
|
|
529
|
-
*/
|
|
530
|
-
const filterSensitiveLog: (obj: ParameterAttribute) => any;
|
|
531
|
-
}
|
|
532
|
-
/**
|
|
533
|
-
* <p>Contains information about a parameter object.</p>
|
|
534
|
-
*/
|
|
535
|
-
export interface ParameterObject {
|
|
536
|
-
/**
|
|
537
|
-
* <p>The ID of the parameter object. </p>
|
|
538
|
-
*/
|
|
539
|
-
id: string | undefined;
|
|
540
|
-
/**
|
|
541
|
-
* <p>The attributes of the parameter object.</p>
|
|
542
|
-
*/
|
|
543
|
-
attributes: ParameterAttribute[] | undefined;
|
|
544
|
-
}
|
|
545
|
-
export declare namespace ParameterObject {
|
|
546
|
-
/**
|
|
547
|
-
* @internal
|
|
548
|
-
*/
|
|
549
|
-
const filterSensitiveLog: (obj: ParameterObject) => any;
|
|
550
|
-
}
|
|
551
|
-
/**
|
|
552
|
-
* <p>Contains the output of GetPipelineDefinition.</p>
|
|
553
|
-
*/
|
|
554
|
-
export interface GetPipelineDefinitionOutput {
|
|
555
|
-
/**
|
|
556
|
-
* <p>The objects defined in the pipeline.</p>
|
|
557
|
-
*/
|
|
558
|
-
pipelineObjects?: PipelineObject[];
|
|
559
|
-
/**
|
|
560
|
-
* <p>The parameter objects used in the pipeline definition.</p>
|
|
561
|
-
*/
|
|
562
|
-
parameterObjects?: ParameterObject[];
|
|
563
|
-
/**
|
|
564
|
-
* <p>The parameter values used in the pipeline definition.</p>
|
|
565
|
-
*/
|
|
566
|
-
parameterValues?: ParameterValue[];
|
|
567
|
-
}
|
|
568
|
-
export declare namespace GetPipelineDefinitionOutput {
|
|
569
|
-
/**
|
|
570
|
-
* @internal
|
|
571
|
-
*/
|
|
572
|
-
const filterSensitiveLog: (obj: GetPipelineDefinitionOutput) => any;
|
|
573
|
-
}
|
|
574
|
-
/**
|
|
575
|
-
* <p>Contains the parameters for ListPipelines.</p>
|
|
576
|
-
*/
|
|
577
|
-
export interface ListPipelinesInput {
|
|
578
|
-
/**
|
|
579
|
-
* <p>The starting point for the results to be returned. For the first call, this value should be empty.
|
|
580
|
-
* As long as there are more results, continue to call <code>ListPipelines</code> with
|
|
581
|
-
* the marker value from the previous call to retrieve the next set of results.</p>
|
|
582
|
-
*/
|
|
583
|
-
marker?: string;
|
|
584
|
-
}
|
|
585
|
-
export declare namespace ListPipelinesInput {
|
|
586
|
-
/**
|
|
587
|
-
* @internal
|
|
588
|
-
*/
|
|
589
|
-
const filterSensitiveLog: (obj: ListPipelinesInput) => any;
|
|
590
|
-
}
|
|
591
|
-
/**
|
|
592
|
-
* <p>Contains the name and identifier of a pipeline.</p>
|
|
593
|
-
*/
|
|
594
|
-
export interface PipelineIdName {
|
|
595
|
-
/**
|
|
596
|
-
* <p>The ID of the pipeline that was assigned by AWS Data Pipeline. This is a string of the form <code>df-297EG78HU43EEXAMPLE</code>.</p>
|
|
597
|
-
*/
|
|
598
|
-
id?: string;
|
|
599
|
-
/**
|
|
600
|
-
* <p>The name of the pipeline.</p>
|
|
601
|
-
*/
|
|
602
|
-
name?: string;
|
|
603
|
-
}
|
|
604
|
-
export declare namespace PipelineIdName {
|
|
605
|
-
/**
|
|
606
|
-
* @internal
|
|
607
|
-
*/
|
|
608
|
-
const filterSensitiveLog: (obj: PipelineIdName) => any;
|
|
609
|
-
}
|
|
610
|
-
/**
|
|
611
|
-
* <p>Contains the output of ListPipelines.</p>
|
|
612
|
-
*/
|
|
613
|
-
export interface ListPipelinesOutput {
|
|
614
|
-
/**
|
|
615
|
-
* <p>The pipeline identifiers. If you require additional information about the pipelines, you can use these identifiers to call
|
|
616
|
-
* <a>DescribePipelines</a> and <a>GetPipelineDefinition</a>.</p>
|
|
617
|
-
*/
|
|
618
|
-
pipelineIdList: PipelineIdName[] | undefined;
|
|
619
|
-
/**
|
|
620
|
-
* <p>The starting point for the next page of results. To view the next page of results, call <code>ListPipelinesOutput</code>
|
|
621
|
-
* again with this marker value. If the value is null, there are no more results.</p>
|
|
622
|
-
*/
|
|
623
|
-
marker?: string;
|
|
624
|
-
/**
|
|
625
|
-
* <p>Indicates whether there are more results that can be obtained by a subsequent call.</p>
|
|
626
|
-
*/
|
|
627
|
-
hasMoreResults?: boolean;
|
|
628
|
-
}
|
|
629
|
-
export declare namespace ListPipelinesOutput {
|
|
630
|
-
/**
|
|
631
|
-
* @internal
|
|
632
|
-
*/
|
|
633
|
-
const filterSensitiveLog: (obj: ListPipelinesOutput) => any;
|
|
634
|
-
}
|
|
635
|
-
/**
|
|
636
|
-
* <p><p>Identity information for the EC2 instance that is hosting the task runner. You can get this value by calling a metadata URI from the EC2 instance.
|
|
637
|
-
* For more information, see <a href="http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/AESDG-chapter-instancedata.html">Instance Metadata</a> in the <i>Amazon Elastic Compute Cloud User Guide.</i>
|
|
638
|
-
* Passing in this value proves that your task runner is running on an EC2 instance, and ensures the proper AWS Data Pipeline service charges are applied to your pipeline.</p></p>
|
|
639
|
-
*/
|
|
640
|
-
export interface InstanceIdentity {
|
|
641
|
-
/**
|
|
642
|
-
* <p>A description of an EC2 instance that is generated when the instance is launched and exposed to the instance via the instance metadata service in the form of a JSON representation of an object.</p>
|
|
643
|
-
*/
|
|
644
|
-
document?: string;
|
|
645
|
-
/**
|
|
646
|
-
* <p>A signature which can be used to verify the accuracy and authenticity of the information provided in the instance identity document.</p>
|
|
647
|
-
*/
|
|
648
|
-
signature?: string;
|
|
649
|
-
}
|
|
650
|
-
export declare namespace InstanceIdentity {
|
|
651
|
-
/**
|
|
652
|
-
* @internal
|
|
653
|
-
*/
|
|
654
|
-
const filterSensitiveLog: (obj: InstanceIdentity) => any;
|
|
655
|
-
}
|
|
656
|
-
/**
|
|
657
|
-
* <p>Contains the parameters for PollForTask.</p>
|
|
658
|
-
*/
|
|
659
|
-
export interface PollForTaskInput {
|
|
660
|
-
/**
|
|
661
|
-
* <p>The type of task the task runner is configured to accept and process. The worker group is set as a field on objects in the pipeline when they are created.
|
|
662
|
-
* You can only specify a single value for <code>workerGroup</code> in the call to <code>PollForTask</code>. There are no wildcard values permitted in
|
|
663
|
-
* <code>workerGroup</code>; the string must be an exact, case-sensitive, match.</p>
|
|
664
|
-
*/
|
|
665
|
-
workerGroup: string | undefined;
|
|
666
|
-
/**
|
|
667
|
-
* <p>The public DNS name of the calling task runner.</p>
|
|
668
|
-
*/
|
|
669
|
-
hostname?: string;
|
|
670
|
-
/**
|
|
671
|
-
* <p>Identity information for the EC2 instance that is hosting the task runner. You can get this value from the instance using <code>http://169.254.169.254/latest/meta-data/instance-id</code>. For more information, see <a href="http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/AESDG-chapter-instancedata.html">Instance Metadata</a> in the <i>Amazon Elastic Compute Cloud User Guide.</i> Passing in this value proves that your task runner is running on an EC2 instance, and ensures the proper AWS Data Pipeline service charges are applied to your pipeline.</p>
|
|
672
|
-
*/
|
|
673
|
-
instanceIdentity?: InstanceIdentity;
|
|
674
|
-
}
|
|
675
|
-
export declare namespace PollForTaskInput {
|
|
676
|
-
/**
|
|
677
|
-
* @internal
|
|
678
|
-
*/
|
|
679
|
-
const filterSensitiveLog: (obj: PollForTaskInput) => any;
|
|
680
|
-
}
|
|
681
|
-
/**
|
|
682
|
-
* <p>Contains information about a pipeline task that is assigned to a task runner.</p>
|
|
683
|
-
*/
|
|
684
|
-
export interface TaskObject {
|
|
685
|
-
/**
|
|
686
|
-
* <p>An internal identifier for the task. This ID is passed to the <a>SetTaskStatus</a> and <a>ReportTaskProgress</a> actions.</p>
|
|
687
|
-
*/
|
|
688
|
-
taskId?: string;
|
|
689
|
-
/**
|
|
690
|
-
* <p>The ID of the pipeline that provided the task.</p>
|
|
691
|
-
*/
|
|
692
|
-
pipelineId?: string;
|
|
693
|
-
/**
|
|
694
|
-
* <p>The ID of the pipeline task attempt object. AWS Data Pipeline uses this value to track how many times a task is attempted.</p>
|
|
695
|
-
*/
|
|
696
|
-
attemptId?: string;
|
|
697
|
-
/**
|
|
698
|
-
* <p>Connection information for the location where the task runner will publish the output of the task.</p>
|
|
699
|
-
*/
|
|
700
|
-
objects?: {
|
|
701
|
-
[key: string]: PipelineObject;
|
|
702
|
-
};
|
|
703
|
-
}
|
|
704
|
-
export declare namespace TaskObject {
|
|
705
|
-
/**
|
|
706
|
-
* @internal
|
|
707
|
-
*/
|
|
708
|
-
const filterSensitiveLog: (obj: TaskObject) => any;
|
|
709
|
-
}
|
|
710
|
-
/**
|
|
711
|
-
* <p>Contains the output of PollForTask.</p>
|
|
712
|
-
*/
|
|
713
|
-
export interface PollForTaskOutput {
|
|
714
|
-
/**
|
|
715
|
-
* <p>The information needed to complete the task that is being assigned to the task runner. One of the fields returned in this object is <code>taskId</code>,
|
|
716
|
-
* which contains an identifier for the task being assigned. The calling task runner uses <code>taskId</code> in subsequent calls to <a>ReportTaskProgress</a>
|
|
717
|
-
* and <a>SetTaskStatus</a>.</p>
|
|
718
|
-
*/
|
|
719
|
-
taskObject?: TaskObject;
|
|
720
|
-
}
|
|
721
|
-
export declare namespace PollForTaskOutput {
|
|
722
|
-
/**
|
|
723
|
-
* @internal
|
|
724
|
-
*/
|
|
725
|
-
const filterSensitiveLog: (obj: PollForTaskOutput) => any;
|
|
726
|
-
}
|
|
727
|
-
/**
|
|
728
|
-
* <p>Contains the parameters for PutPipelineDefinition.</p>
|
|
729
|
-
*/
|
|
730
|
-
export interface PutPipelineDefinitionInput {
|
|
731
|
-
/**
|
|
732
|
-
* <p>The ID of the pipeline.</p>
|
|
733
|
-
*/
|
|
734
|
-
pipelineId: string | undefined;
|
|
735
|
-
/**
|
|
736
|
-
* <p>The objects that define the pipeline. These objects overwrite the existing pipeline definition.</p>
|
|
737
|
-
*/
|
|
738
|
-
pipelineObjects: PipelineObject[] | undefined;
|
|
739
|
-
/**
|
|
740
|
-
* <p>The parameter objects used with the pipeline.</p>
|
|
741
|
-
*/
|
|
742
|
-
parameterObjects?: ParameterObject[];
|
|
743
|
-
/**
|
|
744
|
-
* <p>The parameter values used with the pipeline.</p>
|
|
745
|
-
*/
|
|
746
|
-
parameterValues?: ParameterValue[];
|
|
747
|
-
}
|
|
748
|
-
export declare namespace PutPipelineDefinitionInput {
|
|
749
|
-
/**
|
|
750
|
-
* @internal
|
|
751
|
-
*/
|
|
752
|
-
const filterSensitiveLog: (obj: PutPipelineDefinitionInput) => any;
|
|
753
|
-
}
|
|
754
|
-
/**
|
|
755
|
-
* <p>Defines a validation error. Validation errors prevent pipeline activation. The set of validation errors that can be returned are defined by AWS Data Pipeline.</p>
|
|
756
|
-
*/
|
|
757
|
-
export interface ValidationError {
|
|
758
|
-
/**
|
|
759
|
-
* <p>The identifier of the object that contains the validation error.</p>
|
|
760
|
-
*/
|
|
761
|
-
id?: string;
|
|
762
|
-
/**
|
|
763
|
-
* <p>A description of the validation error.</p>
|
|
764
|
-
*/
|
|
765
|
-
errors?: string[];
|
|
766
|
-
}
|
|
767
|
-
export declare namespace ValidationError {
|
|
768
|
-
/**
|
|
769
|
-
* @internal
|
|
770
|
-
*/
|
|
771
|
-
const filterSensitiveLog: (obj: ValidationError) => any;
|
|
772
|
-
}
|
|
773
|
-
/**
|
|
774
|
-
* <p>Defines a validation warning. Validation warnings do not prevent pipeline activation. The set of validation warnings that can be returned are defined by AWS Data Pipeline.</p>
|
|
775
|
-
*/
|
|
776
|
-
export interface ValidationWarning {
|
|
777
|
-
/**
|
|
778
|
-
* <p>The identifier of the object that contains the validation warning.</p>
|
|
779
|
-
*/
|
|
780
|
-
id?: string;
|
|
781
|
-
/**
|
|
782
|
-
* <p>A description of the validation warning.</p>
|
|
783
|
-
*/
|
|
784
|
-
warnings?: string[];
|
|
785
|
-
}
|
|
786
|
-
export declare namespace ValidationWarning {
|
|
787
|
-
/**
|
|
788
|
-
* @internal
|
|
789
|
-
*/
|
|
790
|
-
const filterSensitiveLog: (obj: ValidationWarning) => any;
|
|
791
|
-
}
|
|
792
|
-
/**
|
|
793
|
-
* <p>Contains the output of PutPipelineDefinition.</p>
|
|
794
|
-
*/
|
|
795
|
-
export interface PutPipelineDefinitionOutput {
|
|
796
|
-
/**
|
|
797
|
-
* <p>The validation errors that are associated with the objects defined in <code>pipelineObjects</code>.</p>
|
|
798
|
-
*/
|
|
799
|
-
validationErrors?: ValidationError[];
|
|
800
|
-
/**
|
|
801
|
-
* <p>The validation warnings that are associated with the objects defined in <code>pipelineObjects</code>.</p>
|
|
802
|
-
*/
|
|
803
|
-
validationWarnings?: ValidationWarning[];
|
|
804
|
-
/**
|
|
805
|
-
* <p>Indicates whether there were validation errors, and the pipeline definition is stored but cannot be
|
|
806
|
-
* activated until you correct the pipeline and call <code>PutPipelineDefinition</code> to commit the corrected pipeline.</p>
|
|
807
|
-
*/
|
|
808
|
-
errored: boolean | undefined;
|
|
809
|
-
}
|
|
810
|
-
export declare namespace PutPipelineDefinitionOutput {
|
|
811
|
-
/**
|
|
812
|
-
* @internal
|
|
813
|
-
*/
|
|
814
|
-
const filterSensitiveLog: (obj: PutPipelineDefinitionOutput) => any;
|
|
815
|
-
}
|
|
816
|
-
export declare enum OperatorType {
|
|
817
|
-
Between = "BETWEEN",
|
|
818
|
-
Equal = "EQ",
|
|
819
|
-
GreaterThanOrEqual = "GE",
|
|
820
|
-
LessThanOrEqual = "LE",
|
|
821
|
-
ReferenceEqual = "REF_EQ"
|
|
822
|
-
}
|
|
823
|
-
/**
|
|
824
|
-
* <p>Contains a logical operation for comparing the value of a field with a specified value.</p>
|
|
825
|
-
*/
|
|
826
|
-
export interface Operator {
|
|
827
|
-
/**
|
|
828
|
-
* <p>
|
|
829
|
-
* The logical operation to be performed: equal (<code>EQ</code>), equal reference (<code>REF_EQ</code>), less than or equal (<code>LE</code>), greater than or equal (<code>GE</code>), or between (<code>BETWEEN</code>). Equal reference (<code>REF_EQ</code>) can be used only with reference fields. The other comparison types can be used only with String fields. The comparison types you can use apply only to certain object fields, as detailed below.
|
|
830
|
-
* </p>
|
|
831
|
-
* <p>
|
|
832
|
-
* The comparison operators EQ and REF_EQ act on the following fields:
|
|
833
|
-
* </p>
|
|
834
|
-
* <ul>
|
|
835
|
-
* <li>name</li>
|
|
836
|
-
* <li>@sphere</li>
|
|
837
|
-
* <li>parent</li>
|
|
838
|
-
* <li>@componentParent</li>
|
|
839
|
-
* <li>@instanceParent</li>
|
|
840
|
-
* <li>@status</li>
|
|
841
|
-
* <li>@scheduledStartTime</li>
|
|
842
|
-
* <li>@scheduledEndTime</li>
|
|
843
|
-
* <li>@actualStartTime</li>
|
|
844
|
-
* <li>@actualEndTime</li>
|
|
845
|
-
* </ul>
|
|
846
|
-
*
|
|
847
|
-
* <p>
|
|
848
|
-
* The comparison operators <code>GE</code>, <code>LE</code>, and <code>BETWEEN</code> act on the following fields:
|
|
849
|
-
* </p>
|
|
850
|
-
* <ul>
|
|
851
|
-
* <li>@scheduledStartTime</li>
|
|
852
|
-
* <li>@scheduledEndTime</li>
|
|
853
|
-
* <li>@actualStartTime</li>
|
|
854
|
-
* <li>@actualEndTime</li>
|
|
855
|
-
* </ul>
|
|
856
|
-
* <p>Note that fields beginning with the at sign (@) are read-only and set by the web service. When you name fields, you should choose names containing only alpha-numeric values, as symbols may be reserved by AWS Data Pipeline. User-defined fields that you add to a pipeline should prefix their name with the string "my".</p>
|
|
857
|
-
*/
|
|
858
|
-
type?: OperatorType | string;
|
|
859
|
-
/**
|
|
860
|
-
* <p>The value that the actual field value will be compared with.</p>
|
|
861
|
-
*/
|
|
862
|
-
values?: string[];
|
|
863
|
-
}
|
|
864
|
-
export declare namespace Operator {
|
|
865
|
-
/**
|
|
866
|
-
* @internal
|
|
867
|
-
*/
|
|
868
|
-
const filterSensitiveLog: (obj: Operator) => any;
|
|
869
|
-
}
|
|
870
|
-
/**
|
|
871
|
-
* <p>A comparision that is used to determine whether a query should return this object.</p>
|
|
872
|
-
*/
|
|
873
|
-
export interface Selector {
|
|
874
|
-
/**
|
|
875
|
-
* <p>The name of the field that the operator will be applied to. The field name is the "key" portion of the field definition in the pipeline definition syntax that is used by the AWS Data Pipeline API. If the field is not set on the object, the condition fails.</p>
|
|
876
|
-
*/
|
|
877
|
-
fieldName?: string;
|
|
878
|
-
/**
|
|
879
|
-
* <p>Contains a logical operation for comparing the value of a field with a specified value.</p>
|
|
880
|
-
*/
|
|
881
|
-
operator?: Operator;
|
|
882
|
-
}
|
|
883
|
-
export declare namespace Selector {
|
|
884
|
-
/**
|
|
885
|
-
* @internal
|
|
886
|
-
*/
|
|
887
|
-
const filterSensitiveLog: (obj: Selector) => any;
|
|
888
|
-
}
|
|
889
|
-
/**
|
|
890
|
-
* <p>Defines the query to run against an object.</p>
|
|
891
|
-
*/
|
|
892
|
-
export interface Query {
|
|
893
|
-
/**
|
|
894
|
-
* <p>List of selectors that define the query. An object must satisfy all of the selectors to match the query.</p>
|
|
895
|
-
*/
|
|
896
|
-
selectors?: Selector[];
|
|
897
|
-
}
|
|
898
|
-
export declare namespace Query {
|
|
899
|
-
/**
|
|
900
|
-
* @internal
|
|
901
|
-
*/
|
|
902
|
-
const filterSensitiveLog: (obj: Query) => any;
|
|
903
|
-
}
|
|
904
|
-
/**
|
|
905
|
-
* <p>Contains the parameters for QueryObjects.</p>
|
|
906
|
-
*/
|
|
907
|
-
export interface QueryObjectsInput {
|
|
908
|
-
/**
|
|
909
|
-
* <p>The ID of the pipeline.</p>
|
|
910
|
-
*/
|
|
911
|
-
pipelineId: string | undefined;
|
|
912
|
-
/**
|
|
913
|
-
* <p>The query that defines the objects to be returned. The <code>Query</code> object can contain a maximum of ten selectors.
|
|
914
|
-
* The conditions in the query are limited to top-level String fields in the object.
|
|
915
|
-
* These filters can be applied to components, instances, and attempts.</p>
|
|
916
|
-
*/
|
|
917
|
-
query?: Query;
|
|
918
|
-
/**
|
|
919
|
-
* <p>Indicates whether the query applies to components or instances. The possible values are:
|
|
920
|
-
* <code>COMPONENT</code>, <code>INSTANCE</code>, and <code>ATTEMPT</code>.</p>
|
|
921
|
-
*/
|
|
922
|
-
sphere: string | undefined;
|
|
923
|
-
/**
|
|
924
|
-
* <p>The starting point for the results to be returned. For the first call, this value should be empty.
|
|
925
|
-
* As long as there are more results, continue to call <code>QueryObjects</code> with
|
|
926
|
-
* the marker value from the previous call to retrieve the next set of results.</p>
|
|
927
|
-
*/
|
|
928
|
-
marker?: string;
|
|
929
|
-
/**
|
|
930
|
-
* <p>The maximum number of object names that <code>QueryObjects</code> will return in a single call. The default value is 100. </p>
|
|
931
|
-
*/
|
|
932
|
-
limit?: number;
|
|
933
|
-
}
|
|
934
|
-
export declare namespace QueryObjectsInput {
|
|
935
|
-
/**
|
|
936
|
-
* @internal
|
|
937
|
-
*/
|
|
938
|
-
const filterSensitiveLog: (obj: QueryObjectsInput) => any;
|
|
939
|
-
}
|
|
940
|
-
/**
|
|
941
|
-
* <p>Contains the output of QueryObjects.</p>
|
|
942
|
-
*/
|
|
943
|
-
export interface QueryObjectsOutput {
|
|
944
|
-
/**
|
|
945
|
-
* <p>The identifiers that match the query selectors.</p>
|
|
946
|
-
*/
|
|
947
|
-
ids?: string[];
|
|
948
|
-
/**
|
|
949
|
-
* <p>The starting point for the next page of results. To view the next page of results, call <code>QueryObjects</code>
|
|
950
|
-
* again with this marker value. If the value is null, there are no more results.</p>
|
|
951
|
-
*/
|
|
952
|
-
marker?: string;
|
|
953
|
-
/**
|
|
954
|
-
* <p>Indicates whether there are more results that can be obtained by a subsequent call.</p>
|
|
955
|
-
*/
|
|
956
|
-
hasMoreResults?: boolean;
|
|
957
|
-
}
|
|
958
|
-
export declare namespace QueryObjectsOutput {
|
|
959
|
-
/**
|
|
960
|
-
* @internal
|
|
961
|
-
*/
|
|
962
|
-
const filterSensitiveLog: (obj: QueryObjectsOutput) => any;
|
|
963
|
-
}
|
|
964
|
-
/**
|
|
965
|
-
* <p>Contains the parameters for RemoveTags.</p>
|
|
966
|
-
*/
|
|
967
|
-
export interface RemoveTagsInput {
|
|
968
|
-
/**
|
|
969
|
-
* <p>The ID of the pipeline.</p>
|
|
970
|
-
*/
|
|
971
|
-
pipelineId: string | undefined;
|
|
972
|
-
/**
|
|
973
|
-
* <p>The keys of the tags to remove.</p>
|
|
974
|
-
*/
|
|
975
|
-
tagKeys: string[] | undefined;
|
|
976
|
-
}
|
|
977
|
-
export declare namespace RemoveTagsInput {
|
|
978
|
-
/**
|
|
979
|
-
* @internal
|
|
980
|
-
*/
|
|
981
|
-
const filterSensitiveLog: (obj: RemoveTagsInput) => any;
|
|
982
|
-
}
|
|
983
|
-
/**
|
|
984
|
-
* <p>Contains the output of RemoveTags.</p>
|
|
985
|
-
*/
|
|
986
|
-
export interface RemoveTagsOutput {
|
|
987
|
-
}
|
|
988
|
-
export declare namespace RemoveTagsOutput {
|
|
989
|
-
/**
|
|
990
|
-
* @internal
|
|
991
|
-
*/
|
|
992
|
-
const filterSensitiveLog: (obj: RemoveTagsOutput) => any;
|
|
993
|
-
}
|
|
994
|
-
/**
|
|
995
|
-
* <p>Contains the parameters for ReportTaskProgress.</p>
|
|
996
|
-
*/
|
|
997
|
-
export interface ReportTaskProgressInput {
|
|
998
|
-
/**
|
|
999
|
-
* <p>The ID of the task assigned to the task runner. This value is provided in the response for <a>PollForTask</a>.</p>
|
|
1000
|
-
*/
|
|
1001
|
-
taskId: string | undefined;
|
|
1002
|
-
/**
|
|
1003
|
-
* <p>Key-value pairs that define the properties of the ReportTaskProgressInput object.</p>
|
|
1004
|
-
*/
|
|
1005
|
-
fields?: Field[];
|
|
1006
|
-
}
|
|
1007
|
-
export declare namespace ReportTaskProgressInput {
|
|
1008
|
-
/**
|
|
1009
|
-
* @internal
|
|
1010
|
-
*/
|
|
1011
|
-
const filterSensitiveLog: (obj: ReportTaskProgressInput) => any;
|
|
1012
|
-
}
|
|
1013
|
-
/**
|
|
1014
|
-
* <p>Contains the output of ReportTaskProgress.</p>
|
|
1015
|
-
*/
|
|
1016
|
-
export interface ReportTaskProgressOutput {
|
|
1017
|
-
/**
|
|
1018
|
-
* <p>If true, the calling task runner should cancel processing of the task. The task runner does not need to call <a>SetTaskStatus</a> for canceled tasks.</p>
|
|
1019
|
-
*/
|
|
1020
|
-
canceled: boolean | undefined;
|
|
1021
|
-
}
|
|
1022
|
-
export declare namespace ReportTaskProgressOutput {
|
|
1023
|
-
/**
|
|
1024
|
-
* @internal
|
|
1025
|
-
*/
|
|
1026
|
-
const filterSensitiveLog: (obj: ReportTaskProgressOutput) => any;
|
|
1027
|
-
}
|
|
1028
|
-
/**
|
|
1029
|
-
* <p>Contains the parameters for ReportTaskRunnerHeartbeat.</p>
|
|
1030
|
-
*/
|
|
1031
|
-
export interface ReportTaskRunnerHeartbeatInput {
|
|
1032
|
-
/**
|
|
1033
|
-
* <p>The ID of the task runner. This value should be unique across your AWS account. In the case of AWS Data Pipeline Task Runner
|
|
1034
|
-
* launched on a resource managed by AWS Data Pipeline, the web service provides a unique identifier when it launches the application.
|
|
1035
|
-
* If you have written a custom task runner, you should assign a unique identifier for the task runner.</p>
|
|
1036
|
-
*/
|
|
1037
|
-
taskrunnerId: string | undefined;
|
|
1038
|
-
/**
|
|
1039
|
-
* <p>The type of task the task runner is configured to accept and process. The worker group is set as a field on objects in the pipeline when they are created.
|
|
1040
|
-
* You can only specify a single value for <code>workerGroup</code>. There are no wildcard values permitted in <code>workerGroup</code>; the string
|
|
1041
|
-
* must be an exact, case-sensitive, match.</p>
|
|
1042
|
-
*/
|
|
1043
|
-
workerGroup?: string;
|
|
1044
|
-
/**
|
|
1045
|
-
* <p>The public DNS name of the task runner.</p>
|
|
1046
|
-
*/
|
|
1047
|
-
hostname?: string;
|
|
1048
|
-
}
|
|
1049
|
-
export declare namespace ReportTaskRunnerHeartbeatInput {
|
|
1050
|
-
/**
|
|
1051
|
-
* @internal
|
|
1052
|
-
*/
|
|
1053
|
-
const filterSensitiveLog: (obj: ReportTaskRunnerHeartbeatInput) => any;
|
|
1054
|
-
}
|
|
1055
|
-
/**
|
|
1056
|
-
* <p>Contains the output of ReportTaskRunnerHeartbeat.</p>
|
|
1057
|
-
*/
|
|
1058
|
-
export interface ReportTaskRunnerHeartbeatOutput {
|
|
1059
|
-
/**
|
|
1060
|
-
* <p>Indicates whether the calling task runner should terminate.</p>
|
|
1061
|
-
*/
|
|
1062
|
-
terminate: boolean | undefined;
|
|
1063
|
-
}
|
|
1064
|
-
export declare namespace ReportTaskRunnerHeartbeatOutput {
|
|
1065
|
-
/**
|
|
1066
|
-
* @internal
|
|
1067
|
-
*/
|
|
1068
|
-
const filterSensitiveLog: (obj: ReportTaskRunnerHeartbeatOutput) => any;
|
|
1069
|
-
}
|
|
1070
|
-
/**
|
|
1071
|
-
* <p>Contains the parameters for SetStatus.</p>
|
|
1072
|
-
*/
|
|
1073
|
-
export interface SetStatusInput {
|
|
1074
|
-
/**
|
|
1075
|
-
* <p>The ID of the pipeline that contains the objects.</p>
|
|
1076
|
-
*/
|
|
1077
|
-
pipelineId: string | undefined;
|
|
1078
|
-
/**
|
|
1079
|
-
* <p>The IDs of the objects. The corresponding objects can be either physical or components, but not a mix of both types.</p>
|
|
1080
|
-
*/
|
|
1081
|
-
objectIds: string[] | undefined;
|
|
1082
|
-
/**
|
|
1083
|
-
* <p>The status to be set on all the objects specified in <code>objectIds</code>. For components, use <code>PAUSE</code> or <code>RESUME</code>.
|
|
1084
|
-
* For instances, use <code>TRY_CANCEL</code>, <code>RERUN</code>, or <code>MARK_FINISHED</code>.</p>
|
|
1085
|
-
*/
|
|
1086
|
-
status: string | undefined;
|
|
1087
|
-
}
|
|
1088
|
-
export declare namespace SetStatusInput {
|
|
1089
|
-
/**
|
|
1090
|
-
* @internal
|
|
1091
|
-
*/
|
|
1092
|
-
const filterSensitiveLog: (obj: SetStatusInput) => any;
|
|
1093
|
-
}
|
|
1094
|
-
export declare enum TaskStatus {
|
|
1095
|
-
FAILED = "FAILED",
|
|
1096
|
-
FALSE = "FALSE",
|
|
1097
|
-
FINISHED = "FINISHED"
|
|
1098
|
-
}
|
|
1099
|
-
/**
|
|
1100
|
-
* <p>Contains the parameters for SetTaskStatus.</p>
|
|
1101
|
-
*/
|
|
1102
|
-
export interface SetTaskStatusInput {
|
|
1103
|
-
/**
|
|
1104
|
-
* <p>The ID of the task assigned to the task runner. This value is provided in the response for <a>PollForTask</a>.</p>
|
|
1105
|
-
*/
|
|
1106
|
-
taskId: string | undefined;
|
|
1107
|
-
/**
|
|
1108
|
-
* <p>If <code>FINISHED</code>, the task successfully completed. If <code>FAILED</code>, the task ended unsuccessfully. Preconditions use false.</p>
|
|
1109
|
-
*/
|
|
1110
|
-
taskStatus: TaskStatus | string | undefined;
|
|
1111
|
-
/**
|
|
1112
|
-
* <p>If an error occurred during the task, this value specifies the error code. This value is set on the physical attempt object.
|
|
1113
|
-
* It is used to display error information to the user. It should not start with string "Service_" which is reserved by the system.</p>
|
|
1114
|
-
*/
|
|
1115
|
-
errorId?: string;
|
|
1116
|
-
/**
|
|
1117
|
-
* <p>If an error occurred during the task, this value specifies a text description of the error. This value is set on the physical attempt object.
|
|
1118
|
-
* It is used to display error information to the user. The web service does not parse this value.</p>
|
|
1119
|
-
*/
|
|
1120
|
-
errorMessage?: string;
|
|
1121
|
-
/**
|
|
1122
|
-
* <p>If an error occurred during the task, this value specifies the stack trace associated with the error. This value is set on the physical attempt object.
|
|
1123
|
-
* It is used to display error information to the user. The web service does not parse this value.</p>
|
|
1124
|
-
*/
|
|
1125
|
-
errorStackTrace?: string;
|
|
1126
|
-
}
|
|
1127
|
-
export declare namespace SetTaskStatusInput {
|
|
1128
|
-
/**
|
|
1129
|
-
* @internal
|
|
1130
|
-
*/
|
|
1131
|
-
const filterSensitiveLog: (obj: SetTaskStatusInput) => any;
|
|
1132
|
-
}
|
|
1133
|
-
/**
|
|
1134
|
-
* <p>Contains the output of SetTaskStatus.</p>
|
|
1135
|
-
*/
|
|
1136
|
-
export interface SetTaskStatusOutput {
|
|
1137
|
-
}
|
|
1138
|
-
export declare namespace SetTaskStatusOutput {
|
|
1139
|
-
/**
|
|
1140
|
-
* @internal
|
|
1141
|
-
*/
|
|
1142
|
-
const filterSensitiveLog: (obj: SetTaskStatusOutput) => any;
|
|
1143
|
-
}
|
|
1144
|
-
/**
|
|
1145
|
-
* <p>Contains the parameters for ValidatePipelineDefinition.</p>
|
|
1146
|
-
*/
|
|
1147
|
-
export interface ValidatePipelineDefinitionInput {
|
|
1148
|
-
/**
|
|
1149
|
-
* <p>The ID of the pipeline.</p>
|
|
1150
|
-
*/
|
|
1151
|
-
pipelineId: string | undefined;
|
|
1152
|
-
/**
|
|
1153
|
-
* <p>The objects that define the pipeline changes to validate against the pipeline.</p>
|
|
1154
|
-
*/
|
|
1155
|
-
pipelineObjects: PipelineObject[] | undefined;
|
|
1156
|
-
/**
|
|
1157
|
-
* <p>The parameter objects used with the pipeline.</p>
|
|
1158
|
-
*/
|
|
1159
|
-
parameterObjects?: ParameterObject[];
|
|
1160
|
-
/**
|
|
1161
|
-
* <p>The parameter values used with the pipeline.</p>
|
|
1162
|
-
*/
|
|
1163
|
-
parameterValues?: ParameterValue[];
|
|
1164
|
-
}
|
|
1165
|
-
export declare namespace ValidatePipelineDefinitionInput {
|
|
1166
|
-
/**
|
|
1167
|
-
* @internal
|
|
1168
|
-
*/
|
|
1169
|
-
const filterSensitiveLog: (obj: ValidatePipelineDefinitionInput) => any;
|
|
1170
|
-
}
|
|
1171
|
-
/**
|
|
1172
|
-
* <p>Contains the output of ValidatePipelineDefinition.</p>
|
|
1173
|
-
*/
|
|
1174
|
-
export interface ValidatePipelineDefinitionOutput {
|
|
1175
|
-
/**
|
|
1176
|
-
* <p>Any validation errors that were found.</p>
|
|
1177
|
-
*/
|
|
1178
|
-
validationErrors?: ValidationError[];
|
|
1179
|
-
/**
|
|
1180
|
-
* <p>Any validation warnings that were found.</p>
|
|
1181
|
-
*/
|
|
1182
|
-
validationWarnings?: ValidationWarning[];
|
|
1183
|
-
/**
|
|
1184
|
-
* <p>Indicates whether there were validation errors.</p>
|
|
1185
|
-
*/
|
|
1186
|
-
errored: boolean | undefined;
|
|
1187
|
-
}
|
|
1188
|
-
export declare namespace ValidatePipelineDefinitionOutput {
|
|
1189
|
-
/**
|
|
1190
|
-
* @internal
|
|
1191
|
-
*/
|
|
1192
|
-
const filterSensitiveLog: (obj: ValidatePipelineDefinitionOutput) => any;
|
|
1193
|
-
}
|