diff --git a/awscli/examples/emr/create-security-configuration.rst b/awscli/examples/emr/create-security-configuration.rst index cb9a8c501109..7ba8b63a743c 100644 --- a/awscli/examples/emr/create-security-configuration.rst +++ b/awscli/examples/emr/create-security-configuration.rst @@ -27,7 +27,7 @@ - Output:: { - "CreationDateTime": 1474070889.129, + "CreationDateTime": "2016-09-16T20:08:09.129000-0400", "Name": "MySecurityConfig" } @@ -62,7 +62,7 @@ - Output:: { - "CreationDateTime": 1474070889.129, + "CreationDateTime": "2016-09-16T20:08:09.129000-0400", "Name": "MySecurityConfig" } @@ -90,7 +90,7 @@ - Output:: { - "CreationDateTime": 1490225558.982, + "CreationDateTime": "2017-03-22T19:32:38.982000-0400", "Name": "MySecurityConfig" } @@ -120,6 +120,6 @@ - Output:: { - "CreationDateTime": 1490225558.982, + "CreationDateTime": "2017-03-22T19:32:38.982000-0400", "Name": "MySecurityConfig" } diff --git a/awscli/examples/emr/describe-cluster.rst b/awscli/examples/emr/describe-cluster.rst index 218fecd72288..83dbb5a4f0df 100644 --- a/awscli/examples/emr/describe-cluster.rst +++ b/awscli/examples/emr/describe-cluster.rst @@ -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": { @@ -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": { @@ -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": { @@ -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": { @@ -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": { @@ -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": { @@ -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": { @@ -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": { diff --git a/awscli/examples/emr/describe-step.rst b/awscli/examples/emr/describe-step.rst index 9736042043e1..8f4f5265ef0b 100644 --- a/awscli/examples/emr/describe-step.rst +++ b/awscli/examples/emr/describe-step.rst @@ -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": {} diff --git a/awscli/examples/emr/list-clusters.rst b/awscli/examples/emr/list-clusters.rst index 17ea7e403da8..335236ef3525 100644 --- a/awscli/examples/emr/list-clusters.rst +++ b/awscli/examples/emr/list-clusters.rst @@ -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": { diff --git a/awscli/examples/emr/list-instance-fleets.rst b/awscli/examples/emr/list-instance-fleets.rst index cbf4352e17af..d8449d218ffb 100644 --- a/awscli/examples/emr/list-instance-fleets.rst +++ b/awscli/examples/emr/list-instance-fleets.rst @@ -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": { @@ -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": { diff --git a/awscli/examples/emr/list-instances.rst b/awscli/examples/emr/list-instances.rst index 23f5b5579eed..556cab7eea55 100644 --- a/awscli/examples/emr/list-instances.rst +++ b/awscli/examples/emr/list-instances.rst @@ -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": {} @@ -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": {} @@ -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": {} @@ -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": { diff --git a/awscli/examples/emr/list-security-configurations.rst b/awscli/examples/emr/list-security-configurations.rst index 06d89e94e971..b4c6cafc96a8 100644 --- a/awscli/examples/emr/list-security-configurations.rst +++ b/awscli/examples/emr/list-security-configurations.rst @@ -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" } ] } - \ No newline at end of file + diff --git a/awscli/examples/emr/list-studios.rst b/awscli/examples/emr/list-studios.rst new file mode 100644 index 000000000000..c06eb2ee54fa --- /dev/null +++ b/awscli/examples/emr/list-studios.rst @@ -0,0 +1,20 @@ +**To list EMR Studios in the current region** + +Command:: + + 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" + } + ] + } +