Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions awscli/examples/emr/create-security-configuration.rst
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
- Output::

{
"CreationDateTime": 1474070889.129,
"CreationDateTime": "2016-09-16T20:08:09.129000-0400",
"Name": "MySecurityConfig"
}

Expand Down Expand Up @@ -62,7 +62,7 @@
- Output::

{
"CreationDateTime": 1474070889.129,
"CreationDateTime": "2016-09-16T20:08:09.129000-0400",
"Name": "MySecurityConfig"
}

Expand Down Expand Up @@ -90,7 +90,7 @@
- Output::

{
"CreationDateTime": 1490225558.982,
"CreationDateTime": "2017-03-22T19:32:38.982000-0400",
"Name": "MySecurityConfig"
}

Expand Down Expand Up @@ -120,6 +120,6 @@
- Output::

{
"CreationDateTime": 1490225558.982,
"CreationDateTime": "2017-03-22T19:32:38.982000-0400",
"Name": "MySecurityConfig"
}
36 changes: 18 additions & 18 deletions awscli/examples/emr/describe-cluster.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
"Cluster": {
"Status": {
"Timeline": {
"ReadyDateTime": 1436475075.199,
"CreationDateTime": 1436474656.563,
"ReadyDateTime": "2015-07-09T16:51:15.199000-0400",
"CreationDateTime": "2015-07-09T16:44:16.563000-0400"
},
"State": "WAITING",
"StateChangeReason": {
Expand All @@ -38,9 +38,9 @@
"RequestedInstanceCount": 2,
"Status": {
"Timeline": {
"ReadyDateTime": 1436475074.245,
"CreationDateTime": 1436474656.564,
"EndDateTime": 1436638158.387
"ReadyDateTime": "2015-07-09T16:51:14.245000-0400",
"CreationDateTime": "2015-07-09T16:44:16.564000-0400",
"EndDateTime": "2015-07-11T14:09:18.387000-0400"
},
"State": "RUNNING",
"StateChangeReason": {
Expand All @@ -59,9 +59,9 @@
"RequestedInstanceCount": 1,
"Status": {
"Timeline": {
"ReadyDateTime": 1436475074.245,
"CreationDateTime": 1436474656.564,
"EndDateTime": 1436638158.387
"ReadyDateTime": "2015-07-09T16:51:14.245000-0400",
"CreationDateTime": "2015-07-09T16:44:16.564000-0400",
"EndDateTime": "2015-07-11T14:09:18.387000-0400"
},
"State": "RUNNING",
"StateChangeReason": {
Expand Down Expand Up @@ -107,8 +107,8 @@
"Cluster": {
"Status": {
"Timeline": {
"ReadyDateTime": 1487897289.705,
"CreationDateTime": 1487896933.942
"ReadyDateTime": "2017-02-23T19:48:09.705000-0500",
"CreationDateTime": "2017-02-23T19:42:13.942000-0500"
},
"State": "WAITING",
"StateChangeReason": {
Expand All @@ -135,8 +135,8 @@
{
"Status": {
"Timeline": {
"ReadyDateTime": 1487897212.74,
"CreationDateTime": 1487896933.948
"ReadyDateTime": "2017-02-23T19:46:52.740000-0500",
"CreationDateTime": "2017-02-23T19:42:13.948000-0500"
},
"State": "RUNNING",
"StateChangeReason": {
Expand Down Expand Up @@ -187,8 +187,8 @@
"Cluster": {
"Status": {
"Timeline": {
"ReadyDateTime": 1399400564.432,
"CreationDateTime": 1399400268.62
"ReadyDateTime": "2014-05-06T14:22:44.432000-0400",
"CreationDateTime": "2014-05-06T14:17:48.62000-0400"
},
"State": "WAITING",
"StateChangeReason": {
Expand All @@ -209,8 +209,8 @@
"RequestedInstanceCount": 1,
"Status": {
"Timeline": {
"ReadyDateTime": 1399400558.848,
"CreationDateTime": 1399400268.621
"ReadyDateTime": "2014-05-06T14:22:38.848000-0400",
"CreationDateTime": "2014-05-06T14:17:48.621000-0400"
},
"State": "RUNNING",
"StateChangeReason": {
Expand All @@ -228,8 +228,8 @@
"RequestedInstanceCount": 2,
"Status": {
"Timeline": {
"ReadyDateTime": 1399400564.439,
"CreationDateTime": 1399400268.621
"ReadyDateTime": "2014-05-06T14:22:44.439000-0400",
"CreationDateTime": "2014-05-06T14:17:48.621000-0400"
},
"State": "RUNNING",
"StateChangeReason": {
Expand Down
6 changes: 3 additions & 3 deletions awscli/examples/emr/describe-step.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ Output::
"Step": {
"Status": {
"Timeline": {
"EndDateTime": 1433200470.481,
"CreationDateTime": 1433199926.597,
"StartDateTime": 1433200404.959
"EndDateTime": "2015-06-01T19:14:30.481000-0400",
"CreationDateTime": "2015-06-01T19:05:26.597000-0400",
"StartDateTime": "2015-06-01T19:13:24.959000-0400"
},
"State": "COMPLETED",
"StateChangeReason": {}
Expand Down
4 changes: 2 additions & 2 deletions awscli/examples/emr/list-clusters.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ Output::
{
"Status": {
"Timeline": {
"ReadyDateTime": 1433200405.353,
"CreationDateTime": 1433199926.596
"ReadyDateTime": "2025-10-28T11:11:52.228000-04:00",
"CreationDateTime": "2025-10-28T11:02:22.179000-04:00"
},
"State": "WAITING",
"StateChangeReason": {
Expand Down
8 changes: 4 additions & 4 deletions awscli/examples/emr/list-instance-fleets.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ Output::
{
"Status": {
"Timeline": {
"ReadyDateTime": 1488759094.637,
"CreationDateTime": 1488758719.817
"ReadyDateTime": "2017-03-05T19:11:34.637000-0500",
"CreationDateTime": "2017-03-05T19:05:19.817000-0500"
},
"State": "RUNNING",
"StateChangeReason": {
Expand Down Expand Up @@ -43,8 +43,8 @@ Output::
{
"Status": {
"Timeline": {
"ReadyDateTime": 1488759058.598,
"CreationDateTime": 1488758719.811
"ReadyDateTime": "2017-03-05T19:10:58.598000-0500",
"CreationDateTime": "2017-03-05T19:05:19.811000-0500"
},
"State": "RUNNING",
"StateChangeReason": {
Expand Down
18 changes: 9 additions & 9 deletions awscli/examples/emr/list-instances.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ Output::
{
"Status": {
"Timeline": {
"ReadyDateTime": 1433200400.03,
"CreationDateTime": 1433199960.152
"ReadyDateTime": "2015-06-01T19:13:20.431000-0400",
"CreationDateTime": "2015-06-01T19:05:49.263000-0400"
},
"State": "RUNNING",
"StateChangeReason": {}
Expand All @@ -26,8 +26,8 @@ Output::
{
"Status": {
"Timeline": {
"ReadyDateTime": 1433200400.031,
"CreationDateTime": 1433199949.102
"ReadyDateTime": "2015-06-01T19:13:20.431000-0400",
"CreationDateTime": "2015-06-01T19:05:49.263000-0400"
},
"State": "RUNNING",
"StateChangeReason": {}
Expand All @@ -42,8 +42,8 @@ Output::
{
"Status": {
"Timeline": {
"ReadyDateTime": 1433200400.031,
"CreationDateTime": 1433199949.102
"ReadyDateTime": "2015-06-01T19:13:20.431000-0400",
"CreationDateTime": "2015-06-01T19:05:49.263000-0400"
},
"State": "RUNNING",
"StateChangeReason": {}
Expand All @@ -65,9 +65,9 @@ Output::
{
"Status": {
"Timeline": {
"ReadyDateTime": 1487810810.878,
"CreationDateTime": 1487810588.367,
"EndDateTime": 1488022990.924
"ReadyDateTime": "2017-02-22T19:46:50.878000-0500",
"CreationDateTime": "2017-02-22T19:43:08.878000-0500",
"EndDateTime": "2017-02-25T06:43:10.924000-0500"
},
"State": "TERMINATED",
"StateChangeReason": {
Expand Down
6 changes: 3 additions & 3 deletions awscli/examples/emr/list-security-configurations.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@ Output::
{
"SecurityConfigurations": [
{
"CreationDateTime": 1473889697.417,
"CreationDateTime": "2025-10-28T10:15:36.207000-04:00",
"Name": "MySecurityConfig-1"
},
{
"CreationDateTime": 1473889697.417,
"CreationDateTime": "2025-10-28T10:15:36.207000-04:00",
"Name": "MySecurityConfig-2"
}
]
}


20 changes: 20 additions & 0 deletions awscli/examples/emr/list-studios.rst
Original file line number Diff line number Diff line change
@@ -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.

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.


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"
}
]
}

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.