1{
2  "version":"2.0",
3  "metadata":{
4    "apiVersion":"2012-10-29",
5    "endpointPrefix":"datapipeline",
6    "jsonVersion":"1.1",
7    "serviceFullName":"AWS Data Pipeline",
8    "serviceId":"Data Pipeline",
9    "signatureVersion":"v4",
10    "targetPrefix":"DataPipeline",
11    "protocol":"json",
12    "uid":"datapipeline-2012-10-29"
13  },
14  "documentation":"<p>AWS Data Pipeline configures and manages a data-driven workflow called a pipeline. AWS Data Pipeline handles the details of scheduling and ensuring that data dependencies are met so that your application can focus on processing the data.</p> <p>AWS Data Pipeline provides a JAR implementation of a task runner called AWS Data Pipeline Task Runner. AWS Data Pipeline Task Runner provides logic for common data management scenarios, such as performing database queries and running data analysis using Amazon Elastic MapReduce (Amazon EMR). You can use AWS Data Pipeline Task Runner as your task runner, or you can write your own task runner to provide custom data management.</p> <p>AWS Data Pipeline implements two main sets of functionality. Use the first set to create a pipeline and define data sources, schedules, dependencies, and the transforms to be performed on the data. Use the second set in your task runner application to receive the next task ready for processing. The logic for performing the task, such as querying the data, running data analysis, or converting the data from one format to another, is contained within the task runner. The task runner performs the task assigned to it by the web service, reporting progress to the web service as it does so. When the task is done, the task runner reports the final success or failure of the task to the web service.</p>",
15  "operations":{
16    "ActivatePipeline":{
17      "name":"ActivatePipeline",
18      "http":{
19        "method":"POST",
20        "requestUri":"/"
21      },
22      "input":{
23        "shape":"ActivatePipelineInput",
24        "documentation":"<p>Contains the parameters for ActivatePipeline.</p>"
25      },
26      "output":{
27        "shape":"ActivatePipelineOutput",
28        "documentation":"<p>Contains the output of ActivatePipeline.</p>"
29      },
30      "errors":[
31        {
32          "shape":"PipelineNotFoundException",
33          "exception":true,
34          "documentation":"<p>The specified pipeline was not found. Verify that you used the correct user and account identifiers.</p>"
35        },
36        {
37          "shape":"PipelineDeletedException",
38          "exception":true,
39          "documentation":"<p>The specified pipeline has been deleted.</p>"
40        },
41        {
42          "shape":"InternalServiceError",
43          "exception":true,
44          "fault":true,
45          "documentation":"<p>An internal service error occurred.</p>"
46        },
47        {
48          "shape":"InvalidRequestException",
49          "exception":true,
50          "documentation":"<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>"
51        }
52      ],
53      "documentation":"<p>Validates the specified pipeline and starts processing pipeline tasks. If the pipeline does not pass validation, activation fails.</p> <p>If you need to pause the pipeline to investigate an issue with a component, such as a data source or script, call <a>DeactivatePipeline</a>.</p> <p>To activate a finished pipeline, modify the end date for the pipeline and then activate it.</p>"
54    },
55    "AddTags":{
56      "name":"AddTags",
57      "http":{
58        "method":"POST",
59        "requestUri":"/"
60      },
61      "input":{
62        "shape":"AddTagsInput",
63        "documentation":"<p>Contains the parameters for AddTags.</p>"
64      },
65      "output":{
66        "shape":"AddTagsOutput",
67        "documentation":"<p>Contains the output of AddTags.</p>"
68      },
69      "errors":[
70        {
71          "shape":"InternalServiceError",
72          "exception":true,
73          "fault":true,
74          "documentation":"<p>An internal service error occurred.</p>"
75        },
76        {
77          "shape":"InvalidRequestException",
78          "exception":true,
79          "documentation":"<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>"
80        },
81        {
82          "shape":"PipelineNotFoundException",
83          "exception":true,
84          "documentation":"<p>The specified pipeline was not found. Verify that you used the correct user and account identifiers.</p>"
85        },
86        {
87          "shape":"PipelineDeletedException",
88          "exception":true,
89          "documentation":"<p>The specified pipeline has been deleted.</p>"
90        }
91      ],
92      "documentation":"<p>Adds or modifies tags for the specified pipeline.</p>"
93    },
94    "CreatePipeline":{
95      "name":"CreatePipeline",
96      "http":{
97        "method":"POST",
98        "requestUri":"/"
99      },
100      "input":{
101        "shape":"CreatePipelineInput",
102        "documentation":"<p>Contains the parameters for CreatePipeline.</p>"
103      },
104      "output":{
105        "shape":"CreatePipelineOutput",
106        "documentation":"<p>Contains the output of CreatePipeline.</p>"
107      },
108      "errors":[
109        {
110          "shape":"InternalServiceError",
111          "exception":true,
112          "fault":true,
113          "documentation":"<p>An internal service error occurred.</p>"
114        },
115        {
116          "shape":"InvalidRequestException",
117          "exception":true,
118          "documentation":"<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>"
119        }
120      ],
121      "documentation":"<p>Creates a new, empty pipeline. Use <a>PutPipelineDefinition</a> to populate the pipeline.</p>"
122    },
123    "DeactivatePipeline":{
124      "name":"DeactivatePipeline",
125      "http":{
126        "method":"POST",
127        "requestUri":"/"
128      },
129      "input":{
130        "shape":"DeactivatePipelineInput",
131        "documentation":"<p>Contains the parameters for DeactivatePipeline.</p>"
132      },
133      "output":{
134        "shape":"DeactivatePipelineOutput",
135        "documentation":"<p>Contains the output of DeactivatePipeline.</p>"
136      },
137      "errors":[
138        {
139          "shape":"PipelineNotFoundException",
140          "exception":true,
141          "documentation":"<p>The specified pipeline was not found. Verify that you used the correct user and account identifiers.</p>"
142        },
143        {
144          "shape":"PipelineDeletedException",
145          "exception":true,
146          "documentation":"<p>The specified pipeline has been deleted.</p>"
147        },
148        {
149          "shape":"InternalServiceError",
150          "exception":true,
151          "fault":true,
152          "documentation":"<p>An internal service error occurred.</p>"
153        },
154        {
155          "shape":"InvalidRequestException",
156          "exception":true,
157          "documentation":"<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>"
158        }
159      ],
160      "documentation":"<p>Deactivates the specified running pipeline. The pipeline is set to the <code>DEACTIVATING</code> state until the deactivation process completes.</p> <p>To resume a deactivated pipeline, use <a>ActivatePipeline</a>. By default, the pipeline resumes from the last completed execution. Optionally, you can specify the date and time to resume the pipeline.</p>"
161    },
162    "DeletePipeline":{
163      "name":"DeletePipeline",
164      "http":{
165        "method":"POST",
166        "requestUri":"/"
167      },
168      "input":{
169        "shape":"DeletePipelineInput",
170        "documentation":"<p>Contains the parameters for DeletePipeline.</p>"
171      },
172      "errors":[
173        {
174          "shape":"PipelineNotFoundException",
175          "exception":true,
176          "documentation":"<p>The specified pipeline was not found. Verify that you used the correct user and account identifiers.</p>"
177        },
178        {
179          "shape":"InternalServiceError",
180          "exception":true,
181          "fault":true,
182          "documentation":"<p>An internal service error occurred.</p>"
183        },
184        {
185          "shape":"InvalidRequestException",
186          "exception":true,
187          "documentation":"<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>"
188        }
189      ],
190      "documentation":"<p>Deletes a pipeline, its pipeline definition, and its run history. AWS Data Pipeline attempts to cancel instances associated with the pipeline that are currently being processed by task runners.</p> <p>Deleting a pipeline cannot be undone. You cannot query or restore a deleted pipeline. To temporarily pause a pipeline instead of deleting it, call <a>SetStatus</a> with the status set to <code>PAUSE</code> on individual components. Components that are paused by <a>SetStatus</a> can be resumed.</p>"
191    },
192    "DescribeObjects":{
193      "name":"DescribeObjects",
194      "http":{
195        "method":"POST",
196        "requestUri":"/"
197      },
198      "input":{
199        "shape":"DescribeObjectsInput",
200        "documentation":"<p>Contains the parameters for DescribeObjects.</p>"
201      },
202      "output":{
203        "shape":"DescribeObjectsOutput",
204        "documentation":"<p>Contains the output of DescribeObjects.</p>"
205      },
206      "errors":[
207        {
208          "shape":"InternalServiceError",
209          "exception":true,
210          "fault":true,
211          "documentation":"<p>An internal service error occurred.</p>"
212        },
213        {
214          "shape":"InvalidRequestException",
215          "exception":true,
216          "documentation":"<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>"
217        },
218        {
219          "shape":"PipelineNotFoundException",
220          "exception":true,
221          "documentation":"<p>The specified pipeline was not found. Verify that you used the correct user and account identifiers.</p>"
222        },
223        {
224          "shape":"PipelineDeletedException",
225          "exception":true,
226          "documentation":"<p>The specified pipeline has been deleted.</p>"
227        }
228      ],
229      "documentation":"<p>Gets the object definitions for a set of objects associated with the pipeline. Object definitions are composed of a set of fields that define the properties of the object.</p>"
230    },
231    "DescribePipelines":{
232      "name":"DescribePipelines",
233      "http":{
234        "method":"POST",
235        "requestUri":"/"
236      },
237      "input":{
238        "shape":"DescribePipelinesInput",
239        "documentation":"<p>Contains the parameters for DescribePipelines.</p>"
240      },
241      "output":{
242        "shape":"DescribePipelinesOutput",
243        "documentation":"<p>Contains the output of DescribePipelines.</p>"
244      },
245      "errors":[
246        {
247          "shape":"PipelineNotFoundException",
248          "exception":true,
249          "documentation":"<p>The specified pipeline was not found. Verify that you used the correct user and account identifiers.</p>"
250        },
251        {
252          "shape":"PipelineDeletedException",
253          "exception":true,
254          "documentation":"<p>The specified pipeline has been deleted.</p>"
255        },
256        {
257          "shape":"InternalServiceError",
258          "exception":true,
259          "fault":true,
260          "documentation":"<p>An internal service error occurred.</p>"
261        },
262        {
263          "shape":"InvalidRequestException",
264          "exception":true,
265          "documentation":"<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>"
266        }
267      ],
268      "documentation":"<p>Retrieves metadata about one or more pipelines. The information retrieved includes the name of the pipeline, the pipeline identifier, its current state, and the user account that owns the pipeline. Using account credentials, you can retrieve metadata about pipelines that you or your IAM users have created. If you are using an IAM user account, you can retrieve metadata about only those pipelines for which you have read permissions.</p> <p>To retrieve the full pipeline definition instead of metadata about the pipeline, call <a>GetPipelineDefinition</a>.</p>"
269    },
270    "EvaluateExpression":{
271      "name":"EvaluateExpression",
272      "http":{
273        "method":"POST",
274        "requestUri":"/"
275      },
276      "input":{
277        "shape":"EvaluateExpressionInput",
278        "documentation":"<p>Contains the parameters for EvaluateExpression.</p>"
279      },
280      "output":{
281        "shape":"EvaluateExpressionOutput",
282        "documentation":"<p>Contains the output of EvaluateExpression.</p>"
283      },
284      "errors":[
285        {
286          "shape":"InternalServiceError",
287          "exception":true,
288          "fault":true,
289          "documentation":"<p>An internal service error occurred.</p>"
290        },
291        {
292          "shape":"TaskNotFoundException",
293          "exception":true,
294          "documentation":"<p>The specified task was not found. </p>"
295        },
296        {
297          "shape":"InvalidRequestException",
298          "exception":true,
299          "documentation":"<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>"
300        },
301        {
302          "shape":"PipelineNotFoundException",
303          "exception":true,
304          "documentation":"<p>The specified pipeline was not found. Verify that you used the correct user and account identifiers.</p>"
305        },
306        {
307          "shape":"PipelineDeletedException",
308          "exception":true,
309          "documentation":"<p>The specified pipeline has been deleted.</p>"
310        }
311      ],
312      "documentation":"<p>Task runners call <code>EvaluateExpression</code> to evaluate a string in the context of the specified object. For example, a task runner can evaluate SQL queries stored in Amazon S3.</p>"
313    },
314    "GetPipelineDefinition":{
315      "name":"GetPipelineDefinition",
316      "http":{
317        "method":"POST",
318        "requestUri":"/"
319      },
320      "input":{
321        "shape":"GetPipelineDefinitionInput",
322        "documentation":"<p>Contains the parameters for GetPipelineDefinition.</p>"
323      },
324      "output":{
325        "shape":"GetPipelineDefinitionOutput",
326        "documentation":"<p>Contains the output of GetPipelineDefinition.</p>"
327      },
328      "errors":[
329        {
330          "shape":"InternalServiceError",
331          "exception":true,
332          "fault":true,
333          "documentation":"<p>An internal service error occurred.</p>"
334        },
335        {
336          "shape":"InvalidRequestException",
337          "exception":true,
338          "documentation":"<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>"
339        },
340        {
341          "shape":"PipelineNotFoundException",
342          "exception":true,
343          "documentation":"<p>The specified pipeline was not found. Verify that you used the correct user and account identifiers.</p>"
344        },
345        {
346          "shape":"PipelineDeletedException",
347          "exception":true,
348          "documentation":"<p>The specified pipeline has been deleted.</p>"
349        }
350      ],
351      "documentation":"<p>Gets the definition of the specified pipeline. You can call <code>GetPipelineDefinition</code> to retrieve the pipeline definition that you provided using <a>PutPipelineDefinition</a>.</p>"
352    },
353    "ListPipelines":{
354      "name":"ListPipelines",
355      "http":{
356        "method":"POST",
357        "requestUri":"/"
358      },
359      "input":{
360        "shape":"ListPipelinesInput",
361        "documentation":"<p>Contains the parameters for ListPipelines.</p>"
362      },
363      "output":{
364        "shape":"ListPipelinesOutput",
365        "documentation":"<p>Contains the output of ListPipelines.</p>"
366      },
367      "errors":[
368        {
369          "shape":"InternalServiceError",
370          "exception":true,
371          "fault":true,
372          "documentation":"<p>An internal service error occurred.</p>"
373        },
374        {
375          "shape":"InvalidRequestException",
376          "exception":true,
377          "documentation":"<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>"
378        }
379      ],
380      "documentation":"<p>Lists the pipeline identifiers for all active pipelines that you have permission to access.</p>"
381    },
382    "PollForTask":{
383      "name":"PollForTask",
384      "http":{
385        "method":"POST",
386        "requestUri":"/"
387      },
388      "input":{
389        "shape":"PollForTaskInput",
390        "documentation":"<p>Contains the parameters for PollForTask.</p>"
391      },
392      "output":{
393        "shape":"PollForTaskOutput",
394        "documentation":"<p>Contains the output of PollForTask.</p>"
395      },
396      "errors":[
397        {
398          "shape":"InternalServiceError",
399          "exception":true,
400          "fault":true,
401          "documentation":"<p>An internal service error occurred.</p>"
402        },
403        {
404          "shape":"InvalidRequestException",
405          "exception":true,
406          "documentation":"<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>"
407        },
408        {
409          "shape":"TaskNotFoundException",
410          "exception":true,
411          "documentation":"<p>The specified task was not found. </p>"
412        }
413      ],
414      "documentation":"<p>Task runners call <code>PollForTask</code> to receive a task to perform from AWS Data Pipeline. The task runner specifies which tasks it can perform by setting a value for the <code>workerGroup</code> parameter. The task returned can come from any of the pipelines that match the <code>workerGroup</code> value passed in by the task runner and that was launched using the IAM user credentials specified by the task runner.</p> <p>If tasks are ready in the work queue, <code>PollForTask</code> returns a response immediately. If no tasks are available in the queue, <code>PollForTask</code> uses long-polling and holds on to a poll connection for up to a 90 seconds, during which time the first newly scheduled task is handed to the task runner. To accomodate this, set the socket timeout in your task runner to 90 seconds. The task runner should not call <code>PollForTask</code> again on the same <code>workerGroup</code> until it receives a response, and this can take up to 90 seconds. </p>"
415    },
416    "PutPipelineDefinition":{
417      "name":"PutPipelineDefinition",
418      "http":{
419        "method":"POST",
420        "requestUri":"/"
421      },
422      "input":{
423        "shape":"PutPipelineDefinitionInput",
424        "documentation":"<p>Contains the parameters for PutPipelineDefinition.</p>"
425      },
426      "output":{
427        "shape":"PutPipelineDefinitionOutput",
428        "documentation":"<p>Contains the output of PutPipelineDefinition.</p>"
429      },
430      "errors":[
431        {
432          "shape":"InternalServiceError",
433          "exception":true,
434          "fault":true,
435          "documentation":"<p>An internal service error occurred.</p>"
436        },
437        {
438          "shape":"InvalidRequestException",
439          "exception":true,
440          "documentation":"<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>"
441        },
442        {
443          "shape":"PipelineNotFoundException",
444          "exception":true,
445          "documentation":"<p>The specified pipeline was not found. Verify that you used the correct user and account identifiers.</p>"
446        },
447        {
448          "shape":"PipelineDeletedException",
449          "exception":true,
450          "documentation":"<p>The specified pipeline has been deleted.</p>"
451        }
452      ],
453      "documentation":"<p>Adds tasks, schedules, and preconditions to the specified pipeline. You can use <code>PutPipelineDefinition</code> to populate a new pipeline.</p> <p> <code>PutPipelineDefinition</code> also validates the configuration as it adds it to the pipeline. Changes to the pipeline are saved unless one of the following three validation errors exists in the pipeline. </p> <ol> <li>An object is missing a name or identifier field.</li> <li>A string or reference field is empty.</li> <li>The number of objects in the pipeline exceeds the maximum allowed objects.</li> <li>The pipeline is in a FINISHED state.</li> </ol> <p> Pipeline object definitions are passed to the <code>PutPipelineDefinition</code> action and returned by the <a>GetPipelineDefinition</a> action. </p>"
454    },
455    "QueryObjects":{
456      "name":"QueryObjects",
457      "http":{
458        "method":"POST",
459        "requestUri":"/"
460      },
461      "input":{
462        "shape":"QueryObjectsInput",
463        "documentation":"<p>Contains the parameters for QueryObjects.</p>"
464      },
465      "output":{
466        "shape":"QueryObjectsOutput",
467        "documentation":"<p>Contains the output of QueryObjects.</p>"
468      },
469      "errors":[
470        {
471          "shape":"PipelineNotFoundException",
472          "exception":true,
473          "documentation":"<p>The specified pipeline was not found. Verify that you used the correct user and account identifiers.</p>"
474        },
475        {
476          "shape":"PipelineDeletedException",
477          "exception":true,
478          "documentation":"<p>The specified pipeline has been deleted.</p>"
479        },
480        {
481          "shape":"InternalServiceError",
482          "exception":true,
483          "fault":true,
484          "documentation":"<p>An internal service error occurred.</p>"
485        },
486        {
487          "shape":"InvalidRequestException",
488          "exception":true,
489          "documentation":"<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>"
490        }
491      ],
492      "documentation":"<p>Queries the specified pipeline for the names of objects that match the specified set of conditions.</p>"
493    },
494    "RemoveTags":{
495      "name":"RemoveTags",
496      "http":{
497        "method":"POST",
498        "requestUri":"/"
499      },
500      "input":{
501        "shape":"RemoveTagsInput",
502        "documentation":"<p>Contains the parameters for RemoveTags.</p>"
503      },
504      "output":{
505        "shape":"RemoveTagsOutput",
506        "documentation":"<p>Contains the output of RemoveTags.</p>"
507      },
508      "errors":[
509        {
510          "shape":"InternalServiceError",
511          "exception":true,
512          "fault":true,
513          "documentation":"<p>An internal service error occurred.</p>"
514        },
515        {
516          "shape":"InvalidRequestException",
517          "exception":true,
518          "documentation":"<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>"
519        },
520        {
521          "shape":"PipelineNotFoundException",
522          "exception":true,
523          "documentation":"<p>The specified pipeline was not found. Verify that you used the correct user and account identifiers.</p>"
524        },
525        {
526          "shape":"PipelineDeletedException",
527          "exception":true,
528          "documentation":"<p>The specified pipeline has been deleted.</p>"
529        }
530      ],
531      "documentation":"<p>Removes existing tags from the specified pipeline.</p>"
532    },
533    "ReportTaskProgress":{
534      "name":"ReportTaskProgress",
535      "http":{
536        "method":"POST",
537        "requestUri":"/"
538      },
539      "input":{
540        "shape":"ReportTaskProgressInput",
541        "documentation":"<p>Contains the parameters for ReportTaskProgress.</p>"
542      },
543      "output":{
544        "shape":"ReportTaskProgressOutput",
545        "documentation":"<p>Contains the output of ReportTaskProgress.</p>"
546      },
547      "errors":[
548        {
549          "shape":"InternalServiceError",
550          "exception":true,
551          "fault":true,
552          "documentation":"<p>An internal service error occurred.</p>"
553        },
554        {
555          "shape":"InvalidRequestException",
556          "exception":true,
557          "documentation":"<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>"
558        },
559        {
560          "shape":"TaskNotFoundException",
561          "exception":true,
562          "documentation":"<p>The specified task was not found. </p>"
563        },
564        {
565          "shape":"PipelineNotFoundException",
566          "exception":true,
567          "documentation":"<p>The specified pipeline was not found. Verify that you used the correct user and account identifiers.</p>"
568        },
569        {
570          "shape":"PipelineDeletedException",
571          "exception":true,
572          "documentation":"<p>The specified pipeline has been deleted.</p>"
573        }
574      ],
575      "documentation":"<p>Task runners call <code>ReportTaskProgress</code> when assigned a task to acknowledge that it has the task. If the web service does not receive this acknowledgement within 2 minutes, it assigns the task in a subsequent <a>PollForTask</a> call. After this initial acknowledgement, the task runner only needs to report progress every 15 minutes to maintain its ownership of the task. You can change this reporting time from 15 minutes by specifying a <code>reportProgressTimeout</code> field in your pipeline.</p> <p>If a task runner does not report its status after 5 minutes, AWS Data Pipeline assumes that the task runner is unable to process the task and reassigns the task in a subsequent response to <a>PollForTask</a>. Task runners should call <code>ReportTaskProgress</code> every 60 seconds.</p>"
576    },
577    "ReportTaskRunnerHeartbeat":{
578      "name":"ReportTaskRunnerHeartbeat",
579      "http":{
580        "method":"POST",
581        "requestUri":"/"
582      },
583      "input":{
584        "shape":"ReportTaskRunnerHeartbeatInput",
585        "documentation":"<p>Contains the parameters for ReportTaskRunnerHeartbeat.</p>"
586      },
587      "output":{
588        "shape":"ReportTaskRunnerHeartbeatOutput",
589        "documentation":"<p>Contains the output of ReportTaskRunnerHeartbeat.</p>"
590      },
591      "errors":[
592        {
593          "shape":"InternalServiceError",
594          "exception":true,
595          "fault":true,
596          "documentation":"<p>An internal service error occurred.</p>"
597        },
598        {
599          "shape":"InvalidRequestException",
600          "exception":true,
601          "documentation":"<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>"
602        }
603      ],
604      "documentation":"<p>Task runners call <code>ReportTaskRunnerHeartbeat</code> every 15 minutes to indicate that they are operational. If the AWS Data Pipeline Task Runner is launched on a resource managed by AWS Data Pipeline, the web service can use this call to detect when the task runner application has failed and restart a new instance.</p>"
605    },
606    "SetStatus":{
607      "name":"SetStatus",
608      "http":{
609        "method":"POST",
610        "requestUri":"/"
611      },
612      "input":{
613        "shape":"SetStatusInput",
614        "documentation":"<p>Contains the parameters for SetStatus.</p>"
615      },
616      "errors":[
617        {
618          "shape":"PipelineNotFoundException",
619          "exception":true,
620          "documentation":"<p>The specified pipeline was not found. Verify that you used the correct user and account identifiers.</p>"
621        },
622        {
623          "shape":"PipelineDeletedException",
624          "exception":true,
625          "documentation":"<p>The specified pipeline has been deleted.</p>"
626        },
627        {
628          "shape":"InternalServiceError",
629          "exception":true,
630          "fault":true,
631          "documentation":"<p>An internal service error occurred.</p>"
632        },
633        {
634          "shape":"InvalidRequestException",
635          "exception":true,
636          "documentation":"<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>"
637        }
638      ],
639      "documentation":"<p>Requests that the status of the specified physical or logical pipeline objects be updated in the specified pipeline. This update might not occur immediately, but is eventually consistent. The status that can be set depends on the type of object (for example, DataNode or Activity). You cannot perform this operation on <code>FINISHED</code> pipelines and attempting to do so returns <code>InvalidRequestException</code>.</p>"
640    },
641    "SetTaskStatus":{
642      "name":"SetTaskStatus",
643      "http":{
644        "method":"POST",
645        "requestUri":"/"
646      },
647      "input":{
648        "shape":"SetTaskStatusInput",
649        "documentation":"<p>Contains the parameters for SetTaskStatus.</p>"
650      },
651      "output":{
652        "shape":"SetTaskStatusOutput",
653        "documentation":"<p>Contains the output of SetTaskStatus.</p>"
654      },
655      "errors":[
656        {
657          "shape":"InternalServiceError",
658          "exception":true,
659          "fault":true,
660          "documentation":"<p>An internal service error occurred.</p>"
661        },
662        {
663          "shape":"TaskNotFoundException",
664          "exception":true,
665          "documentation":"<p>The specified task was not found. </p>"
666        },
667        {
668          "shape":"InvalidRequestException",
669          "exception":true,
670          "documentation":"<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>"
671        },
672        {
673          "shape":"PipelineNotFoundException",
674          "exception":true,
675          "documentation":"<p>The specified pipeline was not found. Verify that you used the correct user and account identifiers.</p>"
676        },
677        {
678          "shape":"PipelineDeletedException",
679          "exception":true,
680          "documentation":"<p>The specified pipeline has been deleted.</p>"
681        }
682      ],
683      "documentation":"<p>Task runners call <code>SetTaskStatus</code> to notify AWS Data Pipeline that a task is completed and provide information about the final status. A task runner makes this call regardless of whether the task was sucessful. A task runner does not need to call <code>SetTaskStatus</code> for tasks that are canceled by the web service during a call to <a>ReportTaskProgress</a>.</p>"
684    },
685    "ValidatePipelineDefinition":{
686      "name":"ValidatePipelineDefinition",
687      "http":{
688        "method":"POST",
689        "requestUri":"/"
690      },
691      "input":{
692        "shape":"ValidatePipelineDefinitionInput",
693        "documentation":"<p>Contains the parameters for ValidatePipelineDefinition.</p>"
694      },
695      "output":{
696        "shape":"ValidatePipelineDefinitionOutput",
697        "documentation":"<p>Contains the output of ValidatePipelineDefinition.</p>"
698      },
699      "errors":[
700        {
701          "shape":"InternalServiceError",
702          "exception":true,
703          "fault":true,
704          "documentation":"<p>An internal service error occurred.</p>"
705        },
706        {
707          "shape":"InvalidRequestException",
708          "exception":true,
709          "documentation":"<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>"
710        },
711        {
712          "shape":"PipelineNotFoundException",
713          "exception":true,
714          "documentation":"<p>The specified pipeline was not found. Verify that you used the correct user and account identifiers.</p>"
715        },
716        {
717          "shape":"PipelineDeletedException",
718          "exception":true,
719          "documentation":"<p>The specified pipeline has been deleted.</p>"
720        }
721      ],
722      "documentation":"<p>Validates the specified pipeline definition to ensure that it is well formed and can be run without error.</p>"
723    }
724  },
725  "shapes":{
726    "ActivatePipelineInput":{
727      "type":"structure",
728      "required":["pipelineId"],
729      "members":{
730        "pipelineId":{
731          "shape":"id",
732          "documentation":"<p>The ID of the pipeline.</p>"
733        },
734        "parameterValues":{
735          "shape":"ParameterValueList",
736          "documentation":"<p>A list of parameter values to pass to the pipeline at activation.</p>"
737        },
738        "startTimestamp":{
739          "shape":"timestamp",
740          "documentation":"<p>The date and time to resume the pipeline. By default, the pipeline resumes from the last completed execution.</p>"
741        }
742      },
743      "documentation":"<p>Contains the parameters for ActivatePipeline.</p>"
744    },
745    "ActivatePipelineOutput":{
746      "type":"structure",
747      "members":{
748      },
749      "documentation":"<p>Contains the output of ActivatePipeline.</p>"
750    },
751    "AddTagsInput":{
752      "type":"structure",
753      "required":[
754        "pipelineId",
755        "tags"
756      ],
757      "members":{
758        "pipelineId":{
759          "shape":"id",
760          "documentation":"<p>The ID of the pipeline.</p>"
761        },
762        "tags":{
763          "shape":"tagList",
764          "documentation":"<p>The tags to add, as key/value pairs.</p>"
765        }
766      },
767      "documentation":"<p>Contains the parameters for AddTags.</p>"
768    },
769    "AddTagsOutput":{
770      "type":"structure",
771      "members":{
772      },
773      "documentation":"<p>Contains the output of AddTags.</p>"
774    },
775    "CreatePipelineInput":{
776      "type":"structure",
777      "required":[
778        "name",
779        "uniqueId"
780      ],
781      "members":{
782        "name":{
783          "shape":"id",
784          "documentation":"<p>The name for the pipeline. You can use the same name for multiple pipelines associated with your AWS account, because AWS Data Pipeline assigns each pipeline a unique pipeline identifier.</p>"
785        },
786        "uniqueId":{
787          "shape":"id",
788          "documentation":"<p>A unique identifier. This identifier is not the same as the pipeline identifier assigned by AWS Data Pipeline. You are responsible for defining the format and ensuring the uniqueness of this identifier. You use this parameter to ensure idempotency during repeated calls to <code>CreatePipeline</code>. For example, if the first call to <code>CreatePipeline</code> does not succeed, you can pass in the same unique identifier and pipeline name combination on a subsequent call to <code>CreatePipeline</code>. <code>CreatePipeline</code> ensures that if a pipeline already exists with the same name and unique identifier, a new pipeline is not created. Instead, you'll receive the pipeline identifier from the previous attempt. The uniqueness of the name and unique identifier combination is scoped to the AWS account or IAM user credentials.</p>"
789        },
790        "description":{
791          "shape":"string",
792          "documentation":"<p>The description for the pipeline.</p>"
793        },
794        "tags":{
795          "shape":"tagList",
796          "documentation":"<p>A list of tags to associate with the pipeline at creation. Tags let you control access to pipelines. 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>"
797        }
798      },
799      "documentation":"<p>Contains the parameters for CreatePipeline.</p>"
800    },
801    "CreatePipelineOutput":{
802      "type":"structure",
803      "required":["pipelineId"],
804      "members":{
805        "pipelineId":{
806          "shape":"id",
807          "documentation":"<p>The ID that AWS Data Pipeline assigns the newly created pipeline. For example, <code>df-06372391ZG65EXAMPLE</code>.</p>"
808        }
809      },
810      "documentation":"<p>Contains the output of CreatePipeline.</p>"
811    },
812    "DeactivatePipelineInput":{
813      "type":"structure",
814      "required":["pipelineId"],
815      "members":{
816        "pipelineId":{
817          "shape":"id",
818          "documentation":"<p>The ID of the pipeline.</p>"
819        },
820        "cancelActive":{
821          "shape":"cancelActive",
822          "documentation":"<p>Indicates whether to cancel any running objects. The default is true, which sets the state of any running objects to <code>CANCELED</code>. If this value is false, the pipeline is deactivated after all running objects finish.</p>"
823        }
824      },
825      "documentation":"<p>Contains the parameters for DeactivatePipeline.</p>"
826    },
827    "DeactivatePipelineOutput":{
828      "type":"structure",
829      "members":{
830      },
831      "documentation":"<p>Contains the output of DeactivatePipeline.</p>"
832    },
833    "DeletePipelineInput":{
834      "type":"structure",
835      "required":["pipelineId"],
836      "members":{
837        "pipelineId":{
838          "shape":"id",
839          "documentation":"<p>The ID of the pipeline.</p>"
840        }
841      },
842      "documentation":"<p>Contains the parameters for DeletePipeline.</p>"
843    },
844    "DescribeObjectsInput":{
845      "type":"structure",
846      "required":[
847        "pipelineId",
848        "objectIds"
849      ],
850      "members":{
851        "pipelineId":{
852          "shape":"id",
853          "documentation":"<p>The ID of the pipeline that contains the object definitions.</p>"
854        },
855        "objectIds":{
856          "shape":"idList",
857          "documentation":"<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>"
858        },
859        "evaluateExpressions":{
860          "shape":"boolean",
861          "documentation":"<p>Indicates whether any expressions in the object should be evaluated when the object descriptions are returned.</p>"
862        },
863        "marker":{
864          "shape":"string",
865          "documentation":"<p>The starting point for the results to be returned. For the first call, this value should be empty. As long as there are more results, continue to call <code>DescribeObjects</code> with the marker value from the previous call to retrieve the next set of results.</p>"
866        }
867      },
868      "documentation":"<p>Contains the parameters for DescribeObjects.</p>"
869    },
870    "DescribeObjectsOutput":{
871      "type":"structure",
872      "required":["pipelineObjects"],
873      "members":{
874        "pipelineObjects":{
875          "shape":"PipelineObjectList",
876          "documentation":"<p>An array of object definitions.</p>"
877        },
878        "marker":{
879          "shape":"string",
880          "documentation":"<p>The starting point for the next page of results. To view the next page of results, call <code>DescribeObjects</code> again with this marker value. If the value is null, there are no more results.</p>"
881        },
882        "hasMoreResults":{
883          "shape":"boolean",
884          "documentation":"<p>Indicates whether there are more results to return.</p>"
885        }
886      },
887      "documentation":"<p>Contains the output of DescribeObjects.</p>"
888    },
889    "DescribePipelinesInput":{
890      "type":"structure",
891      "required":["pipelineIds"],
892      "members":{
893        "pipelineIds":{
894          "shape":"idList",
895          "documentation":"<p>The IDs of the pipelines to describe. You can pass as many as 25 identifiers in a single call. To obtain pipeline IDs, call <a>ListPipelines</a>.</p>"
896        }
897      },
898      "documentation":"<p>Contains the parameters for DescribePipelines.</p>"
899    },
900    "DescribePipelinesOutput":{
901      "type":"structure",
902      "required":["pipelineDescriptionList"],
903      "members":{
904        "pipelineDescriptionList":{
905          "shape":"PipelineDescriptionList",
906          "documentation":"<p>An array of descriptions for the specified pipelines.</p>"
907        }
908      },
909      "documentation":"<p>Contains the output of DescribePipelines.</p>"
910    },
911    "EvaluateExpressionInput":{
912      "type":"structure",
913      "required":[
914        "pipelineId",
915        "objectId",
916        "expression"
917      ],
918      "members":{
919        "pipelineId":{
920          "shape":"id",
921          "documentation":"<p>The ID of the pipeline.</p>"
922        },
923        "objectId":{
924          "shape":"id",
925          "documentation":"<p>The ID of the object.</p>"
926        },
927        "expression":{
928          "shape":"longString",
929          "documentation":"<p>The expression to evaluate.</p>"
930        }
931      },
932      "documentation":"<p>Contains the parameters for EvaluateExpression.</p>"
933    },
934    "EvaluateExpressionOutput":{
935      "type":"structure",
936      "required":["evaluatedExpression"],
937      "members":{
938        "evaluatedExpression":{
939          "shape":"longString",
940          "documentation":"<p>The evaluated expression.</p>"
941        }
942      },
943      "documentation":"<p>Contains the output of EvaluateExpression.</p>"
944    },
945    "Field":{
946      "type":"structure",
947      "required":["key"],
948      "members":{
949        "key":{
950          "shape":"fieldNameString",
951          "documentation":"<p>The field identifier.</p>"
952        },
953        "stringValue":{
954          "shape":"fieldStringValue",
955          "documentation":"<p>The field value, expressed as a String.</p>"
956        },
957        "refValue":{
958          "shape":"fieldNameString",
959          "documentation":"<p>The field value, expressed as the identifier of another object.</p>"
960        }
961      },
962      "documentation":"<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>"
963    },
964    "GetPipelineDefinitionInput":{
965      "type":"structure",
966      "required":["pipelineId"],
967      "members":{
968        "pipelineId":{
969          "shape":"id",
970          "documentation":"<p>The ID of the pipeline.</p>"
971        },
972        "version":{
973          "shape":"string",
974          "documentation":"<p>The version of the pipeline definition to retrieve. Set this parameter to <code>latest</code> (default) to use the last definition saved to the pipeline or <code>active</code> to use the last definition that was activated.</p>"
975        }
976      },
977      "documentation":"<p>Contains the parameters for GetPipelineDefinition.</p>"
978    },
979    "GetPipelineDefinitionOutput":{
980      "type":"structure",
981      "members":{
982        "pipelineObjects":{
983          "shape":"PipelineObjectList",
984          "documentation":"<p>The objects defined in the pipeline.</p>"
985        },
986        "parameterObjects":{
987          "shape":"ParameterObjectList",
988          "documentation":"<p>The parameter objects used in the pipeline definition.</p>"
989        },
990        "parameterValues":{
991          "shape":"ParameterValueList",
992          "documentation":"<p>The parameter values used in the pipeline definition.</p>"
993        }
994      },
995      "documentation":"<p>Contains the output of GetPipelineDefinition.</p>"
996    },
997    "InstanceIdentity":{
998      "type":"structure",
999      "members":{
1000        "document":{
1001          "shape":"string",
1002          "documentation":"<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>"
1003        },
1004        "signature":{
1005          "shape":"string",
1006          "documentation":"<p>A signature which can be used to verify the accuracy and authenticity of the information provided in the instance identity document.</p>"
1007        }
1008      },
1009      "documentation":"<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. 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></p>"
1010    },
1011    "InternalServiceError":{
1012      "type":"structure",
1013      "members":{
1014        "message":{
1015          "shape":"errorMessage",
1016          "documentation":"<p>Description of the error message.</p>"
1017        }
1018      },
1019      "exception":true,
1020      "fault":true,
1021      "documentation":"<p>An internal service error occurred.</p>"
1022    },
1023    "InvalidRequestException":{
1024      "type":"structure",
1025      "members":{
1026        "message":{
1027          "shape":"errorMessage",
1028          "documentation":"<p>Description of the error message.</p>"
1029        }
1030      },
1031      "exception":true,
1032      "documentation":"<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>"
1033    },
1034    "ListPipelinesInput":{
1035      "type":"structure",
1036      "members":{
1037        "marker":{
1038          "shape":"string",
1039          "documentation":"<p>The starting point for the results to be returned. For the first call, this value should be empty. As long as there are more results, continue to call <code>ListPipelines</code> with the marker value from the previous call to retrieve the next set of results.</p>"
1040        }
1041      },
1042      "documentation":"<p>Contains the parameters for ListPipelines.</p>"
1043    },
1044    "ListPipelinesOutput":{
1045      "type":"structure",
1046      "required":["pipelineIdList"],
1047      "members":{
1048        "pipelineIdList":{
1049          "shape":"pipelineList",
1050          "documentation":"<p>The pipeline identifiers. If you require additional information about the pipelines, you can use these identifiers to call <a>DescribePipelines</a> and <a>GetPipelineDefinition</a>.</p>"
1051        },
1052        "marker":{
1053          "shape":"string",
1054          "documentation":"<p>The starting point for the next page of results. To view the next page of results, call <code>ListPipelinesOutput</code> again with this marker value. If the value is null, there are no more results.</p>"
1055        },
1056        "hasMoreResults":{
1057          "shape":"boolean",
1058          "documentation":"<p>Indicates whether there are more results that can be obtained by a subsequent call.</p>"
1059        }
1060      },
1061      "documentation":"<p>Contains the output of ListPipelines.</p>"
1062    },
1063    "Operator":{
1064      "type":"structure",
1065      "members":{
1066        "type":{
1067          "shape":"OperatorType",
1068          "documentation":"<p> 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. </p> <p> The comparison operators EQ and REF_EQ act on the following fields: </p> <ul> <li>name</li> <li>@sphere</li> <li>parent</li> <li>@componentParent</li> <li>@instanceParent</li> <li>@status</li> <li>@scheduledStartTime</li> <li>@scheduledEndTime</li> <li>@actualStartTime</li> <li>@actualEndTime</li> </ul> <p> The comparison operators <code>GE</code>, <code>LE</code>, and <code>BETWEEN</code> act on the following fields: </p> <ul> <li>@scheduledStartTime</li> <li>@scheduledEndTime</li> <li>@actualStartTime</li> <li>@actualEndTime</li> </ul> <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>"
1069        },
1070        "values":{
1071          "shape":"stringList",
1072          "documentation":"<p>The value that the actual field value will be compared with.</p>"
1073        }
1074      },
1075      "documentation":"<p>Contains a logical operation for comparing the value of a field with a specified value.</p>"
1076    },
1077    "OperatorType":{
1078      "type":"string",
1079      "enum":[
1080        "EQ",
1081        "REF_EQ",
1082        "LE",
1083        "GE",
1084        "BETWEEN"
1085      ]
1086    },
1087    "ParameterAttribute":{
1088      "type":"structure",
1089      "required":[
1090        "key",
1091        "stringValue"
1092      ],
1093      "members":{
1094        "key":{
1095          "shape":"attributeNameString",
1096          "documentation":"<p>The field identifier.</p>"
1097        },
1098        "stringValue":{
1099          "shape":"attributeValueString",
1100          "documentation":"<p>The field value, expressed as a String.</p>"
1101        }
1102      },
1103      "documentation":"<p>The attributes allowed or specified with a parameter object.</p>"
1104    },
1105    "ParameterAttributeList":{
1106      "type":"list",
1107      "member":{"shape":"ParameterAttribute"}
1108    },
1109    "ParameterObject":{
1110      "type":"structure",
1111      "required":[
1112        "id",
1113        "attributes"
1114      ],
1115      "members":{
1116        "id":{
1117          "shape":"fieldNameString",
1118          "documentation":"<p>The ID of the parameter object. </p>"
1119        },
1120        "attributes":{
1121          "shape":"ParameterAttributeList",
1122          "documentation":"<p>The attributes of the parameter object.</p>"
1123        }
1124      },
1125      "documentation":"<p>Contains information about a parameter object.</p>"
1126    },
1127    "ParameterObjectList":{
1128      "type":"list",
1129      "member":{"shape":"ParameterObject"}
1130    },
1131    "ParameterValue":{
1132      "type":"structure",
1133      "required":[
1134        "id",
1135        "stringValue"
1136      ],
1137      "members":{
1138        "id":{
1139          "shape":"fieldNameString",
1140          "documentation":"<p>The ID of the parameter value.</p>"
1141        },
1142        "stringValue":{
1143          "shape":"fieldStringValue",
1144          "documentation":"<p>The field value, expressed as a String.</p>"
1145        }
1146      },
1147      "documentation":"<p>A value or list of parameter values. </p>"
1148    },
1149    "ParameterValueList":{
1150      "type":"list",
1151      "member":{"shape":"ParameterValue"}
1152    },
1153    "PipelineDeletedException":{
1154      "type":"structure",
1155      "members":{
1156        "message":{
1157          "shape":"errorMessage",
1158          "documentation":"<p>Description of the error message.</p>"
1159        }
1160      },
1161      "exception":true,
1162      "documentation":"<p>The specified pipeline has been deleted.</p>"
1163    },
1164    "PipelineDescription":{
1165      "type":"structure",
1166      "required":[
1167        "pipelineId",
1168        "name",
1169        "fields"
1170      ],
1171      "members":{
1172        "pipelineId":{
1173          "shape":"id",
1174          "documentation":"<p>The pipeline identifier that was assigned by AWS Data Pipeline. This is a string of the form <code>df-297EG78HU43EEXAMPLE</code>.</p>"
1175        },
1176        "name":{
1177          "shape":"id",
1178          "documentation":"<p>The name of the pipeline.</p>"
1179        },
1180        "fields":{
1181          "shape":"fieldList",
1182          "documentation":"<p>A list of read-only fields that contain metadata about the pipeline: @userId, @accountId, and @pipelineState.</p>"
1183        },
1184        "description":{
1185          "shape":"string",
1186          "documentation":"<p>Description of the pipeline.</p>"
1187        },
1188        "tags":{
1189          "shape":"tagList",
1190          "documentation":"<p>A list of tags to associated with a pipeline. Tags let you control access to pipelines. 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>"
1191        }
1192      },
1193      "documentation":"<p>Contains pipeline metadata.</p>"
1194    },
1195    "PipelineDescriptionList":{
1196      "type":"list",
1197      "member":{"shape":"PipelineDescription"}
1198    },
1199    "PipelineIdName":{
1200      "type":"structure",
1201      "members":{
1202        "id":{
1203          "shape":"id",
1204          "documentation":"<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>"
1205        },
1206        "name":{
1207          "shape":"id",
1208          "documentation":"<p>The name of the pipeline.</p>"
1209        }
1210      },
1211      "documentation":"<p>Contains the name and identifier of a pipeline.</p>"
1212    },
1213    "PipelineNotFoundException":{
1214      "type":"structure",
1215      "members":{
1216        "message":{
1217          "shape":"errorMessage",
1218          "documentation":"<p>Description of the error message.</p>"
1219        }
1220      },
1221      "exception":true,
1222      "documentation":"<p>The specified pipeline was not found. Verify that you used the correct user and account identifiers.</p>"
1223    },
1224    "PipelineObject":{
1225      "type":"structure",
1226      "required":[
1227        "id",
1228        "name",
1229        "fields"
1230      ],
1231      "members":{
1232        "id":{
1233          "shape":"id",
1234          "documentation":"<p>The ID of the object.</p>"
1235        },
1236        "name":{
1237          "shape":"id",
1238          "documentation":"<p>The name of the object.</p>"
1239        },
1240        "fields":{
1241          "shape":"fieldList",
1242          "documentation":"<p>Key-value pairs that define the properties of the object.</p>"
1243        }
1244      },
1245      "documentation":"<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>"
1246    },
1247    "PipelineObjectList":{
1248      "type":"list",
1249      "member":{"shape":"PipelineObject"}
1250    },
1251    "PipelineObjectMap":{
1252      "type":"map",
1253      "key":{"shape":"id"},
1254      "value":{"shape":"PipelineObject"}
1255    },
1256    "PollForTaskInput":{
1257      "type":"structure",
1258      "required":["workerGroup"],
1259      "members":{
1260        "workerGroup":{
1261          "shape":"string",
1262          "documentation":"<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. 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 <code>workerGroup</code>; the string must be an exact, case-sensitive, match.</p>"
1263        },
1264        "hostname":{
1265          "shape":"id",
1266          "documentation":"<p>The public DNS name of the calling task runner.</p>"
1267        },
1268        "instanceIdentity":{
1269          "shape":"InstanceIdentity",
1270          "documentation":"<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>"
1271        }
1272      },
1273      "documentation":"<p>Contains the parameters for PollForTask.</p>"
1274    },
1275    "PollForTaskOutput":{
1276      "type":"structure",
1277      "members":{
1278        "taskObject":{
1279          "shape":"TaskObject",
1280          "documentation":"<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>, which contains an identifier for the task being assigned. The calling task runner uses <code>taskId</code> in subsequent calls to <a>ReportTaskProgress</a> and <a>SetTaskStatus</a>.</p>"
1281        }
1282      },
1283      "documentation":"<p>Contains the output of PollForTask.</p>"
1284    },
1285    "PutPipelineDefinitionInput":{
1286      "type":"structure",
1287      "required":[
1288        "pipelineId",
1289        "pipelineObjects"
1290      ],
1291      "members":{
1292        "pipelineId":{
1293          "shape":"id",
1294          "documentation":"<p>The ID of the pipeline.</p>"
1295        },
1296        "pipelineObjects":{
1297          "shape":"PipelineObjectList",
1298          "documentation":"<p>The objects that define the pipeline. These objects overwrite the existing pipeline definition.</p>"
1299        },
1300        "parameterObjects":{
1301          "shape":"ParameterObjectList",
1302          "documentation":"<p>The parameter objects used with the pipeline.</p>"
1303        },
1304        "parameterValues":{
1305          "shape":"ParameterValueList",
1306          "documentation":"<p>The parameter values used with the pipeline.</p>"
1307        }
1308      },
1309      "documentation":"<p>Contains the parameters for PutPipelineDefinition.</p>"
1310    },
1311    "PutPipelineDefinitionOutput":{
1312      "type":"structure",
1313      "required":["errored"],
1314      "members":{
1315        "validationErrors":{
1316          "shape":"ValidationErrors",
1317          "documentation":"<p>The validation errors that are associated with the objects defined in <code>pipelineObjects</code>.</p>"
1318        },
1319        "validationWarnings":{
1320          "shape":"ValidationWarnings",
1321          "documentation":"<p>The validation warnings that are associated with the objects defined in <code>pipelineObjects</code>.</p>"
1322        },
1323        "errored":{
1324          "shape":"boolean",
1325          "documentation":"<p>Indicates whether there were validation errors, and the pipeline definition is stored but cannot be activated until you correct the pipeline and call <code>PutPipelineDefinition</code> to commit the corrected pipeline.</p>"
1326        }
1327      },
1328      "documentation":"<p>Contains the output of PutPipelineDefinition.</p>"
1329    },
1330    "Query":{
1331      "type":"structure",
1332      "members":{
1333        "selectors":{
1334          "shape":"SelectorList",
1335          "documentation":"<p>List of selectors that define the query. An object must satisfy all of the selectors to match the query.</p>"
1336        }
1337      },
1338      "documentation":"<p>Defines the query to run against an object.</p>"
1339    },
1340    "QueryObjectsInput":{
1341      "type":"structure",
1342      "required":[
1343        "pipelineId",
1344        "sphere"
1345      ],
1346      "members":{
1347        "pipelineId":{
1348          "shape":"id",
1349          "documentation":"<p>The ID of the pipeline.</p>"
1350        },
1351        "query":{
1352          "shape":"Query",
1353          "documentation":"<p>The query that defines the objects to be returned. The <code>Query</code> object can contain a maximum of ten selectors. The conditions in the query are limited to top-level String fields in the object. These filters can be applied to components, instances, and attempts.</p>"
1354        },
1355        "sphere":{
1356          "shape":"string",
1357          "documentation":"<p>Indicates whether the query applies to components or instances. The possible values are: <code>COMPONENT</code>, <code>INSTANCE</code>, and <code>ATTEMPT</code>.</p>"
1358        },
1359        "marker":{
1360          "shape":"string",
1361          "documentation":"<p>The starting point for the results to be returned. For the first call, this value should be empty. As long as there are more results, continue to call <code>QueryObjects</code> with the marker value from the previous call to retrieve the next set of results.</p>"
1362        },
1363        "limit":{
1364          "shape":"int",
1365          "documentation":"<p>The maximum number of object names that <code>QueryObjects</code> will return in a single call. The default value is 100. </p>"
1366        }
1367      },
1368      "documentation":"<p>Contains the parameters for QueryObjects.</p>"
1369    },
1370    "QueryObjectsOutput":{
1371      "type":"structure",
1372      "members":{
1373        "ids":{
1374          "shape":"idList",
1375          "documentation":"<p>The identifiers that match the query selectors.</p>"
1376        },
1377        "marker":{
1378          "shape":"string",
1379          "documentation":"<p>The starting point for the next page of results. To view the next page of results, call <code>QueryObjects</code> again with this marker value. If the value is null, there are no more results.</p>"
1380        },
1381        "hasMoreResults":{
1382          "shape":"boolean",
1383          "documentation":"<p>Indicates whether there are more results that can be obtained by a subsequent call.</p>"
1384        }
1385      },
1386      "documentation":"<p>Contains the output of QueryObjects.</p>"
1387    },
1388    "RemoveTagsInput":{
1389      "type":"structure",
1390      "required":[
1391        "pipelineId",
1392        "tagKeys"
1393      ],
1394      "members":{
1395        "pipelineId":{
1396          "shape":"id",
1397          "documentation":"<p>The ID of the pipeline.</p>"
1398        },
1399        "tagKeys":{
1400          "shape":"stringList",
1401          "documentation":"<p>The keys of the tags to remove.</p>"
1402        }
1403      },
1404      "documentation":"<p>Contains the parameters for RemoveTags.</p>"
1405    },
1406    "RemoveTagsOutput":{
1407      "type":"structure",
1408      "members":{
1409      },
1410      "documentation":"<p>Contains the output of RemoveTags.</p>"
1411    },
1412    "ReportTaskProgressInput":{
1413      "type":"structure",
1414      "required":["taskId"],
1415      "members":{
1416        "taskId":{
1417          "shape":"taskId",
1418          "documentation":"<p>The ID of the task assigned to the task runner. This value is provided in the response for <a>PollForTask</a>.</p>"
1419        },
1420        "fields":{
1421          "shape":"fieldList",
1422          "documentation":"<p>Key-value pairs that define the properties of the ReportTaskProgressInput object.</p>"
1423        }
1424      },
1425      "documentation":"<p>Contains the parameters for ReportTaskProgress.</p>"
1426    },
1427    "ReportTaskProgressOutput":{
1428      "type":"structure",
1429      "required":["canceled"],
1430      "members":{
1431        "canceled":{
1432          "shape":"boolean",
1433          "documentation":"<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>"
1434        }
1435      },
1436      "documentation":"<p>Contains the output of ReportTaskProgress.</p>"
1437    },
1438    "ReportTaskRunnerHeartbeatInput":{
1439      "type":"structure",
1440      "required":["taskrunnerId"],
1441      "members":{
1442        "taskrunnerId":{
1443          "shape":"id",
1444          "documentation":"<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 launched on a resource managed by AWS Data Pipeline, the web service provides a unique identifier when it launches the application. If you have written a custom task runner, you should assign a unique identifier for the task runner.</p>"
1445        },
1446        "workerGroup":{
1447          "shape":"string",
1448          "documentation":"<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. You can only specify a single value for <code>workerGroup</code>. There are no wildcard values permitted in <code>workerGroup</code>; the string must be an exact, case-sensitive, match.</p>"
1449        },
1450        "hostname":{
1451          "shape":"id",
1452          "documentation":"<p>The public DNS name of the task runner.</p>"
1453        }
1454      },
1455      "documentation":"<p>Contains the parameters for ReportTaskRunnerHeartbeat.</p>"
1456    },
1457    "ReportTaskRunnerHeartbeatOutput":{
1458      "type":"structure",
1459      "required":["terminate"],
1460      "members":{
1461        "terminate":{
1462          "shape":"boolean",
1463          "documentation":"<p>Indicates whether the calling task runner should terminate.</p>"
1464        }
1465      },
1466      "documentation":"<p>Contains the output of ReportTaskRunnerHeartbeat.</p>"
1467    },
1468    "Selector":{
1469      "type":"structure",
1470      "members":{
1471        "fieldName":{
1472          "shape":"string",
1473          "documentation":"<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>"
1474        },
1475        "operator":{"shape":"Operator"}
1476      },
1477      "documentation":"<p>A comparision that is used to determine whether a query should return this object.</p>"
1478    },
1479    "SelectorList":{
1480      "type":"list",
1481      "member":{"shape":"Selector"},
1482      "documentation":"<p>The list of Selectors that define queries on individual fields.</p>"
1483    },
1484    "SetStatusInput":{
1485      "type":"structure",
1486      "required":[
1487        "pipelineId",
1488        "objectIds",
1489        "status"
1490      ],
1491      "members":{
1492        "pipelineId":{
1493          "shape":"id",
1494          "documentation":"<p>The ID of the pipeline that contains the objects.</p>"
1495        },
1496        "objectIds":{
1497          "shape":"idList",
1498          "documentation":"<p>The IDs of the objects. The corresponding objects can be either physical or components, but not a mix of both types.</p>"
1499        },
1500        "status":{
1501          "shape":"string",
1502          "documentation":"<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>. For instances, use <code>TRY_CANCEL</code>, <code>RERUN</code>, or <code>MARK_FINISHED</code>.</p>"
1503        }
1504      },
1505      "documentation":"<p>Contains the parameters for SetStatus.</p>"
1506    },
1507    "SetTaskStatusInput":{
1508      "type":"structure",
1509      "required":[
1510        "taskId",
1511        "taskStatus"
1512      ],
1513      "members":{
1514        "taskId":{
1515          "shape":"taskId",
1516          "documentation":"<p>The ID of the task assigned to the task runner. This value is provided in the response for <a>PollForTask</a>.</p>"
1517        },
1518        "taskStatus":{
1519          "shape":"TaskStatus",
1520          "documentation":"<p>If <code>FINISHED</code>, the task successfully completed. If <code>FAILED</code>, the task ended unsuccessfully. Preconditions use false.</p>"
1521        },
1522        "errorId":{
1523          "shape":"string",
1524          "documentation":"<p>If an error occurred during the task, this value specifies the error code. This value is set on the physical attempt object. It is used to display error information to the user. It should not start with string \"Service_\" which is reserved by the system.</p>"
1525        },
1526        "errorMessage":{
1527          "shape":"errorMessage",
1528          "documentation":"<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. It is used to display error information to the user. The web service does not parse this value.</p>"
1529        },
1530        "errorStackTrace":{
1531          "shape":"string",
1532          "documentation":"<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. It is used to display error information to the user. The web service does not parse this value.</p>"
1533        }
1534      },
1535      "documentation":"<p>Contains the parameters for SetTaskStatus.</p>"
1536    },
1537    "SetTaskStatusOutput":{
1538      "type":"structure",
1539      "members":{
1540      },
1541      "documentation":"<p>Contains the output of SetTaskStatus.</p>"
1542    },
1543    "Tag":{
1544      "type":"structure",
1545      "required":[
1546        "key",
1547        "value"
1548      ],
1549      "members":{
1550        "key":{
1551          "shape":"tagKey",
1552          "documentation":"<p>The key name of a tag defined by a user. 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>"
1553        },
1554        "value":{
1555          "shape":"tagValue",
1556          "documentation":"<p>The optional value portion of a tag defined by a user. 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>"
1557        }
1558      },
1559      "documentation":"<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. 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>"
1560    },
1561    "TaskNotFoundException":{
1562      "type":"structure",
1563      "members":{
1564        "message":{
1565          "shape":"errorMessage",
1566          "documentation":"<p>Description of the error message.</p>"
1567        }
1568      },
1569      "exception":true,
1570      "documentation":"<p>The specified task was not found. </p>"
1571    },
1572    "TaskObject":{
1573      "type":"structure",
1574      "members":{
1575        "taskId":{
1576          "shape":"taskId",
1577          "documentation":"<p>An internal identifier for the task. This ID is passed to the <a>SetTaskStatus</a> and <a>ReportTaskProgress</a> actions.</p>"
1578        },
1579        "pipelineId":{
1580          "shape":"id",
1581          "documentation":"<p>The ID of the pipeline that provided the task.</p>"
1582        },
1583        "attemptId":{
1584          "shape":"id",
1585          "documentation":"<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>"
1586        },
1587        "objects":{
1588          "shape":"PipelineObjectMap",
1589          "documentation":"<p>Connection information for the location where the task runner will publish the output of the task.</p>"
1590        }
1591      },
1592      "documentation":"<p>Contains information about a pipeline task that is assigned to a task runner.</p>"
1593    },
1594    "TaskStatus":{
1595      "type":"string",
1596      "enum":[
1597        "FINISHED",
1598        "FAILED",
1599        "FALSE"
1600      ]
1601    },
1602    "ValidatePipelineDefinitionInput":{
1603      "type":"structure",
1604      "required":[
1605        "pipelineId",
1606        "pipelineObjects"
1607      ],
1608      "members":{
1609        "pipelineId":{
1610          "shape":"id",
1611          "documentation":"<p>The ID of the pipeline.</p>"
1612        },
1613        "pipelineObjects":{
1614          "shape":"PipelineObjectList",
1615          "documentation":"<p>The objects that define the pipeline changes to validate against the pipeline.</p>"
1616        },
1617        "parameterObjects":{
1618          "shape":"ParameterObjectList",
1619          "documentation":"<p>The parameter objects used with the pipeline.</p>"
1620        },
1621        "parameterValues":{
1622          "shape":"ParameterValueList",
1623          "documentation":"<p>The parameter values used with the pipeline.</p>"
1624        }
1625      },
1626      "documentation":"<p>Contains the parameters for ValidatePipelineDefinition.</p>"
1627    },
1628    "ValidatePipelineDefinitionOutput":{
1629      "type":"structure",
1630      "required":["errored"],
1631      "members":{
1632        "validationErrors":{
1633          "shape":"ValidationErrors",
1634          "documentation":"<p>Any validation errors that were found.</p>"
1635        },
1636        "validationWarnings":{
1637          "shape":"ValidationWarnings",
1638          "documentation":"<p>Any validation warnings that were found.</p>"
1639        },
1640        "errored":{
1641          "shape":"boolean",
1642          "documentation":"<p>Indicates whether there were validation errors.</p>"
1643        }
1644      },
1645      "documentation":"<p>Contains the output of ValidatePipelineDefinition.</p>"
1646    },
1647    "ValidationError":{
1648      "type":"structure",
1649      "members":{
1650        "id":{
1651          "shape":"id",
1652          "documentation":"<p>The identifier of the object that contains the validation error.</p>"
1653        },
1654        "errors":{
1655          "shape":"validationMessages",
1656          "documentation":"<p>A description of the validation error.</p>"
1657        }
1658      },
1659      "documentation":"<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>"
1660    },
1661    "ValidationErrors":{
1662      "type":"list",
1663      "member":{"shape":"ValidationError"}
1664    },
1665    "ValidationWarning":{
1666      "type":"structure",
1667      "members":{
1668        "id":{
1669          "shape":"id",
1670          "documentation":"<p>The identifier of the object that contains the validation warning.</p>"
1671        },
1672        "warnings":{
1673          "shape":"validationMessages",
1674          "documentation":"<p>A description of the validation warning.</p>"
1675        }
1676      },
1677      "documentation":"<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>"
1678    },
1679    "ValidationWarnings":{
1680      "type":"list",
1681      "member":{"shape":"ValidationWarning"}
1682    },
1683    "attributeNameString":{
1684      "type":"string",
1685      "min":1,
1686      "max":256,
1687      "pattern":"[\\u0020-\\uD7FF\\uE000-\\uFFFD\\uD800\\uDC00-\\uDBFF\\uDFFF\\r\\n\\t]*"
1688    },
1689    "attributeValueString":{
1690      "type":"string",
1691      "min":0,
1692      "max":10240,
1693      "pattern":"[\\u0020-\\uD7FF\\uE000-\\uFFFD\\uD800\\uDC00-\\uDBFF\\uDFFF\\r\\n\\t]*"
1694    },
1695    "boolean":{"type":"boolean"},
1696    "cancelActive":{"type":"boolean"},
1697    "errorMessage":{"type":"string"},
1698    "fieldList":{
1699      "type":"list",
1700      "member":{"shape":"Field"}
1701    },
1702    "fieldNameString":{
1703      "type":"string",
1704      "min":1,
1705      "max":256,
1706      "pattern":"[\\u0020-\\uD7FF\\uE000-\\uFFFD\\uD800\\uDC00-\\uDBFF\\uDFFF\\r\\n\\t]*"
1707    },
1708    "fieldStringValue":{
1709      "type":"string",
1710      "min":0,
1711      "max":10240,
1712      "pattern":"[\\u0020-\\uD7FF\\uE000-\\uFFFD\\uD800\\uDC00-\\uDBFF\\uDFFF\\r\\n\\t]*"
1713    },
1714    "id":{
1715      "type":"string",
1716      "min":1,
1717      "max":1024,
1718      "pattern":"[\\u0020-\\uD7FF\\uE000-\\uFFFD\\uD800\\uDC00-\\uDBFF\\uDFFF\\r\\n\\t]*"
1719    },
1720    "idList":{
1721      "type":"list",
1722      "member":{"shape":"id"}
1723    },
1724    "int":{"type":"integer"},
1725    "longString":{
1726      "type":"string",
1727      "min":0,
1728      "max":20971520,
1729      "pattern":"[\\u0020-\\uD7FF\\uE000-\\uFFFD\\uD800\\uDC00-\\uDBFF\\uDFFF\\r\\n\\t]*"
1730    },
1731    "pipelineList":{
1732      "type":"list",
1733      "member":{"shape":"PipelineIdName"}
1734    },
1735    "string":{
1736      "type":"string",
1737      "min":0,
1738      "max":1024,
1739      "pattern":"[\\u0020-\\uD7FF\\uE000-\\uFFFD\\uD800\\uDC00-\\uDBFF\\uDFFF\\r\\n\\t]*"
1740    },
1741    "stringList":{
1742      "type":"list",
1743      "member":{"shape":"string"}
1744    },
1745    "tagKey":{
1746      "type":"string",
1747      "min":1,
1748      "max":128
1749    },
1750    "tagList":{
1751      "type":"list",
1752      "member":{"shape":"Tag"},
1753      "min":0,
1754      "max":10
1755    },
1756    "tagValue":{
1757      "type":"string",
1758      "min":0,
1759      "max":256
1760    },
1761    "taskId":{
1762      "type":"string",
1763      "min":1,
1764      "max":2048,
1765      "pattern":"[\\u0020-\\uD7FF\\uE000-\\uFFFD\\uD800\\uDC00-\\uDBFF\\uDFFF\\r\\n\\t]*"
1766    },
1767    "timestamp":{"type":"timestamp"},
1768    "validationMessage":{
1769      "type":"string",
1770      "min":0,
1771      "max":10000,
1772      "pattern":"[\\u0020-\\uD7FF\\uE000-\\uFFFD\\uD800\\uDC00-\\uDBFF\\uDFFF\\r\\n\\t]*"
1773    },
1774    "validationMessages":{
1775      "type":"list",
1776      "member":{"shape":"validationMessage"}
1777    }
1778  }
1779}
1780