Skip to content

Commit 76d7436

Browse files
author
AWS
committed
Amazon Relational Database Service Update: This release adds the InsufficientAvailableIPsInSubnetFault error for RDS Proxy.
1 parent 4063d5f commit 76d7436

File tree

2 files changed

+20
-2
lines changed

2 files changed

+20
-2
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"type": "feature",
3+
"category": "Amazon Relational Database Service",
4+
"description": "This release adds the InsufficientAvailableIPsInSubnetFault error for RDS Proxy."
5+
}

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

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1923,7 +1923,8 @@
19231923
{"shape":"DBProxyTargetAlreadyRegisteredFault"},
19241924
{"shape":"InvalidDBInstanceStateFault"},
19251925
{"shape":"InvalidDBClusterStateFault"},
1926-
{"shape":"InvalidDBProxyStateFault"}
1926+
{"shape":"InvalidDBProxyStateFault"},
1927+
{"shape":"InsufficientAvailableIPsInSubnetFault"}
19271928
],
19281929
"documentation":"<p>Associate one or more <code>DBProxyTarget</code> data structures with a <code>DBProxyTargetGroup</code>.</p>"
19291930
},
@@ -8576,6 +8577,18 @@
85768577
},
85778578
"exception":true
85788579
},
8580+
"InsufficientAvailableIPsInSubnetFault":{
8581+
"type":"structure",
8582+
"members":{
8583+
},
8584+
"documentation":"<p>The requested operation can't be performed because there aren't enough available IP addresses in the proxy's subnets. Add more CIDR blocks to the VPC or remove IP address that aren't required from the subnets.</p>",
8585+
"error":{
8586+
"code":"InsufficientAvailableIPsInSubnetFault",
8587+
"httpStatusCode":400,
8588+
"senderFault":true
8589+
},
8590+
"exception":true
8591+
},
85798592
"InsufficientDBClusterCapacityFault":{
85808593
"type":"structure",
85818594
"members":{
@@ -10291,7 +10304,7 @@
1029110304
},
1029210305
"ForcedApplyDate":{
1029310306
"shape":"TStamp",
10294-
"documentation":"<p>The date when the maintenance action is automatically applied. The maintenance action is applied to the resource on this date regardless of the maintenance window for the resource.</p>"
10307+
"documentation":"<p>The date when the maintenance action is automatically applied.</p> <p>On this date, the maintenance action is applied to the resource as soon as possible, regardless of the maintenance window for the resource. There might be a delay of one or more days from this date before the maintenance action is applied.</p>"
1029510308
},
1029610309
"OptInStatus":{
1029710310
"shape":"String",

0 commit comments

Comments
 (0)