aws-sdk-core 2.1.10 → 2.1.11

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: a6c94cf4bb314b7134f6d4ff0b3c38d2000278f4
4
- data.tar.gz: e8fc423ae23e4d645c0136fadda39ef98ef01455
3
+ metadata.gz: f4b71ea1bd30f540c6d21236a687ba701d3cf28b
4
+ data.tar.gz: 6010a6023d01d4abb53693e6e091c90a7cad71bd
5
5
  SHA512:
6
- metadata.gz: ba05ef2eea4c609eba939fb91cecfd931e5d56a743f6d21ebcb2529a04d31f60ed1d29e13eeba6df31b3a7d8f755320d451a80d4f7392abd33c82f23afd56260
7
- data.tar.gz: 3a6406c5742b4870dec8ac55abb842d64870e594d6ce7fd6e54eddedc7dd7e0d1b5ab8810b2f4198949e4badf5501e42196b636110c255f347620d91a3544282
6
+ metadata.gz: bd08223cf7e063d2040d95082d999f98722d2ff271005cc42b1b168fd73404191ca4e631ace597b4c4377028dc2ebc7825579ac9db7dbaa2431cf021214aad9e
7
+ data.tar.gz: 3ddbdbbf720568a32f7079e92ad034dad75bafc5bf36f0fbf707b83b2e17a88e467a0d29b44cf67389f3037aa762282abb29a05b12038c87ac7029fc77da9917
@@ -297,6 +297,24 @@
297
297
  }
298
298
  ]
299
299
  },
300
+ "DeregisterEcsCluster":{
301
+ "name":"DeregisterEcsCluster",
302
+ "http":{
303
+ "method":"POST",
304
+ "requestUri":"/"
305
+ },
306
+ "input":{"shape":"DeregisterEcsClusterRequest"},
307
+ "errors":[
308
+ {
309
+ "shape":"ValidationException",
310
+ "exception":true
311
+ },
312
+ {
313
+ "shape":"ResourceNotFoundException",
314
+ "exception":true
315
+ }
316
+ ]
317
+ },
300
318
  "DeregisterElasticIp":{
301
319
  "name":"DeregisterElasticIp",
302
320
  "http":{
@@ -445,6 +463,25 @@
445
463
  }
446
464
  ]
447
465
  },
466
+ "DescribeEcsClusters":{
467
+ "name":"DescribeEcsClusters",
468
+ "http":{
469
+ "method":"POST",
470
+ "requestUri":"/"
471
+ },
472
+ "input":{"shape":"DescribeEcsClustersRequest"},
473
+ "output":{"shape":"DescribeEcsClustersResult"},
474
+ "errors":[
475
+ {
476
+ "shape":"ValidationException",
477
+ "exception":true
478
+ },
479
+ {
480
+ "shape":"ResourceNotFoundException",
481
+ "exception":true
482
+ }
483
+ ]
484
+ },
448
485
  "DescribeElasticIps":{
449
486
  "name":"DescribeElasticIps",
450
487
  "http":{
@@ -826,6 +863,25 @@
826
863
  }
827
864
  ]
828
865
  },
866
+ "RegisterEcsCluster":{
867
+ "name":"RegisterEcsCluster",
868
+ "http":{
869
+ "method":"POST",
870
+ "requestUri":"/"
871
+ },
872
+ "input":{"shape":"RegisterEcsClusterRequest"},
873
+ "output":{"shape":"RegisterEcsClusterResult"},
874
+ "errors":[
875
+ {
876
+ "shape":"ValidationException",
877
+ "exception":true
878
+ },
879
+ {
880
+ "shape":"ResourceNotFoundException",
881
+ "exception":true
882
+ }
883
+ ]
884
+ },
829
885
  "RegisterElasticIp":{
830
886
  "name":"RegisterElasticIp",
831
887
  "http":{
@@ -1263,12 +1319,14 @@
1263
1319
  "enum":[
1264
1320
  "DocumentRoot",
1265
1321
  "RailsEnv",
1266
- "AutoBundleOnDeploy"
1322
+ "AutoBundleOnDeploy",
1323
+ "AwsFlowRubySettings"
1267
1324
  ]
1268
1325
  },
1269
1326
  "AppType":{
1270
1327
  "type":"string",
1271
1328
  "enum":[
1329
+ "aws-flow-ruby",
1272
1330
  "java",
1273
1331
  "rails",
1274
1332
  "php",
@@ -1522,6 +1580,7 @@
1522
1580
  "Shortname":{"shape":"String"},
1523
1581
  "Attributes":{"shape":"LayerAttributes"},
1524
1582
  "CustomInstanceProfileArn":{"shape":"String"},
1583
+ "CustomJson":{"shape":"String"},
1525
1584
  "CustomSecurityGroupIds":{"shape":"Strings"},
1526
1585
  "Packages":{"shape":"Strings"},
1527
1586
  "VolumeConfigurations":{"shape":"VolumeConfigurations"},
@@ -1698,6 +1757,13 @@
1698
1757
  "type":"list",
1699
1758
  "member":{"shape":"Deployment"}
1700
1759
  },
1760
+ "DeregisterEcsClusterRequest":{
1761
+ "type":"structure",
1762
+ "required":["EcsClusterArn"],
1763
+ "members":{
1764
+ "EcsClusterArn":{"shape":"String"}
1765
+ }
1766
+ },
1701
1767
  "DeregisterElasticIpRequest":{
1702
1768
  "type":"structure",
1703
1769
  "required":["ElasticIp"],
@@ -1780,6 +1846,22 @@
1780
1846
  "Deployments":{"shape":"Deployments"}
1781
1847
  }
1782
1848
  },
1849
+ "DescribeEcsClustersRequest":{
1850
+ "type":"structure",
1851
+ "members":{
1852
+ "EcsClusterArns":{"shape":"Strings"},
1853
+ "StackId":{"shape":"String"},
1854
+ "NextToken":{"shape":"String"},
1855
+ "MaxResults":{"shape":"Integer"}
1856
+ }
1857
+ },
1858
+ "DescribeEcsClustersResult":{
1859
+ "type":"structure",
1860
+ "members":{
1861
+ "EcsClusters":{"shape":"EcsClusters"},
1862
+ "NextToken":{"shape":"String"}
1863
+ }
1864
+ },
1783
1865
  "DescribeElasticIpsRequest":{
1784
1866
  "type":"structure",
1785
1867
  "members":{
@@ -2019,6 +2101,19 @@
2019
2101
  "DeleteOnTermination":{"shape":"Boolean"}
2020
2102
  }
2021
2103
  },
2104
+ "EcsCluster":{
2105
+ "type":"structure",
2106
+ "members":{
2107
+ "EcsClusterArn":{"shape":"String"},
2108
+ "EcsClusterName":{"shape":"String"},
2109
+ "StackId":{"shape":"String"},
2110
+ "RegisteredAt":{"shape":"DateTime"}
2111
+ }
2112
+ },
2113
+ "EcsClusters":{
2114
+ "type":"list",
2115
+ "member":{"shape":"EcsCluster"}
2116
+ },
2022
2117
  "ElasticIp":{
2023
2118
  "type":"structure",
2024
2119
  "members":{
@@ -2108,6 +2203,8 @@
2108
2203
  "CreatedAt":{"shape":"DateTime"},
2109
2204
  "EbsOptimized":{"shape":"Boolean"},
2110
2205
  "Ec2InstanceId":{"shape":"String"},
2206
+ "EcsClusterArn":{"shape":"String"},
2207
+ "EcsContainerInstanceArn":{"shape":"String"},
2111
2208
  "ElasticIp":{"shape":"String"},
2112
2209
  "Hostname":{"shape":"String"},
2113
2210
  "InfrastructureClass":{"shape":"String"},
@@ -2187,6 +2284,7 @@
2187
2284
  "Shortname":{"shape":"String"},
2188
2285
  "Attributes":{"shape":"LayerAttributes"},
2189
2286
  "CustomInstanceProfileArn":{"shape":"String"},
2287
+ "CustomJson":{"shape":"String"},
2190
2288
  "CustomSecurityGroupIds":{"shape":"Strings"},
2191
2289
  "DefaultSecurityGroupNames":{"shape":"Strings"},
2192
2290
  "Packages":{"shape":"Strings"},
@@ -2210,6 +2308,7 @@
2210
2308
  "LayerAttributesKeys":{
2211
2309
  "type":"string",
2212
2310
  "enum":[
2311
+ "EcsClusterArn",
2213
2312
  "EnableHaproxyStats",
2214
2313
  "HaproxyStatsUrl",
2215
2314
  "HaproxyStatsUser",
@@ -2239,6 +2338,8 @@
2239
2338
  "LayerType":{
2240
2339
  "type":"string",
2241
2340
  "enum":[
2341
+ "aws-flow-ruby",
2342
+ "ecs-cluster",
2242
2343
  "java-app",
2243
2344
  "lb",
2244
2345
  "web",
@@ -2356,6 +2457,23 @@
2356
2457
  "Shutdown":{"shape":"Strings"}
2357
2458
  }
2358
2459
  },
2460
+ "RegisterEcsClusterRequest":{
2461
+ "type":"structure",
2462
+ "required":[
2463
+ "EcsClusterArn",
2464
+ "StackId"
2465
+ ],
2466
+ "members":{
2467
+ "EcsClusterArn":{"shape":"String"},
2468
+ "StackId":{"shape":"String"}
2469
+ }
2470
+ },
2471
+ "RegisterEcsClusterResult":{
2472
+ "type":"structure",
2473
+ "members":{
2474
+ "EcsClusterArn":{"shape":"String"}
2475
+ }
2476
+ },
2359
2477
  "RegisterElasticIpRequest":{
2360
2478
  "type":"structure",
2361
2479
  "required":[
@@ -2716,6 +2834,7 @@
2716
2834
  "Shortname":{"shape":"String"},
2717
2835
  "Attributes":{"shape":"LayerAttributes"},
2718
2836
  "CustomInstanceProfileArn":{"shape":"String"},
2837
+ "CustomJson":{"shape":"String"},
2719
2838
  "CustomSecurityGroupIds":{"shape":"Strings"},
2720
2839
  "Packages":{"shape":"Strings"},
2721
2840
  "VolumeConfigurations":{"shape":"VolumeConfigurations"},
@@ -146,6 +146,48 @@
146
146
  }
147
147
  ]
148
148
  },
149
+ "CopyDBClusterSnapshot":{
150
+ "name":"CopyDBClusterSnapshot",
151
+ "http":{
152
+ "method":"POST",
153
+ "requestUri":"/"
154
+ },
155
+ "input":{"shape":"CopyDBClusterSnapshotMessage"},
156
+ "output":{
157
+ "shape":"CopyDBClusterSnapshotResult",
158
+ "wrapper":true,
159
+ "resultWrapper":"CopyDBClusterSnapshotResult"
160
+ },
161
+ "errors":[
162
+ {
163
+ "shape":"DBClusterSnapshotAlreadyExistsFault",
164
+ "error":{
165
+ "code":"DBClusterSnapshotAlreadyExistsFault",
166
+ "httpStatusCode":400,
167
+ "senderFault":true
168
+ },
169
+ "exception":true
170
+ },
171
+ {
172
+ "shape":"DBClusterSnapshotNotFoundFault",
173
+ "error":{
174
+ "code":"DBClusterSnapshotNotFoundFault",
175
+ "httpStatusCode":404,
176
+ "senderFault":true
177
+ },
178
+ "exception":true
179
+ },
180
+ {
181
+ "shape":"InvalidDBClusterStateFault",
182
+ "error":{
183
+ "code":"InvalidDBClusterStateFault",
184
+ "httpStatusCode":400,
185
+ "senderFault":true
186
+ },
187
+ "exception":true
188
+ }
189
+ ]
190
+ },
149
191
  "CopyDBParameterGroup":{
150
192
  "name":"CopyDBParameterGroup",
151
193
  "http":{
@@ -281,6 +323,195 @@
281
323
  }
282
324
  ]
283
325
  },
326
+ "CreateDBCluster":{
327
+ "name":"CreateDBCluster",
328
+ "http":{
329
+ "method":"POST",
330
+ "requestUri":"/"
331
+ },
332
+ "input":{"shape":"CreateDBClusterMessage"},
333
+ "output":{
334
+ "shape":"CreateDBClusterResult",
335
+ "wrapper":true,
336
+ "resultWrapper":"CreateDBClusterResult"
337
+ },
338
+ "errors":[
339
+ {
340
+ "shape":"DBClusterAlreadyExistsFault",
341
+ "error":{
342
+ "code":"DBClusterAlreadyExistsFault",
343
+ "httpStatusCode":400,
344
+ "senderFault":true
345
+ },
346
+ "exception":true
347
+ },
348
+ {
349
+ "shape":"InsufficientStorageClusterCapacityFault",
350
+ "error":{
351
+ "code":"InsufficientStorageClusterCapacity",
352
+ "httpStatusCode":400,
353
+ "senderFault":true
354
+ },
355
+ "exception":true
356
+ },
357
+ {
358
+ "shape":"DBClusterQuotaExceededFault",
359
+ "error":{
360
+ "code":"DBClusterQuotaExceededFault",
361
+ "httpStatusCode":403,
362
+ "senderFault":true
363
+ },
364
+ "exception":true
365
+ },
366
+ {
367
+ "shape":"StorageQuotaExceededFault",
368
+ "error":{
369
+ "code":"StorageQuotaExceeded",
370
+ "httpStatusCode":400,
371
+ "senderFault":true
372
+ },
373
+ "exception":true
374
+ },
375
+ {
376
+ "shape":"DBSubnetGroupNotFoundFault",
377
+ "error":{
378
+ "code":"DBSubnetGroupNotFoundFault",
379
+ "httpStatusCode":404,
380
+ "senderFault":true
381
+ },
382
+ "exception":true
383
+ },
384
+ {
385
+ "shape":"InvalidVPCNetworkStateFault",
386
+ "error":{
387
+ "code":"InvalidVPCNetworkStateFault",
388
+ "httpStatusCode":400,
389
+ "senderFault":true
390
+ },
391
+ "exception":true
392
+ },
393
+ {
394
+ "shape":"InvalidDBClusterStateFault",
395
+ "error":{
396
+ "code":"InvalidDBClusterStateFault",
397
+ "httpStatusCode":400,
398
+ "senderFault":true
399
+ },
400
+ "exception":true
401
+ },
402
+ {
403
+ "shape":"InvalidDBSubnetGroupStateFault",
404
+ "error":{
405
+ "code":"InvalidDBSubnetGroupStateFault",
406
+ "httpStatusCode":400,
407
+ "senderFault":true
408
+ },
409
+ "exception":true
410
+ },
411
+ {
412
+ "shape":"InvalidSubnet",
413
+ "error":{
414
+ "code":"InvalidSubnet",
415
+ "httpStatusCode":400,
416
+ "senderFault":true
417
+ },
418
+ "exception":true
419
+ },
420
+ {
421
+ "shape":"DBClusterParameterGroupNotFoundFault",
422
+ "error":{
423
+ "code":"DBClusterParameterGroupNotFound",
424
+ "httpStatusCode":404,
425
+ "senderFault":true
426
+ },
427
+ "exception":true
428
+ }
429
+ ]
430
+ },
431
+ "CreateDBClusterParameterGroup":{
432
+ "name":"CreateDBClusterParameterGroup",
433
+ "http":{
434
+ "method":"POST",
435
+ "requestUri":"/"
436
+ },
437
+ "input":{"shape":"CreateDBClusterParameterGroupMessage"},
438
+ "output":{
439
+ "shape":"CreateDBClusterParameterGroupResult",
440
+ "wrapper":true,
441
+ "resultWrapper":"CreateDBClusterParameterGroupResult"
442
+ },
443
+ "errors":[
444
+ {
445
+ "shape":"DBParameterGroupQuotaExceededFault",
446
+ "error":{
447
+ "code":"DBParameterGroupQuotaExceeded",
448
+ "httpStatusCode":400,
449
+ "senderFault":true
450
+ },
451
+ "exception":true
452
+ },
453
+ {
454
+ "shape":"DBParameterGroupAlreadyExistsFault",
455
+ "error":{
456
+ "code":"DBParameterGroupAlreadyExists",
457
+ "httpStatusCode":400,
458
+ "senderFault":true
459
+ },
460
+ "exception":true
461
+ }
462
+ ]
463
+ },
464
+ "CreateDBClusterSnapshot":{
465
+ "name":"CreateDBClusterSnapshot",
466
+ "http":{
467
+ "method":"POST",
468
+ "requestUri":"/"
469
+ },
470
+ "input":{"shape":"CreateDBClusterSnapshotMessage"},
471
+ "output":{
472
+ "shape":"CreateDBClusterSnapshotResult",
473
+ "wrapper":true,
474
+ "resultWrapper":"CreateDBClusterSnapshotResult"
475
+ },
476
+ "errors":[
477
+ {
478
+ "shape":"DBClusterSnapshotAlreadyExistsFault",
479
+ "error":{
480
+ "code":"DBClusterSnapshotAlreadyExistsFault",
481
+ "httpStatusCode":400,
482
+ "senderFault":true
483
+ },
484
+ "exception":true
485
+ },
486
+ {
487
+ "shape":"InvalidDBClusterStateFault",
488
+ "error":{
489
+ "code":"InvalidDBClusterStateFault",
490
+ "httpStatusCode":400,
491
+ "senderFault":true
492
+ },
493
+ "exception":true
494
+ },
495
+ {
496
+ "shape":"DBClusterNotFoundFault",
497
+ "error":{
498
+ "code":"DBClusterNotFoundFault",
499
+ "httpStatusCode":404,
500
+ "senderFault":true
501
+ },
502
+ "exception":true
503
+ },
504
+ {
505
+ "shape":"SnapshotQuotaExceededFault",
506
+ "error":{
507
+ "code":"SnapshotQuotaExceeded",
508
+ "httpStatusCode":400,
509
+ "senderFault":true
510
+ },
511
+ "exception":true
512
+ }
513
+ ]
514
+ },
284
515
  "CreateDBInstance":{
285
516
  "name":"CreateDBInstance",
286
517
  "http":{
@@ -366,6 +597,15 @@
366
597
  },
367
598
  "exception":true
368
599
  },
600
+ {
601
+ "shape":"InvalidDBClusterStateFault",
602
+ "error":{
603
+ "code":"InvalidDBClusterStateFault",
604
+ "httpStatusCode":400,
605
+ "senderFault":true
606
+ },
607
+ "exception":true
608
+ },
369
609
  {
370
610
  "shape":"InvalidSubnet",
371
611
  "error":{
@@ -402,6 +642,15 @@
402
642
  },
403
643
  "exception":true
404
644
  },
645
+ {
646
+ "shape":"DBClusterNotFoundFault",
647
+ "error":{
648
+ "code":"DBClusterNotFoundFault",
649
+ "httpStatusCode":404,
650
+ "senderFault":true
651
+ },
652
+ "exception":true
653
+ },
405
654
  {
406
655
  "shape":"StorageTypeNotSupportedFault",
407
656
  "error":{
@@ -905,50 +1154,32 @@
905
1154
  }
906
1155
  ]
907
1156
  },
908
- "DeleteDBInstance":{
909
- "name":"DeleteDBInstance",
1157
+ "DeleteDBCluster":{
1158
+ "name":"DeleteDBCluster",
910
1159
  "http":{
911
1160
  "method":"POST",
912
1161
  "requestUri":"/"
913
1162
  },
914
- "input":{"shape":"DeleteDBInstanceMessage"},
1163
+ "input":{"shape":"DeleteDBClusterMessage"},
915
1164
  "output":{
916
- "shape":"DeleteDBInstanceResult",
1165
+ "shape":"DeleteDBClusterResult",
917
1166
  "wrapper":true,
918
- "resultWrapper":"DeleteDBInstanceResult"
1167
+ "resultWrapper":"DeleteDBClusterResult"
919
1168
  },
920
1169
  "errors":[
921
1170
  {
922
- "shape":"DBInstanceNotFoundFault",
1171
+ "shape":"DBClusterNotFoundFault",
923
1172
  "error":{
924
- "code":"DBInstanceNotFound",
1173
+ "code":"DBClusterNotFoundFault",
925
1174
  "httpStatusCode":404,
926
1175
  "senderFault":true
927
1176
  },
928
1177
  "exception":true
929
1178
  },
930
1179
  {
931
- "shape":"InvalidDBInstanceStateFault",
932
- "error":{
933
- "code":"InvalidDBInstanceState",
934
- "httpStatusCode":400,
935
- "senderFault":true
936
- },
937
- "exception":true
938
- },
939
- {
940
- "shape":"DBSnapshotAlreadyExistsFault",
941
- "error":{
942
- "code":"DBSnapshotAlreadyExists",
943
- "httpStatusCode":400,
944
- "senderFault":true
945
- },
946
- "exception":true
947
- },
948
- {
949
- "shape":"SnapshotQuotaExceededFault",
1180
+ "shape":"InvalidDBClusterStateFault",
950
1181
  "error":{
951
- "code":"SnapshotQuotaExceeded",
1182
+ "code":"InvalidDBClusterStateFault",
952
1183
  "httpStatusCode":400,
953
1184
  "senderFault":true
954
1185
  },
@@ -956,13 +1187,13 @@
956
1187
  }
957
1188
  ]
958
1189
  },
959
- "DeleteDBParameterGroup":{
960
- "name":"DeleteDBParameterGroup",
1190
+ "DeleteDBClusterParameterGroup":{
1191
+ "name":"DeleteDBClusterParameterGroup",
961
1192
  "http":{
962
1193
  "method":"POST",
963
1194
  "requestUri":"/"
964
1195
  },
965
- "input":{"shape":"DeleteDBParameterGroupMessage"},
1196
+ "input":{"shape":"DeleteDBClusterParameterGroupMessage"},
966
1197
  "errors":[
967
1198
  {
968
1199
  "shape":"InvalidDBParameterGroupStateFault",
@@ -984,27 +1215,32 @@
984
1215
  }
985
1216
  ]
986
1217
  },
987
- "DeleteDBSecurityGroup":{
988
- "name":"DeleteDBSecurityGroup",
1218
+ "DeleteDBClusterSnapshot":{
1219
+ "name":"DeleteDBClusterSnapshot",
989
1220
  "http":{
990
1221
  "method":"POST",
991
1222
  "requestUri":"/"
992
1223
  },
993
- "input":{"shape":"DeleteDBSecurityGroupMessage"},
1224
+ "input":{"shape":"DeleteDBClusterSnapshotMessage"},
1225
+ "output":{
1226
+ "shape":"DeleteDBClusterSnapshotResult",
1227
+ "wrapper":true,
1228
+ "resultWrapper":"DeleteDBClusterSnapshotResult"
1229
+ },
994
1230
  "errors":[
995
1231
  {
996
- "shape":"InvalidDBSecurityGroupStateFault",
1232
+ "shape":"InvalidDBClusterSnapshotStateFault",
997
1233
  "error":{
998
- "code":"InvalidDBSecurityGroupState",
1234
+ "code":"InvalidDBClusterSnapshotStateFault",
999
1235
  "httpStatusCode":400,
1000
1236
  "senderFault":true
1001
1237
  },
1002
1238
  "exception":true
1003
1239
  },
1004
1240
  {
1005
- "shape":"DBSecurityGroupNotFoundFault",
1241
+ "shape":"DBClusterSnapshotNotFoundFault",
1006
1242
  "error":{
1007
- "code":"DBSecurityGroupNotFound",
1243
+ "code":"DBClusterSnapshotNotFoundFault",
1008
1244
  "httpStatusCode":404,
1009
1245
  "senderFault":true
1010
1246
  },
@@ -1012,24 +1248,131 @@
1012
1248
  }
1013
1249
  ]
1014
1250
  },
1015
- "DeleteDBSnapshot":{
1016
- "name":"DeleteDBSnapshot",
1251
+ "DeleteDBInstance":{
1252
+ "name":"DeleteDBInstance",
1017
1253
  "http":{
1018
1254
  "method":"POST",
1019
1255
  "requestUri":"/"
1020
1256
  },
1021
- "input":{"shape":"DeleteDBSnapshotMessage"},
1257
+ "input":{"shape":"DeleteDBInstanceMessage"},
1022
1258
  "output":{
1023
- "shape":"DeleteDBSnapshotResult",
1259
+ "shape":"DeleteDBInstanceResult",
1024
1260
  "wrapper":true,
1025
- "resultWrapper":"DeleteDBSnapshotResult"
1261
+ "resultWrapper":"DeleteDBInstanceResult"
1026
1262
  },
1027
1263
  "errors":[
1028
1264
  {
1029
- "shape":"InvalidDBSnapshotStateFault",
1265
+ "shape":"DBInstanceNotFoundFault",
1030
1266
  "error":{
1031
- "code":"InvalidDBSnapshotState",
1032
- "httpStatusCode":400,
1267
+ "code":"DBInstanceNotFound",
1268
+ "httpStatusCode":404,
1269
+ "senderFault":true
1270
+ },
1271
+ "exception":true
1272
+ },
1273
+ {
1274
+ "shape":"InvalidDBInstanceStateFault",
1275
+ "error":{
1276
+ "code":"InvalidDBInstanceState",
1277
+ "httpStatusCode":400,
1278
+ "senderFault":true
1279
+ },
1280
+ "exception":true
1281
+ },
1282
+ {
1283
+ "shape":"DBSnapshotAlreadyExistsFault",
1284
+ "error":{
1285
+ "code":"DBSnapshotAlreadyExists",
1286
+ "httpStatusCode":400,
1287
+ "senderFault":true
1288
+ },
1289
+ "exception":true
1290
+ },
1291
+ {
1292
+ "shape":"SnapshotQuotaExceededFault",
1293
+ "error":{
1294
+ "code":"SnapshotQuotaExceeded",
1295
+ "httpStatusCode":400,
1296
+ "senderFault":true
1297
+ },
1298
+ "exception":true
1299
+ }
1300
+ ]
1301
+ },
1302
+ "DeleteDBParameterGroup":{
1303
+ "name":"DeleteDBParameterGroup",
1304
+ "http":{
1305
+ "method":"POST",
1306
+ "requestUri":"/"
1307
+ },
1308
+ "input":{"shape":"DeleteDBParameterGroupMessage"},
1309
+ "errors":[
1310
+ {
1311
+ "shape":"InvalidDBParameterGroupStateFault",
1312
+ "error":{
1313
+ "code":"InvalidDBParameterGroupState",
1314
+ "httpStatusCode":400,
1315
+ "senderFault":true
1316
+ },
1317
+ "exception":true
1318
+ },
1319
+ {
1320
+ "shape":"DBParameterGroupNotFoundFault",
1321
+ "error":{
1322
+ "code":"DBParameterGroupNotFound",
1323
+ "httpStatusCode":404,
1324
+ "senderFault":true
1325
+ },
1326
+ "exception":true
1327
+ }
1328
+ ]
1329
+ },
1330
+ "DeleteDBSecurityGroup":{
1331
+ "name":"DeleteDBSecurityGroup",
1332
+ "http":{
1333
+ "method":"POST",
1334
+ "requestUri":"/"
1335
+ },
1336
+ "input":{"shape":"DeleteDBSecurityGroupMessage"},
1337
+ "errors":[
1338
+ {
1339
+ "shape":"InvalidDBSecurityGroupStateFault",
1340
+ "error":{
1341
+ "code":"InvalidDBSecurityGroupState",
1342
+ "httpStatusCode":400,
1343
+ "senderFault":true
1344
+ },
1345
+ "exception":true
1346
+ },
1347
+ {
1348
+ "shape":"DBSecurityGroupNotFoundFault",
1349
+ "error":{
1350
+ "code":"DBSecurityGroupNotFound",
1351
+ "httpStatusCode":404,
1352
+ "senderFault":true
1353
+ },
1354
+ "exception":true
1355
+ }
1356
+ ]
1357
+ },
1358
+ "DeleteDBSnapshot":{
1359
+ "name":"DeleteDBSnapshot",
1360
+ "http":{
1361
+ "method":"POST",
1362
+ "requestUri":"/"
1363
+ },
1364
+ "input":{"shape":"DeleteDBSnapshotMessage"},
1365
+ "output":{
1366
+ "shape":"DeleteDBSnapshotResult",
1367
+ "wrapper":true,
1368
+ "resultWrapper":"DeleteDBSnapshotResult"
1369
+ },
1370
+ "errors":[
1371
+ {
1372
+ "shape":"InvalidDBSnapshotStateFault",
1373
+ "error":{
1374
+ "code":"InvalidDBSnapshotState",
1375
+ "httpStatusCode":400,
1033
1376
  "senderFault":true
1034
1377
  },
1035
1378
  "exception":true
@@ -1171,7 +1514,99 @@
1171
1514
  "shape":"CertificateNotFoundFault",
1172
1515
  "error":{
1173
1516
  "code":"CertificateNotFound",
1174
- "httpStatusCode":400,
1517
+ "httpStatusCode":404,
1518
+ "senderFault":true
1519
+ },
1520
+ "exception":true
1521
+ }
1522
+ ]
1523
+ },
1524
+ "DescribeDBClusterParameterGroups":{
1525
+ "name":"DescribeDBClusterParameterGroups",
1526
+ "http":{
1527
+ "method":"POST",
1528
+ "requestUri":"/"
1529
+ },
1530
+ "input":{"shape":"DescribeDBClusterParameterGroupsMessage"},
1531
+ "output":{
1532
+ "shape":"DBClusterParameterGroupsMessage",
1533
+ "resultWrapper":"DescribeDBClusterParameterGroupsResult"
1534
+ },
1535
+ "errors":[
1536
+ {
1537
+ "shape":"DBParameterGroupNotFoundFault",
1538
+ "error":{
1539
+ "code":"DBParameterGroupNotFound",
1540
+ "httpStatusCode":404,
1541
+ "senderFault":true
1542
+ },
1543
+ "exception":true
1544
+ }
1545
+ ]
1546
+ },
1547
+ "DescribeDBClusterParameters":{
1548
+ "name":"DescribeDBClusterParameters",
1549
+ "http":{
1550
+ "method":"POST",
1551
+ "requestUri":"/"
1552
+ },
1553
+ "input":{"shape":"DescribeDBClusterParametersMessage"},
1554
+ "output":{
1555
+ "shape":"DBClusterParameterGroupDetails",
1556
+ "resultWrapper":"DescribeDBClusterParametersResult"
1557
+ },
1558
+ "errors":[
1559
+ {
1560
+ "shape":"DBParameterGroupNotFoundFault",
1561
+ "error":{
1562
+ "code":"DBParameterGroupNotFound",
1563
+ "httpStatusCode":404,
1564
+ "senderFault":true
1565
+ },
1566
+ "exception":true
1567
+ }
1568
+ ]
1569
+ },
1570
+ "DescribeDBClusterSnapshots":{
1571
+ "name":"DescribeDBClusterSnapshots",
1572
+ "http":{
1573
+ "method":"POST",
1574
+ "requestUri":"/"
1575
+ },
1576
+ "input":{"shape":"DescribeDBClusterSnapshotsMessage"},
1577
+ "output":{
1578
+ "shape":"DBClusterSnapshotMessage",
1579
+ "resultWrapper":"DescribeDBClusterSnapshotsResult"
1580
+ },
1581
+ "errors":[
1582
+ {
1583
+ "shape":"DBClusterSnapshotNotFoundFault",
1584
+ "error":{
1585
+ "code":"DBClusterSnapshotNotFoundFault",
1586
+ "httpStatusCode":404,
1587
+ "senderFault":true
1588
+ },
1589
+ "exception":true
1590
+ }
1591
+ ]
1592
+ },
1593
+ "DescribeDBClusters":{
1594
+ "name":"DescribeDBClusters",
1595
+ "http":{
1596
+ "method":"POST",
1597
+ "requestUri":"/"
1598
+ },
1599
+ "input":{"shape":"DescribeDBClustersMessage"},
1600
+ "output":{
1601
+ "shape":"DBClusterMessage",
1602
+ "resultWrapper":"DescribeDBClustersResult"
1603
+ },
1604
+ "errors":[
1605
+ {
1606
+ "shape":"DBClusterNotFoundFault",
1607
+ "error":{
1608
+ "code":"DBClusterNotFoundFault",
1609
+ "httpStatusCode":404,
1175
1610
  "senderFault":true
1176
1611
  },
1177
1612
  "exception":true
@@ -1351,6 +1786,19 @@
1351
1786
  }
1352
1787
  ]
1353
1788
  },
1789
+ "DescribeEngineDefaultClusterParameters":{
1790
+ "name":"DescribeEngineDefaultClusterParameters",
1791
+ "http":{
1792
+ "method":"POST",
1793
+ "requestUri":"/"
1794
+ },
1795
+ "input":{"shape":"DescribeEngineDefaultClusterParametersMessage"},
1796
+ "output":{
1797
+ "shape":"DescribeEngineDefaultClusterParametersResult",
1798
+ "wrapper":true,
1799
+ "resultWrapper":"DescribeEngineDefaultClusterParametersResult"
1800
+ }
1801
+ },
1354
1802
  "DescribeEngineDefaultParameters":{
1355
1803
  "name":"DescribeEngineDefaultParameters",
1356
1804
  "http":{
@@ -1547,6 +1995,48 @@
1547
1995
  "senderFault":true
1548
1996
  },
1549
1997
  "exception":true
1998
+ },
1999
+ {
2000
+ "shape":"DBLogFileNotFoundFault",
2001
+ "error":{
2002
+ "code":"DBLogFileNotFoundFault",
2003
+ "httpStatusCode":404,
2004
+ "senderFault":true
2005
+ },
2006
+ "exception":true
2007
+ }
2008
+ ]
2009
+ },
2010
+ "FailoverDBCluster":{
2011
+ "name":"FailoverDBCluster",
2012
+ "http":{
2013
+ "method":"POST",
2014
+ "requestUri":"/"
2015
+ },
2016
+ "input":{"shape":"FailoverDBClusterMessage"},
2017
+ "output":{
2018
+ "shape":"FailoverDBClusterResult",
2019
+ "wrapper":true,
2020
+ "resultWrapper":"FailoverDBClusterResult"
2021
+ },
2022
+ "errors":[
2023
+ {
2024
+ "shape":"DBClusterNotFoundFault",
2025
+ "error":{
2026
+ "code":"DBClusterNotFoundFault",
2027
+ "httpStatusCode":404,
2028
+ "senderFault":true
2029
+ },
2030
+ "exception":true
2031
+ },
2032
+ {
2033
+ "shape":"InvalidDBClusterStateFault",
2034
+ "error":{
2035
+ "code":"InvalidDBClusterStateFault",
2036
+ "httpStatusCode":400,
2037
+ "senderFault":true
2038
+ },
2039
+ "exception":true
1550
2040
  }
1551
2041
  ]
1552
2042
  },
@@ -1582,87 +2072,224 @@
1582
2072
  }
1583
2073
  ]
1584
2074
  },
1585
- "ModifyDBInstance":{
1586
- "name":"ModifyDBInstance",
2075
+ "ModifyDBCluster":{
2076
+ "name":"ModifyDBCluster",
1587
2077
  "http":{
1588
2078
  "method":"POST",
1589
2079
  "requestUri":"/"
1590
2080
  },
1591
- "input":{"shape":"ModifyDBInstanceMessage"},
2081
+ "input":{"shape":"ModifyDBClusterMessage"},
1592
2082
  "output":{
1593
- "shape":"ModifyDBInstanceResult",
2083
+ "shape":"ModifyDBClusterResult",
1594
2084
  "wrapper":true,
1595
- "resultWrapper":"ModifyDBInstanceResult"
2085
+ "resultWrapper":"ModifyDBClusterResult"
1596
2086
  },
1597
2087
  "errors":[
1598
2088
  {
1599
- "shape":"InvalidDBInstanceStateFault",
2089
+ "shape":"DBClusterNotFoundFault",
1600
2090
  "error":{
1601
- "code":"InvalidDBInstanceState",
1602
- "httpStatusCode":400,
2091
+ "code":"DBClusterNotFoundFault",
2092
+ "httpStatusCode":404,
1603
2093
  "senderFault":true
1604
2094
  },
1605
2095
  "exception":true
1606
2096
  },
1607
2097
  {
1608
- "shape":"InvalidDBSecurityGroupStateFault",
2098
+ "shape":"InvalidDBClusterStateFault",
1609
2099
  "error":{
1610
- "code":"InvalidDBSecurityGroupState",
2100
+ "code":"InvalidDBClusterStateFault",
1611
2101
  "httpStatusCode":400,
1612
2102
  "senderFault":true
1613
2103
  },
1614
2104
  "exception":true
1615
2105
  },
1616
2106
  {
1617
- "shape":"DBInstanceAlreadyExistsFault",
2107
+ "shape":"StorageQuotaExceededFault",
1618
2108
  "error":{
1619
- "code":"DBInstanceAlreadyExists",
2109
+ "code":"StorageQuotaExceeded",
1620
2110
  "httpStatusCode":400,
1621
2111
  "senderFault":true
1622
2112
  },
1623
2113
  "exception":true
1624
2114
  },
1625
2115
  {
1626
- "shape":"DBInstanceNotFoundFault",
2116
+ "shape":"DBSubnetGroupNotFoundFault",
1627
2117
  "error":{
1628
- "code":"DBInstanceNotFound",
2118
+ "code":"DBSubnetGroupNotFoundFault",
1629
2119
  "httpStatusCode":404,
1630
2120
  "senderFault":true
1631
2121
  },
1632
2122
  "exception":true
1633
2123
  },
1634
2124
  {
1635
- "shape":"DBSecurityGroupNotFoundFault",
2125
+ "shape":"InvalidVPCNetworkStateFault",
1636
2126
  "error":{
1637
- "code":"DBSecurityGroupNotFound",
1638
- "httpStatusCode":404,
2127
+ "code":"InvalidVPCNetworkStateFault",
2128
+ "httpStatusCode":400,
1639
2129
  "senderFault":true
1640
2130
  },
1641
2131
  "exception":true
1642
2132
  },
1643
2133
  {
1644
- "shape":"DBParameterGroupNotFoundFault",
2134
+ "shape":"InvalidDBSubnetGroupStateFault",
1645
2135
  "error":{
1646
- "code":"DBParameterGroupNotFound",
1647
- "httpStatusCode":404,
2136
+ "code":"InvalidDBSubnetGroupStateFault",
2137
+ "httpStatusCode":400,
1648
2138
  "senderFault":true
1649
2139
  },
1650
2140
  "exception":true
1651
2141
  },
1652
2142
  {
1653
- "shape":"InsufficientDBInstanceCapacityFault",
2143
+ "shape":"InvalidSubnet",
1654
2144
  "error":{
1655
- "code":"InsufficientDBInstanceCapacity",
2145
+ "code":"InvalidSubnet",
1656
2146
  "httpStatusCode":400,
1657
2147
  "senderFault":true
1658
2148
  },
1659
2149
  "exception":true
1660
2150
  },
1661
2151
  {
1662
- "shape":"StorageQuotaExceededFault",
2152
+ "shape":"DBClusterParameterGroupNotFoundFault",
1663
2153
  "error":{
1664
- "code":"StorageQuotaExceeded",
1665
- "httpStatusCode":400,
2154
+ "code":"DBClusterParameterGroupNotFound",
2155
+ "httpStatusCode":404,
2156
+ "senderFault":true
2157
+ },
2158
+ "exception":true
2159
+ },
2160
+ {
2161
+ "shape":"InvalidDBSecurityGroupStateFault",
2162
+ "error":{
2163
+ "code":"InvalidDBSecurityGroupState",
2164
+ "httpStatusCode":400,
2165
+ "senderFault":true
2166
+ },
2167
+ "exception":true
2168
+ },
2169
+ {
2170
+ "shape":"InvalidDBInstanceStateFault",
2171
+ "error":{
2172
+ "code":"InvalidDBInstanceState",
2173
+ "httpStatusCode":400,
2174
+ "senderFault":true
2175
+ },
2176
+ "exception":true
2177
+ }
2178
+ ]
2179
+ },
2180
+ "ModifyDBClusterParameterGroup":{
2181
+ "name":"ModifyDBClusterParameterGroup",
2182
+ "http":{
2183
+ "method":"POST",
2184
+ "requestUri":"/"
2185
+ },
2186
+ "input":{"shape":"ModifyDBClusterParameterGroupMessage"},
2187
+ "output":{
2188
+ "shape":"DBClusterParameterGroupNameMessage",
2189
+ "resultWrapper":"ModifyDBClusterParameterGroupResult"
2190
+ },
2191
+ "errors":[
2192
+ {
2193
+ "shape":"DBParameterGroupNotFoundFault",
2194
+ "error":{
2195
+ "code":"DBParameterGroupNotFound",
2196
+ "httpStatusCode":404,
2197
+ "senderFault":true
2198
+ },
2199
+ "exception":true
2200
+ },
2201
+ {
2202
+ "shape":"InvalidDBParameterGroupStateFault",
2203
+ "error":{
2204
+ "code":"InvalidDBParameterGroupState",
2205
+ "httpStatusCode":400,
2206
+ "senderFault":true
2207
+ },
2208
+ "exception":true
2209
+ }
2210
+ ]
2211
+ },
2212
+ "ModifyDBInstance":{
2213
+ "name":"ModifyDBInstance",
2214
+ "http":{
2215
+ "method":"POST",
2216
+ "requestUri":"/"
2217
+ },
2218
+ "input":{"shape":"ModifyDBInstanceMessage"},
2219
+ "output":{
2220
+ "shape":"ModifyDBInstanceResult",
2221
+ "wrapper":true,
2222
+ "resultWrapper":"ModifyDBInstanceResult"
2223
+ },
2224
+ "errors":[
2225
+ {
2226
+ "shape":"InvalidDBInstanceStateFault",
2227
+ "error":{
2228
+ "code":"InvalidDBInstanceState",
2229
+ "httpStatusCode":400,
2230
+ "senderFault":true
2231
+ },
2232
+ "exception":true
2233
+ },
2234
+ {
2235
+ "shape":"InvalidDBSecurityGroupStateFault",
2236
+ "error":{
2237
+ "code":"InvalidDBSecurityGroupState",
2238
+ "httpStatusCode":400,
2239
+ "senderFault":true
2240
+ },
2241
+ "exception":true
2242
+ },
2243
+ {
2244
+ "shape":"DBInstanceAlreadyExistsFault",
2245
+ "error":{
2246
+ "code":"DBInstanceAlreadyExists",
2247
+ "httpStatusCode":400,
2248
+ "senderFault":true
2249
+ },
2250
+ "exception":true
2251
+ },
2252
+ {
2253
+ "shape":"DBInstanceNotFoundFault",
2254
+ "error":{
2255
+ "code":"DBInstanceNotFound",
2256
+ "httpStatusCode":404,
2257
+ "senderFault":true
2258
+ },
2259
+ "exception":true
2260
+ },
2261
+ {
2262
+ "shape":"DBSecurityGroupNotFoundFault",
2263
+ "error":{
2264
+ "code":"DBSecurityGroupNotFound",
2265
+ "httpStatusCode":404,
2266
+ "senderFault":true
2267
+ },
2268
+ "exception":true
2269
+ },
2270
+ {
2271
+ "shape":"DBParameterGroupNotFoundFault",
2272
+ "error":{
2273
+ "code":"DBParameterGroupNotFound",
2274
+ "httpStatusCode":404,
2275
+ "senderFault":true
2276
+ },
2277
+ "exception":true
2278
+ },
2279
+ {
2280
+ "shape":"InsufficientDBInstanceCapacityFault",
2281
+ "error":{
2282
+ "code":"InsufficientDBInstanceCapacity",
2283
+ "httpStatusCode":400,
2284
+ "senderFault":true
2285
+ },
2286
+ "exception":true
2287
+ },
2288
+ {
2289
+ "shape":"StorageQuotaExceededFault",
2290
+ "error":{
2291
+ "code":"StorageQuotaExceeded",
2292
+ "httpStatusCode":400,
1666
2293
  "senderFault":true
1667
2294
  },
1668
2295
  "exception":true
@@ -1725,7 +2352,7 @@
1725
2352
  "shape":"CertificateNotFoundFault",
1726
2353
  "error":{
1727
2354
  "code":"CertificateNotFound",
1728
- "httpStatusCode":400,
2355
+ "httpStatusCode":404,
1729
2356
  "senderFault":true
1730
2357
  },
1731
2358
  "exception":true
@@ -2085,41 +2712,382 @@
2085
2712
  "exception":true
2086
2713
  },
2087
2714
  {
2088
- "shape":"DBSnapshotNotFoundFault",
2715
+ "shape":"DBSnapshotNotFoundFault",
2716
+ "error":{
2717
+ "code":"DBSnapshotNotFound",
2718
+ "httpStatusCode":404,
2719
+ "senderFault":true
2720
+ },
2721
+ "exception":true
2722
+ }
2723
+ ]
2724
+ },
2725
+ "ResetDBClusterParameterGroup":{
2726
+ "name":"ResetDBClusterParameterGroup",
2727
+ "http":{
2728
+ "method":"POST",
2729
+ "requestUri":"/"
2730
+ },
2731
+ "input":{"shape":"ResetDBClusterParameterGroupMessage"},
2732
+ "output":{
2733
+ "shape":"DBClusterParameterGroupNameMessage",
2734
+ "resultWrapper":"ResetDBClusterParameterGroupResult"
2735
+ },
2736
+ "errors":[
2737
+ {
2738
+ "shape":"InvalidDBParameterGroupStateFault",
2739
+ "error":{
2740
+ "code":"InvalidDBParameterGroupState",
2741
+ "httpStatusCode":400,
2742
+ "senderFault":true
2743
+ },
2744
+ "exception":true
2745
+ },
2746
+ {
2747
+ "shape":"DBParameterGroupNotFoundFault",
2748
+ "error":{
2749
+ "code":"DBParameterGroupNotFound",
2750
+ "httpStatusCode":404,
2751
+ "senderFault":true
2752
+ },
2753
+ "exception":true
2754
+ }
2755
+ ]
2756
+ },
2757
+ "ResetDBParameterGroup":{
2758
+ "name":"ResetDBParameterGroup",
2759
+ "http":{
2760
+ "method":"POST",
2761
+ "requestUri":"/"
2762
+ },
2763
+ "input":{"shape":"ResetDBParameterGroupMessage"},
2764
+ "output":{
2765
+ "shape":"DBParameterGroupNameMessage",
2766
+ "resultWrapper":"ResetDBParameterGroupResult"
2767
+ },
2768
+ "errors":[
2769
+ {
2770
+ "shape":"InvalidDBParameterGroupStateFault",
2771
+ "error":{
2772
+ "code":"InvalidDBParameterGroupState",
2773
+ "httpStatusCode":400,
2774
+ "senderFault":true
2775
+ },
2776
+ "exception":true
2777
+ },
2778
+ {
2779
+ "shape":"DBParameterGroupNotFoundFault",
2780
+ "error":{
2781
+ "code":"DBParameterGroupNotFound",
2782
+ "httpStatusCode":404,
2783
+ "senderFault":true
2784
+ },
2785
+ "exception":true
2786
+ }
2787
+ ]
2788
+ },
2789
+ "RestoreDBClusterFromSnapshot":{
2790
+ "name":"RestoreDBClusterFromSnapshot",
2791
+ "http":{
2792
+ "method":"POST",
2793
+ "requestUri":"/"
2794
+ },
2795
+ "input":{"shape":"RestoreDBClusterFromSnapshotMessage"},
2796
+ "output":{
2797
+ "shape":"RestoreDBClusterFromSnapshotResult",
2798
+ "wrapper":true,
2799
+ "resultWrapper":"RestoreDBClusterFromSnapshotResult"
2800
+ },
2801
+ "errors":[
2802
+ {
2803
+ "shape":"DBClusterAlreadyExistsFault",
2804
+ "error":{
2805
+ "code":"DBClusterAlreadyExistsFault",
2806
+ "httpStatusCode":400,
2807
+ "senderFault":true
2808
+ },
2809
+ "exception":true
2810
+ },
2811
+ {
2812
+ "shape":"DBClusterQuotaExceededFault",
2813
+ "error":{
2814
+ "code":"DBClusterQuotaExceededFault",
2815
+ "httpStatusCode":403,
2816
+ "senderFault":true
2817
+ },
2818
+ "exception":true
2819
+ },
2820
+ {
2821
+ "shape":"StorageQuotaExceededFault",
2822
+ "error":{
2823
+ "code":"StorageQuotaExceeded",
2824
+ "httpStatusCode":400,
2825
+ "senderFault":true
2826
+ },
2827
+ "exception":true
2828
+ },
2829
+ {
2830
+ "shape":"DBSubnetGroupNotFoundFault",
2831
+ "error":{
2832
+ "code":"DBSubnetGroupNotFoundFault",
2833
+ "httpStatusCode":404,
2834
+ "senderFault":true
2835
+ },
2836
+ "exception":true
2837
+ },
2838
+ {
2839
+ "shape":"DBSnapshotNotFoundFault",
2840
+ "error":{
2841
+ "code":"DBSnapshotNotFound",
2842
+ "httpStatusCode":404,
2843
+ "senderFault":true
2844
+ },
2845
+ "exception":true
2846
+ },
2847
+ {
2848
+ "shape":"DBClusterSnapshotNotFoundFault",
2849
+ "error":{
2850
+ "code":"DBClusterSnapshotNotFoundFault",
2851
+ "httpStatusCode":404,
2852
+ "senderFault":true
2853
+ },
2854
+ "exception":true
2855
+ },
2856
+ {
2857
+ "shape":"InsufficientDBClusterCapacityFault",
2858
+ "error":{
2859
+ "code":"InsufficientDBClusterCapacityFault",
2860
+ "httpStatusCode":403,
2861
+ "senderFault":true
2862
+ },
2863
+ "exception":true
2864
+ },
2865
+ {
2866
+ "shape":"InsufficientStorageClusterCapacityFault",
2867
+ "error":{
2868
+ "code":"InsufficientStorageClusterCapacity",
2869
+ "httpStatusCode":400,
2870
+ "senderFault":true
2871
+ },
2872
+ "exception":true
2873
+ },
2874
+ {
2875
+ "shape":"InvalidDBSnapshotStateFault",
2876
+ "error":{
2877
+ "code":"InvalidDBSnapshotState",
2878
+ "httpStatusCode":400,
2879
+ "senderFault":true
2880
+ },
2881
+ "exception":true
2882
+ },
2883
+ {
2884
+ "shape":"InvalidDBClusterSnapshotStateFault",
2885
+ "error":{
2886
+ "code":"InvalidDBClusterSnapshotStateFault",
2887
+ "httpStatusCode":400,
2888
+ "senderFault":true
2889
+ },
2890
+ "exception":true
2891
+ },
2892
+ {
2893
+ "shape":"StorageQuotaExceededFault",
2894
+ "error":{
2895
+ "code":"StorageQuotaExceeded",
2896
+ "httpStatusCode":400,
2897
+ "senderFault":true
2898
+ },
2899
+ "exception":true
2900
+ },
2901
+ {
2902
+ "shape":"InvalidVPCNetworkStateFault",
2903
+ "error":{
2904
+ "code":"InvalidVPCNetworkStateFault",
2905
+ "httpStatusCode":400,
2906
+ "senderFault":true
2907
+ },
2908
+ "exception":true
2909
+ },
2910
+ {
2911
+ "shape":"InvalidRestoreFault",
2912
+ "error":{
2913
+ "code":"InvalidRestoreFault",
2914
+ "httpStatusCode":400,
2915
+ "senderFault":true
2916
+ },
2917
+ "exception":true
2918
+ },
2919
+ {
2920
+ "shape":"DBSubnetGroupNotFoundFault",
2921
+ "error":{
2922
+ "code":"DBSubnetGroupNotFoundFault",
2923
+ "httpStatusCode":404,
2924
+ "senderFault":true
2925
+ },
2926
+ "exception":true
2927
+ },
2928
+ {
2929
+ "shape":"InvalidSubnet",
2930
+ "error":{
2931
+ "code":"InvalidSubnet",
2932
+ "httpStatusCode":400,
2933
+ "senderFault":true
2934
+ },
2935
+ "exception":true
2936
+ },
2937
+ {
2938
+ "shape":"OptionGroupNotFoundFault",
2939
+ "error":{
2940
+ "code":"OptionGroupNotFoundFault",
2941
+ "httpStatusCode":404,
2942
+ "senderFault":true
2943
+ },
2944
+ "exception":true
2945
+ }
2946
+ ]
2947
+ },
2948
+ "RestoreDBClusterToPointInTime":{
2949
+ "name":"RestoreDBClusterToPointInTime",
2950
+ "http":{
2951
+ "method":"POST",
2952
+ "requestUri":"/"
2953
+ },
2954
+ "input":{"shape":"RestoreDBClusterToPointInTimeMessage"},
2955
+ "output":{
2956
+ "shape":"RestoreDBClusterToPointInTimeResult",
2957
+ "wrapper":true,
2958
+ "resultWrapper":"RestoreDBClusterToPointInTimeResult"
2959
+ },
2960
+ "errors":[
2961
+ {
2962
+ "shape":"DBClusterAlreadyExistsFault",
2963
+ "error":{
2964
+ "code":"DBClusterAlreadyExistsFault",
2965
+ "httpStatusCode":400,
2966
+ "senderFault":true
2967
+ },
2968
+ "exception":true
2969
+ },
2970
+ {
2971
+ "shape":"DBClusterQuotaExceededFault",
2972
+ "error":{
2973
+ "code":"DBClusterQuotaExceededFault",
2974
+ "httpStatusCode":403,
2975
+ "senderFault":true
2976
+ },
2977
+ "exception":true
2978
+ },
2979
+ {
2980
+ "shape":"StorageQuotaExceededFault",
2981
+ "error":{
2982
+ "code":"StorageQuotaExceeded",
2983
+ "httpStatusCode":400,
2984
+ "senderFault":true
2985
+ },
2986
+ "exception":true
2987
+ },
2988
+ {
2989
+ "shape":"DBSubnetGroupNotFoundFault",
2990
+ "error":{
2991
+ "code":"DBSubnetGroupNotFoundFault",
2992
+ "httpStatusCode":404,
2993
+ "senderFault":true
2994
+ },
2995
+ "exception":true
2996
+ },
2997
+ {
2998
+ "shape":"DBClusterNotFoundFault",
2999
+ "error":{
3000
+ "code":"DBClusterNotFoundFault",
3001
+ "httpStatusCode":404,
3002
+ "senderFault":true
3003
+ },
3004
+ "exception":true
3005
+ },
3006
+ {
3007
+ "shape":"DBClusterSnapshotNotFoundFault",
3008
+ "error":{
3009
+ "code":"DBClusterSnapshotNotFoundFault",
3010
+ "httpStatusCode":404,
3011
+ "senderFault":true
3012
+ },
3013
+ "exception":true
3014
+ },
3015
+ {
3016
+ "shape":"InsufficientDBClusterCapacityFault",
3017
+ "error":{
3018
+ "code":"InsufficientDBClusterCapacityFault",
3019
+ "httpStatusCode":403,
3020
+ "senderFault":true
3021
+ },
3022
+ "exception":true
3023
+ },
3024
+ {
3025
+ "shape":"InvalidDBSnapshotStateFault",
3026
+ "error":{
3027
+ "code":"InvalidDBSnapshotState",
3028
+ "httpStatusCode":400,
3029
+ "senderFault":true
3030
+ },
3031
+ "exception":true
3032
+ },
3033
+ {
3034
+ "shape":"InvalidDBClusterSnapshotStateFault",
3035
+ "error":{
3036
+ "code":"InvalidDBClusterSnapshotStateFault",
3037
+ "httpStatusCode":400,
3038
+ "senderFault":true
3039
+ },
3040
+ "exception":true
3041
+ },
3042
+ {
3043
+ "shape":"StorageQuotaExceededFault",
3044
+ "error":{
3045
+ "code":"StorageQuotaExceeded",
3046
+ "httpStatusCode":400,
3047
+ "senderFault":true
3048
+ },
3049
+ "exception":true
3050
+ },
3051
+ {
3052
+ "shape":"InvalidVPCNetworkStateFault",
3053
+ "error":{
3054
+ "code":"InvalidVPCNetworkStateFault",
3055
+ "httpStatusCode":400,
3056
+ "senderFault":true
3057
+ },
3058
+ "exception":true
3059
+ },
3060
+ {
3061
+ "shape":"InvalidRestoreFault",
3062
+ "error":{
3063
+ "code":"InvalidRestoreFault",
3064
+ "httpStatusCode":400,
3065
+ "senderFault":true
3066
+ },
3067
+ "exception":true
3068
+ },
3069
+ {
3070
+ "shape":"DBSubnetGroupNotFoundFault",
2089
3071
  "error":{
2090
- "code":"DBSnapshotNotFound",
3072
+ "code":"DBSubnetGroupNotFoundFault",
2091
3073
  "httpStatusCode":404,
2092
3074
  "senderFault":true
2093
3075
  },
2094
3076
  "exception":true
2095
- }
2096
- ]
2097
- },
2098
- "ResetDBParameterGroup":{
2099
- "name":"ResetDBParameterGroup",
2100
- "http":{
2101
- "method":"POST",
2102
- "requestUri":"/"
2103
- },
2104
- "input":{"shape":"ResetDBParameterGroupMessage"},
2105
- "output":{
2106
- "shape":"DBParameterGroupNameMessage",
2107
- "resultWrapper":"ResetDBParameterGroupResult"
2108
- },
2109
- "errors":[
3077
+ },
2110
3078
  {
2111
- "shape":"InvalidDBParameterGroupStateFault",
3079
+ "shape":"InvalidSubnet",
2112
3080
  "error":{
2113
- "code":"InvalidDBParameterGroupState",
3081
+ "code":"InvalidSubnet",
2114
3082
  "httpStatusCode":400,
2115
3083
  "senderFault":true
2116
3084
  },
2117
3085
  "exception":true
2118
3086
  },
2119
3087
  {
2120
- "shape":"DBParameterGroupNotFoundFault",
3088
+ "shape":"OptionGroupNotFoundFault",
2121
3089
  "error":{
2122
- "code":"DBParameterGroupNotFound",
3090
+ "code":"OptionGroupNotFoundFault",
2123
3091
  "httpStatusCode":404,
2124
3092
  "senderFault":true
2125
3093
  },
@@ -2283,6 +3251,15 @@
2283
3251
  "senderFault":true
2284
3252
  },
2285
3253
  "exception":true
3254
+ },
3255
+ {
3256
+ "shape":"DBSecurityGroupNotFoundFault",
3257
+ "error":{
3258
+ "code":"DBSecurityGroupNotFound",
3259
+ "httpStatusCode":404,
3260
+ "senderFault":true
3261
+ },
3262
+ "exception":true
2286
3263
  }
2287
3264
  ]
2288
3265
  },
@@ -2451,6 +3428,15 @@
2451
3428
  "senderFault":true
2452
3429
  },
2453
3430
  "exception":true
3431
+ },
3432
+ {
3433
+ "shape":"DBSecurityGroupNotFoundFault",
3434
+ "error":{
3435
+ "code":"DBSecurityGroupNotFound",
3436
+ "httpStatusCode":404,
3437
+ "senderFault":true
3438
+ },
3439
+ "exception":true
2454
3440
  }
2455
3441
  ]
2456
3442
  },
@@ -2620,6 +3606,13 @@
2620
3606
  "locationName":"AvailabilityZone"
2621
3607
  }
2622
3608
  },
3609
+ "AvailabilityZones":{
3610
+ "type":"list",
3611
+ "member":{
3612
+ "shape":"String",
3613
+ "locationName":"AvailabilityZone"
3614
+ }
3615
+ },
2623
3616
  "Boolean":{"type":"boolean"},
2624
3617
  "BooleanOptional":{"type":"boolean"},
2625
3618
  "Certificate":{
@@ -2653,7 +3646,7 @@
2653
3646
  },
2654
3647
  "error":{
2655
3648
  "code":"CertificateNotFound",
2656
- "httpStatusCode":400,
3649
+ "httpStatusCode":404,
2657
3650
  "senderFault":true
2658
3651
  },
2659
3652
  "exception":true
@@ -2665,6 +3658,18 @@
2665
3658
  "CharacterSetDescription":{"shape":"String"}
2666
3659
  }
2667
3660
  },
3661
+ "CopyDBClusterSnapshotMessage":{
3662
+ "type":"structure",
3663
+ "required":[
3664
+ "SourceDBClusterSnapshotIdentifier",
3665
+ "TargetDBClusterSnapshotIdentifier"
3666
+ ],
3667
+ "members":{
3668
+ "SourceDBClusterSnapshotIdentifier":{"shape":"String"},
3669
+ "TargetDBClusterSnapshotIdentifier":{"shape":"String"},
3670
+ "Tags":{"shape":"TagList"}
3671
+ }
3672
+ },
2668
3673
  "CopyDBParameterGroupMessage":{
2669
3674
  "type":"structure",
2670
3675
  "required":[
@@ -2705,15 +3710,60 @@
2705
3710
  "Tags":{"shape":"TagList"}
2706
3711
  }
2707
3712
  },
3713
+ "CreateDBClusterMessage":{
3714
+ "type":"structure",
3715
+ "members":{
3716
+ "AvailabilityZones":{"shape":"AvailabilityZones"},
3717
+ "BackupRetentionPeriod":{"shape":"IntegerOptional"},
3718
+ "CharacterSetName":{"shape":"String"},
3719
+ "DatabaseName":{"shape":"String"},
3720
+ "DBClusterIdentifier":{"shape":"String"},
3721
+ "DBClusterParameterGroupName":{"shape":"String"},
3722
+ "VpcSecurityGroupIds":{"shape":"VpcSecurityGroupIdList"},
3723
+ "DBSubnetGroupName":{"shape":"String"},
3724
+ "Engine":{"shape":"String"},
3725
+ "EngineVersion":{"shape":"String"},
3726
+ "Port":{"shape":"IntegerOptional"},
3727
+ "MasterUsername":{"shape":"String"},
3728
+ "MasterUserPassword":{"shape":"String"},
3729
+ "OptionGroupName":{"shape":"String"},
3730
+ "PreferredBackupWindow":{"shape":"String"},
3731
+ "PreferredMaintenanceWindow":{"shape":"String"},
3732
+ "Tags":{"shape":"TagList"}
3733
+ }
3734
+ },
3735
+ "CreateDBClusterParameterGroupMessage":{
3736
+ "type":"structure",
3737
+ "required":[
3738
+ "DBClusterParameterGroupName",
3739
+ "DBParameterGroupFamily",
3740
+ "Description"
3741
+ ],
3742
+ "members":{
3743
+ "DBClusterParameterGroupName":{"shape":"String"},
3744
+ "DBParameterGroupFamily":{"shape":"String"},
3745
+ "Description":{"shape":"String"},
3746
+ "Tags":{"shape":"TagList"}
3747
+ }
3748
+ },
3749
+ "CreateDBClusterSnapshotMessage":{
3750
+ "type":"structure",
3751
+ "required":[
3752
+ "DBClusterSnapshotIdentifier",
3753
+ "DBClusterIdentifier"
3754
+ ],
3755
+ "members":{
3756
+ "DBClusterSnapshotIdentifier":{"shape":"String"},
3757
+ "DBClusterIdentifier":{"shape":"String"},
3758
+ "Tags":{"shape":"TagList"}
3759
+ }
3760
+ },
2708
3761
  "CreateDBInstanceMessage":{
2709
3762
  "type":"structure",
2710
3763
  "required":[
2711
3764
  "DBInstanceIdentifier",
2712
- "AllocatedStorage",
2713
3765
  "DBInstanceClass",
2714
- "Engine",
2715
- "MasterUsername",
2716
- "MasterUserPassword"
3766
+ "Engine"
2717
3767
  ],
2718
3768
  "members":{
2719
3769
  "DBName":{"shape":"String"},
@@ -2741,6 +3791,7 @@
2741
3791
  "CharacterSetName":{"shape":"String"},
2742
3792
  "PubliclyAccessible":{"shape":"BooleanOptional"},
2743
3793
  "Tags":{"shape":"TagList"},
3794
+ "DBClusterIdentifier":{"shape":"String"},
2744
3795
  "StorageType":{"shape":"String"},
2745
3796
  "TdeCredentialArn":{"shape":"String"},
2746
3797
  "TdeCredentialPassword":{"shape":"String"},
@@ -2807,51 +3858,260 @@
2807
3858
  "Tags":{"shape":"TagList"}
2808
3859
  }
2809
3860
  },
2810
- "CreateDBSubnetGroupMessage":{
3861
+ "CreateDBSubnetGroupMessage":{
3862
+ "type":"structure",
3863
+ "required":[
3864
+ "DBSubnetGroupName",
3865
+ "DBSubnetGroupDescription",
3866
+ "SubnetIds"
3867
+ ],
3868
+ "members":{
3869
+ "DBSubnetGroupName":{"shape":"String"},
3870
+ "DBSubnetGroupDescription":{"shape":"String"},
3871
+ "SubnetIds":{"shape":"SubnetIdentifierList"},
3872
+ "Tags":{"shape":"TagList"}
3873
+ }
3874
+ },
3875
+ "CreateEventSubscriptionMessage":{
3876
+ "type":"structure",
3877
+ "required":[
3878
+ "SubscriptionName",
3879
+ "SnsTopicArn"
3880
+ ],
3881
+ "members":{
3882
+ "SubscriptionName":{"shape":"String"},
3883
+ "SnsTopicArn":{"shape":"String"},
3884
+ "SourceType":{"shape":"String"},
3885
+ "EventCategories":{"shape":"EventCategoriesList"},
3886
+ "SourceIds":{"shape":"SourceIdsList"},
3887
+ "Enabled":{"shape":"BooleanOptional"},
3888
+ "Tags":{"shape":"TagList"}
3889
+ }
3890
+ },
3891
+ "CreateOptionGroupMessage":{
3892
+ "type":"structure",
3893
+ "required":[
3894
+ "OptionGroupName",
3895
+ "EngineName",
3896
+ "MajorEngineVersion",
3897
+ "OptionGroupDescription"
3898
+ ],
3899
+ "members":{
3900
+ "OptionGroupName":{"shape":"String"},
3901
+ "EngineName":{"shape":"String"},
3902
+ "MajorEngineVersion":{"shape":"String"},
3903
+ "OptionGroupDescription":{"shape":"String"},
3904
+ "Tags":{"shape":"TagList"}
3905
+ }
3906
+ },
3907
+ "DBCluster":{
3908
+ "type":"structure",
3909
+ "members":{
3910
+ "AllocatedStorage":{"shape":"IntegerOptional"},
3911
+ "AvailabilityZones":{"shape":"AvailabilityZones"},
3912
+ "BackupRetentionPeriod":{"shape":"IntegerOptional"},
3913
+ "CharacterSetName":{"shape":"String"},
3914
+ "DatabaseName":{"shape":"String"},
3915
+ "DBClusterIdentifier":{"shape":"String"},
3916
+ "DBClusterParameterGroup":{"shape":"String"},
3917
+ "DBSubnetGroup":{"shape":"String"},
3918
+ "Status":{"shape":"String"},
3919
+ "PercentProgress":{"shape":"String"},
3920
+ "EarliestRestorableTime":{"shape":"TStamp"},
3921
+ "Endpoint":{"shape":"String"},
3922
+ "Engine":{"shape":"String"},
3923
+ "EngineVersion":{"shape":"String"},
3924
+ "LatestRestorableTime":{"shape":"TStamp"},
3925
+ "Port":{"shape":"IntegerOptional"},
3926
+ "MasterUsername":{"shape":"String"},
3927
+ "DBClusterOptionGroupMemberships":{"shape":"DBClusterOptionGroupMemberships"},
3928
+ "PreferredBackupWindow":{"shape":"String"},
3929
+ "PreferredMaintenanceWindow":{"shape":"String"},
3930
+ "DBClusterMembers":{"shape":"DBClusterMemberList"},
3931
+ "VpcSecurityGroups":{"shape":"VpcSecurityGroupMembershipList"}
3932
+ },
3933
+ "wrapper":true
3934
+ },
3935
+ "DBClusterAlreadyExistsFault":{
3936
+ "type":"structure",
3937
+ "members":{
3938
+ },
3939
+ "error":{
3940
+ "code":"DBClusterAlreadyExistsFault",
3941
+ "httpStatusCode":400,
3942
+ "senderFault":true
3943
+ },
3944
+ "exception":true
3945
+ },
3946
+ "DBClusterList":{
3947
+ "type":"list",
3948
+ "member":{
3949
+ "shape":"DBCluster",
3950
+ "locationName":"DBCluster"
3951
+ }
3952
+ },
3953
+ "DBClusterMember":{
3954
+ "type":"structure",
3955
+ "members":{
3956
+ "DBInstanceIdentifier":{"shape":"String"},
3957
+ "IsClusterWriter":{"shape":"Boolean"},
3958
+ "DBClusterParameterGroupStatus":{"shape":"String"}
3959
+ },
3960
+ "wrapper":true
3961
+ },
3962
+ "DBClusterMemberList":{
3963
+ "type":"list",
3964
+ "member":{
3965
+ "shape":"DBClusterMember",
3966
+ "locationName":"DBClusterMember"
3967
+ }
3968
+ },
3969
+ "DBClusterMessage":{
3970
+ "type":"structure",
3971
+ "members":{
3972
+ "Marker":{"shape":"String"},
3973
+ "DBClusters":{"shape":"DBClusterList"}
3974
+ }
3975
+ },
3976
+ "DBClusterNotFoundFault":{
3977
+ "type":"structure",
3978
+ "members":{
3979
+ },
3980
+ "error":{
3981
+ "code":"DBClusterNotFoundFault",
3982
+ "httpStatusCode":404,
3983
+ "senderFault":true
3984
+ },
3985
+ "exception":true
3986
+ },
3987
+ "DBClusterOptionGroupMemberships":{
3988
+ "type":"list",
3989
+ "member":{
3990
+ "shape":"DBClusterOptionGroupStatus",
3991
+ "locationName":"DBClusterOptionGroup"
3992
+ }
3993
+ },
3994
+ "DBClusterOptionGroupStatus":{
3995
+ "type":"structure",
3996
+ "members":{
3997
+ "DBClusterOptionGroupName":{"shape":"String"},
3998
+ "Status":{"shape":"String"}
3999
+ }
4000
+ },
4001
+ "DBClusterParameterGroup":{
4002
+ "type":"structure",
4003
+ "members":{
4004
+ "DBClusterParameterGroupName":{"shape":"String"},
4005
+ "DBParameterGroupFamily":{"shape":"String"},
4006
+ "Description":{"shape":"String"}
4007
+ },
4008
+ "wrapper":true
4009
+ },
4010
+ "DBClusterParameterGroupDetails":{
4011
+ "type":"structure",
4012
+ "members":{
4013
+ "Parameters":{"shape":"ParametersList"},
4014
+ "Marker":{"shape":"String"}
4015
+ }
4016
+ },
4017
+ "DBClusterParameterGroupList":{
4018
+ "type":"list",
4019
+ "member":{
4020
+ "shape":"DBClusterParameterGroup",
4021
+ "locationName":"DBClusterParameterGroup"
4022
+ }
4023
+ },
4024
+ "DBClusterParameterGroupNameMessage":{
4025
+ "type":"structure",
4026
+ "members":{
4027
+ "DBClusterParameterGroupName":{"shape":"String"}
4028
+ }
4029
+ },
4030
+ "DBClusterParameterGroupNotFoundFault":{
4031
+ "type":"structure",
4032
+ "members":{
4033
+ },
4034
+ "error":{
4035
+ "code":"DBClusterParameterGroupNotFound",
4036
+ "httpStatusCode":404,
4037
+ "senderFault":true
4038
+ },
4039
+ "exception":true
4040
+ },
4041
+ "DBClusterParameterGroupsMessage":{
4042
+ "type":"structure",
4043
+ "members":{
4044
+ "Marker":{"shape":"String"},
4045
+ "DBClusterParameterGroups":{"shape":"DBClusterParameterGroupList"}
4046
+ }
4047
+ },
4048
+ "DBClusterQuotaExceededFault":{
4049
+ "type":"structure",
4050
+ "members":{
4051
+ },
4052
+ "error":{
4053
+ "code":"DBClusterQuotaExceededFault",
4054
+ "httpStatusCode":403,
4055
+ "senderFault":true
4056
+ },
4057
+ "exception":true
4058
+ },
4059
+ "DBClusterSnapshot":{
4060
+ "type":"structure",
4061
+ "members":{
4062
+ "AvailabilityZones":{"shape":"AvailabilityZones"},
4063
+ "DBClusterSnapshotIdentifier":{"shape":"String"},
4064
+ "DBClusterIdentifier":{"shape":"String"},
4065
+ "SnapshotCreateTime":{"shape":"TStamp"},
4066
+ "Engine":{"shape":"String"},
4067
+ "AllocatedStorage":{"shape":"Integer"},
4068
+ "Status":{"shape":"String"},
4069
+ "Port":{"shape":"Integer"},
4070
+ "VpcId":{"shape":"String"},
4071
+ "ClusterCreateTime":{"shape":"TStamp"},
4072
+ "MasterUsername":{"shape":"String"},
4073
+ "EngineVersion":{"shape":"String"},
4074
+ "LicenseModel":{"shape":"String"},
4075
+ "SnapshotType":{"shape":"String"},
4076
+ "PercentProgress":{"shape":"Integer"}
4077
+ },
4078
+ "wrapper":true
4079
+ },
4080
+ "DBClusterSnapshotAlreadyExistsFault":{
2811
4081
  "type":"structure",
2812
- "required":[
2813
- "DBSubnetGroupName",
2814
- "DBSubnetGroupDescription",
2815
- "SubnetIds"
2816
- ],
2817
4082
  "members":{
2818
- "DBSubnetGroupName":{"shape":"String"},
2819
- "DBSubnetGroupDescription":{"shape":"String"},
2820
- "SubnetIds":{"shape":"SubnetIdentifierList"},
2821
- "Tags":{"shape":"TagList"}
4083
+ },
4084
+ "error":{
4085
+ "code":"DBClusterSnapshotAlreadyExistsFault",
4086
+ "httpStatusCode":400,
4087
+ "senderFault":true
4088
+ },
4089
+ "exception":true
4090
+ },
4091
+ "DBClusterSnapshotList":{
4092
+ "type":"list",
4093
+ "member":{
4094
+ "shape":"DBClusterSnapshot",
4095
+ "locationName":"DBClusterSnapshot"
2822
4096
  }
2823
4097
  },
2824
- "CreateEventSubscriptionMessage":{
4098
+ "DBClusterSnapshotMessage":{
2825
4099
  "type":"structure",
2826
- "required":[
2827
- "SubscriptionName",
2828
- "SnsTopicArn"
2829
- ],
2830
4100
  "members":{
2831
- "SubscriptionName":{"shape":"String"},
2832
- "SnsTopicArn":{"shape":"String"},
2833
- "SourceType":{"shape":"String"},
2834
- "EventCategories":{"shape":"EventCategoriesList"},
2835
- "SourceIds":{"shape":"SourceIdsList"},
2836
- "Enabled":{"shape":"BooleanOptional"},
2837
- "Tags":{"shape":"TagList"}
4101
+ "Marker":{"shape":"String"},
4102
+ "DBClusterSnapshots":{"shape":"DBClusterSnapshotList"}
2838
4103
  }
2839
4104
  },
2840
- "CreateOptionGroupMessage":{
4105
+ "DBClusterSnapshotNotFoundFault":{
2841
4106
  "type":"structure",
2842
- "required":[
2843
- "OptionGroupName",
2844
- "EngineName",
2845
- "MajorEngineVersion",
2846
- "OptionGroupDescription"
2847
- ],
2848
4107
  "members":{
2849
- "OptionGroupName":{"shape":"String"},
2850
- "EngineName":{"shape":"String"},
2851
- "MajorEngineVersion":{"shape":"String"},
2852
- "OptionGroupDescription":{"shape":"String"},
2853
- "Tags":{"shape":"TagList"}
2854
- }
4108
+ },
4109
+ "error":{
4110
+ "code":"DBClusterSnapshotNotFoundFault",
4111
+ "httpStatusCode":404,
4112
+ "senderFault":true
4113
+ },
4114
+ "exception":true
2855
4115
  },
2856
4116
  "DBEngineVersion":{
2857
4117
  "type":"structure",
@@ -2915,6 +4175,8 @@
2915
4175
  "StatusInfos":{"shape":"DBInstanceStatusInfoList"},
2916
4176
  "StorageType":{"shape":"String"},
2917
4177
  "TdeCredentialArn":{"shape":"String"},
4178
+ "DbInstancePort":{"shape":"Integer"},
4179
+ "DBClusterIdentifier":{"shape":"String"},
2918
4180
  "StorageEncrypted":{"shape":"Boolean"},
2919
4181
  "KmsKeyId":{"shape":"String"},
2920
4182
  "DbiResourceId":{"shape":"String"},
@@ -2974,6 +4236,17 @@
2974
4236
  "locationName":"DBInstanceStatusInfo"
2975
4237
  }
2976
4238
  },
4239
+ "DBLogFileNotFoundFault":{
4240
+ "type":"structure",
4241
+ "members":{
4242
+ },
4243
+ "error":{
4244
+ "code":"DBLogFileNotFoundFault",
4245
+ "httpStatusCode":404,
4246
+ "senderFault":true
4247
+ },
4248
+ "exception":true
4249
+ },
2977
4250
  "DBParameterGroup":{
2978
4251
  "type":"structure",
2979
4252
  "members":{
@@ -3169,6 +4442,7 @@
3169
4442
  "OptionGroupName":{"shape":"String"},
3170
4443
  "PercentProgress":{"shape":"Integer"},
3171
4444
  "SourceRegion":{"shape":"String"},
4445
+ "SourceDBSnapshotIdentifier":{"shape":"String"},
3172
4446
  "StorageType":{"shape":"String"},
3173
4447
  "TdeCredentialArn":{"shape":"String"},
3174
4448
  "Encrypted":{"shape":"Boolean"},
@@ -3314,6 +4588,28 @@
3314
4588
  },
3315
4589
  "exception":true
3316
4590
  },
4591
+ "DeleteDBClusterMessage":{
4592
+ "type":"structure",
4593
+ "members":{
4594
+ "DBClusterIdentifier":{"shape":"String"},
4595
+ "SkipFinalSnapshot":{"shape":"Boolean"},
4596
+ "FinalDBSnapshotIdentifier":{"shape":"String"}
4597
+ }
4598
+ },
4599
+ "DeleteDBClusterParameterGroupMessage":{
4600
+ "type":"structure",
4601
+ "required":["DBClusterParameterGroupName"],
4602
+ "members":{
4603
+ "DBClusterParameterGroupName":{"shape":"String"}
4604
+ }
4605
+ },
4606
+ "DeleteDBClusterSnapshotMessage":{
4607
+ "type":"structure",
4608
+ "required":["DBClusterSnapshotIdentifier"],
4609
+ "members":{
4610
+ "DBClusterSnapshotIdentifier":{"shape":"String"}
4611
+ }
4612
+ },
3317
4613
  "DeleteDBInstanceMessage":{
3318
4614
  "type":"structure",
3319
4615
  "required":["DBInstanceIdentifier"],
@@ -3379,6 +4675,46 @@
3379
4675
  "Marker":{"shape":"String"}
3380
4676
  }
3381
4677
  },
4678
+ "DescribeDBClusterParameterGroupsMessage":{
4679
+ "type":"structure",
4680
+ "members":{
4681
+ "DBClusterParameterGroupName":{"shape":"String"},
4682
+ "Filters":{"shape":"FilterList"},
4683
+ "MaxRecords":{"shape":"IntegerOptional"},
4684
+ "Marker":{"shape":"String"}
4685
+ }
4686
+ },
4687
+ "DescribeDBClusterParametersMessage":{
4688
+ "type":"structure",
4689
+ "required":["DBClusterParameterGroupName"],
4690
+ "members":{
4691
+ "DBClusterParameterGroupName":{"shape":"String"},
4692
+ "Source":{"shape":"String"},
4693
+ "Filters":{"shape":"FilterList"},
4694
+ "MaxRecords":{"shape":"IntegerOptional"},
4695
+ "Marker":{"shape":"String"}
4696
+ }
4697
+ },
4698
+ "DescribeDBClusterSnapshotsMessage":{
4699
+ "type":"structure",
4700
+ "members":{
4701
+ "DBClusterIdentifier":{"shape":"String"},
4702
+ "DBClusterSnapshotIdentifier":{"shape":"String"},
4703
+ "SnapshotType":{"shape":"String"},
4704
+ "Filters":{"shape":"FilterList"},
4705
+ "MaxRecords":{"shape":"IntegerOptional"},
4706
+ "Marker":{"shape":"String"}
4707
+ }
4708
+ },
4709
+ "DescribeDBClustersMessage":{
4710
+ "type":"structure",
4711
+ "members":{
4712
+ "DBClusterIdentifier":{"shape":"String"},
4713
+ "Filters":{"shape":"FilterList"},
4714
+ "MaxRecords":{"shape":"IntegerOptional"},
4715
+ "Marker":{"shape":"String"}
4716
+ }
4717
+ },
3382
4718
  "DescribeDBEngineVersionsMessage":{
3383
4719
  "type":"structure",
3384
4720
  "members":{
@@ -3485,6 +4821,16 @@
3485
4821
  "Marker":{"shape":"String"}
3486
4822
  }
3487
4823
  },
4824
+ "DescribeEngineDefaultClusterParametersMessage":{
4825
+ "type":"structure",
4826
+ "required":["DBParameterGroupFamily"],
4827
+ "members":{
4828
+ "DBParameterGroupFamily":{"shape":"String"},
4829
+ "Filters":{"shape":"FilterList"},
4830
+ "MaxRecords":{"shape":"IntegerOptional"},
4831
+ "Marker":{"shape":"String"}
4832
+ }
4833
+ },
3488
4834
  "DescribeEngineDefaultParametersMessage":{
3489
4835
  "type":"structure",
3490
4836
  "required":["DBParameterGroupFamily"],
@@ -3745,6 +5091,12 @@
3745
5091
  "Events":{"shape":"EventList"}
3746
5092
  }
3747
5093
  },
5094
+ "FailoverDBClusterMessage":{
5095
+ "type":"structure",
5096
+ "members":{
5097
+ "DBClusterIdentifier":{"shape":"String"}
5098
+ }
5099
+ },
3748
5100
  "Filter":{
3749
5101
  "type":"structure",
3750
5102
  "required":[
@@ -3795,6 +5147,17 @@
3795
5147
  },
3796
5148
  "exception":true
3797
5149
  },
5150
+ "InsufficientDBClusterCapacityFault":{
5151
+ "type":"structure",
5152
+ "members":{
5153
+ },
5154
+ "error":{
5155
+ "code":"InsufficientDBClusterCapacityFault",
5156
+ "httpStatusCode":403,
5157
+ "senderFault":true
5158
+ },
5159
+ "exception":true
5160
+ },
3798
5161
  "InsufficientDBInstanceCapacityFault":{
3799
5162
  "type":"structure",
3800
5163
  "members":{
@@ -3806,8 +5169,41 @@
3806
5169
  },
3807
5170
  "exception":true
3808
5171
  },
5172
+ "InsufficientStorageClusterCapacityFault":{
5173
+ "type":"structure",
5174
+ "members":{
5175
+ },
5176
+ "error":{
5177
+ "code":"InsufficientStorageClusterCapacity",
5178
+ "httpStatusCode":400,
5179
+ "senderFault":true
5180
+ },
5181
+ "exception":true
5182
+ },
3809
5183
  "Integer":{"type":"integer"},
3810
5184
  "IntegerOptional":{"type":"integer"},
5185
+ "InvalidDBClusterSnapshotStateFault":{
5186
+ "type":"structure",
5187
+ "members":{
5188
+ },
5189
+ "error":{
5190
+ "code":"InvalidDBClusterSnapshotStateFault",
5191
+ "httpStatusCode":400,
5192
+ "senderFault":true
5193
+ },
5194
+ "exception":true
5195
+ },
5196
+ "InvalidDBClusterStateFault":{
5197
+ "type":"structure",
5198
+ "members":{
5199
+ },
5200
+ "error":{
5201
+ "code":"InvalidDBClusterStateFault",
5202
+ "httpStatusCode":400,
5203
+ "senderFault":true
5204
+ },
5205
+ "exception":true
5206
+ },
3811
5207
  "InvalidDBInstanceStateFault":{
3812
5208
  "type":"structure",
3813
5209
  "members":{
@@ -3964,6 +5360,33 @@
3964
5360
  }
3965
5361
  },
3966
5362
  "Long":{"type":"long"},
5363
+ "ModifyDBClusterMessage":{
5364
+ "type":"structure",
5365
+ "members":{
5366
+ "DBClusterIdentifier":{"shape":"String"},
5367
+ "NewDBClusterIdentifier":{"shape":"String"},
5368
+ "ApplyImmediately":{"shape":"Boolean"},
5369
+ "BackupRetentionPeriod":{"shape":"IntegerOptional"},
5370
+ "DBClusterParameterGroupName":{"shape":"String"},
5371
+ "VpcSecurityGroupIds":{"shape":"VpcSecurityGroupIdList"},
5372
+ "Port":{"shape":"IntegerOptional"},
5373
+ "MasterUserPassword":{"shape":"String"},
5374
+ "OptionGroupName":{"shape":"String"},
5375
+ "PreferredBackupWindow":{"shape":"String"},
5376
+ "PreferredMaintenanceWindow":{"shape":"String"}
5377
+ }
5378
+ },
5379
+ "ModifyDBClusterParameterGroupMessage":{
5380
+ "type":"structure",
5381
+ "required":[
5382
+ "DBClusterParameterGroupName",
5383
+ "Parameters"
5384
+ ],
5385
+ "members":{
5386
+ "DBClusterParameterGroupName":{"shape":"String"},
5387
+ "Parameters":{"shape":"ParametersList"}
5388
+ }
5389
+ },
3967
5390
  "ModifyDBInstanceMessage":{
3968
5391
  "type":"structure",
3969
5392
  "required":["DBInstanceIdentifier"],
@@ -4537,6 +5960,15 @@
4537
5960
  },
4538
5961
  "exception":true
4539
5962
  },
5963
+ "ResetDBClusterParameterGroupMessage":{
5964
+ "type":"structure",
5965
+ "required":["DBClusterParameterGroupName"],
5966
+ "members":{
5967
+ "DBClusterParameterGroupName":{"shape":"String"},
5968
+ "ResetAllParameters":{"shape":"Boolean"},
5969
+ "Parameters":{"shape":"ParametersList"}
5970
+ }
5971
+ },
4540
5972
  "ResetDBParameterGroupMessage":{
4541
5973
  "type":"structure",
4542
5974
  "required":["DBParameterGroupName"],
@@ -4565,6 +5997,45 @@
4565
5997
  },
4566
5998
  "wrapper":true
4567
5999
  },
6000
+ "RestoreDBClusterFromSnapshotMessage":{
6001
+ "type":"structure",
6002
+ "required":[
6003
+ "DBClusterIdentifier",
6004
+ "SnapshotIdentifier",
6005
+ "Engine"
6006
+ ],
6007
+ "members":{
6008
+ "AvailabilityZones":{"shape":"AvailabilityZones"},
6009
+ "DBClusterIdentifier":{"shape":"String"},
6010
+ "SnapshotIdentifier":{"shape":"String"},
6011
+ "Engine":{"shape":"String"},
6012
+ "EngineVersion":{"shape":"String"},
6013
+ "Port":{"shape":"IntegerOptional"},
6014
+ "DBSubnetGroupName":{"shape":"String"},
6015
+ "DatabaseName":{"shape":"String"},
6016
+ "OptionGroupName":{"shape":"String"},
6017
+ "VpcSecurityGroupIds":{"shape":"VpcSecurityGroupIdList"},
6018
+ "Tags":{"shape":"TagList"}
6019
+ }
6020
+ },
6021
+ "RestoreDBClusterToPointInTimeMessage":{
6022
+ "type":"structure",
6023
+ "required":[
6024
+ "DBClusterIdentifier",
6025
+ "SourceDBClusterIdentifier"
6026
+ ],
6027
+ "members":{
6028
+ "DBClusterIdentifier":{"shape":"String"},
6029
+ "SourceDBClusterIdentifier":{"shape":"String"},
6030
+ "RestoreToTime":{"shape":"TStamp"},
6031
+ "UseLatestRestorableTime":{"shape":"Boolean"},
6032
+ "Port":{"shape":"IntegerOptional"},
6033
+ "DBSubnetGroupName":{"shape":"String"},
6034
+ "OptionGroupName":{"shape":"String"},
6035
+ "VpcSecurityGroupIds":{"shape":"VpcSecurityGroupIdList"},
6036
+ "Tags":{"shape":"TagList"}
6037
+ }
6038
+ },
4568
6039
  "RestoreDBInstanceFromDBSnapshotMessage":{
4569
6040
  "type":"structure",
4570
6041
  "required":[
@@ -4859,6 +6330,12 @@
4859
6330
  "DBSecurityGroup":{"shape":"DBSecurityGroup"}
4860
6331
  }
4861
6332
  },
6333
+ "CopyDBClusterSnapshotResult":{
6334
+ "type":"structure",
6335
+ "members":{
6336
+ "DBClusterSnapshot":{"shape":"DBClusterSnapshot"}
6337
+ }
6338
+ },
4862
6339
  "CopyDBParameterGroupResult":{
4863
6340
  "type":"structure",
4864
6341
  "members":{
@@ -4877,6 +6354,24 @@
4877
6354
  "OptionGroup":{"shape":"OptionGroup"}
4878
6355
  }
4879
6356
  },
6357
+ "CreateDBClusterResult":{
6358
+ "type":"structure",
6359
+ "members":{
6360
+ "DBCluster":{"shape":"DBCluster"}
6361
+ }
6362
+ },
6363
+ "CreateDBClusterParameterGroupResult":{
6364
+ "type":"structure",
6365
+ "members":{
6366
+ "DBClusterParameterGroup":{"shape":"DBClusterParameterGroup"}
6367
+ }
6368
+ },
6369
+ "CreateDBClusterSnapshotResult":{
6370
+ "type":"structure",
6371
+ "members":{
6372
+ "DBClusterSnapshot":{"shape":"DBClusterSnapshot"}
6373
+ }
6374
+ },
4880
6375
  "CreateDBInstanceResult":{
4881
6376
  "type":"structure",
4882
6377
  "members":{
@@ -4925,6 +6420,18 @@
4925
6420
  "OptionGroup":{"shape":"OptionGroup"}
4926
6421
  }
4927
6422
  },
6423
+ "DeleteDBClusterResult":{
6424
+ "type":"structure",
6425
+ "members":{
6426
+ "DBCluster":{"shape":"DBCluster"}
6427
+ }
6428
+ },
6429
+ "DeleteDBClusterSnapshotResult":{
6430
+ "type":"structure",
6431
+ "members":{
6432
+ "DBClusterSnapshot":{"shape":"DBClusterSnapshot"}
6433
+ }
6434
+ },
4928
6435
  "DeleteDBInstanceResult":{
4929
6436
  "type":"structure",
4930
6437
  "members":{
@@ -4943,12 +6450,30 @@
4943
6450
  "EventSubscription":{"shape":"EventSubscription"}
4944
6451
  }
4945
6452
  },
6453
+ "DescribeEngineDefaultClusterParametersResult":{
6454
+ "type":"structure",
6455
+ "members":{
6456
+ "EngineDefaults":{"shape":"EngineDefaults"}
6457
+ }
6458
+ },
4946
6459
  "DescribeEngineDefaultParametersResult":{
4947
6460
  "type":"structure",
4948
6461
  "members":{
4949
6462
  "EngineDefaults":{"shape":"EngineDefaults"}
4950
6463
  }
4951
6464
  },
6465
+ "FailoverDBClusterResult":{
6466
+ "type":"structure",
6467
+ "members":{
6468
+ "DBCluster":{"shape":"DBCluster"}
6469
+ }
6470
+ },
6471
+ "ModifyDBClusterResult":{
6472
+ "type":"structure",
6473
+ "members":{
6474
+ "DBCluster":{"shape":"DBCluster"}
6475
+ }
6476
+ },
4952
6477
  "ModifyDBInstanceResult":{
4953
6478
  "type":"structure",
4954
6479
  "members":{
@@ -4997,6 +6522,18 @@
4997
6522
  "EventSubscription":{"shape":"EventSubscription"}
4998
6523
  }
4999
6524
  },
6525
+ "RestoreDBClusterFromSnapshotResult":{
6526
+ "type":"structure",
6527
+ "members":{
6528
+ "DBCluster":{"shape":"DBCluster"}
6529
+ }
6530
+ },
6531
+ "RestoreDBClusterToPointInTimeResult":{
6532
+ "type":"structure",
6533
+ "members":{
6534
+ "DBCluster":{"shape":"DBCluster"}
6535
+ }
6536
+ },
5000
6537
  "RestoreDBInstanceFromDBSnapshotResult":{
5001
6538
  "type":"structure",
5002
6539
  "members":{