AWS Security ChangesHomeSearch

AWS cli documentation change

Service: cli · 2026-03-25 · Documentation low

File: cli/latest/reference/emr/list-studios.md

Summary

Updated AWS CLI version reference from 2.34.14 to 2.34.16 and added a comprehensive examples section showing how to use the list-studios command with sample output

Security assessment

This change adds documentation examples for the list-studios command. The example shows EMR Studio authentication mode (IAM) but this is standard feature documentation, not addressing any security vulnerability or adding new security guidance.

Diff

diff --git a/cli/latest/reference/emr/list-studios.md b/cli/latest/reference/emr/list-studios.md
index 5f34c7be5..513afe79f 100644
--- a//cli/latest/reference/emr/list-studios.md
+++ b//cli/latest/reference/emr/list-studios.md
@@ -15 +15 @@
-  * [AWS CLI 2.34.14 Command Reference](../../index.html) »
+  * [AWS CLI 2.34.16 Command Reference](../../index.html) »
@@ -35,0 +36 @@
+    * Examples
@@ -218,0 +220,34 @@ The formatting style for error output. By default, errors are displayed in enhan
+## Examples¶
+
+### Note
+
+To use the following examples, you must have the AWS CLI installed and configured. See the [Getting started guide](https://docs.aws.amazon.com/cli/latest/userguide/cli-chap-getting-started.html) in the _AWS CLI User Guide_ for more information.
+
+Unless otherwise stated, all examples have unix-like quotation rules. These examples will need to be adapted to your terminal’s quoting rules. See [Using quotation marks with strings](https://docs.aws.amazon.com/cli/latest/userguide/cli-usage-parameters-quoting-strings.html) in the _AWS CLI User Guide_ .
+
+**To list available EMR Studios**
+
+The following `list-studios` example lists the EMR Studios in the AWS account.:
+    
+    
+    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"
+            }
+        ]
+    }
+    
+
+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_.
+
@@ -318 +353 @@ Marker -> (string)
-  * [AWS CLI 2.34.14 Command Reference](../../index.html) »
+  * [AWS CLI 2.34.16 Command Reference](../../index.html) »