forked from aws/aws-sdk-js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdatapipeline-2012-10-29.normal.json
1778 lines (1778 loc) · 74.8 KB
/
datapipeline-2012-10-29.normal.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
{
"version":"2.0",
"metadata":{
"apiVersion":"2012-10-29",
"endpointPrefix":"datapipeline",
"jsonVersion":"1.1",
"serviceFullName":"AWS Data Pipeline",
"signatureVersion":"v4",
"targetPrefix":"DataPipeline",
"protocol":"json",
"uid":"datapipeline-2012-10-29"
},
"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>",
"operations":{
"ActivatePipeline":{
"name":"ActivatePipeline",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{
"shape":"ActivatePipelineInput",
"documentation":"<p>Contains the parameters for ActivatePipeline.</p>"
},
"output":{
"shape":"ActivatePipelineOutput",
"documentation":"<p>Contains the output of ActivatePipeline.</p>"
},
"errors":[
{
"shape":"PipelineNotFoundException",
"exception":true,
"documentation":"<p>The specified pipeline was not found. Verify that you used the correct user and account identifiers.</p>"
},
{
"shape":"PipelineDeletedException",
"exception":true,
"documentation":"<p>The specified pipeline has been deleted.</p>"
},
{
"shape":"InternalServiceError",
"exception":true,
"fault":true,
"documentation":"<p>An internal service error occurred.</p>"
},
{
"shape":"InvalidRequestException",
"exception":true,
"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>"
}
],
"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>"
},
"AddTags":{
"name":"AddTags",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{
"shape":"AddTagsInput",
"documentation":"<p>Contains the parameters for AddTags.</p>"
},
"output":{
"shape":"AddTagsOutput",
"documentation":"<p>Contains the output of AddTags.</p>"
},
"errors":[
{
"shape":"InternalServiceError",
"exception":true,
"fault":true,
"documentation":"<p>An internal service error occurred.</p>"
},
{
"shape":"InvalidRequestException",
"exception":true,
"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>"
},
{
"shape":"PipelineNotFoundException",
"exception":true,
"documentation":"<p>The specified pipeline was not found. Verify that you used the correct user and account identifiers.</p>"
},
{
"shape":"PipelineDeletedException",
"exception":true,
"documentation":"<p>The specified pipeline has been deleted.</p>"
}
],
"documentation":"<p>Adds or modifies tags for the specified pipeline.</p>"
},
"CreatePipeline":{
"name":"CreatePipeline",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{
"shape":"CreatePipelineInput",
"documentation":"<p>Contains the parameters for CreatePipeline.</p>"
},
"output":{
"shape":"CreatePipelineOutput",
"documentation":"<p>Contains the output of CreatePipeline.</p>"
},
"errors":[
{
"shape":"InternalServiceError",
"exception":true,
"fault":true,
"documentation":"<p>An internal service error occurred.</p>"
},
{
"shape":"InvalidRequestException",
"exception":true,
"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>"
}
],
"documentation":"<p>Creates a new, empty pipeline. Use <a>PutPipelineDefinition</a> to populate the pipeline.</p>"
},
"DeactivatePipeline":{
"name":"DeactivatePipeline",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{
"shape":"DeactivatePipelineInput",
"documentation":"<p>Contains the parameters for DeactivatePipeline.</p>"
},
"output":{
"shape":"DeactivatePipelineOutput",
"documentation":"<p>Contains the output of DeactivatePipeline.</p>"
},
"errors":[
{
"shape":"PipelineNotFoundException",
"exception":true,
"documentation":"<p>The specified pipeline was not found. Verify that you used the correct user and account identifiers.</p>"
},
{
"shape":"PipelineDeletedException",
"exception":true,
"documentation":"<p>The specified pipeline has been deleted.</p>"
},
{
"shape":"InternalServiceError",
"exception":true,
"fault":true,
"documentation":"<p>An internal service error occurred.</p>"
},
{
"shape":"InvalidRequestException",
"exception":true,
"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>"
}
],
"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>"
},
"DeletePipeline":{
"name":"DeletePipeline",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{
"shape":"DeletePipelineInput",
"documentation":"<p>Contains the parameters for DeletePipeline.</p>"
},
"errors":[
{
"shape":"PipelineNotFoundException",
"exception":true,
"documentation":"<p>The specified pipeline was not found. Verify that you used the correct user and account identifiers.</p>"
},
{
"shape":"InternalServiceError",
"exception":true,
"fault":true,
"documentation":"<p>An internal service error occurred.</p>"
},
{
"shape":"InvalidRequestException",
"exception":true,
"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>"
}
],
"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>"
},
"DescribeObjects":{
"name":"DescribeObjects",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{
"shape":"DescribeObjectsInput",
"documentation":"<p>Contains the parameters for DescribeObjects.</p>"
},
"output":{
"shape":"DescribeObjectsOutput",
"documentation":"<p>Contains the output of DescribeObjects.</p>"
},
"errors":[
{
"shape":"InternalServiceError",
"exception":true,
"fault":true,
"documentation":"<p>An internal service error occurred.</p>"
},
{
"shape":"InvalidRequestException",
"exception":true,
"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>"
},
{
"shape":"PipelineNotFoundException",
"exception":true,
"documentation":"<p>The specified pipeline was not found. Verify that you used the correct user and account identifiers.</p>"
},
{
"shape":"PipelineDeletedException",
"exception":true,
"documentation":"<p>The specified pipeline has been deleted.</p>"
}
],
"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>"
},
"DescribePipelines":{
"name":"DescribePipelines",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{
"shape":"DescribePipelinesInput",
"documentation":"<p>Contains the parameters for DescribePipelines.</p>"
},
"output":{
"shape":"DescribePipelinesOutput",
"documentation":"<p>Contains the output of DescribePipelines.</p>"
},
"errors":[
{
"shape":"PipelineNotFoundException",
"exception":true,
"documentation":"<p>The specified pipeline was not found. Verify that you used the correct user and account identifiers.</p>"
},
{
"shape":"PipelineDeletedException",
"exception":true,
"documentation":"<p>The specified pipeline has been deleted.</p>"
},
{
"shape":"InternalServiceError",
"exception":true,
"fault":true,
"documentation":"<p>An internal service error occurred.</p>"
},
{
"shape":"InvalidRequestException",
"exception":true,
"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>"
}
],
"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>"
},
"EvaluateExpression":{
"name":"EvaluateExpression",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{
"shape":"EvaluateExpressionInput",
"documentation":"<p>Contains the parameters for EvaluateExpression.</p>"
},
"output":{
"shape":"EvaluateExpressionOutput",
"documentation":"<p>Contains the output of EvaluateExpression.</p>"
},
"errors":[
{
"shape":"InternalServiceError",
"exception":true,
"fault":true,
"documentation":"<p>An internal service error occurred.</p>"
},
{
"shape":"TaskNotFoundException",
"exception":true,
"documentation":"<p>The specified task was not found. </p>"
},
{
"shape":"InvalidRequestException",
"exception":true,
"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>"
},
{
"shape":"PipelineNotFoundException",
"exception":true,
"documentation":"<p>The specified pipeline was not found. Verify that you used the correct user and account identifiers.</p>"
},
{
"shape":"PipelineDeletedException",
"exception":true,
"documentation":"<p>The specified pipeline has been deleted.</p>"
}
],
"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>"
},
"GetPipelineDefinition":{
"name":"GetPipelineDefinition",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{
"shape":"GetPipelineDefinitionInput",
"documentation":"<p>Contains the parameters for GetPipelineDefinition.</p>"
},
"output":{
"shape":"GetPipelineDefinitionOutput",
"documentation":"<p>Contains the output of GetPipelineDefinition.</p>"
},
"errors":[
{
"shape":"InternalServiceError",
"exception":true,
"fault":true,
"documentation":"<p>An internal service error occurred.</p>"
},
{
"shape":"InvalidRequestException",
"exception":true,
"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>"
},
{
"shape":"PipelineNotFoundException",
"exception":true,
"documentation":"<p>The specified pipeline was not found. Verify that you used the correct user and account identifiers.</p>"
},
{
"shape":"PipelineDeletedException",
"exception":true,
"documentation":"<p>The specified pipeline has been deleted.</p>"
}
],
"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>"
},
"ListPipelines":{
"name":"ListPipelines",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{
"shape":"ListPipelinesInput",
"documentation":"<p>Contains the parameters for ListPipelines.</p>"
},
"output":{
"shape":"ListPipelinesOutput",
"documentation":"<p>Contains the output of ListPipelines.</p>"
},
"errors":[
{
"shape":"InternalServiceError",
"exception":true,
"fault":true,
"documentation":"<p>An internal service error occurred.</p>"
},
{
"shape":"InvalidRequestException",
"exception":true,
"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>"
}
],
"documentation":"<p>Lists the pipeline identifiers for all active pipelines that you have permission to access.</p>"
},
"PollForTask":{
"name":"PollForTask",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{
"shape":"PollForTaskInput",
"documentation":"<p>Contains the parameters for PollForTask.</p>"
},
"output":{
"shape":"PollForTaskOutput",
"documentation":"<p>Contains the output of PollForTask.</p>"
},
"errors":[
{
"shape":"InternalServiceError",
"exception":true,
"fault":true,
"documentation":"<p>An internal service error occurred.</p>"
},
{
"shape":"InvalidRequestException",
"exception":true,
"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>"
},
{
"shape":"TaskNotFoundException",
"exception":true,
"documentation":"<p>The specified task was not found. </p>"
}
],
"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>"
},
"PutPipelineDefinition":{
"name":"PutPipelineDefinition",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{
"shape":"PutPipelineDefinitionInput",
"documentation":"<p>Contains the parameters for PutPipelineDefinition.</p>"
},
"output":{
"shape":"PutPipelineDefinitionOutput",
"documentation":"<p>Contains the output of PutPipelineDefinition.</p>"
},
"errors":[
{
"shape":"InternalServiceError",
"exception":true,
"fault":true,
"documentation":"<p>An internal service error occurred.</p>"
},
{
"shape":"InvalidRequestException",
"exception":true,
"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>"
},
{
"shape":"PipelineNotFoundException",
"exception":true,
"documentation":"<p>The specified pipeline was not found. Verify that you used the correct user and account identifiers.</p>"
},
{
"shape":"PipelineDeletedException",
"exception":true,
"documentation":"<p>The specified pipeline has been deleted.</p>"
}
],
"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>"
},
"QueryObjects":{
"name":"QueryObjects",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{
"shape":"QueryObjectsInput",
"documentation":"<p>Contains the parameters for QueryObjects.</p>"
},
"output":{
"shape":"QueryObjectsOutput",
"documentation":"<p>Contains the output of QueryObjects.</p>"
},
"errors":[
{
"shape":"PipelineNotFoundException",
"exception":true,
"documentation":"<p>The specified pipeline was not found. Verify that you used the correct user and account identifiers.</p>"
},
{
"shape":"PipelineDeletedException",
"exception":true,
"documentation":"<p>The specified pipeline has been deleted.</p>"
},
{
"shape":"InternalServiceError",
"exception":true,
"fault":true,
"documentation":"<p>An internal service error occurred.</p>"
},
{
"shape":"InvalidRequestException",
"exception":true,
"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>"
}
],
"documentation":"<p>Queries the specified pipeline for the names of objects that match the specified set of conditions.</p>"
},
"RemoveTags":{
"name":"RemoveTags",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{
"shape":"RemoveTagsInput",
"documentation":"<p>Contains the parameters for RemoveTags.</p>"
},
"output":{
"shape":"RemoveTagsOutput",
"documentation":"<p>Contains the output of RemoveTags.</p>"
},
"errors":[
{
"shape":"InternalServiceError",
"exception":true,
"fault":true,
"documentation":"<p>An internal service error occurred.</p>"
},
{
"shape":"InvalidRequestException",
"exception":true,
"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>"
},
{
"shape":"PipelineNotFoundException",
"exception":true,
"documentation":"<p>The specified pipeline was not found. Verify that you used the correct user and account identifiers.</p>"
},
{
"shape":"PipelineDeletedException",
"exception":true,
"documentation":"<p>The specified pipeline has been deleted.</p>"
}
],
"documentation":"<p>Removes existing tags from the specified pipeline.</p>"
},
"ReportTaskProgress":{
"name":"ReportTaskProgress",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{
"shape":"ReportTaskProgressInput",
"documentation":"<p>Contains the parameters for ReportTaskProgress.</p>"
},
"output":{
"shape":"ReportTaskProgressOutput",
"documentation":"<p>Contains the output of ReportTaskProgress.</p>"
},
"errors":[
{
"shape":"InternalServiceError",
"exception":true,
"fault":true,
"documentation":"<p>An internal service error occurred.</p>"
},
{
"shape":"InvalidRequestException",
"exception":true,
"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>"
},
{
"shape":"TaskNotFoundException",
"exception":true,
"documentation":"<p>The specified task was not found. </p>"
},
{
"shape":"PipelineNotFoundException",
"exception":true,
"documentation":"<p>The specified pipeline was not found. Verify that you used the correct user and account identifiers.</p>"
},
{
"shape":"PipelineDeletedException",
"exception":true,
"documentation":"<p>The specified pipeline has been deleted.</p>"
}
],
"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>"
},
"ReportTaskRunnerHeartbeat":{
"name":"ReportTaskRunnerHeartbeat",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{
"shape":"ReportTaskRunnerHeartbeatInput",
"documentation":"<p>Contains the parameters for ReportTaskRunnerHeartbeat.</p>"
},
"output":{
"shape":"ReportTaskRunnerHeartbeatOutput",
"documentation":"<p>Contains the output of ReportTaskRunnerHeartbeat.</p>"
},
"errors":[
{
"shape":"InternalServiceError",
"exception":true,
"fault":true,
"documentation":"<p>An internal service error occurred.</p>"
},
{
"shape":"InvalidRequestException",
"exception":true,
"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>"
}
],
"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>"
},
"SetStatus":{
"name":"SetStatus",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{
"shape":"SetStatusInput",
"documentation":"<p>Contains the parameters for SetStatus.</p>"
},
"errors":[
{
"shape":"PipelineNotFoundException",
"exception":true,
"documentation":"<p>The specified pipeline was not found. Verify that you used the correct user and account identifiers.</p>"
},
{
"shape":"PipelineDeletedException",
"exception":true,
"documentation":"<p>The specified pipeline has been deleted.</p>"
},
{
"shape":"InternalServiceError",
"exception":true,
"fault":true,
"documentation":"<p>An internal service error occurred.</p>"
},
{
"shape":"InvalidRequestException",
"exception":true,
"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>"
}
],
"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>"
},
"SetTaskStatus":{
"name":"SetTaskStatus",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{
"shape":"SetTaskStatusInput",
"documentation":"<p>Contains the parameters for SetTaskStatus.</p>"
},
"output":{
"shape":"SetTaskStatusOutput",
"documentation":"<p>Contains the output of SetTaskStatus.</p>"
},
"errors":[
{
"shape":"InternalServiceError",
"exception":true,
"fault":true,
"documentation":"<p>An internal service error occurred.</p>"
},
{
"shape":"TaskNotFoundException",
"exception":true,
"documentation":"<p>The specified task was not found. </p>"
},
{
"shape":"InvalidRequestException",
"exception":true,
"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>"
},
{
"shape":"PipelineNotFoundException",
"exception":true,
"documentation":"<p>The specified pipeline was not found. Verify that you used the correct user and account identifiers.</p>"
},
{
"shape":"PipelineDeletedException",
"exception":true,
"documentation":"<p>The specified pipeline has been deleted.</p>"
}
],
"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>"
},
"ValidatePipelineDefinition":{
"name":"ValidatePipelineDefinition",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{
"shape":"ValidatePipelineDefinitionInput",
"documentation":"<p>Contains the parameters for ValidatePipelineDefinition.</p>"
},
"output":{
"shape":"ValidatePipelineDefinitionOutput",
"documentation":"<p>Contains the output of ValidatePipelineDefinition.</p>"
},
"errors":[
{
"shape":"InternalServiceError",
"exception":true,
"fault":true,
"documentation":"<p>An internal service error occurred.</p>"
},
{
"shape":"InvalidRequestException",
"exception":true,
"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>"
},
{
"shape":"PipelineNotFoundException",
"exception":true,
"documentation":"<p>The specified pipeline was not found. Verify that you used the correct user and account identifiers.</p>"
},
{
"shape":"PipelineDeletedException",
"exception":true,
"documentation":"<p>The specified pipeline has been deleted.</p>"
}
],
"documentation":"<p>Validates the specified pipeline definition to ensure that it is well formed and can be run without error.</p>"
}
},
"shapes":{
"ActivatePipelineInput":{
"type":"structure",
"required":["pipelineId"],
"members":{
"pipelineId":{
"shape":"id",
"documentation":"<p>The ID of the pipeline.</p>"
},
"parameterValues":{
"shape":"ParameterValueList",
"documentation":"<p>A list of parameter values to pass to the pipeline at activation.</p>"
},
"startTimestamp":{
"shape":"timestamp",
"documentation":"<p>The date and time to resume the pipeline. By default, the pipeline resumes from the last completed execution.</p>"
}
},
"documentation":"<p>Contains the parameters for ActivatePipeline.</p>"
},
"ActivatePipelineOutput":{
"type":"structure",
"members":{
},
"documentation":"<p>Contains the output of ActivatePipeline.</p>"
},
"AddTagsInput":{
"type":"structure",
"required":[
"pipelineId",
"tags"
],
"members":{
"pipelineId":{
"shape":"id",
"documentation":"<p>The ID of the pipeline.</p>"
},
"tags":{
"shape":"tagList",
"documentation":"<p>The tags to add, as key/value pairs.</p>"
}
},
"documentation":"<p>Contains the parameters for AddTags.</p>"
},
"AddTagsOutput":{
"type":"structure",
"members":{
},
"documentation":"<p>Contains the output of AddTags.</p>"
},
"CreatePipelineInput":{
"type":"structure",
"required":[
"name",
"uniqueId"
],
"members":{
"name":{
"shape":"id",
"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>"
},
"uniqueId":{
"shape":"id",
"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>"
},
"description":{
"shape":"string",
"documentation":"<p>The description for the pipeline.</p>"
},
"tags":{
"shape":"tagList",
"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>"
}
},
"documentation":"<p>Contains the parameters for CreatePipeline.</p>"
},
"CreatePipelineOutput":{
"type":"structure",
"required":["pipelineId"],
"members":{
"pipelineId":{
"shape":"id",
"documentation":"<p>The ID that AWS Data Pipeline assigns the newly created pipeline. For example, <code>df-06372391ZG65EXAMPLE</code>.</p>"
}
},
"documentation":"<p>Contains the output of CreatePipeline.</p>"
},
"DeactivatePipelineInput":{
"type":"structure",
"required":["pipelineId"],
"members":{
"pipelineId":{
"shape":"id",
"documentation":"<p>The ID of the pipeline.</p>"
},
"cancelActive":{
"shape":"cancelActive",
"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>"
}
},
"documentation":"<p>Contains the parameters for DeactivatePipeline.</p>"
},
"DeactivatePipelineOutput":{
"type":"structure",
"members":{
},
"documentation":"<p>Contains the output of DeactivatePipeline.</p>"
},
"DeletePipelineInput":{
"type":"structure",
"required":["pipelineId"],
"members":{
"pipelineId":{
"shape":"id",
"documentation":"<p>The ID of the pipeline.</p>"
}
},
"documentation":"<p>Contains the parameters for DeletePipeline.</p>"
},
"DescribeObjectsInput":{
"type":"structure",
"required":[
"pipelineId",
"objectIds"
],
"members":{
"pipelineId":{
"shape":"id",
"documentation":"<p>The ID of the pipeline that contains the object definitions.</p>"
},
"objectIds":{
"shape":"idList",
"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>"
},
"evaluateExpressions":{
"shape":"boolean",
"documentation":"<p>Indicates whether any expressions in the object should be evaluated when the object descriptions are returned.</p>"
},
"marker":{
"shape":"string",
"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>"
}
},
"documentation":"<p>Contains the parameters for DescribeObjects.</p>"
},
"DescribeObjectsOutput":{
"type":"structure",
"required":["pipelineObjects"],
"members":{
"pipelineObjects":{
"shape":"PipelineObjectList",
"documentation":"<p>An array of object definitions.</p>"
},
"marker":{
"shape":"string",
"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>"
},
"hasMoreResults":{
"shape":"boolean",
"documentation":"<p>Indicates whether there are more results to return.</p>"
}
},
"documentation":"<p>Contains the output of DescribeObjects.</p>"
},
"DescribePipelinesInput":{
"type":"structure",
"required":["pipelineIds"],
"members":{
"pipelineIds":{
"shape":"idList",
"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>"
}
},
"documentation":"<p>Contains the parameters for DescribePipelines.</p>"
},
"DescribePipelinesOutput":{
"type":"structure",
"required":["pipelineDescriptionList"],
"members":{
"pipelineDescriptionList":{
"shape":"PipelineDescriptionList",
"documentation":"<p>An array of descriptions for the specified pipelines.</p>"
}
},
"documentation":"<p>Contains the output of DescribePipelines.</p>"
},
"EvaluateExpressionInput":{
"type":"structure",
"required":[
"pipelineId",
"objectId",
"expression"
],
"members":{
"pipelineId":{
"shape":"id",
"documentation":"<p>The ID of the pipeline.</p>"
},
"objectId":{
"shape":"id",
"documentation":"<p>The ID of the object.</p>"
},
"expression":{
"shape":"longString",
"documentation":"<p>The expression to evaluate.</p>"
}
},
"documentation":"<p>Contains the parameters for EvaluateExpression.</p>"
},
"EvaluateExpressionOutput":{
"type":"structure",
"required":["evaluatedExpression"],
"members":{
"evaluatedExpression":{
"shape":"longString",
"documentation":"<p>The evaluated expression.</p>"
}
},
"documentation":"<p>Contains the output of EvaluateExpression.</p>"
},
"Field":{
"type":"structure",
"required":["key"],
"members":{
"key":{
"shape":"fieldNameString",
"documentation":"<p>The field identifier.</p>"
},
"stringValue":{
"shape":"fieldStringValue",
"documentation":"<p>The field value, expressed as a String.</p>"
},
"refValue":{
"shape":"fieldNameString",
"documentation":"<p>The field value, expressed as the identifier of another object.</p>"
}
},
"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>"
},
"GetPipelineDefinitionInput":{
"type":"structure",
"required":["pipelineId"],
"members":{
"pipelineId":{
"shape":"id",
"documentation":"<p>The ID of the pipeline.</p>"
},
"version":{
"shape":"string",
"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>"
}
},
"documentation":"<p>Contains the parameters for GetPipelineDefinition.</p>"
},
"GetPipelineDefinitionOutput":{
"type":"structure",
"members":{
"pipelineObjects":{
"shape":"PipelineObjectList",
"documentation":"<p>The objects defined in the pipeline.</p>"
},
"parameterObjects":{
"shape":"ParameterObjectList",
"documentation":"<p>The parameter objects used in the pipeline definition.</p>"
},
"parameterValues":{
"shape":"ParameterValueList",
"documentation":"<p>The parameter values used in the pipeline definition.</p>"
}
},
"documentation":"<p>Contains the output of GetPipelineDefinition.</p>"
},
"InstanceIdentity":{
"type":"structure",
"members":{
"document":{
"shape":"string",