Skip to content

Commit 4b392b8

Browse files
This release adds support for configuring allocated storage on the CreateDBInstanceReadReplica, RestoreDBInstanceFromDBSnapshot, and RestoreDBInstanceToPointInTime APIs.
1 parent 57158d4 commit 4b392b8

20 files changed

+622
-460
lines changed

generator/ServiceModels/rds/rds-2014-10-31.api.json

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3326,7 +3326,8 @@
33263326
"CustomIamInstanceProfile":{"shape":"String"},
33273327
"NetworkType":{"shape":"String"},
33283328
"StorageThroughput":{"shape":"IntegerOptional"},
3329-
"EnableCustomerOwnedIp":{"shape":"BooleanOptional"}
3329+
"EnableCustomerOwnedIp":{"shape":"BooleanOptional"},
3330+
"AllocatedStorage":{"shape":"IntegerOptional"}
33303331
}
33313332
},
33323333
"CreateDBInstanceReadReplicaResult":{
@@ -7920,7 +7921,8 @@
79207921
"BackupTarget":{"shape":"String"},
79217922
"NetworkType":{"shape":"String"},
79227923
"StorageThroughput":{"shape":"IntegerOptional"},
7923-
"DBClusterSnapshotIdentifier":{"shape":"String"}
7924+
"DBClusterSnapshotIdentifier":{"shape":"String"},
7925+
"AllocatedStorage":{"shape":"IntegerOptional"}
79247926
}
79257927
},
79267928
"RestoreDBInstanceFromDBSnapshotResult":{
@@ -8038,7 +8040,8 @@
80388040
"CustomIamInstanceProfile":{"shape":"String"},
80398041
"BackupTarget":{"shape":"String"},
80408042
"NetworkType":{"shape":"String"},
8041-
"StorageThroughput":{"shape":"IntegerOptional"}
8043+
"StorageThroughput":{"shape":"IntegerOptional"},
8044+
"AllocatedStorage":{"shape":"IntegerOptional"}
80428045
}
80438046
},
80448047
"RestoreDBInstanceToPointInTimeResult":{

generator/ServiceModels/rds/rds-2014-10-31.docs.json

Lines changed: 6 additions & 3 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)