AWS cli documentation change
Summary
Updated AWS CLI version reference and modified KMS key ARN pattern to only allow key references (removed alias support)
Security assessment
Pattern change limits KMS references to key ARNs only, but without evidence of a security fix. Appears to be documentation alignment with other changes.
Diff
diff --git a/cli/latest/reference/firehose/describe-delivery-stream.md b/cli/latest/reference/firehose/describe-delivery-stream.md index aaefd23d1..16a058341 100644 --- a//cli/latest/reference/firehose/describe-delivery-stream.md +++ b//cli/latest/reference/firehose/describe-delivery-stream.md @@ -15 +15 @@ - * [AWS CLI 2.35.3 Command Reference](../../index.html) » + * [AWS CLI 2.35.5 Command Reference](../../index.html) » @@ -341 +341 @@ DeliveryStreamDescription -> (structure) ->>> * pattern: `arn:.*:kms:[a-zA-Z0-9\-]+:\d{12}:(key|alias)/[a-zA-Z_0-9+=,.@\-_/]+` +>>> * pattern: `arn:.*:kms:[a-zA-Z0-9\-]+:\d{12}:key/[a-zA-Z_0-9+=,.@\-_/]+` @@ -5751 +5751 @@ DeliveryStreamDescription -> (structure) - * [AWS CLI 2.35.3 Command Reference](../../index.html) » + * [AWS CLI 2.35.5 Command Reference](../../index.html) »