aws-sdk-core 2.1.3 → 2.1.4

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,14 @@
1
+ {
2
+ "pagination": {
3
+ "ListBranches": {
4
+ "input_token": "nextToken",
5
+ "output_token": "nextToken",
6
+ "result_key": "branches"
7
+ },
8
+ "ListRepositories": {
9
+ "input_token": "nextToken",
10
+ "output_token": "nextToken",
11
+ "result_key": "repositories"
12
+ }
13
+ }
14
+ }
@@ -0,0 +1,1640 @@
1
+ {
2
+ "version":"2.0",
3
+ "metadata":{
4
+ "apiVersion":"2015-07-09",
5
+ "endpointPrefix":"codepipeline",
6
+ "jsonVersion":"1.1",
7
+ "serviceAbbreviation":"CodePipeline",
8
+ "serviceFullName":"AWS CodePipeline",
9
+ "signatureVersion":"v4",
10
+ "targetPrefix":"CodePipeline_20150709",
11
+ "protocol":"json"
12
+ },
13
+ "operations":{
14
+ "AcknowledgeJob":{
15
+ "name":"AcknowledgeJob",
16
+ "http":{
17
+ "method":"POST",
18
+ "requestUri":"/"
19
+ },
20
+ "input":{"shape":"AcknowledgeJobInput"},
21
+ "output":{"shape":"AcknowledgeJobOutput"},
22
+ "errors":[
23
+ {
24
+ "shape":"ValidationException",
25
+ "exception":true
26
+ },
27
+ {
28
+ "shape":"InvalidNonceException",
29
+ "exception":true
30
+ },
31
+ {
32
+ "shape":"JobNotFoundException",
33
+ "exception":true
34
+ }
35
+ ]
36
+ },
37
+ "AcknowledgeThirdPartyJob":{
38
+ "name":"AcknowledgeThirdPartyJob",
39
+ "http":{
40
+ "method":"POST",
41
+ "requestUri":"/"
42
+ },
43
+ "input":{"shape":"AcknowledgeThirdPartyJobInput"},
44
+ "output":{"shape":"AcknowledgeThirdPartyJobOutput"},
45
+ "errors":[
46
+ {
47
+ "shape":"ValidationException",
48
+ "exception":true
49
+ },
50
+ {
51
+ "shape":"InvalidNonceException",
52
+ "exception":true
53
+ },
54
+ {
55
+ "shape":"JobNotFoundException",
56
+ "exception":true
57
+ },
58
+ {
59
+ "shape":"InvalidClientTokenException",
60
+ "exception":true
61
+ }
62
+ ]
63
+ },
64
+ "CreateCustomActionType":{
65
+ "name":"CreateCustomActionType",
66
+ "http":{
67
+ "method":"POST",
68
+ "requestUri":"/"
69
+ },
70
+ "input":{"shape":"CreateCustomActionTypeInput"},
71
+ "output":{"shape":"CreateCustomActionTypeOutput"},
72
+ "errors":[
73
+ {
74
+ "shape":"ValidationException",
75
+ "exception":true
76
+ },
77
+ {
78
+ "shape":"LimitExceededException",
79
+ "exception":true
80
+ }
81
+ ]
82
+ },
83
+ "CreatePipeline":{
84
+ "name":"CreatePipeline",
85
+ "http":{
86
+ "method":"POST",
87
+ "requestUri":"/"
88
+ },
89
+ "input":{"shape":"CreatePipelineInput"},
90
+ "output":{"shape":"CreatePipelineOutput"},
91
+ "errors":[
92
+ {
93
+ "shape":"ValidationException",
94
+ "exception":true
95
+ },
96
+ {
97
+ "shape":"PipelineNameInUseException",
98
+ "exception":true
99
+ },
100
+ {
101
+ "shape":"InvalidStageDeclarationException",
102
+ "exception":true
103
+ },
104
+ {
105
+ "shape":"InvalidActionDeclarationException",
106
+ "exception":true
107
+ },
108
+ {
109
+ "shape":"InvalidBlockerDeclarationException",
110
+ "exception":true
111
+ },
112
+ {
113
+ "shape":"InvalidStructureException",
114
+ "exception":true
115
+ },
116
+ {
117
+ "shape":"LimitExceededException",
118
+ "exception":true
119
+ }
120
+ ]
121
+ },
122
+ "DeleteCustomActionType":{
123
+ "name":"DeleteCustomActionType",
124
+ "http":{
125
+ "method":"POST",
126
+ "requestUri":"/"
127
+ },
128
+ "input":{"shape":"DeleteCustomActionTypeInput"},
129
+ "errors":[
130
+ {
131
+ "shape":"ValidationException",
132
+ "exception":true
133
+ }
134
+ ]
135
+ },
136
+ "DeletePipeline":{
137
+ "name":"DeletePipeline",
138
+ "http":{
139
+ "method":"POST",
140
+ "requestUri":"/"
141
+ },
142
+ "input":{"shape":"DeletePipelineInput"},
143
+ "errors":[
144
+ {
145
+ "shape":"ValidationException",
146
+ "exception":true
147
+ }
148
+ ]
149
+ },
150
+ "DisableStageTransition":{
151
+ "name":"DisableStageTransition",
152
+ "http":{
153
+ "method":"POST",
154
+ "requestUri":"/"
155
+ },
156
+ "input":{"shape":"DisableStageTransitionInput"},
157
+ "errors":[
158
+ {
159
+ "shape":"ValidationException",
160
+ "exception":true
161
+ },
162
+ {
163
+ "shape":"PipelineNotFoundException",
164
+ "exception":true
165
+ },
166
+ {
167
+ "shape":"StageNotFoundException",
168
+ "exception":true
169
+ }
170
+ ]
171
+ },
172
+ "EnableStageTransition":{
173
+ "name":"EnableStageTransition",
174
+ "http":{
175
+ "method":"POST",
176
+ "requestUri":"/"
177
+ },
178
+ "input":{"shape":"EnableStageTransitionInput"},
179
+ "errors":[
180
+ {
181
+ "shape":"ValidationException",
182
+ "exception":true
183
+ },
184
+ {
185
+ "shape":"PipelineNotFoundException",
186
+ "exception":true
187
+ },
188
+ {
189
+ "shape":"StageNotFoundException",
190
+ "exception":true
191
+ }
192
+ ]
193
+ },
194
+ "GetJobDetails":{
195
+ "name":"GetJobDetails",
196
+ "http":{
197
+ "method":"POST",
198
+ "requestUri":"/"
199
+ },
200
+ "input":{"shape":"GetJobDetailsInput"},
201
+ "output":{"shape":"GetJobDetailsOutput"},
202
+ "errors":[
203
+ {
204
+ "shape":"ValidationException",
205
+ "exception":true
206
+ },
207
+ {
208
+ "shape":"JobNotFoundException",
209
+ "exception":true
210
+ }
211
+ ]
212
+ },
213
+ "GetPipeline":{
214
+ "name":"GetPipeline",
215
+ "http":{
216
+ "method":"POST",
217
+ "requestUri":"/"
218
+ },
219
+ "input":{"shape":"GetPipelineInput"},
220
+ "output":{"shape":"GetPipelineOutput"},
221
+ "errors":[
222
+ {
223
+ "shape":"ValidationException",
224
+ "exception":true
225
+ },
226
+ {
227
+ "shape":"PipelineNotFoundException",
228
+ "exception":true
229
+ },
230
+ {
231
+ "shape":"PipelineVersionNotFoundException",
232
+ "exception":true
233
+ }
234
+ ]
235
+ },
236
+ "GetPipelineState":{
237
+ "name":"GetPipelineState",
238
+ "http":{
239
+ "method":"POST",
240
+ "requestUri":"/"
241
+ },
242
+ "input":{"shape":"GetPipelineStateInput"},
243
+ "output":{"shape":"GetPipelineStateOutput"},
244
+ "errors":[
245
+ {
246
+ "shape":"ValidationException",
247
+ "exception":true
248
+ },
249
+ {
250
+ "shape":"PipelineNotFoundException",
251
+ "exception":true
252
+ }
253
+ ]
254
+ },
255
+ "GetThirdPartyJobDetails":{
256
+ "name":"GetThirdPartyJobDetails",
257
+ "http":{
258
+ "method":"POST",
259
+ "requestUri":"/"
260
+ },
261
+ "input":{"shape":"GetThirdPartyJobDetailsInput"},
262
+ "output":{"shape":"GetThirdPartyJobDetailsOutput"},
263
+ "errors":[
264
+ {
265
+ "shape":"JobNotFoundException",
266
+ "exception":true
267
+ },
268
+ {
269
+ "shape":"ValidationException",
270
+ "exception":true
271
+ },
272
+ {
273
+ "shape":"InvalidClientTokenException",
274
+ "exception":true
275
+ },
276
+ {
277
+ "shape":"InvalidJobException",
278
+ "exception":true
279
+ }
280
+ ]
281
+ },
282
+ "ListActionTypes":{
283
+ "name":"ListActionTypes",
284
+ "http":{
285
+ "method":"POST",
286
+ "requestUri":"/"
287
+ },
288
+ "input":{"shape":"ListActionTypesInput"},
289
+ "output":{"shape":"ListActionTypesOutput"},
290
+ "errors":[
291
+ {
292
+ "shape":"ValidationException",
293
+ "exception":true
294
+ },
295
+ {
296
+ "shape":"InvalidNextTokenException",
297
+ "exception":true
298
+ }
299
+ ]
300
+ },
301
+ "ListPipelines":{
302
+ "name":"ListPipelines",
303
+ "http":{
304
+ "method":"POST",
305
+ "requestUri":"/"
306
+ },
307
+ "input":{"shape":"ListPipelinesInput"},
308
+ "output":{"shape":"ListPipelinesOutput"},
309
+ "errors":[
310
+ {
311
+ "shape":"InvalidNextTokenException",
312
+ "exception":true
313
+ }
314
+ ]
315
+ },
316
+ "PollForJobs":{
317
+ "name":"PollForJobs",
318
+ "http":{
319
+ "method":"POST",
320
+ "requestUri":"/"
321
+ },
322
+ "input":{"shape":"PollForJobsInput"},
323
+ "output":{"shape":"PollForJobsOutput"},
324
+ "errors":[
325
+ {
326
+ "shape":"ValidationException",
327
+ "exception":true
328
+ },
329
+ {
330
+ "shape":"ActionTypeNotFoundException",
331
+ "exception":true
332
+ }
333
+ ]
334
+ },
335
+ "PollForThirdPartyJobs":{
336
+ "name":"PollForThirdPartyJobs",
337
+ "http":{
338
+ "method":"POST",
339
+ "requestUri":"/"
340
+ },
341
+ "input":{"shape":"PollForThirdPartyJobsInput"},
342
+ "output":{"shape":"PollForThirdPartyJobsOutput"},
343
+ "errors":[
344
+ {
345
+ "shape":"ActionTypeNotFoundException",
346
+ "exception":true
347
+ },
348
+ {
349
+ "shape":"ValidationException",
350
+ "exception":true
351
+ }
352
+ ]
353
+ },
354
+ "PutActionRevision":{
355
+ "name":"PutActionRevision",
356
+ "http":{
357
+ "method":"POST",
358
+ "requestUri":"/"
359
+ },
360
+ "input":{"shape":"PutActionRevisionInput"},
361
+ "output":{"shape":"PutActionRevisionOutput"},
362
+ "errors":[
363
+ {
364
+ "shape":"PipelineNotFoundException",
365
+ "exception":true
366
+ },
367
+ {
368
+ "shape":"StageNotFoundException",
369
+ "exception":true
370
+ },
371
+ {
372
+ "shape":"ActionNotFoundException",
373
+ "exception":true
374
+ },
375
+ {
376
+ "shape":"ValidationException",
377
+ "exception":true
378
+ }
379
+ ]
380
+ },
381
+ "PutJobFailureResult":{
382
+ "name":"PutJobFailureResult",
383
+ "http":{
384
+ "method":"POST",
385
+ "requestUri":"/"
386
+ },
387
+ "input":{"shape":"PutJobFailureResultInput"},
388
+ "errors":[
389
+ {
390
+ "shape":"ValidationException",
391
+ "exception":true
392
+ },
393
+ {
394
+ "shape":"JobNotFoundException",
395
+ "exception":true
396
+ },
397
+ {
398
+ "shape":"InvalidJobStateException",
399
+ "exception":true
400
+ }
401
+ ]
402
+ },
403
+ "PutJobSuccessResult":{
404
+ "name":"PutJobSuccessResult",
405
+ "http":{
406
+ "method":"POST",
407
+ "requestUri":"/"
408
+ },
409
+ "input":{"shape":"PutJobSuccessResultInput"},
410
+ "errors":[
411
+ {
412
+ "shape":"ValidationException",
413
+ "exception":true
414
+ },
415
+ {
416
+ "shape":"JobNotFoundException",
417
+ "exception":true
418
+ },
419
+ {
420
+ "shape":"InvalidJobStateException",
421
+ "exception":true
422
+ }
423
+ ]
424
+ },
425
+ "PutThirdPartyJobFailureResult":{
426
+ "name":"PutThirdPartyJobFailureResult",
427
+ "http":{
428
+ "method":"POST",
429
+ "requestUri":"/"
430
+ },
431
+ "input":{"shape":"PutThirdPartyJobFailureResultInput"},
432
+ "errors":[
433
+ {
434
+ "shape":"ValidationException",
435
+ "exception":true
436
+ },
437
+ {
438
+ "shape":"JobNotFoundException",
439
+ "exception":true
440
+ },
441
+ {
442
+ "shape":"InvalidJobStateException",
443
+ "exception":true
444
+ },
445
+ {
446
+ "shape":"InvalidClientTokenException",
447
+ "exception":true
448
+ }
449
+ ]
450
+ },
451
+ "PutThirdPartyJobSuccessResult":{
452
+ "name":"PutThirdPartyJobSuccessResult",
453
+ "http":{
454
+ "method":"POST",
455
+ "requestUri":"/"
456
+ },
457
+ "input":{"shape":"PutThirdPartyJobSuccessResultInput"},
458
+ "errors":[
459
+ {
460
+ "shape":"ValidationException",
461
+ "exception":true
462
+ },
463
+ {
464
+ "shape":"JobNotFoundException",
465
+ "exception":true
466
+ },
467
+ {
468
+ "shape":"InvalidJobStateException",
469
+ "exception":true
470
+ },
471
+ {
472
+ "shape":"InvalidClientTokenException",
473
+ "exception":true
474
+ }
475
+ ]
476
+ },
477
+ "StartPipelineExecution":{
478
+ "name":"StartPipelineExecution",
479
+ "http":{
480
+ "method":"POST",
481
+ "requestUri":"/"
482
+ },
483
+ "input":{"shape":"StartPipelineExecutionInput"},
484
+ "output":{"shape":"StartPipelineExecutionOutput"},
485
+ "errors":[
486
+ {
487
+ "shape":"ValidationException",
488
+ "exception":true
489
+ },
490
+ {
491
+ "shape":"PipelineNotFoundException",
492
+ "exception":true
493
+ }
494
+ ]
495
+ },
496
+ "UpdatePipeline":{
497
+ "name":"UpdatePipeline",
498
+ "http":{
499
+ "method":"POST",
500
+ "requestUri":"/"
501
+ },
502
+ "input":{"shape":"UpdatePipelineInput"},
503
+ "output":{"shape":"UpdatePipelineOutput"},
504
+ "errors":[
505
+ {
506
+ "shape":"ValidationException",
507
+ "exception":true
508
+ },
509
+ {
510
+ "shape":"InvalidStageDeclarationException",
511
+ "exception":true
512
+ },
513
+ {
514
+ "shape":"InvalidActionDeclarationException",
515
+ "exception":true
516
+ },
517
+ {
518
+ "shape":"InvalidBlockerDeclarationException",
519
+ "exception":true
520
+ },
521
+ {
522
+ "shape":"InvalidStructureException",
523
+ "exception":true
524
+ }
525
+ ]
526
+ }
527
+ },
528
+ "shapes":{
529
+ "AWSSessionCredentials":{
530
+ "type":"structure",
531
+ "required":[
532
+ "accessKeyId",
533
+ "secretAccessKey",
534
+ "sessionToken"
535
+ ],
536
+ "members":{
537
+ "accessKeyId":{"shape":"AccessKeyId"},
538
+ "secretAccessKey":{"shape":"SecretAccessKey"},
539
+ "sessionToken":{"shape":"SessionToken"}
540
+ },
541
+ "sensitive":true
542
+ },
543
+ "AccessKeyId":{"type":"string"},
544
+ "AccountId":{
545
+ "type":"string",
546
+ "pattern":"[0-9]{12}"
547
+ },
548
+ "AcknowledgeJobInput":{
549
+ "type":"structure",
550
+ "required":[
551
+ "jobId",
552
+ "nonce"
553
+ ],
554
+ "members":{
555
+ "jobId":{"shape":"JobId"},
556
+ "nonce":{"shape":"Nonce"}
557
+ }
558
+ },
559
+ "AcknowledgeJobOutput":{
560
+ "type":"structure",
561
+ "members":{
562
+ "status":{"shape":"JobStatus"}
563
+ }
564
+ },
565
+ "AcknowledgeThirdPartyJobInput":{
566
+ "type":"structure",
567
+ "required":[
568
+ "jobId",
569
+ "nonce",
570
+ "clientToken"
571
+ ],
572
+ "members":{
573
+ "jobId":{"shape":"ThirdPartyJobId"},
574
+ "nonce":{"shape":"Nonce"},
575
+ "clientToken":{"shape":"ClientToken"}
576
+ }
577
+ },
578
+ "AcknowledgeThirdPartyJobOutput":{
579
+ "type":"structure",
580
+ "members":{
581
+ "status":{"shape":"JobStatus"}
582
+ }
583
+ },
584
+ "ActionCategory":{
585
+ "type":"string",
586
+ "enum":[
587
+ "Source",
588
+ "Build",
589
+ "Deploy",
590
+ "Test",
591
+ "Invoke"
592
+ ]
593
+ },
594
+ "ActionConfiguration":{
595
+ "type":"structure",
596
+ "members":{
597
+ "configuration":{"shape":"ActionConfigurationMap"}
598
+ }
599
+ },
600
+ "ActionConfigurationKey":{
601
+ "type":"string",
602
+ "min":1,
603
+ "max":50
604
+ },
605
+ "ActionConfigurationMap":{
606
+ "type":"map",
607
+ "key":{"shape":"ActionConfigurationKey"},
608
+ "value":{"shape":"ActionConfigurationValue"}
609
+ },
610
+ "ActionConfigurationProperty":{
611
+ "type":"structure",
612
+ "required":[
613
+ "name",
614
+ "required",
615
+ "key",
616
+ "secret"
617
+ ],
618
+ "members":{
619
+ "name":{"shape":"ActionConfigurationKey"},
620
+ "required":{"shape":"Boolean"},
621
+ "key":{"shape":"Boolean"},
622
+ "secret":{"shape":"Boolean"},
623
+ "queryable":{"shape":"Boolean"},
624
+ "description":{"shape":"Description"},
625
+ "type":{"shape":"ActionConfigurationPropertyType"}
626
+ }
627
+ },
628
+ "ActionConfigurationPropertyList":{
629
+ "type":"list",
630
+ "member":{"shape":"ActionConfigurationProperty"},
631
+ "max":10
632
+ },
633
+ "ActionConfigurationPropertyType":{
634
+ "type":"string",
635
+ "enum":[
636
+ "String",
637
+ "Number",
638
+ "Boolean"
639
+ ]
640
+ },
641
+ "ActionConfigurationQueryableValue":{
642
+ "type":"string",
643
+ "min":1,
644
+ "max":20,
645
+ "pattern":"[a-zA-Z0-9_-]+"
646
+ },
647
+ "ActionConfigurationValue":{
648
+ "type":"string",
649
+ "min":1,
650
+ "max":250
651
+ },
652
+ "ActionContext":{
653
+ "type":"structure",
654
+ "members":{
655
+ "name":{"shape":"ActionName"}
656
+ }
657
+ },
658
+ "ActionDeclaration":{
659
+ "type":"structure",
660
+ "required":[
661
+ "name",
662
+ "actionTypeId"
663
+ ],
664
+ "members":{
665
+ "name":{"shape":"ActionName"},
666
+ "actionTypeId":{"shape":"ActionTypeId"},
667
+ "runOrder":{"shape":"ActionRunOrder"},
668
+ "configuration":{"shape":"ActionConfigurationMap"},
669
+ "outputArtifacts":{"shape":"OutputArtifactList"},
670
+ "inputArtifacts":{"shape":"InputArtifactList"},
671
+ "roleArn":{"shape":"RoleArn"}
672
+ }
673
+ },
674
+ "ActionExecution":{
675
+ "type":"structure",
676
+ "members":{
677
+ "status":{"shape":"ActionExecutionStatus"},
678
+ "summary":{"shape":"ExecutionSummary"},
679
+ "lastStatusChange":{"shape":"Timestamp"},
680
+ "externalExecutionId":{"shape":"ExecutionId"},
681
+ "externalExecutionUrl":{"shape":"Url"},
682
+ "percentComplete":{"shape":"Percentage"},
683
+ "errorDetails":{"shape":"ErrorDetails"}
684
+ }
685
+ },
686
+ "ActionExecutionStatus":{
687
+ "type":"string",
688
+ "enum":[
689
+ "InProgress",
690
+ "Succeeded",
691
+ "Failed"
692
+ ]
693
+ },
694
+ "ActionName":{
695
+ "type":"string",
696
+ "min":1,
697
+ "max":100,
698
+ "pattern":"[A-Za-z0-9.@\\-_]+"
699
+ },
700
+ "ActionNotFoundException":{
701
+ "type":"structure",
702
+ "members":{
703
+ },
704
+ "exception":true
705
+ },
706
+ "ActionOwner":{
707
+ "type":"string",
708
+ "enum":[
709
+ "AWS",
710
+ "ThirdParty",
711
+ "Custom"
712
+ ]
713
+ },
714
+ "ActionProvider":{
715
+ "type":"string",
716
+ "min":1,
717
+ "max":25,
718
+ "pattern":"[0-9A-Za-z_-]+"
719
+ },
720
+ "ActionRevision":{
721
+ "type":"structure",
722
+ "required":[
723
+ "revisionId",
724
+ "created"
725
+ ],
726
+ "members":{
727
+ "revisionId":{"shape":"RevisionId"},
728
+ "revisionChangeId":{"shape":"RevisionChangeId"},
729
+ "created":{"shape":"Timestamp"}
730
+ }
731
+ },
732
+ "ActionRunOrder":{
733
+ "type":"integer",
734
+ "min":1,
735
+ "max":999
736
+ },
737
+ "ActionState":{
738
+ "type":"structure",
739
+ "members":{
740
+ "actionName":{"shape":"ActionName"},
741
+ "currentRevision":{"shape":"ActionRevision"},
742
+ "latestExecution":{"shape":"ActionExecution"},
743
+ "entityUrl":{"shape":"Url"},
744
+ "revisionUrl":{"shape":"Url"}
745
+ }
746
+ },
747
+ "ActionStateList":{
748
+ "type":"list",
749
+ "member":{"shape":"ActionState"}
750
+ },
751
+ "ActionType":{
752
+ "type":"structure",
753
+ "required":[
754
+ "id",
755
+ "inputArtifactDetails",
756
+ "outputArtifactDetails"
757
+ ],
758
+ "members":{
759
+ "id":{"shape":"ActionTypeId"},
760
+ "settings":{"shape":"ActionTypeSettings"},
761
+ "actionConfigurationProperties":{"shape":"ActionConfigurationPropertyList"},
762
+ "inputArtifactDetails":{"shape":"ArtifactDetails"},
763
+ "outputArtifactDetails":{"shape":"ArtifactDetails"}
764
+ }
765
+ },
766
+ "ActionTypeId":{
767
+ "type":"structure",
768
+ "required":[
769
+ "category",
770
+ "owner",
771
+ "provider",
772
+ "version"
773
+ ],
774
+ "members":{
775
+ "category":{"shape":"ActionCategory"},
776
+ "owner":{"shape":"ActionOwner"},
777
+ "provider":{"shape":"ActionProvider"},
778
+ "version":{"shape":"Version"}
779
+ }
780
+ },
781
+ "ActionTypeList":{
782
+ "type":"list",
783
+ "member":{"shape":"ActionType"}
784
+ },
785
+ "ActionTypeNotFoundException":{
786
+ "type":"structure",
787
+ "members":{
788
+ },
789
+ "exception":true
790
+ },
791
+ "ActionTypeSettings":{
792
+ "type":"structure",
793
+ "members":{
794
+ "thirdPartyConfigurationUrl":{"shape":"Url"},
795
+ "entityUrlTemplate":{"shape":"UrlTemplate"},
796
+ "executionUrlTemplate":{"shape":"UrlTemplate"},
797
+ "revisionUrlTemplate":{"shape":"UrlTemplate"}
798
+ }
799
+ },
800
+ "Artifact":{
801
+ "type":"structure",
802
+ "members":{
803
+ "name":{"shape":"ArtifactName"},
804
+ "revision":{"shape":"Revision"},
805
+ "location":{"shape":"ArtifactLocation"}
806
+ }
807
+ },
808
+ "ArtifactDetails":{
809
+ "type":"structure",
810
+ "required":[
811
+ "minimumCount",
812
+ "maximumCount"
813
+ ],
814
+ "members":{
815
+ "minimumCount":{"shape":"MinimumArtifactCount"},
816
+ "maximumCount":{"shape":"MaximumArtifactCount"}
817
+ }
818
+ },
819
+ "ArtifactList":{
820
+ "type":"list",
821
+ "member":{"shape":"Artifact"}
822
+ },
823
+ "ArtifactLocation":{
824
+ "type":"structure",
825
+ "members":{
826
+ "type":{"shape":"ArtifactLocationType"},
827
+ "s3Location":{"shape":"S3ArtifactLocation"}
828
+ }
829
+ },
830
+ "ArtifactLocationType":{
831
+ "type":"string",
832
+ "enum":["S3"]
833
+ },
834
+ "ArtifactName":{
835
+ "type":"string",
836
+ "min":1,
837
+ "max":100,
838
+ "pattern":"[a-zA-Z0-9_\\-]+"
839
+ },
840
+ "ArtifactStore":{
841
+ "type":"structure",
842
+ "required":[
843
+ "type",
844
+ "location"
845
+ ],
846
+ "members":{
847
+ "type":{"shape":"ArtifactStoreType"},
848
+ "location":{"shape":"ArtifactStoreLocation"}
849
+ }
850
+ },
851
+ "ArtifactStoreLocation":{
852
+ "type":"string",
853
+ "min":3,
854
+ "max":63,
855
+ "pattern":"[a-zA-Z0-9\\-\\.]+"
856
+ },
857
+ "ArtifactStoreType":{
858
+ "type":"string",
859
+ "enum":["S3"]
860
+ },
861
+ "BlockerDeclaration":{
862
+ "type":"structure",
863
+ "required":[
864
+ "name",
865
+ "type"
866
+ ],
867
+ "members":{
868
+ "name":{"shape":"BlockerName"},
869
+ "type":{"shape":"BlockerType"}
870
+ }
871
+ },
872
+ "BlockerName":{
873
+ "type":"string",
874
+ "min":1,
875
+ "max":100
876
+ },
877
+ "BlockerType":{
878
+ "type":"string",
879
+ "enum":["Schedule"]
880
+ },
881
+ "Boolean":{"type":"boolean"},
882
+ "ClientId":{
883
+ "type":"string",
884
+ "pattern":"[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}"
885
+ },
886
+ "ClientToken":{"type":"string"},
887
+ "Code":{"type":"string"},
888
+ "ContinuationToken":{"type":"string"},
889
+ "CreateCustomActionTypeInput":{
890
+ "type":"structure",
891
+ "required":[
892
+ "category",
893
+ "provider",
894
+ "version",
895
+ "inputArtifactDetails",
896
+ "outputArtifactDetails"
897
+ ],
898
+ "members":{
899
+ "category":{"shape":"ActionCategory"},
900
+ "provider":{"shape":"ActionProvider"},
901
+ "version":{"shape":"Version"},
902
+ "settings":{"shape":"ActionTypeSettings"},
903
+ "configurationProperties":{"shape":"ActionConfigurationPropertyList"},
904
+ "inputArtifactDetails":{"shape":"ArtifactDetails"},
905
+ "outputArtifactDetails":{"shape":"ArtifactDetails"}
906
+ }
907
+ },
908
+ "CreateCustomActionTypeOutput":{
909
+ "type":"structure",
910
+ "required":["actionType"],
911
+ "members":{
912
+ "actionType":{"shape":"ActionType"}
913
+ }
914
+ },
915
+ "CreatePipelineInput":{
916
+ "type":"structure",
917
+ "required":["pipeline"],
918
+ "members":{
919
+ "pipeline":{"shape":"PipelineDeclaration"}
920
+ }
921
+ },
922
+ "CreatePipelineOutput":{
923
+ "type":"structure",
924
+ "members":{
925
+ "pipeline":{"shape":"PipelineDeclaration"}
926
+ }
927
+ },
928
+ "CurrentRevision":{
929
+ "type":"structure",
930
+ "required":[
931
+ "revision",
932
+ "changeIdentifier"
933
+ ],
934
+ "members":{
935
+ "revision":{"shape":"Revision"},
936
+ "changeIdentifier":{"shape":"RevisionChangeIdentifier"}
937
+ }
938
+ },
939
+ "DeleteCustomActionTypeInput":{
940
+ "type":"structure",
941
+ "required":[
942
+ "category",
943
+ "provider",
944
+ "version"
945
+ ],
946
+ "members":{
947
+ "category":{"shape":"ActionCategory"},
948
+ "provider":{"shape":"ActionProvider"},
949
+ "version":{"shape":"Version"}
950
+ }
951
+ },
952
+ "DeletePipelineInput":{
953
+ "type":"structure",
954
+ "required":["name"],
955
+ "members":{
956
+ "name":{"shape":"PipelineName"}
957
+ }
958
+ },
959
+ "Description":{
960
+ "type":"string",
961
+ "min":1,
962
+ "max":2048
963
+ },
964
+ "DisableStageTransitionInput":{
965
+ "type":"structure",
966
+ "required":[
967
+ "pipelineName",
968
+ "stageName",
969
+ "transitionType",
970
+ "reason"
971
+ ],
972
+ "members":{
973
+ "pipelineName":{"shape":"PipelineName"},
974
+ "stageName":{"shape":"StageName"},
975
+ "transitionType":{"shape":"StageTransitionType"},
976
+ "reason":{"shape":"DisabledReason"}
977
+ }
978
+ },
979
+ "DisabledReason":{
980
+ "type":"string",
981
+ "min":1,
982
+ "max":300,
983
+ "pattern":"[a-zA-Z0-9!@ \\(\\)\\.\\*\\?\\-]+"
984
+ },
985
+ "EnableStageTransitionInput":{
986
+ "type":"structure",
987
+ "required":[
988
+ "pipelineName",
989
+ "stageName",
990
+ "transitionType"
991
+ ],
992
+ "members":{
993
+ "pipelineName":{"shape":"PipelineName"},
994
+ "stageName":{"shape":"StageName"},
995
+ "transitionType":{"shape":"StageTransitionType"}
996
+ }
997
+ },
998
+ "Enabled":{"type":"boolean"},
999
+ "ErrorDetails":{
1000
+ "type":"structure",
1001
+ "members":{
1002
+ "code":{"shape":"Code"},
1003
+ "message":{"shape":"Message"}
1004
+ }
1005
+ },
1006
+ "ExecutionDetails":{
1007
+ "type":"structure",
1008
+ "members":{
1009
+ "summary":{"shape":"ExecutionSummary"},
1010
+ "externalExecutionId":{"shape":"ExecutionId"},
1011
+ "percentComplete":{"shape":"Percentage"}
1012
+ }
1013
+ },
1014
+ "ExecutionId":{"type":"string"},
1015
+ "ExecutionSummary":{"type":"string"},
1016
+ "FailureDetails":{
1017
+ "type":"structure",
1018
+ "required":["type"],
1019
+ "members":{
1020
+ "type":{"shape":"FailureType"},
1021
+ "message":{"shape":"Message"},
1022
+ "externalExecutionId":{"shape":"ExecutionId"}
1023
+ }
1024
+ },
1025
+ "FailureType":{
1026
+ "type":"string",
1027
+ "enum":[
1028
+ "JobFailed",
1029
+ "ConfigurationError",
1030
+ "PermissionError",
1031
+ "RevisionOutOfSync",
1032
+ "RevisionUnavailable",
1033
+ "SystemUnavailable"
1034
+ ]
1035
+ },
1036
+ "GetJobDetailsInput":{
1037
+ "type":"structure",
1038
+ "required":["jobId"],
1039
+ "members":{
1040
+ "jobId":{"shape":"JobId"}
1041
+ }
1042
+ },
1043
+ "GetJobDetailsOutput":{
1044
+ "type":"structure",
1045
+ "members":{
1046
+ "jobDetails":{"shape":"JobDetails"}
1047
+ }
1048
+ },
1049
+ "GetPipelineInput":{
1050
+ "type":"structure",
1051
+ "required":["name"],
1052
+ "members":{
1053
+ "name":{"shape":"PipelineName"},
1054
+ "version":{"shape":"PipelineVersion"}
1055
+ }
1056
+ },
1057
+ "GetPipelineOutput":{
1058
+ "type":"structure",
1059
+ "members":{
1060
+ "pipeline":{"shape":"PipelineDeclaration"}
1061
+ }
1062
+ },
1063
+ "GetPipelineStateInput":{
1064
+ "type":"structure",
1065
+ "required":["name"],
1066
+ "members":{
1067
+ "name":{"shape":"PipelineName"}
1068
+ }
1069
+ },
1070
+ "GetPipelineStateOutput":{
1071
+ "type":"structure",
1072
+ "members":{
1073
+ "pipelineName":{"shape":"PipelineName"},
1074
+ "pipelineVersion":{"shape":"PipelineVersion"},
1075
+ "stageStates":{"shape":"StageStateList"},
1076
+ "created":{"shape":"Timestamp"},
1077
+ "updated":{"shape":"Timestamp"}
1078
+ }
1079
+ },
1080
+ "GetThirdPartyJobDetailsInput":{
1081
+ "type":"structure",
1082
+ "required":[
1083
+ "jobId",
1084
+ "clientToken"
1085
+ ],
1086
+ "members":{
1087
+ "jobId":{"shape":"ThirdPartyJobId"},
1088
+ "clientToken":{"shape":"ClientToken"}
1089
+ }
1090
+ },
1091
+ "GetThirdPartyJobDetailsOutput":{
1092
+ "type":"structure",
1093
+ "members":{
1094
+ "jobDetails":{"shape":"ThirdPartyJobDetails"}
1095
+ }
1096
+ },
1097
+ "InputArtifact":{
1098
+ "type":"structure",
1099
+ "required":["name"],
1100
+ "members":{
1101
+ "name":{"shape":"ArtifactName"}
1102
+ }
1103
+ },
1104
+ "InputArtifactList":{
1105
+ "type":"list",
1106
+ "member":{"shape":"InputArtifact"}
1107
+ },
1108
+ "InvalidActionDeclarationException":{
1109
+ "type":"structure",
1110
+ "members":{
1111
+ },
1112
+ "exception":true
1113
+ },
1114
+ "InvalidBlockerDeclarationException":{
1115
+ "type":"structure",
1116
+ "members":{
1117
+ },
1118
+ "exception":true
1119
+ },
1120
+ "InvalidClientTokenException":{
1121
+ "type":"structure",
1122
+ "members":{
1123
+ },
1124
+ "exception":true
1125
+ },
1126
+ "InvalidJobException":{
1127
+ "type":"structure",
1128
+ "members":{
1129
+ },
1130
+ "exception":true
1131
+ },
1132
+ "InvalidJobStateException":{
1133
+ "type":"structure",
1134
+ "members":{
1135
+ },
1136
+ "exception":true
1137
+ },
1138
+ "InvalidNextTokenException":{
1139
+ "type":"structure",
1140
+ "members":{
1141
+ },
1142
+ "exception":true
1143
+ },
1144
+ "InvalidNonceException":{
1145
+ "type":"structure",
1146
+ "members":{
1147
+ },
1148
+ "exception":true
1149
+ },
1150
+ "InvalidStageDeclarationException":{
1151
+ "type":"structure",
1152
+ "members":{
1153
+ },
1154
+ "exception":true
1155
+ },
1156
+ "InvalidStructureException":{
1157
+ "type":"structure",
1158
+ "members":{
1159
+ },
1160
+ "exception":true
1161
+ },
1162
+ "Job":{
1163
+ "type":"structure",
1164
+ "members":{
1165
+ "id":{"shape":"JobId"},
1166
+ "data":{"shape":"JobData"},
1167
+ "nonce":{"shape":"Nonce"},
1168
+ "accountId":{"shape":"AccountId"}
1169
+ }
1170
+ },
1171
+ "JobData":{
1172
+ "type":"structure",
1173
+ "members":{
1174
+ "actionTypeId":{"shape":"ActionTypeId"},
1175
+ "actionConfiguration":{"shape":"ActionConfiguration"},
1176
+ "pipelineContext":{"shape":"PipelineContext"},
1177
+ "inputArtifacts":{"shape":"ArtifactList"},
1178
+ "outputArtifacts":{"shape":"ArtifactList"},
1179
+ "artifactCredentials":{"shape":"AWSSessionCredentials"},
1180
+ "continuationToken":{"shape":"ContinuationToken"}
1181
+ }
1182
+ },
1183
+ "JobDetails":{
1184
+ "type":"structure",
1185
+ "members":{
1186
+ "id":{"shape":"JobId"},
1187
+ "data":{"shape":"JobData"},
1188
+ "accountId":{"shape":"AccountId"}
1189
+ }
1190
+ },
1191
+ "JobId":{
1192
+ "type":"string",
1193
+ "pattern":"[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}"
1194
+ },
1195
+ "JobList":{
1196
+ "type":"list",
1197
+ "member":{"shape":"Job"}
1198
+ },
1199
+ "JobNotFoundException":{
1200
+ "type":"structure",
1201
+ "members":{
1202
+ },
1203
+ "exception":true
1204
+ },
1205
+ "JobStatus":{
1206
+ "type":"string",
1207
+ "enum":[
1208
+ "Created",
1209
+ "Queued",
1210
+ "Dispatched",
1211
+ "InProgress",
1212
+ "TimedOut",
1213
+ "Succeeded",
1214
+ "Failed"
1215
+ ]
1216
+ },
1217
+ "LastChangedAt":{"type":"timestamp"},
1218
+ "LastChangedBy":{"type":"string"},
1219
+ "LimitExceededException":{
1220
+ "type":"structure",
1221
+ "members":{
1222
+ },
1223
+ "exception":true
1224
+ },
1225
+ "ListActionTypesInput":{
1226
+ "type":"structure",
1227
+ "members":{
1228
+ "actionOwnerFilter":{"shape":"ActionOwner"},
1229
+ "nextToken":{"shape":"NextToken"}
1230
+ }
1231
+ },
1232
+ "ListActionTypesOutput":{
1233
+ "type":"structure",
1234
+ "required":["actionTypes"],
1235
+ "members":{
1236
+ "actionTypes":{"shape":"ActionTypeList"},
1237
+ "nextToken":{"shape":"NextToken"}
1238
+ }
1239
+ },
1240
+ "ListPipelinesInput":{
1241
+ "type":"structure",
1242
+ "members":{
1243
+ "nextToken":{"shape":"NextToken"}
1244
+ }
1245
+ },
1246
+ "ListPipelinesOutput":{
1247
+ "type":"structure",
1248
+ "members":{
1249
+ "pipelines":{"shape":"PipelineList"},
1250
+ "nextToken":{"shape":"NextToken"}
1251
+ }
1252
+ },
1253
+ "MaxBatchSize":{
1254
+ "type":"integer",
1255
+ "min":1
1256
+ },
1257
+ "MaximumArtifactCount":{
1258
+ "type":"integer",
1259
+ "min":0,
1260
+ "max":5
1261
+ },
1262
+ "Message":{"type":"string"},
1263
+ "MinimumArtifactCount":{
1264
+ "type":"integer",
1265
+ "min":0,
1266
+ "max":5
1267
+ },
1268
+ "NextToken":{"type":"string"},
1269
+ "Nonce":{"type":"string"},
1270
+ "OutputArtifact":{
1271
+ "type":"structure",
1272
+ "required":["name"],
1273
+ "members":{
1274
+ "name":{"shape":"ArtifactName"}
1275
+ }
1276
+ },
1277
+ "OutputArtifactList":{
1278
+ "type":"list",
1279
+ "member":{"shape":"OutputArtifact"}
1280
+ },
1281
+ "Percentage":{
1282
+ "type":"integer",
1283
+ "min":0,
1284
+ "max":100
1285
+ },
1286
+ "PipelineContext":{
1287
+ "type":"structure",
1288
+ "members":{
1289
+ "pipelineName":{"shape":"PipelineName"},
1290
+ "stage":{"shape":"StageContext"},
1291
+ "action":{"shape":"ActionContext"}
1292
+ }
1293
+ },
1294
+ "PipelineDeclaration":{
1295
+ "type":"structure",
1296
+ "required":[
1297
+ "name",
1298
+ "roleArn",
1299
+ "artifactStore",
1300
+ "stages"
1301
+ ],
1302
+ "members":{
1303
+ "name":{"shape":"PipelineName"},
1304
+ "roleArn":{"shape":"RoleArn"},
1305
+ "artifactStore":{"shape":"ArtifactStore"},
1306
+ "stages":{"shape":"PipelineStageDeclarationList"},
1307
+ "version":{"shape":"PipelineVersion"}
1308
+ }
1309
+ },
1310
+ "PipelineExecutionId":{
1311
+ "type":"string",
1312
+ "pattern":"[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}"
1313
+ },
1314
+ "PipelineList":{
1315
+ "type":"list",
1316
+ "member":{"shape":"PipelineSummary"}
1317
+ },
1318
+ "PipelineName":{
1319
+ "type":"string",
1320
+ "min":1,
1321
+ "max":100,
1322
+ "pattern":"[A-Za-z0-9.@\\-_]+"
1323
+ },
1324
+ "PipelineNameInUseException":{
1325
+ "type":"structure",
1326
+ "members":{
1327
+ },
1328
+ "exception":true
1329
+ },
1330
+ "PipelineNotFoundException":{
1331
+ "type":"structure",
1332
+ "members":{
1333
+ },
1334
+ "exception":true
1335
+ },
1336
+ "PipelineStageDeclarationList":{
1337
+ "type":"list",
1338
+ "member":{"shape":"StageDeclaration"}
1339
+ },
1340
+ "PipelineSummary":{
1341
+ "type":"structure",
1342
+ "members":{
1343
+ "name":{"shape":"PipelineName"},
1344
+ "version":{"shape":"PipelineVersion"},
1345
+ "created":{"shape":"Timestamp"},
1346
+ "updated":{"shape":"Timestamp"}
1347
+ }
1348
+ },
1349
+ "PipelineVersion":{
1350
+ "type":"integer",
1351
+ "min":1
1352
+ },
1353
+ "PipelineVersionNotFoundException":{
1354
+ "type":"structure",
1355
+ "members":{
1356
+ },
1357
+ "exception":true
1358
+ },
1359
+ "PollForJobsInput":{
1360
+ "type":"structure",
1361
+ "required":["actionTypeId"],
1362
+ "members":{
1363
+ "actionTypeId":{"shape":"ActionTypeId"},
1364
+ "maxBatchSize":{"shape":"MaxBatchSize"},
1365
+ "queryParam":{"shape":"QueryParamMap"}
1366
+ }
1367
+ },
1368
+ "PollForJobsOutput":{
1369
+ "type":"structure",
1370
+ "members":{
1371
+ "jobs":{"shape":"JobList"}
1372
+ }
1373
+ },
1374
+ "PollForThirdPartyJobsInput":{
1375
+ "type":"structure",
1376
+ "required":["actionTypeId"],
1377
+ "members":{
1378
+ "actionTypeId":{"shape":"ActionTypeId"},
1379
+ "maxBatchSize":{"shape":"MaxBatchSize"}
1380
+ }
1381
+ },
1382
+ "PollForThirdPartyJobsOutput":{
1383
+ "type":"structure",
1384
+ "members":{
1385
+ "jobs":{"shape":"ThirdPartyJobList"}
1386
+ }
1387
+ },
1388
+ "PutActionRevisionInput":{
1389
+ "type":"structure",
1390
+ "required":[
1391
+ "pipelineName",
1392
+ "stageName",
1393
+ "actionName",
1394
+ "actionRevision"
1395
+ ],
1396
+ "members":{
1397
+ "pipelineName":{"shape":"PipelineName"},
1398
+ "stageName":{"shape":"StageName"},
1399
+ "actionName":{"shape":"ActionName"},
1400
+ "actionRevision":{"shape":"ActionRevision"}
1401
+ }
1402
+ },
1403
+ "PutActionRevisionOutput":{
1404
+ "type":"structure",
1405
+ "members":{
1406
+ "newRevision":{"shape":"Boolean"},
1407
+ "pipelineExecutionId":{"shape":"PipelineExecutionId"}
1408
+ }
1409
+ },
1410
+ "PutJobFailureResultInput":{
1411
+ "type":"structure",
1412
+ "required":[
1413
+ "jobId",
1414
+ "failureDetails"
1415
+ ],
1416
+ "members":{
1417
+ "jobId":{"shape":"JobId"},
1418
+ "failureDetails":{"shape":"FailureDetails"}
1419
+ }
1420
+ },
1421
+ "PutJobSuccessResultInput":{
1422
+ "type":"structure",
1423
+ "required":["jobId"],
1424
+ "members":{
1425
+ "jobId":{"shape":"JobId"},
1426
+ "currentRevision":{"shape":"CurrentRevision"},
1427
+ "continuationToken":{"shape":"ContinuationToken"},
1428
+ "executionDetails":{"shape":"ExecutionDetails"}
1429
+ }
1430
+ },
1431
+ "PutThirdPartyJobFailureResultInput":{
1432
+ "type":"structure",
1433
+ "required":[
1434
+ "jobId",
1435
+ "clientToken",
1436
+ "failureDetails"
1437
+ ],
1438
+ "members":{
1439
+ "jobId":{"shape":"ThirdPartyJobId"},
1440
+ "clientToken":{"shape":"ClientToken"},
1441
+ "failureDetails":{"shape":"FailureDetails"}
1442
+ }
1443
+ },
1444
+ "PutThirdPartyJobSuccessResultInput":{
1445
+ "type":"structure",
1446
+ "required":[
1447
+ "jobId",
1448
+ "clientToken"
1449
+ ],
1450
+ "members":{
1451
+ "jobId":{"shape":"ThirdPartyJobId"},
1452
+ "clientToken":{"shape":"ClientToken"},
1453
+ "currentRevision":{"shape":"CurrentRevision"},
1454
+ "continuationToken":{"shape":"ContinuationToken"},
1455
+ "executionDetails":{"shape":"ExecutionDetails"}
1456
+ }
1457
+ },
1458
+ "QueryParamMap":{
1459
+ "type":"map",
1460
+ "key":{"shape":"ActionConfigurationKey"},
1461
+ "value":{"shape":"ActionConfigurationQueryableValue"},
1462
+ "min":0,
1463
+ "max":1
1464
+ },
1465
+ "Revision":{"type":"string"},
1466
+ "RevisionChangeId":{"type":"string"},
1467
+ "RevisionChangeIdentifier":{"type":"string"},
1468
+ "RevisionId":{"type":"string"},
1469
+ "RoleArn":{
1470
+ "type":"string",
1471
+ "pattern":"arn:[^:]+:iam::[0-9]{12}:role/.*"
1472
+ },
1473
+ "S3ArtifactLocation":{
1474
+ "type":"structure",
1475
+ "required":[
1476
+ "bucketName",
1477
+ "objectKey"
1478
+ ],
1479
+ "members":{
1480
+ "bucketName":{"shape":"S3BucketName"},
1481
+ "objectKey":{"shape":"S3ObjectKey"}
1482
+ }
1483
+ },
1484
+ "S3BucketName":{"type":"string"},
1485
+ "S3ObjectKey":{"type":"string"},
1486
+ "SecretAccessKey":{"type":"string"},
1487
+ "SessionToken":{"type":"string"},
1488
+ "StageActionDeclarationList":{
1489
+ "type":"list",
1490
+ "member":{"shape":"ActionDeclaration"}
1491
+ },
1492
+ "StageBlockerDeclarationList":{
1493
+ "type":"list",
1494
+ "member":{"shape":"BlockerDeclaration"}
1495
+ },
1496
+ "StageContext":{
1497
+ "type":"structure",
1498
+ "members":{
1499
+ "name":{"shape":"StageName"}
1500
+ }
1501
+ },
1502
+ "StageDeclaration":{
1503
+ "type":"structure",
1504
+ "required":[
1505
+ "name",
1506
+ "actions"
1507
+ ],
1508
+ "members":{
1509
+ "name":{"shape":"StageName"},
1510
+ "blockers":{"shape":"StageBlockerDeclarationList"},
1511
+ "actions":{"shape":"StageActionDeclarationList"}
1512
+ }
1513
+ },
1514
+ "StageName":{
1515
+ "type":"string",
1516
+ "min":1,
1517
+ "max":100,
1518
+ "pattern":"[A-Za-z0-9.@\\-_]+"
1519
+ },
1520
+ "StageNotFoundException":{
1521
+ "type":"structure",
1522
+ "members":{
1523
+ },
1524
+ "exception":true
1525
+ },
1526
+ "StageState":{
1527
+ "type":"structure",
1528
+ "members":{
1529
+ "stageName":{"shape":"StageName"},
1530
+ "inboundTransitionState":{"shape":"TransitionState"},
1531
+ "actionStates":{"shape":"ActionStateList"}
1532
+ }
1533
+ },
1534
+ "StageStateList":{
1535
+ "type":"list",
1536
+ "member":{"shape":"StageState"}
1537
+ },
1538
+ "StageTransitionType":{
1539
+ "type":"string",
1540
+ "enum":[
1541
+ "Inbound",
1542
+ "Outbound"
1543
+ ]
1544
+ },
1545
+ "StartPipelineExecutionInput":{
1546
+ "type":"structure",
1547
+ "required":["name"],
1548
+ "members":{
1549
+ "name":{"shape":"PipelineName"}
1550
+ }
1551
+ },
1552
+ "StartPipelineExecutionOutput":{
1553
+ "type":"structure",
1554
+ "members":{
1555
+ "pipelineExecutionId":{"shape":"PipelineExecutionId"}
1556
+ }
1557
+ },
1558
+ "ThirdPartyJob":{
1559
+ "type":"structure",
1560
+ "members":{
1561
+ "clientId":{"shape":"ClientId"},
1562
+ "jobId":{"shape":"JobId"}
1563
+ }
1564
+ },
1565
+ "ThirdPartyJobData":{
1566
+ "type":"structure",
1567
+ "members":{
1568
+ "actionTypeId":{"shape":"ActionTypeId"},
1569
+ "actionConfiguration":{"shape":"ActionConfiguration"},
1570
+ "pipelineContext":{"shape":"PipelineContext"},
1571
+ "inputArtifacts":{"shape":"ArtifactList"},
1572
+ "outputArtifacts":{"shape":"ArtifactList"},
1573
+ "artifactCredentials":{"shape":"AWSSessionCredentials"},
1574
+ "continuationToken":{"shape":"ContinuationToken"}
1575
+ }
1576
+ },
1577
+ "ThirdPartyJobDetails":{
1578
+ "type":"structure",
1579
+ "members":{
1580
+ "id":{"shape":"ThirdPartyJobId"},
1581
+ "data":{"shape":"ThirdPartyJobData"},
1582
+ "nonce":{"shape":"Nonce"}
1583
+ }
1584
+ },
1585
+ "ThirdPartyJobId":{
1586
+ "type":"string",
1587
+ "min":1,
1588
+ "max":512
1589
+ },
1590
+ "ThirdPartyJobList":{
1591
+ "type":"list",
1592
+ "member":{"shape":"ThirdPartyJob"}
1593
+ },
1594
+ "Timestamp":{"type":"timestamp"},
1595
+ "TransitionState":{
1596
+ "type":"structure",
1597
+ "members":{
1598
+ "enabled":{"shape":"Enabled"},
1599
+ "lastChangedBy":{"shape":"LastChangedBy"},
1600
+ "lastChangedAt":{"shape":"LastChangedAt"},
1601
+ "disabledReason":{"shape":"DisabledReason"}
1602
+ }
1603
+ },
1604
+ "UpdatePipelineInput":{
1605
+ "type":"structure",
1606
+ "required":["pipeline"],
1607
+ "members":{
1608
+ "pipeline":{"shape":"PipelineDeclaration"}
1609
+ }
1610
+ },
1611
+ "UpdatePipelineOutput":{
1612
+ "type":"structure",
1613
+ "members":{
1614
+ "pipeline":{"shape":"PipelineDeclaration"}
1615
+ }
1616
+ },
1617
+ "Url":{
1618
+ "type":"string",
1619
+ "min":1,
1620
+ "max":2048
1621
+ },
1622
+ "UrlTemplate":{
1623
+ "type":"string",
1624
+ "min":1,
1625
+ "max":2048
1626
+ },
1627
+ "ValidationException":{
1628
+ "type":"structure",
1629
+ "members":{
1630
+ },
1631
+ "exception":true
1632
+ },
1633
+ "Version":{
1634
+ "type":"string",
1635
+ "min":1,
1636
+ "max":9,
1637
+ "pattern":"[0-9A-Za-z_-]+"
1638
+ }
1639
+ }
1640
+ }