@aws-sdk/client-data-pipeline 3.36.0 → 3.39.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 +42 -0
- package/dist-cjs/DataPipeline.js +0 -19
- package/dist-cjs/DataPipelineClient.js +0 -24
- package/dist-cjs/commands/ActivatePipelineCommand.js +0 -54
- package/dist-cjs/commands/AddTagsCommand.js +0 -24
- package/dist-cjs/commands/CreatePipelineCommand.js +0 -54
- package/dist-cjs/commands/DeactivatePipelineCommand.js +0 -27
- package/dist-cjs/commands/DeletePipelineCommand.js +0 -55
- package/dist-cjs/commands/DescribeObjectsCommand.js +0 -82
- package/dist-cjs/commands/DescribePipelinesCommand.js +0 -85
- package/dist-cjs/commands/EvaluateExpressionCommand.js +0 -54
- package/dist-cjs/commands/GetPipelineDefinitionCommand.js +0 -88
- package/dist-cjs/commands/ListPipelinesCommand.js +0 -55
- package/dist-cjs/commands/PollForTaskCommand.js +0 -102
- package/dist-cjs/commands/PutPipelineDefinitionCommand.js +0 -183
- package/dist-cjs/commands/QueryObjectsCommand.js +0 -62
- package/dist-cjs/commands/RemoveTagsCommand.js +0 -24
- package/dist-cjs/commands/ReportTaskProgressCommand.js +0 -61
- package/dist-cjs/commands/ReportTaskRunnerHeartbeatCommand.js +0 -56
- package/dist-cjs/commands/SetStatusCommand.js +0 -56
- package/dist-cjs/commands/SetTaskStatusCommand.js +0 -54
- package/dist-cjs/commands/ValidatePipelineDefinitionCommand.js +0 -175
- package/dist-cjs/commands/index.js +22 -0
- package/dist-cjs/endpoints.js +6 -1
- package/dist-cjs/index.js +4 -25
- package/dist-cjs/models/models_0.js +0 -168
- package/dist-cjs/pagination/DescribeObjectsPaginator.js +0 -10
- package/dist-cjs/pagination/ListPipelinesPaginator.js +0 -10
- package/dist-cjs/pagination/QueryObjectsPaginator.js +0 -10
- package/dist-cjs/pagination/index.js +7 -0
- package/dist-cjs/protocols/Aws_json1_1.js +0 -5
- package/dist-cjs/runtimeConfig.browser.js +1 -5
- package/dist-cjs/runtimeConfig.js +1 -5
- package/dist-cjs/runtimeConfig.native.js +0 -3
- package/dist-cjs/runtimeConfig.shared.js +0 -3
- package/dist-es/commands/index.js +19 -0
- package/dist-es/endpoints.js +6 -1
- package/dist-es/index.js +4 -25
- package/dist-es/pagination/index.js +4 -0
- package/dist-types/commands/index.d.ts +19 -0
- package/dist-types/index.d.ts +4 -25
- package/dist-types/pagination/index.d.ts +4 -0
- package/dist-types/ts3.4/DataPipeline.d.ts +20 -971
- package/dist-types/ts3.4/DataPipelineClient.d.ts +24 -105
- package/dist-types/ts3.4/commands/ActivatePipelineCommand.d.ts +2 -50
- package/dist-types/ts3.4/commands/AddTagsCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/CreatePipelineCommand.d.ts +2 -50
- package/dist-types/ts3.4/commands/DeactivatePipelineCommand.d.ts +2 -23
- package/dist-types/ts3.4/commands/DeletePipelineCommand.d.ts +2 -51
- package/dist-types/ts3.4/commands/DescribeObjectsCommand.d.ts +2 -78
- package/dist-types/ts3.4/commands/DescribePipelinesCommand.d.ts +2 -81
- package/dist-types/ts3.4/commands/EvaluateExpressionCommand.d.ts +2 -50
- package/dist-types/ts3.4/commands/GetPipelineDefinitionCommand.d.ts +2 -84
- package/dist-types/ts3.4/commands/ListPipelinesCommand.d.ts +2 -51
- package/dist-types/ts3.4/commands/PollForTaskCommand.d.ts +2 -98
- package/dist-types/ts3.4/commands/PutPipelineDefinitionCommand.d.ts +2 -179
- package/dist-types/ts3.4/commands/QueryObjectsCommand.d.ts +2 -58
- package/dist-types/ts3.4/commands/RemoveTagsCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/ReportTaskProgressCommand.d.ts +2 -57
- package/dist-types/ts3.4/commands/ReportTaskRunnerHeartbeatCommand.d.ts +2 -52
- package/dist-types/ts3.4/commands/SetStatusCommand.d.ts +2 -52
- package/dist-types/ts3.4/commands/SetTaskStatusCommand.d.ts +2 -50
- package/dist-types/ts3.4/commands/ValidatePipelineDefinitionCommand.d.ts +2 -171
- package/dist-types/ts3.4/commands/index.d.ts +19 -0
- package/dist-types/ts3.4/index.d.ts +4 -25
- package/dist-types/ts3.4/models/models_0.d.ts +231 -769
- package/dist-types/ts3.4/pagination/index.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -3
- package/dist-types/ts3.4/runtimeConfig.d.ts +1 -3
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -3
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -3
- package/package.json +32 -32
|
@@ -1,816 +1,458 @@
|
|
|
1
1
|
import { MetadataBearer as $MetadataBearer, SmithyException as __SmithyException } from "@aws-sdk/types";
|
|
2
|
-
|
|
3
|
-
* <p>A value or list of parameter values. </p>
|
|
4
|
-
*/
|
|
2
|
+
|
|
5
3
|
export interface ParameterValue {
|
|
6
|
-
|
|
7
|
-
* <p>The ID of the parameter value.</p>
|
|
8
|
-
*/
|
|
4
|
+
|
|
9
5
|
id: string | undefined;
|
|
10
|
-
|
|
11
|
-
* <p>The field value, expressed as a String.</p>
|
|
12
|
-
*/
|
|
6
|
+
|
|
13
7
|
stringValue: string | undefined;
|
|
14
8
|
}
|
|
15
9
|
export declare namespace ParameterValue {
|
|
16
|
-
|
|
17
|
-
* @internal
|
|
18
|
-
*/
|
|
10
|
+
|
|
19
11
|
const filterSensitiveLog: (obj: ParameterValue) => any;
|
|
20
12
|
}
|
|
21
|
-
|
|
22
|
-
* <p>Contains the parameters for ActivatePipeline.</p>
|
|
23
|
-
*/
|
|
13
|
+
|
|
24
14
|
export interface ActivatePipelineInput {
|
|
25
|
-
|
|
26
|
-
* <p>The ID of the pipeline.</p>
|
|
27
|
-
*/
|
|
15
|
+
|
|
28
16
|
pipelineId: string | undefined;
|
|
29
|
-
|
|
30
|
-
* <p>A list of parameter values to pass to the pipeline at activation.</p>
|
|
31
|
-
*/
|
|
17
|
+
|
|
32
18
|
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
|
-
*/
|
|
19
|
+
|
|
36
20
|
startTimestamp?: Date;
|
|
37
21
|
}
|
|
38
22
|
export declare namespace ActivatePipelineInput {
|
|
39
|
-
|
|
40
|
-
* @internal
|
|
41
|
-
*/
|
|
23
|
+
|
|
42
24
|
const filterSensitiveLog: (obj: ActivatePipelineInput) => any;
|
|
43
25
|
}
|
|
44
|
-
|
|
45
|
-
* <p>Contains the output of ActivatePipeline.</p>
|
|
46
|
-
*/
|
|
26
|
+
|
|
47
27
|
export interface ActivatePipelineOutput {
|
|
48
28
|
}
|
|
49
29
|
export declare namespace ActivatePipelineOutput {
|
|
50
|
-
|
|
51
|
-
* @internal
|
|
52
|
-
*/
|
|
30
|
+
|
|
53
31
|
const filterSensitiveLog: (obj: ActivatePipelineOutput) => any;
|
|
54
32
|
}
|
|
55
|
-
|
|
56
|
-
* <p>An internal service error occurred.</p>
|
|
57
|
-
*/
|
|
33
|
+
|
|
58
34
|
export interface InternalServiceError extends __SmithyException, $MetadataBearer {
|
|
59
35
|
name: "InternalServiceError";
|
|
60
36
|
$fault: "server";
|
|
61
|
-
|
|
62
|
-
* <p>Description of the error message.</p>
|
|
63
|
-
*/
|
|
37
|
+
|
|
64
38
|
message?: string;
|
|
65
39
|
}
|
|
66
40
|
export declare namespace InternalServiceError {
|
|
67
|
-
|
|
68
|
-
* @internal
|
|
69
|
-
*/
|
|
41
|
+
|
|
70
42
|
const filterSensitiveLog: (obj: InternalServiceError) => any;
|
|
71
43
|
}
|
|
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
|
-
*/
|
|
44
|
+
|
|
75
45
|
export interface InvalidRequestException extends __SmithyException, $MetadataBearer {
|
|
76
46
|
name: "InvalidRequestException";
|
|
77
47
|
$fault: "client";
|
|
78
|
-
|
|
79
|
-
* <p>Description of the error message.</p>
|
|
80
|
-
*/
|
|
48
|
+
|
|
81
49
|
message?: string;
|
|
82
50
|
}
|
|
83
51
|
export declare namespace InvalidRequestException {
|
|
84
|
-
|
|
85
|
-
* @internal
|
|
86
|
-
*/
|
|
52
|
+
|
|
87
53
|
const filterSensitiveLog: (obj: InvalidRequestException) => any;
|
|
88
54
|
}
|
|
89
|
-
|
|
90
|
-
* <p>The specified pipeline has been deleted.</p>
|
|
91
|
-
*/
|
|
55
|
+
|
|
92
56
|
export interface PipelineDeletedException extends __SmithyException, $MetadataBearer {
|
|
93
57
|
name: "PipelineDeletedException";
|
|
94
58
|
$fault: "client";
|
|
95
|
-
|
|
96
|
-
* <p>Description of the error message.</p>
|
|
97
|
-
*/
|
|
59
|
+
|
|
98
60
|
message?: string;
|
|
99
61
|
}
|
|
100
62
|
export declare namespace PipelineDeletedException {
|
|
101
|
-
|
|
102
|
-
* @internal
|
|
103
|
-
*/
|
|
63
|
+
|
|
104
64
|
const filterSensitiveLog: (obj: PipelineDeletedException) => any;
|
|
105
65
|
}
|
|
106
|
-
|
|
107
|
-
* <p>The specified pipeline was not found. Verify that you used the correct user and account identifiers.</p>
|
|
108
|
-
*/
|
|
66
|
+
|
|
109
67
|
export interface PipelineNotFoundException extends __SmithyException, $MetadataBearer {
|
|
110
68
|
name: "PipelineNotFoundException";
|
|
111
69
|
$fault: "client";
|
|
112
|
-
|
|
113
|
-
* <p>Description of the error message.</p>
|
|
114
|
-
*/
|
|
70
|
+
|
|
115
71
|
message?: string;
|
|
116
72
|
}
|
|
117
73
|
export declare namespace PipelineNotFoundException {
|
|
118
|
-
|
|
119
|
-
* @internal
|
|
120
|
-
*/
|
|
74
|
+
|
|
121
75
|
const filterSensitiveLog: (obj: PipelineNotFoundException) => any;
|
|
122
76
|
}
|
|
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
|
-
*/
|
|
77
|
+
|
|
127
78
|
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
|
-
*/
|
|
79
|
+
|
|
132
80
|
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
|
-
*/
|
|
81
|
+
|
|
137
82
|
value: string | undefined;
|
|
138
83
|
}
|
|
139
84
|
export declare namespace Tag {
|
|
140
|
-
|
|
141
|
-
* @internal
|
|
142
|
-
*/
|
|
85
|
+
|
|
143
86
|
const filterSensitiveLog: (obj: Tag) => any;
|
|
144
87
|
}
|
|
145
|
-
|
|
146
|
-
* <p>Contains the parameters for AddTags.</p>
|
|
147
|
-
*/
|
|
88
|
+
|
|
148
89
|
export interface AddTagsInput {
|
|
149
|
-
|
|
150
|
-
* <p>The ID of the pipeline.</p>
|
|
151
|
-
*/
|
|
90
|
+
|
|
152
91
|
pipelineId: string | undefined;
|
|
153
|
-
|
|
154
|
-
* <p>The tags to add, as key/value pairs.</p>
|
|
155
|
-
*/
|
|
92
|
+
|
|
156
93
|
tags: Tag[] | undefined;
|
|
157
94
|
}
|
|
158
95
|
export declare namespace AddTagsInput {
|
|
159
|
-
|
|
160
|
-
* @internal
|
|
161
|
-
*/
|
|
96
|
+
|
|
162
97
|
const filterSensitiveLog: (obj: AddTagsInput) => any;
|
|
163
98
|
}
|
|
164
|
-
|
|
165
|
-
* <p>Contains the output of AddTags.</p>
|
|
166
|
-
*/
|
|
99
|
+
|
|
167
100
|
export interface AddTagsOutput {
|
|
168
101
|
}
|
|
169
102
|
export declare namespace AddTagsOutput {
|
|
170
|
-
|
|
171
|
-
* @internal
|
|
172
|
-
*/
|
|
103
|
+
|
|
173
104
|
const filterSensitiveLog: (obj: AddTagsOutput) => any;
|
|
174
105
|
}
|
|
175
|
-
|
|
176
|
-
* <p>Contains the parameters for CreatePipeline.</p>
|
|
177
|
-
*/
|
|
106
|
+
|
|
178
107
|
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
|
-
*/
|
|
108
|
+
|
|
183
109
|
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
|
-
*/
|
|
110
|
+
|
|
194
111
|
uniqueId: string | undefined;
|
|
195
|
-
|
|
196
|
-
* <p>The description for the pipeline.</p>
|
|
197
|
-
*/
|
|
112
|
+
|
|
198
113
|
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
|
-
*/
|
|
114
|
+
|
|
204
115
|
tags?: Tag[];
|
|
205
116
|
}
|
|
206
117
|
export declare namespace CreatePipelineInput {
|
|
207
|
-
|
|
208
|
-
* @internal
|
|
209
|
-
*/
|
|
118
|
+
|
|
210
119
|
const filterSensitiveLog: (obj: CreatePipelineInput) => any;
|
|
211
120
|
}
|
|
212
|
-
|
|
213
|
-
* <p>Contains the output of CreatePipeline.</p>
|
|
214
|
-
*/
|
|
121
|
+
|
|
215
122
|
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
|
-
*/
|
|
123
|
+
|
|
219
124
|
pipelineId: string | undefined;
|
|
220
125
|
}
|
|
221
126
|
export declare namespace CreatePipelineOutput {
|
|
222
|
-
|
|
223
|
-
* @internal
|
|
224
|
-
*/
|
|
127
|
+
|
|
225
128
|
const filterSensitiveLog: (obj: CreatePipelineOutput) => any;
|
|
226
129
|
}
|
|
227
|
-
|
|
228
|
-
* <p>Contains the parameters for DeactivatePipeline.</p>
|
|
229
|
-
*/
|
|
130
|
+
|
|
230
131
|
export interface DeactivatePipelineInput {
|
|
231
|
-
|
|
232
|
-
* <p>The ID of the pipeline.</p>
|
|
233
|
-
*/
|
|
132
|
+
|
|
234
133
|
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
|
-
*/
|
|
134
|
+
|
|
241
135
|
cancelActive?: boolean;
|
|
242
136
|
}
|
|
243
137
|
export declare namespace DeactivatePipelineInput {
|
|
244
|
-
|
|
245
|
-
* @internal
|
|
246
|
-
*/
|
|
138
|
+
|
|
247
139
|
const filterSensitiveLog: (obj: DeactivatePipelineInput) => any;
|
|
248
140
|
}
|
|
249
|
-
|
|
250
|
-
* <p>Contains the output of DeactivatePipeline.</p>
|
|
251
|
-
*/
|
|
141
|
+
|
|
252
142
|
export interface DeactivatePipelineOutput {
|
|
253
143
|
}
|
|
254
144
|
export declare namespace DeactivatePipelineOutput {
|
|
255
|
-
|
|
256
|
-
* @internal
|
|
257
|
-
*/
|
|
145
|
+
|
|
258
146
|
const filterSensitiveLog: (obj: DeactivatePipelineOutput) => any;
|
|
259
147
|
}
|
|
260
|
-
|
|
261
|
-
* <p>Contains the parameters for DeletePipeline.</p>
|
|
262
|
-
*/
|
|
148
|
+
|
|
263
149
|
export interface DeletePipelineInput {
|
|
264
|
-
|
|
265
|
-
* <p>The ID of the pipeline.</p>
|
|
266
|
-
*/
|
|
150
|
+
|
|
267
151
|
pipelineId: string | undefined;
|
|
268
152
|
}
|
|
269
153
|
export declare namespace DeletePipelineInput {
|
|
270
|
-
|
|
271
|
-
* @internal
|
|
272
|
-
*/
|
|
154
|
+
|
|
273
155
|
const filterSensitiveLog: (obj: DeletePipelineInput) => any;
|
|
274
156
|
}
|
|
275
|
-
|
|
276
|
-
* <p>Contains the parameters for DescribeObjects.</p>
|
|
277
|
-
*/
|
|
157
|
+
|
|
278
158
|
export interface DescribeObjectsInput {
|
|
279
|
-
|
|
280
|
-
* <p>The ID of the pipeline that contains the object definitions.</p>
|
|
281
|
-
*/
|
|
159
|
+
|
|
282
160
|
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
|
-
*/
|
|
161
|
+
|
|
286
162
|
objectIds: string[] | undefined;
|
|
287
|
-
|
|
288
|
-
* <p>Indicates whether any expressions in the object should be evaluated when the object descriptions are returned.</p>
|
|
289
|
-
*/
|
|
163
|
+
|
|
290
164
|
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
|
-
*/
|
|
165
|
+
|
|
296
166
|
marker?: string;
|
|
297
167
|
}
|
|
298
168
|
export declare namespace DescribeObjectsInput {
|
|
299
|
-
|
|
300
|
-
* @internal
|
|
301
|
-
*/
|
|
169
|
+
|
|
302
170
|
const filterSensitiveLog: (obj: DescribeObjectsInput) => any;
|
|
303
171
|
}
|
|
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
|
-
*/
|
|
172
|
+
|
|
307
173
|
export interface Field {
|
|
308
|
-
|
|
309
|
-
* <p>The field identifier.</p>
|
|
310
|
-
*/
|
|
174
|
+
|
|
311
175
|
key: string | undefined;
|
|
312
|
-
|
|
313
|
-
* <p>The field value, expressed as a String.</p>
|
|
314
|
-
*/
|
|
176
|
+
|
|
315
177
|
stringValue?: string;
|
|
316
|
-
|
|
317
|
-
* <p>The field value, expressed as the identifier of another object.</p>
|
|
318
|
-
*/
|
|
178
|
+
|
|
319
179
|
refValue?: string;
|
|
320
180
|
}
|
|
321
181
|
export declare namespace Field {
|
|
322
|
-
|
|
323
|
-
* @internal
|
|
324
|
-
*/
|
|
182
|
+
|
|
325
183
|
const filterSensitiveLog: (obj: Field) => any;
|
|
326
184
|
}
|
|
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
|
-
*/
|
|
185
|
+
|
|
330
186
|
export interface PipelineObject {
|
|
331
|
-
|
|
332
|
-
* <p>The ID of the object.</p>
|
|
333
|
-
*/
|
|
187
|
+
|
|
334
188
|
id: string | undefined;
|
|
335
|
-
|
|
336
|
-
* <p>The name of the object.</p>
|
|
337
|
-
*/
|
|
189
|
+
|
|
338
190
|
name: string | undefined;
|
|
339
|
-
|
|
340
|
-
* <p>Key-value pairs that define the properties of the object.</p>
|
|
341
|
-
*/
|
|
191
|
+
|
|
342
192
|
fields: Field[] | undefined;
|
|
343
193
|
}
|
|
344
194
|
export declare namespace PipelineObject {
|
|
345
|
-
|
|
346
|
-
* @internal
|
|
347
|
-
*/
|
|
195
|
+
|
|
348
196
|
const filterSensitiveLog: (obj: PipelineObject) => any;
|
|
349
197
|
}
|
|
350
|
-
|
|
351
|
-
* <p>Contains the output of DescribeObjects.</p>
|
|
352
|
-
*/
|
|
198
|
+
|
|
353
199
|
export interface DescribeObjectsOutput {
|
|
354
|
-
|
|
355
|
-
* <p>An array of object definitions.</p>
|
|
356
|
-
*/
|
|
200
|
+
|
|
357
201
|
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
|
-
*/
|
|
202
|
+
|
|
362
203
|
marker?: string;
|
|
363
|
-
|
|
364
|
-
* <p>Indicates whether there are more results to return.</p>
|
|
365
|
-
*/
|
|
204
|
+
|
|
366
205
|
hasMoreResults?: boolean;
|
|
367
206
|
}
|
|
368
207
|
export declare namespace DescribeObjectsOutput {
|
|
369
|
-
|
|
370
|
-
* @internal
|
|
371
|
-
*/
|
|
208
|
+
|
|
372
209
|
const filterSensitiveLog: (obj: DescribeObjectsOutput) => any;
|
|
373
210
|
}
|
|
374
|
-
|
|
375
|
-
* <p>Contains the parameters for DescribePipelines.</p>
|
|
376
|
-
*/
|
|
211
|
+
|
|
377
212
|
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
|
-
*/
|
|
213
|
+
|
|
382
214
|
pipelineIds: string[] | undefined;
|
|
383
215
|
}
|
|
384
216
|
export declare namespace DescribePipelinesInput {
|
|
385
|
-
|
|
386
|
-
* @internal
|
|
387
|
-
*/
|
|
217
|
+
|
|
388
218
|
const filterSensitiveLog: (obj: DescribePipelinesInput) => any;
|
|
389
219
|
}
|
|
390
|
-
|
|
391
|
-
* <p>Contains pipeline metadata.</p>
|
|
392
|
-
*/
|
|
220
|
+
|
|
393
221
|
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
|
-
*/
|
|
222
|
+
|
|
397
223
|
pipelineId: string | undefined;
|
|
398
|
-
|
|
399
|
-
* <p>The name of the pipeline.</p>
|
|
400
|
-
*/
|
|
224
|
+
|
|
401
225
|
name: string | undefined;
|
|
402
|
-
|
|
403
|
-
* <p>A list of read-only fields that contain metadata about the pipeline: @userId, @accountId, and @pipelineState.</p>
|
|
404
|
-
*/
|
|
226
|
+
|
|
405
227
|
fields: Field[] | undefined;
|
|
406
|
-
|
|
407
|
-
* <p>Description of the pipeline.</p>
|
|
408
|
-
*/
|
|
228
|
+
|
|
409
229
|
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
|
-
*/
|
|
230
|
+
|
|
414
231
|
tags?: Tag[];
|
|
415
232
|
}
|
|
416
233
|
export declare namespace PipelineDescription {
|
|
417
|
-
|
|
418
|
-
* @internal
|
|
419
|
-
*/
|
|
234
|
+
|
|
420
235
|
const filterSensitiveLog: (obj: PipelineDescription) => any;
|
|
421
236
|
}
|
|
422
|
-
|
|
423
|
-
* <p>Contains the output of DescribePipelines.</p>
|
|
424
|
-
*/
|
|
237
|
+
|
|
425
238
|
export interface DescribePipelinesOutput {
|
|
426
|
-
|
|
427
|
-
* <p>An array of descriptions for the specified pipelines.</p>
|
|
428
|
-
*/
|
|
239
|
+
|
|
429
240
|
pipelineDescriptionList: PipelineDescription[] | undefined;
|
|
430
241
|
}
|
|
431
242
|
export declare namespace DescribePipelinesOutput {
|
|
432
|
-
|
|
433
|
-
* @internal
|
|
434
|
-
*/
|
|
243
|
+
|
|
435
244
|
const filterSensitiveLog: (obj: DescribePipelinesOutput) => any;
|
|
436
245
|
}
|
|
437
|
-
|
|
438
|
-
* <p>Contains the parameters for EvaluateExpression.</p>
|
|
439
|
-
*/
|
|
246
|
+
|
|
440
247
|
export interface EvaluateExpressionInput {
|
|
441
|
-
|
|
442
|
-
* <p>The ID of the pipeline.</p>
|
|
443
|
-
*/
|
|
248
|
+
|
|
444
249
|
pipelineId: string | undefined;
|
|
445
|
-
|
|
446
|
-
* <p>The ID of the object.</p>
|
|
447
|
-
*/
|
|
250
|
+
|
|
448
251
|
objectId: string | undefined;
|
|
449
|
-
|
|
450
|
-
* <p>The expression to evaluate.</p>
|
|
451
|
-
*/
|
|
252
|
+
|
|
452
253
|
expression: string | undefined;
|
|
453
254
|
}
|
|
454
255
|
export declare namespace EvaluateExpressionInput {
|
|
455
|
-
|
|
456
|
-
* @internal
|
|
457
|
-
*/
|
|
256
|
+
|
|
458
257
|
const filterSensitiveLog: (obj: EvaluateExpressionInput) => any;
|
|
459
258
|
}
|
|
460
|
-
|
|
461
|
-
* <p>Contains the output of EvaluateExpression.</p>
|
|
462
|
-
*/
|
|
259
|
+
|
|
463
260
|
export interface EvaluateExpressionOutput {
|
|
464
|
-
|
|
465
|
-
* <p>The evaluated expression.</p>
|
|
466
|
-
*/
|
|
261
|
+
|
|
467
262
|
evaluatedExpression: string | undefined;
|
|
468
263
|
}
|
|
469
264
|
export declare namespace EvaluateExpressionOutput {
|
|
470
|
-
|
|
471
|
-
* @internal
|
|
472
|
-
*/
|
|
265
|
+
|
|
473
266
|
const filterSensitiveLog: (obj: EvaluateExpressionOutput) => any;
|
|
474
267
|
}
|
|
475
|
-
|
|
476
|
-
* <p>The specified task was not found. </p>
|
|
477
|
-
*/
|
|
268
|
+
|
|
478
269
|
export interface TaskNotFoundException extends __SmithyException, $MetadataBearer {
|
|
479
270
|
name: "TaskNotFoundException";
|
|
480
271
|
$fault: "client";
|
|
481
|
-
|
|
482
|
-
* <p>Description of the error message.</p>
|
|
483
|
-
*/
|
|
272
|
+
|
|
484
273
|
message?: string;
|
|
485
274
|
}
|
|
486
275
|
export declare namespace TaskNotFoundException {
|
|
487
|
-
|
|
488
|
-
* @internal
|
|
489
|
-
*/
|
|
276
|
+
|
|
490
277
|
const filterSensitiveLog: (obj: TaskNotFoundException) => any;
|
|
491
278
|
}
|
|
492
|
-
|
|
493
|
-
* <p>Contains the parameters for GetPipelineDefinition.</p>
|
|
494
|
-
*/
|
|
279
|
+
|
|
495
280
|
export interface GetPipelineDefinitionInput {
|
|
496
|
-
|
|
497
|
-
* <p>The ID of the pipeline.</p>
|
|
498
|
-
*/
|
|
281
|
+
|
|
499
282
|
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
|
-
*/
|
|
283
|
+
|
|
505
284
|
version?: string;
|
|
506
285
|
}
|
|
507
286
|
export declare namespace GetPipelineDefinitionInput {
|
|
508
|
-
|
|
509
|
-
* @internal
|
|
510
|
-
*/
|
|
287
|
+
|
|
511
288
|
const filterSensitiveLog: (obj: GetPipelineDefinitionInput) => any;
|
|
512
289
|
}
|
|
513
|
-
|
|
514
|
-
* <p>The attributes allowed or specified with a parameter object.</p>
|
|
515
|
-
*/
|
|
290
|
+
|
|
516
291
|
export interface ParameterAttribute {
|
|
517
|
-
|
|
518
|
-
* <p>The field identifier.</p>
|
|
519
|
-
*/
|
|
292
|
+
|
|
520
293
|
key: string | undefined;
|
|
521
|
-
|
|
522
|
-
* <p>The field value, expressed as a String.</p>
|
|
523
|
-
*/
|
|
294
|
+
|
|
524
295
|
stringValue: string | undefined;
|
|
525
296
|
}
|
|
526
297
|
export declare namespace ParameterAttribute {
|
|
527
|
-
|
|
528
|
-
* @internal
|
|
529
|
-
*/
|
|
298
|
+
|
|
530
299
|
const filterSensitiveLog: (obj: ParameterAttribute) => any;
|
|
531
300
|
}
|
|
532
|
-
|
|
533
|
-
* <p>Contains information about a parameter object.</p>
|
|
534
|
-
*/
|
|
301
|
+
|
|
535
302
|
export interface ParameterObject {
|
|
536
|
-
|
|
537
|
-
* <p>The ID of the parameter object. </p>
|
|
538
|
-
*/
|
|
303
|
+
|
|
539
304
|
id: string | undefined;
|
|
540
|
-
|
|
541
|
-
* <p>The attributes of the parameter object.</p>
|
|
542
|
-
*/
|
|
305
|
+
|
|
543
306
|
attributes: ParameterAttribute[] | undefined;
|
|
544
307
|
}
|
|
545
308
|
export declare namespace ParameterObject {
|
|
546
|
-
|
|
547
|
-
* @internal
|
|
548
|
-
*/
|
|
309
|
+
|
|
549
310
|
const filterSensitiveLog: (obj: ParameterObject) => any;
|
|
550
311
|
}
|
|
551
|
-
|
|
552
|
-
* <p>Contains the output of GetPipelineDefinition.</p>
|
|
553
|
-
*/
|
|
312
|
+
|
|
554
313
|
export interface GetPipelineDefinitionOutput {
|
|
555
|
-
|
|
556
|
-
* <p>The objects defined in the pipeline.</p>
|
|
557
|
-
*/
|
|
314
|
+
|
|
558
315
|
pipelineObjects?: PipelineObject[];
|
|
559
|
-
|
|
560
|
-
* <p>The parameter objects used in the pipeline definition.</p>
|
|
561
|
-
*/
|
|
316
|
+
|
|
562
317
|
parameterObjects?: ParameterObject[];
|
|
563
|
-
|
|
564
|
-
* <p>The parameter values used in the pipeline definition.</p>
|
|
565
|
-
*/
|
|
318
|
+
|
|
566
319
|
parameterValues?: ParameterValue[];
|
|
567
320
|
}
|
|
568
321
|
export declare namespace GetPipelineDefinitionOutput {
|
|
569
|
-
|
|
570
|
-
* @internal
|
|
571
|
-
*/
|
|
322
|
+
|
|
572
323
|
const filterSensitiveLog: (obj: GetPipelineDefinitionOutput) => any;
|
|
573
324
|
}
|
|
574
|
-
|
|
575
|
-
* <p>Contains the parameters for ListPipelines.</p>
|
|
576
|
-
*/
|
|
325
|
+
|
|
577
326
|
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
|
-
*/
|
|
327
|
+
|
|
583
328
|
marker?: string;
|
|
584
329
|
}
|
|
585
330
|
export declare namespace ListPipelinesInput {
|
|
586
|
-
|
|
587
|
-
* @internal
|
|
588
|
-
*/
|
|
331
|
+
|
|
589
332
|
const filterSensitiveLog: (obj: ListPipelinesInput) => any;
|
|
590
333
|
}
|
|
591
|
-
|
|
592
|
-
* <p>Contains the name and identifier of a pipeline.</p>
|
|
593
|
-
*/
|
|
334
|
+
|
|
594
335
|
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
|
-
*/
|
|
336
|
+
|
|
598
337
|
id?: string;
|
|
599
|
-
|
|
600
|
-
* <p>The name of the pipeline.</p>
|
|
601
|
-
*/
|
|
338
|
+
|
|
602
339
|
name?: string;
|
|
603
340
|
}
|
|
604
341
|
export declare namespace PipelineIdName {
|
|
605
|
-
|
|
606
|
-
* @internal
|
|
607
|
-
*/
|
|
342
|
+
|
|
608
343
|
const filterSensitiveLog: (obj: PipelineIdName) => any;
|
|
609
344
|
}
|
|
610
|
-
|
|
611
|
-
* <p>Contains the output of ListPipelines.</p>
|
|
612
|
-
*/
|
|
345
|
+
|
|
613
346
|
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
|
-
*/
|
|
347
|
+
|
|
618
348
|
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
|
-
*/
|
|
349
|
+
|
|
623
350
|
marker?: string;
|
|
624
|
-
|
|
625
|
-
* <p>Indicates whether there are more results that can be obtained by a subsequent call.</p>
|
|
626
|
-
*/
|
|
351
|
+
|
|
627
352
|
hasMoreResults?: boolean;
|
|
628
353
|
}
|
|
629
354
|
export declare namespace ListPipelinesOutput {
|
|
630
|
-
|
|
631
|
-
* @internal
|
|
632
|
-
*/
|
|
355
|
+
|
|
633
356
|
const filterSensitiveLog: (obj: ListPipelinesOutput) => any;
|
|
634
357
|
}
|
|
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
|
-
*/
|
|
358
|
+
|
|
640
359
|
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
|
-
*/
|
|
360
|
+
|
|
644
361
|
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
|
-
*/
|
|
362
|
+
|
|
648
363
|
signature?: string;
|
|
649
364
|
}
|
|
650
365
|
export declare namespace InstanceIdentity {
|
|
651
|
-
|
|
652
|
-
* @internal
|
|
653
|
-
*/
|
|
366
|
+
|
|
654
367
|
const filterSensitiveLog: (obj: InstanceIdentity) => any;
|
|
655
368
|
}
|
|
656
|
-
|
|
657
|
-
* <p>Contains the parameters for PollForTask.</p>
|
|
658
|
-
*/
|
|
369
|
+
|
|
659
370
|
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
|
-
*/
|
|
371
|
+
|
|
665
372
|
workerGroup: string | undefined;
|
|
666
|
-
|
|
667
|
-
* <p>The public DNS name of the calling task runner.</p>
|
|
668
|
-
*/
|
|
373
|
+
|
|
669
374
|
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
|
-
*/
|
|
375
|
+
|
|
673
376
|
instanceIdentity?: InstanceIdentity;
|
|
674
377
|
}
|
|
675
378
|
export declare namespace PollForTaskInput {
|
|
676
|
-
|
|
677
|
-
* @internal
|
|
678
|
-
*/
|
|
379
|
+
|
|
679
380
|
const filterSensitiveLog: (obj: PollForTaskInput) => any;
|
|
680
381
|
}
|
|
681
|
-
|
|
682
|
-
* <p>Contains information about a pipeline task that is assigned to a task runner.</p>
|
|
683
|
-
*/
|
|
382
|
+
|
|
684
383
|
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
|
-
*/
|
|
384
|
+
|
|
688
385
|
taskId?: string;
|
|
689
|
-
|
|
690
|
-
* <p>The ID of the pipeline that provided the task.</p>
|
|
691
|
-
*/
|
|
386
|
+
|
|
692
387
|
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
|
-
*/
|
|
388
|
+
|
|
696
389
|
attemptId?: string;
|
|
697
|
-
|
|
698
|
-
* <p>Connection information for the location where the task runner will publish the output of the task.</p>
|
|
699
|
-
*/
|
|
390
|
+
|
|
700
391
|
objects?: {
|
|
701
392
|
[key: string]: PipelineObject;
|
|
702
393
|
};
|
|
703
394
|
}
|
|
704
395
|
export declare namespace TaskObject {
|
|
705
|
-
|
|
706
|
-
* @internal
|
|
707
|
-
*/
|
|
396
|
+
|
|
708
397
|
const filterSensitiveLog: (obj: TaskObject) => any;
|
|
709
398
|
}
|
|
710
|
-
|
|
711
|
-
* <p>Contains the output of PollForTask.</p>
|
|
712
|
-
*/
|
|
399
|
+
|
|
713
400
|
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
|
-
*/
|
|
401
|
+
|
|
719
402
|
taskObject?: TaskObject;
|
|
720
403
|
}
|
|
721
404
|
export declare namespace PollForTaskOutput {
|
|
722
|
-
|
|
723
|
-
* @internal
|
|
724
|
-
*/
|
|
405
|
+
|
|
725
406
|
const filterSensitiveLog: (obj: PollForTaskOutput) => any;
|
|
726
407
|
}
|
|
727
|
-
|
|
728
|
-
* <p>Contains the parameters for PutPipelineDefinition.</p>
|
|
729
|
-
*/
|
|
408
|
+
|
|
730
409
|
export interface PutPipelineDefinitionInput {
|
|
731
|
-
|
|
732
|
-
* <p>The ID of the pipeline.</p>
|
|
733
|
-
*/
|
|
410
|
+
|
|
734
411
|
pipelineId: string | undefined;
|
|
735
|
-
|
|
736
|
-
* <p>The objects that define the pipeline. These objects overwrite the existing pipeline definition.</p>
|
|
737
|
-
*/
|
|
412
|
+
|
|
738
413
|
pipelineObjects: PipelineObject[] | undefined;
|
|
739
|
-
|
|
740
|
-
* <p>The parameter objects used with the pipeline.</p>
|
|
741
|
-
*/
|
|
414
|
+
|
|
742
415
|
parameterObjects?: ParameterObject[];
|
|
743
|
-
|
|
744
|
-
* <p>The parameter values used with the pipeline.</p>
|
|
745
|
-
*/
|
|
416
|
+
|
|
746
417
|
parameterValues?: ParameterValue[];
|
|
747
418
|
}
|
|
748
419
|
export declare namespace PutPipelineDefinitionInput {
|
|
749
|
-
|
|
750
|
-
* @internal
|
|
751
|
-
*/
|
|
420
|
+
|
|
752
421
|
const filterSensitiveLog: (obj: PutPipelineDefinitionInput) => any;
|
|
753
422
|
}
|
|
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
|
-
*/
|
|
423
|
+
|
|
757
424
|
export interface ValidationError {
|
|
758
|
-
|
|
759
|
-
* <p>The identifier of the object that contains the validation error.</p>
|
|
760
|
-
*/
|
|
425
|
+
|
|
761
426
|
id?: string;
|
|
762
|
-
|
|
763
|
-
* <p>A description of the validation error.</p>
|
|
764
|
-
*/
|
|
427
|
+
|
|
765
428
|
errors?: string[];
|
|
766
429
|
}
|
|
767
430
|
export declare namespace ValidationError {
|
|
768
|
-
|
|
769
|
-
* @internal
|
|
770
|
-
*/
|
|
431
|
+
|
|
771
432
|
const filterSensitiveLog: (obj: ValidationError) => any;
|
|
772
433
|
}
|
|
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
|
-
*/
|
|
434
|
+
|
|
776
435
|
export interface ValidationWarning {
|
|
777
|
-
|
|
778
|
-
* <p>The identifier of the object that contains the validation warning.</p>
|
|
779
|
-
*/
|
|
436
|
+
|
|
780
437
|
id?: string;
|
|
781
|
-
|
|
782
|
-
* <p>A description of the validation warning.</p>
|
|
783
|
-
*/
|
|
438
|
+
|
|
784
439
|
warnings?: string[];
|
|
785
440
|
}
|
|
786
441
|
export declare namespace ValidationWarning {
|
|
787
|
-
|
|
788
|
-
* @internal
|
|
789
|
-
*/
|
|
442
|
+
|
|
790
443
|
const filterSensitiveLog: (obj: ValidationWarning) => any;
|
|
791
444
|
}
|
|
792
|
-
|
|
793
|
-
* <p>Contains the output of PutPipelineDefinition.</p>
|
|
794
|
-
*/
|
|
445
|
+
|
|
795
446
|
export interface PutPipelineDefinitionOutput {
|
|
796
|
-
|
|
797
|
-
* <p>The validation errors that are associated with the objects defined in <code>pipelineObjects</code>.</p>
|
|
798
|
-
*/
|
|
447
|
+
|
|
799
448
|
validationErrors?: ValidationError[];
|
|
800
|
-
|
|
801
|
-
* <p>The validation warnings that are associated with the objects defined in <code>pipelineObjects</code>.</p>
|
|
802
|
-
*/
|
|
449
|
+
|
|
803
450
|
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
|
-
*/
|
|
451
|
+
|
|
808
452
|
errored: boolean | undefined;
|
|
809
453
|
}
|
|
810
454
|
export declare namespace PutPipelineDefinitionOutput {
|
|
811
|
-
|
|
812
|
-
* @internal
|
|
813
|
-
*/
|
|
455
|
+
|
|
814
456
|
const filterSensitiveLog: (obj: PutPipelineDefinitionOutput) => any;
|
|
815
457
|
}
|
|
816
458
|
export declare enum OperatorType {
|
|
@@ -820,275 +462,138 @@ export declare enum OperatorType {
|
|
|
820
462
|
LessThanOrEqual = "LE",
|
|
821
463
|
ReferenceEqual = "REF_EQ"
|
|
822
464
|
}
|
|
823
|
-
|
|
824
|
-
* <p>Contains a logical operation for comparing the value of a field with a specified value.</p>
|
|
825
|
-
*/
|
|
465
|
+
|
|
826
466
|
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
|
-
*/
|
|
467
|
+
|
|
858
468
|
type?: OperatorType | string;
|
|
859
|
-
|
|
860
|
-
* <p>The value that the actual field value will be compared with.</p>
|
|
861
|
-
*/
|
|
469
|
+
|
|
862
470
|
values?: string[];
|
|
863
471
|
}
|
|
864
472
|
export declare namespace Operator {
|
|
865
|
-
|
|
866
|
-
* @internal
|
|
867
|
-
*/
|
|
473
|
+
|
|
868
474
|
const filterSensitiveLog: (obj: Operator) => any;
|
|
869
475
|
}
|
|
870
|
-
|
|
871
|
-
* <p>A comparision that is used to determine whether a query should return this object.</p>
|
|
872
|
-
*/
|
|
476
|
+
|
|
873
477
|
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
|
-
*/
|
|
478
|
+
|
|
877
479
|
fieldName?: string;
|
|
878
|
-
|
|
879
|
-
* <p>Contains a logical operation for comparing the value of a field with a specified value.</p>
|
|
880
|
-
*/
|
|
480
|
+
|
|
881
481
|
operator?: Operator;
|
|
882
482
|
}
|
|
883
483
|
export declare namespace Selector {
|
|
884
|
-
|
|
885
|
-
* @internal
|
|
886
|
-
*/
|
|
484
|
+
|
|
887
485
|
const filterSensitiveLog: (obj: Selector) => any;
|
|
888
486
|
}
|
|
889
|
-
|
|
890
|
-
* <p>Defines the query to run against an object.</p>
|
|
891
|
-
*/
|
|
487
|
+
|
|
892
488
|
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
|
-
*/
|
|
489
|
+
|
|
896
490
|
selectors?: Selector[];
|
|
897
491
|
}
|
|
898
492
|
export declare namespace Query {
|
|
899
|
-
|
|
900
|
-
* @internal
|
|
901
|
-
*/
|
|
493
|
+
|
|
902
494
|
const filterSensitiveLog: (obj: Query) => any;
|
|
903
495
|
}
|
|
904
|
-
|
|
905
|
-
* <p>Contains the parameters for QueryObjects.</p>
|
|
906
|
-
*/
|
|
496
|
+
|
|
907
497
|
export interface QueryObjectsInput {
|
|
908
|
-
|
|
909
|
-
* <p>The ID of the pipeline.</p>
|
|
910
|
-
*/
|
|
498
|
+
|
|
911
499
|
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
|
-
*/
|
|
500
|
+
|
|
917
501
|
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
|
-
*/
|
|
502
|
+
|
|
922
503
|
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
|
-
*/
|
|
504
|
+
|
|
928
505
|
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
|
-
*/
|
|
506
|
+
|
|
932
507
|
limit?: number;
|
|
933
508
|
}
|
|
934
509
|
export declare namespace QueryObjectsInput {
|
|
935
|
-
|
|
936
|
-
* @internal
|
|
937
|
-
*/
|
|
510
|
+
|
|
938
511
|
const filterSensitiveLog: (obj: QueryObjectsInput) => any;
|
|
939
512
|
}
|
|
940
|
-
|
|
941
|
-
* <p>Contains the output of QueryObjects.</p>
|
|
942
|
-
*/
|
|
513
|
+
|
|
943
514
|
export interface QueryObjectsOutput {
|
|
944
|
-
|
|
945
|
-
* <p>The identifiers that match the query selectors.</p>
|
|
946
|
-
*/
|
|
515
|
+
|
|
947
516
|
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
|
-
*/
|
|
517
|
+
|
|
952
518
|
marker?: string;
|
|
953
|
-
|
|
954
|
-
* <p>Indicates whether there are more results that can be obtained by a subsequent call.</p>
|
|
955
|
-
*/
|
|
519
|
+
|
|
956
520
|
hasMoreResults?: boolean;
|
|
957
521
|
}
|
|
958
522
|
export declare namespace QueryObjectsOutput {
|
|
959
|
-
|
|
960
|
-
* @internal
|
|
961
|
-
*/
|
|
523
|
+
|
|
962
524
|
const filterSensitiveLog: (obj: QueryObjectsOutput) => any;
|
|
963
525
|
}
|
|
964
|
-
|
|
965
|
-
* <p>Contains the parameters for RemoveTags.</p>
|
|
966
|
-
*/
|
|
526
|
+
|
|
967
527
|
export interface RemoveTagsInput {
|
|
968
|
-
|
|
969
|
-
* <p>The ID of the pipeline.</p>
|
|
970
|
-
*/
|
|
528
|
+
|
|
971
529
|
pipelineId: string | undefined;
|
|
972
|
-
|
|
973
|
-
* <p>The keys of the tags to remove.</p>
|
|
974
|
-
*/
|
|
530
|
+
|
|
975
531
|
tagKeys: string[] | undefined;
|
|
976
532
|
}
|
|
977
533
|
export declare namespace RemoveTagsInput {
|
|
978
|
-
|
|
979
|
-
* @internal
|
|
980
|
-
*/
|
|
534
|
+
|
|
981
535
|
const filterSensitiveLog: (obj: RemoveTagsInput) => any;
|
|
982
536
|
}
|
|
983
|
-
|
|
984
|
-
* <p>Contains the output of RemoveTags.</p>
|
|
985
|
-
*/
|
|
537
|
+
|
|
986
538
|
export interface RemoveTagsOutput {
|
|
987
539
|
}
|
|
988
540
|
export declare namespace RemoveTagsOutput {
|
|
989
|
-
|
|
990
|
-
* @internal
|
|
991
|
-
*/
|
|
541
|
+
|
|
992
542
|
const filterSensitiveLog: (obj: RemoveTagsOutput) => any;
|
|
993
543
|
}
|
|
994
|
-
|
|
995
|
-
* <p>Contains the parameters for ReportTaskProgress.</p>
|
|
996
|
-
*/
|
|
544
|
+
|
|
997
545
|
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
|
-
*/
|
|
546
|
+
|
|
1001
547
|
taskId: string | undefined;
|
|
1002
|
-
|
|
1003
|
-
* <p>Key-value pairs that define the properties of the ReportTaskProgressInput object.</p>
|
|
1004
|
-
*/
|
|
548
|
+
|
|
1005
549
|
fields?: Field[];
|
|
1006
550
|
}
|
|
1007
551
|
export declare namespace ReportTaskProgressInput {
|
|
1008
|
-
|
|
1009
|
-
* @internal
|
|
1010
|
-
*/
|
|
552
|
+
|
|
1011
553
|
const filterSensitiveLog: (obj: ReportTaskProgressInput) => any;
|
|
1012
554
|
}
|
|
1013
|
-
|
|
1014
|
-
* <p>Contains the output of ReportTaskProgress.</p>
|
|
1015
|
-
*/
|
|
555
|
+
|
|
1016
556
|
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
|
-
*/
|
|
557
|
+
|
|
1020
558
|
canceled: boolean | undefined;
|
|
1021
559
|
}
|
|
1022
560
|
export declare namespace ReportTaskProgressOutput {
|
|
1023
|
-
|
|
1024
|
-
* @internal
|
|
1025
|
-
*/
|
|
561
|
+
|
|
1026
562
|
const filterSensitiveLog: (obj: ReportTaskProgressOutput) => any;
|
|
1027
563
|
}
|
|
1028
|
-
|
|
1029
|
-
* <p>Contains the parameters for ReportTaskRunnerHeartbeat.</p>
|
|
1030
|
-
*/
|
|
564
|
+
|
|
1031
565
|
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
|
-
*/
|
|
566
|
+
|
|
1037
567
|
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
|
-
*/
|
|
568
|
+
|
|
1043
569
|
workerGroup?: string;
|
|
1044
|
-
|
|
1045
|
-
* <p>The public DNS name of the task runner.</p>
|
|
1046
|
-
*/
|
|
570
|
+
|
|
1047
571
|
hostname?: string;
|
|
1048
572
|
}
|
|
1049
573
|
export declare namespace ReportTaskRunnerHeartbeatInput {
|
|
1050
|
-
|
|
1051
|
-
* @internal
|
|
1052
|
-
*/
|
|
574
|
+
|
|
1053
575
|
const filterSensitiveLog: (obj: ReportTaskRunnerHeartbeatInput) => any;
|
|
1054
576
|
}
|
|
1055
|
-
|
|
1056
|
-
* <p>Contains the output of ReportTaskRunnerHeartbeat.</p>
|
|
1057
|
-
*/
|
|
577
|
+
|
|
1058
578
|
export interface ReportTaskRunnerHeartbeatOutput {
|
|
1059
|
-
|
|
1060
|
-
* <p>Indicates whether the calling task runner should terminate.</p>
|
|
1061
|
-
*/
|
|
579
|
+
|
|
1062
580
|
terminate: boolean | undefined;
|
|
1063
581
|
}
|
|
1064
582
|
export declare namespace ReportTaskRunnerHeartbeatOutput {
|
|
1065
|
-
|
|
1066
|
-
* @internal
|
|
1067
|
-
*/
|
|
583
|
+
|
|
1068
584
|
const filterSensitiveLog: (obj: ReportTaskRunnerHeartbeatOutput) => any;
|
|
1069
585
|
}
|
|
1070
|
-
|
|
1071
|
-
* <p>Contains the parameters for SetStatus.</p>
|
|
1072
|
-
*/
|
|
586
|
+
|
|
1073
587
|
export interface SetStatusInput {
|
|
1074
|
-
|
|
1075
|
-
* <p>The ID of the pipeline that contains the objects.</p>
|
|
1076
|
-
*/
|
|
588
|
+
|
|
1077
589
|
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
|
-
*/
|
|
590
|
+
|
|
1081
591
|
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
|
-
*/
|
|
592
|
+
|
|
1086
593
|
status: string | undefined;
|
|
1087
594
|
}
|
|
1088
595
|
export declare namespace SetStatusInput {
|
|
1089
|
-
|
|
1090
|
-
* @internal
|
|
1091
|
-
*/
|
|
596
|
+
|
|
1092
597
|
const filterSensitiveLog: (obj: SetStatusInput) => any;
|
|
1093
598
|
}
|
|
1094
599
|
export declare enum TaskStatus {
|
|
@@ -1096,98 +601,55 @@ export declare enum TaskStatus {
|
|
|
1096
601
|
FALSE = "FALSE",
|
|
1097
602
|
FINISHED = "FINISHED"
|
|
1098
603
|
}
|
|
1099
|
-
|
|
1100
|
-
* <p>Contains the parameters for SetTaskStatus.</p>
|
|
1101
|
-
*/
|
|
604
|
+
|
|
1102
605
|
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
|
-
*/
|
|
606
|
+
|
|
1106
607
|
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
|
-
*/
|
|
608
|
+
|
|
1110
609
|
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
|
-
*/
|
|
610
|
+
|
|
1115
611
|
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
|
-
*/
|
|
612
|
+
|
|
1120
613
|
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
|
-
*/
|
|
614
|
+
|
|
1125
615
|
errorStackTrace?: string;
|
|
1126
616
|
}
|
|
1127
617
|
export declare namespace SetTaskStatusInput {
|
|
1128
|
-
|
|
1129
|
-
* @internal
|
|
1130
|
-
*/
|
|
618
|
+
|
|
1131
619
|
const filterSensitiveLog: (obj: SetTaskStatusInput) => any;
|
|
1132
620
|
}
|
|
1133
|
-
|
|
1134
|
-
* <p>Contains the output of SetTaskStatus.</p>
|
|
1135
|
-
*/
|
|
621
|
+
|
|
1136
622
|
export interface SetTaskStatusOutput {
|
|
1137
623
|
}
|
|
1138
624
|
export declare namespace SetTaskStatusOutput {
|
|
1139
|
-
|
|
1140
|
-
* @internal
|
|
1141
|
-
*/
|
|
625
|
+
|
|
1142
626
|
const filterSensitiveLog: (obj: SetTaskStatusOutput) => any;
|
|
1143
627
|
}
|
|
1144
|
-
|
|
1145
|
-
* <p>Contains the parameters for ValidatePipelineDefinition.</p>
|
|
1146
|
-
*/
|
|
628
|
+
|
|
1147
629
|
export interface ValidatePipelineDefinitionInput {
|
|
1148
|
-
|
|
1149
|
-
* <p>The ID of the pipeline.</p>
|
|
1150
|
-
*/
|
|
630
|
+
|
|
1151
631
|
pipelineId: string | undefined;
|
|
1152
|
-
|
|
1153
|
-
* <p>The objects that define the pipeline changes to validate against the pipeline.</p>
|
|
1154
|
-
*/
|
|
632
|
+
|
|
1155
633
|
pipelineObjects: PipelineObject[] | undefined;
|
|
1156
|
-
|
|
1157
|
-
* <p>The parameter objects used with the pipeline.</p>
|
|
1158
|
-
*/
|
|
634
|
+
|
|
1159
635
|
parameterObjects?: ParameterObject[];
|
|
1160
|
-
|
|
1161
|
-
* <p>The parameter values used with the pipeline.</p>
|
|
1162
|
-
*/
|
|
636
|
+
|
|
1163
637
|
parameterValues?: ParameterValue[];
|
|
1164
638
|
}
|
|
1165
639
|
export declare namespace ValidatePipelineDefinitionInput {
|
|
1166
|
-
|
|
1167
|
-
* @internal
|
|
1168
|
-
*/
|
|
640
|
+
|
|
1169
641
|
const filterSensitiveLog: (obj: ValidatePipelineDefinitionInput) => any;
|
|
1170
642
|
}
|
|
1171
|
-
|
|
1172
|
-
* <p>Contains the output of ValidatePipelineDefinition.</p>
|
|
1173
|
-
*/
|
|
643
|
+
|
|
1174
644
|
export interface ValidatePipelineDefinitionOutput {
|
|
1175
|
-
|
|
1176
|
-
* <p>Any validation errors that were found.</p>
|
|
1177
|
-
*/
|
|
645
|
+
|
|
1178
646
|
validationErrors?: ValidationError[];
|
|
1179
|
-
|
|
1180
|
-
* <p>Any validation warnings that were found.</p>
|
|
1181
|
-
*/
|
|
647
|
+
|
|
1182
648
|
validationWarnings?: ValidationWarning[];
|
|
1183
|
-
|
|
1184
|
-
* <p>Indicates whether there were validation errors.</p>
|
|
1185
|
-
*/
|
|
649
|
+
|
|
1186
650
|
errored: boolean | undefined;
|
|
1187
651
|
}
|
|
1188
652
|
export declare namespace ValidatePipelineDefinitionOutput {
|
|
1189
|
-
|
|
1190
|
-
* @internal
|
|
1191
|
-
*/
|
|
653
|
+
|
|
1192
654
|
const filterSensitiveLog: (obj: ValidatePipelineDefinitionOutput) => any;
|
|
1193
655
|
}
|