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 for KMS ARNs appears consistent with other Firehose documentation updates but lacks security-specific context or vulnerability references.
Diff
diff --git a/cli/latest/reference/firehose/start-delivery-stream-encryption.md b/cli/latest/reference/firehose/start-delivery-stream-encryption.md index fc45a9cb6..ac065f326 100644 --- a//cli/latest/reference/firehose/start-delivery-stream-encryption.md +++ b//cli/latest/reference/firehose/start-delivery-stream-encryption.md @@ -15 +15 @@ - * [AWS CLI 2.35.3 Command Reference](../../index.html) » + * [AWS CLI 2.35.5 Command Reference](../../index.html) » @@ -134 +134 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/fireho ->> * 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+=,.@\-_/]+` @@ -297 +297 @@ None - * [AWS CLI 2.35.3 Command Reference](../../index.html) » + * [AWS CLI 2.35.5 Command Reference](../../index.html) »