aws-sdk-core 2.2.1 → 2.2.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,5 @@
1
+ {
2
+ "version": "1.0",
3
+ "examples": {
4
+ }
5
+ }
@@ -4,11 +4,11 @@
4
4
  "apiVersion":"2014-11-13",
5
5
  "endpointPrefix":"ecs",
6
6
  "jsonVersion":"1.1",
7
+ "protocol":"json",
7
8
  "serviceAbbreviation":"Amazon ECS",
8
9
  "serviceFullName":"Amazon EC2 Container Service",
9
10
  "signatureVersion":"v4",
10
- "targetPrefix":"AmazonEC2ContainerServiceV20141113",
11
- "protocol":"json"
11
+ "targetPrefix":"AmazonEC2ContainerServiceV20141113"
12
12
  },
13
13
  "operations":{
14
14
  "CreateCluster":{
@@ -20,19 +20,9 @@
20
20
  "input":{"shape":"CreateClusterRequest"},
21
21
  "output":{"shape":"CreateClusterResponse"},
22
22
  "errors":[
23
- {
24
- "shape":"ServerException",
25
- "exception":true,
26
- "fault":true
27
- },
28
- {
29
- "shape":"ClientException",
30
- "exception":true
31
- },
32
- {
33
- "shape":"InvalidParameterException",
34
- "exception":true
35
- }
23
+ {"shape":"ServerException"},
24
+ {"shape":"ClientException"},
25
+ {"shape":"InvalidParameterException"}
36
26
  ]
37
27
  },
38
28
  "CreateService":{
@@ -44,23 +34,10 @@
44
34
  "input":{"shape":"CreateServiceRequest"},
45
35
  "output":{"shape":"CreateServiceResponse"},
46
36
  "errors":[
47
- {
48
- "shape":"ServerException",
49
- "exception":true,
50
- "fault":true
51
- },
52
- {
53
- "shape":"ClientException",
54
- "exception":true
55
- },
56
- {
57
- "shape":"InvalidParameterException",
58
- "exception":true
59
- },
60
- {
61
- "shape":"ClusterNotFoundException",
62
- "exception":true
63
- }
37
+ {"shape":"ServerException"},
38
+ {"shape":"ClientException"},
39
+ {"shape":"InvalidParameterException"},
40
+ {"shape":"ClusterNotFoundException"}
64
41
  ]
65
42
  },
66
43
  "DeleteCluster":{
@@ -72,31 +49,12 @@
72
49
  "input":{"shape":"DeleteClusterRequest"},
73
50
  "output":{"shape":"DeleteClusterResponse"},
74
51
  "errors":[
75
- {
76
- "shape":"ServerException",
77
- "exception":true,
78
- "fault":true
79
- },
80
- {
81
- "shape":"ClientException",
82
- "exception":true
83
- },
84
- {
85
- "shape":"InvalidParameterException",
86
- "exception":true
87
- },
88
- {
89
- "shape":"ClusterNotFoundException",
90
- "exception":true
91
- },
92
- {
93
- "shape":"ClusterContainsContainerInstancesException",
94
- "exception":true
95
- },
96
- {
97
- "shape":"ClusterContainsServicesException",
98
- "exception":true
99
- }
52
+ {"shape":"ServerException"},
53
+ {"shape":"ClientException"},
54
+ {"shape":"InvalidParameterException"},
55
+ {"shape":"ClusterNotFoundException"},
56
+ {"shape":"ClusterContainsContainerInstancesException"},
57
+ {"shape":"ClusterContainsServicesException"}
100
58
  ]
101
59
  },
102
60
  "DeleteService":{
@@ -108,27 +66,11 @@
108
66
  "input":{"shape":"DeleteServiceRequest"},
109
67
  "output":{"shape":"DeleteServiceResponse"},
110
68
  "errors":[
111
- {
112
- "shape":"ServerException",
113
- "exception":true,
114
- "fault":true
115
- },
116
- {
117
- "shape":"ClientException",
118
- "exception":true
119
- },
120
- {
121
- "shape":"InvalidParameterException",
122
- "exception":true
123
- },
124
- {
125
- "shape":"ClusterNotFoundException",
126
- "exception":true
127
- },
128
- {
129
- "shape":"ServiceNotFoundException",
130
- "exception":true
131
- }
69
+ {"shape":"ServerException"},
70
+ {"shape":"ClientException"},
71
+ {"shape":"InvalidParameterException"},
72
+ {"shape":"ClusterNotFoundException"},
73
+ {"shape":"ServiceNotFoundException"}
132
74
  ]
133
75
  },
134
76
  "DeregisterContainerInstance":{
@@ -140,23 +82,10 @@
140
82
  "input":{"shape":"DeregisterContainerInstanceRequest"},
141
83
  "output":{"shape":"DeregisterContainerInstanceResponse"},
142
84
  "errors":[
143
- {
144
- "shape":"ServerException",
145
- "exception":true,
146
- "fault":true
147
- },
148
- {
149
- "shape":"ClientException",
150
- "exception":true
151
- },
152
- {
153
- "shape":"InvalidParameterException",
154
- "exception":true
155
- },
156
- {
157
- "shape":"ClusterNotFoundException",
158
- "exception":true
159
- }
85
+ {"shape":"ServerException"},
86
+ {"shape":"ClientException"},
87
+ {"shape":"InvalidParameterException"},
88
+ {"shape":"ClusterNotFoundException"}
160
89
  ]
161
90
  },
162
91
  "DeregisterTaskDefinition":{
@@ -168,19 +97,9 @@
168
97
  "input":{"shape":"DeregisterTaskDefinitionRequest"},
169
98
  "output":{"shape":"DeregisterTaskDefinitionResponse"},
170
99
  "errors":[
171
- {
172
- "shape":"ServerException",
173
- "exception":true,
174
- "fault":true
175
- },
176
- {
177
- "shape":"ClientException",
178
- "exception":true
179
- },
180
- {
181
- "shape":"InvalidParameterException",
182
- "exception":true
183
- }
100
+ {"shape":"ServerException"},
101
+ {"shape":"ClientException"},
102
+ {"shape":"InvalidParameterException"}
184
103
  ]
185
104
  },
186
105
  "DescribeClusters":{
@@ -192,19 +111,9 @@
192
111
  "input":{"shape":"DescribeClustersRequest"},
193
112
  "output":{"shape":"DescribeClustersResponse"},
194
113
  "errors":[
195
- {
196
- "shape":"ServerException",
197
- "exception":true,
198
- "fault":true
199
- },
200
- {
201
- "shape":"ClientException",
202
- "exception":true
203
- },
204
- {
205
- "shape":"InvalidParameterException",
206
- "exception":true
207
- }
114
+ {"shape":"ServerException"},
115
+ {"shape":"ClientException"},
116
+ {"shape":"InvalidParameterException"}
208
117
  ]
209
118
  },
210
119
  "DescribeContainerInstances":{
@@ -216,23 +125,10 @@
216
125
  "input":{"shape":"DescribeContainerInstancesRequest"},
217
126
  "output":{"shape":"DescribeContainerInstancesResponse"},
218
127
  "errors":[
219
- {
220
- "shape":"ServerException",
221
- "exception":true,
222
- "fault":true
223
- },
224
- {
225
- "shape":"ClientException",
226
- "exception":true
227
- },
228
- {
229
- "shape":"InvalidParameterException",
230
- "exception":true
231
- },
232
- {
233
- "shape":"ClusterNotFoundException",
234
- "exception":true
235
- }
128
+ {"shape":"ServerException"},
129
+ {"shape":"ClientException"},
130
+ {"shape":"InvalidParameterException"},
131
+ {"shape":"ClusterNotFoundException"}
236
132
  ]
237
133
  },
238
134
  "DescribeServices":{
@@ -244,23 +140,10 @@
244
140
  "input":{"shape":"DescribeServicesRequest"},
245
141
  "output":{"shape":"DescribeServicesResponse"},
246
142
  "errors":[
247
- {
248
- "shape":"ServerException",
249
- "exception":true,
250
- "fault":true
251
- },
252
- {
253
- "shape":"ClientException",
254
- "exception":true
255
- },
256
- {
257
- "shape":"InvalidParameterException",
258
- "exception":true
259
- },
260
- {
261
- "shape":"ClusterNotFoundException",
262
- "exception":true
263
- }
143
+ {"shape":"ServerException"},
144
+ {"shape":"ClientException"},
145
+ {"shape":"InvalidParameterException"},
146
+ {"shape":"ClusterNotFoundException"}
264
147
  ]
265
148
  },
266
149
  "DescribeTaskDefinition":{
@@ -272,19 +155,9 @@
272
155
  "input":{"shape":"DescribeTaskDefinitionRequest"},
273
156
  "output":{"shape":"DescribeTaskDefinitionResponse"},
274
157
  "errors":[
275
- {
276
- "shape":"ServerException",
277
- "exception":true,
278
- "fault":true
279
- },
280
- {
281
- "shape":"ClientException",
282
- "exception":true
283
- },
284
- {
285
- "shape":"InvalidParameterException",
286
- "exception":true
287
- }
158
+ {"shape":"ServerException"},
159
+ {"shape":"ClientException"},
160
+ {"shape":"InvalidParameterException"}
288
161
  ]
289
162
  },
290
163
  "DescribeTasks":{
@@ -296,23 +169,10 @@
296
169
  "input":{"shape":"DescribeTasksRequest"},
297
170
  "output":{"shape":"DescribeTasksResponse"},
298
171
  "errors":[
299
- {
300
- "shape":"ServerException",
301
- "exception":true,
302
- "fault":true
303
- },
304
- {
305
- "shape":"ClientException",
306
- "exception":true
307
- },
308
- {
309
- "shape":"InvalidParameterException",
310
- "exception":true
311
- },
312
- {
313
- "shape":"ClusterNotFoundException",
314
- "exception":true
315
- }
172
+ {"shape":"ServerException"},
173
+ {"shape":"ClientException"},
174
+ {"shape":"InvalidParameterException"},
175
+ {"shape":"ClusterNotFoundException"}
316
176
  ]
317
177
  },
318
178
  "DiscoverPollEndpoint":{
@@ -324,15 +184,8 @@
324
184
  "input":{"shape":"DiscoverPollEndpointRequest"},
325
185
  "output":{"shape":"DiscoverPollEndpointResponse"},
326
186
  "errors":[
327
- {
328
- "shape":"ServerException",
329
- "exception":true,
330
- "fault":true
331
- },
332
- {
333
- "shape":"ClientException",
334
- "exception":true
335
- }
187
+ {"shape":"ServerException"},
188
+ {"shape":"ClientException"}
336
189
  ]
337
190
  },
338
191
  "ListClusters":{
@@ -344,19 +197,9 @@
344
197
  "input":{"shape":"ListClustersRequest"},
345
198
  "output":{"shape":"ListClustersResponse"},
346
199
  "errors":[
347
- {
348
- "shape":"ServerException",
349
- "exception":true,
350
- "fault":true
351
- },
352
- {
353
- "shape":"ClientException",
354
- "exception":true
355
- },
356
- {
357
- "shape":"InvalidParameterException",
358
- "exception":true
359
- }
200
+ {"shape":"ServerException"},
201
+ {"shape":"ClientException"},
202
+ {"shape":"InvalidParameterException"}
360
203
  ]
361
204
  },
362
205
  "ListContainerInstances":{
@@ -368,23 +211,10 @@
368
211
  "input":{"shape":"ListContainerInstancesRequest"},
369
212
  "output":{"shape":"ListContainerInstancesResponse"},
370
213
  "errors":[
371
- {
372
- "shape":"ServerException",
373
- "exception":true,
374
- "fault":true
375
- },
376
- {
377
- "shape":"ClientException",
378
- "exception":true
379
- },
380
- {
381
- "shape":"InvalidParameterException",
382
- "exception":true
383
- },
384
- {
385
- "shape":"ClusterNotFoundException",
386
- "exception":true
387
- }
214
+ {"shape":"ServerException"},
215
+ {"shape":"ClientException"},
216
+ {"shape":"InvalidParameterException"},
217
+ {"shape":"ClusterNotFoundException"}
388
218
  ]
389
219
  },
390
220
  "ListServices":{
@@ -396,23 +226,10 @@
396
226
  "input":{"shape":"ListServicesRequest"},
397
227
  "output":{"shape":"ListServicesResponse"},
398
228
  "errors":[
399
- {
400
- "shape":"ServerException",
401
- "exception":true,
402
- "fault":true
403
- },
404
- {
405
- "shape":"ClientException",
406
- "exception":true
407
- },
408
- {
409
- "shape":"InvalidParameterException",
410
- "exception":true
411
- },
412
- {
413
- "shape":"ClusterNotFoundException",
414
- "exception":true
415
- }
229
+ {"shape":"ServerException"},
230
+ {"shape":"ClientException"},
231
+ {"shape":"InvalidParameterException"},
232
+ {"shape":"ClusterNotFoundException"}
416
233
  ]
417
234
  },
418
235
  "ListTaskDefinitionFamilies":{
@@ -424,19 +241,9 @@
424
241
  "input":{"shape":"ListTaskDefinitionFamiliesRequest"},
425
242
  "output":{"shape":"ListTaskDefinitionFamiliesResponse"},
426
243
  "errors":[
427
- {
428
- "shape":"ServerException",
429
- "exception":true,
430
- "fault":true
431
- },
432
- {
433
- "shape":"ClientException",
434
- "exception":true
435
- },
436
- {
437
- "shape":"InvalidParameterException",
438
- "exception":true
439
- }
244
+ {"shape":"ServerException"},
245
+ {"shape":"ClientException"},
246
+ {"shape":"InvalidParameterException"}
440
247
  ]
441
248
  },
442
249
  "ListTaskDefinitions":{
@@ -448,19 +255,9 @@
448
255
  "input":{"shape":"ListTaskDefinitionsRequest"},
449
256
  "output":{"shape":"ListTaskDefinitionsResponse"},
450
257
  "errors":[
451
- {
452
- "shape":"ServerException",
453
- "exception":true,
454
- "fault":true
455
- },
456
- {
457
- "shape":"ClientException",
458
- "exception":true
459
- },
460
- {
461
- "shape":"InvalidParameterException",
462
- "exception":true
463
- }
258
+ {"shape":"ServerException"},
259
+ {"shape":"ClientException"},
260
+ {"shape":"InvalidParameterException"}
464
261
  ]
465
262
  },
466
263
  "ListTasks":{
@@ -472,27 +269,11 @@
472
269
  "input":{"shape":"ListTasksRequest"},
473
270
  "output":{"shape":"ListTasksResponse"},
474
271
  "errors":[
475
- {
476
- "shape":"ServerException",
477
- "exception":true,
478
- "fault":true
479
- },
480
- {
481
- "shape":"ClientException",
482
- "exception":true
483
- },
484
- {
485
- "shape":"InvalidParameterException",
486
- "exception":true
487
- },
488
- {
489
- "shape":"ClusterNotFoundException",
490
- "exception":true
491
- },
492
- {
493
- "shape":"ServiceNotFoundException",
494
- "exception":true
495
- }
272
+ {"shape":"ServerException"},
273
+ {"shape":"ClientException"},
274
+ {"shape":"InvalidParameterException"},
275
+ {"shape":"ClusterNotFoundException"},
276
+ {"shape":"ServiceNotFoundException"}
496
277
  ]
497
278
  },
498
279
  "RegisterContainerInstance":{
@@ -504,15 +285,8 @@
504
285
  "input":{"shape":"RegisterContainerInstanceRequest"},
505
286
  "output":{"shape":"RegisterContainerInstanceResponse"},
506
287
  "errors":[
507
- {
508
- "shape":"ServerException",
509
- "exception":true,
510
- "fault":true
511
- },
512
- {
513
- "shape":"ClientException",
514
- "exception":true
515
- }
288
+ {"shape":"ServerException"},
289
+ {"shape":"ClientException"}
516
290
  ]
517
291
  },
518
292
  "RegisterTaskDefinition":{
@@ -524,19 +298,9 @@
524
298
  "input":{"shape":"RegisterTaskDefinitionRequest"},
525
299
  "output":{"shape":"RegisterTaskDefinitionResponse"},
526
300
  "errors":[
527
- {
528
- "shape":"ServerException",
529
- "exception":true,
530
- "fault":true
531
- },
532
- {
533
- "shape":"ClientException",
534
- "exception":true
535
- },
536
- {
537
- "shape":"InvalidParameterException",
538
- "exception":true
539
- }
301
+ {"shape":"ServerException"},
302
+ {"shape":"ClientException"},
303
+ {"shape":"InvalidParameterException"}
540
304
  ]
541
305
  },
542
306
  "RunTask":{
@@ -548,23 +312,10 @@
548
312
  "input":{"shape":"RunTaskRequest"},
549
313
  "output":{"shape":"RunTaskResponse"},
550
314
  "errors":[
551
- {
552
- "shape":"ServerException",
553
- "exception":true,
554
- "fault":true
555
- },
556
- {
557
- "shape":"ClientException",
558
- "exception":true
559
- },
560
- {
561
- "shape":"InvalidParameterException",
562
- "exception":true
563
- },
564
- {
565
- "shape":"ClusterNotFoundException",
566
- "exception":true
567
- }
315
+ {"shape":"ServerException"},
316
+ {"shape":"ClientException"},
317
+ {"shape":"InvalidParameterException"},
318
+ {"shape":"ClusterNotFoundException"}
568
319
  ]
569
320
  },
570
321
  "StartTask":{
@@ -576,23 +327,10 @@
576
327
  "input":{"shape":"StartTaskRequest"},
577
328
  "output":{"shape":"StartTaskResponse"},
578
329
  "errors":[
579
- {
580
- "shape":"ServerException",
581
- "exception":true,
582
- "fault":true
583
- },
584
- {
585
- "shape":"ClientException",
586
- "exception":true
587
- },
588
- {
589
- "shape":"InvalidParameterException",
590
- "exception":true
591
- },
592
- {
593
- "shape":"ClusterNotFoundException",
594
- "exception":true
595
- }
330
+ {"shape":"ServerException"},
331
+ {"shape":"ClientException"},
332
+ {"shape":"InvalidParameterException"},
333
+ {"shape":"ClusterNotFoundException"}
596
334
  ]
597
335
  },
598
336
  "StopTask":{
@@ -604,23 +342,10 @@
604
342
  "input":{"shape":"StopTaskRequest"},
605
343
  "output":{"shape":"StopTaskResponse"},
606
344
  "errors":[
607
- {
608
- "shape":"ServerException",
609
- "exception":true,
610
- "fault":true
611
- },
612
- {
613
- "shape":"ClientException",
614
- "exception":true
615
- },
616
- {
617
- "shape":"InvalidParameterException",
618
- "exception":true
619
- },
620
- {
621
- "shape":"ClusterNotFoundException",
622
- "exception":true
623
- }
345
+ {"shape":"ServerException"},
346
+ {"shape":"ClientException"},
347
+ {"shape":"InvalidParameterException"},
348
+ {"shape":"ClusterNotFoundException"}
624
349
  ]
625
350
  },
626
351
  "SubmitContainerStateChange":{
@@ -632,15 +357,8 @@
632
357
  "input":{"shape":"SubmitContainerStateChangeRequest"},
633
358
  "output":{"shape":"SubmitContainerStateChangeResponse"},
634
359
  "errors":[
635
- {
636
- "shape":"ServerException",
637
- "exception":true,
638
- "fault":true
639
- },
640
- {
641
- "shape":"ClientException",
642
- "exception":true
643
- }
360
+ {"shape":"ServerException"},
361
+ {"shape":"ClientException"}
644
362
  ]
645
363
  },
646
364
  "SubmitTaskStateChange":{
@@ -652,15 +370,8 @@
652
370
  "input":{"shape":"SubmitTaskStateChangeRequest"},
653
371
  "output":{"shape":"SubmitTaskStateChangeResponse"},
654
372
  "errors":[
655
- {
656
- "shape":"ServerException",
657
- "exception":true,
658
- "fault":true
659
- },
660
- {
661
- "shape":"ClientException",
662
- "exception":true
663
- }
373
+ {"shape":"ServerException"},
374
+ {"shape":"ClientException"}
664
375
  ]
665
376
  },
666
377
  "UpdateContainerAgent":{
@@ -672,35 +383,13 @@
672
383
  "input":{"shape":"UpdateContainerAgentRequest"},
673
384
  "output":{"shape":"UpdateContainerAgentResponse"},
674
385
  "errors":[
675
- {
676
- "shape":"ServerException",
677
- "exception":true,
678
- "fault":true
679
- },
680
- {
681
- "shape":"ClientException",
682
- "exception":true
683
- },
684
- {
685
- "shape":"InvalidParameterException",
686
- "exception":true
687
- },
688
- {
689
- "shape":"ClusterNotFoundException",
690
- "exception":true
691
- },
692
- {
693
- "shape":"UpdateInProgressException",
694
- "exception":true
695
- },
696
- {
697
- "shape":"NoUpdateAvailableException",
698
- "exception":true
699
- },
700
- {
701
- "shape":"MissingVersionException",
702
- "exception":true
703
- }
386
+ {"shape":"ServerException"},
387
+ {"shape":"ClientException"},
388
+ {"shape":"InvalidParameterException"},
389
+ {"shape":"ClusterNotFoundException"},
390
+ {"shape":"UpdateInProgressException"},
391
+ {"shape":"NoUpdateAvailableException"},
392
+ {"shape":"MissingVersionException"}
704
393
  ]
705
394
  },
706
395
  "UpdateService":{
@@ -712,31 +401,12 @@
712
401
  "input":{"shape":"UpdateServiceRequest"},
713
402
  "output":{"shape":"UpdateServiceResponse"},
714
403
  "errors":[
715
- {
716
- "shape":"ServerException",
717
- "exception":true,
718
- "fault":true
719
- },
720
- {
721
- "shape":"ClientException",
722
- "exception":true
723
- },
724
- {
725
- "shape":"InvalidParameterException",
726
- "exception":true
727
- },
728
- {
729
- "shape":"ClusterNotFoundException",
730
- "exception":true
731
- },
732
- {
733
- "shape":"ServiceNotFoundException",
734
- "exception":true
735
- },
736
- {
737
- "shape":"ServiceNotActiveException",
738
- "exception":true
739
- }
404
+ {"shape":"ServerException"},
405
+ {"shape":"ClientException"},
406
+ {"shape":"InvalidParameterException"},
407
+ {"shape":"ClusterNotFoundException"},
408
+ {"shape":"ServiceNotFoundException"},
409
+ {"shape":"ServiceNotActiveException"}
740
410
  ]
741
411
  }
742
412
  },
@@ -1098,10 +768,7 @@
1098
768
  },
1099
769
  "DockerLabelsMap":{
1100
770
  "type":"map",
1101
- "key":{
1102
- "shape":"String",
1103
- "required":true
1104
- },
771
+ "key":{"shape":"String"},
1105
772
  "value":{"shape":"String"}
1106
773
  },
1107
774
  "Double":{"type":"double"},
@@ -1273,10 +940,7 @@
1273
940
  },
1274
941
  "LogConfigurationOptionsMap":{
1275
942
  "type":"map",
1276
- "key":{
1277
- "shape":"String",
1278
- "required":true
1279
- },
943
+ "key":{"shape":"String"},
1280
944
  "value":{"shape":"String"}
1281
945
  },
1282
946
  "LogDriver":{
@@ -1498,7 +1162,8 @@
1498
1162
  "required":["task"],
1499
1163
  "members":{
1500
1164
  "cluster":{"shape":"String"},
1501
- "task":{"shape":"String"}
1165
+ "task":{"shape":"String"},
1166
+ "reason":{"shape":"String"}
1502
1167
  }
1503
1168
  },
1504
1169
  "StopTaskResponse":{
@@ -1556,7 +1221,11 @@
1556
1221
  "lastStatus":{"shape":"String"},
1557
1222
  "desiredStatus":{"shape":"String"},
1558
1223
  "containers":{"shape":"Containers"},
1559
- "startedBy":{"shape":"String"}
1224
+ "startedBy":{"shape":"String"},
1225
+ "stoppedReason":{"shape":"String"},
1226
+ "createdAt":{"shape":"Timestamp"},
1227
+ "startedAt":{"shape":"Timestamp"},
1228
+ "stoppedAt":{"shape":"Timestamp"}
1560
1229
  }
1561
1230
  },
1562
1231
  "TaskDefinition":{