aws-cli
aws-cli copied to clipboard
Title: Clarify ARN Field Description in describe-parameters Output
Issue : #8920
Description of changes: This pull request clarifies the description of the ARN field in the output of the describe-parameters command. The LastModifiedUser field now explicitly represents the ARN of the user or role who last modified the parameter, while the newly added ARN field represents the ARN of the parameter itself. This change aims to avoid confusion about what the ARN fields represent in the command output.
Changes made:
- Added explanatory notes to the
describe-parameterscommand examples. - Updated documentation to clearly differentiate between user ARN and parameter ARN.
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.