AWS cli documentation change
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/create-location-fsx-open-zfs.md b/cli/latest/reference/datasync/create-location-fsx-open-zfs.md index 882af76af..4569df525 100644 --- a//cli/latest/reference/datasync/create-location-fsx-open-zfs.md +++ b//cli/latest/reference/datasync/create-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) » @@ -306 +306 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/datasy ->>>> * 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+=,.@_/-]+|)$` @@ -575 +575 @@ LocationArn -> (string) - * [AWS CLI 2.34.25 Command Reference](../../index.html) » + * [AWS CLI 2.34.28 Command Reference](../../index.html) »