AWS Security ChangesHomeSearch

AWS cli documentation change

Service: cli · 2026-06-16 · Documentation low

File: cli/latest/reference/firehose/create-delivery-stream.md

Summary

Updated AWS CLI version reference and modified KMS key ARN pattern to only allow key references (removed alias support)

Security assessment

The pattern change restricts KMS references to key ARNs only (excluding aliases), but there's no evidence this addresses a specific vulnerability. This appears to be a documentation correction.

Diff

diff --git a/cli/latest/reference/firehose/create-delivery-stream.md b/cli/latest/reference/firehose/create-delivery-stream.md
index 80cc23fa1..085a23c83 100644
--- a//cli/latest/reference/firehose/create-delivery-stream.md
+++ b//cli/latest/reference/firehose/create-delivery-stream.md
@@ -15 +15 @@
-  * [AWS CLI 2.35.3 Command Reference](../../index.html) »
+  * [AWS CLI 2.35.5 Command Reference](../../index.html) »
@@ -248 +248 @@ JSON Syntax:
->>   * 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+=,.@\-_/]+`
@@ -6473 +6473 @@ DeliveryStreamARN -> (string)
-  * [AWS CLI 2.35.3 Command Reference](../../index.html) »
+  * [AWS CLI 2.35.5 Command Reference](../../index.html) »