AWS Security ChangesHomeSearch

AWS cli documentation change

Service: cli · 2026-04-10 · Documentation low

File: cli/latest/reference/datasync/describe-location-fsx-open-zfs.md

Summary

Updated AWS CLI version reference and modified IAM role ARN pattern to include forward slash character in role name validation

Security assessment

The pattern change adds forward slash (/) to allowed characters in IAM role names, which is a documentation correction to reflect actual IAM role naming rules. This is not security-related but improves accuracy of validation patterns.

Diff

diff --git a/cli/latest/reference/datasync/describe-location-fsx-open-zfs.md b/cli/latest/reference/datasync/describe-location-fsx-open-zfs.md
index 8ba4eacb5..786e2d004 100644
--- a//cli/latest/reference/datasync/describe-location-fsx-open-zfs.md
+++ b//cli/latest/reference/datasync/describe-location-fsx-open-zfs.md
@@ -15 +15 @@
-  * [AWS CLI 2.34.25 Command Reference](../../index.html) »
+  * [AWS CLI 2.34.28 Command Reference](../../index.html) »
@@ -457 +457 @@ Protocol -> (structure)
->>>>   * pattern: `^(arn:(aws|aws-cn|aws-us-gov|aws-eusc|aws-iso|aws-iso-b):iam::[0-9]{12}:role/[a-zA-Z0-9+=,.@_-]+|)$`
+>>>>   * pattern: `^(arn:(aws|aws-cn|aws-us-gov|aws-eusc|aws-iso|aws-iso-b):iam::[0-9]{12}:role/[a-zA-Z0-9+=,.@_/-]+|)$`
@@ -475 +475 @@ CreationTime -> (timestamp)
-  * [AWS CLI 2.34.25 Command Reference](../../index.html) »
+  * [AWS CLI 2.34.28 Command Reference](../../index.html) »