Skip to content

Commit 29add4c

Browse files
author
awstools
committed
feat(client-rds): This release adds support for gp3 data volumes for Multi-AZ DB Clusters.
1 parent 2a94d42 commit 29add4c

22 files changed

+68
-5
lines changed

clients/client-rds/src/commands/CopyDBClusterSnapshotCommand.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,7 @@ export interface CopyDBClusterSnapshotCommandOutput extends CopyDBClusterSnapsho
121121
* // DBSystemId: "STRING_VALUE",
122122
* // StorageType: "STRING_VALUE",
123123
* // DbClusterResourceId: "STRING_VALUE",
124+
* // StorageThroughput: Number("int"),
124125
* // },
125126
* // };
126127
*

clients/client-rds/src/commands/CreateDBClusterCommand.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -307,6 +307,7 @@ export interface CreateDBClusterCommandOutput extends CreateDBClusterResult, __M
307307
* // Status: "active" || "not-in-use" || "enabled" || "disabled" || "enabling" || "disabling" || "modifying-max-capacity" || "error",
308308
* // MinRequiredACU: Number("double"),
309309
* // },
310+
* // StorageThroughput: Number("int"),
310311
* // },
311312
* // };
312313
*

clients/client-rds/src/commands/CreateDBClusterSnapshotCommand.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,7 @@ export interface CreateDBClusterSnapshotCommandOutput extends CreateDBClusterSna
8686
* // DBSystemId: "STRING_VALUE",
8787
* // StorageType: "STRING_VALUE",
8888
* // DbClusterResourceId: "STRING_VALUE",
89+
* // StorageThroughput: Number("int"),
8990
* // },
9091
* // };
9192
*

clients/client-rds/src/commands/DeleteDBClusterAutomatedBackupCommand.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@ export interface DeleteDBClusterAutomatedBackupCommandOutput
7777
* // StorageType: "STRING_VALUE",
7878
* // Iops: Number("int"),
7979
* // AwsBackupRecoveryPointArn: "STRING_VALUE",
80+
* // StorageThroughput: Number("int"),
8081
* // },
8182
* // };
8283
*

clients/client-rds/src/commands/DeleteDBClusterCommand.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -230,6 +230,7 @@ export interface DeleteDBClusterCommandOutput extends DeleteDBClusterResult, __M
230230
* // Status: "active" || "not-in-use" || "enabled" || "disabled" || "enabling" || "disabling" || "modifying-max-capacity" || "error",
231231
* // MinRequiredACU: Number("double"),
232232
* // },
233+
* // StorageThroughput: Number("int"),
233234
* // },
234235
* // };
235236
*

clients/client-rds/src/commands/DeleteDBClusterSnapshotCommand.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,7 @@ export interface DeleteDBClusterSnapshotCommandOutput extends DeleteDBClusterSna
8484
* // DBSystemId: "STRING_VALUE",
8585
* // StorageType: "STRING_VALUE",
8686
* // DbClusterResourceId: "STRING_VALUE",
87+
* // StorageThroughput: Number("int"),
8788
* // },
8889
* // };
8990
*

clients/client-rds/src/commands/DescribeDBClusterAutomatedBackupsCommand.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,7 @@ export interface DescribeDBClusterAutomatedBackupsCommandOutput
9292
* // StorageType: "STRING_VALUE",
9393
* // Iops: Number("int"),
9494
* // AwsBackupRecoveryPointArn: "STRING_VALUE",
95+
* // StorageThroughput: Number("int"),
9596
* // },
9697
* // ],
9798
* // };

clients/client-rds/src/commands/DescribeDBClusterSnapshotsCommand.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,7 @@ export interface DescribeDBClusterSnapshotsCommandOutput extends DBClusterSnapsh
9797
* // DBSystemId: "STRING_VALUE",
9898
* // StorageType: "STRING_VALUE",
9999
* // DbClusterResourceId: "STRING_VALUE",
100+
* // StorageThroughput: Number("int"),
100101
* // },
101102
* // ],
102103
* // };

clients/client-rds/src/commands/DescribeDBClustersCommand.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -237,6 +237,7 @@ export interface DescribeDBClustersCommandOutput extends DBClusterMessage, __Met
237237
* // Status: "active" || "not-in-use" || "enabled" || "disabled" || "enabling" || "disabling" || "modifying-max-capacity" || "error",
238238
* // MinRequiredACU: Number("double"),
239239
* // },
240+
* // StorageThroughput: Number("int"),
240241
* // },
241242
* // ],
242243
* // };

clients/client-rds/src/commands/FailoverDBClusterCommand.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -236,6 +236,7 @@ export interface FailoverDBClusterCommandOutput extends FailoverDBClusterResult,
236236
* // Status: "active" || "not-in-use" || "enabled" || "disabled" || "enabling" || "disabling" || "modifying-max-capacity" || "error",
237237
* // MinRequiredACU: Number("double"),
238238
* // },
239+
* // StorageThroughput: Number("int"),
239240
* // },
240241
* // };
241242
*

0 commit comments

Comments
 (0)