Skip to content

docs(emr): fix example datetime outputs for AWS CLI v2#10086

Open
mjfxjas wants to merge 1 commit intoaws:developfrom
mjfxjas:docs/emr-cli-v2-example-datetimes-9827
Open

docs(emr): fix example datetime outputs for AWS CLI v2#10086
mjfxjas wants to merge 1 commit intoaws:developfrom
mjfxjas:docs/emr-cli-v2-example-datetimes-9827

Conversation

@mjfxjas
Copy link

@mjfxjas mjfxjas commented Feb 18, 2026

Fixes #9827.

The EMR command reference examples currently show Unix epoch timestamps for *DateTime fields; AWS CLI v2 renders these as ISO 8601 strings.

This updates the EMR example .rst files to use ISO 8601 output across the affected commands:

  • create-security-configuration
  • describe-cluster
  • describe-step
  • list-clusters
  • list-instance-fleets
  • list-instances
  • list-security-configurations

@mjfxjas
Copy link
Author

mjfxjas commented Feb 20, 2026

Friendly follow-up on this docs fix for EMR example datetime outputs in AWS CLI v2.

I kept the change narrow and surgical to match current behavior and improve copy-paste reliability for users. Happy to adjust quickly if maintainers prefer different phrasing or placement.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

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

1 participant

Comments