You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: changelogs/CHANGELOG.2024.md
+4-1Lines changed: 4 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,7 @@
1
-
### 4.1.725 (2024-12-26 21:57Z)
1
+
### 4.1.726 (2024-12-27 21:38Z)
2
+
* 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.
3
+
4
+
### 4.1.725 (2024-12-26 21:57Z)
2
5
* 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.
Copy file name to clipboardExpand all lines: changelogs/CHANGELOG.ALL.md
+4-1Lines changed: 4 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,7 @@
1
-
### 4.1.725 (2024-12-26 21:57Z)
1
+
### 4.1.726 (2024-12-27 21:38Z)
2
+
* 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.
3
+
4
+
### 4.1.725 (2024-12-26 21:57Z)
2
5
* 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.
Copy file name to clipboardExpand all lines: modules/AWSPowerShell/Cmdlets/RDS/Basic/Edit-RDSDBCluster-Cmdlet.cs
+9-6Lines changed: 9 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -106,7 +106,7 @@ public partial class EditRDSDBClusterCmdlet : AmazonRDSClientCmdlet, IExecutor
106
106
/// <summary>
107
107
/// <para>
108
108
/// <para>Specifies whether minor engine upgrades are applied automatically to the DB cluster
109
-
/// during the maintenance window. By default, minor engine upgrades are applied automatically.</para><para>Valid for Cluster Type: Multi-AZ DB clusters only</para>
109
+
/// during the maintenance window. By default, minor engine upgrades are applied automatically.</para><para>Valid for Cluster Type: Aurora DB clusters and Multi-AZ DB clusters</para>
@@ -184,7 +184,10 @@ public partial class EditRDSDBClusterCmdlet : AmazonRDSClientCmdlet, IExecutor
184
184
#region Parameter DatabaseInsightsMode
185
185
/// <summary>
186
186
/// <para>
187
-
/// <para>Specifies the mode of Database Insights to enable for the cluster.</para>
187
+
/// <para>Specifies the mode of Database Insights to enable for the DB cluster.</para><para>If you change the value from <c>standard</c> to <c>advanced</c>, you must set the
188
+
/// <c>PerformanceInsightsEnabled</c> parameter to <c>true</c> and the <c>PerformanceInsightsRetentionPeriod</c>
189
+
/// parameter to 465.</para><para>If you change the value from <c>advanced</c> to <c>standard</c>, you must set the
190
+
/// <c>PerformanceInsightsEnabled</c> parameter to <c>false</c>.</para><para>Valid for Cluster Type: Aurora DB clusters only</para>
/// <para>The list of log types to disable.</para>
266
+
/// <para>The list of log types to disable.</para><para>The following values are valid for each DB engine:</para><ul><li><para>Aurora MySQL - <c>audit | error | general | slowquery</c></para></li><li><para>Aurora PostgreSQL - <c>postgresql</c></para></li><li><para>RDS for MySQL - <c>error | general | slowquery</c></para></li><li><para>RDS for PostgreSQL - <c>postgresql | upgrade</c></para></li></ul>
/// <para>The list of log types to enable.</para><para>The following values are valid for each DB engine:</para><ul><li><para>Aurora MySQL - <c>audit | error | general | slowquery</c></para></li><li><para>Aurora PostgreSQL - <c>postgresql</c></para></li><li><para>RDS for MySQL - <c>error | general | slowquery</c></para></li><li><para>RDS for PostgreSQL - <c>postgresql | upgrade</c></para></li></ul>
/// <para>The number of days to retain Performance Insights data.</para><para>Valid for Cluster Type: Multi-AZ DB clusters only</para><para>Valid Values:</para><ul><li><para><c>7</c></para></li><li><para><i>month</i> * 31, where <i>month</i> is a number of months from 1-23. Examples:
611
+
/// <para>The number of days to retain Performance Insights data.</para><para>Valid for Cluster Type: Aurora DB clusters and Multi-AZ DB clusters</para><para>Valid Values:</para><ul><li><para><c>7</c></para></li><li><para><i>month</i> * 31, where <i>month</i> is a number of months from 1-23. Examples:
609
612
/// <c>93</c> (3 months * 31), <c>341</c> (11 months * 31), <c>589</c> (19 months * 31)</para></li><li><para><c>731</c></para></li></ul><para>Default: <c>7</c> days</para><para>If you specify a retention period that isn't valid, such as <c>94</c>, Amazon RDS
Copy file name to clipboardExpand all lines: modules/AWSPowerShell/Cmdlets/RDS/Basic/Edit-RDSDBInstance-Cmdlet.cs
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -188,7 +188,7 @@ public partial class EditRDSDBInstanceCmdlet : AmazonRDSClientCmdlet, IExecutor
188
188
#region Parameter DatabaseInsightsMode
189
189
/// <summary>
190
190
/// <para>
191
-
/// <para>Specifies the mode of Database Insights to enable for the instance.</para>
191
+
/// <para>Specifies the mode of Database Insights to enable for the DB instance.</para><para>This setting only applies to Amazon Aurora DB instances.</para><note><para>Currently, this value is inherited from the DB cluster and can't be changed.</para></note>
/// <para>The list of log types to disable.</para>
333
+
/// <para>The list of log types to disable.</para><para>The following values are valid for each DB engine:</para><ul><li><para>Aurora MySQL - <c>audit | error | general | slowquery</c></para></li><li><para>Aurora PostgreSQL - <c>postgresql</c></para></li><li><para>RDS for MySQL - <c>error | general | slowquery</c></para></li><li><para>RDS for PostgreSQL - <c>postgresql | upgrade</c></para></li></ul>
/// <para>The list of log types to enable.</para><para>The following values are valid for each DB engine:</para><ul><li><para>Aurora MySQL - <c>audit | error | general | slowquery</c></para></li><li><para>Aurora PostgreSQL - <c>postgresql</c></para></li><li><para>RDS for MySQL - <c>error | general | slowquery</c></para></li><li><para>RDS for PostgreSQL - <c>postgresql | upgrade</c></para></li></ul>
Copy file name to clipboardExpand all lines: modules/AWSPowerShell/Cmdlets/RDS/Basic/Get-RDSDBClusterParameter-Cmdlet.cs
+3-2Lines changed: 3 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -71,7 +71,8 @@ public partial class GetRDSDBClusterParameterCmdlet : AmazonRDSClientCmdlet, IEx
71
71
#region Parameter Filter
72
72
/// <summary>
73
73
/// <para>
74
-
/// <para>This parameter isn't currently supported.</para>
74
+
/// <para>A filter that specifies one or more DB cluster parameters to describe.</para><para>The only supported filter is <c>parameter-name</c>. The results list only includes
75
+
/// information about the DB cluster parameters with these names.</para>
@@ -82,7 +83,7 @@ public partial class GetRDSDBClusterParameterCmdlet : AmazonRDSClientCmdlet, IEx
82
83
#region Parameter Source
83
84
/// <summary>
84
85
/// <para>
85
-
/// <para>A specific source to return parameters for.</para><para>Valid Values:</para><ul><li><para><c>customer</c></para></li><li><para><c>engine</c></para></li><li><para><c>service</c></para></li></ul>
86
+
/// <para>A specific source to return parameters for.</para><para>Valid Values:</para><ul><li><para><c>engine-default</c></para></li><li><para><c>system</c></para></li><li><para><c>user</c></para></li></ul>
Copy file name to clipboardExpand all lines: modules/AWSPowerShell/Cmdlets/RDS/Basic/Get-RDSDBParameter-Cmdlet.cs
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -62,7 +62,8 @@ public partial class GetRDSDBParameterCmdlet : AmazonRDSClientCmdlet, IExecutor
62
62
#region Parameter Filter
63
63
/// <summary>
64
64
/// <para>
65
-
/// <para>This parameter isn't currently supported.</para>
65
+
/// <para>A filter that specifies one or more DB parameters to describe.</para><para>The only supported filter is <c>parameter-name</c>. The results list only includes
66
+
/// information about the DB parameters with these names.</para>
Copy file name to clipboardExpand all lines: modules/AWSPowerShell/Cmdlets/RDS/Basic/Get-RDSEngineDefaultParameter-Cmdlet.cs
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -63,7 +63,8 @@ public partial class GetRDSEngineDefaultParameterCmdlet : AmazonRDSClientCmdlet,
63
63
#region Parameter Filter
64
64
/// <summary>
65
65
/// <para>
66
-
/// <para>This parameter isn't currently supported.</para>
66
+
/// <para>A filter that specifies one or more parameters to describe.</para><para>The only supported filter is <c>parameter-name</c>. The results list only includes
67
+
/// information about the parameters with these names.</para>
Copy file name to clipboardExpand all lines: modules/AWSPowerShell/Cmdlets/RDS/Basic/New-RDSDBCluster-Cmdlet.cs
+9-7Lines changed: 9 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -75,7 +75,7 @@ public partial class NewRDSDBClusterCmdlet : AmazonRDSClientCmdlet, IExecutor
75
75
/// <summary>
76
76
/// <para>
77
77
/// <para>Specifies whether minor engine upgrades are applied automatically to the DB cluster
78
-
/// during the maintenance window. By default, minor engine upgrades are applied automatically.</para><para>Valid for Cluster Type: Multi-AZ DB clusters only</para>
78
+
/// during the maintenance window. By default, minor engine upgrades are applied automatically.</para><para>Valid for Cluster Type: Aurora DB clusters and Multi-AZ DB cluster</para>
@@ -178,7 +178,9 @@ public partial class NewRDSDBClusterCmdlet : AmazonRDSClientCmdlet, IExecutor
178
178
#region Parameter DatabaseInsightsMode
179
179
/// <summary>
180
180
/// <para>
181
-
/// <para>Specifies the mode of Database Insights to enable for the cluster.</para>
181
+
/// <para>The mode of Database Insights to enable for the DB cluster.</para><para>If you set this value to <c>advanced</c>, you must also set the <c>PerformanceInsightsEnabled</c>
182
+
/// parameter to <c>true</c> and the <c>PerformanceInsightsRetentionPeriod</c> parameter
183
+
/// to 465.</para><para>Valid for Cluster Type: Aurora DB clusters only</para>
@@ -380,7 +382,7 @@ public partial class NewRDSDBClusterCmdlet : AmazonRDSClientCmdlet, IExecutor
380
382
/// <summary>
381
383
/// <para>
382
384
/// <para>Specifies whether to turn on Performance Insights for the DB cluster.</para><para>For more information, see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_PerfInsights.html">
383
-
/// Using Amazon Performance Insights</a> in the <i>Amazon RDS User Guide</i>.</para><para>Valid for Cluster Type: Multi-AZ DB clusters only</para>
385
+
/// Using Amazon Performance Insights</a> in the <i>Amazon RDS User Guide</i>.</para><para>Valid for Cluster Type: Aurora DB clusters and Multi-AZ DB clusters</para>
@@ -619,7 +621,7 @@ public partial class NewRDSDBClusterCmdlet : AmazonRDSClientCmdlet, IExecutor
619
621
/// <para>
620
622
/// <para>The interval, in seconds, between points when Enhanced Monitoring metrics are collected
621
623
/// for the DB cluster. To turn off collecting Enhanced Monitoring metrics, specify <c>0</c>.</para><para>If <c>MonitoringRoleArn</c> is specified, also set <c>MonitoringInterval</c> to a
622
-
/// value other than <c>0</c>.</para><para>Valid for Cluster Type: Multi-AZ DB clusters only</para><para>Valid Values: <c>0 | 1 | 5 | 10 | 15 | 30 | 60</c></para><para>Default: <c>0</c></para>
624
+
/// value other than <c>0</c>.</para><para>Valid for Cluster Type: Aurora DB clusters and Multi-AZ DB clusters</para><para>Valid Values: <c>0 | 1 | 5 | 10 | 15 | 30 | 60</c></para><para>Default: <c>0</c></para>
@@ -633,7 +635,7 @@ public partial class NewRDSDBClusterCmdlet : AmazonRDSClientCmdlet, IExecutor
633
635
/// Monitoring metrics to Amazon CloudWatch Logs. An example is <c>arn:aws:iam:123456789012:role/emaccess</c>.
634
636
/// For information on creating a monitoring role, see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_Monitoring.OS.html#USER_Monitoring.OS.Enabling">Setting
635
637
/// up and enabling Enhanced Monitoring</a> in the <i>Amazon RDS User Guide</i>.</para><para>If <c>MonitoringInterval</c> is set to a value other than <c>0</c>, supply a <c>MonitoringRoleArn</c>
636
-
/// value.</para><para>Valid for Cluster Type: Multi-AZ DB clusters only</para>
638
+
/// value.</para><para>Valid for Cluster Type: Aurora DB clusters and Multi-AZ DB clusters</para>
/// <para>The number of days to retain Performance Insights data.</para><para>Valid for Cluster Type: Multi-AZ DB clusters only</para><para>Valid Values:</para><ul><li><para><c>7</c></para></li><li><para><i>month</i> * 31, where <i>month</i> is a number of months from 1-23. Examples:
686
+
/// <para>The number of days to retain Performance Insights data.</para><para>Valid for Cluster Type: Aurora DB clusters and Multi-AZ DB clusters</para><para>Valid Values:</para><ul><li><para><c>7</c></para></li><li><para><i>month</i> * 31, where <i>month</i> is a number of months from 1-23. Examples:
685
687
/// <c>93</c> (3 months * 31), <c>341</c> (11 months * 31), <c>589</c> (19 months * 31)</para></li><li><para><c>731</c></para></li></ul><para>Default: <c>7</c> days</para><para>If you specify a retention period that isn't valid, such as <c>94</c>, Amazon RDS
Copy file name to clipboardExpand all lines: modules/AWSPowerShell/Cmdlets/RDS/Basic/New-RDSDBInstance-Cmdlet.cs
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -178,7 +178,7 @@ public partial class NewRDSDBInstanceCmdlet : AmazonRDSClientCmdlet, IExecutor
178
178
#region Parameter DatabaseInsightsMode
179
179
/// <summary>
180
180
/// <para>
181
-
/// <para>Specifies the mode of Database Insights to enable for the instance.</para>
181
+
/// <para>The mode of Database Insights to enable for the DB instance.</para><para>This setting only applies to Amazon Aurora DB instances.</para><note><para>Currently, this value is inherited from the DB cluster and can't be changed.</para></note>
0 commit comments