@@ -976,17 +976,17 @@ export interface DescribeDBClusterParametersMessage {
976976 * <ul>
977977 * <li>
978978 * <p>
979- * <code>customer </code>
979+ * <code>engine-default </code>
980980 * </p>
981981 * </li>
982982 * <li>
983983 * <p>
984- * <code>engine </code>
984+ * <code>system </code>
985985 * </p>
986986 * </li>
987987 * <li>
988988 * <p>
989- * <code>service </code>
989+ * <code>user </code>
990990 * </p>
991991 * </li>
992992 * </ul>
@@ -995,7 +995,8 @@ export interface DescribeDBClusterParametersMessage {
995995 Source?: string | undefined;
996996
997997 /**
998- * <p>This parameter isn't currently supported.</p>
998+ * <p>A filter that specifies one or more DB cluster parameters to describe.</p>
999+ * <p>The only supported filter is <code>parameter-name</code>. The results list only includes information about the DB cluster parameters with these names.</p>
9991000 * @public
10001001 */
10011002 Filters?: Filter[] | undefined;
@@ -2076,7 +2077,8 @@ export interface DescribeDBParametersMessage {
20762077 Source?: string | undefined;
20772078
20782079 /**
2079- * <p>This parameter isn't currently supported.</p>
2080+ * <p>A filter that specifies one or more DB parameters to describe.</p>
2081+ * <p>The only supported filter is <code>parameter-name</code>. The results list only includes information about the DB parameters with these names.</p>
20802082 * @public
20812083 */
20822084 Filters?: Filter[] | undefined;
@@ -4398,7 +4400,8 @@ export interface DescribeEngineDefaultParametersMessage {
43984400 DBParameterGroupFamily: string | undefined;
43994401
44004402 /**
4401- * <p>This parameter isn't currently supported.</p>
4403+ * <p>A filter that specifies one or more parameters to describe.</p>
4404+ * <p>The only supported filter is <code>parameter-name</code>. The results list only includes information about the parameters with these names.</p>
44024405 * @public
44034406 */
44044407 Filters?: Filter[] | undefined;
@@ -7413,12 +7416,50 @@ export interface ModifyCustomDBEngineVersionMessage {
74137416export interface CloudwatchLogsExportConfiguration {
74147417 /**
74157418 * <p>The list of log types to enable.</p>
7419+ * <p>The following values are valid for each DB engine:</p>
7420+ * <ul>
7421+ * <li>
7422+ * <p>Aurora MySQL - <code>audit | error | general | slowquery</code>
7423+ * </p>
7424+ * </li>
7425+ * <li>
7426+ * <p>Aurora PostgreSQL - <code>postgresql</code>
7427+ * </p>
7428+ * </li>
7429+ * <li>
7430+ * <p>RDS for MySQL - <code>error | general | slowquery</code>
7431+ * </p>
7432+ * </li>
7433+ * <li>
7434+ * <p>RDS for PostgreSQL - <code>postgresql | upgrade</code>
7435+ * </p>
7436+ * </li>
7437+ * </ul>
74167438 * @public
74177439 */
74187440 EnableLogTypes?: string[] | undefined;
74197441
74207442 /**
74217443 * <p>The list of log types to disable.</p>
7444+ * <p>The following values are valid for each DB engine:</p>
7445+ * <ul>
7446+ * <li>
7447+ * <p>Aurora MySQL - <code>audit | error | general | slowquery</code>
7448+ * </p>
7449+ * </li>
7450+ * <li>
7451+ * <p>Aurora PostgreSQL - <code>postgresql</code>
7452+ * </p>
7453+ * </li>
7454+ * <li>
7455+ * <p>RDS for MySQL - <code>error | general | slowquery</code>
7456+ * </p>
7457+ * </li>
7458+ * <li>
7459+ * <p>RDS for PostgreSQL - <code>postgresql | upgrade</code>
7460+ * </p>
7461+ * </li>
7462+ * </ul>
74227463 * @public
74237464 */
74247465 DisableLogTypes?: string[] | undefined;
@@ -7863,7 +7904,7 @@ export interface ModifyDBClusterMessage {
78637904 /**
78647905 * <p>Specifies whether minor engine upgrades are applied automatically to the DB cluster during the maintenance window.
78657906 * By default, minor engine upgrades are applied automatically.</p>
7866- * <p>Valid for Cluster Type: Multi-AZ DB clusters only </p>
7907+ * <p>Valid for Cluster Type: Aurora DB clusters and Multi-AZ DB clusters</p>
78677908 * @public
78687909 */
78697910 AutoMinorVersionUpgrade?: boolean | undefined;
@@ -7895,7 +7936,13 @@ export interface ModifyDBClusterMessage {
78957936 MonitoringRoleArn?: string | undefined;
78967937
78977938 /**
7898- * <p>Specifies the mode of Database Insights to enable for the cluster.</p>
7939+ * <p>Specifies the mode of Database Insights to enable for the DB cluster.</p>
7940+ * <p>If you change the value from <code>standard</code> to <code>advanced</code>, you must set the
7941+ * <code>PerformanceInsightsEnabled</code> parameter to <code>true</code> and the
7942+ * <code>PerformanceInsightsRetentionPeriod</code> parameter to 465.</p>
7943+ * <p>If you change the value from <code>advanced</code> to <code>standard</code>, you must
7944+ * set the <code>PerformanceInsightsEnabled</code> parameter to <code>false</code>.</p>
7945+ * <p>Valid for Cluster Type: Aurora DB clusters only</p>
78997946 * @public
79007947 */
79017948 DatabaseInsightsMode?: DatabaseInsightsMode | undefined;
@@ -7915,14 +7962,14 @@ export interface ModifyDBClusterMessage {
79157962 * <p>If you don't specify a value for <code>PerformanceInsightsKMSKeyId</code>, then Amazon RDS
79167963 * uses your default KMS key. There is a default KMS key for your Amazon Web Services account.
79177964 * Your Amazon Web Services account has a different default KMS key for each Amazon Web Services Region.</p>
7918- * <p>Valid for Cluster Type: Multi-AZ DB clusters only </p>
7965+ * <p>Valid for Cluster Type: Aurora DB clusters and Multi-AZ DB clusters</p>
79197966 * @public
79207967 */
79217968 PerformanceInsightsKMSKeyId?: string | undefined;
79227969
79237970 /**
79247971 * <p>The number of days to retain Performance Insights data.</p>
7925- * <p>Valid for Cluster Type: Multi-AZ DB clusters only </p>
7972+ * <p>Valid for Cluster Type: Aurora DB clusters and Multi-AZ DB clusters</p>
79267973 * <p>Valid Values:</p>
79277974 * <ul>
79287975 * <li>
@@ -9079,7 +9126,11 @@ export interface ModifyDBInstanceMessage {
90799126 EnableIAMDatabaseAuthentication?: boolean | undefined;
90809127
90819128 /**
9082- * <p>Specifies the mode of Database Insights to enable for the instance.</p>
9129+ * <p>Specifies the mode of Database Insights to enable for the DB instance.</p>
9130+ * <p>This setting only applies to Amazon Aurora DB instances.</p>
9131+ * <note>
9132+ * <p>Currently, this value is inherited from the DB cluster and can't be changed.</p>
9133+ * </note>
90839134 * @public
90849135 */
90859136 DatabaseInsightsMode?: DatabaseInsightsMode | undefined;
@@ -9137,6 +9188,28 @@ export interface ModifyDBInstanceMessage {
91379188 * <p>A change to the <code>CloudwatchLogsExportConfiguration</code> parameter is always applied to the DB instance
91389189 * immediately. Therefore, the <code>ApplyImmediately</code> parameter has no effect.</p>
91399190 * <p>This setting doesn't apply to RDS Custom DB instances.</p>
9191+ * <p>The following values are valid for each DB engine:</p>
9192+ * <ul>
9193+ * <li>
9194+ * <p>Aurora MySQL - <code>audit | error | general | slowquery</code>
9195+ * </p>
9196+ * </li>
9197+ * <li>
9198+ * <p>Aurora PostgreSQL - <code>postgresql</code>
9199+ * </p>
9200+ * </li>
9201+ * <li>
9202+ * <p>RDS for MySQL - <code>error | general | slowquery</code>
9203+ * </p>
9204+ * </li>
9205+ * <li>
9206+ * <p>RDS for PostgreSQL - <code>postgresql | upgrade</code>
9207+ * </p>
9208+ * </li>
9209+ * </ul>
9210+ * <p>For more information about exporting CloudWatch Logs for Amazon RDS, see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_LogAccess.html#USER_LogAccess.Procedural.UploadtoCloudWatch">
9211+ * Publishing Database Logs to Amazon CloudWatch Logs</a> in the <i>Amazon RDS User Guide</i>.</p>
9212+ * <p>For more information about exporting CloudWatch Logs for Amazon Aurora, see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/USER_LogAccess.html#USER_LogAccess.Procedural.UploadtoCloudWatch">Publishing Database Logs to Amazon CloudWatch Logs</a> in the <i>Amazon Aurora User Guide</i>.</p>
91409213 * @public
91419214 */
91429215 CloudwatchLogsExportConfiguration?: CloudwatchLogsExportConfiguration | undefined;
@@ -13198,6 +13271,7 @@ export interface RestoreDBInstanceFromDBSnapshotMessage {
1319813271 /**
1319913272 * <p>The amount of storage (in gibibytes) to allocate initially for the DB instance. Follow the allocation rules specified in
1320013273 * CreateDBInstance.</p>
13274+ * <p>This setting isn't valid for RDS for SQL Server.</p>
1320113275 * <note>
1320213276 * <p>Be sure to allocate enough storage for your new DB instance so that the restore operation can succeed. You can also
1320313277 * allocate additional storage for future growth.</p>
@@ -13293,6 +13367,7 @@ export interface RestoreDBInstanceFromS3Message {
1329313367 /**
1329413368 * <p>The amount of storage (in gibibytes) to allocate initially for the DB instance.
1329513369 * Follow the allocation rules specified in <code>CreateDBInstance</code>.</p>
13370+ * <p>This setting isn't valid for RDS for SQL Server.</p>
1329613371 * <note>
1329713372 * <p>Be sure to allocate enough storage for your new DB instance so that the restore operation can succeed.
1329813373 * You can also allocate additional storage for future growth.</p>
@@ -13678,7 +13753,11 @@ export interface RestoreDBInstanceFromS3Message {
1367813753 S3IngestionRoleArn: string | undefined;
1367913754
1368013755 /**
13681- * <p>Specifies the mode of Database Insights to enable for the instance.</p>
13756+ * <p>Specifies the mode of Database Insights to enable for the DB instance.</p>
13757+ * <p>This setting only applies to Amazon Aurora DB instances.</p>
13758+ * <note>
13759+ * <p>Currently, this value is inherited from the DB cluster and can't be changed.</p>
13760+ * </note>
1368213761 * @public
1368313762 */
1368413763 DatabaseInsightsMode?: DatabaseInsightsMode | undefined;
@@ -14561,6 +14640,7 @@ export interface RestoreDBInstanceToPointInTimeMessage {
1456114640 /**
1456214641 * <p>The amount of storage (in gibibytes) to allocate initially for the DB instance.
1456314642 * Follow the allocation rules specified in <code>CreateDBInstance</code>.</p>
14643+ * <p>This setting isn't valid for RDS for SQL Server.</p>
1456414644 * <note>
1456514645 * <p>Be sure to allocate enough storage for your new DB instance so that the restore operation can succeed.
1456614646 * You can also allocate additional storage for future growth.</p>
0 commit comments