AWS Security ChangesHomeSearch

AWS cli documentation change

Service: cli · 2026-06-07 · Documentation low

File: cli/latest/reference/glue/create-session.md

Summary

Added '--session-type' parameter with LIVY/SPARK_CONNECT options

Security assessment

Functional feature addition for session types without security context. No evidence of vulnerability fixes or security enhancements.

Diff

diff --git a/cli/latest/reference/glue/create-session.md b/cli/latest/reference/glue/create-session.md
index ed433f70f..69dd609ae 100644
--- a//cli/latest/reference/glue/create-session.md
+++ b//cli/latest/reference/glue/create-session.md
@@ -15 +15 @@
-  * [AWS CLI 2.34.61 Command Reference](../../index.html) »
+  * [AWS CLI 2.34.63 Command Reference](../../index.html) »
@@ -81,0 +82 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/glue-2
+    [--session-type <value>]
@@ -393,0 +395,11 @@ JSON Syntax:
+`--session-type` (string)
+
+> The type of session to create.
+> 
+> Possible values:
+> 
+>   * `LIVY`
+>   * `SPARK_CONNECT`
+> 
+
+
@@ -735,0 +748,11 @@ Session -> (structure)
+> 
+> SessionType -> (string)
+>
+>> The type of the session.
+>> 
+>> Possible values:
+>> 
+>>   * `LIVY`
+>>   * `SPARK_CONNECT`
+>> 
+
@@ -747 +770 @@ Session -> (structure)
-  * [AWS CLI 2.34.61 Command Reference](../../index.html) »
+  * [AWS CLI 2.34.63 Command Reference](../../index.html) »