|
554 | 554 | {"shape":"MaxDBShardGroupLimitReached"},
|
555 | 555 | {"shape":"InvalidDBClusterStateFault"},
|
556 | 556 | {"shape":"UnsupportedDBEngineVersionFault"},
|
557 |
| - {"shape":"InvalidVPCNetworkStateFault"} |
| 557 | + {"shape":"InvalidVPCNetworkStateFault"}, |
| 558 | + {"shape":"NetworkTypeNotSupported"} |
558 | 559 | ],
|
559 | 560 | "documentation":"<p>Creates a new DB shard group for Aurora Limitless Database. You must enable Aurora Limitless Database to create a DB shard group.</p> <p>Valid for: Aurora DB clusters only</p>"
|
560 | 561 | },
|
|
3717 | 3718 | },
|
3718 | 3719 | "documentation":"<p>This data type is used as a response element in the <code>ModifyDBCluster</code> operation and contains changes that will be applied during the next maintenance window.</p>"
|
3719 | 3720 | },
|
| 3721 | + "ClusterScalabilityType":{ |
| 3722 | + "type":"string", |
| 3723 | + "enum":[ |
| 3724 | + "standard", |
| 3725 | + "limitless" |
| 3726 | + ] |
| 3727 | + }, |
3720 | 3728 | "ConnectionPoolConfiguration":{
|
3721 | 3729 | "type":"structure",
|
3722 | 3730 | "members":{
|
|
4301 | 4309 | "shape":"String",
|
4302 | 4310 | "documentation":"<p>The network type of the DB cluster.</p> <p>The network type is determined by the <code>DBSubnetGroup</code> specified for the DB cluster. A <code>DBSubnetGroup</code> can support only the IPv4 protocol or the IPv4 and the IPv6 protocols (<code>DUAL</code>).</p> <p>For more information, see <a href=\"https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/USER_VPC.WorkingWithRDSInstanceinaVPC.html\"> Working with a DB instance in a VPC</a> in the <i>Amazon Aurora User Guide.</i> </p> <p>Valid for Cluster Type: Aurora DB clusters only</p> <p>Valid Values: <code>IPV4 | DUAL</code> </p>"
|
4303 | 4311 | },
|
| 4312 | + "ClusterScalabilityType":{ |
| 4313 | + "shape":"ClusterScalabilityType", |
| 4314 | + "documentation":"<p>Specifies the scalability mode of the Aurora DB cluster. When set to <code>limitless</code>, the cluster operates as an Aurora Limitless Database. When set to <code>standard</code> (the default), the cluster uses normal DB instance creation.</p> <p>Valid for: Aurora DB clusters only</p> <note> <p>You can't modify this setting after you create the DB cluster.</p> </note>" |
| 4315 | + }, |
4304 | 4316 | "DBSystemId":{
|
4305 | 4317 | "shape":"String",
|
4306 | 4318 | "documentation":"<p>Reserved for future use.</p>"
|
|
5046 | 5058 | "PubliclyAccessible":{
|
5047 | 5059 | "shape":"BooleanOptional",
|
5048 | 5060 | "documentation":"<p>Specifies whether the DB shard group is publicly accessible.</p> <p>When the DB shard group is publicly accessible, its Domain Name System (DNS) endpoint resolves to the private IP address from within the DB shard group's virtual private cloud (VPC). It resolves to the public IP address from outside of the DB shard group's VPC. Access to the DB shard group is ultimately controlled by the security group it uses. That public access is not permitted if the security group assigned to the DB shard group doesn't permit it.</p> <p>When the DB shard group isn't publicly accessible, it is an internal DB shard group with a DNS name that resolves to a private IP address.</p> <p>Default: The default behavior varies depending on whether <code>DBSubnetGroupName</code> is specified.</p> <p>If <code>DBSubnetGroupName</code> isn't specified, and <code>PubliclyAccessible</code> isn't specified, the following applies:</p> <ul> <li> <p>If the default VPC in the target Region doesn’t have an internet gateway attached to it, the DB shard group is private.</p> </li> <li> <p>If the default VPC in the target Region has an internet gateway attached to it, the DB shard group is public.</p> </li> </ul> <p>If <code>DBSubnetGroupName</code> is specified, and <code>PubliclyAccessible</code> isn't specified, the following applies:</p> <ul> <li> <p>If the subnets are part of a VPC that doesn’t have an internet gateway attached to it, the DB shard group is private.</p> </li> <li> <p>If the subnets are part of a VPC that has an internet gateway attached to it, the DB shard group is public.</p> </li> </ul>"
|
5049 |
| - } |
| 5061 | + }, |
| 5062 | + "Tags":{"shape":"TagList"} |
5050 | 5063 | }
|
5051 | 5064 | },
|
5052 | 5065 | "CreateDBSnapshotMessage":{
|
|
5708 | 5721 | "shape":"IntegerOptional",
|
5709 | 5722 | "documentation":"<p>The storage throughput for the DB cluster. The throughput is automatically set based on the IOPS that you provision, and is not configurable.</p> <p>This setting is only for non-Aurora Multi-AZ DB clusters.</p>"
|
5710 | 5723 | },
|
| 5724 | + "ClusterScalabilityType":{ |
| 5725 | + "shape":"ClusterScalabilityType", |
| 5726 | + "documentation":"<p>The scalability mode of the Aurora DB cluster. When set to <code>limitless</code>, the cluster operates as an Aurora Limitless Database. When set to <code>standard</code> (the default), the cluster uses normal DB instance creation.</p>" |
| 5727 | + }, |
5711 | 5728 | "CertificateDetails":{"shape":"CertificateDetails"},
|
5712 | 5729 | "EngineLifecycleSupport":{
|
5713 | 5730 | "shape":"String",
|
|
8136 | 8153 | "DBShardGroupArn":{
|
8137 | 8154 | "shape":"String",
|
8138 | 8155 | "documentation":"<p>The Amazon Resource Name (ARN) for the DB shard group.</p>"
|
8139 |
| - } |
| 8156 | + }, |
| 8157 | + "TagList":{"shape":"TagList"} |
8140 | 8158 | }
|
8141 | 8159 | },
|
8142 | 8160 | "DBShardGroupAlreadyExistsFault":{
|
|
0 commit comments