AWS cli documentation change
Summary
Updated CLI version reference, reordered parameters, clarified cross-account/region snapshot copying, added StorageThroughput field documentation, and restructured output fields.
Security assessment
Changes include documentation restructuring and clarifications about snapshot ARN usage across accounts/regions, but no explicit security vulnerability fixes or new security controls. The cross-account copy clarification relates to functionality rather than addressing a specific vulnerability.
Diff
diff --git a/cli/latest/reference/rds/copy-db-snapshot.md b/cli/latest/reference/rds/copy-db-snapshot.md index 89ad25fd8..83746804f 100644 --- a//cli/latest/reference/rds/copy-db-snapshot.md +++ b//cli/latest/reference/rds/copy-db-snapshot.md @@ -15 +15 @@ - * [AWS CLI 2.31.3 Command Reference](../../index.html) » + * [AWS CLI 2.31.5 Command Reference](../../index.html) » @@ -81,0 +82 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/rds-20 + [--snapshot-target <value>] @@ -84 +84,0 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/rds-20 - [--snapshot-target <value>] @@ -116,2 +115,0 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/rds-20 -> If the source snapshot is in a different Amazon Web Services Region than the copy, specify a valid DB snapshot ARN. For example, you might specify `arn:aws:rds:us-west-2:123456789012:snapshot:mysql-instance1-snapshot-20130805` . -> @@ -120 +118 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/rds-20 -> If you are copying an encrypted snapshot this parameter must be in the ARN format for the source Amazon Web Services Region. +> If the source snapshot is in a different Amazon Web Services Region than the copy, specify a valid DB snapshot ARN. You can also specify an ARN of a snapshot that is in a different account and a different Amazon Web Services Region. For example, you might specify `arn:aws:rds:us-west-2:123456789012:snapshot:mysql-instance1-snapshot-20130805` . @@ -124 +122 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/rds-20 -> * Must specify a valid system snapshot in the “available” state. +> * Must specify a valid source snapshot in the “available” state. @@ -235,8 +232,0 @@ JSON Syntax: -`--copy-option-group` | `--no-copy-option-group` (boolean) - -> Specifies whether to copy the DB option group associated with the source DB snapshot to the target Amazon Web Services account and associate with the target DB snapshot. The associated option group can be copied only with cross-account snapshot copy calls. - -`--snapshot-availability-zone` (string) - -> Specifies the name of the Availability Zone where RDS stores the DB snapshot. This value is valid only for snapshots that RDS stores on a Dedicated Local Zone. - @@ -254,0 +245,8 @@ JSON Syntax: +`--copy-option-group` | `--no-copy-option-group` (boolean) + +> Specifies whether to copy the DB option group associated with the source DB snapshot to the target Amazon Web Services account and associate with the target DB snapshot. The associated option group can be copied only with cross-account snapshot copy calls. + +`--snapshot-availability-zone` (string) + +> Specifies the name of the Availability Zone where RDS stores the DB snapshot. This value is valid only for snapshots that RDS stores on a Dedicated Local Zone. + @@ -477,0 +476,4 @@ DBSnapshot -> (structure) +> StorageThroughput -> (integer) +> +>> Specifies the storage throughput for the DB snapshot. +> @@ -595,0 +598,4 @@ DBSnapshot -> (structure) +> SnapshotTarget -> (string) +> +>> Specifies where manual snapshots are stored: Dedicated Local Zones, Amazon Web Services Outposts or the Amazon Web Services Region. +> @@ -606,8 +611,0 @@ DBSnapshot -> (structure) -> SnapshotTarget -> (string) -> ->> Specifies where manual snapshots are stored: Dedicated Local Zones, Amazon Web Services Outposts or the Amazon Web Services Region. -> -> StorageThroughput -> (integer) -> ->> Specifies the storage throughput for the DB snapshot. -> @@ -618,4 +615,0 @@ DBSnapshot -> (structure) -> DedicatedLogVolume -> (boolean) -> ->> Indicates whether the DB instance has a dedicated log volume (DLV) enabled. -> @@ -625,0 +620,4 @@ DBSnapshot -> (structure) +> DedicatedLogVolume -> (boolean) +> +>> Indicates whether the DB instance has a dedicated log volume (DLV) enabled. +> @@ -640 +638 @@ DBSnapshot -> (structure) - * [AWS CLI 2.31.3 Command Reference](../../index.html) » + * [AWS CLI 2.31.5 Command Reference](../../index.html) »