Skip to content

Commit c0f3e01

Browse files
4.1.726
1 parent 730cd58 commit c0f3e01

16 files changed

+45
-31
lines changed

Include/sdk/_sdk-versions.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
{
33
"NewServiceVersion" : "3.7.400.0",
4-
"ProductVersion" : "3.7.953.0",
4+
"ProductVersion" : "3.7.953.1",
55
"CoreVersion" : "3.7.400.70",
66
"OverrideCoreVersion" : "3.3",
77
"DefaultToPreview" : false,
@@ -284,7 +284,7 @@
284284
"InPreview" : false
285285
},
286286
"RDS" : {
287-
"Version" : "3.7.410.6",
287+
"Version" : "3.7.410.7",
288288
"AssemblyVersionOverride" : "3.3",
289289
"Dependencies" : {
290290
"Core" : "3.7.400.70"

changelogs/CHANGELOG.2024.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff 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)
25
* 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.
36

47
### 4.1.724 (2024-12-23 21:31Z)

changelogs/CHANGELOG.ALL.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff 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)
25
* 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.
36

47
### 4.1.724 (2024-12-23 21:31Z)

modules/AWSPowerShell/Cmdlets/RDS/Basic/Edit-RDSDBCluster-Cmdlet.cs

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ public partial class EditRDSDBClusterCmdlet : AmazonRDSClientCmdlet, IExecutor
106106
/// <summary>
107107
/// <para>
108108
/// <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>
110110
/// </para>
111111
/// </summary>
112112
[System.Management.Automation.Parameter(ValueFromPipelineByPropertyName = true)]
@@ -184,7 +184,10 @@ public partial class EditRDSDBClusterCmdlet : AmazonRDSClientCmdlet, IExecutor
184184
#region Parameter DatabaseInsightsMode
185185
/// <summary>
186186
/// <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>
188191
/// </para>
189192
/// </summary>
190193
[System.Management.Automation.Parameter(ValueFromPipelineByPropertyName = true)]
@@ -260,7 +263,7 @@ public partial class EditRDSDBClusterCmdlet : AmazonRDSClientCmdlet, IExecutor
260263
#region Parameter CloudwatchLogsExportConfiguration_DisableLogType
261264
/// <summary>
262265
/// <para>
263-
/// <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>
264267
/// </para>
265268
/// </summary>
266269
[System.Management.Automation.Parameter(ValueFromPipelineByPropertyName = true)]
@@ -365,7 +368,7 @@ public partial class EditRDSDBClusterCmdlet : AmazonRDSClientCmdlet, IExecutor
365368
#region Parameter CloudwatchLogsExportConfiguration_EnableLogType
366369
/// <summary>
367370
/// <para>
368-
/// <para>The list of log types to enable.</para>
371+
/// <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>
369372
/// </para>
370373
/// </summary>
371374
[System.Management.Automation.Parameter(ValueFromPipelineByPropertyName = true)]
@@ -595,7 +598,7 @@ public partial class EditRDSDBClusterCmdlet : AmazonRDSClientCmdlet, IExecutor
595598
/// name for the KMS key.</para><para>If you don't specify a value for <c>PerformanceInsightsKMSKeyId</c>, then Amazon RDS
596599
/// uses your default KMS key. There is a default KMS key for your Amazon Web Services
597600
/// account. Your Amazon Web Services account has a different default KMS key for each
598-
/// Amazon Web Services Region.</para><para>Valid for Cluster Type: Multi-AZ DB clusters only</para>
601+
/// Amazon Web Services Region.</para><para>Valid for Cluster Type: Aurora DB clusters and Multi-AZ DB clusters</para>
599602
/// </para>
600603
/// </summary>
601604
[System.Management.Automation.Parameter(ValueFromPipelineByPropertyName = true)]
@@ -605,7 +608,7 @@ public partial class EditRDSDBClusterCmdlet : AmazonRDSClientCmdlet, IExecutor
605608
#region Parameter PerformanceInsightsRetentionPeriod
606609
/// <summary>
607610
/// <para>
608-
/// <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:
609612
/// <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
610613
/// issues an error.</para>
611614
/// </para>

modules/AWSPowerShell/Cmdlets/RDS/Basic/Edit-RDSDBInstance-Cmdlet.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ public partial class EditRDSDBInstanceCmdlet : AmazonRDSClientCmdlet, IExecutor
188188
#region Parameter DatabaseInsightsMode
189189
/// <summary>
190190
/// <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>
192192
/// </para>
193193
/// </summary>
194194
[System.Management.Automation.Parameter(ValueFromPipelineByPropertyName = true)]
@@ -330,7 +330,7 @@ public partial class EditRDSDBInstanceCmdlet : AmazonRDSClientCmdlet, IExecutor
330330
#region Parameter CloudwatchLogsExportConfiguration_DisableLogType
331331
/// <summary>
332332
/// <para>
333-
/// <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>
334334
/// </para>
335335
/// </summary>
336336
[System.Management.Automation.Parameter(ValueFromPipelineByPropertyName = true)]
@@ -438,7 +438,7 @@ public partial class EditRDSDBInstanceCmdlet : AmazonRDSClientCmdlet, IExecutor
438438
#region Parameter CloudwatchLogsExportConfiguration_EnableLogType
439439
/// <summary>
440440
/// <para>
441-
/// <para>The list of log types to enable.</para>
441+
/// <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>
442442
/// </para>
443443
/// </summary>
444444
[System.Management.Automation.Parameter(ValueFromPipelineByPropertyName = true)]

modules/AWSPowerShell/Cmdlets/RDS/Basic/Get-RDSDBClusterParameter-Cmdlet.cs

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,8 @@ public partial class GetRDSDBClusterParameterCmdlet : AmazonRDSClientCmdlet, IEx
7171
#region Parameter Filter
7272
/// <summary>
7373
/// <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>
7576
/// </para>
7677
/// </summary>
7778
[System.Management.Automation.Parameter(ValueFromPipelineByPropertyName = true)]
@@ -82,7 +83,7 @@ public partial class GetRDSDBClusterParameterCmdlet : AmazonRDSClientCmdlet, IEx
8283
#region Parameter Source
8384
/// <summary>
8485
/// <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>
8687
/// </para>
8788
/// </summary>
8889
[System.Management.Automation.Parameter(ValueFromPipelineByPropertyName = true)]

modules/AWSPowerShell/Cmdlets/RDS/Basic/Get-RDSDBParameter-Cmdlet.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,8 @@ public partial class GetRDSDBParameterCmdlet : AmazonRDSClientCmdlet, IExecutor
6262
#region Parameter Filter
6363
/// <summary>
6464
/// <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>
6667
/// </para>
6768
/// </summary>
6869
[System.Management.Automation.Parameter(ValueFromPipelineByPropertyName = true)]

modules/AWSPowerShell/Cmdlets/RDS/Basic/Get-RDSEngineDefaultParameter-Cmdlet.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,8 @@ public partial class GetRDSEngineDefaultParameterCmdlet : AmazonRDSClientCmdlet,
6363
#region Parameter Filter
6464
/// <summary>
6565
/// <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>
6768
/// </para>
6869
/// </summary>
6970
[System.Management.Automation.Parameter(ValueFromPipelineByPropertyName = true)]

modules/AWSPowerShell/Cmdlets/RDS/Basic/New-RDSDBCluster-Cmdlet.cs

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ public partial class NewRDSDBClusterCmdlet : AmazonRDSClientCmdlet, IExecutor
7575
/// <summary>
7676
/// <para>
7777
/// <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>
7979
/// </para>
8080
/// </summary>
8181
[System.Management.Automation.Parameter(ValueFromPipelineByPropertyName = true)]
@@ -178,7 +178,9 @@ public partial class NewRDSDBClusterCmdlet : AmazonRDSClientCmdlet, IExecutor
178178
#region Parameter DatabaseInsightsMode
179179
/// <summary>
180180
/// <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>
182184
/// </para>
183185
/// </summary>
184186
[System.Management.Automation.Parameter(ValueFromPipelineByPropertyName = true)]
@@ -380,7 +382,7 @@ public partial class NewRDSDBClusterCmdlet : AmazonRDSClientCmdlet, IExecutor
380382
/// <summary>
381383
/// <para>
382384
/// <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>
384386
/// </para>
385387
/// </summary>
386388
[System.Management.Automation.Parameter(ValueFromPipelineByPropertyName = true)]
@@ -619,7 +621,7 @@ public partial class NewRDSDBClusterCmdlet : AmazonRDSClientCmdlet, IExecutor
619621
/// <para>
620622
/// <para>The interval, in seconds, between points when Enhanced Monitoring metrics are collected
621623
/// 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>
623625
/// </para>
624626
/// </summary>
625627
[System.Management.Automation.Parameter(ValueFromPipelineByPropertyName = true)]
@@ -633,7 +635,7 @@ public partial class NewRDSDBClusterCmdlet : AmazonRDSClientCmdlet, IExecutor
633635
/// Monitoring metrics to Amazon CloudWatch Logs. An example is <c>arn:aws:iam:123456789012:role/emaccess</c>.
634636
/// 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
635637
/// 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>
637639
/// </para>
638640
/// </summary>
639641
[System.Management.Automation.Parameter(ValueFromPipelineByPropertyName = true)]
@@ -671,7 +673,7 @@ public partial class NewRDSDBClusterCmdlet : AmazonRDSClientCmdlet, IExecutor
671673
/// name for the KMS key.</para><para>If you don't specify a value for <c>PerformanceInsightsKMSKeyId</c>, then Amazon RDS
672674
/// uses your default KMS key. There is a default KMS key for your Amazon Web Services
673675
/// account. Your Amazon Web Services account has a different default KMS key for each
674-
/// Amazon Web Services Region.</para><para>Valid for Cluster Type: Multi-AZ DB clusters only</para>
676+
/// Amazon Web Services Region.</para><para>Valid for Cluster Type: Aurora DB clusters and Multi-AZ DB clusters</para>
675677
/// </para>
676678
/// </summary>
677679
[System.Management.Automation.Parameter(ValueFromPipelineByPropertyName = true)]
@@ -681,7 +683,7 @@ public partial class NewRDSDBClusterCmdlet : AmazonRDSClientCmdlet, IExecutor
681683
#region Parameter PerformanceInsightsRetentionPeriod
682684
/// <summary>
683685
/// <para>
684-
/// <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:
685687
/// <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
686688
/// issues an error.</para>
687689
/// </para>

modules/AWSPowerShell/Cmdlets/RDS/Basic/New-RDSDBInstance-Cmdlet.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ public partial class NewRDSDBInstanceCmdlet : AmazonRDSClientCmdlet, IExecutor
178178
#region Parameter DatabaseInsightsMode
179179
/// <summary>
180180
/// <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>
182182
/// </para>
183183
/// </summary>
184184
[System.Management.Automation.Parameter(ValueFromPipelineByPropertyName = true)]

0 commit comments

Comments
 (0)