AWS cli documentation change
Summary
Updated AWS CLI version reference from 2.31.3 to 2.31.5 and restructured documentation fields (e.g., moved StorageThroughput, IAMDatabaseAuthenticationEnabled, MultiTenant, AutomationMode, CertificateDetails). Added details about AutomationMode values and ResumeFullAutomationModeTime. Reordered network/security-related fields without altering core functionality.
Security assessment
Changes involve documentation restructuring and clarifications (e.g., AutomationMode values, NetworkType details). No explicit mention of security vulnerabilities, patches, or new security features. IAMDatabaseAuthenticationEnabled and CertificateDetails fields were moved but not modified in substance.
Diff
diff --git a/cli/latest/reference/rds/stop-db-instance.md b/cli/latest/reference/rds/stop-db-instance.md index f0f5b3623..7768ef451 100644 --- a//cli/latest/reference/rds/stop-db-instance.md +++ b//cli/latest/reference/rds/stop-db-instance.md @@ -15 +15 @@ - * [AWS CLI 2.31.3 Command Reference](../../index.html) » + * [AWS CLI 2.31.5 Command Reference](../../index.html) » @@ -259,4 +258,0 @@ DBInstance -> (structure) -> AutomaticRestartTime -> (timestamp) -> ->> The time when a stopped DB instance is restarted automatically. -> @@ -509,0 +506,4 @@ DBInstance -> (structure) +>> StorageThroughput -> (integer) +>> +>>> The storage throughput of the DB instance. +>> @@ -592,4 +591,0 @@ DBInstance -> (structure) ->> IAMDatabaseAuthenticationEnabled -> (boolean) ->> ->>> Indicates whether mapping of Amazon Web Services Identity and Access Management (IAM) accounts to database accounts is enabled. ->> @@ -611 +607 @@ DBInstance -> (structure) ->> StorageThroughput -> (integer) +>> MultiTenant -> (boolean) @@ -613 +609 @@ 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). @@ -615 +611 @@ DBInstance -> (structure) ->> Engine -> (string) +>> IAMDatabaseAuthenticationEnabled -> (boolean) @@ -617 +613 @@ 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. @@ -623 +619 @@ DBInstance -> (structure) ->> MultiTenant -> (boolean) +>> Engine -> (string) @@ -625 +621 @@ 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. @@ -687,0 +684,6 @@ DBInstance -> (structure) +> StorageThroughput -> (integer) +> +>> The storage throughput for the DB instance. +>> +>> This setting applies only to the `gp3` storage type. +> @@ -1021 +1023 @@ DBInstance -> (structure) -> DBInstanceAutomatedBackupsReplications -> (list) +> AutomationMode -> (string) @@ -1023 +1025 @@ 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` . @@ -1025 +1027 @@ DBInstance -> (structure) ->> (structure) +>> Possible values: @@ -1027,5 +1029,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. @@ -1043 +1048 @@ DBInstance -> (structure) -> AwsBackupRecoveryPointArn -> (string) +> NetworkType -> (string) @@ -1045 +1050,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` @@ -1083 +1094 @@ DBInstance -> (structure) -> AutomationMode -> (string) +> AwsBackupRecoveryPointArn -> (string) @@ -1085,3 +1096,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. @@ -1089,2 +1102 @@ DBInstance -> (structure) ->> * `full` ->> * `all-paused` +>> (structure) @@ -1092 +1104,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. @@ -1094 +1110 @@ DBInstance -> (structure) -> ResumeFullAutomationModeTime -> (timestamp) +> BackupTarget -> (string) @@ -1096 +1112,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. @@ -1110,14 +1129,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` -> @@ -1137 +1143 @@ DBInstance -> (structure) -> StorageThroughput -> (integer) +> CertificateDetails -> (structure) @@ -1139 +1145 @@ DBInstance -> (structure) ->> The storage throughput for the DB instance. +>> The details of the DB instance’s server certificate. @@ -1141 +1147,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. @@ -1174,12 +1185,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. -> @@ -1193,0 +1194,4 @@ DBInstance -> (structure) +> MultiTenant -> (boolean) +> +>> Specifies whether the DB instance is in the multi-tenant configuration (TRUE) or the single-tenant configuration (FALSE). +> @@ -1202,4 +1205,0 @@ DBInstance -> (structure) -> MultiTenant -> (boolean) -> ->> Specifies whether the DB instance is in the multi-tenant configuration (TRUE) or the single-tenant configuration (FALSE). -> @@ -1222 +1222 @@ DBInstance -> (structure) - * [AWS CLI 2.31.3 Command Reference](../../index.html) » + * [AWS CLI 2.31.5 Command Reference](../../index.html) »