|
5041 | 5041 | "shape":"DoubleOptional",
|
5042 | 5042 | "documentation":"<p>The maximum capacity of the DB shard group in Aurora capacity units (ACUs).</p>"
|
5043 | 5043 | },
|
| 5044 | + "MinACU":{ |
| 5045 | + "shape":"DoubleOptional", |
| 5046 | + "documentation":"<p>The minimum capacity of the DB shard group in Aurora capacity units (ACUs).</p>" |
| 5047 | + }, |
5044 | 5048 | "PubliclyAccessible":{
|
5045 | 5049 | "shape":"BooleanOptional",
|
5046 | 5050 | "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>"
|
|
8107 | 8111 | "shape":"DoubleOptional",
|
8108 | 8112 | "documentation":"<p>The maximum capacity of the DB shard group in Aurora capacity units (ACUs).</p>"
|
8109 | 8113 | },
|
| 8114 | + "MinACU":{ |
| 8115 | + "shape":"DoubleOptional", |
| 8116 | + "documentation":"<p>The minimum capacity of the DB shard group in Aurora capacity units (ACUs).</p>" |
| 8117 | + }, |
8110 | 8118 | "ComputeRedundancy":{
|
8111 | 8119 | "shape":"IntegerOptional",
|
8112 | 8120 | "documentation":"<p>Specifies whether to create standby instances for the DB shard group. Valid values are the following:</p> <ul> <li> <p>0 - Creates a single, primary DB instance for each physical shard. This is the default value, and the only one supported for the preview.</p> </li> <li> <p>1 - Creates a primary DB instance and a standby instance in a different Availability Zone (AZ) for each physical shard.</p> </li> <li> <p>2 - Creates a primary DB instance and two standby instances in different AZs for each physical shard.</p> </li> </ul>"
|
|
8705 | 8713 | },
|
8706 | 8714 | "SkipFinalSnapshot":{
|
8707 | 8715 | "shape":"Boolean",
|
8708 |
| - "documentation":"<p>Specifies whether to skip the creation of a final DB cluster snapshot before the DB cluster is deleted. If skip is specified, no DB cluster snapshot is created. If skip isn't specified, a DB cluster snapshot is created before the DB cluster is deleted. By default, skip isn't specified, and the DB cluster snapshot is created. By default, this parameter is disabled.</p> <note> <p>You must specify a <code>FinalDBSnapshotIdentifier</code> parameter if <code>SkipFinalSnapshot</code> is disabled.</p> </note>" |
| 8716 | + "documentation":"<p>Specifies whether to skip the creation of a final DB cluster snapshot before RDS deletes the DB cluster. If you set this value to <code>true</code>, RDS doesn't create a final DB cluster snapshot. If you set this value to <code>false</code> or don't specify it, RDS creates a DB cluster snapshot before it deletes the DB cluster. By default, this parameter is disabled, so RDS creates a final DB cluster snapshot.</p> <note> <p>If <code>SkipFinalSnapshot</code> is disabled, you must specify a value for the <code>FinalDBSnapshotIdentifier</code> parameter.</p> </note>" |
8709 | 8717 | },
|
8710 | 8718 | "FinalDBSnapshotIdentifier":{
|
8711 | 8719 | "shape":"String",
|
8712 |
| - "documentation":"<p>The DB cluster snapshot identifier of the new DB cluster snapshot created when <code>SkipFinalSnapshot</code> is disabled.</p> <note> <p>Specifying this parameter and also skipping the creation of a final DB cluster snapshot with the <code>SkipFinalShapshot</code> parameter results in an error.</p> </note> <p>Constraints:</p> <ul> <li> <p>Must be 1 to 255 letters, numbers, or hyphens.</p> </li> <li> <p>First character must be a letter</p> </li> <li> <p>Can't end with a hyphen or contain two consecutive hyphens</p> </li> </ul>" |
| 8720 | + "documentation":"<p>The DB cluster snapshot identifier of the new DB cluster snapshot created when <code>SkipFinalSnapshot</code> is disabled.</p> <note> <p>If you specify this parameter and also skip the creation of a final DB cluster snapshot with the <code>SkipFinalShapshot</code> parameter, the request results in an error.</p> </note> <p>Constraints:</p> <ul> <li> <p>Must be 1 to 255 letters, numbers, or hyphens.</p> </li> <li> <p>First character must be a letter</p> </li> <li> <p>Can't end with a hyphen or contain two consecutive hyphens</p> </li> </ul>" |
8713 | 8721 | },
|
8714 | 8722 | "DeleteAutomatedBackups":{
|
8715 | 8723 | "shape":"BooleanOptional",
|
8716 |
| - "documentation":"<p>Specifies whether to remove automated backups immediately after the DB cluster is deleted. This parameter isn't case-sensitive. The default is to remove automated backups immediately after the DB cluster is deleted. </p> <note> <p>You must delete automated backups for Amazon RDS Multi-AZ DB clusters. For more information about managing automated backups for RDS Multi-AZ DB clusters, see <a href=\"https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_ManagingAutomatedBackups.html\">Managing automated backups</a>.</p> </note>" |
| 8724 | + "documentation":"<p>Specifies whether to remove automated backups immediately after the DB cluster is deleted. This parameter isn't case-sensitive. The default is to remove automated backups immediately after the DB cluster is deleted.</p>" |
8717 | 8725 | }
|
8718 | 8726 | },
|
8719 | 8727 | "documentation":"<p/>"
|
|
9182 | 9190 | },
|
9183 | 9191 | "Source":{
|
9184 | 9192 | "shape":"String",
|
9185 |
| - "documentation":"<p>A specific source to return parameters for.</p> <p>Valid Values:</p> <ul> <li> <p> <code>user</code> </p> </li> <li> <p> <code>engine</code> </p> </li> <li> <p> <code>service</code> </p> </li> </ul>" |
| 9193 | + "documentation":"<p>A specific source to return parameters for.</p> <p>Valid Values:</p> <ul> <li> <p> <code>customer</code> </p> </li> <li> <p> <code>engine</code> </p> </li> <li> <p> <code>service</code> </p> </li> </ul>" |
9186 | 9194 | },
|
9187 | 9195 | "Filters":{
|
9188 | 9196 | "shape":"FilterList",
|
|
12841 | 12849 | "MaxACU":{
|
12842 | 12850 | "shape":"DoubleOptional",
|
12843 | 12851 | "documentation":"<p>The maximum capacity of the DB shard group in Aurora capacity units (ACUs).</p>"
|
| 12852 | + }, |
| 12853 | + "MinACU":{ |
| 12854 | + "shape":"DoubleOptional", |
| 12855 | + "documentation":"<p>The minimum capacity of the DB shard group in Aurora capacity units (ACUs).</p>" |
12844 | 12856 | }
|
12845 | 12857 | }
|
12846 | 12858 | },
|
@@ -13146,18 +13158,18 @@
|
13146 | 13158 | },
|
13147 | 13159 | "DBSecurityGroupMemberships":{
|
13148 | 13160 | "shape":"DBSecurityGroupNameList",
|
13149 |
| - "documentation":"<p>A list of DBSecurityGroupMembership name strings used for this option.</p>" |
| 13161 | + "documentation":"<p>A list of DB security groups used for this option.</p>" |
13150 | 13162 | },
|
13151 | 13163 | "VpcSecurityGroupMemberships":{
|
13152 | 13164 | "shape":"VpcSecurityGroupIdList",
|
13153 |
| - "documentation":"<p>A list of VpcSecurityGroupMembership name strings used for this option.</p>" |
| 13165 | + "documentation":"<p>A list of VPC security group names used for this option.</p>" |
13154 | 13166 | },
|
13155 | 13167 | "OptionSettings":{
|
13156 | 13168 | "shape":"OptionSettingsList",
|
13157 | 13169 | "documentation":"<p>The option settings to include in an option group.</p>"
|
13158 | 13170 | }
|
13159 | 13171 | },
|
13160 |
| - "documentation":"<p>A list of all available options</p>" |
| 13172 | + "documentation":"<p>A list of all available options for an option group.</p>" |
13161 | 13173 | },
|
13162 | 13174 | "OptionConfigurationList":{
|
13163 | 13175 | "type":"list",
|
@@ -16569,15 +16581,15 @@
|
16569 | 16581 | "documentation":"<p>A value is the optional value of the tag. The string value can be from 1 to 256 Unicode characters in length and can't be prefixed with <code>aws:</code> or <code>rds:</code>. The string can only contain only the set of Unicode letters, digits, white-space, '_', '.', ':', '/', '=', '+', '-', '@' (Java regex: \"^([\\\\p{L}\\\\p{Z}\\\\p{N}_.:/=+\\\\-@]*)$\").</p>"
|
16570 | 16582 | }
|
16571 | 16583 | },
|
16572 |
| - "documentation":"<p>Metadata assigned to an Amazon RDS resource consisting of a key-value pair.</p> <p>For more information, see <a href=\"https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_Tagging.html\">Tagging Amazon RDS Resources</a> in the <i>Amazon RDS User Guide</i> or <a href=\"https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/USER_Tagging.html\">Tagging Amazon Aurora and Amazon RDS Resources</a> in the <i>Amazon Aurora User Guide</i>. </p>" |
| 16584 | + "documentation":"<p>Metadata assigned to an Amazon RDS resource consisting of a key-value pair.</p> <p>For more information, see <a href=\"https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_Tagging.html\">Tagging Amazon RDS resources</a> in the <i>Amazon RDS User Guide</i> or <a href=\"https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/USER_Tagging.html\">Tagging Amazon Aurora and Amazon RDS resources</a> in the <i>Amazon Aurora User Guide</i>. </p>" |
16573 | 16585 | },
|
16574 | 16586 | "TagList":{
|
16575 | 16587 | "type":"list",
|
16576 | 16588 | "member":{
|
16577 | 16589 | "shape":"Tag",
|
16578 | 16590 | "locationName":"Tag"
|
16579 | 16591 | },
|
16580 |
| - "documentation":"<p>A list of tags. For more information, see <a href=\"https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_Tagging.html\">Tagging Amazon RDS Resources</a> in the <i>Amazon RDS User Guide.</i> </p>" |
| 16592 | + "documentation":"<p>A list of tags.</p> <p>For more information, see <a href=\"https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_Tagging.html\">Tagging Amazon RDS resources</a> in the <i>Amazon RDS User Guide</i> or <a href=\"https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/USER_Tagging.html\">Tagging Amazon Aurora and Amazon RDS resources</a> in the <i>Amazon Aurora User Guide</i>. </p>" |
16581 | 16593 | },
|
16582 | 16594 | "TagListMessage":{
|
16583 | 16595 | "type":"structure",
|
|
0 commit comments