|
4 | 4 | "apiVersion":"2014-10-31",
|
5 | 5 | "endpointPrefix":"rds",
|
6 | 6 | "protocol":"query",
|
| 7 | + "protocols":["query"], |
7 | 8 | "serviceAbbreviation":"Amazon RDS",
|
8 | 9 | "serviceFullName":"Amazon Relational Database Service",
|
9 | 10 | "serviceId":"RDS",
|
|
4569 | 4570 | },
|
4570 | 4571 | "Timezone":{
|
4571 | 4572 | "shape":"String",
|
4572 |
| - "documentation":"<p>The time zone of the DB instance. The time zone parameter is currently supported only by <a href=\"https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/CHAP_SQLServer.html#SQLServer.Concepts.General.TimeZone\">Microsoft SQL Server</a>.</p>" |
| 4573 | + "documentation":"<p>The time zone of the DB instance. The time zone parameter is currently supported only by <a href=\"https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/db2-time-zone\">RDS for Db2</a> and <a href=\"https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/CHAP_SQLServer.html#SQLServer.Concepts.General.TimeZone\">RDS for SQL Server</a>.</p>" |
4573 | 4574 | },
|
4574 | 4575 | "EnableIAMDatabaseAuthentication":{
|
4575 | 4576 | "shape":"BooleanOptional",
|
|
6865 | 6866 | },
|
6866 | 6867 | "Timezone":{
|
6867 | 6868 | "shape":"String",
|
6868 |
| - "documentation":"<p>The time zone of the DB instance. In most cases, the <code>Timezone</code> element is empty. <code>Timezone</code> content appears only for Microsoft SQL Server DB instances that were created with a time zone specified.</p>" |
| 6869 | + "documentation":"<p>The time zone of the DB instance. In most cases, the <code>Timezone</code> element is empty. <code>Timezone</code> content appears only for RDS for Db2 and RDS for SQL Server DB instances that were created with a time zone specified.</p>" |
6869 | 6870 | },
|
6870 | 6871 | "IAMDatabaseAuthenticationEnabled":{
|
6871 | 6872 | "shape":"Boolean",
|
|
12417 | 12418 | },
|
12418 | 12419 | "DBSubnetGroupName":{
|
12419 | 12420 | "shape":"String",
|
12420 |
| - "documentation":"<p>The new DB subnet group for the DB instance. You can use this parameter to move your DB instance to a different VPC. If your DB instance isn't in a VPC, you can also use this parameter to move your DB instance into a VPC. For more information, see <a href=\"https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_VPC.WorkingWithRDSInstanceinaVPC.html#USER_VPC.Non-VPC2VPC\">Working with a DB instance in a VPC</a> in the <i>Amazon RDS User Guide</i>.</p> <p>Changing the subnet group causes an outage during the change. The change is applied during the next maintenance window, unless you enable <code>ApplyImmediately</code>.</p> <p>This parameter doesn't apply to RDS Custom DB instances.</p> <p>Constraints:</p> <ul> <li> <p>If supplied, must match existing DB subnet group.</p> </li> </ul> <p>Example: <code>mydbsubnetgroup</code> </p>" |
| 12421 | + "documentation":"<p>The new DB subnet group for the DB instance. You can use this parameter to move your DB instance to a different VPC. If your DB instance isn't in a VPC, you can also use this parameter to move your DB instance into a VPC. For more information, see <a href=\"https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_VPC.WorkingWithRDSInstanceinaVPC.html#USER_VPC.Non-VPC2VPC\">Working with a DB instance in a VPC</a> in the <i>Amazon RDS User Guide</i>.</p> <p>Changing the subnet group causes an outage during the change. The change is applied during the next maintenance window, unless you enable <code>ApplyImmediately</code>.</p> <p>This setting doesn't apply to RDS Custom DB instances.</p> <p>Constraints:</p> <ul> <li> <p>If supplied, must match existing DB subnet group.</p> </li> </ul> <p>Example: <code>mydbsubnetgroup</code> </p>" |
12421 | 12422 | },
|
12422 | 12423 | "DBSecurityGroups":{
|
12423 | 12424 | "shape":"DBSecurityGroupNameList",
|
|
12581 | 12582 | },
|
12582 | 12583 | "DeletionProtection":{
|
12583 | 12584 | "shape":"BooleanOptional",
|
12584 |
| - "documentation":"<p>Specifies whether the DB instance has deletion protection enabled. The database can't be deleted when deletion protection is enabled. By default, deletion protection isn't enabled. For more information, see <a href=\"https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_DeleteInstance.html\"> Deleting a DB Instance</a>.</p>" |
| 12585 | + "documentation":"<p>Specifies whether the DB instance has deletion protection enabled. The database can't be deleted when deletion protection is enabled. By default, deletion protection isn't enabled. For more information, see <a href=\"https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_DeleteInstance.html\"> Deleting a DB Instance</a>.</p> <p>This setting doesn't apply to Amazon Aurora DB instances. You can enable or disable deletion protection for the DB cluster. For more information, see <code>ModifyDBCluster</code>. DB instances in a DB cluster can be deleted even when deletion protection is enabled for the DB cluster.</p>" |
12585 | 12586 | },
|
12586 | 12587 | "MaxAllocatedStorage":{
|
12587 | 12588 | "shape":"IntegerOptional",
|
|
0 commit comments