AWS glue documentation change
Summary
Updated custom string pattern references from #50 to #49 in ResourceArn parameter documentation for tag operations
Security assessment
The change updates regex pattern references but provides no evidence of security context. This appears to be a routine documentation correction for pattern numbering consistency rather than addressing a security vulnerability. No security implications are mentioned in the diff or surrounding context.
Diff
diff --git a/glue/latest/dg/aws-glue-api-tags.md b/glue/latest/dg/aws-glue-api-tags.md index 231907875..e365d0635 100644 --- a//glue/latest/dg/aws-glue-api-tags.md +++ b//glue/latest/dg/aws-glue-api-tags.md @@ -54 +54 @@ In addition to the tagging permissions to call tag related APIs, you also need t - * `ResourceArn` – _Required:_ UTF-8 string, not less than 1 or more than 10240 bytes long, matching the [Custom string pattern #50](./aws-glue-api-common.html#regex_50). + * `ResourceArn` – _Required:_ UTF-8 string, not less than 1 or more than 10240 bytes long, matching the [Custom string pattern #49](./aws-glue-api-common.html#regex_49). @@ -89 +89 @@ Removes the specified tags from an integration resource. - * `ResourceArn` – _Required:_ UTF-8 string, not less than 1 or more than 10240 bytes long, matching the [Custom string pattern #50](./aws-glue-api-common.html#regex_50). + * `ResourceArn` – _Required:_ UTF-8 string, not less than 1 or more than 10240 bytes long, matching the [Custom string pattern #49](./aws-glue-api-common.html#regex_49). @@ -120 +120 @@ Retrieves a list of tags associated with a resource. - * `ResourceArn` – _Required:_ UTF-8 string, not less than 1 or more than 10240 bytes long, matching the [Custom string pattern #50](./aws-glue-api-common.html#regex_50). + * `ResourceArn` – _Required:_ UTF-8 string, not less than 1 or more than 10240 bytes long, matching the [Custom string pattern #49](./aws-glue-api-common.html#regex_49).