AWS Security ChangesHomeSearch

AWS cli documentation change

Service: cli · 2025-10-01 · Documentation low

File: cli/latest/reference/rds/restore-db-instance-from-s3.md

Summary

Updated AWS CLI version reference, restructured parameters (moved --storage-throughput), reorganized DBInstance response fields, added automation mode details, and expanded certificate/network configuration documentation

Security assessment

Changes involve documentation restructuring and feature clarifications (storage throughput, automation modes, network types). No explicit reference to vulnerabilities or security fixes. Security-related fields like IAMDatabaseAuthenticationEnabled and CertificateDetails were moved but not substantively changed

Diff

diff --git a/cli/latest/reference/rds/restore-db-instance-from-s3.md b/cli/latest/reference/rds/restore-db-instance-from-s3.md
index 5f36fdb03..196055d55 100644
--- a//cli/latest/reference/rds/restore-db-instance-from-s3.md
+++ b//cli/latest/reference/rds/restore-db-instance-from-s3.md
@@ -15 +15 @@
-  * [AWS CLI 2.31.3 Command Reference](../../index.html) »
+  * [AWS CLI 2.31.5 Command Reference](../../index.html) »
@@ -90,0 +91 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/rds-20
+    [--storage-throughput <value>]
@@ -116 +116,0 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/rds-20
-    [--storage-throughput <value>]
@@ -332,0 +333,6 @@ Syntax:
+`--storage-throughput` (integer)
+
+> Specifies the storage throughput value for the DB instance.
+> 
+> This setting doesn’t apply to RDS Custom or Amazon Aurora.
+
@@ -614,6 +619,0 @@ JSON Syntax:
-`--storage-throughput` (integer)
-
-> Specifies the storage throughput value for the DB instance.
-> 
-> This setting doesn’t apply to RDS Custom or Amazon Aurora.
-
@@ -816,4 +815,0 @@ DBInstance -> (structure)
-> AutomaticRestartTime -> (timestamp)
->
->> The time when a stopped DB instance is restarted automatically.
-> 
@@ -1066,0 +1063,4 @@ DBInstance -> (structure)
+>> StorageThroughput -> (integer)
+>>
+>>> The storage throughput of the DB instance.
+>> 
@@ -1149,4 +1148,0 @@ DBInstance -> (structure)
->> IAMDatabaseAuthenticationEnabled -> (boolean)
->>
->>> Indicates whether mapping of Amazon Web Services Identity and Access Management (IAM) accounts to database accounts is enabled.
->> 
@@ -1168 +1164 @@ DBInstance -> (structure)
->> StorageThroughput -> (integer)
+>> MultiTenant -> (boolean)
@@ -1170 +1166 @@ DBInstance -> (structure)
->>> The storage throughput of the DB instance.
+>>> Indicates whether the DB instance will change to the multi-tenant configuration (TRUE) or the single-tenant configuration (FALSE).
@@ -1172 +1168 @@ DBInstance -> (structure)
->> Engine -> (string)
+>> IAMDatabaseAuthenticationEnabled -> (boolean)
@@ -1174 +1170 @@ DBInstance -> (structure)
->>> The database engine of the DB instance.
+>>> Indicates whether mapping of Amazon Web Services Identity and Access Management (IAM) accounts to database accounts is enabled.
@@ -1180 +1176 @@ DBInstance -> (structure)
->> MultiTenant -> (boolean)
+>> Engine -> (string)
@@ -1182 +1178 @@ DBInstance -> (structure)
->>> Indicates whether the DB instance will change to the multi-tenant configuration (TRUE) or the single-tenant configuration (FALSE).
+>>> The database engine of the DB instance.
@@ -1244,0 +1241,6 @@ DBInstance -> (structure)
+> StorageThroughput -> (integer)
+>
+>> The storage throughput for the DB instance.
+>> 
+>> This setting applies only to the `gp3` storage type.
+> 
@@ -1578 +1580 @@ DBInstance -> (structure)
-> DBInstanceAutomatedBackupsReplications -> (list)
+> AutomationMode -> (string)
@@ -1580 +1582 @@ DBInstance -> (structure)
->> The list of replicated automated backups associated with the DB instance.
+>> The automation mode of the RDS Custom DB instance: `full` or `all paused` . If `full` , the DB instance automates monitoring and instance recovery. If `all paused` , the instance pauses automation for the duration set by `--resume-full-automation-mode-minutes` .
@@ -1582 +1584 @@ DBInstance -> (structure)
->> (structure)
+>> Possible values:
@@ -1584,5 +1586,8 @@ DBInstance -> (structure)
->>> Automated backups of a DB instance replicated to another Amazon Web Services Region. They consist of system backups, transaction logs, and database instance properties.
->>> 
->>> DBInstanceAutomatedBackupsArn -> (string)
->>>
->>>> The Amazon Resource Name (ARN) of the replicated automated backups.
+>>   * `full`
+>>   * `all-paused`
+>> 
+
+> 
+> ResumeFullAutomationModeTime -> (timestamp)
+>
+>> The number of minutes to pause the automation. When the time period ends, RDS Custom resumes full automation. The minimum value is 60 (default). The maximum value is 1,440.
@@ -1600 +1605 @@ DBInstance -> (structure)
-> AwsBackupRecoveryPointArn -> (string)
+> NetworkType -> (string)
@@ -1602 +1607,7 @@ DBInstance -> (structure)
->> The Amazon Resource Name (ARN) of the recovery point in Amazon Web Services Backup.
+>> The network type of the DB instance.
+>> 
+>> The network type is determined by the `DBSubnetGroup` specified for the DB instance. A `DBSubnetGroup` can support only the IPv4 protocol or the IPv4 and the IPv6 protocols (`DUAL` ).
+>> 
+>> For more information, see [Working with a DB instance in a VPC](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_VPC.WorkingWithRDSInstanceinaVPC.html) in the _Amazon RDS User Guide_ and [Working with a DB instance in a VPC](https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/USER_VPC.WorkingWithRDSInstanceinaVPC.html) in the _Amazon Aurora User Guide._
+>> 
+>> Valid Values: `IPV4 | DUAL`
@@ -1640 +1651 @@ DBInstance -> (structure)
-> AutomationMode -> (string)
+> AwsBackupRecoveryPointArn -> (string)
@@ -1642,3 +1653,5 @@ DBInstance -> (structure)
->> The automation mode of the RDS Custom DB instance: `full` or `all paused` . If `full` , the DB instance automates monitoring and instance recovery. If `all paused` , the instance pauses automation for the duration set by `--resume-full-automation-mode-minutes` .
->> 
->> Possible values:
+>> The Amazon Resource Name (ARN) of the recovery point in Amazon Web Services Backup.
+> 
+> DBInstanceAutomatedBackupsReplications -> (list)
+>
+>> The list of replicated automated backups associated with the DB instance.
@@ -1646,2 +1659 @@ DBInstance -> (structure)
->>   * `full`
->>   * `all-paused`
+>> (structure)
@@ -1649 +1661,5 @@ DBInstance -> (structure)
-
+>>> Automated backups of a DB instance replicated to another Amazon Web Services Region. They consist of system backups, transaction logs, and database instance properties.
+>>> 
+>>> DBInstanceAutomatedBackupsArn -> (string)
+>>>
+>>>> The Amazon Resource Name (ARN) of the replicated automated backups.
@@ -1651 +1667 @@ DBInstance -> (structure)
-> ResumeFullAutomationModeTime -> (timestamp)
+> BackupTarget -> (string)
@@ -1653 +1669,5 @@ DBInstance -> (structure)
->> The number of minutes to pause the automation. When the time period ends, RDS Custom resumes full automation. The minimum value is 60 (default). The maximum value is 1,440.
+>> The location where automated backups and manual snapshots are stored: Dedicated Local Zones, Amazon Web Services Outposts or the Amazon Web Services Region.
+> 
+> AutomaticRestartTime -> (timestamp)
+>
+>> The time when a stopped DB instance is restarted automatically.
@@ -1667,14 +1686,0 @@ DBInstance -> (structure)
-> BackupTarget -> (string)
->
->> The location where automated backups and manual snapshots are stored: Dedicated Local Zones, Amazon Web Services Outposts or the Amazon Web Services Region.
-> 
-> NetworkType -> (string)
->
->> The network type of the DB instance.
->> 
->> The network type is determined by the `DBSubnetGroup` specified for the DB instance. A `DBSubnetGroup` can support only the IPv4 protocol or the IPv4 and the IPv6 protocols (`DUAL` ).
->> 
->> For more information, see [Working with a DB instance in a VPC](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_VPC.WorkingWithRDSInstanceinaVPC.html) in the _Amazon RDS User Guide_ and [Working with a DB instance in a VPC](https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/USER_VPC.WorkingWithRDSInstanceinaVPC.html) in the _Amazon Aurora User Guide._
->> 
->> Valid Values: `IPV4 | DUAL`
-> 
@@ -1694 +1700 @@ DBInstance -> (structure)
-> StorageThroughput -> (integer)
+> CertificateDetails -> (structure)
@@ -1696 +1702 @@ DBInstance -> (structure)
->> The storage throughput for the DB instance.
+>> The details of the DB instance’s server certificate.
@@ -1698 +1704,7 @@ DBInstance -> (structure)
->> This setting applies only to the `gp3` storage type.
+>> CAIdentifier -> (string)
+>>
+>>> The CA identifier of the CA certificate used for the DB instance’s server certificate.
+>> 
+>> ValidTill -> (timestamp)
+>>
+>>> The expiration date of the DB instance’s server certificate.
@@ -1731,12 +1742,0 @@ DBInstance -> (structure)
-> CertificateDetails -> (structure)
->
->> The details of the DB instance’s server certificate.
->> 
->> CAIdentifier -> (string)
->>
->>> The CA identifier of the CA certificate used for the DB instance’s server certificate.
->> 
->> ValidTill -> (timestamp)
->>
->>> The expiration date of the DB instance’s server certificate.
-> 
@@ -1750,0 +1751,4 @@ DBInstance -> (structure)
+> MultiTenant -> (boolean)
+>
+>> Specifies whether the DB instance is in the multi-tenant configuration (TRUE) or the single-tenant configuration (FALSE).
+> 
@@ -1759,4 +1762,0 @@ DBInstance -> (structure)
-> MultiTenant -> (boolean)
->
->> Specifies whether the DB instance is in the multi-tenant configuration (TRUE) or the single-tenant configuration (FALSE).
-> 
@@ -1779 +1779 @@ DBInstance -> (structure)
-  * [AWS CLI 2.31.3 Command Reference](../../index.html) »
+  * [AWS CLI 2.31.5 Command Reference](../../index.html) »