aws-sdk-core 2.3.17 → 2.3.18

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: e4e548580be20e7b712caa0054563a6c1b6e25eb
4
- data.tar.gz: f0908c1d9ac75e96f83b7cfc38a6584566f5d23d
3
+ metadata.gz: 57b60686fd5b4cfd289e77a1f8d4b9857634a315
4
+ data.tar.gz: 5ce852d62c6f91d9e6131e12cd5e287be85a5e18
5
5
  SHA512:
6
- metadata.gz: 72e509b0aa100d05e1c3a40f1970d6b776d84a2314d20c56510c3d5ca6275670484a469470910cf4dcf0d14c0bf3d9454f1ae19c866eb1c8a9dede5aa91f98b6
7
- data.tar.gz: 5e50158b77216dd51c179c8ed7cb815aea792f88f5c78da0c7a01c0dbcfdd4288b67b24dc67d3b146c028752834fbd4714580ee17f94f57f36e2a7d7fa0e9c49
6
+ metadata.gz: 6ebc65e2181721bf7fc5926e97b96f9ee35bd4da422b416c459744b654b887cad423a9bfda055f3cce7b55ff1522bdbde8649097defd5c82a7a5de93487368a9
7
+ data.tar.gz: c9707b0145963af160450c5b2c783a45d90bf5ec743db4926101680dd6f1a91d95ce20b262ba1a485544c6551945ab276a41bd1414402a6b536796082f1d50a0
@@ -7156,6 +7156,10 @@
7156
7156
  "shape":"String",
7157
7157
  "locationName":"sriovNetSupport"
7158
7158
  },
7159
+ "EnaSupport":{
7160
+ "shape":"Boolean",
7161
+ "locationName":"enaSupport"
7162
+ },
7159
7163
  "StateReason":{
7160
7164
  "shape":"StateReason",
7161
7165
  "locationName":"stateReason"
@@ -7888,6 +7892,10 @@
7888
7892
  "SriovNetSupport":{
7889
7893
  "shape":"String",
7890
7894
  "locationName":"sriovNetSupport"
7895
+ },
7896
+ "EnaSupport":{
7897
+ "shape":"Boolean",
7898
+ "locationName":"enaSupport"
7891
7899
  }
7892
7900
  }
7893
7901
  },
@@ -7942,6 +7950,10 @@
7942
7950
  "shape":"AttributeValue",
7943
7951
  "locationName":"sriovNetSupport"
7944
7952
  },
7953
+ "EnaSupport":{
7954
+ "shape":"AttributeBooleanValue",
7955
+ "locationName":"enaSupport"
7956
+ },
7945
7957
  "SourceDestCheck":{
7946
7958
  "shape":"AttributeBooleanValue",
7947
7959
  "locationName":"sourceDestCheck"
@@ -7967,7 +7979,8 @@
7967
7979
  "sourceDestCheck",
7968
7980
  "groupSet",
7969
7981
  "ebsOptimized",
7970
- "sriovNetSupport"
7982
+ "sriovNetSupport",
7983
+ "enaSupport"
7971
7984
  ]
7972
7985
  },
7973
7986
  "InstanceBlockDeviceMapping":{
@@ -8947,6 +8960,10 @@
8947
8960
  "SriovNetSupport":{
8948
8961
  "shape":"AttributeValue",
8949
8962
  "locationName":"sriovNetSupport"
8963
+ },
8964
+ "EnaSupport":{
8965
+ "shape":"AttributeBooleanValue",
8966
+ "locationName":"enaSupport"
8950
8967
  }
8951
8968
  }
8952
8969
  },
@@ -10297,6 +10314,10 @@
10297
10314
  "SriovNetSupport":{
10298
10315
  "shape":"String",
10299
10316
  "locationName":"sriovNetSupport"
10317
+ },
10318
+ "EnaSupport":{
10319
+ "shape":"Boolean",
10320
+ "locationName":"enaSupport"
10300
10321
  }
10301
10322
  }
10302
10323
  },
@@ -3,10 +3,10 @@
3
3
  "metadata":{
4
4
  "apiVersion":"2015-02-01",
5
5
  "endpointPrefix":"elasticfilesystem",
6
+ "protocol":"rest-json",
6
7
  "serviceAbbreviation":"EFS",
7
8
  "serviceFullName":"Amazon Elastic File System",
8
- "signatureVersion":"v4",
9
- "protocol":"rest-json"
9
+ "signatureVersion":"v4"
10
10
  },
11
11
  "operations":{
12
12
  "CreateFileSystem":{
@@ -19,26 +19,10 @@
19
19
  "input":{"shape":"CreateFileSystemRequest"},
20
20
  "output":{"shape":"FileSystemDescription"},
21
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
- }
22
+ {"shape":"BadRequest"},
23
+ {"shape":"InternalServerError"},
24
+ {"shape":"FileSystemAlreadyExists"},
25
+ {"shape":"FileSystemLimitExceeded"}
42
26
  ]
43
27
  },
44
28
  "CreateMountTarget":{
@@ -51,66 +35,18 @@
51
35
  "input":{"shape":"CreateMountTargetRequest"},
52
36
  "output":{"shape":"MountTargetDescription"},
53
37
  "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
- }
38
+ {"shape":"BadRequest"},
39
+ {"shape":"InternalServerError"},
40
+ {"shape":"FileSystemNotFound"},
41
+ {"shape":"IncorrectFileSystemLifeCycleState"},
42
+ {"shape":"MountTargetConflict"},
43
+ {"shape":"SubnetNotFound"},
44
+ {"shape":"NoFreeAddressesInSubnet"},
45
+ {"shape":"IpAddressInUse"},
46
+ {"shape":"NetworkInterfaceLimitExceeded"},
47
+ {"shape":"SecurityGroupLimitExceeded"},
48
+ {"shape":"SecurityGroupNotFound"},
49
+ {"shape":"UnsupportedAvailabilityZone"}
114
50
  ]
115
51
  },
116
52
  "CreateTags":{
@@ -122,21 +58,9 @@
122
58
  },
123
59
  "input":{"shape":"CreateTagsRequest"},
124
60
  "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
- }
61
+ {"shape":"BadRequest"},
62
+ {"shape":"InternalServerError"},
63
+ {"shape":"FileSystemNotFound"}
140
64
  ]
141
65
  },
142
66
  "DeleteFileSystem":{
@@ -148,26 +72,10 @@
148
72
  },
149
73
  "input":{"shape":"DeleteFileSystemRequest"},
150
74
  "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
- }
75
+ {"shape":"BadRequest"},
76
+ {"shape":"InternalServerError"},
77
+ {"shape":"FileSystemNotFound"},
78
+ {"shape":"FileSystemInUse"}
171
79
  ]
172
80
  },
173
81
  "DeleteMountTarget":{
@@ -179,26 +87,10 @@
179
87
  },
180
88
  "input":{"shape":"DeleteMountTargetRequest"},
181
89
  "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
- }
90
+ {"shape":"BadRequest"},
91
+ {"shape":"InternalServerError"},
92
+ {"shape":"DependencyTimeout"},
93
+ {"shape":"MountTargetNotFound"}
202
94
  ]
203
95
  },
204
96
  "DeleteTags":{
@@ -210,21 +102,9 @@
210
102
  },
211
103
  "input":{"shape":"DeleteTagsRequest"},
212
104
  "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
- }
105
+ {"shape":"BadRequest"},
106
+ {"shape":"InternalServerError"},
107
+ {"shape":"FileSystemNotFound"}
228
108
  ]
229
109
  },
230
110
  "DescribeFileSystems":{
@@ -237,21 +117,9 @@
237
117
  "input":{"shape":"DescribeFileSystemsRequest"},
238
118
  "output":{"shape":"DescribeFileSystemsResponse"},
239
119
  "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
- }
120
+ {"shape":"BadRequest"},
121
+ {"shape":"InternalServerError"},
122
+ {"shape":"FileSystemNotFound"}
255
123
  ]
256
124
  },
257
125
  "DescribeMountTargetSecurityGroups":{
@@ -264,26 +132,10 @@
264
132
  "input":{"shape":"DescribeMountTargetSecurityGroupsRequest"},
265
133
  "output":{"shape":"DescribeMountTargetSecurityGroupsResponse"},
266
134
  "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
- }
135
+ {"shape":"BadRequest"},
136
+ {"shape":"InternalServerError"},
137
+ {"shape":"MountTargetNotFound"},
138
+ {"shape":"IncorrectMountTargetState"}
287
139
  ]
288
140
  },
289
141
  "DescribeMountTargets":{
@@ -296,26 +148,10 @@
296
148
  "input":{"shape":"DescribeMountTargetsRequest"},
297
149
  "output":{"shape":"DescribeMountTargetsResponse"},
298
150
  "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
- "shape":"MountTargetNotFound",
316
- "error":{"httpStatusCode":404},
317
- "exception":true
318
- }
151
+ {"shape":"BadRequest"},
152
+ {"shape":"InternalServerError"},
153
+ {"shape":"FileSystemNotFound"},
154
+ {"shape":"MountTargetNotFound"}
319
155
  ]
320
156
  },
321
157
  "DescribeTags":{
@@ -328,21 +164,9 @@
328
164
  "input":{"shape":"DescribeTagsRequest"},
329
165
  "output":{"shape":"DescribeTagsResponse"},
330
166
  "errors":[
331
- {
332
- "shape":"BadRequest",
333
- "error":{"httpStatusCode":400},
334
- "exception":true
335
- },
336
- {
337
- "shape":"InternalServerError",
338
- "error":{"httpStatusCode":500},
339
- "exception":true
340
- },
341
- {
342
- "shape":"FileSystemNotFound",
343
- "error":{"httpStatusCode":404},
344
- "exception":true
345
- }
167
+ {"shape":"BadRequest"},
168
+ {"shape":"InternalServerError"},
169
+ {"shape":"FileSystemNotFound"}
346
170
  ]
347
171
  },
348
172
  "ModifyMountTargetSecurityGroups":{
@@ -354,36 +178,12 @@
354
178
  },
355
179
  "input":{"shape":"ModifyMountTargetSecurityGroupsRequest"},
356
180
  "errors":[
357
- {
358
- "shape":"BadRequest",
359
- "error":{"httpStatusCode":400},
360
- "exception":true
361
- },
362
- {
363
- "shape":"InternalServerError",
364
- "error":{"httpStatusCode":500},
365
- "exception":true
366
- },
367
- {
368
- "shape":"MountTargetNotFound",
369
- "error":{"httpStatusCode":404},
370
- "exception":true
371
- },
372
- {
373
- "shape":"IncorrectMountTargetState",
374
- "error":{"httpStatusCode":409},
375
- "exception":true
376
- },
377
- {
378
- "shape":"SecurityGroupLimitExceeded",
379
- "error":{"httpStatusCode":400},
380
- "exception":true
381
- },
382
- {
383
- "shape":"SecurityGroupNotFound",
384
- "error":{"httpStatusCode":400},
385
- "exception":true
386
- }
181
+ {"shape":"BadRequest"},
182
+ {"shape":"InternalServerError"},
183
+ {"shape":"MountTargetNotFound"},
184
+ {"shape":"IncorrectMountTargetState"},
185
+ {"shape":"SecurityGroupLimitExceeded"},
186
+ {"shape":"SecurityGroupNotFound"}
387
187
  ]
388
188
  }
389
189
  },
@@ -403,7 +203,8 @@
403
203
  "type":"structure",
404
204
  "required":["CreationToken"],
405
205
  "members":{
406
- "CreationToken":{"shape":"CreationToken"}
206
+ "CreationToken":{"shape":"CreationToken"},
207
+ "PerformanceMode":{"shape":"PerformanceMode"}
407
208
  }
408
209
  },
409
210
  "CreateMountTargetRequest":{
@@ -436,8 +237,8 @@
436
237
  },
437
238
  "CreationToken":{
438
239
  "type":"string",
439
- "min":1,
440
- "max":64
240
+ "max":64,
241
+ "min":1
441
242
  },
442
243
  "DeleteFileSystemRequest":{
443
244
  "type":"structure",
@@ -628,7 +429,8 @@
628
429
  "CreationTime",
629
430
  "LifeCycleState",
630
431
  "NumberOfMountTargets",
631
- "SizeInBytes"
432
+ "SizeInBytes",
433
+ "PerformanceMode"
632
434
  ],
633
435
  "members":{
634
436
  "OwnerId":{"shape":"AwsAccountId"},
@@ -638,7 +440,8 @@
638
440
  "LifeCycleState":{"shape":"LifeCycleState"},
639
441
  "Name":{"shape":"TagValue"},
640
442
  "NumberOfMountTargets":{"shape":"MountTargetCount"},
641
- "SizeInBytes":{"shape":"FileSystemSize"}
443
+ "SizeInBytes":{"shape":"FileSystemSize"},
444
+ "PerformanceMode":{"shape":"PerformanceMode"}
642
445
  }
643
446
  },
644
447
  "FileSystemDescriptions":{
@@ -823,6 +626,13 @@
823
626
  "error":{"httpStatusCode":409},
824
627
  "exception":true
825
628
  },
629
+ "PerformanceMode":{
630
+ "type":"string",
631
+ "enum":[
632
+ "generalPurpose",
633
+ "maxIO"
634
+ ]
635
+ },
826
636
  "SecurityGroup":{"type":"string"},
827
637
  "SecurityGroupLimitExceeded":{
828
638
  "type":"structure",
@@ -873,8 +683,8 @@
873
683
  },
874
684
  "TagKey":{
875
685
  "type":"string",
876
- "min":1,
877
- "max":128
686
+ "max":128,
687
+ "min":1
878
688
  },
879
689
  "TagKeys":{
880
690
  "type":"list",