aws-sdk-core 2.0.17 → 2.0.18

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,950 @@
1
+ {
2
+ "metadata":{
3
+ "apiVersion":"2014-11-13",
4
+ "endpointPrefix":"ecs",
5
+ "serviceAbbreviation":"Amazon ECS",
6
+ "serviceFullName":"Amazon EC2 Container Service",
7
+ "signatureVersion":"v4",
8
+ "signingName":"ecs",
9
+ "xmlNamespace":"http://ecs.amazonaws.com/doc/2014-11-13/",
10
+ "protocol":"query"
11
+ },
12
+ "operations":{
13
+ "CreateCluster":{
14
+ "name":"CreateCluster",
15
+ "http":{
16
+ "method":"POST",
17
+ "requestUri":"/"
18
+ },
19
+ "input":{"shape":"CreateClusterRequest"},
20
+ "output":{
21
+ "shape":"CreateClusterResponse",
22
+ "resultWrapper":"CreateClusterResult"
23
+ },
24
+ "errors":[
25
+ {
26
+ "shape":"ServerException",
27
+ "exception":true
28
+ },
29
+ {
30
+ "shape":"ClientException",
31
+ "exception":true
32
+ }
33
+ ]
34
+ },
35
+ "DeleteCluster":{
36
+ "name":"DeleteCluster",
37
+ "http":{
38
+ "method":"POST",
39
+ "requestUri":"/"
40
+ },
41
+ "input":{"shape":"DeleteClusterRequest"},
42
+ "output":{
43
+ "shape":"DeleteClusterResponse",
44
+ "resultWrapper":"DeleteClusterResult"
45
+ },
46
+ "errors":[
47
+ {
48
+ "shape":"ServerException",
49
+ "exception":true
50
+ },
51
+ {
52
+ "shape":"ClientException",
53
+ "exception":true
54
+ }
55
+ ]
56
+ },
57
+ "DeregisterContainerInstance":{
58
+ "name":"DeregisterContainerInstance",
59
+ "http":{
60
+ "method":"POST",
61
+ "requestUri":"/"
62
+ },
63
+ "input":{"shape":"DeregisterContainerInstanceRequest"},
64
+ "output":{
65
+ "shape":"DeregisterContainerInstanceResponse",
66
+ "resultWrapper":"DeregisterContainerInstanceResult"
67
+ },
68
+ "errors":[
69
+ {
70
+ "shape":"ServerException",
71
+ "exception":true
72
+ },
73
+ {
74
+ "shape":"ClientException",
75
+ "exception":true
76
+ }
77
+ ]
78
+ },
79
+ "DeregisterTaskDefinition":{
80
+ "name":"DeregisterTaskDefinition",
81
+ "http":{
82
+ "method":"POST",
83
+ "requestUri":"/"
84
+ },
85
+ "input":{"shape":"DeregisterTaskDefinitionRequest"},
86
+ "output":{
87
+ "shape":"DeregisterTaskDefinitionResponse",
88
+ "resultWrapper":"DeregisterTaskDefinitionResult"
89
+ },
90
+ "errors":[
91
+ {
92
+ "shape":"ServerException",
93
+ "exception":true
94
+ },
95
+ {
96
+ "shape":"ClientException",
97
+ "exception":true
98
+ }
99
+ ]
100
+ },
101
+ "DescribeClusters":{
102
+ "name":"DescribeClusters",
103
+ "http":{
104
+ "method":"POST",
105
+ "requestUri":"/"
106
+ },
107
+ "input":{"shape":"DescribeClustersRequest"},
108
+ "output":{
109
+ "shape":"DescribeClustersResponse",
110
+ "resultWrapper":"DescribeClustersResult"
111
+ },
112
+ "errors":[
113
+ {
114
+ "shape":"ServerException",
115
+ "exception":true
116
+ },
117
+ {
118
+ "shape":"ClientException",
119
+ "exception":true
120
+ }
121
+ ]
122
+ },
123
+ "DescribeContainerInstances":{
124
+ "name":"DescribeContainerInstances",
125
+ "http":{
126
+ "method":"POST",
127
+ "requestUri":"/"
128
+ },
129
+ "input":{"shape":"DescribeContainerInstancesRequest"},
130
+ "output":{
131
+ "shape":"DescribeContainerInstancesResponse",
132
+ "resultWrapper":"DescribeContainerInstancesResult"
133
+ },
134
+ "errors":[
135
+ {
136
+ "shape":"ServerException",
137
+ "exception":true
138
+ },
139
+ {
140
+ "shape":"ClientException",
141
+ "exception":true
142
+ }
143
+ ]
144
+ },
145
+ "DescribeTaskDefinition":{
146
+ "name":"DescribeTaskDefinition",
147
+ "http":{
148
+ "method":"POST",
149
+ "requestUri":"/"
150
+ },
151
+ "input":{"shape":"DescribeTaskDefinitionRequest"},
152
+ "output":{
153
+ "shape":"DescribeTaskDefinitionResponse",
154
+ "resultWrapper":"DescribeTaskDefinitionResult"
155
+ },
156
+ "errors":[
157
+ {
158
+ "shape":"ServerException",
159
+ "exception":true
160
+ },
161
+ {
162
+ "shape":"ClientException",
163
+ "exception":true
164
+ }
165
+ ]
166
+ },
167
+ "DescribeTasks":{
168
+ "name":"DescribeTasks",
169
+ "http":{
170
+ "method":"POST",
171
+ "requestUri":"/"
172
+ },
173
+ "input":{"shape":"DescribeTasksRequest"},
174
+ "output":{
175
+ "shape":"DescribeTasksResponse",
176
+ "resultWrapper":"DescribeTasksResult"
177
+ },
178
+ "errors":[
179
+ {
180
+ "shape":"ServerException",
181
+ "exception":true
182
+ },
183
+ {
184
+ "shape":"ClientException",
185
+ "exception":true
186
+ }
187
+ ]
188
+ },
189
+ "DiscoverPollEndpoint":{
190
+ "name":"DiscoverPollEndpoint",
191
+ "http":{
192
+ "method":"POST",
193
+ "requestUri":"/"
194
+ },
195
+ "input":{"shape":"DiscoverPollEndpointRequest"},
196
+ "output":{
197
+ "shape":"DiscoverPollEndpointResponse",
198
+ "resultWrapper":"DiscoverPollEndpointResult"
199
+ },
200
+ "errors":[
201
+ {
202
+ "shape":"ServerException",
203
+ "exception":true
204
+ },
205
+ {
206
+ "shape":"ClientException",
207
+ "exception":true
208
+ }
209
+ ]
210
+ },
211
+ "ListClusters":{
212
+ "name":"ListClusters",
213
+ "http":{
214
+ "method":"POST",
215
+ "requestUri":"/"
216
+ },
217
+ "input":{"shape":"ListClustersRequest"},
218
+ "output":{
219
+ "shape":"ListClustersResponse",
220
+ "resultWrapper":"ListClustersResult"
221
+ },
222
+ "errors":[
223
+ {
224
+ "shape":"ServerException",
225
+ "exception":true
226
+ },
227
+ {
228
+ "shape":"ClientException",
229
+ "exception":true
230
+ }
231
+ ]
232
+ },
233
+ "ListContainerInstances":{
234
+ "name":"ListContainerInstances",
235
+ "http":{
236
+ "method":"POST",
237
+ "requestUri":"/"
238
+ },
239
+ "input":{"shape":"ListContainerInstancesRequest"},
240
+ "output":{
241
+ "shape":"ListContainerInstancesResponse",
242
+ "resultWrapper":"ListContainerInstancesResult"
243
+ },
244
+ "errors":[
245
+ {
246
+ "shape":"ServerException",
247
+ "exception":true
248
+ },
249
+ {
250
+ "shape":"ClientException",
251
+ "exception":true
252
+ }
253
+ ]
254
+ },
255
+ "ListTaskDefinitions":{
256
+ "name":"ListTaskDefinitions",
257
+ "http":{
258
+ "method":"POST",
259
+ "requestUri":"/"
260
+ },
261
+ "input":{"shape":"ListTaskDefinitionsRequest"},
262
+ "output":{
263
+ "shape":"ListTaskDefinitionsResponse",
264
+ "resultWrapper":"ListTaskDefinitionsResult"
265
+ },
266
+ "errors":[
267
+ {
268
+ "shape":"ServerException",
269
+ "exception":true
270
+ },
271
+ {
272
+ "shape":"ClientException",
273
+ "exception":true
274
+ }
275
+ ]
276
+ },
277
+ "ListTasks":{
278
+ "name":"ListTasks",
279
+ "http":{
280
+ "method":"POST",
281
+ "requestUri":"/"
282
+ },
283
+ "input":{"shape":"ListTasksRequest"},
284
+ "output":{
285
+ "shape":"ListTasksResponse",
286
+ "resultWrapper":"ListTasksResult"
287
+ },
288
+ "errors":[
289
+ {
290
+ "shape":"ServerException",
291
+ "exception":true
292
+ },
293
+ {
294
+ "shape":"ClientException",
295
+ "exception":true
296
+ }
297
+ ]
298
+ },
299
+ "RegisterContainerInstance":{
300
+ "name":"RegisterContainerInstance",
301
+ "http":{
302
+ "method":"POST",
303
+ "requestUri":"/"
304
+ },
305
+ "input":{"shape":"RegisterContainerInstanceRequest"},
306
+ "output":{
307
+ "shape":"RegisterContainerInstanceResponse",
308
+ "resultWrapper":"RegisterContainerInstanceResult"
309
+ },
310
+ "errors":[
311
+ {
312
+ "shape":"ServerException",
313
+ "exception":true
314
+ },
315
+ {
316
+ "shape":"ClientException",
317
+ "exception":true
318
+ }
319
+ ]
320
+ },
321
+ "RegisterTaskDefinition":{
322
+ "name":"RegisterTaskDefinition",
323
+ "http":{
324
+ "method":"POST",
325
+ "requestUri":"/"
326
+ },
327
+ "input":{"shape":"RegisterTaskDefinitionRequest"},
328
+ "output":{
329
+ "shape":"RegisterTaskDefinitionResponse",
330
+ "resultWrapper":"RegisterTaskDefinitionResult"
331
+ },
332
+ "errors":[
333
+ {
334
+ "shape":"ServerException",
335
+ "exception":true
336
+ },
337
+ {
338
+ "shape":"ClientException",
339
+ "exception":true
340
+ }
341
+ ]
342
+ },
343
+ "RunTask":{
344
+ "name":"RunTask",
345
+ "http":{
346
+ "method":"POST",
347
+ "requestUri":"/"
348
+ },
349
+ "input":{"shape":"RunTaskRequest"},
350
+ "output":{
351
+ "shape":"RunTaskResponse",
352
+ "resultWrapper":"RunTaskResult"
353
+ },
354
+ "errors":[
355
+ {
356
+ "shape":"ServerException",
357
+ "exception":true
358
+ },
359
+ {
360
+ "shape":"ClientException",
361
+ "exception":true
362
+ }
363
+ ]
364
+ },
365
+ "StartTask":{
366
+ "name":"StartTask",
367
+ "http":{
368
+ "method":"POST",
369
+ "requestUri":"/"
370
+ },
371
+ "input":{"shape":"StartTaskRequest"},
372
+ "output":{
373
+ "shape":"StartTaskResponse",
374
+ "resultWrapper":"StartTaskResult"
375
+ },
376
+ "errors":[
377
+ {
378
+ "shape":"ServerException",
379
+ "exception":true
380
+ },
381
+ {
382
+ "shape":"ClientException",
383
+ "exception":true
384
+ }
385
+ ]
386
+ },
387
+ "StopTask":{
388
+ "name":"StopTask",
389
+ "http":{
390
+ "method":"POST",
391
+ "requestUri":"/"
392
+ },
393
+ "input":{"shape":"StopTaskRequest"},
394
+ "output":{
395
+ "shape":"StopTaskResponse",
396
+ "resultWrapper":"StopTaskResult"
397
+ },
398
+ "errors":[
399
+ {
400
+ "shape":"ServerException",
401
+ "exception":true
402
+ },
403
+ {
404
+ "shape":"ClientException",
405
+ "exception":true
406
+ }
407
+ ]
408
+ },
409
+ "SubmitContainerStateChange":{
410
+ "name":"SubmitContainerStateChange",
411
+ "http":{
412
+ "method":"POST",
413
+ "requestUri":"/"
414
+ },
415
+ "input":{"shape":"SubmitContainerStateChangeRequest"},
416
+ "output":{
417
+ "shape":"SubmitContainerStateChangeResponse",
418
+ "resultWrapper":"SubmitContainerStateChangeResult"
419
+ },
420
+ "errors":[
421
+ {
422
+ "shape":"ServerException",
423
+ "exception":true
424
+ },
425
+ {
426
+ "shape":"ClientException",
427
+ "exception":true
428
+ }
429
+ ]
430
+ },
431
+ "SubmitTaskStateChange":{
432
+ "name":"SubmitTaskStateChange",
433
+ "http":{
434
+ "method":"POST",
435
+ "requestUri":"/"
436
+ },
437
+ "input":{"shape":"SubmitTaskStateChangeRequest"},
438
+ "output":{
439
+ "shape":"SubmitTaskStateChangeResponse",
440
+ "resultWrapper":"SubmitTaskStateChangeResult"
441
+ },
442
+ "errors":[
443
+ {
444
+ "shape":"ServerException",
445
+ "exception":true
446
+ },
447
+ {
448
+ "shape":"ClientException",
449
+ "exception":true
450
+ }
451
+ ]
452
+ }
453
+ },
454
+ "shapes":{
455
+ "Boolean":{"type":"boolean"},
456
+ "BoxedBoolean":{
457
+ "type":"boolean",
458
+ "box":true
459
+ },
460
+ "BoxedInteger":{
461
+ "type":"integer",
462
+ "box":true
463
+ },
464
+ "ClientException":{
465
+ "type":"structure",
466
+ "members":{
467
+ "message":{"shape":"String"}
468
+ },
469
+ "exception":true
470
+ },
471
+ "Cluster":{
472
+ "type":"structure",
473
+ "members":{
474
+ "clusterArn":{"shape":"String"},
475
+ "clusterName":{"shape":"String"},
476
+ "status":{"shape":"String"}
477
+ }
478
+ },
479
+ "Clusters":{
480
+ "type":"list",
481
+ "member":{"shape":"Cluster"}
482
+ },
483
+ "Container":{
484
+ "type":"structure",
485
+ "members":{
486
+ "containerArn":{"shape":"String"},
487
+ "taskArn":{"shape":"String"},
488
+ "name":{"shape":"String"},
489
+ "lastStatus":{"shape":"String"},
490
+ "exitCode":{"shape":"BoxedInteger"},
491
+ "reason":{"shape":"String"},
492
+ "networkBindings":{"shape":"NetworkBindings"}
493
+ }
494
+ },
495
+ "ContainerDefinition":{
496
+ "type":"structure",
497
+ "members":{
498
+ "name":{"shape":"String"},
499
+ "image":{"shape":"String"},
500
+ "cpu":{"shape":"Integer"},
501
+ "memory":{"shape":"Integer"},
502
+ "links":{"shape":"StringList"},
503
+ "portMappings":{"shape":"PortMappingList"},
504
+ "essential":{"shape":"BoxedBoolean"},
505
+ "entryPoint":{"shape":"StringList"},
506
+ "command":{"shape":"StringList"},
507
+ "environment":{"shape":"EnvironmentVariables"}
508
+ }
509
+ },
510
+ "ContainerDefinitions":{
511
+ "type":"list",
512
+ "member":{"shape":"ContainerDefinition"}
513
+ },
514
+ "ContainerInstance":{
515
+ "type":"structure",
516
+ "members":{
517
+ "containerInstanceArn":{"shape":"String"},
518
+ "ec2InstanceId":{"shape":"String"},
519
+ "remainingResources":{"shape":"Resources"},
520
+ "registeredResources":{"shape":"Resources"},
521
+ "status":{"shape":"String"},
522
+ "agentConnected":{"shape":"Boolean"}
523
+ }
524
+ },
525
+ "ContainerInstances":{
526
+ "type":"list",
527
+ "member":{"shape":"ContainerInstance"}
528
+ },
529
+ "ContainerOverride":{
530
+ "type":"structure",
531
+ "members":{
532
+ "name":{"shape":"String"},
533
+ "command":{"shape":"StringList"}
534
+ }
535
+ },
536
+ "ContainerOverrides":{
537
+ "type":"list",
538
+ "member":{"shape":"ContainerOverride"}
539
+ },
540
+ "Containers":{
541
+ "type":"list",
542
+ "member":{"shape":"Container"}
543
+ },
544
+ "CreateClusterRequest":{
545
+ "type":"structure",
546
+ "members":{
547
+ "clusterName":{"shape":"String"}
548
+ }
549
+ },
550
+ "CreateClusterResponse":{
551
+ "type":"structure",
552
+ "members":{
553
+ "cluster":{"shape":"Cluster"}
554
+ }
555
+ },
556
+ "DeleteClusterRequest":{
557
+ "type":"structure",
558
+ "required":["cluster"],
559
+ "members":{
560
+ "cluster":{"shape":"String"}
561
+ }
562
+ },
563
+ "DeleteClusterResponse":{
564
+ "type":"structure",
565
+ "members":{
566
+ "cluster":{"shape":"Cluster"}
567
+ }
568
+ },
569
+ "DeregisterContainerInstanceRequest":{
570
+ "type":"structure",
571
+ "required":["containerInstance"],
572
+ "members":{
573
+ "cluster":{"shape":"String"},
574
+ "containerInstance":{"shape":"String"},
575
+ "force":{"shape":"BoxedBoolean"}
576
+ }
577
+ },
578
+ "DeregisterContainerInstanceResponse":{
579
+ "type":"structure",
580
+ "members":{
581
+ "containerInstance":{"shape":"ContainerInstance"}
582
+ }
583
+ },
584
+ "DeregisterTaskDefinitionRequest":{
585
+ "type":"structure",
586
+ "required":["taskDefinition"],
587
+ "members":{
588
+ "taskDefinition":{"shape":"String"}
589
+ }
590
+ },
591
+ "DeregisterTaskDefinitionResponse":{
592
+ "type":"structure",
593
+ "members":{
594
+ "taskDefinition":{"shape":"TaskDefinition"}
595
+ }
596
+ },
597
+ "DescribeClustersRequest":{
598
+ "type":"structure",
599
+ "members":{
600
+ "clusters":{"shape":"StringList"}
601
+ }
602
+ },
603
+ "DescribeClustersResponse":{
604
+ "type":"structure",
605
+ "members":{
606
+ "clusters":{"shape":"Clusters"},
607
+ "failures":{"shape":"Failures"}
608
+ }
609
+ },
610
+ "DescribeContainerInstancesRequest":{
611
+ "type":"structure",
612
+ "required":["containerInstances"],
613
+ "members":{
614
+ "cluster":{"shape":"String"},
615
+ "containerInstances":{"shape":"StringList"}
616
+ }
617
+ },
618
+ "DescribeContainerInstancesResponse":{
619
+ "type":"structure",
620
+ "members":{
621
+ "containerInstances":{"shape":"ContainerInstances"},
622
+ "failures":{"shape":"Failures"}
623
+ }
624
+ },
625
+ "DescribeTaskDefinitionRequest":{
626
+ "type":"structure",
627
+ "required":["taskDefinition"],
628
+ "members":{
629
+ "taskDefinition":{"shape":"String"}
630
+ }
631
+ },
632
+ "DescribeTaskDefinitionResponse":{
633
+ "type":"structure",
634
+ "members":{
635
+ "taskDefinition":{"shape":"TaskDefinition"}
636
+ }
637
+ },
638
+ "DescribeTasksRequest":{
639
+ "type":"structure",
640
+ "required":["tasks"],
641
+ "members":{
642
+ "cluster":{"shape":"String"},
643
+ "tasks":{"shape":"StringList"}
644
+ }
645
+ },
646
+ "DescribeTasksResponse":{
647
+ "type":"structure",
648
+ "members":{
649
+ "tasks":{"shape":"Tasks"},
650
+ "failures":{"shape":"Failures"}
651
+ }
652
+ },
653
+ "DiscoverPollEndpointRequest":{
654
+ "type":"structure",
655
+ "members":{
656
+ "containerInstance":{"shape":"String"}
657
+ }
658
+ },
659
+ "DiscoverPollEndpointResponse":{
660
+ "type":"structure",
661
+ "members":{
662
+ "endpoint":{"shape":"String"}
663
+ }
664
+ },
665
+ "Double":{"type":"double"},
666
+ "EnvironmentVariables":{
667
+ "type":"list",
668
+ "member":{"shape":"KeyValuePair"}
669
+ },
670
+ "Failure":{
671
+ "type":"structure",
672
+ "members":{
673
+ "arn":{"shape":"String"},
674
+ "reason":{"shape":"String"}
675
+ }
676
+ },
677
+ "Failures":{
678
+ "type":"list",
679
+ "member":{"shape":"Failure"}
680
+ },
681
+ "Integer":{"type":"integer"},
682
+ "KeyValuePair":{
683
+ "type":"structure",
684
+ "members":{
685
+ "name":{"shape":"String"},
686
+ "value":{"shape":"String"}
687
+ }
688
+ },
689
+ "ListClustersRequest":{
690
+ "type":"structure",
691
+ "members":{
692
+ "nextToken":{"shape":"String"},
693
+ "maxResults":{"shape":"BoxedInteger"}
694
+ }
695
+ },
696
+ "ListClustersResponse":{
697
+ "type":"structure",
698
+ "members":{
699
+ "clusterArns":{"shape":"StringList"},
700
+ "nextToken":{"shape":"String"}
701
+ }
702
+ },
703
+ "ListContainerInstancesRequest":{
704
+ "type":"structure",
705
+ "members":{
706
+ "cluster":{"shape":"String"},
707
+ "nextToken":{"shape":"String"},
708
+ "maxResults":{"shape":"BoxedInteger"}
709
+ }
710
+ },
711
+ "ListContainerInstancesResponse":{
712
+ "type":"structure",
713
+ "members":{
714
+ "containerInstanceArns":{"shape":"StringList"},
715
+ "nextToken":{"shape":"String"}
716
+ }
717
+ },
718
+ "ListTaskDefinitionsRequest":{
719
+ "type":"structure",
720
+ "members":{
721
+ "familyPrefix":{"shape":"String"},
722
+ "nextToken":{"shape":"String"},
723
+ "maxResults":{"shape":"BoxedInteger"}
724
+ }
725
+ },
726
+ "ListTaskDefinitionsResponse":{
727
+ "type":"structure",
728
+ "members":{
729
+ "taskDefinitionArns":{"shape":"StringList"},
730
+ "nextToken":{"shape":"String"}
731
+ }
732
+ },
733
+ "ListTasksRequest":{
734
+ "type":"structure",
735
+ "members":{
736
+ "cluster":{"shape":"String"},
737
+ "containerInstance":{"shape":"String"},
738
+ "family":{"shape":"String"},
739
+ "nextToken":{"shape":"String"},
740
+ "maxResults":{"shape":"BoxedInteger"}
741
+ }
742
+ },
743
+ "ListTasksResponse":{
744
+ "type":"structure",
745
+ "members":{
746
+ "taskArns":{"shape":"StringList"},
747
+ "nextToken":{"shape":"String"}
748
+ }
749
+ },
750
+ "Long":{"type":"long"},
751
+ "NetworkBinding":{
752
+ "type":"structure",
753
+ "members":{
754
+ "bindIP":{"shape":"String"},
755
+ "containerPort":{"shape":"BoxedInteger"},
756
+ "hostPort":{"shape":"BoxedInteger"}
757
+ }
758
+ },
759
+ "NetworkBindings":{
760
+ "type":"list",
761
+ "member":{"shape":"NetworkBinding"}
762
+ },
763
+ "PortMapping":{
764
+ "type":"structure",
765
+ "members":{
766
+ "containerPort":{"shape":"Integer"},
767
+ "hostPort":{"shape":"Integer"}
768
+ }
769
+ },
770
+ "PortMappingList":{
771
+ "type":"list",
772
+ "member":{"shape":"PortMapping"}
773
+ },
774
+ "RegisterContainerInstanceRequest":{
775
+ "type":"structure",
776
+ "members":{
777
+ "cluster":{"shape":"String"},
778
+ "instanceIdentityDocument":{"shape":"String"},
779
+ "instanceIdentityDocumentSignature":{"shape":"String"},
780
+ "totalResources":{"shape":"Resources"}
781
+ }
782
+ },
783
+ "RegisterContainerInstanceResponse":{
784
+ "type":"structure",
785
+ "members":{
786
+ "containerInstance":{"shape":"ContainerInstance"}
787
+ }
788
+ },
789
+ "RegisterTaskDefinitionRequest":{
790
+ "type":"structure",
791
+ "required":[
792
+ "family",
793
+ "containerDefinitions"
794
+ ],
795
+ "members":{
796
+ "family":{"shape":"String"},
797
+ "containerDefinitions":{"shape":"ContainerDefinitions"}
798
+ }
799
+ },
800
+ "RegisterTaskDefinitionResponse":{
801
+ "type":"structure",
802
+ "members":{
803
+ "taskDefinition":{"shape":"TaskDefinition"}
804
+ }
805
+ },
806
+ "Resource":{
807
+ "type":"structure",
808
+ "members":{
809
+ "name":{"shape":"String"},
810
+ "type":{"shape":"String"},
811
+ "doubleValue":{"shape":"Double"},
812
+ "longValue":{"shape":"Long"},
813
+ "integerValue":{"shape":"Integer"},
814
+ "stringSetValue":{"shape":"StringList"}
815
+ }
816
+ },
817
+ "Resources":{
818
+ "type":"list",
819
+ "member":{"shape":"Resource"}
820
+ },
821
+ "RunTaskRequest":{
822
+ "type":"structure",
823
+ "required":["taskDefinition"],
824
+ "members":{
825
+ "cluster":{"shape":"String"},
826
+ "taskDefinition":{"shape":"String"},
827
+ "overrides":{"shape":"TaskOverride"},
828
+ "count":{"shape":"BoxedInteger"}
829
+ }
830
+ },
831
+ "RunTaskResponse":{
832
+ "type":"structure",
833
+ "members":{
834
+ "tasks":{"shape":"Tasks"},
835
+ "failures":{"shape":"Failures"}
836
+ }
837
+ },
838
+ "ServerException":{
839
+ "type":"structure",
840
+ "members":{
841
+ "message":{"shape":"String"}
842
+ },
843
+ "exception":true
844
+ },
845
+ "StartTaskRequest":{
846
+ "type":"structure",
847
+ "required":[
848
+ "taskDefinition",
849
+ "containerInstances"
850
+ ],
851
+ "members":{
852
+ "cluster":{"shape":"String"},
853
+ "taskDefinition":{"shape":"String"},
854
+ "overrides":{"shape":"TaskOverride"},
855
+ "containerInstances":{"shape":"StringList"}
856
+ }
857
+ },
858
+ "StartTaskResponse":{
859
+ "type":"structure",
860
+ "members":{
861
+ "tasks":{"shape":"Tasks"},
862
+ "failures":{"shape":"Failures"}
863
+ }
864
+ },
865
+ "StopTaskRequest":{
866
+ "type":"structure",
867
+ "required":["task"],
868
+ "members":{
869
+ "cluster":{"shape":"String"},
870
+ "task":{"shape":"String"}
871
+ }
872
+ },
873
+ "StopTaskResponse":{
874
+ "type":"structure",
875
+ "members":{
876
+ "task":{"shape":"Task"}
877
+ }
878
+ },
879
+ "String":{"type":"string"},
880
+ "StringList":{
881
+ "type":"list",
882
+ "member":{"shape":"String"}
883
+ },
884
+ "SubmitContainerStateChangeRequest":{
885
+ "type":"structure",
886
+ "members":{
887
+ "cluster":{"shape":"String"},
888
+ "task":{"shape":"String"},
889
+ "containerName":{"shape":"String"},
890
+ "status":{"shape":"String"},
891
+ "exitCode":{"shape":"BoxedInteger"},
892
+ "reason":{"shape":"String"},
893
+ "networkBindings":{"shape":"NetworkBindings"}
894
+ }
895
+ },
896
+ "SubmitContainerStateChangeResponse":{
897
+ "type":"structure",
898
+ "members":{
899
+ "acknowledgment":{"shape":"String"}
900
+ }
901
+ },
902
+ "SubmitTaskStateChangeRequest":{
903
+ "type":"structure",
904
+ "members":{
905
+ "cluster":{"shape":"String"},
906
+ "task":{"shape":"String"},
907
+ "status":{"shape":"String"},
908
+ "reason":{"shape":"String"}
909
+ }
910
+ },
911
+ "SubmitTaskStateChangeResponse":{
912
+ "type":"structure",
913
+ "members":{
914
+ "acknowledgment":{"shape":"String"}
915
+ }
916
+ },
917
+ "Task":{
918
+ "type":"structure",
919
+ "members":{
920
+ "taskArn":{"shape":"String"},
921
+ "clusterArn":{"shape":"String"},
922
+ "taskDefinitionArn":{"shape":"String"},
923
+ "containerInstanceArn":{"shape":"String"},
924
+ "overrides":{"shape":"TaskOverride"},
925
+ "lastStatus":{"shape":"String"},
926
+ "desiredStatus":{"shape":"String"},
927
+ "containers":{"shape":"Containers"}
928
+ }
929
+ },
930
+ "TaskDefinition":{
931
+ "type":"structure",
932
+ "members":{
933
+ "taskDefinitionArn":{"shape":"String"},
934
+ "containerDefinitions":{"shape":"ContainerDefinitions"},
935
+ "family":{"shape":"String"},
936
+ "revision":{"shape":"Integer"}
937
+ }
938
+ },
939
+ "TaskOverride":{
940
+ "type":"structure",
941
+ "members":{
942
+ "containerOverrides":{"shape":"ContainerOverrides"}
943
+ }
944
+ },
945
+ "Tasks":{
946
+ "type":"list",
947
+ "member":{"shape":"Task"}
948
+ }
949
+ }
950
+ }