-
Notifications
You must be signed in to change notification settings - Fork 4.5k
Update EMR subcommand doc examples (applicable to v2 only) #9820
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: v2
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,20 @@ | ||
| **To list EMR Studios in the current region** | ||
|
|
||
| Command:: | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. See other comment. Replace "Command::" with the description. |
||
|
|
||
| aws emr list-studios | ||
|
|
||
| Output:: | ||
|
|
||
| { | ||
| "Studios": [ | ||
| { | ||
| "StudioId": "es-XXXXXXX132E0X7R0W7GAS1MVB", | ||
| "Name": "My_EMR_Studio", | ||
| "Url": "https://es-XXXXXXX132E0X7R0W7GAS1MVB.emrstudio-prod.us-east-1.amazonaws.com", | ||
| "AuthMode": "IAM", | ||
| "CreationTime": "2025-10-28T11:09:33.624000-04:00" | ||
| } | ||
| ] | ||
| } | ||
|
|
||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Please add a For more information link to this example, as specified in the Style Guide. See https://aws.github.io/aws-cli/docs_styleguide.html#for-more-information-link for details. |
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please add a description for this example, that follows the Style Guide for Descriptions.
See https://aws.github.io/aws-cli/docs_styleguide.html#description for details.