AWS cli documentation change
Summary
Updated command description for accuracy. Enhanced parameter documentation to specify ARN requirement and improved tag key/value descriptions.
Security assessment
Changes standardize resource tagging documentation without security implications. No vulnerabilities or security features are referenced; updates focus on terminological precision.
Diff
diff --git a/cli/latest/reference/securityagent/list-tags-for-resource.md b/cli/latest/reference/securityagent/list-tags-for-resource.md index 1ae86edcc..9677a4fab 100644 --- a//cli/latest/reference/securityagent/list-tags-for-resource.md +++ b//cli/latest/reference/securityagent/list-tags-for-resource.md @@ -15 +15 @@ - * [AWS CLI 2.34.41 Command Reference](../../index.html) » + * [AWS CLI 2.34.44 Command Reference](../../index.html) » @@ -59 +59 @@ First time using the AWS CLI? See the [User Guide](https://docs.aws.amazon.com/c -Lists tags for a Security Agent resource +Returns the tags associated with the specified resource. @@ -95 +95 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/securi -> ARN of the resource to list tags for +> The Amazon Resource Name (ARN) of the resource to list tags for. @@ -212 +212 @@ tags -> (map) -> Tags associated with the resource +> The tags associated with the resource. @@ -216 +216 @@ tags -> (map) ->> Key for a resource tag +>> Key for a resource tag. @@ -220 +220 @@ tags -> (map) ->> Value for a resource tag +>> Value for a resource tag. @@ -232 +232 @@ tags -> (map) - * [AWS CLI 2.34.41 Command Reference](../../index.html) » + * [AWS CLI 2.34.44 Command Reference](../../index.html) »