AWS Security ChangesHomeSearch

AWS cli documentation change

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

File: cli/latest/reference/rds/stop-db-cluster.md

Summary

Updated AWS CLI version reference from 2.31.3 to 2.31.5 in breadcrumb navigation

Security assessment

Routine version number update in documentation navigation, no security context or changes to functionality

Diff

diff --git a/cli/latest/reference/rds/stop-db-cluster.md b/cli/latest/reference/rds/stop-db-cluster.md
index a4491ec00..e22ea63cf 100644
--- a//cli/latest/reference/rds/stop-db-cluster.md
+++ b//cli/latest/reference/rds/stop-db-cluster.md
@@ -15 +15 @@
-  * [AWS CLI 2.31.3 Command Reference](../../index.html) »
+  * [AWS CLI 2.31.5 Command Reference](../../index.html) »
@@ -290,4 +289,0 @@ DBCluster -> (structure)
-> AutomaticRestartTime -> (timestamp)
->
->> The time when a stopped DB cluster is restarted automatically.
-> 
@@ -531,0 +528,89 @@ DBCluster -> (structure)
+> PendingModifiedValues -> (structure)
+>
+>> Information about pending changes to the DB cluster. This information is returned only when there are pending changes. Specific changes are identified by subelements.
+>> 
+>> PendingCloudwatchLogsExports -> (structure)
+>>
+>>> A list of the log types whose configuration is still pending. In other words, these log types are in the process of being activated or deactivated.
+>>> 
+>>> LogTypesToEnable -> (list)
+>>>
+>>>> Log types that are in the process of being deactivated. After they are deactivated, these log types aren’t exported to CloudWatch Logs.
+>>>> 
+>>>> (string)
+>>> 
+>>> LogTypesToDisable -> (list)
+>>>
+>>>> Log types that are in the process of being enabled. After they are enabled, these log types are exported to CloudWatch Logs.
+>>>> 
+>>>> (string)
+>> 
+>> DBClusterIdentifier -> (string)
+>>
+>>> The DBClusterIdentifier value for the DB cluster.
+>> 
+>> MasterUserPassword -> (string)
+>>
+>>> The master credentials for the DB cluster.
+>> 
+>> IAMDatabaseAuthenticationEnabled -> (boolean)
+>>
+>>> Indicates whether mapping of Amazon Web Services Identity and Access Management (IAM) accounts to database accounts is enabled.
+>> 
+>> EngineVersion -> (string)
+>>
+>>> The database engine version.
+>> 
+>> BackupRetentionPeriod -> (integer)
+>>
+>>> The number of days for which automatic DB snapshots are retained.
+>> 
+>> StorageType -> (string)
+>>
+>>> The storage type for the DB cluster.
+>> 
+>> AllocatedStorage -> (integer)
+>>
+>>> The allocated storage size in gibibytes (GiB) for all database engines except Amazon Aurora. For Aurora, `AllocatedStorage` always returns 1, because Aurora DB cluster storage size isn’t fixed, but instead automatically adjusts as needed.
+>> 
+>> RdsCustomClusterConfiguration -> (structure)
+>>
+>>> Reserved for future use.
+>>> 
+>>> InterconnectSubnetId -> (string)
+>>>
+>>>> Reserved for future use.
+>>> 
+>>> TransitGatewayMulticastDomainId -> (string)
+>>>
+>>>> Reserved for future use.
+>>> 
+>>> ReplicaMode -> (string)
+>>>
+>>>> Reserved for future use.
+>>>> 
+>>>> Possible values:
+>>>> 
+>>>>   * `open-read-only`
+>>>>   * `mounted`
+>>>> 
+
+>> 
+>> Iops -> (integer)
+>>
+>>> The Provisioned IOPS (I/O operations per second) value. This setting is only for non-Aurora Multi-AZ DB clusters.
+>> 
+>> CertificateDetails -> (structure)
+>>
+>>> The details of the DB instance’s server certificate.
+>>> 
+>>> For more information, see [Using SSL/TLS to encrypt a connection to a DB instance](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/UsingWithRDS.SSL.html) in the _Amazon RDS User Guide_ and [Using SSL/TLS to encrypt a connection to a DB cluster](https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/UsingWithRDS.SSL.html) in the _Amazon Aurora User Guide_ .
+>>> 
+>>> 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.
+> 
@@ -595,0 +681,48 @@ DBCluster -> (structure)
+> 
+> DBClusterInstanceClass -> (string)
+>
+>> The name of the compute and memory capacity class of the DB instance.
+>> 
+>> This setting is only for non-Aurora Multi-AZ DB clusters.
+> 
+> StorageType -> (string)
+>
+>> The storage type associated with the DB cluster.
+> 
+> Iops -> (integer)
+>
+>> The Provisioned IOPS (I/O operations per second) value.
+>> 
+>> This setting is only for non-Aurora Multi-AZ DB clusters.
+> 
+> StorageThroughput -> (integer)
+>
+>> The storage throughput for the DB cluster. The throughput is automatically set based on the IOPS that you provision, and is not configurable.
+>> 
+>> This setting is only for non-Aurora Multi-AZ DB clusters.
+> 
+> IOOptimizedNextAllowedModificationTime -> (timestamp)
+>
+>> The next time you can modify the DB cluster to use the `aurora-iopt1` storage type.
+>> 
+>> This setting is only for Aurora DB clusters.
+> 
+> PubliclyAccessible -> (boolean)
+>
+>> Indicates whether the DB cluster is publicly accessible.
+>> 
+>> When the DB cluster is publicly accessible and you connect from outside of the DB cluster’s virtual private cloud (VPC), its Domain Name System (DNS) endpoint resolves to the public IP address. When you connect from within the same VPC as the DB cluster, the endpoint resolves to the private IP address. Access to the DB cluster is ultimately controlled by the security group it uses. That public access isn’t permitted if the security group assigned to the DB cluster doesn’t permit it.
+>> 
+>> When the DB cluster isn’t publicly accessible, it is an internal DB cluster with a DNS name that resolves to a private IP address.
+>> 
+>> For more information, see CreateDBCluster .
+>> 
+>> This setting is only for non-Aurora Multi-AZ DB clusters.
+> 
+> AutoMinorVersionUpgrade -> (boolean)
+>
+>> Indicates whether minor version patches are applied automatically.
+>> 
+>> This setting is for Aurora DB clusters and Multi-AZ DB clusters.
+>> 
+>> For more information about automatic minor version upgrades, see [Automatically upgrading the minor engine version](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_UpgradeDBInstance.Upgrading.html#USER_UpgradeDBInstance.Upgrading.AutoMinorVersionUpgrades) .
@@ -739 +872 @@ DBCluster -> (structure)
-> PendingModifiedValues -> (structure)
+> NetworkType -> (string)
@@ -741,70 +874 @@ DBCluster -> (structure)
->> Information about pending changes to the DB cluster. This information is returned only when there are pending changes. Specific changes are identified by subelements.
->> 
->> PendingCloudwatchLogsExports -> (structure)
->>
->>> A list of the log types whose configuration is still pending. In other words, these log types are in the process of being activated or deactivated.
->>> 
->>> LogTypesToEnable -> (list)
->>>
->>>> Log types that are in the process of being deactivated. After they are deactivated, these log types aren’t exported to CloudWatch Logs.
->>>> 
->>>> (string)
->>> 
->>> LogTypesToDisable -> (list)
->>>
->>>> Log types that are in the process of being enabled. After they are enabled, these log types are exported to CloudWatch Logs.
->>>> 
->>>> (string)
->> 
->> DBClusterIdentifier -> (string)
->>
->>> The DBClusterIdentifier value for the DB cluster.
->> 
->> MasterUserPassword -> (string)
->>
->>> The master credentials for the DB cluster.
->> 
->> IAMDatabaseAuthenticationEnabled -> (boolean)
->>
->>> Indicates whether mapping of Amazon Web Services Identity and Access Management (IAM) accounts to database accounts is enabled.
->> 
->> EngineVersion -> (string)
->>
->>> The database engine version.
->> 
->> BackupRetentionPeriod -> (integer)
->>
->>> The number of days for which automatic DB snapshots are retained.
->> 
->> AllocatedStorage -> (integer)
->>
->>> The allocated storage size in gibibytes (GiB) for all database engines except Amazon Aurora. For Aurora, `AllocatedStorage` always returns 1, because Aurora DB cluster storage size isn’t fixed, but instead automatically adjusts as needed.
->> 
->> RdsCustomClusterConfiguration -> (structure)
->>
->>> Reserved for future use.