aws-sdk-core 2.11.427 → 2.11.428

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: a12e5a8af514528252804cf9059129b5611bc74c
4
- data.tar.gz: 720cde2a47d489272aef9e2bde5f9a6541a7991f
3
+ metadata.gz: 88e0629b37441f6f1c5b37ae1b8a440c17139907
4
+ data.tar.gz: 3a4173b2aab6e69173395ddc43d972626ced7095
5
5
  SHA512:
6
- metadata.gz: 294a0b4492b514cb27b3bf103f77a0a1f9faca4cb3d61fb018ea1d5f4a27be795f3207d8f15df854dec5ae69233c08da4b3c281fc9fdd815fccdd5608bc54abb
7
- data.tar.gz: c21d2c54835b886a4a4d51f8fd5a8c9e08163f771982e358c41c356fed0a06ef658ab6d4c903a08867450c2913f18c63d416c5d614049a9f195d38b859524718
6
+ metadata.gz: 27c5580c9729483424c1853e2e5d688644a0b6d10a87b79bd3aeb3c54ed90175a5fa2a4586b50060aac26c79bd829c5d63a1c11f578cf42104e5cca147669392
7
+ data.tar.gz: 955eed651fe3b34b0caa7f105c7e5b718726131667794752c3044324bbc60b590efdae093f3ff3c68297318b499f287138a3999cf6198da6267b5203ce364346
@@ -186,6 +186,22 @@
186
186
  ],
187
187
  "idempotent":true
188
188
  },
189
+ "DescribeCopyJob":{
190
+ "name":"DescribeCopyJob",
191
+ "http":{
192
+ "method":"GET",
193
+ "requestUri":"/copy-jobs/{copyJobId}"
194
+ },
195
+ "input":{"shape":"DescribeCopyJobInput"},
196
+ "output":{"shape":"DescribeCopyJobOutput"},
197
+ "errors":[
198
+ {"shape":"ResourceNotFoundException"},
199
+ {"shape":"InvalidParameterValueException"},
200
+ {"shape":"MissingParameterValueException"},
201
+ {"shape":"ServiceUnavailableException"}
202
+ ],
203
+ "idempotent":true
204
+ },
189
205
  "DescribeProtectedResource":{
190
206
  "name":"DescribeProtectedResource",
191
207
  "http":{
@@ -382,6 +398,7 @@
382
398
  "output":{"shape":"ListBackupJobsOutput"},
383
399
  "errors":[
384
400
  {"shape":"InvalidParameterValueException"},
401
+ {"shape":"InvalidRequestException"},
385
402
  {"shape":"ServiceUnavailableException"}
386
403
  ],
387
404
  "idempotent":true
@@ -465,6 +482,19 @@
465
482
  ],
466
483
  "idempotent":true
467
484
  },
485
+ "ListCopyJobs":{
486
+ "name":"ListCopyJobs",
487
+ "http":{
488
+ "method":"GET",
489
+ "requestUri":"/copy-jobs/"
490
+ },
491
+ "input":{"shape":"ListCopyJobsInput"},
492
+ "output":{"shape":"ListCopyJobsOutput"},
493
+ "errors":[
494
+ {"shape":"InvalidParameterValueException"},
495
+ {"shape":"ServiceUnavailableException"}
496
+ ]
497
+ },
468
498
  "ListProtectedResources":{
469
499
  "name":"ListProtectedResources",
470
500
  "http":{
@@ -590,6 +620,23 @@
590
620
  ],
591
621
  "idempotent":true
592
622
  },
623
+ "StartCopyJob":{
624
+ "name":"StartCopyJob",
625
+ "http":{
626
+ "method":"PUT",
627
+ "requestUri":"/copy-jobs"
628
+ },
629
+ "input":{"shape":"StartCopyJobInput"},
630
+ "output":{"shape":"StartCopyJobOutput"},
631
+ "errors":[
632
+ {"shape":"ResourceNotFoundException"},
633
+ {"shape":"InvalidParameterValueException"},
634
+ {"shape":"MissingParameterValueException"},
635
+ {"shape":"ServiceUnavailableException"},
636
+ {"shape":"LimitExceededException"}
637
+ ],
638
+ "idempotent":true
639
+ },
593
640
  "StartRestoreJob":{
594
641
  "name":"StartRestoreJob",
595
642
  "http":{
@@ -807,7 +854,8 @@
807
854
  "CompletionWindowMinutes":{"shape":"WindowMinutes"},
808
855
  "Lifecycle":{"shape":"Lifecycle"},
809
856
  "RecoveryPointTags":{"shape":"Tags"},
810
- "RuleId":{"shape":"string"}
857
+ "RuleId":{"shape":"string"},
858
+ "CopyActions":{"shape":"CopyActions"}
811
859
  }
812
860
  },
813
861
  "BackupRuleInput":{
@@ -823,7 +871,8 @@
823
871
  "StartWindowMinutes":{"shape":"WindowMinutes"},
824
872
  "CompletionWindowMinutes":{"shape":"WindowMinutes"},
825
873
  "Lifecycle":{"shape":"Lifecycle"},
826
- "RecoveryPointTags":{"shape":"Tags"}
874
+ "RecoveryPointTags":{"shape":"Tags"},
875
+ "CopyActions":{"shape":"CopyActions"}
827
876
  }
828
877
  },
829
878
  "BackupRuleName":{
@@ -875,8 +924,16 @@
875
924
  "enum":[
876
925
  "BACKUP_JOB_STARTED",
877
926
  "BACKUP_JOB_COMPLETED",
927
+ "BACKUP_JOB_SUCCESSFUL",
928
+ "BACKUP_JOB_FAILED",
929
+ "BACKUP_JOB_EXPIRED",
878
930
  "RESTORE_JOB_STARTED",
879
931
  "RESTORE_JOB_COMPLETED",
932
+ "RESTORE_JOB_SUCCESSFUL",
933
+ "RESTORE_JOB_FAILED",
934
+ "COPY_JOB_STARTED",
935
+ "COPY_JOB_SUCCESSFUL",
936
+ "COPY_JOB_FAILED",
880
937
  "RECOVERY_POINT_MODIFIED",
881
938
  "BACKUP_PLAN_CREATED",
882
939
  "BACKUP_PLAN_MODIFIED"
@@ -932,6 +989,50 @@
932
989
  "enum":["STRINGEQUALS"]
933
990
  },
934
991
  "ConditionValue":{"type":"string"},
992
+ "CopyAction":{
993
+ "type":"structure",
994
+ "required":["DestinationBackupVaultArn"],
995
+ "members":{
996
+ "Lifecycle":{"shape":"Lifecycle"},
997
+ "DestinationBackupVaultArn":{"shape":"ARN"}
998
+ }
999
+ },
1000
+ "CopyActions":{
1001
+ "type":"list",
1002
+ "member":{"shape":"CopyAction"}
1003
+ },
1004
+ "CopyJob":{
1005
+ "type":"structure",
1006
+ "members":{
1007
+ "CopyJobId":{"shape":"string"},
1008
+ "SourceBackupVaultArn":{"shape":"ARN"},
1009
+ "SourceRecoveryPointArn":{"shape":"ARN"},
1010
+ "DestinationBackupVaultArn":{"shape":"ARN"},
1011
+ "DestinationRecoveryPointArn":{"shape":"ARN"},
1012
+ "ResourceArn":{"shape":"ARN"},
1013
+ "CreationDate":{"shape":"timestamp"},
1014
+ "CompletionDate":{"shape":"timestamp"},
1015
+ "State":{"shape":"CopyJobState"},
1016
+ "StatusMessage":{"shape":"string"},
1017
+ "BackupSizeInBytes":{"shape":"Long"},
1018
+ "IamRoleArn":{"shape":"IAMRoleArn"},
1019
+ "CreatedBy":{"shape":"RecoveryPointCreator"},
1020
+ "ResourceType":{"shape":"ResourceType"}
1021
+ }
1022
+ },
1023
+ "CopyJobState":{
1024
+ "type":"string",
1025
+ "enum":[
1026
+ "CREATED",
1027
+ "RUNNING",
1028
+ "COMPLETED",
1029
+ "FAILED"
1030
+ ]
1031
+ },
1032
+ "CopyJobsList":{
1033
+ "type":"list",
1034
+ "member":{"shape":"CopyJob"}
1035
+ },
935
1036
  "CreateBackupPlanInput":{
936
1037
  "type":"structure",
937
1038
  "required":["BackupPlan"],
@@ -1154,6 +1255,23 @@
1154
1255
  "NumberOfRecoveryPoints":{"shape":"long"}
1155
1256
  }
1156
1257
  },
1258
+ "DescribeCopyJobInput":{
1259
+ "type":"structure",
1260
+ "required":["CopyJobId"],
1261
+ "members":{
1262
+ "CopyJobId":{
1263
+ "shape":"string",
1264
+ "location":"uri",
1265
+ "locationName":"copyJobId"
1266
+ }
1267
+ }
1268
+ },
1269
+ "DescribeCopyJobOutput":{
1270
+ "type":"structure",
1271
+ "members":{
1272
+ "CopyJob":{"shape":"CopyJob"}
1273
+ }
1274
+ },
1157
1275
  "DescribeProtectedResourceInput":{
1158
1276
  "type":"structure",
1159
1277
  "required":["ResourceArn"],
@@ -1636,6 +1754,58 @@
1636
1754
  "NextToken":{"shape":"string"}
1637
1755
  }
1638
1756
  },
1757
+ "ListCopyJobsInput":{
1758
+ "type":"structure",
1759
+ "members":{
1760
+ "NextToken":{
1761
+ "shape":"string",
1762
+ "location":"querystring",
1763
+ "locationName":"nextToken"
1764
+ },
1765
+ "MaxResults":{
1766
+ "shape":"MaxResults",
1767
+ "location":"querystring",
1768
+ "locationName":"maxResults"
1769
+ },
1770
+ "ByResourceArn":{
1771
+ "shape":"ARN",
1772
+ "location":"querystring",
1773
+ "locationName":"resourceArn"
1774
+ },
1775
+ "ByState":{
1776
+ "shape":"CopyJobState",
1777
+ "location":"querystring",
1778
+ "locationName":"state"
1779
+ },
1780
+ "ByCreatedBefore":{
1781
+ "shape":"timestamp",
1782
+ "location":"querystring",
1783
+ "locationName":"createdBefore"
1784
+ },
1785
+ "ByCreatedAfter":{
1786
+ "shape":"timestamp",
1787
+ "location":"querystring",
1788
+ "locationName":"createdAfter"
1789
+ },
1790
+ "ByResourceType":{
1791
+ "shape":"ResourceType",
1792
+ "location":"querystring",
1793
+ "locationName":"resourceType"
1794
+ },
1795
+ "ByDestinationVaultArn":{
1796
+ "shape":"string",
1797
+ "location":"querystring",
1798
+ "locationName":"destinationVaultArn"
1799
+ }
1800
+ }
1801
+ },
1802
+ "ListCopyJobsOutput":{
1803
+ "type":"structure",
1804
+ "members":{
1805
+ "CopyJobs":{"shape":"CopyJobsList"},
1806
+ "NextToken":{"shape":"string"}
1807
+ }
1808
+ },
1639
1809
  "ListOfTags":{
1640
1810
  "type":"list",
1641
1811
  "member":{"shape":"Condition"}
@@ -1802,7 +1972,8 @@
1802
1972
  "Metadata":{
1803
1973
  "type":"map",
1804
1974
  "key":{"shape":"MetadataKey"},
1805
- "value":{"shape":"MetadataValue"}
1975
+ "value":{"shape":"MetadataValue"},
1976
+ "sensitive":true
1806
1977
  },
1807
1978
  "MetadataKey":{"type":"string"},
1808
1979
  "MetadataValue":{"type":"string"},
@@ -2005,6 +2176,30 @@
2005
2176
  "CreationDate":{"shape":"timestamp"}
2006
2177
  }
2007
2178
  },
2179
+ "StartCopyJobInput":{
2180
+ "type":"structure",
2181
+ "required":[
2182
+ "RecoveryPointArn",
2183
+ "SourceBackupVaultName",
2184
+ "DestinationBackupVaultArn",
2185
+ "IamRoleArn"
2186
+ ],
2187
+ "members":{
2188
+ "RecoveryPointArn":{"shape":"ARN"},
2189
+ "SourceBackupVaultName":{"shape":"BackupVaultName"},
2190
+ "DestinationBackupVaultArn":{"shape":"ARN"},
2191
+ "IamRoleArn":{"shape":"IAMRoleArn"},
2192
+ "IdempotencyToken":{"shape":"string"},
2193
+ "Lifecycle":{"shape":"Lifecycle"}
2194
+ }
2195
+ },
2196
+ "StartCopyJobOutput":{
2197
+ "type":"structure",
2198
+ "members":{
2199
+ "CopyJobId":{"shape":"string"},
2200
+ "CreationDate":{"shape":"timestamp"}
2201
+ }
2202
+ },
2008
2203
  "StartRestoreJobInput":{
2009
2204
  "type":"structure",
2010
2205
  "required":[
@@ -30,6 +30,11 @@
30
30
  "output_token": "NextToken",
31
31
  "limit_key": "MaxResults"
32
32
  },
33
+ "ListCopyJobs": {
34
+ "input_token": "NextToken",
35
+ "output_token": "NextToken",
36
+ "limit_key": "MaxResults"
37
+ },
33
38
  "ListProtectedResources": {
34
39
  "input_token": "NextToken",
35
40
  "output_token": "NextToken",
@@ -11,6 +11,23 @@
11
11
  "uid":"elasticfilesystem-2015-02-01"
12
12
  },
13
13
  "operations":{
14
+ "CreateAccessPoint":{
15
+ "name":"CreateAccessPoint",
16
+ "http":{
17
+ "method":"POST",
18
+ "requestUri":"/2015-02-01/access-points",
19
+ "responseCode":200
20
+ },
21
+ "input":{"shape":"CreateAccessPointRequest"},
22
+ "output":{"shape":"AccessPointDescription"},
23
+ "errors":[
24
+ {"shape":"BadRequest"},
25
+ {"shape":"AccessPointAlreadyExists"},
26
+ {"shape":"InternalServerError"},
27
+ {"shape":"FileSystemNotFound"},
28
+ {"shape":"AccessPointLimitExceeded"}
29
+ ]
30
+ },
14
31
  "CreateFileSystem":{
15
32
  "name":"CreateFileSystem",
16
33
  "http":{
@@ -65,6 +82,22 @@
65
82
  {"shape":"BadRequest"},
66
83
  {"shape":"InternalServerError"},
67
84
  {"shape":"FileSystemNotFound"}
85
+ ],
86
+ "deprecated":true,
87
+ "deprecatedMessage":"Use TagResource."
88
+ },
89
+ "DeleteAccessPoint":{
90
+ "name":"DeleteAccessPoint",
91
+ "http":{
92
+ "method":"DELETE",
93
+ "requestUri":"/2015-02-01/access-points/{AccessPointId}",
94
+ "responseCode":204
95
+ },
96
+ "input":{"shape":"DeleteAccessPointRequest"},
97
+ "errors":[
98
+ {"shape":"BadRequest"},
99
+ {"shape":"InternalServerError"},
100
+ {"shape":"AccessPointNotFound"}
68
101
  ]
69
102
  },
70
103
  "DeleteFileSystem":{
@@ -82,6 +115,20 @@
82
115
  {"shape":"FileSystemInUse"}
83
116
  ]
84
117
  },
118
+ "DeleteFileSystemPolicy":{
119
+ "name":"DeleteFileSystemPolicy",
120
+ "http":{
121
+ "method":"DELETE",
122
+ "requestUri":"/2015-02-01/file-systems/{FileSystemId}/policy",
123
+ "responseCode":200
124
+ },
125
+ "input":{"shape":"DeleteFileSystemPolicyRequest"},
126
+ "errors":[
127
+ {"shape":"InternalServerError"},
128
+ {"shape":"FileSystemNotFound"},
129
+ {"shape":"IncorrectFileSystemLifeCycleState"}
130
+ ]
131
+ },
85
132
  "DeleteMountTarget":{
86
133
  "name":"DeleteMountTarget",
87
134
  "http":{
@@ -109,6 +156,39 @@
109
156
  {"shape":"BadRequest"},
110
157
  {"shape":"InternalServerError"},
111
158
  {"shape":"FileSystemNotFound"}
159
+ ],
160
+ "deprecated":true,
161
+ "deprecatedMessage":"Use UntagResource."
162
+ },
163
+ "DescribeAccessPoints":{
164
+ "name":"DescribeAccessPoints",
165
+ "http":{
166
+ "method":"GET",
167
+ "requestUri":"/2015-02-01/access-points",
168
+ "responseCode":200
169
+ },
170
+ "input":{"shape":"DescribeAccessPointsRequest"},
171
+ "output":{"shape":"DescribeAccessPointsResponse"},
172
+ "errors":[
173
+ {"shape":"BadRequest"},
174
+ {"shape":"InternalServerError"},
175
+ {"shape":"FileSystemNotFound"},
176
+ {"shape":"AccessPointNotFound"}
177
+ ]
178
+ },
179
+ "DescribeFileSystemPolicy":{
180
+ "name":"DescribeFileSystemPolicy",
181
+ "http":{
182
+ "method":"GET",
183
+ "requestUri":"/2015-02-01/file-systems/{FileSystemId}/policy",
184
+ "responseCode":200
185
+ },
186
+ "input":{"shape":"DescribeFileSystemPolicyRequest"},
187
+ "output":{"shape":"FileSystemPolicyDescription"},
188
+ "errors":[
189
+ {"shape":"InternalServerError"},
190
+ {"shape":"FileSystemNotFound"},
191
+ {"shape":"PolicyNotFound"}
112
192
  ]
113
193
  },
114
194
  "DescribeFileSystems":{
@@ -170,7 +250,8 @@
170
250
  {"shape":"BadRequest"},
171
251
  {"shape":"InternalServerError"},
172
252
  {"shape":"FileSystemNotFound"},
173
- {"shape":"MountTargetNotFound"}
253
+ {"shape":"MountTargetNotFound"},
254
+ {"shape":"AccessPointNotFound"}
174
255
  ]
175
256
  },
176
257
  "DescribeTags":{
@@ -186,6 +267,24 @@
186
267
  {"shape":"BadRequest"},
187
268
  {"shape":"InternalServerError"},
188
269
  {"shape":"FileSystemNotFound"}
270
+ ],
271
+ "deprecated":true,
272
+ "deprecatedMessage":"Use ListTagsForResource."
273
+ },
274
+ "ListTagsForResource":{
275
+ "name":"ListTagsForResource",
276
+ "http":{
277
+ "method":"GET",
278
+ "requestUri":"/2015-02-01/resource-tags/{ResourceId}",
279
+ "responseCode":200
280
+ },
281
+ "input":{"shape":"ListTagsForResourceRequest"},
282
+ "output":{"shape":"ListTagsForResourceResponse"},
283
+ "errors":[
284
+ {"shape":"BadRequest"},
285
+ {"shape":"InternalServerError"},
286
+ {"shape":"FileSystemNotFound"},
287
+ {"shape":"AccessPointNotFound"}
189
288
  ]
190
289
  },
191
290
  "ModifyMountTargetSecurityGroups":{
@@ -205,6 +304,22 @@
205
304
  {"shape":"SecurityGroupNotFound"}
206
305
  ]
207
306
  },
307
+ "PutFileSystemPolicy":{
308
+ "name":"PutFileSystemPolicy",
309
+ "http":{
310
+ "method":"PUT",
311
+ "requestUri":"/2015-02-01/file-systems/{FileSystemId}/policy",
312
+ "responseCode":200
313
+ },
314
+ "input":{"shape":"PutFileSystemPolicyRequest"},
315
+ "output":{"shape":"FileSystemPolicyDescription"},
316
+ "errors":[
317
+ {"shape":"InternalServerError"},
318
+ {"shape":"FileSystemNotFound"},
319
+ {"shape":"InvalidPolicyException"},
320
+ {"shape":"IncorrectFileSystemLifeCycleState"}
321
+ ]
322
+ },
208
323
  "PutLifecycleConfiguration":{
209
324
  "name":"PutLifecycleConfiguration",
210
325
  "http":{
@@ -221,6 +336,36 @@
221
336
  {"shape":"IncorrectFileSystemLifeCycleState"}
222
337
  ]
223
338
  },
339
+ "TagResource":{
340
+ "name":"TagResource",
341
+ "http":{
342
+ "method":"POST",
343
+ "requestUri":"/2015-02-01/resource-tags/{ResourceId}",
344
+ "responseCode":200
345
+ },
346
+ "input":{"shape":"TagResourceRequest"},
347
+ "errors":[
348
+ {"shape":"BadRequest"},
349
+ {"shape":"InternalServerError"},
350
+ {"shape":"FileSystemNotFound"},
351
+ {"shape":"AccessPointNotFound"}
352
+ ]
353
+ },
354
+ "UntagResource":{
355
+ "name":"UntagResource",
356
+ "http":{
357
+ "method":"DELETE",
358
+ "requestUri":"/2015-02-01/resource-tags/{ResourceId}",
359
+ "responseCode":200
360
+ },
361
+ "input":{"shape":"UntagResourceRequest"},
362
+ "errors":[
363
+ {"shape":"BadRequest"},
364
+ {"shape":"InternalServerError"},
365
+ {"shape":"FileSystemNotFound"},
366
+ {"shape":"AccessPointNotFound"}
367
+ ]
368
+ },
224
369
  "UpdateFileSystem":{
225
370
  "name":"UpdateFileSystem",
226
371
  "http":{
@@ -242,6 +387,63 @@
242
387
  }
243
388
  },
244
389
  "shapes":{
390
+ "AccessPointAlreadyExists":{
391
+ "type":"structure",
392
+ "required":[
393
+ "ErrorCode",
394
+ "AccessPointId"
395
+ ],
396
+ "members":{
397
+ "ErrorCode":{"shape":"ErrorCode"},
398
+ "Message":{"shape":"ErrorMessage"},
399
+ "AccessPointId":{"shape":"AccessPointId"}
400
+ },
401
+ "error":{"httpStatusCode":409},
402
+ "exception":true
403
+ },
404
+ "AccessPointArn":{"type":"string"},
405
+ "AccessPointDescription":{
406
+ "type":"structure",
407
+ "members":{
408
+ "ClientToken":{"shape":"ClientToken"},
409
+ "Name":{"shape":"Name"},
410
+ "Tags":{"shape":"Tags"},
411
+ "AccessPointId":{"shape":"AccessPointId"},
412
+ "AccessPointArn":{"shape":"AccessPointArn"},
413
+ "FileSystemId":{"shape":"FileSystemId"},
414
+ "PosixUser":{"shape":"PosixUser"},
415
+ "RootDirectory":{"shape":"RootDirectory"},
416
+ "OwnerId":{"shape":"AwsAccountId"},
417
+ "LifeCycleState":{"shape":"LifeCycleState"}
418
+ }
419
+ },
420
+ "AccessPointDescriptions":{
421
+ "type":"list",
422
+ "member":{"shape":"AccessPointDescription"}
423
+ },
424
+ "AccessPointId":{"type":"string"},
425
+ "AccessPointLimitExceeded":{
426
+ "type":"structure",
427
+ "required":["ErrorCode"],
428
+ "members":{
429
+ "ErrorCode":{"shape":"ErrorCode"},
430
+ "Message":{"shape":"ErrorMessage"}
431
+ },
432
+ "error":{"httpStatusCode":403},
433
+ "exception":true
434
+ },
435
+ "AccessPointNotFound":{
436
+ "type":"structure",
437
+ "required":["ErrorCode"],
438
+ "members":{
439
+ "ErrorCode":{"shape":"ErrorCode"},
440
+ "Message":{"shape":"ErrorMessage"}
441
+ },
442
+ "error":{"httpStatusCode":404},
443
+ "exception":true
444
+ },
445
+ "AvailabilityZoneId":{"type":"string"},
446
+ "AvailabilityZoneName":{"type":"string"},
245
447
  "AwsAccountId":{"type":"string"},
246
448
  "BadRequest":{
247
449
  "type":"structure",
@@ -253,11 +455,37 @@
253
455
  "error":{"httpStatusCode":400},
254
456
  "exception":true
255
457
  },
458
+ "BypassPolicyLockoutSafetyCheck":{"type":"boolean"},
459
+ "ClientToken":{
460
+ "type":"string",
461
+ "max":64,
462
+ "min":1
463
+ },
464
+ "CreateAccessPointRequest":{
465
+ "type":"structure",
466
+ "required":[
467
+ "ClientToken",
468
+ "FileSystemId"
469
+ ],
470
+ "members":{
471
+ "ClientToken":{
472
+ "shape":"ClientToken",
473
+ "idempotencyToken":true
474
+ },
475
+ "Tags":{"shape":"Tags"},
476
+ "FileSystemId":{"shape":"FileSystemId"},
477
+ "PosixUser":{"shape":"PosixUser"},
478
+ "RootDirectory":{"shape":"RootDirectory"}
479
+ }
480
+ },
256
481
  "CreateFileSystemRequest":{
257
482
  "type":"structure",
258
483
  "required":["CreationToken"],
259
484
  "members":{
260
- "CreationToken":{"shape":"CreationToken"},
485
+ "CreationToken":{
486
+ "shape":"CreationToken",
487
+ "idempotencyToken":true
488
+ },
261
489
  "PerformanceMode":{"shape":"PerformanceMode"},
262
490
  "Encrypted":{"shape":"Encrypted"},
263
491
  "KmsKeyId":{"shape":"KmsKeyId"},
@@ -294,11 +522,46 @@
294
522
  "Tags":{"shape":"Tags"}
295
523
  }
296
524
  },
525
+ "CreationInfo":{
526
+ "type":"structure",
527
+ "required":[
528
+ "OwnerUid",
529
+ "OwnerGid",
530
+ "Permissions"
531
+ ],
532
+ "members":{
533
+ "OwnerUid":{"shape":"OwnerUid"},
534
+ "OwnerGid":{"shape":"OwnerGid"},
535
+ "Permissions":{"shape":"Permissions"}
536
+ }
537
+ },
297
538
  "CreationToken":{
298
539
  "type":"string",
299
540
  "max":64,
300
541
  "min":1
301
542
  },
543
+ "DeleteAccessPointRequest":{
544
+ "type":"structure",
545
+ "required":["AccessPointId"],
546
+ "members":{
547
+ "AccessPointId":{
548
+ "shape":"AccessPointId",
549
+ "location":"uri",
550
+ "locationName":"AccessPointId"
551
+ }
552
+ }
553
+ },
554
+ "DeleteFileSystemPolicyRequest":{
555
+ "type":"structure",
556
+ "required":["FileSystemId"],
557
+ "members":{
558
+ "FileSystemId":{
559
+ "shape":"FileSystemId",
560
+ "location":"uri",
561
+ "locationName":"FileSystemId"
562
+ }
563
+ }
564
+ },
302
565
  "DeleteFileSystemRequest":{
303
566
  "type":"structure",
304
567
  "required":["FileSystemId"],
@@ -346,6 +609,49 @@
346
609
  "error":{"httpStatusCode":504},
347
610
  "exception":true
348
611
  },
612
+ "DescribeAccessPointsRequest":{
613
+ "type":"structure",
614
+ "members":{
615
+ "MaxResults":{
616
+ "shape":"MaxResults",
617
+ "location":"querystring",
618
+ "locationName":"MaxResults"
619
+ },
620
+ "NextToken":{
621
+ "shape":"Token",
622
+ "location":"querystring",
623
+ "locationName":"NextToken"
624
+ },
625
+ "AccessPointId":{
626
+ "shape":"AccessPointId",
627
+ "location":"querystring",
628
+ "locationName":"AccessPointId"
629
+ },
630
+ "FileSystemId":{
631
+ "shape":"FileSystemId",
632
+ "location":"querystring",
633
+ "locationName":"FileSystemId"
634
+ }
635
+ }
636
+ },
637
+ "DescribeAccessPointsResponse":{
638
+ "type":"structure",
639
+ "members":{
640
+ "AccessPoints":{"shape":"AccessPointDescriptions"},
641
+ "NextToken":{"shape":"Token"}
642
+ }
643
+ },
644
+ "DescribeFileSystemPolicyRequest":{
645
+ "type":"structure",
646
+ "required":["FileSystemId"],
647
+ "members":{
648
+ "FileSystemId":{
649
+ "shape":"FileSystemId",
650
+ "location":"uri",
651
+ "locationName":"FileSystemId"
652
+ }
653
+ }
654
+ },
349
655
  "DescribeFileSystemsRequest":{
350
656
  "type":"structure",
351
657
  "members":{
@@ -430,6 +736,11 @@
430
736
  "shape":"MountTargetId",
431
737
  "location":"querystring",
432
738
  "locationName":"MountTargetId"
739
+ },
740
+ "AccessPointId":{
741
+ "shape":"AccessPointId",
742
+ "location":"querystring",
743
+ "locationName":"AccessPointId"
433
744
  }
434
745
  }
435
746
  },
@@ -560,6 +871,13 @@
560
871
  "type":"long",
561
872
  "min":0
562
873
  },
874
+ "FileSystemPolicyDescription":{
875
+ "type":"structure",
876
+ "members":{
877
+ "FileSystemId":{"shape":"FileSystemId"},
878
+ "Policy":{"shape":"Policy"}
879
+ }
880
+ },
563
881
  "FileSystemSize":{
564
882
  "type":"structure",
565
883
  "required":["Value"],
@@ -574,6 +892,11 @@
574
892
  "type":"long",
575
893
  "min":0
576
894
  },
895
+ "Gid":{
896
+ "type":"long",
897
+ "max":4294967295,
898
+ "min":0
899
+ },
577
900
  "IncorrectFileSystemLifeCycleState":{
578
901
  "type":"structure",
579
902
  "required":["ErrorCode"],
@@ -614,6 +937,15 @@
614
937
  "error":{"httpStatusCode":500},
615
938
  "exception":true
616
939
  },
940
+ "InvalidPolicyException":{
941
+ "type":"structure",
942
+ "members":{
943
+ "ErrorCode":{"shape":"ErrorCode"},
944
+ "Message":{"shape":"ErrorMessage"}
945
+ },
946
+ "error":{"httpStatusCode":400},
947
+ "exception":true
948
+ },
617
949
  "IpAddress":{"type":"string"},
618
950
  "IpAddressInUse":{
619
951
  "type":"structure",
@@ -656,11 +988,43 @@
656
988
  "TransitionToIA":{"shape":"TransitionToIARules"}
657
989
  }
658
990
  },
991
+ "ListTagsForResourceRequest":{
992
+ "type":"structure",
993
+ "required":["ResourceId"],
994
+ "members":{
995
+ "ResourceId":{
996
+ "shape":"ResourceId",
997
+ "location":"uri",
998
+ "locationName":"ResourceId"
999
+ },
1000
+ "MaxResults":{
1001
+ "shape":"MaxResults",
1002
+ "location":"querystring",
1003
+ "locationName":"MaxResults"
1004
+ },
1005
+ "NextToken":{
1006
+ "shape":"Token",
1007
+ "location":"querystring",
1008
+ "locationName":"NextToken"
1009
+ }
1010
+ }
1011
+ },
1012
+ "ListTagsForResourceResponse":{
1013
+ "type":"structure",
1014
+ "members":{
1015
+ "Tags":{"shape":"Tags"},
1016
+ "NextToken":{"shape":"Token"}
1017
+ }
1018
+ },
659
1019
  "Marker":{"type":"string"},
660
1020
  "MaxItems":{
661
1021
  "type":"integer",
662
1022
  "min":1
663
1023
  },
1024
+ "MaxResults":{
1025
+ "type":"integer",
1026
+ "min":1
1027
+ },
664
1028
  "ModifyMountTargetSecurityGroupsRequest":{
665
1029
  "type":"structure",
666
1030
  "required":["MountTargetId"],
@@ -702,7 +1066,9 @@
702
1066
  "SubnetId":{"shape":"SubnetId"},
703
1067
  "LifeCycleState":{"shape":"LifeCycleState"},
704
1068
  "IpAddress":{"shape":"IpAddress"},
705
- "NetworkInterfaceId":{"shape":"NetworkInterfaceId"}
1069
+ "NetworkInterfaceId":{"shape":"NetworkInterfaceId"},
1070
+ "AvailabilityZoneId":{"shape":"AvailabilityZoneId"},
1071
+ "AvailabilityZoneName":{"shape":"AvailabilityZoneName"}
706
1072
  }
707
1073
  },
708
1074
  "MountTargetDescriptions":{
@@ -720,6 +1086,7 @@
720
1086
  "error":{"httpStatusCode":404},
721
1087
  "exception":true
722
1088
  },
1089
+ "Name":{"type":"string"},
723
1090
  "NetworkInterfaceId":{"type":"string"},
724
1091
  "NetworkInterfaceLimitExceeded":{
725
1092
  "type":"structure",
@@ -741,6 +1108,21 @@
741
1108
  "error":{"httpStatusCode":409},
742
1109
  "exception":true
743
1110
  },
1111
+ "OwnerGid":{
1112
+ "type":"long",
1113
+ "max":4294967295,
1114
+ "min":0
1115
+ },
1116
+ "OwnerUid":{
1117
+ "type":"long",
1118
+ "max":4294967295,
1119
+ "min":0
1120
+ },
1121
+ "Path":{
1122
+ "type":"string",
1123
+ "max":100,
1124
+ "min":1
1125
+ },
744
1126
  "PerformanceMode":{
745
1127
  "type":"string",
746
1128
  "enum":[
@@ -748,10 +1130,52 @@
748
1130
  "maxIO"
749
1131
  ]
750
1132
  },
1133
+ "Permissions":{
1134
+ "type":"string",
1135
+ "pattern":"^[0-7]{3,4}$"
1136
+ },
1137
+ "Policy":{"type":"string"},
1138
+ "PolicyNotFound":{
1139
+ "type":"structure",
1140
+ "members":{
1141
+ "ErrorCode":{"shape":"ErrorCode"},
1142
+ "Message":{"shape":"ErrorMessage"}
1143
+ },
1144
+ "error":{"httpStatusCode":404},
1145
+ "exception":true
1146
+ },
1147
+ "PosixUser":{
1148
+ "type":"structure",
1149
+ "required":[
1150
+ "Uid",
1151
+ "Gid"
1152
+ ],
1153
+ "members":{
1154
+ "Uid":{"shape":"Uid"},
1155
+ "Gid":{"shape":"Gid"},
1156
+ "SecondaryGids":{"shape":"SecondaryGids"}
1157
+ }
1158
+ },
751
1159
  "ProvisionedThroughputInMibps":{
752
1160
  "type":"double",
753
1161
  "min":1.0
754
1162
  },
1163
+ "PutFileSystemPolicyRequest":{
1164
+ "type":"structure",
1165
+ "required":[
1166
+ "FileSystemId",
1167
+ "Policy"
1168
+ ],
1169
+ "members":{
1170
+ "FileSystemId":{
1171
+ "shape":"FileSystemId",
1172
+ "location":"uri",
1173
+ "locationName":"FileSystemId"
1174
+ },
1175
+ "Policy":{"shape":"Policy"},
1176
+ "BypassPolicyLockoutSafetyCheck":{"shape":"BypassPolicyLockoutSafetyCheck"}
1177
+ }
1178
+ },
755
1179
  "PutLifecycleConfigurationRequest":{
756
1180
  "type":"structure",
757
1181
  "required":[
@@ -767,6 +1191,20 @@
767
1191
  "LifecyclePolicies":{"shape":"LifecyclePolicies"}
768
1192
  }
769
1193
  },
1194
+ "ResourceId":{"type":"string"},
1195
+ "RootDirectory":{
1196
+ "type":"structure",
1197
+ "members":{
1198
+ "Path":{"shape":"Path"},
1199
+ "CreationInfo":{"shape":"CreationInfo"}
1200
+ }
1201
+ },
1202
+ "SecondaryGids":{
1203
+ "type":"list",
1204
+ "member":{"shape":"Gid"},
1205
+ "max":16,
1206
+ "min":0
1207
+ },
770
1208
  "SecurityGroup":{"type":"string"},
771
1209
  "SecurityGroupLimitExceeded":{
772
1210
  "type":"structure",
@@ -822,7 +1260,24 @@
822
1260
  },
823
1261
  "TagKeys":{
824
1262
  "type":"list",
825
- "member":{"shape":"TagKey"}
1263
+ "member":{"shape":"TagKey"},
1264
+ "max":50,
1265
+ "min":1
1266
+ },
1267
+ "TagResourceRequest":{
1268
+ "type":"structure",
1269
+ "required":[
1270
+ "ResourceId",
1271
+ "Tags"
1272
+ ],
1273
+ "members":{
1274
+ "ResourceId":{
1275
+ "shape":"ResourceId",
1276
+ "location":"uri",
1277
+ "locationName":"ResourceId"
1278
+ },
1279
+ "Tags":{"shape":"Tags"}
1280
+ }
826
1281
  },
827
1282
  "TagValue":{
828
1283
  "type":"string",
@@ -850,6 +1305,7 @@
850
1305
  ]
851
1306
  },
852
1307
  "Timestamp":{"type":"timestamp"},
1308
+ "Token":{"type":"string"},
853
1309
  "TooManyRequests":{
854
1310
  "type":"structure",
855
1311
  "required":["ErrorCode"],
@@ -870,6 +1326,11 @@
870
1326
  "AFTER_90_DAYS"
871
1327
  ]
872
1328
  },
1329
+ "Uid":{
1330
+ "type":"long",
1331
+ "max":4294967295,
1332
+ "min":0
1333
+ },
873
1334
  "UnsupportedAvailabilityZone":{
874
1335
  "type":"structure",
875
1336
  "required":["ErrorCode"],
@@ -880,6 +1341,18 @@
880
1341
  "error":{"httpStatusCode":400},
881
1342
  "exception":true
882
1343
  },
1344
+ "UntagResourceRequest":{
1345
+ "type":"structure",
1346
+ "required":["ResourceId"],
1347
+ "members":{
1348
+ "ResourceId":{
1349
+ "shape":"ResourceId",
1350
+ "location":"uri",
1351
+ "locationName":"ResourceId"
1352
+ },
1353
+ "TagKeys":{"shape":"TagKeys"}
1354
+ }
1355
+ },
883
1356
  "UpdateFileSystemRequest":{
884
1357
  "type":"structure",
885
1358
  "required":["FileSystemId"],
@@ -1,4 +1,24 @@
1
1
  {
2
2
  "pagination": {
3
+ "DescribeAccessPoints": {
4
+ "input_token": "NextToken",
5
+ "output_token": "NextToken",
6
+ "limit_key": "MaxResults"
7
+ },
8
+ "DescribeFileSystems": {
9
+ "input_token": "Marker",
10
+ "output_token": "NextMarker",
11
+ "limit_key": "MaxItems"
12
+ },
13
+ "DescribeTags": {
14
+ "input_token": "Marker",
15
+ "output_token": "NextMarker",
16
+ "limit_key": "MaxItems"
17
+ },
18
+ "ListTagsForResource": {
19
+ "input_token": "NextToken",
20
+ "output_token": "NextToken",
21
+ "limit_key": "MaxResults"
22
+ }
3
23
  }
4
24
  }
@@ -1,3 +1,3 @@
1
1
  module Aws
2
- VERSION = '2.11.427'
2
+ VERSION = '2.11.428'
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-core
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.11.427
4
+ version: 2.11.428
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-01-10 00:00:00.000000000 Z
11
+ date: 2020-01-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jmespath