Skip to content

Commit 14f9c05

Browse files
author
AWS
committed
Amazon Relational Database Service Update: Added awsBackupRecoveryPointArn in ModifyDBInstanceRequest and in the response of ModifyDBInstance.
1 parent caab8b9 commit 14f9c05

File tree

2 files changed

+21
-1
lines changed

2 files changed

+21
-1
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": "Added awsBackupRecoveryPointArn in ModifyDBInstanceRequest and in the response of ModifyDBInstance."
6+
}

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

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2770,6 +2770,12 @@
27702770
"locationName":"AvailableProcessorFeature"
27712771
}
27722772
},
2773+
"AwsBackupRecoveryPointArn":{
2774+
"type":"string",
2775+
"max":350,
2776+
"min":43,
2777+
"pattern":"^arn:aws[a-z-]*:backup:[-a-z0-9]+:[0-9]{12}:[-a-z]+:([a-z0-9\\-]+:)?[a-z][a-z0-9\\-]{0,255}$"
2778+
},
27732779
"BacktrackDBClusterMessage":{
27742780
"type":"structure",
27752781
"required":[
@@ -3331,7 +3337,7 @@
33313337
},
33323338
"EnableCloudwatchLogsExports":{
33333339
"shape":"LogTypeList",
3334-
"documentation":"<p>The list of log types that need to be enabled for exporting to CloudWatch Logs. The values in the list depend on the DB engine being used. For more information, see <a href=\"https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/USER_LogAccess.html#USER_LogAccess.Procedural.UploadtoCloudWatch\">Publishing Database Logs to Amazon CloudWatch Logs</a> in the <i>Amazon Aurora User Guide</i>.</p> <p> <b>Aurora MySQL</b> </p> <p>Possible values are <code>audit</code>, <code>error</code>, <code>general</code>, and <code>slowquery</code>. </p> <p> <b>Aurora PostgreSQL</b> </p> <p>Possible values are <code>postgresql</code> and <code>upgrade</code>. </p>"
3340+
"documentation":"<p>The list of log types that need to be enabled for exporting to CloudWatch Logs. The values in the list depend on the DB engine being used. For more information, see <a href=\"https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/USER_LogAccess.html#USER_LogAccess.Procedural.UploadtoCloudWatch\">Publishing Database Logs to Amazon CloudWatch Logs</a> in the <i>Amazon Aurora User Guide</i>.</p> <p> <b>Aurora MySQL</b> </p> <p>Possible values are <code>audit</code>, <code>error</code>, <code>general</code>, and <code>slowquery</code>. </p> <p> <b>Aurora PostgreSQL</b> </p> <p>Possible value is <code>postgresql</code>. </p>"
33353341
},
33363342
"EngineMode":{
33373343
"shape":"String",
@@ -5358,6 +5364,10 @@
53585364
"CustomerOwnedIpEnabled":{
53595365
"shape":"BooleanOptional",
53605366
"documentation":"<p>Specifies whether a customer-owned IP address (CoIP) is enabled for an RDS on Outposts DB instance.</p> <p>A <i>CoIP </i>provides local or external connectivity to resources in your Outpost subnets through your on-premises network. For some use cases, a CoIP can provide lower latency for connections to the DB instance from outside of its virtual private cloud (VPC) on your local network.</p> <p>For more information about RDS on Outposts, see <a href=\"https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/rds-on-outposts.html\">Working with Amazon RDS on AWS Outposts</a> in the <i>Amazon RDS User Guide</i>.</p> <p>For more information about CoIPs, see <a href=\"https://docs.aws.amazon.com/outposts/latest/userguide/outposts-networking-components.html#ip-addressing\">Customer-owned IP addresses</a> in the <i>AWS Outposts User Guide</i>.</p>"
5367+
},
5368+
"AwsBackupRecoveryPointArn":{
5369+
"shape":"String",
5370+
"documentation":"<p>The Amazon Resource Name (ARN) of the recovery point in AWS Backup.</p>"
53615371
}
53625372
},
53635373
"documentation":"<p>Contains the details of an Amazon RDS DB instance. </p> <p>This data type is used as a response element in the <code>DescribeDBInstances</code> action. </p>",
@@ -9595,6 +9605,10 @@
95959605
"EnableCustomerOwnedIp":{
95969606
"shape":"BooleanOptional",
95979607
"documentation":"<p>A value that indicates whether to enable a customer-owned IP address (CoIP) for an RDS on Outposts DB instance.</p> <p>A <i>CoIP</i> provides local or external connectivity to resources in your Outpost subnets through your on-premises network. For some use cases, a CoIP can provide lower latency for connections to the DB instance from outside of its virtual private cloud (VPC) on your local network.</p> <p>For more information about RDS on Outposts, see <a href=\"https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/rds-on-outposts.html\">Working with Amazon RDS on AWS Outposts</a> in the <i>Amazon RDS User Guide</i>.</p> <p>For more information about CoIPs, see <a href=\"https://docs.aws.amazon.com/outposts/latest/userguide/outposts-networking-components.html#ip-addressing\">Customer-owned IP addresses</a> in the <i>AWS Outposts User Guide</i>.</p>"
9608+
},
9609+
"AwsBackupRecoveryPointArn":{
9610+
"shape":"AwsBackupRecoveryPointArn",
9611+
"documentation":"<p>The Amazon Resource Name (ARN) of the recovery point in AWS Backup.</p>"
95989612
}
95999613
},
96009614
"documentation":"<p/>"

0 commit comments

Comments
 (0)