diff --git a/clients/client-rds/src/commands/RestoreDBClusterFromSnapshotCommand.ts b/clients/client-rds/src/commands/RestoreDBClusterFromSnapshotCommand.ts index 7798465f94d17..5e451136e4449 100644 --- a/clients/client-rds/src/commands/RestoreDBClusterFromSnapshotCommand.ts +++ b/clients/client-rds/src/commands/RestoreDBClusterFromSnapshotCommand.ts @@ -110,6 +110,11 @@ export interface RestoreDBClusterFromSnapshotCommandOutput * TransitGatewayMulticastDomainId: "STRING_VALUE", * ReplicaMode: "open-read-only" || "mounted", * }, + * MonitoringInterval: Number("int"), + * MonitoringRoleArn: "STRING_VALUE", + * EnablePerformanceInsights: true || false, + * PerformanceInsightsKMSKeyId: "STRING_VALUE", + * PerformanceInsightsRetentionPeriod: Number("int"), * EngineLifecycleSupport: "STRING_VALUE", * }; * const command = new RestoreDBClusterFromSnapshotCommand(input); diff --git a/clients/client-rds/src/commands/RestoreDBClusterToPointInTimeCommand.ts b/clients/client-rds/src/commands/RestoreDBClusterToPointInTimeCommand.ts index ac83e9ea39246..be2c7be12c2ef 100644 --- a/clients/client-rds/src/commands/RestoreDBClusterToPointInTimeCommand.ts +++ b/clients/client-rds/src/commands/RestoreDBClusterToPointInTimeCommand.ts @@ -112,6 +112,11 @@ export interface RestoreDBClusterToPointInTimeCommandOutput * TransitGatewayMulticastDomainId: "STRING_VALUE", * ReplicaMode: "open-read-only" || "mounted", * }, + * MonitoringInterval: Number("int"), + * MonitoringRoleArn: "STRING_VALUE", + * EnablePerformanceInsights: true || false, + * PerformanceInsightsKMSKeyId: "STRING_VALUE", + * PerformanceInsightsRetentionPeriod: Number("int"), * EngineLifecycleSupport: "STRING_VALUE", * }; * const command = new RestoreDBClusterToPointInTimeCommand(input); diff --git a/clients/client-rds/src/models/models_0.ts b/clients/client-rds/src/models/models_0.ts index 8c638833d1b79..d8d2b662e51d7 100644 --- a/clients/client-rds/src/models/models_0.ts +++ b/clients/client-rds/src/models/models_0.ts @@ -771,9 +771,37 @@ export interface ApplyPendingMaintenanceActionMessage { /** *
The pending maintenance action to apply to this resource.
- *Valid Values: system-update
, db-upgrade
,
- * hardware-maintenance
, ca-certificate-rotation
- *
Valid Values:
+ *
+ * ca-certificate-rotation
+ *
+ * db-upgrade
+ *
+ * hardware-maintenance
+ *
+ * os-upgrade
+ *
+ * system-update
+ *
For more information about these actions, see + * Maintenance actions for Amazon Aurora or + * Maintenance actions for Amazon RDS.
* @public */ ApplyAction: string | undefined; @@ -811,8 +839,37 @@ export interface PendingMaintenanceAction { /** *The type of pending maintenance action that is available for the resource.
*For more information about maintenance actions, see Maintaining a DB instance.
- *Valid Values: system-update | db-upgrade | hardware-maintenance | ca-certificate-rotation
- *
Valid Values:
+ *
+ * ca-certificate-rotation
+ *
+ * db-upgrade
+ *
+ * hardware-maintenance
+ *
+ * os-upgrade
+ *
+ * system-update
+ *
For more information about these actions, see + * Maintenance actions for Amazon Aurora or + * Maintenance actions for Amazon RDS.
* @public */ Action?: string; @@ -5153,6 +5210,9 @@ export interface CreateDBClusterMessage { /** *Specifies whether to enable Aurora Limitless Database. You must enable Aurora Limitless Database to create a DB shard group.
*Valid for: Aurora DB clusters only
+ *This setting is no longer used. Instead use the ClusterScalabilityType
setting.
Specifies whether to enable Aurora Limitless Database. You must enable Aurora Limitless Database to create a DB shard group.
*Valid for: Aurora DB clusters only
+ *This setting is no longer used. Instead use the ClusterScalabilityType
setting when you create your Aurora Limitless Database DB cluster.
The interval, in seconds, between points when Enhanced Monitoring metrics are collected for the DB cluster. To turn off
+ * collecting Enhanced Monitoring metrics, specify 0
.
If MonitoringRoleArn
is specified, also set MonitoringInterval
to a value other than 0
.
Valid Values: 0 | 1 | 5 | 10 | 15 | 30 | 60
+ *
Default: 0
+ *
The Amazon Resource Name (ARN) for the IAM role that permits RDS to send Enhanced Monitoring metrics to Amazon CloudWatch Logs.
+ * An example is arn:aws:iam:123456789012:role/emaccess
.
If MonitoringInterval
is set to a value other than 0
, supply a MonitoringRoleArn
value.
Specifies whether to turn on Performance Insights for the DB cluster.
+ * @public + */ + EnablePerformanceInsights?: boolean; + + /** + *The Amazon Web Services KMS key identifier for encryption of Performance Insights data.
+ *The Amazon Web Services KMS key identifier is the key ARN, key ID, alias ARN, or alias name for the KMS key.
+ *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.
The number of days to retain Performance Insights data.
+ *Valid Values:
+ *
+ * 7
+ *
+ * month * 31, where month is a number of months from 1-23.
+ * Examples: 93
(3 months * 31), 341
(11 months * 31), 589
(19 months * 31)
+ * 731
+ *
Default: 7
days
If you specify a retention period that isn't valid, such as 94
, Amazon RDS issues an error.
The life cycle type for this DB cluster.
*The interval, in seconds, between points when Enhanced Monitoring metrics are collected for the DB cluster. To turn off
+ * collecting Enhanced Monitoring metrics, specify 0
.
If MonitoringRoleArn
is specified, also set MonitoringInterval
to a value other than 0
.
Valid Values: 0 | 1 | 5 | 10 | 15 | 30 | 60
+ *
Default: 0
+ *
The Amazon Resource Name (ARN) for the IAM role that permits RDS to send Enhanced Monitoring metrics to Amazon CloudWatch Logs.
+ * An example is arn:aws:iam:123456789012:role/emaccess
.
If MonitoringInterval
is set to a value other than 0
, supply a MonitoringRoleArn
value.
Specifies whether to turn on Performance Insights for the DB cluster.
+ * @public + */ + EnablePerformanceInsights?: boolean; + + /** + *The Amazon Web Services KMS key identifier for encryption of Performance Insights data.
+ *The Amazon Web Services KMS key identifier is the key ARN, key ID, alias ARN, or alias name for the KMS key.
+ *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.
The number of days to retain Performance Insights data.
+ *Valid Values:
+ *
+ * 7
+ *
+ * month * 31, where month is a number of months from 1-23.
+ * Examples: 93
(3 months * 31), 341
(11 months * 31), 589
(19 months * 31)
+ * 731
+ *
Default: 7
days
If you specify a retention period that isn't valid, such as 94
, Amazon RDS issues an error.
The life cycle type for this DB cluster.
*The pending maintenance action to apply to this resource.
\nValid Values: system-update
, db-upgrade
, \n hardware-maintenance
, ca-certificate-rotation
\n
The pending maintenance action to apply to this resource.
\nValid Values:
\n\n ca-certificate-rotation
\n
\n db-upgrade
\n
\n hardware-maintenance
\n
\n os-upgrade
\n
\n system-update
\n
For more information about these actions, see \n Maintenance actions for Amazon Aurora or \n Maintenance actions for Amazon RDS.
", "smithy.api#required": {} } }, @@ -4440,7 +4440,7 @@ "EnableLimitlessDatabase": { "target": "com.amazonaws.rds#BooleanOptional", "traits": { - "smithy.api#documentation": "Specifies whether to enable Aurora Limitless Database. You must enable Aurora Limitless Database to create a DB shard group.
\nValid for: Aurora DB clusters only
" + "smithy.api#documentation": "Specifies whether to enable Aurora Limitless Database. You must enable Aurora Limitless Database to create a DB shard group.
\nValid for: Aurora DB clusters only
\nThis setting is no longer used. Instead use the ClusterScalabilityType
setting.
Specifies whether to enable Aurora Limitless Database. You must enable Aurora Limitless Database to create a DB shard group.
\nValid for: Aurora DB clusters only
" + "smithy.api#documentation": "Specifies whether to enable Aurora Limitless Database. You must enable Aurora Limitless Database to create a DB shard group.
\nValid for: Aurora DB clusters only
\nThis setting is no longer used. Instead use the ClusterScalabilityType
setting when you create your Aurora Limitless Database DB cluster.
The type of pending maintenance action that is available for the resource.
\nFor more information about maintenance actions, see Maintaining a DB instance.
\nValid Values: system-update | db-upgrade | hardware-maintenance | ca-certificate-rotation
\n
The type of pending maintenance action that is available for the resource.
\nFor more information about maintenance actions, see Maintaining a DB instance.
\nValid Values:
\n\n ca-certificate-rotation
\n
\n db-upgrade
\n
\n hardware-maintenance
\n
\n os-upgrade
\n
\n system-update
\n
For more information about these actions, see \n Maintenance actions for Amazon Aurora or \n Maintenance actions for Amazon RDS.
" } }, "AutoAppliedAfterDate": { @@ -27248,6 +27248,36 @@ "smithy.api#documentation": "Reserved for future use.
" } }, + "MonitoringInterval": { + "target": "com.amazonaws.rds#IntegerOptional", + "traits": { + "smithy.api#documentation": "The interval, in seconds, between points when Enhanced Monitoring metrics are collected for the DB cluster. To turn off \n collecting Enhanced Monitoring metrics, specify 0
.
If MonitoringRoleArn
is specified, also set MonitoringInterval
to a value other than 0
.
Valid Values: 0 | 1 | 5 | 10 | 15 | 30 | 60
\n
Default: 0
\n
The Amazon Resource Name (ARN) for the IAM role that permits RDS to send Enhanced Monitoring metrics to Amazon CloudWatch Logs. \n An example is arn:aws:iam:123456789012:role/emaccess
.
If MonitoringInterval
is set to a value other than 0
, supply a MonitoringRoleArn
value.
Specifies whether to turn on Performance Insights for the DB cluster.
" + } + }, + "PerformanceInsightsKMSKeyId": { + "target": "com.amazonaws.rds#String", + "traits": { + "smithy.api#documentation": "The Amazon Web Services KMS key identifier for encryption of Performance Insights data.
\nThe Amazon Web Services KMS key identifier is the key ARN, key ID, alias ARN, or alias name for the KMS key.
\nIf you don't specify a value for PerformanceInsightsKMSKeyId
, then Amazon RDS uses your default KMS key. \n 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.
The number of days to retain Performance Insights data.
\nValid Values:
\n\n 7
\n
\n month * 31, where month is a number of months from 1-23. \n Examples: 93
(3 months * 31), 341
(11 months * 31), 589
(19 months * 31)
\n 731
\n
Default: 7
days
If you specify a retention period that isn't valid, such as 94
, Amazon RDS issues an error.
Reserved for future use.
" } }, + "MonitoringInterval": { + "target": "com.amazonaws.rds#IntegerOptional", + "traits": { + "smithy.api#documentation": "The interval, in seconds, between points when Enhanced Monitoring metrics are collected for the DB cluster. To turn off \n collecting Enhanced Monitoring metrics, specify 0
.
If MonitoringRoleArn
is specified, also set MonitoringInterval
to a value other than 0
.
Valid Values: 0 | 1 | 5 | 10 | 15 | 30 | 60
\n
Default: 0
\n
The Amazon Resource Name (ARN) for the IAM role that permits RDS to send Enhanced Monitoring metrics to Amazon CloudWatch Logs. \n An example is arn:aws:iam:123456789012:role/emaccess
.
If MonitoringInterval
is set to a value other than 0
, supply a MonitoringRoleArn
value.
Specifies whether to turn on Performance Insights for the DB cluster.
" + } + }, + "PerformanceInsightsKMSKeyId": { + "target": "com.amazonaws.rds#String", + "traits": { + "smithy.api#documentation": "The Amazon Web Services KMS key identifier for encryption of Performance Insights data.
\nThe Amazon Web Services KMS key identifier is the key ARN, key ID, alias ARN, or alias name for the KMS key.
\nIf you don't specify a value for PerformanceInsightsKMSKeyId
, then Amazon RDS uses your default KMS key. \n 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.
The number of days to retain Performance Insights data.
\nValid Values:
\n\n 7
\n
\n month * 31, where month is a number of months from 1-23. \n Examples: 93
(3 months * 31), 341
(11 months * 31), 589
(19 months * 31)
\n 731
\n
Default: 7
days
If you specify a retention period that isn't valid, such as 94
, Amazon RDS issues an error.