Update EMR subcommand doc examples (applicable to v2 only)#9820
Open
nicholasosaka wants to merge 3 commits intoaws:v2from
Open
Update EMR subcommand doc examples (applicable to v2 only)#9820nicholasosaka wants to merge 3 commits intoaws:v2from
nicholasosaka wants to merge 3 commits intoaws:v2from
Conversation
aws-cli v2 introduced a change to how timestamps are returned in `aws emr` subcommands. Previously, a Unix time decimal was returned. Now, timestamps are returned with an ISO 8601 datetime string. This change is applicable only to aws-cli v2 docs.
aemous
requested changes
Jan 26, 2026
Contributor
aemous
left a comment
There was a problem hiding this comment.
Thank you for the submission.
Looks good overall, I requested a couple minor changes.
Author
|
Thank you for the feedback and links to the style guide, I've updated the list-studios rst file appropriately. |
aemous
requested changes
Feb 11, 2026
Contributor
aemous
left a comment
There was a problem hiding this comment.
I made two suggestions, to make this align more with the style guide.
| @@ -0,0 +1,23 @@ | |||
| **To list available EMR Studios** | |||
|
|
|||
| The following ``list-studios`` example lists the EMR Studios in the AWS account:: | |||
Contributor
There was a problem hiding this comment.
Suggested change
| The following ``list-studios`` example lists the EMR Studios in the AWS account:: | |
| The following ``list-studios`` example lists the EMR Studios in the AWS account. :: |
Comment on lines
+21
to
+22
|
|
||
| For more information, see `Monitor, delete and updatMonitor, update and delete Amazon EMR Studio resources <https://docs.aws.amazon.com/emr/latest/ManagementGuide/emr-studio-manage-studio.html>`__ in the *Amazon EMR Management Guide*. |
Contributor
There was a problem hiding this comment.
Suggested change
| For more information, see `Monitor, delete and updatMonitor, update and delete Amazon EMR Studio resources <https://docs.aws.amazon.com/emr/latest/ManagementGuide/emr-studio-manage-studio.html>`__ in the *Amazon EMR Management Guide*. | |
| For more information, see `Monitor, update and delete Amazon EMR Studio resources <https://docs.aws.amazon.com/emr/latest/ManagementGuide/emr-studio-manage-studio.html>`__ in the *Amazon EMR Management Guide*. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Issue #, if available: None
Description of changes:
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.