aws-sdk-core 2.0.45 → 2.0.46

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 0fc52250a5cdccb9f5eaae7a6c915f7bf98f726b
4
- data.tar.gz: 1b6c7a3e350741033c3a9e2b250d2f12d9ce09c1
3
+ metadata.gz: 33e6d8dfff765302f64b75ecaf0dee65a6acad56
4
+ data.tar.gz: 341cac50d25c6baffd63855edae40d7a333ebaaf
5
5
  SHA512:
6
- metadata.gz: 175b60ac5ee393a551edba97c3c03194622dadca7cde1d453ba86b747f3c61dfdb4e212a2686d17cad999b5a7d889bdce9cecd8bce03a27afc28169101969384
7
- data.tar.gz: e19b57ecc9bfd415e5ccf606641b8c7c35eaaf23387be915f856c144d69d7ddcbf82d0d219bcde935e390c85a3fbe9bf29efe9ba6d19bdedb07e3280c83cf74a
6
+ metadata.gz: 188dac2d324f56b8e18e9c6191884e265058e8ed7a323decd9096dd064dc674ab26ba9c7637bdce7f6873c74e181ca841904ecfa6a0058415e3275354ebbdb9b
7
+ data.tar.gz: b6343ad9993a0d91882f86f86aa4b4b1adf8e53f4874c8aa9b36702dfa6e0d0ad4121af50aa248505be2dd3c99420199b74dbfa039c288bfa1b917d857606d39
@@ -0,0 +1,917 @@
1
+ {
2
+ "version":"2.0",
3
+ "metadata":{
4
+ "apiVersion":"2015-02-01",
5
+ "endpointPrefix":"elasticfilesystem",
6
+ "serviceAbbreviation":"EFS",
7
+ "serviceFullName":"Amazon Elastic File System",
8
+ "signatureVersion":"v4",
9
+ "protocol":"rest-json"
10
+ },
11
+ "operations":{
12
+ "CreateFileSystem":{
13
+ "name":"CreateFileSystem",
14
+ "http":{
15
+ "method":"POST",
16
+ "requestUri":"/2015-02-01/file-systems",
17
+ "responseCode":201
18
+ },
19
+ "input":{"shape":"CreateFileSystemRequest"},
20
+ "output":{"shape":"FileSystemDescription"},
21
+ "errors":[
22
+ {
23
+ "shape":"BadRequest",
24
+ "error":{"httpStatusCode":400},
25
+ "exception":true
26
+ },
27
+ {
28
+ "shape":"InternalServerError",
29
+ "error":{"httpStatusCode":500},
30
+ "exception":true
31
+ },
32
+ {
33
+ "shape":"FileSystemAlreadyExists",
34
+ "error":{"httpStatusCode":409},
35
+ "exception":true
36
+ },
37
+ {
38
+ "shape":"FileSystemLimitExceeded",
39
+ "error":{"httpStatusCode":403},
40
+ "exception":true
41
+ }
42
+ ]
43
+ },
44
+ "CreateMountTarget":{
45
+ "name":"CreateMountTarget",
46
+ "http":{
47
+ "method":"POST",
48
+ "requestUri":"/2015-02-01/mount-targets",
49
+ "responseCode":200
50
+ },
51
+ "input":{"shape":"CreateMountTargetRequest"},
52
+ "output":{"shape":"MountTargetDescription"},
53
+ "errors":[
54
+ {
55
+ "shape":"BadRequest",
56
+ "error":{"httpStatusCode":400},
57
+ "exception":true
58
+ },
59
+ {
60
+ "shape":"InternalServerError",
61
+ "error":{"httpStatusCode":500},
62
+ "exception":true
63
+ },
64
+ {
65
+ "shape":"FileSystemNotFound",
66
+ "error":{"httpStatusCode":404},
67
+ "exception":true
68
+ },
69
+ {
70
+ "shape":"IncorrectFileSystemLifeCycleState",
71
+ "error":{"httpStatusCode":409},
72
+ "exception":true
73
+ },
74
+ {
75
+ "shape":"MountTargetConflict",
76
+ "error":{"httpStatusCode":409},
77
+ "exception":true
78
+ },
79
+ {
80
+ "shape":"SubnetNotFound",
81
+ "error":{"httpStatusCode":400},
82
+ "exception":true
83
+ },
84
+ {
85
+ "shape":"NoFreeAddressesInSubnet",
86
+ "error":{"httpStatusCode":409},
87
+ "exception":true
88
+ },
89
+ {
90
+ "shape":"IpAddressInUse",
91
+ "error":{"httpStatusCode":409},
92
+ "exception":true
93
+ },
94
+ {
95
+ "shape":"NetworkInterfaceLimitExceeded",
96
+ "error":{"httpStatusCode":409},
97
+ "exception":true
98
+ },
99
+ {
100
+ "shape":"SecurityGroupLimitExceeded",
101
+ "error":{"httpStatusCode":400},
102
+ "exception":true
103
+ },
104
+ {
105
+ "shape":"SecurityGroupNotFound",
106
+ "error":{"httpStatusCode":400},
107
+ "exception":true
108
+ },
109
+ {
110
+ "shape":"UnsupportedAvailabilityZone",
111
+ "error":{"httpStatusCode":400},
112
+ "exception":true
113
+ }
114
+ ]
115
+ },
116
+ "CreateTags":{
117
+ "name":"CreateTags",
118
+ "http":{
119
+ "method":"POST",
120
+ "requestUri":"/2015-02-01/create-tags/{FileSystemId}",
121
+ "responseCode":204
122
+ },
123
+ "input":{"shape":"CreateTagsRequest"},
124
+ "errors":[
125
+ {
126
+ "shape":"BadRequest",
127
+ "error":{"httpStatusCode":400},
128
+ "exception":true
129
+ },
130
+ {
131
+ "shape":"InternalServerError",
132
+ "error":{"httpStatusCode":500},
133
+ "exception":true
134
+ },
135
+ {
136
+ "shape":"FileSystemNotFound",
137
+ "error":{"httpStatusCode":404},
138
+ "exception":true
139
+ }
140
+ ]
141
+ },
142
+ "DeleteFileSystem":{
143
+ "name":"DeleteFileSystem",
144
+ "http":{
145
+ "method":"DELETE",
146
+ "requestUri":"/2015-02-01/file-systems/{FileSystemId}",
147
+ "responseCode":204
148
+ },
149
+ "input":{"shape":"DeleteFileSystemRequest"},
150
+ "errors":[
151
+ {
152
+ "shape":"BadRequest",
153
+ "error":{"httpStatusCode":400},
154
+ "exception":true
155
+ },
156
+ {
157
+ "shape":"InternalServerError",
158
+ "error":{"httpStatusCode":500},
159
+ "exception":true
160
+ },
161
+ {
162
+ "shape":"FileSystemNotFound",
163
+ "error":{"httpStatusCode":404},
164
+ "exception":true
165
+ },
166
+ {
167
+ "shape":"FileSystemInUse",
168
+ "error":{"httpStatusCode":409},
169
+ "exception":true
170
+ }
171
+ ]
172
+ },
173
+ "DeleteMountTarget":{
174
+ "name":"DeleteMountTarget",
175
+ "http":{
176
+ "method":"DELETE",
177
+ "requestUri":"/2015-02-01/mount-targets/{MountTargetId}",
178
+ "responseCode":204
179
+ },
180
+ "input":{"shape":"DeleteMountTargetRequest"},
181
+ "errors":[
182
+ {
183
+ "shape":"BadRequest",
184
+ "error":{"httpStatusCode":400},
185
+ "exception":true
186
+ },
187
+ {
188
+ "shape":"InternalServerError",
189
+ "error":{"httpStatusCode":500},
190
+ "exception":true
191
+ },
192
+ {
193
+ "shape":"DependencyTimeout",
194
+ "error":{"httpStatusCode":504},
195
+ "exception":true
196
+ },
197
+ {
198
+ "shape":"MountTargetNotFound",
199
+ "error":{"httpStatusCode":404},
200
+ "exception":true
201
+ }
202
+ ]
203
+ },
204
+ "DeleteTags":{
205
+ "name":"DeleteTags",
206
+ "http":{
207
+ "method":"POST",
208
+ "requestUri":"/2015-02-01/delete-tags/{FileSystemId}",
209
+ "responseCode":204
210
+ },
211
+ "input":{"shape":"DeleteTagsRequest"},
212
+ "errors":[
213
+ {
214
+ "shape":"BadRequest",
215
+ "error":{"httpStatusCode":400},
216
+ "exception":true
217
+ },
218
+ {
219
+ "shape":"InternalServerError",
220
+ "error":{"httpStatusCode":500},
221
+ "exception":true
222
+ },
223
+ {
224
+ "shape":"FileSystemNotFound",
225
+ "error":{"httpStatusCode":404},
226
+ "exception":true
227
+ }
228
+ ]
229
+ },
230
+ "DescribeFileSystems":{
231
+ "name":"DescribeFileSystems",
232
+ "http":{
233
+ "method":"GET",
234
+ "requestUri":"/2015-02-01/file-systems",
235
+ "responseCode":200
236
+ },
237
+ "input":{"shape":"DescribeFileSystemsRequest"},
238
+ "output":{"shape":"DescribeFileSystemsResponse"},
239
+ "errors":[
240
+ {
241
+ "shape":"BadRequest",
242
+ "error":{"httpStatusCode":400},
243
+ "exception":true
244
+ },
245
+ {
246
+ "shape":"InternalServerError",
247
+ "error":{"httpStatusCode":500},
248
+ "exception":true
249
+ },
250
+ {
251
+ "shape":"FileSystemNotFound",
252
+ "error":{"httpStatusCode":404},
253
+ "exception":true
254
+ }
255
+ ]
256
+ },
257
+ "DescribeMountTargetSecurityGroups":{
258
+ "name":"DescribeMountTargetSecurityGroups",
259
+ "http":{
260
+ "method":"GET",
261
+ "requestUri":"/2015-02-01/mount-targets/{MountTargetId}/security-groups",
262
+ "responseCode":200
263
+ },
264
+ "input":{"shape":"DescribeMountTargetSecurityGroupsRequest"},
265
+ "output":{"shape":"DescribeMountTargetSecurityGroupsResponse"},
266
+ "errors":[
267
+ {
268
+ "shape":"BadRequest",
269
+ "error":{"httpStatusCode":400},
270
+ "exception":true
271
+ },
272
+ {
273
+ "shape":"InternalServerError",
274
+ "error":{"httpStatusCode":500},
275
+ "exception":true
276
+ },
277
+ {
278
+ "shape":"MountTargetNotFound",
279
+ "error":{"httpStatusCode":404},
280
+ "exception":true
281
+ },
282
+ {
283
+ "shape":"IncorrectMountTargetState",
284
+ "error":{"httpStatusCode":409},
285
+ "exception":true
286
+ }
287
+ ]
288
+ },
289
+ "DescribeMountTargets":{
290
+ "name":"DescribeMountTargets",
291
+ "http":{
292
+ "method":"GET",
293
+ "requestUri":"/2015-02-01/mount-targets",
294
+ "responseCode":200
295
+ },
296
+ "input":{"shape":"DescribeMountTargetsRequest"},
297
+ "output":{"shape":"DescribeMountTargetsResponse"},
298
+ "errors":[
299
+ {
300
+ "shape":"BadRequest",
301
+ "error":{"httpStatusCode":400},
302
+ "exception":true
303
+ },
304
+ {
305
+ "shape":"InternalServerError",
306
+ "error":{"httpStatusCode":500},
307
+ "exception":true
308
+ },
309
+ {
310
+ "shape":"FileSystemNotFound",
311
+ "error":{"httpStatusCode":404},
312
+ "exception":true
313
+ }
314
+ ]
315
+ },
316
+ "DescribeTags":{
317
+ "name":"DescribeTags",
318
+ "http":{
319
+ "method":"GET",
320
+ "requestUri":"/2015-02-01/tags/{FileSystemId}/",
321
+ "responseCode":200
322
+ },
323
+ "input":{"shape":"DescribeTagsRequest"},
324
+ "output":{"shape":"DescribeTagsResponse"},
325
+ "errors":[
326
+ {
327
+ "shape":"BadRequest",
328
+ "error":{"httpStatusCode":400},
329
+ "exception":true
330
+ },
331
+ {
332
+ "shape":"InternalServerError",
333
+ "error":{"httpStatusCode":500},
334
+ "exception":true
335
+ },
336
+ {
337
+ "shape":"FileSystemNotFound",
338
+ "error":{"httpStatusCode":404},
339
+ "exception":true
340
+ }
341
+ ]
342
+ },
343
+ "ModifyMountTargetSecurityGroups":{
344
+ "name":"ModifyMountTargetSecurityGroups",
345
+ "http":{
346
+ "method":"PUT",
347
+ "requestUri":"/2015-02-01/mount-targets/{MountTargetId}/security-groups",
348
+ "responseCode":204
349
+ },
350
+ "input":{"shape":"ModifyMountTargetSecurityGroupsRequest"},
351
+ "errors":[
352
+ {
353
+ "shape":"BadRequest",
354
+ "error":{"httpStatusCode":400},
355
+ "exception":true
356
+ },
357
+ {
358
+ "shape":"InternalServerError",
359
+ "error":{"httpStatusCode":500},
360
+ "exception":true
361
+ },
362
+ {
363
+ "shape":"MountTargetNotFound",
364
+ "error":{"httpStatusCode":404},
365
+ "exception":true
366
+ },
367
+ {
368
+ "shape":"IncorrectMountTargetState",
369
+ "error":{"httpStatusCode":409},
370
+ "exception":true
371
+ },
372
+ {
373
+ "shape":"SecurityGroupLimitExceeded",
374
+ "error":{"httpStatusCode":400},
375
+ "exception":true
376
+ },
377
+ {
378
+ "shape":"SecurityGroupNotFound",
379
+ "error":{"httpStatusCode":400},
380
+ "exception":true
381
+ }
382
+ ]
383
+ }
384
+ },
385
+ "shapes":{
386
+ "AwsAccountId":{
387
+ "type":"string",
388
+ "pattern":"[0-9]{12}"
389
+ },
390
+ "BadRequest":{
391
+ "type":"structure",
392
+ "required":["ErrorCode"],
393
+ "members":{
394
+ "ErrorCode":{"shape":"ErrorCode"},
395
+ "Message":{"shape":"ErrorMessage"}
396
+ },
397
+ "error":{"httpStatusCode":400},
398
+ "exception":true
399
+ },
400
+ "CreateFileSystemRequest":{
401
+ "type":"structure",
402
+ "required":["CreationToken"],
403
+ "members":{
404
+ "CreationToken":{"shape":"CreationToken"}
405
+ }
406
+ },
407
+ "CreateMountTargetRequest":{
408
+ "type":"structure",
409
+ "required":[
410
+ "FileSystemId",
411
+ "SubnetId"
412
+ ],
413
+ "members":{
414
+ "FileSystemId":{"shape":"FileSystemId"},
415
+ "SubnetId":{"shape":"SubnetId"},
416
+ "IpAddress":{"shape":"IpAddress"},
417
+ "SecurityGroups":{"shape":"SecurityGroups"}
418
+ }
419
+ },
420
+ "CreateTagsRequest":{
421
+ "type":"structure",
422
+ "required":[
423
+ "FileSystemId",
424
+ "Tags"
425
+ ],
426
+ "members":{
427
+ "FileSystemId":{
428
+ "shape":"FileSystemId",
429
+ "location":"uri",
430
+ "locationName":"FileSystemId"
431
+ },
432
+ "Tags":{"shape":"Tags"}
433
+ }
434
+ },
435
+ "CreationToken":{
436
+ "type":"string",
437
+ "min":1,
438
+ "max":64
439
+ },
440
+ "DeleteFileSystemRequest":{
441
+ "type":"structure",
442
+ "required":["FileSystemId"],
443
+ "members":{
444
+ "FileSystemId":{
445
+ "shape":"FileSystemId",
446
+ "location":"uri",
447
+ "locationName":"FileSystemId"
448
+ }
449
+ }
450
+ },
451
+ "DeleteMountTargetRequest":{
452
+ "type":"structure",
453
+ "required":["MountTargetId"],
454
+ "members":{
455
+ "MountTargetId":{
456
+ "shape":"MountTargetId",
457
+ "location":"uri",
458
+ "locationName":"MountTargetId"
459
+ }
460
+ }
461
+ },
462
+ "DeleteTagsRequest":{
463
+ "type":"structure",
464
+ "required":[
465
+ "FileSystemId",
466
+ "TagKeys"
467
+ ],
468
+ "members":{
469
+ "FileSystemId":{
470
+ "shape":"FileSystemId",
471
+ "location":"uri",
472
+ "locationName":"FileSystemId"
473
+ },
474
+ "TagKeys":{"shape":"TagKeys"}
475
+ }
476
+ },
477
+ "DependencyTimeout":{
478
+ "type":"structure",
479
+ "required":["ErrorCode"],
480
+ "members":{
481
+ "ErrorCode":{"shape":"ErrorCode"},
482
+ "Message":{"shape":"ErrorMessage"}
483
+ },
484
+ "error":{"httpStatusCode":504},
485
+ "exception":true
486
+ },
487
+ "DescribeFileSystemsRequest":{
488
+ "type":"structure",
489
+ "members":{
490
+ "MaxItems":{
491
+ "shape":"MaxItems",
492
+ "location":"querystring",
493
+ "locationName":"MaxItems"
494
+ },
495
+ "Marker":{
496
+ "shape":"Marker",
497
+ "location":"querystring",
498
+ "locationName":"Marker"
499
+ },
500
+ "CreationToken":{
501
+ "shape":"CreationToken",
502
+ "location":"querystring",
503
+ "locationName":"CreationToken"
504
+ },
505
+ "FileSystemId":{
506
+ "shape":"FileSystemId",
507
+ "location":"querystring",
508
+ "locationName":"FileSystemId"
509
+ }
510
+ }
511
+ },
512
+ "DescribeFileSystemsResponse":{
513
+ "type":"structure",
514
+ "members":{
515
+ "Marker":{"shape":"Marker"},
516
+ "FileSystems":{"shape":"FileSystemDescriptions"},
517
+ "NextMarker":{"shape":"Marker"}
518
+ }
519
+ },
520
+ "DescribeMountTargetSecurityGroupsRequest":{
521
+ "type":"structure",
522
+ "required":["MountTargetId"],
523
+ "members":{
524
+ "MountTargetId":{
525
+ "shape":"MountTargetId",
526
+ "location":"uri",
527
+ "locationName":"MountTargetId"
528
+ }
529
+ }
530
+ },
531
+ "DescribeMountTargetSecurityGroupsResponse":{
532
+ "type":"structure",
533
+ "required":["SecurityGroups"],
534
+ "members":{
535
+ "SecurityGroups":{"shape":"SecurityGroups"}
536
+ }
537
+ },
538
+ "DescribeMountTargetsRequest":{
539
+ "type":"structure",
540
+ "required":["FileSystemId"],
541
+ "members":{
542
+ "MaxItems":{
543
+ "shape":"MaxItems",
544
+ "location":"querystring",
545
+ "locationName":"MaxItems"
546
+ },
547
+ "Marker":{
548
+ "shape":"Marker",
549
+ "location":"querystring",
550
+ "locationName":"Marker"
551
+ },
552
+ "FileSystemId":{
553
+ "shape":"FileSystemId",
554
+ "location":"querystring",
555
+ "locationName":"FileSystemId"
556
+ }
557
+ }
558
+ },
559
+ "DescribeMountTargetsResponse":{
560
+ "type":"structure",
561
+ "members":{
562
+ "Marker":{"shape":"Marker"},
563
+ "MountTargets":{"shape":"MountTargetDescriptions"},
564
+ "NextMarker":{"shape":"Marker"}
565
+ }
566
+ },
567
+ "DescribeTagsRequest":{
568
+ "type":"structure",
569
+ "required":["FileSystemId"],
570
+ "members":{
571
+ "MaxItems":{
572
+ "shape":"MaxItems",
573
+ "location":"querystring",
574
+ "locationName":"MaxItems"
575
+ },
576
+ "Marker":{
577
+ "shape":"Marker",
578
+ "location":"querystring",
579
+ "locationName":"Marker"
580
+ },
581
+ "FileSystemId":{
582
+ "shape":"FileSystemId",
583
+ "location":"uri",
584
+ "locationName":"FileSystemId"
585
+ }
586
+ }
587
+ },
588
+ "DescribeTagsResponse":{
589
+ "type":"structure",
590
+ "required":["Tags"],
591
+ "members":{
592
+ "Marker":{"shape":"Marker"},
593
+ "Tags":{"shape":"Tags"},
594
+ "NextMarker":{"shape":"Marker"}
595
+ }
596
+ },
597
+ "ErrorCode":{
598
+ "type":"string",
599
+ "min":1
600
+ },
601
+ "ErrorMessage":{"type":"string"},
602
+ "FileSystemAlreadyExists":{
603
+ "type":"structure",
604
+ "required":[
605
+ "ErrorCode",
606
+ "FileSystemId"
607
+ ],
608
+ "members":{
609
+ "ErrorCode":{"shape":"ErrorCode"},
610
+ "Message":{"shape":"ErrorMessage"},
611
+ "FileSystemId":{"shape":"FileSystemId"}
612
+ },
613
+ "error":{"httpStatusCode":409},
614
+ "exception":true
615
+ },
616
+ "FileSystemDescription":{
617
+ "type":"structure",
618
+ "required":[
619
+ "OwnerId",
620
+ "CreationToken",
621
+ "FileSystemId",
622
+ "CreationTime",
623
+ "LifeCycleState",
624
+ "NumberOfMountTargets",
625
+ "SizeInBytes"
626
+ ],
627
+ "members":{
628
+ "OwnerId":{"shape":"AwsAccountId"},
629
+ "CreationToken":{"shape":"CreationToken"},
630
+ "FileSystemId":{"shape":"FileSystemId"},
631
+ "CreationTime":{"shape":"Timestamp"},
632
+ "LifeCycleState":{"shape":"LifeCycleState"},
633
+ "Name":{"shape":"TagValue"},
634
+ "NumberOfMountTargets":{"shape":"MountTargetCount"},
635
+ "SizeInBytes":{"shape":"FileSystemSize"}
636
+ }
637
+ },
638
+ "FileSystemDescriptions":{
639
+ "type":"list",
640
+ "member":{"shape":"FileSystemDescription"}
641
+ },
642
+ "FileSystemId":{
643
+ "type":"string",
644
+ "pattern":"fs-[0-9a-f]{8}"
645
+ },
646
+ "FileSystemInUse":{
647
+ "type":"structure",
648
+ "required":["ErrorCode"],
649
+ "members":{
650
+ "ErrorCode":{"shape":"ErrorCode"},
651
+ "Message":{"shape":"ErrorMessage"}
652
+ },
653
+ "error":{"httpStatusCode":409},
654
+ "exception":true
655
+ },
656
+ "FileSystemLimitExceeded":{
657
+ "type":"structure",
658
+ "required":["ErrorCode"],
659
+ "members":{
660
+ "ErrorCode":{"shape":"ErrorCode"},
661
+ "Message":{"shape":"ErrorMessage"}
662
+ },
663
+ "error":{"httpStatusCode":403},
664
+ "exception":true
665
+ },
666
+ "FileSystemNotFound":{
667
+ "type":"structure",
668
+ "required":["ErrorCode"],
669
+ "members":{
670
+ "ErrorCode":{"shape":"ErrorCode"},
671
+ "Message":{"shape":"ErrorMessage"}
672
+ },
673
+ "error":{"httpStatusCode":404},
674
+ "exception":true
675
+ },
676
+ "FileSystemSize":{
677
+ "type":"structure",
678
+ "required":["Value"],
679
+ "members":{
680
+ "Value":{"shape":"FileSystemSizeValue"},
681
+ "Timestamp":{"shape":"Timestamp"}
682
+ }
683
+ },
684
+ "FileSystemSizeValue":{
685
+ "type":"long",
686
+ "min":0
687
+ },
688
+ "IncorrectFileSystemLifeCycleState":{
689
+ "type":"structure",
690
+ "required":["ErrorCode"],
691
+ "members":{
692
+ "ErrorCode":{"shape":"ErrorCode"},
693
+ "Message":{"shape":"ErrorMessage"}
694
+ },
695
+ "error":{"httpStatusCode":409},
696
+ "exception":true
697
+ },
698
+ "IncorrectMountTargetState":{
699
+ "type":"structure",
700
+ "required":["ErrorCode"],
701
+ "members":{
702
+ "ErrorCode":{"shape":"ErrorCode"},
703
+ "Message":{"shape":"ErrorMessage"}
704
+ },
705
+ "error":{"httpStatusCode":409},
706
+ "exception":true
707
+ },
708
+ "InternalServerError":{
709
+ "type":"structure",
710
+ "required":["ErrorCode"],
711
+ "members":{
712
+ "ErrorCode":{"shape":"ErrorCode"},
713
+ "Message":{"shape":"ErrorMessage"}
714
+ },
715
+ "error":{"httpStatusCode":500},
716
+ "exception":true
717
+ },
718
+ "IpAddress":{
719
+ "type":"string",
720
+ "pattern":"[0-9]{1,3}\\.[0-9]{1,3}\\.[0-9]{1,3}\\.[0-9]{1,3}"
721
+ },
722
+ "IpAddressInUse":{
723
+ "type":"structure",
724
+ "required":["ErrorCode"],
725
+ "members":{
726
+ "ErrorCode":{"shape":"ErrorCode"},
727
+ "Message":{"shape":"ErrorMessage"}
728
+ },
729
+ "error":{"httpStatusCode":409},
730
+ "exception":true
731
+ },
732
+ "LifeCycleState":{
733
+ "type":"string",
734
+ "enum":[
735
+ "creating",
736
+ "available",
737
+ "deleting",
738
+ "deleted"
739
+ ]
740
+ },
741
+ "Marker":{"type":"string"},
742
+ "MaxItems":{
743
+ "type":"integer",
744
+ "min":1
745
+ },
746
+ "ModifyMountTargetSecurityGroupsRequest":{
747
+ "type":"structure",
748
+ "required":["MountTargetId"],
749
+ "members":{
750
+ "MountTargetId":{
751
+ "shape":"MountTargetId",
752
+ "location":"uri",
753
+ "locationName":"MountTargetId"
754
+ },
755
+ "SecurityGroups":{"shape":"SecurityGroups"}
756
+ }
757
+ },
758
+ "MountTargetConflict":{
759
+ "type":"structure",
760
+ "required":["ErrorCode"],
761
+ "members":{
762
+ "ErrorCode":{"shape":"ErrorCode"},
763
+ "Message":{"shape":"ErrorMessage"}
764
+ },
765
+ "error":{"httpStatusCode":409},
766
+ "exception":true
767
+ },
768
+ "MountTargetCount":{
769
+ "type":"integer",
770
+ "min":0
771
+ },
772
+ "MountTargetDescription":{
773
+ "type":"structure",
774
+ "required":[
775
+ "MountTargetId",
776
+ "FileSystemId",
777
+ "SubnetId",
778
+ "LifeCycleState"
779
+ ],
780
+ "members":{
781
+ "OwnerId":{"shape":"AwsAccountId"},
782
+ "MountTargetId":{"shape":"MountTargetId"},
783
+ "FileSystemId":{"shape":"FileSystemId"},
784
+ "SubnetId":{"shape":"SubnetId"},
785
+ "LifeCycleState":{"shape":"LifeCycleState"},
786
+ "IpAddress":{"shape":"IpAddress"},
787
+ "NetworkInterfaceId":{"shape":"NetworkInterfaceId"}
788
+ }
789
+ },
790
+ "MountTargetDescriptions":{
791
+ "type":"list",
792
+ "member":{"shape":"MountTargetDescription"}
793
+ },
794
+ "MountTargetId":{
795
+ "type":"string",
796
+ "pattern":"fsmt-[0-9a-f]{8}"
797
+ },
798
+ "MountTargetNotFound":{
799
+ "type":"structure",
800
+ "required":["ErrorCode"],
801
+ "members":{
802
+ "ErrorCode":{"shape":"ErrorCode"},
803
+ "Message":{"shape":"ErrorMessage"}
804
+ },
805
+ "error":{"httpStatusCode":404},
806
+ "exception":true
807
+ },
808
+ "NetworkInterfaceId":{
809
+ "type":"string",
810
+ "pattern":"eni-[0-9a-f]{8}"
811
+ },
812
+ "NetworkInterfaceLimitExceeded":{
813
+ "type":"structure",
814
+ "required":["ErrorCode"],
815
+ "members":{
816
+ "ErrorCode":{"shape":"ErrorCode"},
817
+ "Message":{"shape":"ErrorMessage"}
818
+ },
819
+ "error":{"httpStatusCode":409},
820
+ "exception":true
821
+ },
822
+ "NoFreeAddressesInSubnet":{
823
+ "type":"structure",
824
+ "required":["ErrorCode"],
825
+ "members":{
826
+ "ErrorCode":{"shape":"ErrorCode"},
827
+ "Message":{"shape":"ErrorMessage"}
828
+ },
829
+ "error":{"httpStatusCode":409},
830
+ "exception":true
831
+ },
832
+ "SecurityGroup":{
833
+ "type":"string",
834
+ "pattern":"sg-[0-9a-f]{8}"
835
+ },
836
+ "SecurityGroupLimitExceeded":{
837
+ "type":"structure",
838
+ "required":["ErrorCode"],
839
+ "members":{
840
+ "ErrorCode":{"shape":"ErrorCode"},
841
+ "Message":{"shape":"ErrorMessage"}
842
+ },
843
+ "error":{"httpStatusCode":400},
844
+ "exception":true
845
+ },
846
+ "SecurityGroupNotFound":{
847
+ "type":"structure",
848
+ "required":["ErrorCode"],
849
+ "members":{
850
+ "ErrorCode":{"shape":"ErrorCode"},
851
+ "Message":{"shape":"ErrorMessage"}
852
+ },
853
+ "error":{"httpStatusCode":400},
854
+ "exception":true
855
+ },
856
+ "SecurityGroups":{
857
+ "type":"list",
858
+ "member":{"shape":"SecurityGroup"},
859
+ "max":5
860
+ },
861
+ "SubnetId":{
862
+ "type":"string",
863
+ "pattern":"subnet-[0-9a-f]{8}"
864
+ },
865
+ "SubnetNotFound":{
866
+ "type":"structure",
867
+ "required":["ErrorCode"],
868
+ "members":{
869
+ "ErrorCode":{"shape":"ErrorCode"},
870
+ "Message":{"shape":"ErrorMessage"}
871
+ },
872
+ "error":{"httpStatusCode":400},
873
+ "exception":true
874
+ },
875
+ "Tag":{
876
+ "type":"structure",
877
+ "required":[
878
+ "Key",
879
+ "Value"
880
+ ],
881
+ "members":{
882
+ "Key":{"shape":"TagKey"},
883
+ "Value":{"shape":"TagValue"}
884
+ }
885
+ },
886
+ "TagKey":{
887
+ "type":"string",
888
+ "min":1,
889
+ "max":128,
890
+ "pattern":"^([\\p{L}\\p{Z}\\p{N}_.:/=+\\-%@]*)$"
891
+ },
892
+ "TagKeys":{
893
+ "type":"list",
894
+ "member":{"shape":"TagKey"}
895
+ },
896
+ "TagValue":{
897
+ "type":"string",
898
+ "max":256,
899
+ "pattern":"^([\\p{L}\\p{Z}\\p{N}_.:/=+\\-%@]*)$"
900
+ },
901
+ "Tags":{
902
+ "type":"list",
903
+ "member":{"shape":"Tag"}
904
+ },
905
+ "Timestamp":{"type":"timestamp"},
906
+ "UnsupportedAvailabilityZone":{
907
+ "type":"structure",
908
+ "required":["ErrorCode"],
909
+ "members":{
910
+ "ErrorCode":{"shape":"ErrorCode"},
911
+ "Message":{"shape":"ErrorMessage"}
912
+ },
913
+ "error":{"httpStatusCode":400},
914
+ "exception":true
915
+ }
916
+ }
917
+ }