AWS cli documentation change
Summary
Updated AWS CLI version reference from 2.34.25 to 2.34.28 and modified IAM role ARN pattern to include forward slash (/) in allowed characters for role names
Security assessment
The change updates a regex pattern for IAM role ARNs to allow forward slashes in role names, which is a feature update to support IAM role paths. This is not addressing a security vulnerability but rather expanding validation to support existing IAM functionality. No evidence of security incident remediation.
Diff
diff --git a/cli/latest/reference/datasync/describe-location-hdfs.md b/cli/latest/reference/datasync/describe-location-hdfs.md index 65c0cc8e0..dcf7381b1 100644 --- a//cli/latest/reference/datasync/describe-location-hdfs.md +++ b//cli/latest/reference/datasync/describe-location-hdfs.md @@ -15 +15 @@ - * [AWS CLI 2.34.25 Command Reference](../../index.html) » + * [AWS CLI 2.34.28 Command Reference](../../index.html) » @@ -462 +462 @@ 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+=,.@_/-]+|)$` @@ -476 +476 @@ CustomSecretConfig -> (structure) - * [AWS CLI 2.34.25 Command Reference](../../index.html) » + * [AWS CLI 2.34.28 Command Reference](../../index.html) »