|
6134 | 6134 | "smithy.api#required": {}
|
6135 | 6135 | }
|
6136 | 6136 | },
|
| 6137 | + "MinACU": { |
| 6138 | + "target": "com.amazonaws.rds#DoubleOptional", |
| 6139 | + "traits": { |
| 6140 | + "smithy.api#documentation": "<p>The minimum capacity of the DB shard group in Aurora capacity units (ACUs).</p>" |
| 6141 | + } |
| 6142 | + }, |
6137 | 6143 | "PubliclyAccessible": {
|
6138 | 6144 | "target": "com.amazonaws.rds#BooleanOptional",
|
6139 | 6145 | "traits": {
|
|
11096 | 11102 | "smithy.api#documentation": "<p>The maximum capacity of the DB shard group in Aurora capacity units (ACUs).</p>"
|
11097 | 11103 | }
|
11098 | 11104 | },
|
| 11105 | + "MinACU": { |
| 11106 | + "target": "com.amazonaws.rds#DoubleOptional", |
| 11107 | + "traits": { |
| 11108 | + "smithy.api#documentation": "<p>The minimum capacity of the DB shard group in Aurora capacity units (ACUs).</p>" |
| 11109 | + } |
| 11110 | + }, |
11099 | 11111 | "ComputeRedundancy": {
|
11100 | 11112 | "target": "com.amazonaws.rds#IntegerOptional",
|
11101 | 11113 | "traits": {
|
@@ -12137,19 +12149,19 @@
|
12137 | 12149 | "SkipFinalSnapshot": {
|
12138 | 12150 | "target": "com.amazonaws.rds#Boolean",
|
12139 | 12151 | "traits": {
|
12140 |
| - "smithy.api#documentation": "<p>Specifies whether to skip the creation of a final DB cluster snapshot before the DB cluster is deleted.\n If skip is specified, no DB cluster snapshot is created. If skip isn't specified, a DB cluster snapshot \n is created before the DB cluster is deleted. By default, skip isn't specified, and the DB cluster snapshot is created. \n By default, this parameter is disabled.</p>\n <note>\n <p>You must specify a <code>FinalDBSnapshotIdentifier</code> parameter if <code>SkipFinalSnapshot</code> is disabled.</p>\n </note>" |
| 12152 | + "smithy.api#documentation": "<p>Specifies whether to skip the creation of a final DB cluster snapshot before RDS\n deletes the DB cluster. If you set this value to <code>true</code>, RDS doesn't create a\n final DB cluster snapshot. If you set this value to <code>false</code> or don't specify\n it, RDS creates a DB cluster snapshot before it deletes the DB cluster. By default, this\n parameter is disabled, so RDS creates a final DB cluster snapshot.</p>\n <note>\n <p>If <code>SkipFinalSnapshot</code> is disabled, you must specify a value for the\n <code>FinalDBSnapshotIdentifier</code> parameter.</p>\n </note>" |
12141 | 12153 | }
|
12142 | 12154 | },
|
12143 | 12155 | "FinalDBSnapshotIdentifier": {
|
12144 | 12156 | "target": "com.amazonaws.rds#String",
|
12145 | 12157 | "traits": {
|
12146 |
| - "smithy.api#documentation": "<p>The DB cluster snapshot identifier of the new DB cluster snapshot created when <code>SkipFinalSnapshot</code>\n is disabled.</p>\n <note>\n <p>Specifying this parameter and also skipping the creation of a final DB cluster snapshot \n with the <code>SkipFinalShapshot</code> parameter results in an error.</p>\n </note>\n <p>Constraints:</p>\n <ul>\n <li>\n <p>Must be 1 to 255 letters, numbers, or hyphens.</p>\n </li>\n <li>\n <p>First character must be a letter</p>\n </li>\n <li>\n <p>Can't end with a hyphen or contain two consecutive hyphens</p>\n </li>\n </ul>" |
| 12158 | + "smithy.api#documentation": "<p>The DB cluster snapshot identifier of the new DB cluster snapshot created when <code>SkipFinalSnapshot</code>\n is disabled.</p>\n <note>\n <p>If you specify this parameter and also skip the creation of a final DB cluster\n snapshot with the <code>SkipFinalShapshot</code> parameter, the request results in\n an error.</p>\n </note>\n <p>Constraints:</p>\n <ul>\n <li>\n <p>Must be 1 to 255 letters, numbers, or hyphens.</p>\n </li>\n <li>\n <p>First character must be a letter</p>\n </li>\n <li>\n <p>Can't end with a hyphen or contain two consecutive hyphens</p>\n </li>\n </ul>" |
12147 | 12159 | }
|
12148 | 12160 | },
|
12149 | 12161 | "DeleteAutomatedBackups": {
|
12150 | 12162 | "target": "com.amazonaws.rds#BooleanOptional",
|
12151 | 12163 | "traits": {
|
12152 |
| - "smithy.api#documentation": "<p>Specifies whether to remove automated backups immediately after the DB\n cluster is deleted. This parameter isn't case-sensitive. The default is to remove \n automated backups immediately after the DB cluster is deleted.\n </p>\n <note>\n <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>\n </note>" |
| 12164 | + "smithy.api#documentation": "<p>Specifies whether to remove automated backups immediately after the DB\n cluster is deleted. This parameter isn't case-sensitive. The default is to remove \n automated backups immediately after the DB cluster is deleted.</p>" |
12153 | 12165 | }
|
12154 | 12166 | }
|
12155 | 12167 | },
|
|
13909 | 13921 | "Source": {
|
13910 | 13922 | "target": "com.amazonaws.rds#String",
|
13911 | 13923 | "traits": {
|
13912 |
| - "smithy.api#documentation": "<p>A specific source to return parameters for.</p>\n <p>Valid Values:</p>\n <ul>\n <li>\n <p>\n <code>user</code>\n </p>\n </li>\n <li>\n <p>\n <code>engine</code>\n </p>\n </li>\n <li>\n <p>\n <code>service</code>\n </p>\n </li>\n </ul>" |
| 13924 | + "smithy.api#documentation": "<p>A specific source to return parameters for.</p>\n <p>Valid Values:</p>\n <ul>\n <li>\n <p>\n <code>customer</code>\n </p>\n </li>\n <li>\n <p>\n <code>engine</code>\n </p>\n </li>\n <li>\n <p>\n <code>service</code>\n </p>\n </li>\n </ul>" |
13913 | 13925 | }
|
13914 | 13926 | },
|
13915 | 13927 | "Filters": {
|
|
22882 | 22894 | "traits": {
|
22883 | 22895 | "smithy.api#documentation": "<p>The maximum capacity of the DB shard group in Aurora capacity units (ACUs).</p>"
|
22884 | 22896 | }
|
| 22897 | + }, |
| 22898 | + "MinACU": { |
| 22899 | + "target": "com.amazonaws.rds#DoubleOptional", |
| 22900 | + "traits": { |
| 22901 | + "smithy.api#documentation": "<p>The minimum capacity of the DB shard group in Aurora capacity units (ACUs).</p>" |
| 22902 | + } |
22885 | 22903 | }
|
22886 | 22904 | },
|
22887 | 22905 | "traits": {
|
@@ -23780,13 +23798,13 @@
|
23780 | 23798 | "DBSecurityGroupMemberships": {
|
23781 | 23799 | "target": "com.amazonaws.rds#DBSecurityGroupNameList",
|
23782 | 23800 | "traits": {
|
23783 |
| - "smithy.api#documentation": "<p>A list of DBSecurityGroupMembership name strings used for this option.</p>" |
| 23801 | + "smithy.api#documentation": "<p>A list of DB security groups used for this option.</p>" |
23784 | 23802 | }
|
23785 | 23803 | },
|
23786 | 23804 | "VpcSecurityGroupMemberships": {
|
23787 | 23805 | "target": "com.amazonaws.rds#VpcSecurityGroupIdList",
|
23788 | 23806 | "traits": {
|
23789 |
| - "smithy.api#documentation": "<p>A list of VpcSecurityGroupMembership name strings used for this option.</p>" |
| 23807 | + "smithy.api#documentation": "<p>A list of VPC security group names used for this option.</p>" |
23790 | 23808 | }
|
23791 | 23809 | },
|
23792 | 23810 | "OptionSettings": {
|
|
23797 | 23815 | }
|
23798 | 23816 | },
|
23799 | 23817 | "traits": {
|
23800 |
| - "smithy.api#documentation": "<p>A list of all available options</p>" |
| 23818 | + "smithy.api#documentation": "<p>A list of all available options for an option group.</p>" |
23801 | 23819 | }
|
23802 | 23820 | },
|
23803 | 23821 | "com.amazonaws.rds#OptionConfigurationList": {
|
|
30782 | 30800 | }
|
30783 | 30801 | },
|
30784 | 30802 | "traits": {
|
30785 |
| - "smithy.api#documentation": "<p>Metadata assigned to an Amazon RDS resource consisting of a key-value pair.</p>\n <p>For more information, see\n <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>\n 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>.\n </p>" |
| 30803 | + "smithy.api#documentation": "<p>Metadata assigned to an Amazon RDS resource consisting of a key-value pair.</p>\n <p>For more information, see\n <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 \n <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>.\n </p>" |
30786 | 30804 | }
|
30787 | 30805 | },
|
30788 | 30806 | "com.amazonaws.rds#TagList": {
|
|
30794 | 30812 | }
|
30795 | 30813 | },
|
30796 | 30814 | "traits": {
|
30797 |
| - "smithy.api#documentation": "<p>A list of tags.\n 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>\n </p>" |
| 30815 | + "smithy.api#documentation": "<p>A list of tags.</p>\n <p>For more information, see\n <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 \n <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>.\n </p>" |
30798 | 30816 | }
|
30799 | 30817 | },
|
30800 | 30818 | "com.amazonaws.rds#TagListMessage": {
|
|
0 commit comments