diff --git a/Include/sdk/_sdk-versions.json b/Include/sdk/_sdk-versions.json
index f6d410c9a..1725d1d42 100644
--- a/Include/sdk/_sdk-versions.json
+++ b/Include/sdk/_sdk-versions.json
@@ -1,7 +1,7 @@
{
"NewServiceVersion" : "3.7.400.0",
- "ProductVersion" : "3.7.953.0",
+ "ProductVersion" : "3.7.953.1",
"CoreVersion" : "3.7.400.70",
"OverrideCoreVersion" : "3.3",
"DefaultToPreview" : false,
@@ -284,7 +284,7 @@
"InPreview" : false
},
"RDS" : {
- "Version" : "3.7.410.6",
+ "Version" : "3.7.410.7",
"AssemblyVersionOverride" : "3.3",
"Dependencies" : {
"Core" : "3.7.400.70"
diff --git a/changelogs/CHANGELOG.2024.md b/changelogs/CHANGELOG.2024.md
index f0ef92b62..7a1395d96 100644
--- a/changelogs/CHANGELOG.2024.md
+++ b/changelogs/CHANGELOG.2024.md
@@ -1,4 +1,7 @@
-### 4.1.725 (2024-12-26 21:57Z)
+### 4.1.726 (2024-12-27 21:38Z)
+ * AWS Tools for PowerShell now use AWS .NET SDK 3.7.953.1 and leverage its new features and improvements. Please find a description of the changes at https://github.com/aws/aws-sdk-net/blob/main/changelogs/SDK.CHANGELOG.ALL.md.
+
+### 4.1.725 (2024-12-26 21:57Z)
* AWS Tools for PowerShell now use AWS .NET SDK 3.7.953.0 and leverage its new features and improvements. Please find a description of the changes at https://github.com/aws/aws-sdk-net/blob/main/changelogs/SDK.CHANGELOG.ALL.md.
### 4.1.724 (2024-12-23 21:31Z)
diff --git a/changelogs/CHANGELOG.ALL.md b/changelogs/CHANGELOG.ALL.md
index a3981bdcb..147a6df91 100644
--- a/changelogs/CHANGELOG.ALL.md
+++ b/changelogs/CHANGELOG.ALL.md
@@ -1,4 +1,7 @@
-### 4.1.725 (2024-12-26 21:57Z)
+### 4.1.726 (2024-12-27 21:38Z)
+ * AWS Tools for PowerShell now use AWS .NET SDK 3.7.953.1 and leverage its new features and improvements. Please find a description of the changes at https://github.com/aws/aws-sdk-net/blob/main/changelogs/SDK.CHANGELOG.ALL.md.
+
+### 4.1.725 (2024-12-26 21:57Z)
* AWS Tools for PowerShell now use AWS .NET SDK 3.7.953.0 and leverage its new features and improvements. Please find a description of the changes at https://github.com/aws/aws-sdk-net/blob/main/changelogs/SDK.CHANGELOG.ALL.md.
### 4.1.724 (2024-12-23 21:31Z)
diff --git a/modules/AWSPowerShell/Cmdlets/RDS/Basic/Edit-RDSDBCluster-Cmdlet.cs b/modules/AWSPowerShell/Cmdlets/RDS/Basic/Edit-RDSDBCluster-Cmdlet.cs
index d8ac38433..4e233d3cf 100644
--- a/modules/AWSPowerShell/Cmdlets/RDS/Basic/Edit-RDSDBCluster-Cmdlet.cs
+++ b/modules/AWSPowerShell/Cmdlets/RDS/Basic/Edit-RDSDBCluster-Cmdlet.cs
@@ -106,7 +106,7 @@ public partial class EditRDSDBClusterCmdlet : AmazonRDSClientCmdlet, IExecutor
///
///
/// 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
+ /// during the maintenance window. By default, minor engine upgrades are applied automatically.Valid for Cluster Type: Aurora DB clusters and Multi-AZ DB clusters
///
///
[System.Management.Automation.Parameter(ValueFromPipelineByPropertyName = true)]
@@ -184,7 +184,10 @@ public partial class EditRDSDBClusterCmdlet : AmazonRDSClientCmdlet, IExecutor
#region Parameter DatabaseInsightsMode
///
///
- /// Specifies the mode of Database Insights to enable for the cluster.
+ /// Specifies the mode of Database Insights to enable for the DB cluster.If you change the value from standard to advanced, you must set the
+ /// PerformanceInsightsEnabled parameter to true and the PerformanceInsightsRetentionPeriod
+ /// parameter to 465.If you change the value from advanced to standard, you must set the
+ /// PerformanceInsightsEnabled parameter to false.Valid for Cluster Type: Aurora DB clusters only
///
///
[System.Management.Automation.Parameter(ValueFromPipelineByPropertyName = true)]
@@ -260,7 +263,7 @@ public partial class EditRDSDBClusterCmdlet : AmazonRDSClientCmdlet, IExecutor
#region Parameter CloudwatchLogsExportConfiguration_DisableLogType
///
///
- /// The list of log types to disable.
+ /// The list of log types to disable.The following values are valid for each DB engine:- Aurora MySQL - audit | error | general | slowquery
- Aurora PostgreSQL - postgresql
- RDS for MySQL - error | general | slowquery
- RDS for PostgreSQL - postgresql | upgrade
///
///
[System.Management.Automation.Parameter(ValueFromPipelineByPropertyName = true)]
@@ -365,7 +368,7 @@ public partial class EditRDSDBClusterCmdlet : AmazonRDSClientCmdlet, IExecutor
#region Parameter CloudwatchLogsExportConfiguration_EnableLogType
///
///
- /// The list of log types to enable.
+ /// The list of log types to enable.The following values are valid for each DB engine:- Aurora MySQL - audit | error | general | slowquery
- Aurora PostgreSQL - postgresql
- RDS for MySQL - error | general | slowquery
- RDS for PostgreSQL - postgresql | upgrade
///
///
[System.Management.Automation.Parameter(ValueFromPipelineByPropertyName = true)]
@@ -595,7 +598,7 @@ public partial class EditRDSDBClusterCmdlet : AmazonRDSClientCmdlet, IExecutor
/// 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.Valid for Cluster Type: Multi-AZ DB clusters only
+ /// Amazon Web Services Region.Valid for Cluster Type: Aurora DB clusters and Multi-AZ DB clusters
///
///
[System.Management.Automation.Parameter(ValueFromPipelineByPropertyName = true)]
@@ -605,7 +608,7 @@ public partial class EditRDSDBClusterCmdlet : AmazonRDSClientCmdlet, IExecutor
#region Parameter PerformanceInsightsRetentionPeriod
///
///
- /// The number of days to retain Performance Insights data.Valid for Cluster Type: Multi-AZ DB clusters onlyValid Values:- 7
- month * 31, where month is a number of months from 1-23. Examples:
+ /// The number of days to retain Performance Insights data.Valid for Cluster Type: Aurora DB clusters and Multi-AZ DB clustersValid 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 daysIf you specify a retention period that isn't valid, such as 94, Amazon RDS
/// issues an error.
///
diff --git a/modules/AWSPowerShell/Cmdlets/RDS/Basic/Edit-RDSDBInstance-Cmdlet.cs b/modules/AWSPowerShell/Cmdlets/RDS/Basic/Edit-RDSDBInstance-Cmdlet.cs
index 798e8683e..1b5e95747 100644
--- a/modules/AWSPowerShell/Cmdlets/RDS/Basic/Edit-RDSDBInstance-Cmdlet.cs
+++ b/modules/AWSPowerShell/Cmdlets/RDS/Basic/Edit-RDSDBInstance-Cmdlet.cs
@@ -188,7 +188,7 @@ public partial class EditRDSDBInstanceCmdlet : AmazonRDSClientCmdlet, IExecutor
#region Parameter DatabaseInsightsMode
///
///
- /// Specifies the mode of Database Insights to enable for the instance.
+ /// Specifies the mode of Database Insights to enable for the DB instance.This setting only applies to Amazon Aurora DB instances.Currently, this value is inherited from the DB cluster and can't be changed.
///
///
[System.Management.Automation.Parameter(ValueFromPipelineByPropertyName = true)]
@@ -330,7 +330,7 @@ public partial class EditRDSDBInstanceCmdlet : AmazonRDSClientCmdlet, IExecutor
#region Parameter CloudwatchLogsExportConfiguration_DisableLogType
///
///
- /// The list of log types to disable.
+ /// The list of log types to disable.The following values are valid for each DB engine:- Aurora MySQL - audit | error | general | slowquery
- Aurora PostgreSQL - postgresql
- RDS for MySQL - error | general | slowquery
- RDS for PostgreSQL - postgresql | upgrade
///
///
[System.Management.Automation.Parameter(ValueFromPipelineByPropertyName = true)]
@@ -438,7 +438,7 @@ public partial class EditRDSDBInstanceCmdlet : AmazonRDSClientCmdlet, IExecutor
#region Parameter CloudwatchLogsExportConfiguration_EnableLogType
///
///
- /// The list of log types to enable.
+ /// The list of log types to enable.The following values are valid for each DB engine:- Aurora MySQL - audit | error | general | slowquery
- Aurora PostgreSQL - postgresql
- RDS for MySQL - error | general | slowquery
- RDS for PostgreSQL - postgresql | upgrade
///
///
[System.Management.Automation.Parameter(ValueFromPipelineByPropertyName = true)]
diff --git a/modules/AWSPowerShell/Cmdlets/RDS/Basic/Get-RDSDBClusterParameter-Cmdlet.cs b/modules/AWSPowerShell/Cmdlets/RDS/Basic/Get-RDSDBClusterParameter-Cmdlet.cs
index 860252899..61d2bb4f3 100644
--- a/modules/AWSPowerShell/Cmdlets/RDS/Basic/Get-RDSDBClusterParameter-Cmdlet.cs
+++ b/modules/AWSPowerShell/Cmdlets/RDS/Basic/Get-RDSDBClusterParameter-Cmdlet.cs
@@ -71,7 +71,8 @@ public partial class GetRDSDBClusterParameterCmdlet : AmazonRDSClientCmdlet, IEx
#region Parameter Filter
///
///
- /// This parameter isn't currently supported.
+ /// A filter that specifies one or more DB cluster parameters to describe.The only supported filter is parameter-name. The results list only includes
+ /// information about the DB cluster parameters with these names.
///
///
[System.Management.Automation.Parameter(ValueFromPipelineByPropertyName = true)]
@@ -82,7 +83,7 @@ public partial class GetRDSDBClusterParameterCmdlet : AmazonRDSClientCmdlet, IEx
#region Parameter Source
///
///
- /// A specific source to return parameters for.Valid Values:
+ /// A specific source to return parameters for.Valid Values:
///
///
[System.Management.Automation.Parameter(ValueFromPipelineByPropertyName = true)]
diff --git a/modules/AWSPowerShell/Cmdlets/RDS/Basic/Get-RDSDBParameter-Cmdlet.cs b/modules/AWSPowerShell/Cmdlets/RDS/Basic/Get-RDSDBParameter-Cmdlet.cs
index 9e8fa1919..3e8b7154a 100644
--- a/modules/AWSPowerShell/Cmdlets/RDS/Basic/Get-RDSDBParameter-Cmdlet.cs
+++ b/modules/AWSPowerShell/Cmdlets/RDS/Basic/Get-RDSDBParameter-Cmdlet.cs
@@ -62,7 +62,8 @@ public partial class GetRDSDBParameterCmdlet : AmazonRDSClientCmdlet, IExecutor
#region Parameter Filter
///
///
- /// This parameter isn't currently supported.
+ /// A filter that specifies one or more DB parameters to describe.The only supported filter is parameter-name. The results list only includes
+ /// information about the DB parameters with these names.
///
///
[System.Management.Automation.Parameter(ValueFromPipelineByPropertyName = true)]
diff --git a/modules/AWSPowerShell/Cmdlets/RDS/Basic/Get-RDSEngineDefaultParameter-Cmdlet.cs b/modules/AWSPowerShell/Cmdlets/RDS/Basic/Get-RDSEngineDefaultParameter-Cmdlet.cs
index 6ea13d36f..44a930e39 100644
--- a/modules/AWSPowerShell/Cmdlets/RDS/Basic/Get-RDSEngineDefaultParameter-Cmdlet.cs
+++ b/modules/AWSPowerShell/Cmdlets/RDS/Basic/Get-RDSEngineDefaultParameter-Cmdlet.cs
@@ -63,7 +63,8 @@ public partial class GetRDSEngineDefaultParameterCmdlet : AmazonRDSClientCmdlet,
#region Parameter Filter
///
///
- /// This parameter isn't currently supported.
+ /// A filter that specifies one or more parameters to describe.The only supported filter is parameter-name. The results list only includes
+ /// information about the parameters with these names.
///
///
[System.Management.Automation.Parameter(ValueFromPipelineByPropertyName = true)]
diff --git a/modules/AWSPowerShell/Cmdlets/RDS/Basic/New-RDSDBCluster-Cmdlet.cs b/modules/AWSPowerShell/Cmdlets/RDS/Basic/New-RDSDBCluster-Cmdlet.cs
index ebaaf3d5b..924d0bd26 100644
--- a/modules/AWSPowerShell/Cmdlets/RDS/Basic/New-RDSDBCluster-Cmdlet.cs
+++ b/modules/AWSPowerShell/Cmdlets/RDS/Basic/New-RDSDBCluster-Cmdlet.cs
@@ -75,7 +75,7 @@ public partial class NewRDSDBClusterCmdlet : AmazonRDSClientCmdlet, IExecutor
///
///
/// 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
+ /// during the maintenance window. By default, minor engine upgrades are applied automatically.Valid for Cluster Type: Aurora DB clusters and Multi-AZ DB cluster
///
///
[System.Management.Automation.Parameter(ValueFromPipelineByPropertyName = true)]
@@ -178,7 +178,9 @@ public partial class NewRDSDBClusterCmdlet : AmazonRDSClientCmdlet, IExecutor
#region Parameter DatabaseInsightsMode
///
///
- /// 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
///
///
[System.Management.Automation.Parameter(ValueFromPipelineByPropertyName = true)]
@@ -380,7 +382,7 @@ public partial class NewRDSDBClusterCmdlet : AmazonRDSClientCmdlet, IExecutor
///
///
/// 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
+ /// Using Amazon Performance Insights in the Amazon RDS User Guide.Valid for Cluster Type: Aurora DB clusters and Multi-AZ DB clusters
///
///
[System.Management.Automation.Parameter(ValueFromPipelineByPropertyName = true)]
@@ -619,7 +621,7 @@ public partial class NewRDSDBClusterCmdlet : AmazonRDSClientCmdlet, IExecutor
///
/// 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 for Cluster Type: Multi-AZ DB clusters onlyValid Values: 0 | 1 | 5 | 10 | 15 | 30 | 60Default: 0
+ /// value other than 0.Valid for Cluster Type: Aurora DB clusters and Multi-AZ DB clustersValid Values: 0 | 1 | 5 | 10 | 15 | 30 | 60Default: 0
///
///
[System.Management.Automation.Parameter(ValueFromPipelineByPropertyName = true)]
@@ -633,7 +635,7 @@ public partial class NewRDSDBClusterCmdlet : AmazonRDSClientCmdlet, IExecutor
/// Monitoring metrics to Amazon CloudWatch Logs. An example is arn:aws:iam:123456789012:role/emaccess.
/// For information on creating a monitoring role, 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
+ /// value.Valid for Cluster Type: Aurora DB clusters and Multi-AZ DB clusters
///
///
[System.Management.Automation.Parameter(ValueFromPipelineByPropertyName = true)]
@@ -671,7 +673,7 @@ public partial class NewRDSDBClusterCmdlet : AmazonRDSClientCmdlet, IExecutor
/// 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.Valid for Cluster Type: Multi-AZ DB clusters only
+ /// Amazon Web Services Region.Valid for Cluster Type: Aurora DB clusters and Multi-AZ DB clusters
///
///
[System.Management.Automation.Parameter(ValueFromPipelineByPropertyName = true)]
@@ -681,7 +683,7 @@ public partial class NewRDSDBClusterCmdlet : AmazonRDSClientCmdlet, IExecutor
#region Parameter PerformanceInsightsRetentionPeriod
///
///
- /// The number of days to retain Performance Insights data.Valid for Cluster Type: Multi-AZ DB clusters onlyValid Values:- 7
- month * 31, where month is a number of months from 1-23. Examples:
+ /// The number of days to retain Performance Insights data.Valid for Cluster Type: Aurora DB clusters and Multi-AZ DB clustersValid 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 daysIf you specify a retention period that isn't valid, such as 94, Amazon RDS
/// issues an error.
///
diff --git a/modules/AWSPowerShell/Cmdlets/RDS/Basic/New-RDSDBInstance-Cmdlet.cs b/modules/AWSPowerShell/Cmdlets/RDS/Basic/New-RDSDBInstance-Cmdlet.cs
index 689340c56..a4578ddc2 100644
--- a/modules/AWSPowerShell/Cmdlets/RDS/Basic/New-RDSDBInstance-Cmdlet.cs
+++ b/modules/AWSPowerShell/Cmdlets/RDS/Basic/New-RDSDBInstance-Cmdlet.cs
@@ -178,7 +178,7 @@ public partial class NewRDSDBInstanceCmdlet : AmazonRDSClientCmdlet, IExecutor
#region Parameter DatabaseInsightsMode
///
///
- /// Specifies the mode of Database Insights to enable for the instance.
+ /// The mode of Database Insights to enable for the DB instance.This setting only applies to Amazon Aurora DB instances.Currently, this value is inherited from the DB cluster and can't be changed.
///
///
[System.Management.Automation.Parameter(ValueFromPipelineByPropertyName = true)]
diff --git a/modules/AWSPowerShell/Cmdlets/RDS/Basic/New-RDSDBInstanceReadReplica-Cmdlet.cs b/modules/AWSPowerShell/Cmdlets/RDS/Basic/New-RDSDBInstanceReadReplica-Cmdlet.cs
index acba55abc..0eb99517c 100644
--- a/modules/AWSPowerShell/Cmdlets/RDS/Basic/New-RDSDBInstanceReadReplica-Cmdlet.cs
+++ b/modules/AWSPowerShell/Cmdlets/RDS/Basic/New-RDSDBInstanceReadReplica-Cmdlet.cs
@@ -64,7 +64,7 @@ public partial class NewRDSDBInstanceReadReplicaCmdlet : AmazonRDSClientCmdlet,
///
///
/// The amount of storage (in gibibytes) to allocate initially for the read replica. Follow
- /// the allocation rules specified in CreateDBInstance.Be sure to allocate enough storage for your read replica so that the create operation
+ /// the allocation rules specified in CreateDBInstance.This setting isn't valid for RDS for SQL Server.Be sure to allocate enough storage for your read replica so that the create operation
/// can succeed. You can also allocate additional storage for future growth.
///
///
@@ -135,7 +135,7 @@ public partial class NewRDSDBInstanceReadReplicaCmdlet : AmazonRDSClientCmdlet,
#region Parameter DatabaseInsightsMode
///
///
- /// Specifies the mode of Database Insights.
+ /// The mode of Database Insights to enable for the read replica.Currently, this setting is not supported.
///
///
[System.Management.Automation.Parameter(ValueFromPipelineByPropertyName = true)]
diff --git a/modules/AWSPowerShell/Cmdlets/RDS/Basic/Restore-RDSDBInstanceFromDBSnapshot-Cmdlet.cs b/modules/AWSPowerShell/Cmdlets/RDS/Basic/Restore-RDSDBInstanceFromDBSnapshot-Cmdlet.cs
index a3fde9716..fb0e3b9a4 100644
--- a/modules/AWSPowerShell/Cmdlets/RDS/Basic/Restore-RDSDBInstanceFromDBSnapshot-Cmdlet.cs
+++ b/modules/AWSPowerShell/Cmdlets/RDS/Basic/Restore-RDSDBInstanceFromDBSnapshot-Cmdlet.cs
@@ -75,7 +75,7 @@ public partial class RestoreRDSDBInstanceFromDBSnapshotCmdlet : AmazonRDSClientC
///
///
/// The amount of storage (in gibibytes) to allocate initially for the DB instance. Follow
- /// the allocation rules specified in CreateDBInstance.Be sure to allocate enough storage for your new DB instance so that the restore operation
+ /// the allocation rules specified in CreateDBInstance.This setting isn't valid for RDS for SQL Server.Be sure to allocate enough storage for your new DB instance so that the restore operation
/// can succeed. You can also allocate additional storage for future growth.
///
///
diff --git a/modules/AWSPowerShell/Cmdlets/RDS/Basic/Restore-RDSDBInstanceFromS3-Cmdlet.cs b/modules/AWSPowerShell/Cmdlets/RDS/Basic/Restore-RDSDBInstanceFromS3-Cmdlet.cs
index 9e0a5f4a5..fd563a99f 100644
--- a/modules/AWSPowerShell/Cmdlets/RDS/Basic/Restore-RDSDBInstanceFromS3-Cmdlet.cs
+++ b/modules/AWSPowerShell/Cmdlets/RDS/Basic/Restore-RDSDBInstanceFromS3-Cmdlet.cs
@@ -52,7 +52,7 @@ public partial class RestoreRDSDBInstanceFromS3Cmdlet : AmazonRDSClientCmdlet, I
///
///
/// The amount of storage (in gibibytes) to allocate initially for the DB instance. Follow
- /// the allocation rules specified in CreateDBInstance.Be sure to allocate enough storage for your new DB instance so that the restore operation
+ /// the allocation rules specified in CreateDBInstance.This setting isn't valid for RDS for SQL Server.Be sure to allocate enough storage for your new DB instance so that the restore operation
/// can succeed. You can also allocate additional storage for future growth.
///
///
@@ -125,7 +125,7 @@ public partial class RestoreRDSDBInstanceFromS3Cmdlet : AmazonRDSClientCmdlet, I
#region Parameter DatabaseInsightsMode
///
///
- /// Specifies the mode of Database Insights to enable for the instance.
+ /// Specifies the mode of Database Insights to enable for the DB instance.This setting only applies to Amazon Aurora DB instances.Currently, this value is inherited from the DB cluster and can't be changed.
///
///
[System.Management.Automation.Parameter(ValueFromPipelineByPropertyName = true)]
diff --git a/modules/AWSPowerShell/Cmdlets/RDS/Basic/Restore-RDSDBInstanceToPointInTime-Cmdlet.cs b/modules/AWSPowerShell/Cmdlets/RDS/Basic/Restore-RDSDBInstanceToPointInTime-Cmdlet.cs
index 0f99a162e..fe17080ba 100644
--- a/modules/AWSPowerShell/Cmdlets/RDS/Basic/Restore-RDSDBInstanceToPointInTime-Cmdlet.cs
+++ b/modules/AWSPowerShell/Cmdlets/RDS/Basic/Restore-RDSDBInstanceToPointInTime-Cmdlet.cs
@@ -62,7 +62,7 @@ public partial class RestoreRDSDBInstanceToPointInTimeCmdlet : AmazonRDSClientCm
///
///
/// The amount of storage (in gibibytes) to allocate initially for the DB instance. Follow
- /// the allocation rules specified in CreateDBInstance.Be sure to allocate enough storage for your new DB instance so that the restore operation
+ /// the allocation rules specified in CreateDBInstance.This setting isn't valid for RDS for SQL Server.Be sure to allocate enough storage for your new DB instance so that the restore operation
/// can succeed. You can also allocate additional storage for future growth.
///
///
diff --git a/modules/AWSPowerShell/CmdletsList.dat b/modules/AWSPowerShell/CmdletsList.dat
index 332ee61af..ce9735ca7 100644
Binary files a/modules/AWSPowerShell/CmdletsList.dat and b/modules/AWSPowerShell/CmdletsList.dat differ
diff --git a/modules/ModularAWSPowerShell/CmdletsList.dat b/modules/ModularAWSPowerShell/CmdletsList.dat
index 20bb2c644..f046bce2f 100644
Binary files a/modules/ModularAWSPowerShell/CmdletsList.dat and b/modules/ModularAWSPowerShell/CmdletsList.dat differ