aws-sdk-core 2.11.541 → 2.11.546

Sign up to get free protection for your applications and to get access to all the features.
Files changed (34) hide show
  1. checksums.yaml +4 -4
  2. data/apis/alexaforbusiness/2017-11-09/api-2.json +3 -2
  3. data/apis/appmesh/2019-01-25/api-2.json +1420 -11
  4. data/apis/appmesh/2019-01-25/paginators-1.json +12 -0
  5. data/apis/ce/2017-10-25/api-2.json +1 -0
  6. data/apis/cloudfront/2019-03-26/api-2.json +2 -1
  7. data/apis/comprehend/2017-11-27/api-2.json +58 -35
  8. data/apis/ebs/2019-11-02/api-2.json +377 -9
  9. data/apis/ec2/2016-11-15/api-2.json +16 -0
  10. data/apis/elasticfilesystem/2015-02-01/api-2.json +146 -13
  11. data/apis/elasticfilesystem/2015-02-01/examples-1.json +1 -1
  12. data/apis/eventbridge/2015-10-07/api-2.json +76 -12
  13. data/apis/events/2015-10-07/api-2.json +76 -12
  14. data/apis/forecast/2018-06-26/api-2.json +136 -8
  15. data/apis/glue/2017-03-31/api-2.json +95 -10
  16. data/apis/iotsitewise/2019-12-02/api-2.json +0 -4
  17. data/apis/ivs/2020-07-14/api-2.json +809 -0
  18. data/apis/ivs/2020-07-14/examples-1.json +5 -0
  19. data/apis/ivs/2020-07-14/paginators-1.json +27 -0
  20. data/apis/lakeformation/2017-03-31/api-2.json +23 -6
  21. data/apis/organizations/2016-11-28/api-2.json +4 -2
  22. data/apis/quicksight/2018-04-01/api-2.json +939 -9
  23. data/apis/rds/2014-10-31/api-2.json +9 -1
  24. data/apis/sagemaker/2017-07-24/api-2.json +32 -0
  25. data/apis/secretsmanager/2017-10-17/api-2.json +111 -5
  26. data/apis/secretsmanager/2017-10-17/examples-1.json +23 -0
  27. data/apis/storagegateway/2013-06-30/api-2.json +47 -9
  28. data/apis/wafv2/2019-07-29/api-2.json +63 -6
  29. data/endpoints.json +111 -0
  30. data/lib/aws-sdk-core.rb +1 -0
  31. data/lib/aws-sdk-core/ivs.rb +6 -0
  32. data/lib/aws-sdk-core/version.rb +1 -1
  33. data/service-models.json +4 -0
  34. metadata +6 -2
@@ -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":{"type":"string"},
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":{"type":"string"},
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":{"type":"string"},
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
- "min":1
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":{"type":"string"},
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":{"type":"string"},
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":{"type":"string"},
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
- "SubnetId":{"type":"string"},
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
  }
@@ -189,7 +189,7 @@
189
189
  },
190
190
  "output": {
191
191
  "SecurityGroups": [
192
- "sg-fghi4567"
192
+ "sg-4567abcd"
193
193
  ]
194
194
  },
195
195
  "comments": {
@@ -23,7 +23,8 @@
23
23
  {"shape":"ResourceNotFoundException"},
24
24
  {"shape":"ConcurrentModificationException"},
25
25
  {"shape":"InvalidStateException"},
26
- {"shape":"InternalException"}
26
+ {"shape":"InternalException"},
27
+ {"shape":"OperationDisabledException"}
27
28
  ]
28
29
  },
29
30
  "CreateEventBus":{
@@ -40,7 +41,8 @@
40
41
  {"shape":"InvalidStateException"},
41
42
  {"shape":"InternalException"},
42
43
  {"shape":"ConcurrentModificationException"},
43
- {"shape":"LimitExceededException"}
44
+ {"shape":"LimitExceededException"},
45
+ {"shape":"OperationDisabledException"}
44
46
  ]
45
47
  },
46
48
  "CreatePartnerEventSource":{
@@ -55,7 +57,8 @@
55
57
  {"shape":"ResourceAlreadyExistsException"},
56
58
  {"shape":"InternalException"},
57
59
  {"shape":"ConcurrentModificationException"},
58
- {"shape":"LimitExceededException"}
60
+ {"shape":"LimitExceededException"},
61
+ {"shape":"OperationDisabledException"}
59
62
  ]
60
63
  },
61
64
  "DeactivateEventSource":{
@@ -69,7 +72,8 @@
69
72
  {"shape":"ResourceNotFoundException"},
70
73
  {"shape":"ConcurrentModificationException"},
71
74
  {"shape":"InvalidStateException"},
72
- {"shape":"InternalException"}
75
+ {"shape":"InternalException"},
76
+ {"shape":"OperationDisabledException"}
73
77
  ]
74
78
  },
75
79
  "DeleteEventBus":{
@@ -93,7 +97,8 @@
93
97
  "input":{"shape":"DeletePartnerEventSourceRequest"},
94
98
  "errors":[
95
99
  {"shape":"InternalException"},
96
- {"shape":"ConcurrentModificationException"}
100
+ {"shape":"ConcurrentModificationException"},
101
+ {"shape":"OperationDisabledException"}
97
102
  ]
98
103
  },
99
104
  "DeleteRule":{
@@ -133,7 +138,8 @@
133
138
  "output":{"shape":"DescribeEventSourceResponse"},
134
139
  "errors":[
135
140
  {"shape":"ResourceNotFoundException"},
136
- {"shape":"InternalException"}
141
+ {"shape":"InternalException"},
142
+ {"shape":"OperationDisabledException"}
137
143
  ]
138
144
  },
139
145
  "DescribePartnerEventSource":{
@@ -146,7 +152,8 @@
146
152
  "output":{"shape":"DescribePartnerEventSourceResponse"},
147
153
  "errors":[
148
154
  {"shape":"ResourceNotFoundException"},
149
- {"shape":"InternalException"}
155
+ {"shape":"InternalException"},
156
+ {"shape":"OperationDisabledException"}
150
157
  ]
151
158
  },
152
159
  "DescribeRule":{
@@ -211,7 +218,8 @@
211
218
  "input":{"shape":"ListEventSourcesRequest"},
212
219
  "output":{"shape":"ListEventSourcesResponse"},
213
220
  "errors":[
214
- {"shape":"InternalException"}
221
+ {"shape":"InternalException"},
222
+ {"shape":"OperationDisabledException"}
215
223
  ]
216
224
  },
217
225
  "ListPartnerEventSourceAccounts":{
@@ -224,7 +232,8 @@
224
232
  "output":{"shape":"ListPartnerEventSourceAccountsResponse"},
225
233
  "errors":[
226
234
  {"shape":"ResourceNotFoundException"},
227
- {"shape":"InternalException"}
235
+ {"shape":"InternalException"},
236
+ {"shape":"OperationDisabledException"}
228
237
  ]
229
238
  },
230
239
  "ListPartnerEventSources":{
@@ -236,7 +245,8 @@
236
245
  "input":{"shape":"ListPartnerEventSourcesRequest"},
237
246
  "output":{"shape":"ListPartnerEventSourcesResponse"},
238
247
  "errors":[
239
- {"shape":"InternalException"}
248
+ {"shape":"InternalException"},
249
+ {"shape":"OperationDisabledException"}
240
250
  ]
241
251
  },
242
252
  "ListRuleNamesByTarget":{
@@ -312,7 +322,8 @@
312
322
  "input":{"shape":"PutPartnerEventsRequest"},
313
323
  "output":{"shape":"PutPartnerEventsResponse"},
314
324
  "errors":[
315
- {"shape":"InternalException"}
325
+ {"shape":"InternalException"},
326
+ {"shape":"OperationDisabledException"}
316
327
  ]
317
328
  },
318
329
  "PutPermission":{
@@ -745,6 +756,29 @@
745
756
  ]
746
757
  },
747
758
  "EventTime":{"type":"timestamp"},
759
+ "HeaderKey":{
760
+ "type":"string",
761
+ "max":512,
762
+ "pattern":"^[!#$%&'*+-.^_`|~0-9a-zA-Z]+$"
763
+ },
764
+ "HeaderParametersMap":{
765
+ "type":"map",
766
+ "key":{"shape":"HeaderKey"},
767
+ "value":{"shape":"HeaderValue"}
768
+ },
769
+ "HeaderValue":{
770
+ "type":"string",
771
+ "max":512,
772
+ "pattern":"^[ \\t]*[\\x20-\\x7E]+([ \\t]+[\\x20-\\x7E]+)*[ \\t]*$"
773
+ },
774
+ "HttpParameters":{
775
+ "type":"structure",
776
+ "members":{
777
+ "PathParameterValues":{"shape":"PathParameterList"},
778
+ "HeaderParameters":{"shape":"HeaderParametersMap"},
779
+ "QueryStringParameters":{"shape":"QueryStringParametersMap"}
780
+ }
781
+ },
748
782
  "InputTransformer":{
749
783
  "type":"structure",
750
784
  "required":["InputTemplate"],
@@ -962,6 +996,12 @@
962
996
  "min":1,
963
997
  "pattern":"[\\.\\-_A-Za-z0-9]+"
964
998
  },
999
+ "OperationDisabledException":{
1000
+ "type":"structure",
1001
+ "members":{
1002
+ },
1003
+ "exception":true
1004
+ },
965
1005
  "PartnerEventSource":{
966
1006
  "type":"structure",
967
1007
  "members":{
@@ -992,6 +1032,14 @@
992
1032
  "min":1,
993
1033
  "pattern":"aws\\.partner/[\\.\\-_A-Za-z0-9]+/[/\\.\\-_A-Za-z0-9]*"
994
1034
  },
1035
+ "PathParameter":{
1036
+ "type":"string",
1037
+ "pattern":"^(?!\\s*$).+"
1038
+ },
1039
+ "PathParameterList":{
1040
+ "type":"list",
1041
+ "member":{"shape":"PathParameter"}
1042
+ },
995
1043
  "PolicyLengthExceededException":{
996
1044
  "type":"structure",
997
1045
  "members":{
@@ -1155,6 +1203,21 @@
1155
1203
  "type":"list",
1156
1204
  "member":{"shape":"PutTargetsResultEntry"}
1157
1205
  },
1206
+ "QueryStringKey":{
1207
+ "type":"string",
1208
+ "max":512,
1209
+ "pattern":"[^\\x00-\\x1F\\x7F]+"
1210
+ },
1211
+ "QueryStringParametersMap":{
1212
+ "type":"map",
1213
+ "key":{"shape":"QueryStringKey"},
1214
+ "value":{"shape":"QueryStringValue"}
1215
+ },
1216
+ "QueryStringValue":{
1217
+ "type":"string",
1218
+ "max":512,
1219
+ "pattern":"[^\\x00-\\x09\\x0B\\x0C\\x0E-\\x1F\\x7F]+"
1220
+ },
1158
1221
  "RemovePermissionRequest":{
1159
1222
  "type":"structure",
1160
1223
  "required":["StatementId"],
@@ -1380,7 +1443,8 @@
1380
1443
  "RunCommandParameters":{"shape":"RunCommandParameters"},
1381
1444
  "EcsParameters":{"shape":"EcsParameters"},
1382
1445
  "BatchParameters":{"shape":"BatchParameters"},
1383
- "SqsParameters":{"shape":"SqsParameters"}
1446
+ "SqsParameters":{"shape":"SqsParameters"},
1447
+ "HttpParameters":{"shape":"HttpParameters"}
1384
1448
  }
1385
1449
  },
1386
1450
  "TargetArn":{