|
38 | 38 | "resultWrapper":"ApplyPendingMaintenanceActionResult" |
39 | 39 | }, |
40 | 40 | "errors":[ |
41 | | - {"shape":"ResourceNotFoundFault"} |
| 41 | + {"shape":"ResourceNotFoundFault"}, |
| 42 | + {"shape":"InvalidDBClusterStateFault"}, |
| 43 | + {"shape":"InvalidDBInstanceStateFault"} |
42 | 44 | ] |
43 | 45 | }, |
44 | 46 | "CopyDBClusterParameterGroup":{ |
|
690 | 692 | {"shape":"KMSKeyNotAccessibleFault"}, |
691 | 693 | {"shape":"StorageQuotaExceededFault"} |
692 | 694 | ] |
| 695 | + }, |
| 696 | + "StartDBCluster":{ |
| 697 | + "name":"StartDBCluster", |
| 698 | + "http":{ |
| 699 | + "method":"POST", |
| 700 | + "requestUri":"/" |
| 701 | + }, |
| 702 | + "input":{"shape":"StartDBClusterMessage"}, |
| 703 | + "output":{ |
| 704 | + "shape":"StartDBClusterResult", |
| 705 | + "resultWrapper":"StartDBClusterResult" |
| 706 | + }, |
| 707 | + "errors":[ |
| 708 | + {"shape":"DBClusterNotFoundFault"}, |
| 709 | + {"shape":"InvalidDBClusterStateFault"}, |
| 710 | + {"shape":"InvalidDBInstanceStateFault"} |
| 711 | + ] |
| 712 | + }, |
| 713 | + "StopDBCluster":{ |
| 714 | + "name":"StopDBCluster", |
| 715 | + "http":{ |
| 716 | + "method":"POST", |
| 717 | + "requestUri":"/" |
| 718 | + }, |
| 719 | + "input":{"shape":"StopDBClusterMessage"}, |
| 720 | + "output":{ |
| 721 | + "shape":"StopDBClusterResult", |
| 722 | + "resultWrapper":"StopDBClusterResult" |
| 723 | + }, |
| 724 | + "errors":[ |
| 725 | + {"shape":"DBClusterNotFoundFault"}, |
| 726 | + {"shape":"InvalidDBClusterStateFault"}, |
| 727 | + {"shape":"InvalidDBInstanceStateFault"} |
| 728 | + ] |
693 | 729 | } |
694 | 730 | }, |
695 | 731 | "shapes":{ |
|
834 | 870 | "type":"structure", |
835 | 871 | "required":[ |
836 | 872 | "DBClusterIdentifier", |
837 | | - "Engine" |
| 873 | + "Engine", |
| 874 | + "MasterUsername", |
| 875 | + "MasterUserPassword" |
838 | 876 | ], |
839 | 877 | "members":{ |
840 | 878 | "AvailabilityZones":{"shape":"AvailabilityZones"}, |
|
853 | 891 | "Tags":{"shape":"TagList"}, |
854 | 892 | "StorageEncrypted":{"shape":"BooleanOptional"}, |
855 | 893 | "KmsKeyId":{"shape":"String"}, |
856 | | - "EnableCloudwatchLogsExports":{"shape":"LogTypeList"} |
| 894 | + "EnableCloudwatchLogsExports":{"shape":"LogTypeList"}, |
| 895 | + "DeletionProtection":{"shape":"BooleanOptional"} |
857 | 896 | } |
858 | 897 | }, |
859 | 898 | "CreateDBClusterParameterGroupMessage":{ |
|
976 | 1015 | "DBClusterArn":{"shape":"String"}, |
977 | 1016 | "AssociatedRoles":{"shape":"DBClusterRoles"}, |
978 | 1017 | "ClusterCreateTime":{"shape":"TStamp"}, |
979 | | - "EnabledCloudwatchLogsExports":{"shape":"LogTypeList"} |
| 1018 | + "EnabledCloudwatchLogsExports":{"shape":"LogTypeList"}, |
| 1019 | + "DeletionProtection":{"shape":"Boolean"} |
980 | 1020 | }, |
981 | 1021 | "wrapper":true |
982 | 1022 | }, |
|
1974 | 2014 | "PreferredBackupWindow":{"shape":"String"}, |
1975 | 2015 | "PreferredMaintenanceWindow":{"shape":"String"}, |
1976 | 2016 | "CloudwatchLogsExportConfiguration":{"shape":"CloudwatchLogsExportConfiguration"}, |
1977 | | - "EngineVersion":{"shape":"String"} |
| 2017 | + "EngineVersion":{"shape":"String"}, |
| 2018 | + "DeletionProtection":{"shape":"BooleanOptional"} |
1978 | 2019 | } |
1979 | 2020 | }, |
1980 | 2021 | "ModifyDBClusterParameterGroupMessage":{ |
|
2227 | 2268 | "VpcSecurityGroupIds":{"shape":"VpcSecurityGroupIdList"}, |
2228 | 2269 | "Tags":{"shape":"TagList"}, |
2229 | 2270 | "KmsKeyId":{"shape":"String"}, |
2230 | | - "EnableCloudwatchLogsExports":{"shape":"LogTypeList"} |
| 2271 | + "EnableCloudwatchLogsExports":{"shape":"LogTypeList"}, |
| 2272 | + "DeletionProtection":{"shape":"BooleanOptional"} |
2231 | 2273 | } |
2232 | 2274 | }, |
2233 | 2275 | "RestoreDBClusterFromSnapshotResult":{ |
|
2252 | 2294 | "VpcSecurityGroupIds":{"shape":"VpcSecurityGroupIdList"}, |
2253 | 2295 | "Tags":{"shape":"TagList"}, |
2254 | 2296 | "KmsKeyId":{"shape":"String"}, |
2255 | | - "EnableCloudwatchLogsExports":{"shape":"LogTypeList"} |
| 2297 | + "EnableCloudwatchLogsExports":{"shape":"LogTypeList"}, |
| 2298 | + "DeletionProtection":{"shape":"BooleanOptional"} |
2256 | 2299 | } |
2257 | 2300 | }, |
2258 | 2301 | "RestoreDBClusterToPointInTimeResult":{ |
|
2294 | 2337 | "db-cluster-snapshot" |
2295 | 2338 | ] |
2296 | 2339 | }, |
| 2340 | + "StartDBClusterMessage":{ |
| 2341 | + "type":"structure", |
| 2342 | + "required":["DBClusterIdentifier"], |
| 2343 | + "members":{ |
| 2344 | + "DBClusterIdentifier":{"shape":"String"} |
| 2345 | + } |
| 2346 | + }, |
| 2347 | + "StartDBClusterResult":{ |
| 2348 | + "type":"structure", |
| 2349 | + "members":{ |
| 2350 | + "DBCluster":{"shape":"DBCluster"} |
| 2351 | + } |
| 2352 | + }, |
| 2353 | + "StopDBClusterMessage":{ |
| 2354 | + "type":"structure", |
| 2355 | + "required":["DBClusterIdentifier"], |
| 2356 | + "members":{ |
| 2357 | + "DBClusterIdentifier":{"shape":"String"} |
| 2358 | + } |
| 2359 | + }, |
| 2360 | + "StopDBClusterResult":{ |
| 2361 | + "type":"structure", |
| 2362 | + "members":{ |
| 2363 | + "DBCluster":{"shape":"DBCluster"} |
| 2364 | + } |
| 2365 | + }, |
2297 | 2366 | "StorageQuotaExceededFault":{ |
2298 | 2367 | "type":"structure", |
2299 | 2368 | "members":{ |
|
0 commit comments