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.2025.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.731 (2025-01-07 21:35Z)
1
+
### 4.1.732 (2025-01-08 21:41Z)
2
+
* AWS Tools for PowerShell now use AWS .NET SDK 3.7.959.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.
3
+
4
+
### 4.1.731 (2025-01-07 21:35Z)
2
5
* AWS Tools for PowerShell now use AWS .NET SDK 3.7.958.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.731 (2025-01-07 21:35Z)
1
+
### 4.1.732 (2025-01-08 21:41Z)
2
+
* AWS Tools for PowerShell now use AWS .NET SDK 3.7.959.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.
3
+
4
+
### 4.1.731 (2025-01-07 21:35Z)
2
5
* AWS Tools for PowerShell now use AWS .NET SDK 3.7.958.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-RDSDBInstance-Cmdlet.cs
+18-17Lines changed: 18 additions & 17 deletions
Original file line number
Diff line number
Diff line change
@@ -506,12 +506,12 @@ public partial class EditRDSDBInstanceCmdlet : AmazonRDSClientCmdlet, IExecutor
506
506
/// the next maintenance window unless the <c>ApplyImmediately</c> parameter is enabled
507
507
/// for this request. If you are migrating from Provisioned IOPS to standard storage,
508
508
/// set this value to 0. The DB instance will require a reboot for the change in storage
509
-
/// type to take effect.</para><para>If you choose to migrate your DB instance from using standard storage to using Provisioned
510
-
/// IOPS, or from using Provisioned IOPS to using standard storage, the process can take
511
-
/// time. The duration of the migration depends on several factors such as database load,
512
-
/// storage size, storage type (standard or Provisioned IOPS), amount of IOPS provisioned
513
-
/// (if any), and the number of prior scale storage operations. Typical migration times
514
-
/// are under 24 hours, but the process can take up to several days in some cases. During
509
+
/// type to take effect.</para><para>If you choose to migrate your DB instance from using standard storage to Provisioned
510
+
/// IOPS (io1), or from Provisioned IOPS to standard storage, the process can take time.
511
+
/// The duration of the migration depends on several factors such as database load, storage
512
+
/// size, storage type (standard or Provisioned IOPS), amount of IOPS provisioned (if
513
+
/// any), and the number of prior scale storage operations. Typical migration times are
514
+
/// under 24 hours, but the process can take up to several days in some cases. During
515
515
/// the migration, the DB instance is available for use, but might experience performance
516
516
/// degradation. While the migration takes place, nightly backups for the instance are
517
517
/// suspended. No other Amazon RDS operations can take place for the instance, including
@@ -870,17 +870,18 @@ public partial class EditRDSDBInstanceCmdlet : AmazonRDSClientCmdlet, IExecutor
870
870
/// <summary>
871
871
/// <para>
872
872
/// <para>The storage type to associate with the DB instance.</para><para>If you specify <c>io1</c>, <c>io2</c>, or <c>gp3</c> you must also include a value
873
-
/// for the <c>Iops</c> parameter.</para><para>If you choose to migrate your DB instance from using standard storage to using Provisioned
874
-
/// IOPS, or from using Provisioned IOPS to using standard storage, the process can take
875
-
/// time. The duration of the migration depends on several factors such as database load,
876
-
/// storage size, storage type (standard or Provisioned IOPS), amount of IOPS provisioned
877
-
/// (if any), and the number of prior scale storage operations. Typical migration times
878
-
/// are under 24 hours, but the process can take up to several days in some cases. During
879
-
/// the migration, the DB instance is available for use, but might experience performance
880
-
/// degradation. While the migration takes place, nightly backups for the instance are
881
-
/// suspended. No other Amazon RDS operations can take place for the instance, including
882
-
/// modifying the instance, rebooting the instance, deleting the instance, creating a
883
-
/// read replica for the instance, and creating a DB snapshot of the instance.</para><para>Valid Values: <c>gp2 | gp3 | io1 | io2 | standard</c></para><para>Default: <c>io1</c>, if the <c>Iops</c> parameter is specified. Otherwise, <c>gp2</c>.</para>
873
+
/// for the <c>Iops</c> parameter.</para><para>If you choose to migrate your DB instance from using standard storage to gp2 (General
874
+
/// Purpose SSD), gp3, or Provisioned IOPS (io1), or from these storage types to standard
875
+
/// storage, the process can take time. The duration of the migration depends on several
876
+
/// factors such as database load, storage size, storage type (standard or Provisioned
877
+
/// IOPS), amount of IOPS provisioned (if any), and the number of prior scale storage
878
+
/// operations. Typical migration times are under 24 hours, but the process can take up
879
+
/// to several days in some cases. During the migration, the DB instance is available
880
+
/// for use, but might experience performance degradation. While the migration takes place,
881
+
/// nightly backups for the instance are suspended. No other Amazon RDS operations can
882
+
/// take place for the instance, including modifying the instance, rebooting the instance,
883
+
/// deleting the instance, creating a read replica for the instance, and creating a DB
884
+
/// snapshot of the instance.</para><para>Valid Values: <c>gp2 | gp3 | io1 | io2 | standard</c></para><para>Default: <c>io1</c>, if the <c>Iops</c> parameter is specified. Otherwise, <c>gp2</c>.</para>
Copy file name to clipboardExpand all lines: modules/AWSPowerShell/Cmdlets/RDS/Basic/New-RDSDBCluster-Cmdlet.cs
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -334,7 +334,7 @@ public partial class NewRDSDBClusterCmdlet : AmazonRDSClientCmdlet, IExecutor
334
334
/// <para>Specifies whether to enable the HTTP endpoint for the DB cluster. By default, the
335
335
/// HTTP endpoint isn't enabled.</para><para>When enabled, the HTTP endpoint provides a connectionless web service API (RDS Data
336
336
/// API) for running SQL queries on the DB cluster. You can also query your database from
337
-
/// inside the RDS console with the RDS query editor.</para><para>RDS Data API is supported with the following DB clusters:</para><ul><li><para>Aurora PostgreSQL Serverless v2 and provisioned</para></li><li><para>Aurora PostgreSQL and Aurora MySQL Serverless v1</para></li></ul><para>For more information, see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/data-api.html">Using
337
+
/// inside the RDS console with the RDS query editor.</para><para>For more information, see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/data-api.html">Using
338
338
/// RDS Data API</a> in the <i>Amazon Aurora User Guide</i>.</para><para>Valid for Cluster Type: Aurora DB clusters only</para>
0 commit comments