|
3065 | 3065 | "EngineVersion":{
|
3066 | 3066 | "shape":"String",
|
3067 | 3067 | "documentation":"<p>The database engine version.</p>"
|
| 3068 | + }, |
| 3069 | + "BackupRetentionPeriod":{ |
| 3070 | + "shape":"IntegerOptional", |
| 3071 | + "documentation":"<p>The number of days for which automatic DB snapshots are retained.</p>" |
| 3072 | + }, |
| 3073 | + "AllocatedStorage":{ |
| 3074 | + "shape":"IntegerOptional", |
| 3075 | + "documentation":"<p>The allocated storage size in gibibytes (GiB) for all database engines except Amazon Aurora. For Aurora, <code>AllocatedStorage</code> always returns 1, because Aurora DB cluster storage size isn't fixed, but instead automatically adjusts as needed.</p>" |
| 3076 | + }, |
| 3077 | + "Iops":{ |
| 3078 | + "shape":"IntegerOptional", |
| 3079 | + "documentation":"<p>The Provisioned IOPS (I/O operations per second) value. This setting is only for non-Aurora Multi-AZ DB clusters.</p>" |
3068 | 3080 | }
|
3069 | 3081 | },
|
3070 | 3082 | "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>"
|
|
3554 | 3566 | "NetworkType":{
|
3555 | 3567 | "shape":"String",
|
3556 | 3568 | "documentation":"<p>The network type of the DB cluster.</p> <p>Valid values:</p> <ul> <li> <p> <code>IPV4</code> </p> </li> <li> <p> <code>DUAL</code> </p> </li> </ul> <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: Aurora DB clusters only</p>"
|
| 3569 | + }, |
| 3570 | + "DBSystemId":{ |
| 3571 | + "shape":"String", |
| 3572 | + "documentation":"<p>Reserved for future use.</p>" |
3557 | 3573 | }
|
3558 | 3574 | },
|
3559 | 3575 | "documentation":"<p/>"
|
|
4683 | 4699 | "NetworkType":{
|
4684 | 4700 | "shape":"String",
|
4685 | 4701 | "documentation":"<p>The network type of the DB instance.</p> <p>Valid values:</p> <ul> <li> <p> <code>IPV4</code> </p> </li> <li> <p> <code>DUAL</code> </p> </li> </ul> <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>This setting is only for Aurora DB clusters.</p>"
|
| 4702 | + }, |
| 4703 | + "DBSystemId":{ |
| 4704 | + "shape":"String", |
| 4705 | + "documentation":"<p>Reserved for future use.</p>" |
4686 | 4706 | }
|
4687 | 4707 | },
|
4688 | 4708 | "documentation":"<p>Contains the details of an Amazon Aurora DB cluster or Multi-AZ DB cluster.</p> <p>For an Amazon Aurora DB cluster, this data type is used as a response element in the operations <code>CreateDBCluster</code>, <code>DeleteDBCluster</code>, <code>DescribeDBClusters</code>, <code>FailoverDBCluster</code>, <code>ModifyDBCluster</code>, <code>PromoteReadReplicaDBCluster</code>, <code>RestoreDBClusterFromS3</code>, <code>RestoreDBClusterFromSnapshot</code>, <code>RestoreDBClusterToPointInTime</code>, <code>StartDBCluster</code>, and <code>StopDBCluster</code>.</p> <p>For a Multi-AZ DB cluster, this data type is used as a response element in the operations <code>CreateDBCluster</code>, <code>DeleteDBCluster</code>, <code>DescribeDBClusters</code>, <code>FailoverDBCluster</code>, <code>ModifyDBCluster</code>, <code>RebootDBCluster</code>, <code>RestoreDBClusterFromSnapshot</code>, and <code>RestoreDBClusterToPointInTime</code>.</p> <p>For more information on Amazon Aurora DB clusters, see <a href=\"https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/CHAP_AuroraOverview.html\"> What is Amazon Aurora?</a> in the <i>Amazon Aurora User Guide.</i> </p> <p>For more information on Multi-AZ DB clusters, see <a href=\"https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/multi-az-db-clusters-concepts.html\"> Multi-AZ deployments with two readable standby DB instances</a> in the <i>Amazon RDS User Guide.</i> </p>",
|
|
5220 | 5240 | "shape":"Boolean",
|
5221 | 5241 | "documentation":"<p>True if mapping of Amazon Web Services Identity and Access Management (IAM) accounts to database accounts is enabled, and otherwise false.</p>"
|
5222 | 5242 | },
|
5223 |
| - "TagList":{"shape":"TagList"} |
| 5243 | + "TagList":{"shape":"TagList"}, |
| 5244 | + "DBSystemId":{ |
| 5245 | + "shape":"String", |
| 5246 | + "documentation":"<p>Reserved for future use.</p>" |
| 5247 | + } |
5224 | 5248 | },
|
5225 | 5249 | "documentation":"<p>Contains the details for an Amazon RDS DB cluster snapshot</p> <p>This data type is used as a response element in the <code>DescribeDBClusterSnapshots</code> action.</p>",
|
5226 | 5250 | "wrapper":true
|
|
5409 | 5433 | "SupportsBabelfish":{
|
5410 | 5434 | "shape":"Boolean",
|
5411 | 5435 | "documentation":"<p>A value that indicates whether the engine version supports Babelfish for Aurora PostgreSQL.</p>"
|
| 5436 | + }, |
| 5437 | + "CustomDBEngineVersionManifest":{ |
| 5438 | + "shape":"CustomDBEngineVersionManifest", |
| 5439 | + "documentation":"<p>JSON string that lists the installation files and parameters that RDS Custom uses to create a custom engine version (CEV). RDS Custom applies the patches in the order in which they're listed in the manifest. You can set the Oracle home, Oracle base, and UNIX/Linux user and group using the installation parameters. For more information, see <a href=\"https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/custom-cev.preparing.html#custom-cev.preparing.manifest.fields\">JSON fields in the CEV manifest</a> in the <i>Amazon RDS User Guide</i>. </p>" |
5412 | 5440 | }
|
5413 | 5441 | },
|
5414 | 5442 | "documentation":"<p>This data type is used as a response element in the action <code>DescribeDBEngineVersions</code>.</p>"
|
|
5741 | 5769 | "StorageThroughput":{
|
5742 | 5770 | "shape":"IntegerOptional",
|
5743 | 5771 | "documentation":"<p>Specifies the storage throughput for the DB instance.</p> <p>This setting applies only to the <code>gp3</code> storage type.</p>"
|
| 5772 | + }, |
| 5773 | + "DBSystemId":{ |
| 5774 | + "shape":"String", |
| 5775 | + "documentation":"<p>The Oracle system ID (Oracle SID) for a container database (CDB). The Oracle SID is also the name of the CDB. This setting is valid for RDS Custom only.</p>" |
5744 | 5776 | }
|
5745 | 5777 | },
|
5746 | 5778 | "documentation":"<p>Contains the details of an Amazon RDS DB instance.</p> <p>This data type is used as a response element in the operations <code>CreateDBInstance</code>, <code>CreateDBInstanceReadReplica</code>, <code>DeleteDBInstance</code>, <code>DescribeDBInstances</code>, <code>ModifyDBInstance</code>, <code>PromoteReadReplica</code>, <code>RebootDBInstance</code>, <code>RestoreDBInstanceFromDBSnapshot</code>, <code>RestoreDBInstanceFromS3</code>, <code>RestoreDBInstanceToPointInTime</code>, <code>StartDBInstance</code>, and <code>StopDBInstance</code>.</p>",
|
|
0 commit comments