|
126 | 126 | {"shape":"DBInstanceNotFoundFault"}, |
127 | 127 | {"shape":"DBSubnetGroupDoesNotCoverEnoughAZs"}, |
128 | 128 | {"shape":"GlobalClusterNotFoundFault"}, |
129 | | - {"shape":"InvalidGlobalClusterStateFault"} |
| 129 | + {"shape":"InvalidGlobalClusterStateFault"}, |
| 130 | + {"shape":"NetworkTypeNotSupported"} |
130 | 131 | ] |
131 | 132 | }, |
132 | 133 | "CreateDBClusterParameterGroup":{ |
|
661 | 662 | {"shape":"DBClusterParameterGroupNotFoundFault"}, |
662 | 663 | {"shape":"InvalidDBSecurityGroupStateFault"}, |
663 | 664 | {"shape":"InvalidDBInstanceStateFault"}, |
664 | | - {"shape":"DBClusterAlreadyExistsFault"} |
| 665 | + {"shape":"DBClusterAlreadyExistsFault"}, |
| 666 | + {"shape":"NetworkTypeNotSupported"} |
665 | 667 | ] |
666 | 668 | }, |
667 | 669 | "ModifyDBClusterParameterGroup":{ |
|
884 | 886 | {"shape":"InvalidRestoreFault"}, |
885 | 887 | {"shape":"DBSubnetGroupNotFoundFault"}, |
886 | 888 | {"shape":"InvalidSubnet"}, |
887 | | - {"shape":"KMSKeyNotAccessibleFault"} |
| 889 | + {"shape":"KMSKeyNotAccessibleFault"}, |
| 890 | + {"shape":"NetworkTypeNotSupported"} |
888 | 891 | ] |
889 | 892 | }, |
890 | 893 | "RestoreDBClusterToPointInTime":{ |
|
913 | 916 | {"shape":"InvalidSubnet"}, |
914 | 917 | {"shape":"InvalidVPCNetworkStateFault"}, |
915 | 918 | {"shape":"KMSKeyNotAccessibleFault"}, |
916 | | - {"shape":"StorageQuotaExceededFault"} |
| 919 | + {"shape":"StorageQuotaExceededFault"}, |
| 920 | + {"shape":"NetworkTypeNotSupported"} |
917 | 921 | ] |
918 | 922 | }, |
919 | 923 | "StartDBCluster":{ |
|
1197 | 1201 | "StorageType":{"shape":"String"}, |
1198 | 1202 | "ServerlessV2ScalingConfiguration":{"shape":"ServerlessV2ScalingConfiguration"}, |
1199 | 1203 | "ManageMasterUserPassword":{"shape":"BooleanOptional"}, |
1200 | | - "MasterUserSecretKmsKeyId":{"shape":"String"} |
| 1204 | + "MasterUserSecretKmsKeyId":{"shape":"String"}, |
| 1205 | + "NetworkType":{"shape":"String"} |
1201 | 1206 | } |
1202 | 1207 | }, |
1203 | 1208 | "CreateDBClusterParameterGroupMessage":{ |
|
1370 | 1375 | "ClusterCreateTime":{"shape":"TStamp"}, |
1371 | 1376 | "EnabledCloudwatchLogsExports":{"shape":"LogTypeList"}, |
1372 | 1377 | "DeletionProtection":{"shape":"Boolean"}, |
| 1378 | + "IOOptimizedNextAllowedModificationTime":{"shape":"TStamp"}, |
1373 | 1379 | "StorageType":{"shape":"String"}, |
1374 | 1380 | "ServerlessV2ScalingConfiguration":{"shape":"ServerlessV2ScalingConfigurationInfo"}, |
1375 | | - "MasterUserSecret":{"shape":"ClusterMasterUserSecret"} |
| 1381 | + "MasterUserSecret":{"shape":"ClusterMasterUserSecret"}, |
| 1382 | + "NetworkType":{"shape":"String"} |
1376 | 1383 | }, |
1377 | 1384 | "wrapper":true |
1378 | 1385 | }, |
|
1768 | 1775 | "VpcId":{"shape":"String"}, |
1769 | 1776 | "SubnetGroupStatus":{"shape":"String"}, |
1770 | 1777 | "Subnets":{"shape":"SubnetList"}, |
1771 | | - "DBSubnetGroupArn":{"shape":"String"} |
| 1778 | + "DBSubnetGroupArn":{"shape":"String"}, |
| 1779 | + "SupportedNetworkTypes":{"shape":"NetworkTypeList"} |
1772 | 1780 | }, |
1773 | 1781 | "wrapper":true |
1774 | 1782 | }, |
|
2571 | 2579 | "ServerlessV2ScalingConfiguration":{"shape":"ServerlessV2ScalingConfiguration"}, |
2572 | 2580 | "ManageMasterUserPassword":{"shape":"BooleanOptional"}, |
2573 | 2581 | "MasterUserSecretKmsKeyId":{"shape":"String"}, |
2574 | | - "RotateMasterUserPassword":{"shape":"BooleanOptional"} |
| 2582 | + "RotateMasterUserPassword":{"shape":"BooleanOptional"}, |
| 2583 | + "NetworkType":{"shape":"String"} |
2575 | 2584 | } |
2576 | 2585 | }, |
2577 | 2586 | "ModifyDBClusterParameterGroupMessage":{ |
|
2684 | 2693 | "GlobalCluster":{"shape":"GlobalCluster"} |
2685 | 2694 | } |
2686 | 2695 | }, |
| 2696 | + "NetworkTypeList":{ |
| 2697 | + "type":"list", |
| 2698 | + "member":{"shape":"String"} |
| 2699 | + }, |
| 2700 | + "NetworkTypeNotSupported":{ |
| 2701 | + "type":"structure", |
| 2702 | + "members":{}, |
| 2703 | + "error":{ |
| 2704 | + "code":"NetworkTypeNotSupported", |
| 2705 | + "httpStatusCode":400, |
| 2706 | + "senderFault":true |
| 2707 | + }, |
| 2708 | + "exception":true |
| 2709 | + }, |
2687 | 2710 | "OrderableDBInstanceOption":{ |
2688 | 2711 | "type":"structure", |
2689 | 2712 | "members":{ |
|
2910 | 2933 | "DeletionProtection":{"shape":"BooleanOptional"}, |
2911 | 2934 | "DBClusterParameterGroupName":{"shape":"String"}, |
2912 | 2935 | "ServerlessV2ScalingConfiguration":{"shape":"ServerlessV2ScalingConfiguration"}, |
2913 | | - "StorageType":{"shape":"String"} |
| 2936 | + "StorageType":{"shape":"String"}, |
| 2937 | + "NetworkType":{"shape":"String"} |
2914 | 2938 | } |
2915 | 2939 | }, |
2916 | 2940 | "RestoreDBClusterFromSnapshotResult":{ |
|
2939 | 2963 | "EnableCloudwatchLogsExports":{"shape":"LogTypeList"}, |
2940 | 2964 | "DeletionProtection":{"shape":"BooleanOptional"}, |
2941 | 2965 | "ServerlessV2ScalingConfiguration":{"shape":"ServerlessV2ScalingConfiguration"}, |
2942 | | - "StorageType":{"shape":"String"} |
| 2966 | + "StorageType":{"shape":"String"}, |
| 2967 | + "NetworkType":{"shape":"String"} |
2943 | 2968 | } |
2944 | 2969 | }, |
2945 | 2970 | "RestoreDBClusterToPointInTimeResult":{ |
|
0 commit comments