aws-sdk-core 2.11.539 → 2.11.544
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/apis/appsync/2017-07-25/api-2.json +9 -1
- data/apis/ce/2017-10-25/api-2.json +1 -0
- data/apis/chime/2018-05-01/api-2.json +151 -5
- data/apis/cloudfront/2019-03-26/api-2.json +2 -1
- data/apis/codebuild/2016-10-06/api-2.json +9 -0
- data/apis/ec2/2016-11-15/api-2.json +16 -0
- data/apis/elasticfilesystem/2015-02-01/api-2.json +146 -13
- data/apis/elasticfilesystem/2015-02-01/examples-1.json +1 -1
- data/apis/forecast/2018-06-26/api-2.json +136 -8
- data/apis/glue/2017-03-31/api-2.json +95 -10
- data/apis/imagebuilder/2019-12-02/api-2.json +1 -0
- data/apis/iotsitewise/2019-12-02/api-2.json +0 -4
- data/apis/lakeformation/2017-03-31/api-2.json +23 -6
- data/apis/organizations/2016-11-28/api-2.json +4 -2
- data/apis/quicksight/2018-04-01/api-2.json +939 -9
- data/apis/rds/2014-10-31/api-2.json +12 -2
- data/apis/securityhub/2018-10-26/api-2.json +167 -1
- data/apis/storagegateway/2013-06-30/api-2.json +47 -9
- data/endpoints.json +20 -0
- data/lib/aws-sdk-core/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 928e1a8b2aa149e9453d63ef06df579ab80aee7b74f8624531922e14cf263d69
|
4
|
+
data.tar.gz: c361e37c57299784480cd3937d7f48ef205046c697b64363fdf059ac2df58a52
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: bdc66c651496bb4d09c6052986b79df8572658383d90fe719e5c1bb637edc0b1a5adc5567fb36985148b7bac215edf5e38a0104b1d8260fa19bd181259c181dd
|
7
|
+
data.tar.gz: ee5f5be5ea84afbbff61906b810d0b41c5467ba0e9d97a84375a7d52adc04dda888ccf52306955a91e3ba3962ac475bcf69dc7f27506eac7cb2544b5fcfe8a79
|
@@ -711,7 +711,15 @@
|
|
711
711
|
"R4_XLARGE",
|
712
712
|
"R4_2XLARGE",
|
713
713
|
"R4_4XLARGE",
|
714
|
-
"R4_8XLARGE"
|
714
|
+
"R4_8XLARGE",
|
715
|
+
"SMALL",
|
716
|
+
"MEDIUM",
|
717
|
+
"LARGE",
|
718
|
+
"XLARGE",
|
719
|
+
"LARGE_2X",
|
720
|
+
"LARGE_4X",
|
721
|
+
"LARGE_8X",
|
722
|
+
"LARGE_12X"
|
715
723
|
]
|
716
724
|
},
|
717
725
|
"ApiCachingBehavior":{
|
@@ -465,6 +465,7 @@
|
|
465
465
|
"type":"structure",
|
466
466
|
"members":{
|
467
467
|
"ResourceId":{"shape":"GenericString"},
|
468
|
+
"InstanceName":{"shape":"GenericString"},
|
468
469
|
"Tags":{"shape":"TagValuesList"},
|
469
470
|
"ResourceDetails":{"shape":"ResourceDetails"},
|
470
471
|
"ResourceUtilization":{"shape":"ResourceUtilization"},
|
@@ -624,6 +624,24 @@
|
|
624
624
|
{"shape":"ServiceFailureException"}
|
625
625
|
]
|
626
626
|
},
|
627
|
+
"DeleteVoiceConnectorEmergencyCallingConfiguration":{
|
628
|
+
"name":"DeleteVoiceConnectorEmergencyCallingConfiguration",
|
629
|
+
"http":{
|
630
|
+
"method":"DELETE",
|
631
|
+
"requestUri":"/voice-connectors/{voiceConnectorId}/emergency-calling-configuration",
|
632
|
+
"responseCode":204
|
633
|
+
},
|
634
|
+
"input":{"shape":"DeleteVoiceConnectorEmergencyCallingConfigurationRequest"},
|
635
|
+
"errors":[
|
636
|
+
{"shape":"UnauthorizedClientException"},
|
637
|
+
{"shape":"NotFoundException"},
|
638
|
+
{"shape":"ForbiddenException"},
|
639
|
+
{"shape":"BadRequestException"},
|
640
|
+
{"shape":"ThrottledClientException"},
|
641
|
+
{"shape":"ServiceUnavailableException"},
|
642
|
+
{"shape":"ServiceFailureException"}
|
643
|
+
]
|
644
|
+
},
|
627
645
|
"DeleteVoiceConnectorGroup":{
|
628
646
|
"name":"DeleteVoiceConnectorGroup",
|
629
647
|
"http":{
|
@@ -1105,6 +1123,25 @@
|
|
1105
1123
|
{"shape":"ServiceFailureException"}
|
1106
1124
|
]
|
1107
1125
|
},
|
1126
|
+
"GetVoiceConnectorEmergencyCallingConfiguration":{
|
1127
|
+
"name":"GetVoiceConnectorEmergencyCallingConfiguration",
|
1128
|
+
"http":{
|
1129
|
+
"method":"GET",
|
1130
|
+
"requestUri":"/voice-connectors/{voiceConnectorId}/emergency-calling-configuration",
|
1131
|
+
"responseCode":200
|
1132
|
+
},
|
1133
|
+
"input":{"shape":"GetVoiceConnectorEmergencyCallingConfigurationRequest"},
|
1134
|
+
"output":{"shape":"GetVoiceConnectorEmergencyCallingConfigurationResponse"},
|
1135
|
+
"errors":[
|
1136
|
+
{"shape":"UnauthorizedClientException"},
|
1137
|
+
{"shape":"NotFoundException"},
|
1138
|
+
{"shape":"ForbiddenException"},
|
1139
|
+
{"shape":"BadRequestException"},
|
1140
|
+
{"shape":"ThrottledClientException"},
|
1141
|
+
{"shape":"ServiceUnavailableException"},
|
1142
|
+
{"shape":"ServiceFailureException"}
|
1143
|
+
]
|
1144
|
+
},
|
1108
1145
|
"GetVoiceConnectorGroup":{
|
1109
1146
|
"name":"GetVoiceConnectorGroup",
|
1110
1147
|
"http":{
|
@@ -1610,6 +1647,25 @@
|
|
1610
1647
|
{"shape":"ServiceFailureException"}
|
1611
1648
|
]
|
1612
1649
|
},
|
1650
|
+
"PutVoiceConnectorEmergencyCallingConfiguration":{
|
1651
|
+
"name":"PutVoiceConnectorEmergencyCallingConfiguration",
|
1652
|
+
"http":{
|
1653
|
+
"method":"PUT",
|
1654
|
+
"requestUri":"/voice-connectors/{voiceConnectorId}/emergency-calling-configuration",
|
1655
|
+
"responseCode":200
|
1656
|
+
},
|
1657
|
+
"input":{"shape":"PutVoiceConnectorEmergencyCallingConfigurationRequest"},
|
1658
|
+
"output":{"shape":"PutVoiceConnectorEmergencyCallingConfigurationResponse"},
|
1659
|
+
"errors":[
|
1660
|
+
{"shape":"UnauthorizedClientException"},
|
1661
|
+
{"shape":"NotFoundException"},
|
1662
|
+
{"shape":"ForbiddenException"},
|
1663
|
+
{"shape":"BadRequestException"},
|
1664
|
+
{"shape":"ThrottledClientException"},
|
1665
|
+
{"shape":"ServiceUnavailableException"},
|
1666
|
+
{"shape":"ServiceFailureException"}
|
1667
|
+
]
|
1668
|
+
},
|
1613
1669
|
"PutVoiceConnectorLoggingConfiguration":{
|
1614
1670
|
"name":"PutVoiceConnectorLoggingConfiguration",
|
1615
1671
|
"http":{
|
@@ -2252,6 +2308,10 @@
|
|
2252
2308
|
"AlexaForBusinessRoomArn":{"shape":"SensitiveString"}
|
2253
2309
|
}
|
2254
2310
|
},
|
2311
|
+
"Alpha2CountryCode":{
|
2312
|
+
"type":"string",
|
2313
|
+
"pattern":"[A-Z]{2}"
|
2314
|
+
},
|
2255
2315
|
"AreaCode":{
|
2256
2316
|
"type":"string",
|
2257
2317
|
"pattern":"^$|^[0-9]{3,3}$"
|
@@ -2291,7 +2351,10 @@
|
|
2291
2351
|
},
|
2292
2352
|
"AssociatePhoneNumbersWithVoiceConnectorGroupRequest":{
|
2293
2353
|
"type":"structure",
|
2294
|
-
"required":[
|
2354
|
+
"required":[
|
2355
|
+
"VoiceConnectorGroupId",
|
2356
|
+
"E164PhoneNumbers"
|
2357
|
+
],
|
2295
2358
|
"members":{
|
2296
2359
|
"VoiceConnectorGroupId":{
|
2297
2360
|
"shape":"NonEmptyString",
|
@@ -2310,7 +2373,10 @@
|
|
2310
2373
|
},
|
2311
2374
|
"AssociatePhoneNumbersWithVoiceConnectorRequest":{
|
2312
2375
|
"type":"structure",
|
2313
|
-
"required":[
|
2376
|
+
"required":[
|
2377
|
+
"VoiceConnectorId",
|
2378
|
+
"E164PhoneNumbers"
|
2379
|
+
],
|
2314
2380
|
"members":{
|
2315
2381
|
"VoiceConnectorId":{
|
2316
2382
|
"shape":"NonEmptyString",
|
@@ -2909,6 +2975,22 @@
|
|
2909
2975
|
"type":"list",
|
2910
2976
|
"member":{"shape":"Credential"}
|
2911
2977
|
},
|
2978
|
+
"DNISEmergencyCallingConfiguration":{
|
2979
|
+
"type":"structure",
|
2980
|
+
"required":[
|
2981
|
+
"EmergencyPhoneNumber",
|
2982
|
+
"CallingCountry"
|
2983
|
+
],
|
2984
|
+
"members":{
|
2985
|
+
"EmergencyPhoneNumber":{"shape":"E164PhoneNumber"},
|
2986
|
+
"TestPhoneNumber":{"shape":"E164PhoneNumber"},
|
2987
|
+
"CallingCountry":{"shape":"Alpha2CountryCode"}
|
2988
|
+
}
|
2989
|
+
},
|
2990
|
+
"DNISEmergencyCallingConfigurationList":{
|
2991
|
+
"type":"list",
|
2992
|
+
"member":{"shape":"DNISEmergencyCallingConfiguration"}
|
2993
|
+
},
|
2912
2994
|
"DataRetentionInHours":{
|
2913
2995
|
"type":"integer",
|
2914
2996
|
"min":0
|
@@ -3052,6 +3134,17 @@
|
|
3052
3134
|
}
|
3053
3135
|
}
|
3054
3136
|
},
|
3137
|
+
"DeleteVoiceConnectorEmergencyCallingConfigurationRequest":{
|
3138
|
+
"type":"structure",
|
3139
|
+
"required":["VoiceConnectorId"],
|
3140
|
+
"members":{
|
3141
|
+
"VoiceConnectorId":{
|
3142
|
+
"shape":"NonEmptyString",
|
3143
|
+
"location":"uri",
|
3144
|
+
"locationName":"voiceConnectorId"
|
3145
|
+
}
|
3146
|
+
}
|
3147
|
+
},
|
3055
3148
|
"DeleteVoiceConnectorGroupRequest":{
|
3056
3149
|
"type":"structure",
|
3057
3150
|
"required":["VoiceConnectorGroupId"],
|
@@ -3109,7 +3202,10 @@
|
|
3109
3202
|
},
|
3110
3203
|
"DeleteVoiceConnectorTerminationCredentialsRequest":{
|
3111
3204
|
"type":"structure",
|
3112
|
-
"required":[
|
3205
|
+
"required":[
|
3206
|
+
"Usernames",
|
3207
|
+
"VoiceConnectorId"
|
3208
|
+
],
|
3113
3209
|
"members":{
|
3114
3210
|
"VoiceConnectorId":{
|
3115
3211
|
"shape":"NonEmptyString",
|
@@ -3156,7 +3252,10 @@
|
|
3156
3252
|
},
|
3157
3253
|
"DisassociatePhoneNumbersFromVoiceConnectorGroupRequest":{
|
3158
3254
|
"type":"structure",
|
3159
|
-
"required":[
|
3255
|
+
"required":[
|
3256
|
+
"VoiceConnectorGroupId",
|
3257
|
+
"E164PhoneNumbers"
|
3258
|
+
],
|
3160
3259
|
"members":{
|
3161
3260
|
"VoiceConnectorGroupId":{
|
3162
3261
|
"shape":"NonEmptyString",
|
@@ -3174,7 +3273,10 @@
|
|
3174
3273
|
},
|
3175
3274
|
"DisassociatePhoneNumbersFromVoiceConnectorRequest":{
|
3176
3275
|
"type":"structure",
|
3177
|
-
"required":[
|
3276
|
+
"required":[
|
3277
|
+
"VoiceConnectorId",
|
3278
|
+
"E164PhoneNumbers"
|
3279
|
+
],
|
3178
3280
|
"members":{
|
3179
3281
|
"VoiceConnectorId":{
|
3180
3282
|
"shape":"NonEmptyString",
|
@@ -3232,6 +3334,12 @@
|
|
3232
3334
|
"Failed"
|
3233
3335
|
]
|
3234
3336
|
},
|
3337
|
+
"EmergencyCallingConfiguration":{
|
3338
|
+
"type":"structure",
|
3339
|
+
"members":{
|
3340
|
+
"DNIS":{"shape":"DNISEmergencyCallingConfigurationList"}
|
3341
|
+
}
|
3342
|
+
},
|
3235
3343
|
"ErrorCode":{
|
3236
3344
|
"type":"string",
|
3237
3345
|
"enum":[
|
@@ -3590,6 +3698,23 @@
|
|
3590
3698
|
"UserSettings":{"shape":"UserSettings"}
|
3591
3699
|
}
|
3592
3700
|
},
|
3701
|
+
"GetVoiceConnectorEmergencyCallingConfigurationRequest":{
|
3702
|
+
"type":"structure",
|
3703
|
+
"required":["VoiceConnectorId"],
|
3704
|
+
"members":{
|
3705
|
+
"VoiceConnectorId":{
|
3706
|
+
"shape":"NonEmptyString",
|
3707
|
+
"location":"uri",
|
3708
|
+
"locationName":"voiceConnectorId"
|
3709
|
+
}
|
3710
|
+
}
|
3711
|
+
},
|
3712
|
+
"GetVoiceConnectorEmergencyCallingConfigurationResponse":{
|
3713
|
+
"type":"structure",
|
3714
|
+
"members":{
|
3715
|
+
"EmergencyCallingConfiguration":{"shape":"EmergencyCallingConfiguration"}
|
3716
|
+
}
|
3717
|
+
},
|
3593
3718
|
"GetVoiceConnectorGroupRequest":{
|
3594
3719
|
"type":"structure",
|
3595
3720
|
"required":["VoiceConnectorGroupId"],
|
@@ -4693,6 +4818,27 @@
|
|
4693
4818
|
"InitiateDeletionTimestamp":{"shape":"Iso8601Timestamp"}
|
4694
4819
|
}
|
4695
4820
|
},
|
4821
|
+
"PutVoiceConnectorEmergencyCallingConfigurationRequest":{
|
4822
|
+
"type":"structure",
|
4823
|
+
"required":[
|
4824
|
+
"VoiceConnectorId",
|
4825
|
+
"EmergencyCallingConfiguration"
|
4826
|
+
],
|
4827
|
+
"members":{
|
4828
|
+
"VoiceConnectorId":{
|
4829
|
+
"shape":"NonEmptyString",
|
4830
|
+
"location":"uri",
|
4831
|
+
"locationName":"voiceConnectorId"
|
4832
|
+
},
|
4833
|
+
"EmergencyCallingConfiguration":{"shape":"EmergencyCallingConfiguration"}
|
4834
|
+
}
|
4835
|
+
},
|
4836
|
+
"PutVoiceConnectorEmergencyCallingConfigurationResponse":{
|
4837
|
+
"type":"structure",
|
4838
|
+
"members":{
|
4839
|
+
"EmergencyCallingConfiguration":{"shape":"EmergencyCallingConfiguration"}
|
4840
|
+
}
|
4841
|
+
},
|
4696
4842
|
"PutVoiceConnectorLoggingConfigurationRequest":{
|
4697
4843
|
"type":"structure",
|
4698
4844
|
"required":[
|
@@ -648,6 +648,13 @@
|
|
648
648
|
"type":"list",
|
649
649
|
"member":{"shape":"String"}
|
650
650
|
},
|
651
|
+
"BuildStatusConfig":{
|
652
|
+
"type":"structure",
|
653
|
+
"members":{
|
654
|
+
"context":{"shape":"String"},
|
655
|
+
"targetUrl":{"shape":"String"}
|
656
|
+
}
|
657
|
+
},
|
651
658
|
"Builds":{
|
652
659
|
"type":"list",
|
653
660
|
"member":{"shape":"Build"}
|
@@ -1408,6 +1415,7 @@
|
|
1408
1415
|
"buildspec":{"shape":"String"},
|
1409
1416
|
"auth":{"shape":"SourceAuth"},
|
1410
1417
|
"reportBuildStatus":{"shape":"WrapperBoolean"},
|
1418
|
+
"buildStatusConfig":{"shape":"BuildStatusConfig"},
|
1411
1419
|
"insecureSsl":{"shape":"WrapperBoolean"},
|
1412
1420
|
"sourceIdentifier":{"shape":"String"}
|
1413
1421
|
}
|
@@ -1690,6 +1698,7 @@
|
|
1690
1698
|
"buildspecOverride":{"shape":"String"},
|
1691
1699
|
"insecureSslOverride":{"shape":"WrapperBoolean"},
|
1692
1700
|
"reportBuildStatusOverride":{"shape":"WrapperBoolean"},
|
1701
|
+
"buildStatusConfigOverride":{"shape":"BuildStatusConfig"},
|
1693
1702
|
"environmentTypeOverride":{"shape":"EnvironmentType"},
|
1694
1703
|
"imageOverride":{"shape":"NonEmptyString"},
|
1695
1704
|
"computeTypeOverride":{"shape":"ComputeType"},
|
@@ -4832,6 +4832,18 @@
|
|
4832
4832
|
"NetworkBorderGroup":{
|
4833
4833
|
"shape":"String",
|
4834
4834
|
"locationName":"networkBorderGroup"
|
4835
|
+
},
|
4836
|
+
"ZoneType":{
|
4837
|
+
"shape":"String",
|
4838
|
+
"locationName":"zoneType"
|
4839
|
+
},
|
4840
|
+
"ParentZoneName":{
|
4841
|
+
"shape":"String",
|
4842
|
+
"locationName":"parentZoneName"
|
4843
|
+
},
|
4844
|
+
"ParentZoneId":{
|
4845
|
+
"shape":"String",
|
4846
|
+
"locationName":"parentZoneId"
|
4835
4847
|
}
|
4836
4848
|
}
|
4837
4849
|
},
|
@@ -23900,6 +23912,10 @@
|
|
23900
23912
|
"shape":"DateTime",
|
23901
23913
|
"locationName":"validUntil"
|
23902
23914
|
},
|
23915
|
+
"TagSpecifications":{
|
23916
|
+
"shape":"TagSpecificationList",
|
23917
|
+
"locationName":"TagSpecification"
|
23918
|
+
},
|
23903
23919
|
"InstanceInterruptionBehavior":{"shape":"InstanceInterruptionBehavior"}
|
23904
23920
|
}
|
23905
23921
|
},
|
@@ -23,6 +23,7 @@
|
|
23
23
|
"errors":[
|
24
24
|
{"shape":"BadRequest"},
|
25
25
|
{"shape":"AccessPointAlreadyExists"},
|
26
|
+
{"shape":"IncorrectFileSystemLifeCycleState"},
|
26
27
|
{"shape":"InternalServerError"},
|
27
28
|
{"shape":"FileSystemNotFound"},
|
28
29
|
{"shape":"AccessPointLimitExceeded"}
|
@@ -176,6 +177,23 @@
|
|
176
177
|
{"shape":"AccessPointNotFound"}
|
177
178
|
]
|
178
179
|
},
|
180
|
+
"DescribeBackupPolicy":{
|
181
|
+
"name":"DescribeBackupPolicy",
|
182
|
+
"http":{
|
183
|
+
"method":"GET",
|
184
|
+
"requestUri":"/2015-02-01/file-systems/{FileSystemId}/backup-policy",
|
185
|
+
"responseCode":200
|
186
|
+
},
|
187
|
+
"input":{"shape":"DescribeBackupPolicyRequest"},
|
188
|
+
"output":{"shape":"BackupPolicyDescription"},
|
189
|
+
"errors":[
|
190
|
+
{"shape":"BadRequest"},
|
191
|
+
{"shape":"FileSystemNotFound"},
|
192
|
+
{"shape":"InternalServerError"},
|
193
|
+
{"shape":"PolicyNotFound"},
|
194
|
+
{"shape":"ValidationException"}
|
195
|
+
]
|
196
|
+
},
|
179
197
|
"DescribeFileSystemPolicy":{
|
180
198
|
"name":"DescribeFileSystemPolicy",
|
181
199
|
"http":{
|
@@ -304,6 +322,23 @@
|
|
304
322
|
{"shape":"SecurityGroupNotFound"}
|
305
323
|
]
|
306
324
|
},
|
325
|
+
"PutBackupPolicy":{
|
326
|
+
"name":"PutBackupPolicy",
|
327
|
+
"http":{
|
328
|
+
"method":"PUT",
|
329
|
+
"requestUri":"/2015-02-01/file-systems/{FileSystemId}/backup-policy",
|
330
|
+
"responseCode":200
|
331
|
+
},
|
332
|
+
"input":{"shape":"PutBackupPolicyRequest"},
|
333
|
+
"output":{"shape":"BackupPolicyDescription"},
|
334
|
+
"errors":[
|
335
|
+
{"shape":"BadRequest"},
|
336
|
+
{"shape":"FileSystemNotFound"},
|
337
|
+
{"shape":"IncorrectFileSystemLifeCycleState"},
|
338
|
+
{"shape":"InternalServerError"},
|
339
|
+
{"shape":"ValidationException"}
|
340
|
+
]
|
341
|
+
},
|
307
342
|
"PutFileSystemPolicy":{
|
308
343
|
"name":"PutFileSystemPolicy",
|
309
344
|
"http":{
|
@@ -444,7 +479,24 @@
|
|
444
479
|
},
|
445
480
|
"AvailabilityZoneId":{"type":"string"},
|
446
481
|
"AvailabilityZoneName":{"type":"string"},
|
447
|
-
"AwsAccountId":{
|
482
|
+
"AwsAccountId":{
|
483
|
+
"type":"string",
|
484
|
+
"max":14,
|
485
|
+
"pattern":"^(\\d{12})|(\\d{4}-\\d{4}-\\d{4})$"
|
486
|
+
},
|
487
|
+
"BackupPolicy":{
|
488
|
+
"type":"structure",
|
489
|
+
"required":["Status"],
|
490
|
+
"members":{
|
491
|
+
"Status":{"shape":"Status"}
|
492
|
+
}
|
493
|
+
},
|
494
|
+
"BackupPolicyDescription":{
|
495
|
+
"type":"structure",
|
496
|
+
"members":{
|
497
|
+
"BackupPolicy":{"shape":"BackupPolicy"}
|
498
|
+
}
|
499
|
+
},
|
448
500
|
"BadRequest":{
|
449
501
|
"type":"structure",
|
450
502
|
"required":["ErrorCode"],
|
@@ -538,7 +590,8 @@
|
|
538
590
|
"CreationToken":{
|
539
591
|
"type":"string",
|
540
592
|
"max":64,
|
541
|
-
"min":1
|
593
|
+
"min":1,
|
594
|
+
"pattern":".+"
|
542
595
|
},
|
543
596
|
"DeleteAccessPointRequest":{
|
544
597
|
"type":"structure",
|
@@ -641,6 +694,17 @@
|
|
641
694
|
"NextToken":{"shape":"Token"}
|
642
695
|
}
|
643
696
|
},
|
697
|
+
"DescribeBackupPolicyRequest":{
|
698
|
+
"type":"structure",
|
699
|
+
"required":["FileSystemId"],
|
700
|
+
"members":{
|
701
|
+
"FileSystemId":{
|
702
|
+
"shape":"FileSystemId",
|
703
|
+
"location":"uri",
|
704
|
+
"locationName":"FileSystemId"
|
705
|
+
}
|
706
|
+
}
|
707
|
+
},
|
644
708
|
"DescribeFileSystemPolicyRequest":{
|
645
709
|
"type":"structure",
|
646
710
|
"required":["FileSystemId"],
|
@@ -802,6 +866,7 @@
|
|
802
866
|
"error":{"httpStatusCode":409},
|
803
867
|
"exception":true
|
804
868
|
},
|
869
|
+
"FileSystemArn":{"type":"string"},
|
805
870
|
"FileSystemDescription":{
|
806
871
|
"type":"structure",
|
807
872
|
"required":[
|
@@ -819,6 +884,7 @@
|
|
819
884
|
"OwnerId":{"shape":"AwsAccountId"},
|
820
885
|
"CreationToken":{"shape":"CreationToken"},
|
821
886
|
"FileSystemId":{"shape":"FileSystemId"},
|
887
|
+
"FileSystemArn":{"shape":"FileSystemArn"},
|
822
888
|
"CreationTime":{"shape":"Timestamp"},
|
823
889
|
"LifeCycleState":{"shape":"LifeCycleState"},
|
824
890
|
"Name":{"shape":"TagValue"},
|
@@ -836,7 +902,11 @@
|
|
836
902
|
"type":"list",
|
837
903
|
"member":{"shape":"FileSystemDescription"}
|
838
904
|
},
|
839
|
-
"FileSystemId":{
|
905
|
+
"FileSystemId":{
|
906
|
+
"type":"string",
|
907
|
+
"max":128,
|
908
|
+
"pattern":"^(arn:aws[-a-z]*:elasticfilesystem:[0-9a-z-:]+:file-system/fs-[0-9a-f]{8,40}|fs-[0-9a-f]{8,40})$"
|
909
|
+
},
|
840
910
|
"FileSystemInUse":{
|
841
911
|
"type":"structure",
|
842
912
|
"required":["ErrorCode"],
|
@@ -946,7 +1016,12 @@
|
|
946
1016
|
"error":{"httpStatusCode":400},
|
947
1017
|
"exception":true
|
948
1018
|
},
|
949
|
-
"IpAddress":{
|
1019
|
+
"IpAddress":{
|
1020
|
+
"type":"string",
|
1021
|
+
"max":15,
|
1022
|
+
"min":7,
|
1023
|
+
"pattern":"^[0-9]{1,3}\\.[0-9]{1,3}\\.[0-9]{1,3}\\.[0-9]{1,3}$"
|
1024
|
+
},
|
950
1025
|
"IpAddressInUse":{
|
951
1026
|
"type":"structure",
|
952
1027
|
"required":["ErrorCode"],
|
@@ -960,7 +1035,7 @@
|
|
960
1035
|
"KmsKeyId":{
|
961
1036
|
"type":"string",
|
962
1037
|
"max":2048,
|
963
|
-
"
|
1038
|
+
"pattern":"^([0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}|alias/[a-zA-Z0-9/_-]+|(arn:aws[-a-z]*:kms:[a-z0-9-]+:\\d{12}:((key/[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12})|(alias/[a-zA-Z0-9/_-]+))))$"
|
964
1039
|
},
|
965
1040
|
"LifeCycleState":{
|
966
1041
|
"type":"string",
|
@@ -1016,7 +1091,12 @@
|
|
1016
1091
|
"NextToken":{"shape":"Token"}
|
1017
1092
|
}
|
1018
1093
|
},
|
1019
|
-
"Marker":{
|
1094
|
+
"Marker":{
|
1095
|
+
"type":"string",
|
1096
|
+
"max":128,
|
1097
|
+
"min":1,
|
1098
|
+
"pattern":".+"
|
1099
|
+
},
|
1020
1100
|
"MaxItems":{
|
1021
1101
|
"type":"integer",
|
1022
1102
|
"min":1
|
@@ -1068,14 +1148,20 @@
|
|
1068
1148
|
"IpAddress":{"shape":"IpAddress"},
|
1069
1149
|
"NetworkInterfaceId":{"shape":"NetworkInterfaceId"},
|
1070
1150
|
"AvailabilityZoneId":{"shape":"AvailabilityZoneId"},
|
1071
|
-
"AvailabilityZoneName":{"shape":"AvailabilityZoneName"}
|
1151
|
+
"AvailabilityZoneName":{"shape":"AvailabilityZoneName"},
|
1152
|
+
"VpcId":{"shape":"VpcId"}
|
1072
1153
|
}
|
1073
1154
|
},
|
1074
1155
|
"MountTargetDescriptions":{
|
1075
1156
|
"type":"list",
|
1076
1157
|
"member":{"shape":"MountTargetDescription"}
|
1077
1158
|
},
|
1078
|
-
"MountTargetId":{
|
1159
|
+
"MountTargetId":{
|
1160
|
+
"type":"string",
|
1161
|
+
"max":45,
|
1162
|
+
"min":13,
|
1163
|
+
"pattern":"^fsmt-[0-9a-f]{8,40}$"
|
1164
|
+
},
|
1079
1165
|
"MountTargetNotFound":{
|
1080
1166
|
"type":"structure",
|
1081
1167
|
"required":["ErrorCode"],
|
@@ -1160,6 +1246,21 @@
|
|
1160
1246
|
"type":"double",
|
1161
1247
|
"min":1.0
|
1162
1248
|
},
|
1249
|
+
"PutBackupPolicyRequest":{
|
1250
|
+
"type":"structure",
|
1251
|
+
"required":[
|
1252
|
+
"FileSystemId",
|
1253
|
+
"BackupPolicy"
|
1254
|
+
],
|
1255
|
+
"members":{
|
1256
|
+
"FileSystemId":{
|
1257
|
+
"shape":"FileSystemId",
|
1258
|
+
"location":"uri",
|
1259
|
+
"locationName":"FileSystemId"
|
1260
|
+
},
|
1261
|
+
"BackupPolicy":{"shape":"BackupPolicy"}
|
1262
|
+
}
|
1263
|
+
},
|
1163
1264
|
"PutFileSystemPolicyRequest":{
|
1164
1265
|
"type":"structure",
|
1165
1266
|
"required":[
|
@@ -1205,7 +1306,12 @@
|
|
1205
1306
|
"max":16,
|
1206
1307
|
"min":0
|
1207
1308
|
},
|
1208
|
-
"SecurityGroup":{
|
1309
|
+
"SecurityGroup":{
|
1310
|
+
"type":"string",
|
1311
|
+
"max":43,
|
1312
|
+
"min":11,
|
1313
|
+
"pattern":"^sg-[0-9a-f]{8,40}"
|
1314
|
+
},
|
1209
1315
|
"SecurityGroupLimitExceeded":{
|
1210
1316
|
"type":"structure",
|
1211
1317
|
"required":["ErrorCode"],
|
@@ -1231,7 +1337,21 @@
|
|
1231
1337
|
"member":{"shape":"SecurityGroup"},
|
1232
1338
|
"max":5
|
1233
1339
|
},
|
1234
|
-
"
|
1340
|
+
"Status":{
|
1341
|
+
"type":"string",
|
1342
|
+
"enum":[
|
1343
|
+
"ENABLED",
|
1344
|
+
"ENABLING",
|
1345
|
+
"DISABLED",
|
1346
|
+
"DISABLING"
|
1347
|
+
]
|
1348
|
+
},
|
1349
|
+
"SubnetId":{
|
1350
|
+
"type":"string",
|
1351
|
+
"max":47,
|
1352
|
+
"min":15,
|
1353
|
+
"pattern":"^subnet-[0-9a-f]{8,40}$"
|
1354
|
+
},
|
1235
1355
|
"SubnetNotFound":{
|
1236
1356
|
"type":"structure",
|
1237
1357
|
"required":["ErrorCode"],
|
@@ -1256,7 +1376,8 @@
|
|
1256
1376
|
"TagKey":{
|
1257
1377
|
"type":"string",
|
1258
1378
|
"max":128,
|
1259
|
-
"min":1
|
1379
|
+
"min":1,
|
1380
|
+
"pattern":"^(?![aA]{1}[wW]{1}[sS]{1}:)([\\p{L}\\p{Z}\\p{N}_.:/=+\\-@]+)$"
|
1260
1381
|
},
|
1261
1382
|
"TagKeys":{
|
1262
1383
|
"type":"list",
|
@@ -1281,7 +1402,8 @@
|
|
1281
1402
|
},
|
1282
1403
|
"TagValue":{
|
1283
1404
|
"type":"string",
|
1284
|
-
"max":256
|
1405
|
+
"max":256,
|
1406
|
+
"pattern":"^([\\p{L}\\p{Z}\\p{N}_.:/=+\\-@]*)$"
|
1285
1407
|
},
|
1286
1408
|
"Tags":{
|
1287
1409
|
"type":"list",
|
@@ -1372,6 +1494,17 @@
|
|
1372
1494
|
"ThroughputMode":{"shape":"ThroughputMode"},
|
1373
1495
|
"ProvisionedThroughputInMibps":{"shape":"ProvisionedThroughputInMibps"}
|
1374
1496
|
}
|
1375
|
-
}
|
1497
|
+
},
|
1498
|
+
"ValidationException":{
|
1499
|
+
"type":"structure",
|
1500
|
+
"required":["ErrorCode"],
|
1501
|
+
"members":{
|
1502
|
+
"ErrorCode":{"shape":"ErrorCode"},
|
1503
|
+
"Message":{"shape":"ErrorMessage"}
|
1504
|
+
},
|
1505
|
+
"error":{"httpStatusCode":400},
|
1506
|
+
"exception":true
|
1507
|
+
},
|
1508
|
+
"VpcId":{"type":"string"}
|
1376
1509
|
}
|
1377
1510
|
}
|