AWS cli documentation change
Summary
Updated AWS CLI version reference and added StorageEncryptionType field documentation for automated backups encryption
Security assessment
Added encryption documentation for automated backups but no indication this addresses a specific security flaw. Improves security feature visibility without patching vulnerabilities.
Diff
diff --git a/cli/latest/reference/rds/stop-db-instance-automated-backups-replication.md b/cli/latest/reference/rds/stop-db-instance-automated-backups-replication.md index 128d55f52..4a778e0f8 100644 --- a//cli/latest/reference/rds/stop-db-instance-automated-backups-replication.md +++ b//cli/latest/reference/rds/stop-db-instance-automated-backups-replication.md @@ -15 +15 @@ - * [AWS CLI 2.33.22 Command Reference](../../index.html) » + * [AWS CLI 2.33.25 Command Reference](../../index.html) » @@ -351,0 +352,18 @@ DBInstanceAutomatedBackup -> (structure) +> +> StorageEncryptionType -> (string) +> +>> The type of encryption used to protect data at rest in the automated backup. Possible values: +>> +>> * `none` \- The automated backup is not encrypted. +>> * `sse-rds` \- The automated backup is encrypted using an Amazon Web Services owned KMS key. +>> * `sse-kms` \- The automated backup is encrypted using a customer managed KMS key or Amazon Web Services managed KMS key. +>> + +>> +>> Possible values: +>> +>> * `none` +>> * `sse-kms` +>> * `sse-rds` +>> + @@ -479 +497 @@ DBInstanceAutomatedBackup -> (structure) - * [AWS CLI 2.33.22 Command Reference](../../index.html) » + * [AWS CLI 2.33.25 Command Reference](../../index.html) »