|
2284 | 2284 | {"shape":"InvalidDBClusterSnapshotStateFault"}, |
2285 | 2285 | {"shape":"StorageQuotaExceededFault"}, |
2286 | 2286 | {"shape":"InvalidVPCNetworkStateFault"}, |
| 2287 | + {"shape":"DBSubnetGroupDoesNotCoverEnoughAZs"}, |
2287 | 2288 | {"shape":"InvalidRestoreFault"}, |
2288 | 2289 | {"shape":"DBSubnetGroupNotFoundFault"}, |
2289 | 2290 | {"shape":"InvalidSubnet"}, |
|
5144 | 5145 | "LocalWriteForwardingStatus":{ |
5145 | 5146 | "shape":"LocalWriteForwardingStatus", |
5146 | 5147 | "documentation":"<p>Specifies whether an Aurora DB cluster has in-cluster write forwarding enabled, not enabled, requested, or is in the process of enabling it.</p>" |
| 5148 | + }, |
| 5149 | + "AwsBackupRecoveryPointArn":{ |
| 5150 | + "shape":"String", |
| 5151 | + "documentation":"<p>The Amazon Resource Name (ARN) of the recovery point in Amazon Web Services Backup.</p>" |
5147 | 5152 | } |
5148 | 5153 | }, |
5149 | 5154 | "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>", |
|
5252 | 5257 | "Iops":{ |
5253 | 5258 | "shape":"IntegerOptional", |
5254 | 5259 | "documentation":"<p>The IOPS (I/O operations per second) value for the automated backup.</p> <p>This setting is only for non-Aurora Multi-AZ DB clusters.</p>" |
| 5260 | + }, |
| 5261 | + "AwsBackupRecoveryPointArn":{ |
| 5262 | + "shape":"String", |
| 5263 | + "documentation":"<p>The Amazon Resource Name (ARN) of the recovery point in Amazon Web Services Backup.</p>" |
5255 | 5264 | } |
5256 | 5265 | }, |
5257 | 5266 | "documentation":"<p>An automated backup of a DB cluster. It consists of system backups, transaction logs, and the database cluster properties that existed at the time you deleted the source cluster.</p>", |
|
6529 | 6538 | "StorageThroughput":{ |
6530 | 6539 | "shape":"IntegerOptional", |
6531 | 6540 | "documentation":"<p>Specifies the storage throughput for the automated backup.</p>" |
| 6541 | + }, |
| 6542 | + "AwsBackupRecoveryPointArn":{ |
| 6543 | + "shape":"String", |
| 6544 | + "documentation":"<p>The Amazon Resource Name (ARN) of the recovery point in Amazon Web Services Backup.</p>" |
6532 | 6545 | } |
6533 | 6546 | }, |
6534 | 6547 | "documentation":"<p>An automated backup of a DB instance. It consists of system backups, transaction logs, and the database instance properties that existed at the time you deleted the source instance.</p>", |
|
10834 | 10847 | "EnableLocalWriteForwarding":{ |
10835 | 10848 | "shape":"BooleanOptional", |
10836 | 10849 | "documentation":"<p>Specifies whether read replicas can forward write operations to the writer DB instance in the DB cluster. By default, write operations aren't allowed on reader DB instances.</p> <p>Valid for: Aurora DB clusters only</p>" |
| 10850 | + }, |
| 10851 | + "AwsBackupRecoveryPointArn":{ |
| 10852 | + "shape":"AwsBackupRecoveryPointArn", |
| 10853 | + "documentation":"<p>The Amazon Resource Name (ARN) of the recovery point in Amazon Web Services Backup.</p>" |
10837 | 10854 | } |
10838 | 10855 | }, |
10839 | 10856 | "documentation":"<p/>" |
|
0 commit comments