|
529 | 529 | {"shape":"MaxDBShardGroupLimitReached"}, |
530 | 530 | {"shape":"InvalidDBClusterStateFault"}, |
531 | 531 | {"shape":"UnsupportedDBEngineVersionFault"}, |
532 | | - {"shape":"InvalidVPCNetworkStateFault"} |
| 532 | + {"shape":"InvalidVPCNetworkStateFault"}, |
| 533 | + {"shape":"NetworkTypeNotSupported"} |
533 | 534 | ] |
534 | 535 | }, |
535 | 536 | "CreateDBSnapshot":{ |
|
3325 | 3326 | "CertificateDetails":{"shape":"CertificateDetails"} |
3326 | 3327 | } |
3327 | 3328 | }, |
| 3329 | + "ClusterScalabilityType":{ |
| 3330 | + "type":"string", |
| 3331 | + "enum":[ |
| 3332 | + "standard", |
| 3333 | + "limitless" |
| 3334 | + ] |
| 3335 | + }, |
3328 | 3336 | "ConnectionPoolConfiguration":{ |
3329 | 3337 | "type":"structure", |
3330 | 3338 | "members":{ |
|
3586 | 3594 | "EnableLimitlessDatabase":{"shape":"BooleanOptional"}, |
3587 | 3595 | "ServerlessV2ScalingConfiguration":{"shape":"ServerlessV2ScalingConfiguration"}, |
3588 | 3596 | "NetworkType":{"shape":"String"}, |
| 3597 | + "ClusterScalabilityType":{"shape":"ClusterScalabilityType"}, |
3589 | 3598 | "DBSystemId":{"shape":"String"}, |
3590 | 3599 | "ManageMasterUserPassword":{"shape":"BooleanOptional"}, |
3591 | 3600 | "MasterUserSecretKmsKeyId":{"shape":"String"}, |
|
3875 | 3884 | "ComputeRedundancy":{"shape":"IntegerOptional"}, |
3876 | 3885 | "MaxACU":{"shape":"DoubleOptional"}, |
3877 | 3886 | "MinACU":{"shape":"DoubleOptional"}, |
3878 | | - "PubliclyAccessible":{"shape":"BooleanOptional"} |
| 3887 | + "PubliclyAccessible":{"shape":"BooleanOptional"}, |
| 3888 | + "Tags":{"shape":"TagList"} |
3879 | 3889 | } |
3880 | 3890 | }, |
3881 | 3891 | "CreateDBSnapshotMessage":{ |
|
4180 | 4190 | "AwsBackupRecoveryPointArn":{"shape":"String"}, |
4181 | 4191 | "LimitlessDatabase":{"shape":"LimitlessDatabase"}, |
4182 | 4192 | "StorageThroughput":{"shape":"IntegerOptional"}, |
| 4193 | + "ClusterScalabilityType":{"shape":"ClusterScalabilityType"}, |
4183 | 4194 | "CertificateDetails":{"shape":"CertificateDetails"}, |
4184 | 4195 | "EngineLifecycleSupport":{"shape":"String"} |
4185 | 4196 | }, |
|
5431 | 5442 | "Status":{"shape":"String"}, |
5432 | 5443 | "PubliclyAccessible":{"shape":"BooleanOptional"}, |
5433 | 5444 | "Endpoint":{"shape":"String"}, |
5434 | | - "DBShardGroupArn":{"shape":"String"} |
| 5445 | + "DBShardGroupArn":{"shape":"String"}, |
| 5446 | + "TagList":{"shape":"TagList"} |
5435 | 5447 | } |
5436 | 5448 | }, |
5437 | 5449 | "DBShardGroupAlreadyExistsFault":{ |
|
0 commit comments