Skip to content

Conversation

@nicholasosaka
Copy link

Issue #, if available: None

Description of changes:

  1. Adds an example output when listing EMR Studios
  2. Updates timestamps in EMR subcommand output. v2 of the CLI returns an extended ISO 8601 timestamps, while v1 returns Unix time decimals. This change is only applicable to docs for v2.

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

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.
@ashovlin ashovlin added the documentation This is a problem with documentation. label Dec 1, 2025
@ashovlin ashovlin added the needs-review This issue or pull request needs review from a core team member. label Jan 12, 2026
@kdaily kdaily requested a review from aemous January 26, 2026 20:04
@aemous aemous added the pr:needs-review This PR needs a review from a Member. label Jan 26, 2026
Copy link
Contributor

@aemous aemous left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you for the submission.

Looks good overall, I requested a couple minor changes.

@@ -0,0 +1,20 @@
**To list EMR Studios in the current region**

Copy link
Contributor

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.

@@ -0,0 +1,20 @@
**To list EMR Studios in the current region**

Command::
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

See other comment. Replace "Command::" with the description.

}
]
}

Copy link
Contributor

Choose a reason for hiding this comment

The 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.

@aemous aemous added changes-requested and removed pr:needs-review This PR needs a review from a Member. needs-review This issue or pull request needs review from a core team member. labels Jan 26, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

changes-requested documentation This is a problem with documentation.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

EMR subcommand pages have incorrect example outputs for aws-cli v2

3 participants