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: /// /// [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: /// /// [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: [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: