Skip to content

Commit b075f0f

Browse files
author
awstools
committed
feat(client-rds): Updated endpoint and service metadata
1 parent dc04e02 commit b075f0f

14 files changed

+13
-20
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ export interface CreateDBClusterCommandOutput extends CreateDBClusterResult, __M
126126
* PerformanceInsightsKMSKeyId: "STRING_VALUE",
127127
* PerformanceInsightsRetentionPeriod: Number("int"),
128128
* EnableLimitlessDatabase: true || false,
129-
* ClusterScalabilityType: "standard" || "limitless" || "scaleout",
129+
* ClusterScalabilityType: "standard" || "limitless",
130130
* DBSystemId: "STRING_VALUE",
131131
* ManageMasterUserPassword: true || false,
132132
* EnableLocalWriteForwarding: true || false,
@@ -323,7 +323,7 @@ export interface CreateDBClusterCommandOutput extends CreateDBClusterResult, __M
323323
* // Status: "active" || "not-in-use" || "enabled" || "disabled" || "enabling" || "disabling" || "modifying-max-capacity" || "error",
324324
* // MinRequiredACU: Number("double"),
325325
* // },
326-
* // ClusterScalabilityType: "standard" || "limitless" || "scaleout",
326+
* // ClusterScalabilityType: "standard" || "limitless",
327327
* // CertificateDetails: {
328328
* // CAIdentifier: "STRING_VALUE",
329329
* // ValidTill: new Date("TIMESTAMP"),

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@ export interface DeleteDBClusterCommandOutput extends DeleteDBClusterResult, __M
240240
* // Status: "active" || "not-in-use" || "enabled" || "disabled" || "enabling" || "disabling" || "modifying-max-capacity" || "error",
241241
* // MinRequiredACU: Number("double"),
242242
* // },
243-
* // ClusterScalabilityType: "standard" || "limitless" || "scaleout",
243+
* // ClusterScalabilityType: "standard" || "limitless",
244244
* // CertificateDetails: {
245245
* // CAIdentifier: "STRING_VALUE",
246246
* // ValidTill: new Date("TIMESTAMP"),

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,7 @@ export interface DescribeDBClustersCommandOutput extends DBClusterMessage, __Met
247247
* // Status: "active" || "not-in-use" || "enabled" || "disabled" || "enabling" || "disabling" || "modifying-max-capacity" || "error",
248248
* // MinRequiredACU: Number("double"),
249249
* // },
250-
* // ClusterScalabilityType: "standard" || "limitless" || "scaleout",
250+
* // ClusterScalabilityType: "standard" || "limitless",
251251
* // CertificateDetails: {
252252
* // CAIdentifier: "STRING_VALUE",
253253
* // ValidTill: new Date("TIMESTAMP"),

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,7 @@ export interface FailoverDBClusterCommandOutput extends FailoverDBClusterResult,
246246
* // Status: "active" || "not-in-use" || "enabled" || "disabled" || "enabling" || "disabling" || "modifying-max-capacity" || "error",
247247
* // MinRequiredACU: Number("double"),
248248
* // },
249-
* // ClusterScalabilityType: "standard" || "limitless" || "scaleout",
249+
* // ClusterScalabilityType: "standard" || "limitless",
250250
* // CertificateDetails: {
251251
* // CAIdentifier: "STRING_VALUE",
252252
* // ValidTill: new Date("TIMESTAMP"),

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -301,7 +301,7 @@ export interface ModifyDBClusterCommandOutput extends ModifyDBClusterResult, __M
301301
* // Status: "active" || "not-in-use" || "enabled" || "disabled" || "enabling" || "disabling" || "modifying-max-capacity" || "error",
302302
* // MinRequiredACU: Number("double"),
303303
* // },
304-
* // ClusterScalabilityType: "standard" || "limitless" || "scaleout",
304+
* // ClusterScalabilityType: "standard" || "limitless",
305305
* // CertificateDetails: {
306306
* // CAIdentifier: "STRING_VALUE",
307307
* // ValidTill: new Date("TIMESTAMP"),

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ export interface PromoteReadReplicaDBClusterCommandOutput extends PromoteReadRep
227227
* // Status: "active" || "not-in-use" || "enabled" || "disabled" || "enabling" || "disabling" || "modifying-max-capacity" || "error",
228228
* // MinRequiredACU: Number("double"),
229229
* // },
230-
* // ClusterScalabilityType: "standard" || "limitless" || "scaleout",
230+
* // ClusterScalabilityType: "standard" || "limitless",
231231
* // CertificateDetails: {
232232
* // CAIdentifier: "STRING_VALUE",
233233
* // ValidTill: new Date("TIMESTAMP"),

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ export interface RebootDBClusterCommandOutput extends RebootDBClusterResult, __M
237237
* // Status: "active" || "not-in-use" || "enabled" || "disabled" || "enabling" || "disabling" || "modifying-max-capacity" || "error",
238238
* // MinRequiredACU: Number("double"),
239239
* // },
240-
* // ClusterScalabilityType: "standard" || "limitless" || "scaleout",
240+
* // ClusterScalabilityType: "standard" || "limitless",
241241
* // CertificateDetails: {
242242
* // CAIdentifier: "STRING_VALUE",
243243
* // ValidTill: new Date("TIMESTAMP"),

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -295,7 +295,7 @@ export interface RestoreDBClusterFromS3CommandOutput extends RestoreDBClusterFro
295295
* // Status: "active" || "not-in-use" || "enabled" || "disabled" || "enabling" || "disabling" || "modifying-max-capacity" || "error",
296296
* // MinRequiredACU: Number("double"),
297297
* // },
298-
* // ClusterScalabilityType: "standard" || "limitless" || "scaleout",
298+
* // ClusterScalabilityType: "standard" || "limitless",
299299
* // CertificateDetails: {
300300
* // CAIdentifier: "STRING_VALUE",
301301
* // ValidTill: new Date("TIMESTAMP"),

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -307,7 +307,7 @@ export interface RestoreDBClusterFromSnapshotCommandOutput
307307
* // Status: "active" || "not-in-use" || "enabled" || "disabled" || "enabling" || "disabling" || "modifying-max-capacity" || "error",
308308
* // MinRequiredACU: Number("double"),
309309
* // },
310-
* // ClusterScalabilityType: "standard" || "limitless" || "scaleout",
310+
* // ClusterScalabilityType: "standard" || "limitless",
311311
* // CertificateDetails: {
312312
* // CAIdentifier: "STRING_VALUE",
313313
* // ValidTill: new Date("TIMESTAMP"),

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -309,7 +309,7 @@ export interface RestoreDBClusterToPointInTimeCommandOutput
309309
* // Status: "active" || "not-in-use" || "enabled" || "disabled" || "enabling" || "disabling" || "modifying-max-capacity" || "error",
310310
* // MinRequiredACU: Number("double"),
311311
* // },
312-
* // ClusterScalabilityType: "standard" || "limitless" || "scaleout",
312+
* // ClusterScalabilityType: "standard" || "limitless",
313313
* // CertificateDetails: {
314314
* // CAIdentifier: "STRING_VALUE",
315315
* // ValidTill: new Date("TIMESTAMP"),

0 commit comments

Comments
 (0)