Skip to content

Commit 25bc775

Browse files
author
AWS
committed
Amazon Relational Database Service Update: Add support for feature integration with AWS Backup.
1 parent f9952ff commit 25bc775

File tree

2 files changed

+23
-0
lines changed

2 files changed

+23
-0
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"type": "feature",
3+
"category": "Amazon Relational Database Service",
4+
"contributor": "",
5+
"description": "Add support for feature integration with AWS Backup."
6+
}

services/rds/src/main/resources/codegen-resources/service-2.json

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2284,6 +2284,7 @@
22842284
{"shape":"InvalidDBClusterSnapshotStateFault"},
22852285
{"shape":"StorageQuotaExceededFault"},
22862286
{"shape":"InvalidVPCNetworkStateFault"},
2287+
{"shape":"DBSubnetGroupDoesNotCoverEnoughAZs"},
22872288
{"shape":"InvalidRestoreFault"},
22882289
{"shape":"DBSubnetGroupNotFoundFault"},
22892290
{"shape":"InvalidSubnet"},
@@ -5144,6 +5145,10 @@
51445145
"LocalWriteForwardingStatus":{
51455146
"shape":"LocalWriteForwardingStatus",
51465147
"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>"
51475152
}
51485153
},
51495154
"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,6 +5257,10 @@
52525257
"Iops":{
52535258
"shape":"IntegerOptional",
52545259
"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>"
52555264
}
52565265
},
52575266
"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,6 +6538,10 @@
65296538
"StorageThroughput":{
65306539
"shape":"IntegerOptional",
65316540
"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>"
65326545
}
65336546
},
65346547
"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,6 +10847,10 @@
1083410847
"EnableLocalWriteForwarding":{
1083510848
"shape":"BooleanOptional",
1083610849
"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>"
1083710854
}
1083810855
},
1083910856
"documentation":"<p/>"

0 commit comments

Comments
 (0)