From b0b5547d8a96992206784fe87a8732f2f6a6586a Mon Sep 17 00:00:00 2001 From: awstools Date: Fri, 27 Dec 2024 19:14:28 +0000 Subject: [PATCH] docs(client-rds): Updates Amazon RDS documentation to correct various descriptions. --- clients/client-rds/src/models/models_0.ts | 43 +++++---- clients/client-rds/src/models/models_1.ts | 104 +++++++++++++++++++--- codegen/sdk-codegen/aws-models/rds.json | 66 +++++++------- 3 files changed, 152 insertions(+), 61 deletions(-) diff --git a/clients/client-rds/src/models/models_0.ts b/clients/client-rds/src/models/models_0.ts index 94b8aae1622e..0c863b7bb966 100644 --- a/clients/client-rds/src/models/models_0.ts +++ b/clients/client-rds/src/models/models_0.ts @@ -5227,7 +5227,7 @@ export interface CreateDBClusterMessage { /** *

Specifies whether minor engine upgrades are applied automatically to the DB cluster during the maintenance window. * By default, minor engine upgrades are applied automatically.

- *

Valid for Cluster Type: Multi-AZ DB clusters only

+ *

Valid for Cluster Type: Aurora DB clusters and Multi-AZ DB cluster

* @public */ AutoMinorVersionUpgrade?: boolean | undefined; @@ -5237,7 +5237,7 @@ export interface CreateDBClusterMessage { * collecting Enhanced Monitoring metrics, specify 0.

*

If MonitoringRoleArn is specified, also set MonitoringInterval * to a value other than 0.

- *

Valid for Cluster Type: Multi-AZ DB clusters only

+ *

Valid for Cluster Type: Aurora DB clusters and Multi-AZ DB clusters

*

Valid Values: 0 | 1 | 5 | 10 | 15 | 30 | 60 *

*

Default: 0 @@ -5252,13 +5252,16 @@ export interface CreateDBClusterMessage { * see Setting * up and enabling Enhanced Monitoring in the Amazon RDS User Guide.

*

If MonitoringInterval is set to a value other than 0, supply a MonitoringRoleArn value.

- *

Valid for Cluster Type: Multi-AZ DB clusters only

+ *

Valid for Cluster Type: Aurora DB clusters and Multi-AZ DB clusters

* @public */ MonitoringRoleArn?: string | undefined; /** - *

Specifies the mode of Database Insights to enable for the cluster.

+ *

The mode of Database Insights to enable for the DB cluster.

+ *

If you set this value to advanced, you must also set the PerformanceInsightsEnabled + * parameter to true and the PerformanceInsightsRetentionPeriod parameter to 465.

+ *

Valid for Cluster Type: Aurora DB clusters only

* @public */ DatabaseInsightsMode?: DatabaseInsightsMode | undefined; @@ -5267,7 +5270,7 @@ export interface CreateDBClusterMessage { *

Specifies whether to turn on Performance Insights for the DB cluster.

*

For more information, see * Using Amazon Performance Insights in the Amazon RDS User Guide.

- *

Valid for Cluster Type: Multi-AZ DB clusters only

+ *

Valid for Cluster Type: Aurora DB clusters and Multi-AZ DB clusters

* @public */ EnablePerformanceInsights?: boolean | undefined; @@ -5278,14 +5281,14 @@ export interface CreateDBClusterMessage { *

If you don't specify a value for PerformanceInsightsKMSKeyId, then Amazon RDS * uses your default KMS key. There is a default KMS key for your Amazon Web Services account. * Your Amazon Web Services account has a different default KMS key for each Amazon Web Services Region.

- *

Valid for Cluster Type: Multi-AZ DB clusters only

+ *

Valid for Cluster Type: Aurora DB clusters and Multi-AZ DB clusters

* @public */ PerformanceInsightsKMSKeyId?: string | undefined; /** *

The number of days to retain Performance Insights data.

- *

Valid for Cluster Type: Multi-AZ DB clusters only

+ *

Valid for Cluster Type: Aurora DB clusters and Multi-AZ DB clusters

*

Valid Values:

*