AWS Security ChangesHomeSearch

AWS cli documentation change

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

File: cli/latest/reference/datasync/describe-location-fsx-windows.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-windows.md b/cli/latest/reference/datasync/describe-location-fsx-windows.md
index a27d6149e..f5286fbd3 100644
--- a//cli/latest/reference/datasync/describe-location-fsx-windows.md
+++ b//cli/latest/reference/datasync/describe-location-fsx-windows.md
@@ -15 +15 @@
-  * [AWS CLI 2.34.25 Command Reference](../../index.html) »
+  * [AWS CLI 2.34.28 Command Reference](../../index.html) »
@@ -350 +350 @@ CustomSecretConfig -> (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+=,.@_/-]+|)$`
@@ -364 +364 @@ CustomSecretConfig -> (structure)
-  * [AWS CLI 2.34.25 Command Reference](../../index.html) »
+  * [AWS CLI 2.34.28 Command Reference](../../index.html) »