dpl 1.7.12.travis.734.4 → 1.7.12.travis.742.4

Sign up to get free protection for your applications and to get access to all the features.
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: dpl
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.7.12.travis.734.4
4
+ version: 1.7.12.travis.742.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Konstantin Haase
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-03-23 00:00:00.000000000 Z
11
+ date: 2015-04-02 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rspec
@@ -99,7 +99,6 @@ files:
99
99
  - lib/dpl/cli.rb
100
100
  - lib/dpl/error.rb
101
101
  - lib/dpl/provider.rb
102
- - lib/dpl/provider/CodeDeploy.api.json
103
102
  - lib/dpl/provider/appfog.rb
104
103
  - lib/dpl/provider/biicode.rb
105
104
  - lib/dpl/provider/bitballoon.rb
@@ -124,6 +123,7 @@ files:
124
123
  - lib/dpl/provider/heroku/git.rb
125
124
  - lib/dpl/provider/heroku/git_deploy_key.rb
126
125
  - lib/dpl/provider/heroku/git_ssh.rb
126
+ - lib/dpl/provider/lambda.rb
127
127
  - lib/dpl/provider/modulus.rb
128
128
  - lib/dpl/provider/ninefold.rb
129
129
  - lib/dpl/provider/nodejitsu.rb
@@ -160,6 +160,7 @@ files:
160
160
  - spec/provider/heroku_api_spec.rb
161
161
  - spec/provider/heroku_git_deploy_key_spec.rb
162
162
  - spec/provider/heroku_git_spec.rb
163
+ - spec/provider/lambda_spec.rb
163
164
  - spec/provider/modulus_spec.rb
164
165
  - spec/provider/ninefold_spec.rb
165
166
  - spec/provider/npm.rb
@@ -1,2365 +0,0 @@
1
- {
2
- "metadata": {
3
- "apiVersion": "2014-10-06",
4
- "endpointPrefix": "codedeploy",
5
- "jsonVersion": "1.1",
6
- "serviceAbbreviation": "codedeploy",
7
- "serviceFullName": "AWS CodeDeploy",
8
- "signatureVersion": "v4",
9
- "targetPrefix": "CodeDeploy_20141006",
10
- "timestampFormat": "unixTimestamp",
11
- "protocol": "json"
12
- },
13
- "operations": {
14
- "BatchGetApplications": {
15
- "name": "BatchGetApplications",
16
- "http": {
17
- "method": "POST",
18
- "requestUri": "/"
19
- },
20
- "input": {
21
- "shape": "BatchGetApplicationsInput"
22
- },
23
- "output": {
24
- "shape": "BatchGetApplicationsOutput"
25
- },
26
- "errors": [
27
- {
28
- "shape": "ApplicationNameRequiredException",
29
- "exception": true
30
- },
31
- {
32
- "shape": "InvalidApplicationNameException",
33
- "exception": true
34
- },
35
- {
36
- "shape": "ApplicationDoesNotExistException",
37
- "exception": true
38
- }
39
- ]
40
- },
41
- "BatchGetDeployments": {
42
- "name": "BatchGetDeployments",
43
- "http": {
44
- "method": "POST",
45
- "requestUri": "/"
46
- },
47
- "input": {
48
- "shape": "BatchGetDeploymentsInput"
49
- },
50
- "output": {
51
- "shape": "BatchGetDeploymentsOutput"
52
- },
53
- "errors": [
54
- {
55
- "shape": "DeploymentIdRequiredException",
56
- "exception": true
57
- },
58
- {
59
- "shape": "InvalidDeploymentIdException",
60
- "exception": true
61
- }
62
- ]
63
- },
64
- "CreateApplication": {
65
- "name": "CreateApplication",
66
- "http": {
67
- "method": "POST",
68
- "requestUri": "/"
69
- },
70
- "input": {
71
- "shape": "CreateApplicationInput"
72
- },
73
- "output": {
74
- "shape": "CreateApplicationOutput"
75
- },
76
- "errors": [
77
- {
78
- "shape": "ApplicationNameRequiredException",
79
- "exception": true
80
- },
81
- {
82
- "shape": "InvalidApplicationNameException",
83
- "exception": true
84
- },
85
- {
86
- "shape": "ApplicationAlreadyExistsException",
87
- "exception": true
88
- },
89
- {
90
- "shape": "ApplicationLimitExceededException",
91
- "exception": true
92
- }
93
- ]
94
- },
95
- "CreateDeployment": {
96
- "name": "CreateDeployment",
97
- "http": {
98
- "method": "POST",
99
- "requestUri": "/"
100
- },
101
- "input": {
102
- "shape": "CreateDeploymentInput"
103
- },
104
- "output": {
105
- "shape": "CreateDeploymentOutput"
106
- },
107
- "errors": [
108
- {
109
- "shape": "ApplicationNameRequiredException",
110
- "exception": true
111
- },
112
- {
113
- "shape": "InvalidApplicationNameException",
114
- "exception": true
115
- },
116
- {
117
- "shape": "ApplicationDoesNotExistException",
118
- "exception": true
119
- },
120
- {
121
- "shape": "DeploymentGroupNameRequiredException",
122
- "exception": true
123
- },
124
- {
125
- "shape": "InvalidDeploymentGroupNameException",
126
- "exception": true
127
- },
128
- {
129
- "shape": "DeploymentGroupDoesNotExistException",
130
- "exception": true
131
- },
132
- {
133
- "shape": "RevisionRequiredException",
134
- "exception": true
135
- },
136
- {
137
- "shape": "InvalidRevisionException",
138
- "exception": true
139
- },
140
- {
141
- "shape": "InvalidDeploymentConfigNameException",
142
- "exception": true
143
- },
144
- {
145
- "shape": "DeploymentConfigDoesNotExistException",
146
- "exception": true
147
- },
148
- {
149
- "shape": "DescriptionTooLongException",
150
- "exception": true
151
- },
152
- {
153
- "shape": "DeploymentLimitExceededException",
154
- "exception": true
155
- }
156
- ]
157
- },
158
- "CreateDeploymentConfig": {
159
- "name": "CreateDeploymentConfig",
160
- "http": {
161
- "method": "POST",
162
- "requestUri": "/"
163
- },
164
- "input": {
165
- "shape": "CreateDeploymentConfigInput"
166
- },
167
- "output": {
168
- "shape": "CreateDeploymentConfigOutput"
169
- },
170
- "errors": [
171
- {
172
- "shape": "InvalidDeploymentConfigNameException",
173
- "exception": true
174
- },
175
- {
176
- "shape": "DeploymentConfigNameRequiredException",
177
- "exception": true
178
- },
179
- {
180
- "shape": "DeploymentConfigAlreadyExistsException",
181
- "exception": true
182
- },
183
- {
184
- "shape": "InvalidMinimumHealthyHostValueException",
185
- "exception": true
186
- },
187
- {
188
- "shape": "DeploymentConfigLimitExceededException",
189
- "exception": true
190
- }
191
- ]
192
- },
193
- "CreateDeploymentGroup": {
194
- "name": "CreateDeploymentGroup",
195
- "http": {
196
- "method": "POST",
197
- "requestUri": "/"
198
- },
199
- "input": {
200
- "shape": "CreateDeploymentGroupInput"
201
- },
202
- "output": {
203
- "shape": "CreateDeploymentGroupOutput"
204
- },
205
- "errors": [
206
- {
207
- "shape": "ApplicationNameRequiredException",
208
- "exception": true
209
- },
210
- {
211
- "shape": "InvalidApplicationNameException",
212
- "exception": true
213
- },
214
- {
215
- "shape": "ApplicationDoesNotExistException",
216
- "exception": true
217
- },
218
- {
219
- "shape": "DeploymentGroupNameRequiredException",
220
- "exception": true
221
- },
222
- {
223
- "shape": "InvalidDeploymentGroupNameException",
224
- "exception": true
225
- },
226
- {
227
- "shape": "DeploymentGroupAlreadyExistsException",
228
- "exception": true
229
- },
230
- {
231
- "shape": "InvalidEC2TagException",
232
- "exception": true
233
- },
234
- {
235
- "shape": "InvalidAutoScalingGroupException",
236
- "exception": true
237
- },
238
- {
239
- "shape": "InvalidDeploymentConfigNameException",
240
- "exception": true
241
- },
242
- {
243
- "shape": "DeploymentConfigDoesNotExistException",
244
- "exception": true
245
- },
246
- {
247
- "shape": "RoleRequiredException",
248
- "exception": true
249
- },
250
- {
251
- "shape": "InvalidRoleException",
252
- "exception": true
253
- },
254
- {
255
- "shape": "DeploymentGroupLimitExceededException",
256
- "exception": true
257
- }
258
- ]
259
- },
260
- "DeleteApplication": {
261
- "name": "DeleteApplication",
262
- "http": {
263
- "method": "POST",
264
- "requestUri": "/"
265
- },
266
- "input": {
267
- "shape": "DeleteApplicationInput"
268
- },
269
- "errors": [
270
- {
271
- "shape": "ApplicationNameRequiredException",
272
- "exception": true
273
- },
274
- {
275
- "shape": "InvalidApplicationNameException",
276
- "exception": true
277
- }
278
- ]
279
- },
280
- "DeleteDeploymentConfig": {
281
- "name": "DeleteDeploymentConfig",
282
- "http": {
283
- "method": "POST",
284
- "requestUri": "/"
285
- },
286
- "input": {
287
- "shape": "DeleteDeploymentConfigInput"
288
- },
289
- "errors": [
290
- {
291
- "shape": "InvalidDeploymentConfigNameException",
292
- "exception": true
293
- },
294
- {
295
- "shape": "DeploymentConfigNameRequiredException",
296
- "exception": true
297
- },
298
- {
299
- "shape": "DeploymentConfigInUseException",
300
- "exception": true
301
- },
302
- {
303
- "shape": "InvalidOperationException",
304
- "exception": true
305
- }
306
- ]
307
- },
308
- "DeleteDeploymentGroup": {
309
- "name": "DeleteDeploymentGroup",
310
- "http": {
311
- "method": "POST",
312
- "requestUri": "/"
313
- },
314
- "input": {
315
- "shape": "DeleteDeploymentGroupInput"
316
- },
317
- "output": {
318
- "shape": "DeleteDeploymentGroupOutput"
319
- },
320
- "errors": [
321
- {
322
- "shape": "ApplicationNameRequiredException",
323
- "exception": true
324
- },
325
- {
326
- "shape": "InvalidApplicationNameException",
327
- "exception": true
328
- },
329
- {
330
- "shape": "DeploymentGroupNameRequiredException",
331
- "exception": true
332
- },
333
- {
334
- "shape": "InvalidDeploymentGroupNameException",
335
- "exception": true
336
- },
337
- {
338
- "shape": "InvalidRoleException",
339
- "exception": true
340
- }
341
- ]
342
- },
343
- "GetApplication": {
344
- "name": "GetApplication",
345
- "http": {
346
- "method": "POST",
347
- "requestUri": "/"
348
- },
349
- "input": {
350
- "shape": "GetApplicationInput"
351
- },
352
- "output": {
353
- "shape": "GetApplicationOutput"
354
- },
355
- "errors": [
356
- {
357
- "shape": "ApplicationNameRequiredException",
358
- "exception": true
359
- },
360
- {
361
- "shape": "InvalidApplicationNameException",
362
- "exception": true
363
- },
364
- {
365
- "shape": "ApplicationDoesNotExistException",
366
- "exception": true
367
- }
368
- ]
369
- },
370
- "GetApplicationRevision": {
371
- "name": "GetApplicationRevision",
372
- "http": {
373
- "method": "POST",
374
- "requestUri": "/"
375
- },
376
- "input": {
377
- "shape": "GetApplicationRevisionInput"
378
- },
379
- "output": {
380
- "shape": "GetApplicationRevisionOutput"
381
- },
382
- "errors": [
383
- {
384
- "shape": "ApplicationDoesNotExistException",
385
- "exception": true
386
- },
387
- {
388
- "shape": "ApplicationNameRequiredException",
389
- "exception": true
390
- },
391
- {
392
- "shape": "InvalidApplicationNameException",
393
- "exception": true
394
- },
395
- {
396
- "shape": "RevisionDoesNotExistException",
397
- "exception": true
398
- },
399
- {
400
- "shape": "RevisionRequiredException",
401
- "exception": true
402
- },
403
- {
404
- "shape": "InvalidRevisionException",
405
- "exception": true
406
- }
407
- ]
408
- },
409
- "GetDeployment": {
410
- "name": "GetDeployment",
411
- "http": {
412
- "method": "POST",
413
- "requestUri": "/"
414
- },
415
- "input": {
416
- "shape": "GetDeploymentInput"
417
- },
418
- "output": {
419
- "shape": "GetDeploymentOutput"
420
- },
421
- "errors": [
422
- {
423
- "shape": "DeploymentIdRequiredException",
424
- "exception": true
425
- },
426
- {
427
- "shape": "InvalidDeploymentIdException",
428
- "exception": true
429
- },
430
- {
431
- "shape": "DeploymentDoesNotExistException",
432
- "exception": true
433
- }
434
- ]
435
- },
436
- "GetDeploymentConfig": {
437
- "name": "GetDeploymentConfig",
438
- "http": {
439
- "method": "POST",
440
- "requestUri": "/"
441
- },
442
- "input": {
443
- "shape": "GetDeploymentConfigInput"
444
- },
445
- "output": {
446
- "shape": "GetDeploymentConfigOutput"
447
- },
448
- "errors": [
449
- {
450
- "shape": "InvalidDeploymentConfigNameException",
451
- "exception": true
452
- },
453
- {
454
- "shape": "DeploymentConfigNameRequiredException",
455
- "exception": true
456
- },
457
- {
458
- "shape": "DeploymentConfigDoesNotExistException",
459
- "exception": true
460
- }
461
- ]
462
- },
463
- "GetDeploymentGroup": {
464
- "name": "GetDeploymentGroup",
465
- "http": {
466
- "method": "POST",
467
- "requestUri": "/"
468
- },
469
- "input": {
470
- "shape": "GetDeploymentGroupInput"
471
- },
472
- "output": {
473
- "shape": "GetDeploymentGroupOutput"
474
- },
475
- "errors": [
476
- {
477
- "shape": "ApplicationNameRequiredException",
478
- "exception": true
479
- },
480
- {
481
- "shape": "InvalidApplicationNameException",
482
- "exception": true
483
- },
484
- {
485
- "shape": "ApplicationDoesNotExistException",
486
- "exception": true
487
- },
488
- {
489
- "shape": "DeploymentGroupNameRequiredException",
490
- "exception": true
491
- },
492
- {
493
- "shape": "InvalidDeploymentGroupNameException",
494
- "exception": true
495
- },
496
- {
497
- "shape": "DeploymentGroupDoesNotExistException",
498
- "exception": true
499
- }
500
- ]
501
- },
502
- "GetDeploymentInstance": {
503
- "name": "GetDeploymentInstance",
504
- "http": {
505
- "method": "POST",
506
- "requestUri": "/"
507
- },
508
- "input": {
509
- "shape": "GetDeploymentInstanceInput"
510
- },
511
- "output": {
512
- "shape": "GetDeploymentInstanceOutput"
513
- },
514
- "errors": [
515
- {
516
- "shape": "DeploymentIdRequiredException",
517
- "exception": true
518
- },
519
- {
520
- "shape": "DeploymentDoesNotExistException",
521
- "exception": true
522
- },
523
- {
524
- "shape": "InstanceIdRequiredException",
525
- "exception": true
526
- },
527
- {
528
- "shape": "InvalidDeploymentIdException",
529
- "exception": true
530
- },
531
- {
532
- "shape": "InstanceDoesNotExistException",
533
- "exception": true
534
- }
535
- ]
536
- },
537
- "ListApplicationRevisions": {
538
- "name": "ListApplicationRevisions",
539
- "http": {
540
- "method": "POST",
541
- "requestUri": "/"
542
- },
543
- "input": {
544
- "shape": "ListApplicationRevisionsInput"
545
- },
546
- "output": {
547
- "shape": "ListApplicationRevisionsOutput"
548
- },
549
- "errors": [
550
- {
551
- "shape": "ApplicationDoesNotExistException",
552
- "exception": true
553
- },
554
- {
555
- "shape": "ApplicationNameRequiredException",
556
- "exception": true
557
- },
558
- {
559
- "shape": "InvalidApplicationNameException",
560
- "exception": true
561
- },
562
- {
563
- "shape": "InvalidSortByException",
564
- "exception": true
565
- },
566
- {
567
- "shape": "InvalidSortOrderException",
568
- "exception": true
569
- },
570
- {
571
- "shape": "InvalidBucketNameFilterException",
572
- "exception": true
573
- },
574
- {
575
- "shape": "InvalidKeyPrefixFilterException",
576
- "exception": true
577
- },
578
- {
579
- "shape": "BucketNameFilterRequiredException",
580
- "exception": true
581
- },
582
- {
583
- "shape": "InvalidDeployedStateFilterException",
584
- "exception": true
585
- },
586
- {
587
- "shape": "InvalidNextTokenException",
588
- "exception": true
589
- }
590
- ]
591
- },
592
- "ListApplications": {
593
- "name": "ListApplications",
594
- "http": {
595
- "method": "POST",
596
- "requestUri": "/"
597
- },
598
- "input": {
599
- "shape": "ListApplicationsInput"
600
- },
601
- "output": {
602
- "shape": "ListApplicationsOutput"
603
- },
604
- "errors": [
605
- {
606
- "shape": "InvalidNextTokenException",
607
- "exception": true
608
- }
609
- ]
610
- },
611
- "ListDeploymentConfigs": {
612
- "name": "ListDeploymentConfigs",
613
- "http": {
614
- "method": "POST",
615
- "requestUri": "/"
616
- },
617
- "input": {
618
- "shape": "ListDeploymentConfigsInput"
619
- },
620
- "output": {
621
- "shape": "ListDeploymentConfigsOutput"
622
- },
623
- "errors": [
624
- {
625
- "shape": "InvalidNextTokenException",
626
- "exception": true
627
- }
628
- ]
629
- },
630
- "ListDeploymentGroups": {
631
- "name": "ListDeploymentGroups",
632
- "http": {
633
- "method": "POST",
634
- "requestUri": "/"
635
- },
636
- "input": {
637
- "shape": "ListDeploymentGroupsInput"
638
- },
639
- "output": {
640
- "shape": "ListDeploymentGroupsOutput"
641
- },
642
- "errors": [
643
- {
644
- "shape": "ApplicationNameRequiredException",
645
- "exception": true
646
- },
647
- {
648
- "shape": "InvalidApplicationNameException",
649
- "exception": true
650
- },
651
- {
652
- "shape": "ApplicationDoesNotExistException",
653
- "exception": true
654
- },
655
- {
656
- "shape": "InvalidNextTokenException",
657
- "exception": true
658
- }
659
- ]
660
- },
661
- "ListDeploymentInstances": {
662
- "name": "ListDeploymentInstances",
663
- "http": {
664
- "method": "POST",
665
- "requestUri": "/"
666
- },
667
- "input": {
668
- "shape": "ListDeploymentInstancesInput"
669
- },
670
- "output": {
671
- "shape": "ListDeploymentInstancesOutput"
672
- },
673
- "errors": [
674
- {
675
- "shape": "DeploymentIdRequiredException",
676
- "exception": true
677
- },
678
- {
679
- "shape": "DeploymentDoesNotExistException",
680
- "exception": true
681
- },
682
- {
683
- "shape": "DeploymentNotStartedException",
684
- "exception": true
685
- },
686
- {
687
- "shape": "InvalidNextTokenException",
688
- "exception": true
689
- },
690
- {
691
- "shape": "InvalidDeploymentIdException",
692
- "exception": true
693
- },
694
- {
695
- "shape": "InvalidInstanceStatusException",
696
- "exception": true
697
- }
698
- ]
699
- },
700
- "ListDeployments": {
701
- "name": "ListDeployments",
702
- "http": {
703
- "method": "POST",
704
- "requestUri": "/"
705
- },
706
- "input": {
707
- "shape": "ListDeploymentsInput"
708
- },
709
- "output": {
710
- "shape": "ListDeploymentsOutput"
711
- },
712
- "errors": [
713
- {
714
- "shape": "ApplicationNameRequiredException",
715
- "exception": true
716
- },
717
- {
718
- "shape": "InvalidApplicationNameException",
719
- "exception": true
720
- },
721
- {
722
- "shape": "ApplicationDoesNotExistException",
723
- "exception": true
724
- },
725
- {
726
- "shape": "InvalidDeploymentGroupNameException",
727
- "exception": true
728
- },
729
- {
730
- "shape": "DeploymentGroupDoesNotExistException",
731
- "exception": true
732
- },
733
- {
734
- "shape": "DeploymentGroupNameRequiredException",
735
- "exception": true
736
- },
737
- {
738
- "shape": "InvalidTimeRangeException",
739
- "exception": true
740
- },
741
- {
742
- "shape": "InvalidDeploymentStatusException",
743
- "exception": true
744
- },
745
- {
746
- "shape": "InvalidNextTokenException",
747
- "exception": true
748
- }
749
- ]
750
- },
751
- "RegisterApplicationRevision": {
752
- "name": "RegisterApplicationRevision",
753
- "http": {
754
- "method": "POST",
755
- "requestUri": "/"
756
- },
757
- "input": {
758
- "shape": "RegisterApplicationRevisionInput"
759
- },
760
- "errors": [
761
- {
762
- "shape": "ApplicationDoesNotExistException",
763
- "exception": true
764
- },
765
- {
766
- "shape": "ApplicationNameRequiredException",
767
- "exception": true
768
- },
769
- {
770
- "shape": "InvalidApplicationNameException",
771
- "exception": true
772
- },
773
- {
774
- "shape": "DescriptionTooLongException",
775
- "exception": true
776
- },
777
- {
778
- "shape": "RevisionRequiredException",
779
- "exception": true
780
- },
781
- {
782
- "shape": "InvalidRevisionException",
783
- "exception": true
784
- }
785
- ]
786
- },
787
- "StopDeployment": {
788
- "name": "StopDeployment",
789
- "http": {
790
- "method": "POST",
791
- "requestUri": "/"
792
- },
793
- "input": {
794
- "shape": "StopDeploymentInput"
795
- },
796
- "output": {
797
- "shape": "StopDeploymentOutput"
798
- },
799
- "errors": [
800
- {
801
- "shape": "DeploymentIdRequiredException",
802
- "exception": true
803
- },
804
- {
805
- "shape": "DeploymentDoesNotExistException",
806
- "exception": true
807
- },
808
- {
809
- "shape": "DeploymentAlreadyCompletedException",
810
- "exception": true
811
- },
812
- {
813
- "shape": "InvalidDeploymentIdException",
814
- "exception": true
815
- }
816
- ]
817
- },
818
- "UpdateApplication": {
819
- "name": "UpdateApplication",
820
- "http": {
821
- "method": "POST",
822
- "requestUri": "/"
823
- },
824
- "input": {
825
- "shape": "UpdateApplicationInput"
826
- },
827
- "errors": [
828
- {
829
- "shape": "ApplicationNameRequiredException",
830
- "exception": true
831
- },
832
- {
833
- "shape": "InvalidApplicationNameException",
834
- "exception": true
835
- },
836
- {
837
- "shape": "ApplicationAlreadyExistsException",
838
- "exception": true
839
- },
840
- {
841
- "shape": "ApplicationDoesNotExistException",
842
- "exception": true
843
- }
844
- ]
845
- },
846
- "UpdateDeploymentGroup": {
847
- "name": "UpdateDeploymentGroup",
848
- "http": {
849
- "method": "POST",
850
- "requestUri": "/"
851
- },
852
- "input": {
853
- "shape": "UpdateDeploymentGroupInput"
854
- },
855
- "output": {
856
- "shape": "UpdateDeploymentGroupOutput"
857
- },
858
- "errors": [
859
- {
860
- "shape": "ApplicationNameRequiredException",
861
- "exception": true
862
- },
863
- {
864
- "shape": "InvalidApplicationNameException",
865
- "exception": true
866
- },
867
- {
868
- "shape": "ApplicationDoesNotExistException",
869
- "exception": true
870
- },
871
- {
872
- "shape": "InvalidDeploymentGroupNameException",
873
- "exception": true
874
- },
875
- {
876
- "shape": "DeploymentGroupAlreadyExistsException",
877
- "exception": true
878
- },
879
- {
880
- "shape": "DeploymentGroupNameRequiredException",
881
- "exception": true
882
- },
883
- {
884
- "shape": "InvalidEC2TagException",
885
- "exception": true
886
- },
887
- {
888
- "shape": "InvalidAutoScalingGroupException",
889
- "exception": true
890
- },
891
- {
892
- "shape": "InvalidDeploymentConfigNameException",
893
- "exception": true
894
- },
895
- {
896
- "shape": "DeploymentConfigDoesNotExistException",
897
- "exception": true
898
- },
899
- {
900
- "shape": "InvalidRoleException",
901
- "exception": true
902
- }
903
- ]
904
- }
905
- },
906
- "shapes": {
907
- "ApplicationAlreadyExistsException": {
908
- "type": "structure",
909
- "members": {
910
- },
911
- "exception": true
912
- },
913
- "ApplicationDoesNotExistException": {
914
- "type": "structure",
915
- "members": {
916
- },
917
- "exception": true
918
- },
919
- "ApplicationId": {
920
- "type": "string"
921
- },
922
- "ApplicationInfo": {
923
- "type": "structure",
924
- "members": {
925
- "applicationId": {
926
- "shape": "ApplicationId"
927
- },
928
- "applicationName": {
929
- "shape": "ApplicationName"
930
- },
931
- "createTime": {
932
- "shape": "Timestamp"
933
- },
934
- "linkedToGitHub": {
935
- "shape": "Boolean"
936
- }
937
- }
938
- },
939
- "ApplicationLimitExceededException": {
940
- "type": "structure",
941
- "members": {
942
- },
943
- "exception": true
944
- },
945
- "ApplicationName": {
946
- "type": "string",
947
- "min": 1,
948
- "max": 100
949
- },
950
- "ApplicationNameRequiredException": {
951
- "type": "structure",
952
- "members": {
953
- },
954
- "exception": true
955
- },
956
- "ApplicationRevisionSortBy": {
957
- "type": "string",
958
- "enum": [
959
- "registerTime",
960
- "firstUsedTime",
961
- "lastUsedTime"
962
- ]
963
- },
964
- "ApplicationsInfoList": {
965
- "type": "list",
966
- "member": {
967
- "shape": "ApplicationInfo"
968
- }
969
- },
970
- "ApplicationsList": {
971
- "type": "list",
972
- "member": {
973
- "shape": "ApplicationName"
974
- }
975
- },
976
- "AutoScalingGroup": {
977
- "type": "structure",
978
- "members": {
979
- "name": {
980
- "shape": "AutoScalingGroupName"
981
- },
982
- "hook": {
983
- "shape": "AutoScalingGroupHook"
984
- }
985
- }
986
- },
987
- "AutoScalingGroupHook": {
988
- "type": "string"
989
- },
990
- "AutoScalingGroupList": {
991
- "type": "list",
992
- "member": {
993
- "shape": "AutoScalingGroup"
994
- }
995
- },
996
- "AutoScalingGroupName": {
997
- "type": "string"
998
- },
999
- "AutoScalingGroupNameList": {
1000
- "type": "list",
1001
- "member": {
1002
- "shape": "AutoScalingGroupName"
1003
- }
1004
- },
1005
- "BatchGetApplicationsInput": {
1006
- "type": "structure",
1007
- "members": {
1008
- "applicationNames": {
1009
- "shape": "ApplicationsList"
1010
- }
1011
- }
1012
- },
1013
- "BatchGetApplicationsOutput": {
1014
- "type": "structure",
1015
- "members": {
1016
- "applicationsInfo": {
1017
- "shape": "ApplicationsInfoList"
1018
- }
1019
- }
1020
- },
1021
- "BatchGetDeploymentsInput": {
1022
- "type": "structure",
1023
- "members": {
1024
- "deploymentIds": {
1025
- "shape": "DeploymentsList"
1026
- }
1027
- }
1028
- },
1029
- "BatchGetDeploymentsOutput": {
1030
- "type": "structure",
1031
- "members": {
1032
- "deploymentsInfo": {
1033
- "shape": "DeploymentsInfoList"
1034
- }
1035
- }
1036
- },
1037
- "Boolean": {
1038
- "type": "boolean"
1039
- },
1040
- "BucketNameFilterRequiredException": {
1041
- "type": "structure",
1042
- "members": {
1043
- },
1044
- "exception": true
1045
- },
1046
- "BundleType": {
1047
- "type": "string",
1048
- "enum": [
1049
- "tar",
1050
- "tgz",
1051
- "zip"
1052
- ]
1053
- },
1054
- "CommitId": {
1055
- "type": "string"
1056
- },
1057
- "CreateApplicationInput": {
1058
- "type": "structure",
1059
- "required": [
1060
- "applicationName"
1061
- ],
1062
- "members": {
1063
- "applicationName": {
1064
- "shape": "ApplicationName"
1065
- }
1066
- }
1067
- },
1068
- "CreateApplicationOutput": {
1069
- "type": "structure",
1070
- "members": {
1071
- "applicationId": {
1072
- "shape": "ApplicationId"
1073
- }
1074
- }
1075
- },
1076
- "CreateDeploymentConfigInput": {
1077
- "type": "structure",
1078
- "required": [
1079
- "deploymentConfigName"
1080
- ],
1081
- "members": {
1082
- "deploymentConfigName": {
1083
- "shape": "DeploymentConfigName"
1084
- },
1085
- "minimumHealthyHosts": {
1086
- "shape": "MinimumHealthyHosts"
1087
- }
1088
- }
1089
- },
1090
- "CreateDeploymentConfigOutput": {
1091
- "type": "structure",
1092
- "members": {
1093
- "deploymentConfigId": {
1094
- "shape": "DeploymentConfigId"
1095
- }
1096
- }
1097
- },
1098
- "CreateDeploymentGroupInput": {
1099
- "type": "structure",
1100
- "required": [
1101
- "applicationName",
1102
- "deploymentGroupName"
1103
- ],
1104
- "members": {
1105
- "applicationName": {
1106
- "shape": "ApplicationName"
1107
- },
1108
- "deploymentGroupName": {
1109
- "shape": "DeploymentGroupName"
1110
- },
1111
- "deploymentConfigName": {
1112
- "shape": "DeploymentConfigName"
1113
- },
1114
- "ec2TagFilters": {
1115
- "shape": "EC2TagFilterList"
1116
- },
1117
- "autoScalingGroups": {
1118
- "shape": "AutoScalingGroupNameList"
1119
- },
1120
- "serviceRoleArn": {
1121
- "shape": "Role"
1122
- }
1123
- }
1124
- },
1125
- "CreateDeploymentGroupOutput": {
1126
- "type": "structure",
1127
- "members": {
1128
- "deploymentGroupId": {
1129
- "shape": "DeploymentGroupId"
1130
- }
1131
- }
1132
- },
1133
- "CreateDeploymentInput": {
1134
- "type": "structure",
1135
- "required": [
1136
- "applicationName"
1137
- ],
1138
- "members": {
1139
- "applicationName": {
1140
- "shape": "ApplicationName"
1141
- },
1142
- "deploymentGroupName": {
1143
- "shape": "DeploymentGroupName"
1144
- },
1145
- "revision": {
1146
- "shape": "RevisionLocation"
1147
- },
1148
- "deploymentConfigName": {
1149
- "shape": "DeploymentConfigName"
1150
- },
1151
- "description": {
1152
- "shape": "Description"
1153
- },
1154
- "ignoreApplicationStopFailures": {
1155
- "shape": "Boolean"
1156
- }
1157
- }
1158
- },
1159
- "CreateDeploymentOutput": {
1160
- "type": "structure",
1161
- "members": {
1162
- "deploymentId": {
1163
- "shape": "DeploymentId"
1164
- }
1165
- }
1166
- },
1167
- "DeleteApplicationInput": {
1168
- "type": "structure",
1169
- "required": [
1170
- "applicationName"
1171
- ],
1172
- "members": {
1173
- "applicationName": {
1174
- "shape": "ApplicationName"
1175
- }
1176
- }
1177
- },
1178
- "DeleteDeploymentConfigInput": {
1179
- "type": "structure",
1180
- "required": [
1181
- "deploymentConfigName"
1182
- ],
1183
- "members": {
1184
- "deploymentConfigName": {
1185
- "shape": "DeploymentConfigName"
1186
- }
1187
- }
1188
- },
1189
- "DeleteDeploymentGroupInput": {
1190
- "type": "structure",
1191
- "required": [
1192
- "applicationName",
1193
- "deploymentGroupName"
1194
- ],
1195
- "members": {
1196
- "applicationName": {
1197
- "shape": "ApplicationName"
1198
- },
1199
- "deploymentGroupName": {
1200
- "shape": "DeploymentGroupName"
1201
- }
1202
- }
1203
- },
1204
- "DeleteDeploymentGroupOutput": {
1205
- "type": "structure",
1206
- "members": {
1207
- "hooksNotCleanedUp": {
1208
- "shape": "AutoScalingGroupList"
1209
- }
1210
- }
1211
- },
1212
- "DeploymentAlreadyCompletedException": {
1213
- "type": "structure",
1214
- "members": {
1215
- },
1216
- "exception": true
1217
- },
1218
- "DeploymentConfigAlreadyExistsException": {
1219
- "type": "structure",
1220
- "members": {
1221
- },
1222
- "exception": true
1223
- },
1224
- "DeploymentConfigDoesNotExistException": {
1225
- "type": "structure",
1226
- "members": {
1227
- },
1228
- "exception": true
1229
- },
1230
- "DeploymentConfigId": {
1231
- "type": "string"
1232
- },
1233
- "DeploymentConfigInUseException": {
1234
- "type": "structure",
1235
- "members": {
1236
- },
1237
- "exception": true
1238
- },
1239
- "DeploymentConfigInfo": {
1240
- "type": "structure",
1241
- "members": {
1242
- "deploymentConfigId": {
1243
- "shape": "DeploymentConfigId"
1244
- },
1245
- "deploymentConfigName": {
1246
- "shape": "DeploymentConfigName"
1247
- },
1248
- "minimumHealthyHosts": {
1249
- "shape": "MinimumHealthyHosts"
1250
- },
1251
- "createTime": {
1252
- "shape": "Timestamp"
1253
- }
1254
- }
1255
- },
1256
- "DeploymentConfigLimitExceededException": {
1257
- "type": "structure",
1258
- "members": {
1259
- },
1260
- "exception": true
1261
- },
1262
- "DeploymentConfigName": {
1263
- "type": "string",
1264
- "min": 1,
1265
- "max": 100
1266
- },
1267
- "DeploymentConfigNameRequiredException": {
1268
- "type": "structure",
1269
- "members": {
1270
- },
1271
- "exception": true
1272
- },
1273
- "DeploymentConfigsList": {
1274
- "type": "list",
1275
- "member": {
1276
- "shape": "DeploymentConfigName"
1277
- }
1278
- },
1279
- "DeploymentCreator": {
1280
- "type": "string",
1281
- "enum": [
1282
- "user",
1283
- "autoscaling"
1284
- ]
1285
- },
1286
- "DeploymentDoesNotExistException": {
1287
- "type": "structure",
1288
- "members": {
1289
- },
1290
- "exception": true
1291
- },
1292
- "DeploymentGroupAlreadyExistsException": {
1293
- "type": "structure",
1294
- "members": {
1295
- },
1296
- "exception": true
1297
- },
1298
- "DeploymentGroupDoesNotExistException": {
1299
- "type": "structure",
1300
- "members": {
1301
- },
1302
- "exception": true
1303
- },
1304
- "DeploymentGroupId": {
1305
- "type": "string"
1306
- },
1307
- "DeploymentGroupInfo": {
1308
- "type": "structure",
1309
- "members": {
1310
- "applicationName": {
1311
- "shape": "ApplicationName"
1312
- },
1313
- "deploymentGroupId": {
1314
- "shape": "DeploymentGroupId"
1315
- },
1316
- "deploymentGroupName": {
1317
- "shape": "DeploymentGroupName"
1318
- },
1319
- "deploymentConfigName": {
1320
- "shape": "DeploymentConfigName"
1321
- },
1322
- "ec2TagFilters": {
1323
- "shape": "EC2TagFilterList"
1324
- },
1325
- "autoScalingGroups": {
1326
- "shape": "AutoScalingGroupList"
1327
- },
1328
- "serviceRoleArn": {
1329
- "shape": "Role"
1330
- },
1331
- "targetRevision": {
1332
- "shape": "RevisionLocation"
1333
- }
1334
- }
1335
- },
1336
- "DeploymentGroupLimitExceededException": {
1337
- "type": "structure",
1338
- "members": {
1339
- },
1340
- "exception": true
1341
- },
1342
- "DeploymentGroupName": {
1343
- "type": "string",
1344
- "min": 1,
1345
- "max": 100
1346
- },
1347
- "DeploymentGroupNameRequiredException": {
1348
- "type": "structure",
1349
- "members": {
1350
- },
1351
- "exception": true
1352
- },
1353
- "DeploymentGroupsList": {
1354
- "type": "list",
1355
- "member": {
1356
- "shape": "DeploymentGroupName"
1357
- }
1358
- },
1359
- "DeploymentId": {
1360
- "type": "string"
1361
- },
1362
- "DeploymentIdRequiredException": {
1363
- "type": "structure",
1364
- "members": {
1365
- },
1366
- "exception": true
1367
- },
1368
- "DeploymentInfo": {
1369
- "type": "structure",
1370
- "members": {
1371
- "applicationName": {
1372
- "shape": "ApplicationName"
1373
- },
1374
- "deploymentGroupName": {
1375
- "shape": "DeploymentGroupName"
1376
- },
1377
- "deploymentConfigName": {
1378
- "shape": "DeploymentConfigName"
1379
- },
1380
- "deploymentId": {
1381
- "shape": "DeploymentId"
1382
- },
1383
- "revision": {
1384
- "shape": "RevisionLocation"
1385
- },
1386
- "status": {
1387
- "shape": "DeploymentStatus"
1388
- },
1389
- "errorInformation": {
1390
- "shape": "ErrorInformation"
1391
- },
1392
- "createTime": {
1393
- "shape": "Timestamp"
1394
- },
1395
- "startTime": {
1396
- "shape": "Timestamp"
1397
- },
1398
- "completeTime": {
1399
- "shape": "Timestamp"
1400
- },
1401
- "deploymentOverview": {
1402
- "shape": "DeploymentOverview"
1403
- },
1404
- "description": {
1405
- "shape": "Description"
1406
- },
1407
- "creator": {
1408
- "shape": "DeploymentCreator"
1409
- },
1410
- "ignoreApplicationStopFailures": {
1411
- "shape": "Boolean"
1412
- }
1413
- }
1414
- },
1415
- "DeploymentLimitExceededException": {
1416
- "type": "structure",
1417
- "members": {
1418
- },
1419
- "exception": true
1420
- },
1421
- "DeploymentNotStartedException": {
1422
- "type": "structure",
1423
- "members": {
1424
- },
1425
- "exception": true
1426
- },
1427
- "DeploymentOverview": {
1428
- "type": "structure",
1429
- "members": {
1430
- "Pending": {
1431
- "shape": "InstanceCount"
1432
- },
1433
- "InProgress": {
1434
- "shape": "InstanceCount"
1435
- },
1436
- "Succeeded": {
1437
- "shape": "InstanceCount"
1438
- },
1439
- "Failed": {
1440
- "shape": "InstanceCount"
1441
- },
1442
- "Skipped": {
1443
- "shape": "InstanceCount"
1444
- }
1445
- }
1446
- },
1447
- "DeploymentStatus": {
1448
- "type": "string",
1449
- "enum": [
1450
- "Created",
1451
- "Queued",
1452
- "InProgress",
1453
- "Succeeded",
1454
- "Failed",
1455
- "Stopped"
1456
- ]
1457
- },
1458
- "DeploymentStatusList": {
1459
- "type": "list",
1460
- "member": {
1461
- "shape": "DeploymentStatus"
1462
- }
1463
- },
1464
- "DeploymentsInfoList": {
1465
- "type": "list",
1466
- "member": {
1467
- "shape": "DeploymentInfo"
1468
- }
1469
- },
1470
- "DeploymentsList": {
1471
- "type": "list",
1472
- "member": {
1473
- "shape": "DeploymentId"
1474
- }
1475
- },
1476
- "Description": {
1477
- "type": "string"
1478
- },
1479
- "DescriptionTooLongException": {
1480
- "type": "structure",
1481
- "members": {
1482
- },
1483
- "exception": true
1484
- },
1485
- "Diagnostics": {
1486
- "type": "structure",
1487
- "members": {
1488
- "errorCode": {
1489
- "shape": "LifecycleErrorCode"
1490
- },
1491
- "scriptName": {
1492
- "shape": "ScriptName"
1493
- },
1494
- "message": {
1495
- "shape": "LifecycleMessage"
1496
- },
1497
- "logTail": {
1498
- "shape": "LogTail"
1499
- }
1500
- }
1501
- },
1502
- "EC2TagFilter": {
1503
- "type": "structure",
1504
- "members": {
1505
- "Key": {
1506
- "shape": "Key"
1507
- },
1508
- "Value": {
1509
- "shape": "Value"
1510
- },
1511
- "Type": {
1512
- "shape": "EC2TagFilterType"
1513
- }
1514
- }
1515
- },
1516
- "EC2TagFilterList": {
1517
- "type": "list",
1518
- "member": {
1519
- "shape": "EC2TagFilter"
1520
- }
1521
- },
1522
- "EC2TagFilterType": {
1523
- "type": "string",
1524
- "enum": [
1525
- "KEY_ONLY",
1526
- "VALUE_ONLY",
1527
- "KEY_AND_VALUE"
1528
- ]
1529
- },
1530
- "ETag": {
1531
- "type": "string"
1532
- },
1533
- "ErrorCode": {
1534
- "type": "string",
1535
- "enum": [
1536
- "DEPLOYMENT_GROUP_MISSING",
1537
- "APPLICATION_MISSING",
1538
- "REVISION_MISSING",
1539
- "IAM_ROLE_MISSING",
1540
- "IAM_ROLE_PERMISSIONS",
1541
- "OVER_MAX_INSTANCES",
1542
- "NO_INSTANCES",
1543
- "TIMEOUT",
1544
- "HEALTH_CONSTRAINTS_INVALID",
1545
- "HEALTH_CONSTRAINTS",
1546
- "INTERNAL_ERROR"
1547
- ]
1548
- },
1549
- "ErrorInformation": {
1550
- "type": "structure",
1551
- "members": {
1552
- "code": {
1553
- "shape": "ErrorCode"
1554
- },
1555
- "message": {
1556
- "shape": "ErrorMessage"
1557
- }
1558
- }
1559
- },
1560
- "ErrorMessage": {
1561
- "type": "string"
1562
- },
1563
- "GenericRevisionInfo": {
1564
- "type": "structure",
1565
- "members": {
1566
- "description": {
1567
- "shape": "Description"
1568
- },
1569
- "deploymentGroups": {
1570
- "shape": "DeploymentGroupsList"
1571
- },
1572
- "firstUsedTime": {
1573
- "shape": "Timestamp"
1574
- },
1575
- "lastUsedTime": {
1576
- "shape": "Timestamp"
1577
- },
1578
- "registerTime": {
1579
- "shape": "Timestamp"
1580
- }
1581
- }
1582
- },
1583
- "GetApplicationInput": {
1584
- "type": "structure",
1585
- "required": [
1586
- "applicationName"
1587
- ],
1588
- "members": {
1589
- "applicationName": {
1590
- "shape": "ApplicationName"
1591
- }
1592
- }
1593
- },
1594
- "GetApplicationOutput": {
1595
- "type": "structure",
1596
- "members": {
1597
- "application": {
1598
- "shape": "ApplicationInfo"
1599
- }
1600
- }
1601
- },
1602
- "GetApplicationRevisionInput": {
1603
- "type": "structure",
1604
- "required": [
1605
- "applicationName",
1606
- "revision"
1607
- ],
1608
- "members": {
1609
- "applicationName": {
1610
- "shape": "ApplicationName"
1611
- },
1612
- "revision": {
1613
- "shape": "RevisionLocation"
1614
- }
1615
- }
1616
- },
1617
- "GetApplicationRevisionOutput": {
1618
- "type": "structure",
1619
- "members": {
1620
- "applicationName": {
1621
- "shape": "ApplicationName"
1622
- },
1623
- "revision": {
1624
- "shape": "RevisionLocation"
1625
- },
1626
- "revisionInfo": {
1627
- "shape": "GenericRevisionInfo"
1628
- }
1629
- }
1630
- },
1631
- "GetDeploymentConfigInput": {
1632
- "type": "structure",
1633
- "required": [
1634
- "deploymentConfigName"
1635
- ],
1636
- "members": {
1637
- "deploymentConfigName": {
1638
- "shape": "DeploymentConfigName"
1639
- }
1640
- }
1641
- },
1642
- "GetDeploymentConfigOutput": {
1643
- "type": "structure",
1644
- "members": {
1645
- "deploymentConfigInfo": {
1646
- "shape": "DeploymentConfigInfo"
1647
- }
1648
- }
1649
- },
1650
- "GetDeploymentGroupInput": {
1651
- "type": "structure",
1652
- "required": [
1653
- "applicationName",
1654
- "deploymentGroupName"
1655
- ],
1656
- "members": {
1657
- "applicationName": {
1658
- "shape": "ApplicationName"
1659
- },
1660
- "deploymentGroupName": {
1661
- "shape": "DeploymentGroupName"
1662
- }
1663
- }
1664
- },
1665
- "GetDeploymentGroupOutput": {
1666
- "type": "structure",
1667
- "members": {
1668
- "deploymentGroupInfo": {
1669
- "shape": "DeploymentGroupInfo"
1670
- }
1671
- }
1672
- },
1673
- "GetDeploymentInput": {
1674
- "type": "structure",
1675
- "required": [
1676
- "deploymentId"
1677
- ],
1678
- "members": {
1679
- "deploymentId": {
1680
- "shape": "DeploymentId"
1681
- }
1682
- }
1683
- },
1684
- "GetDeploymentInstanceInput": {
1685
- "type": "structure",
1686
- "required": [
1687
- "deploymentId",
1688
- "instanceId"
1689
- ],
1690
- "members": {
1691
- "deploymentId": {
1692
- "shape": "DeploymentId"
1693
- },
1694
- "instanceId": {
1695
- "shape": "InstanceId"
1696
- }
1697
- }
1698
- },
1699
- "GetDeploymentInstanceOutput": {
1700
- "type": "structure",
1701
- "members": {
1702
- "instanceSummary": {
1703
- "shape": "InstanceSummary"
1704
- }
1705
- }
1706
- },
1707
- "GetDeploymentOutput": {
1708
- "type": "structure",
1709
- "members": {
1710
- "deploymentInfo": {
1711
- "shape": "DeploymentInfo"
1712
- }
1713
- }
1714
- },
1715
- "GitHubLocation": {
1716
- "type": "structure",
1717
- "members": {
1718
- "repository": {
1719
- "shape": "Repository"
1720
- },
1721
- "commitId": {
1722
- "shape": "CommitId"
1723
- }
1724
- }
1725
- },
1726
- "InstanceCount": {
1727
- "type": "long"
1728
- },
1729
- "InstanceDoesNotExistException": {
1730
- "type": "structure",
1731
- "members": {
1732
- },
1733
- "exception": true
1734
- },
1735
- "InstanceId": {
1736
- "type": "string"
1737
- },
1738
- "InstanceIdRequiredException": {
1739
- "type": "structure",
1740
- "members": {
1741
- },
1742
- "exception": true
1743
- },
1744
- "InstanceStatus": {
1745
- "type": "string",
1746
- "enum": [
1747
- "Pending",
1748
- "InProgress",
1749
- "Succeeded",
1750
- "Failed",
1751
- "Skipped",
1752
- "Unknown"
1753
- ]
1754
- },
1755
- "InstanceStatusList": {
1756
- "type": "list",
1757
- "member": {
1758
- "shape": "InstanceStatus"
1759
- }
1760
- },
1761
- "InstanceSummary": {
1762
- "type": "structure",
1763
- "members": {
1764
- "deploymentId": {
1765
- "shape": "DeploymentId"
1766
- },
1767
- "instanceId": {
1768
- "shape": "InstanceId"
1769
- },
1770
- "status": {
1771
- "shape": "InstanceStatus"
1772
- },
1773
- "lastUpdatedAt": {
1774
- "shape": "Timestamp"
1775
- },
1776
- "lifecycleEvents": {
1777
- "shape": "LifecycleEventList"
1778
- }
1779
- }
1780
- },
1781
- "InstancesList": {
1782
- "type": "list",
1783
- "member": {
1784
- "shape": "InstanceId"
1785
- }
1786
- },
1787
- "InvalidApplicationNameException": {
1788
- "type": "structure",
1789
- "members": {
1790
- },
1791
- "exception": true
1792
- },
1793
- "InvalidAutoScalingGroupException": {
1794
- "type": "structure",
1795
- "members": {
1796
- },
1797
- "exception": true
1798
- },
1799
- "InvalidBucketNameFilterException": {
1800
- "type": "structure",
1801
- "members": {
1802
- },
1803
- "exception": true
1804
- },
1805
- "InvalidDeployedStateFilterException": {
1806
- "type": "structure",
1807
- "members": {
1808
- },
1809
- "exception": true
1810
- },
1811
- "InvalidDeploymentConfigNameException": {
1812
- "type": "structure",
1813
- "members": {
1814
- },
1815
- "exception": true
1816
- },
1817
- "InvalidDeploymentGroupNameException": {
1818
- "type": "structure",
1819
- "members": {
1820
- },
1821
- "exception": true
1822
- },
1823
- "InvalidDeploymentIdException": {
1824
- "type": "structure",
1825
- "members": {
1826
- },
1827
- "exception": true
1828
- },
1829
- "InvalidDeploymentStatusException": {
1830
- "type": "structure",
1831
- "members": {
1832
- },
1833
- "exception": true
1834
- },
1835
- "InvalidEC2TagException": {
1836
- "type": "structure",
1837
- "members": {
1838
- },
1839
- "exception": true
1840
- },
1841
- "InvalidInstanceStatusException": {
1842
- "type": "structure",
1843
- "members": {
1844
- },
1845
- "exception": true
1846
- },
1847
- "InvalidKeyPrefixFilterException": {
1848
- "type": "structure",
1849
- "members": {
1850
- },
1851
- "exception": true
1852
- },
1853
- "InvalidMinimumHealthyHostValueException": {
1854
- "type": "structure",
1855
- "members": {
1856
- },
1857
- "exception": true
1858
- },
1859
- "InvalidNextTokenException": {
1860
- "type": "structure",
1861
- "members": {
1862
- },
1863
- "exception": true
1864
- },
1865
- "InvalidOperationException": {
1866
- "type": "structure",
1867
- "members": {
1868
- },
1869
- "exception": true
1870
- },
1871
- "InvalidRevisionException": {
1872
- "type": "structure",
1873
- "members": {
1874
- },
1875
- "exception": true
1876
- },
1877
- "InvalidRoleException": {
1878
- "type": "structure",
1879
- "members": {
1880
- },
1881
- "exception": true
1882
- },
1883
- "InvalidSortByException": {
1884
- "type": "structure",
1885
- "members": {
1886
- },
1887
- "exception": true
1888
- },
1889
- "InvalidSortOrderException": {
1890
- "type": "structure",
1891
- "members": {
1892
- },
1893
- "exception": true
1894
- },
1895
- "InvalidTimeRangeException": {
1896
- "type": "structure",
1897
- "members": {
1898
- },
1899
- "exception": true
1900
- },
1901
- "Key": {
1902
- "type": "string"
1903
- },
1904
- "LifecycleErrorCode": {
1905
- "type": "string",
1906
- "enum": [
1907
- "Success",
1908
- "ScriptMissing",
1909
- "ScriptNotExecutable",
1910
- "ScriptTimedOut",
1911
- "ScriptFailed",
1912
- "UnknownError"
1913
- ]
1914
- },
1915
- "LifecycleEvent": {
1916
- "type": "structure",
1917
- "members": {
1918
- "lifecycleEventName": {
1919
- "shape": "LifecycleEventName"
1920
- },
1921
- "diagnostics": {
1922
- "shape": "Diagnostics"
1923
- },
1924
- "startTime": {
1925
- "shape": "Timestamp"
1926
- },
1927
- "endTime": {
1928
- "shape": "Timestamp"
1929
- },
1930
- "status": {
1931
- "shape": "LifecycleEventStatus"
1932
- }
1933
- }
1934
- },
1935
- "LifecycleEventList": {
1936
- "type": "list",
1937
- "member": {
1938
- "shape": "LifecycleEvent"
1939
- }
1940
- },
1941
- "LifecycleEventName": {
1942
- "type": "string"
1943
- },
1944
- "LifecycleEventStatus": {
1945
- "type": "string",
1946
- "enum": [
1947
- "Pending",
1948
- "InProgress",
1949
- "Succeeded",
1950
- "Failed",
1951
- "Skipped",
1952
- "Unknown"
1953
- ]
1954
- },
1955
- "LifecycleMessage": {
1956
- "type": "string"
1957
- },
1958
- "ListApplicationRevisionsInput": {
1959
- "type": "structure",
1960
- "required": [
1961
- "applicationName"
1962
- ],
1963
- "members": {
1964
- "applicationName": {
1965
- "shape": "ApplicationName"
1966
- },
1967
- "sortBy": {
1968
- "shape": "ApplicationRevisionSortBy"
1969
- },
1970
- "sortOrder": {
1971
- "shape": "SortOrder"
1972
- },
1973
- "s3Bucket": {
1974
- "shape": "S3Bucket"
1975
- },
1976
- "s3KeyPrefix": {
1977
- "shape": "S3Key"
1978
- },
1979
- "deployed": {
1980
- "shape": "ListStateFilterAction"
1981
- },
1982
- "nextToken": {
1983
- "shape": "NextToken"
1984
- }
1985
- }
1986
- },
1987
- "ListApplicationRevisionsOutput": {
1988
- "type": "structure",
1989
- "members": {
1990
- "revisions": {
1991
- "shape": "RevisionLocationList"
1992
- },
1993
- "nextToken": {
1994
- "shape": "NextToken"
1995
- }
1996
- }
1997
- },
1998
- "ListApplicationsInput": {
1999
- "type": "structure",
2000
- "members": {
2001
- "nextToken": {
2002
- "shape": "NextToken"
2003
- }
2004
- }
2005
- },
2006
- "ListApplicationsOutput": {
2007
- "type": "structure",
2008
- "members": {
2009
- "applications": {
2010
- "shape": "ApplicationsList"
2011
- },
2012
- "nextToken": {
2013
- "shape": "NextToken"
2014
- }
2015
- }
2016
- },
2017
- "ListDeploymentConfigsInput": {
2018
- "type": "structure",
2019
- "members": {
2020
- "nextToken": {
2021
- "shape": "NextToken"
2022
- }
2023
- }
2024
- },
2025
- "ListDeploymentConfigsOutput": {
2026
- "type": "structure",
2027
- "members": {
2028
- "deploymentConfigsList": {
2029
- "shape": "DeploymentConfigsList"
2030
- },
2031
- "nextToken": {
2032
- "shape": "NextToken"
2033
- }
2034
- }
2035
- },
2036
- "ListDeploymentGroupsInput": {
2037
- "type": "structure",
2038
- "required": [
2039
- "applicationName"
2040
- ],
2041
- "members": {
2042
- "applicationName": {
2043
- "shape": "ApplicationName"
2044
- },
2045
- "nextToken": {
2046
- "shape": "NextToken"
2047
- }
2048
- }
2049
- },
2050
- "ListDeploymentGroupsOutput": {
2051
- "type": "structure",
2052
- "members": {
2053
- "applicationName": {
2054
- "shape": "ApplicationName"
2055
- },
2056
- "deploymentGroups": {
2057
- "shape": "DeploymentGroupsList"
2058
- },
2059
- "nextToken": {
2060
- "shape": "NextToken"
2061
- }
2062
- }
2063
- },
2064
- "ListDeploymentInstancesInput": {
2065
- "type": "structure",
2066
- "required": [
2067
- "deploymentId"
2068
- ],
2069
- "members": {
2070
- "deploymentId": {
2071
- "shape": "DeploymentId"
2072
- },
2073
- "nextToken": {
2074
- "shape": "NextToken"
2075
- },
2076
- "instanceStatusFilter": {
2077
- "shape": "InstanceStatusList"
2078
- }
2079
- }
2080
- },
2081
- "ListDeploymentInstancesOutput": {
2082
- "type": "structure",
2083
- "members": {
2084
- "instancesList": {
2085
- "shape": "InstancesList"
2086
- },
2087
- "nextToken": {
2088
- "shape": "NextToken"
2089
- }
2090
- }
2091
- },
2092
- "ListDeploymentsInput": {
2093
- "type": "structure",
2094
- "members": {
2095
- "applicationName": {
2096
- "shape": "ApplicationName"
2097
- },
2098
- "deploymentGroupName": {
2099
- "shape": "DeploymentGroupName"
2100
- },
2101
- "includeOnlyStatuses": {
2102
- "shape": "DeploymentStatusList"
2103
- },
2104
- "createTimeRange": {
2105
- "shape": "TimeRange"
2106
- },
2107
- "nextToken": {
2108
- "shape": "NextToken"
2109
- }
2110
- }
2111
- },
2112
- "ListDeploymentsOutput": {
2113
- "type": "structure",
2114
- "members": {
2115
- "deployments": {
2116
- "shape": "DeploymentsList"
2117
- },
2118
- "nextToken": {
2119
- "shape": "NextToken"
2120
- }
2121
- }
2122
- },
2123
- "ListStateFilterAction": {
2124
- "type": "string",
2125
- "enum": [
2126
- "include",
2127
- "exclude",
2128
- "ignore"
2129
- ]
2130
- },
2131
- "LogTail": {
2132
- "type": "string"
2133
- },
2134
- "Message": {
2135
- "type": "string"
2136
- },
2137
- "MinimumHealthyHosts": {
2138
- "type": "structure",
2139
- "members": {
2140
- "value": {
2141
- "shape": "MinimumHealthyHostsValue"
2142
- },
2143
- "type": {
2144
- "shape": "MinimumHealthyHostsType"
2145
- }
2146
- }
2147
- },
2148
- "MinimumHealthyHostsType": {
2149
- "type": "string",
2150
- "enum": [
2151
- "HOST_COUNT",
2152
- "FLEET_PERCENT"
2153
- ]
2154
- },
2155
- "MinimumHealthyHostsValue": {
2156
- "type": "integer"
2157
- },
2158
- "NextToken": {
2159
- "type": "string"
2160
- },
2161
- "RegisterApplicationRevisionInput": {
2162
- "type": "structure",
2163
- "required": [
2164
- "applicationName",
2165
- "revision"
2166
- ],
2167
- "members": {
2168
- "applicationName": {
2169
- "shape": "ApplicationName"
2170
- },
2171
- "description": {
2172
- "shape": "Description"
2173
- },
2174
- "revision": {
2175
- "shape": "RevisionLocation"
2176
- }
2177
- }
2178
- },
2179
- "Repository": {
2180
- "type": "string"
2181
- },
2182
- "RevisionDoesNotExistException": {
2183
- "type": "structure",
2184
- "members": {
2185
- },
2186
- "exception": true
2187
- },
2188
- "RevisionLocation": {
2189
- "type": "structure",
2190
- "members": {
2191
- "revisionType": {
2192
- "shape": "RevisionLocationType"
2193
- },
2194
- "s3Location": {
2195
- "shape": "S3Location"
2196
- },
2197
- "gitHubLocation": {
2198
- "shape": "GitHubLocation"
2199
- }
2200
- }
2201
- },
2202
- "RevisionLocationList": {
2203
- "type": "list",
2204
- "member": {
2205
- "shape": "RevisionLocation"
2206
- }
2207
- },
2208
- "RevisionLocationType": {
2209
- "type": "string",
2210
- "enum": [
2211
- "S3",
2212
- "GitHub"
2213
- ]
2214
- },
2215
- "RevisionRequiredException": {
2216
- "type": "structure",
2217
- "members": {
2218
- },
2219
- "exception": true
2220
- },
2221
- "Role": {
2222
- "type": "string"
2223
- },
2224
- "RoleRequiredException": {
2225
- "type": "structure",
2226
- "members": {
2227
- },
2228
- "exception": true
2229
- },
2230
- "S3Bucket": {
2231
- "type": "string"
2232
- },
2233
- "S3Key": {
2234
- "type": "string"
2235
- },
2236
- "S3Location": {
2237
- "type": "structure",
2238
- "members": {
2239
- "bucket": {
2240
- "shape": "S3Bucket"
2241
- },
2242
- "key": {
2243
- "shape": "S3Key"
2244
- },
2245
- "bundleType": {
2246
- "shape": "BundleType"
2247
- },
2248
- "version": {
2249
- "shape": "VersionId"
2250
- },
2251
- "eTag": {
2252
- "shape": "ETag"
2253
- }
2254
- }
2255
- },
2256
- "ScriptName": {
2257
- "type": "string"
2258
- },
2259
- "SortOrder": {
2260
- "type": "string",
2261
- "enum": [
2262
- "ascending",
2263
- "descending"
2264
- ]
2265
- },
2266
- "StopDeploymentInput": {
2267
- "type": "structure",
2268
- "required": [
2269
- "deploymentId"
2270
- ],
2271
- "members": {
2272
- "deploymentId": {
2273
- "shape": "DeploymentId"
2274
- }
2275
- }
2276
- },
2277
- "StopDeploymentOutput": {
2278
- "type": "structure",
2279
- "members": {
2280
- "status": {
2281
- "shape": "StopStatus"
2282
- },
2283
- "statusMessage": {
2284
- "shape": "Message"
2285
- }
2286
- }
2287
- },
2288
- "StopStatus": {
2289
- "type": "string",
2290
- "enum": [
2291
- "Pending",
2292
- "Succeeded"
2293
- ]
2294
- },
2295
- "TimeRange": {
2296
- "type": "structure",
2297
- "members": {
2298
- "start": {
2299
- "shape": "Timestamp"
2300
- },
2301
- "end": {
2302
- "shape": "Timestamp"
2303
- }
2304
- }
2305
- },
2306
- "Timestamp": {
2307
- "type": "timestamp"
2308
- },
2309
- "UpdateApplicationInput": {
2310
- "type": "structure",
2311
- "members": {
2312
- "applicationName": {
2313
- "shape": "ApplicationName"
2314
- },
2315
- "newApplicationName": {
2316
- "shape": "ApplicationName"
2317
- }
2318
- }
2319
- },
2320
- "UpdateDeploymentGroupInput": {
2321
- "type": "structure",
2322
- "required": [
2323
- "applicationName",
2324
- "currentDeploymentGroupName"
2325
- ],
2326
- "members": {
2327
- "applicationName": {
2328
- "shape": "ApplicationName"
2329
- },
2330
- "currentDeploymentGroupName": {
2331
- "shape": "DeploymentGroupName"
2332
- },
2333
- "newDeploymentGroupName": {
2334
- "shape": "DeploymentGroupName"
2335
- },
2336
- "deploymentConfigName": {
2337
- "shape": "DeploymentConfigName"
2338
- },
2339
- "ec2TagFilters": {
2340
- "shape": "EC2TagFilterList"
2341
- },
2342
- "autoScalingGroups": {
2343
- "shape": "AutoScalingGroupNameList"
2344
- },
2345
- "serviceRoleArn": {
2346
- "shape": "Role"
2347
- }
2348
- }
2349
- },
2350
- "UpdateDeploymentGroupOutput": {
2351
- "type": "structure",
2352
- "members": {
2353
- "hooksNotCleanedUp": {
2354
- "shape": "AutoScalingGroupList"
2355
- }
2356
- }
2357
- },
2358
- "Value": {
2359
- "type": "string"
2360
- },
2361
- "VersionId": {
2362
- "type": "string"
2363
- }
2364
- }
2365
- }