AWS Security ChangesHomeSearch

AWS cli documentation change

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

File: cli/latest/reference/ivs/list-stream-sessions.md

Summary

Updated AWS CLI version from 2.34.34 to 2.34.37, reordered parameters in documentation, removed regex anchors (^ and $) from pattern validations for channelArn, nextToken, and streamId, and reorganized output field descriptions.

Security assessment

The changes are primarily documentation formatting updates, parameter reordering, and pattern validation adjustments. Removing regex anchors (^ and $) from pattern validations could potentially allow for more flexible input matching but doesn't indicate a specific security vulnerability fix. No security advisories, CVE references, or explicit security-related language is present in the diff.

Diff

diff --git a/cli/latest/reference/ivs/list-stream-sessions.md b/cli/latest/reference/ivs/list-stream-sessions.md
index 4ef8f8ad0..d2e081f4a 100644
--- a//cli/latest/reference/ivs/list-stream-sessions.md
+++ b//cli/latest/reference/ivs/list-stream-sessions.md
@@ -15 +15 @@
-  * [AWS CLI 2.34.34 Command Reference](../../index.html) »
+  * [AWS CLI 2.34.37 Command Reference](../../index.html) »
@@ -69 +68,0 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/ivs-20
-    [--max-results <value>]
@@ -70,0 +70 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/ivs-20
+    [--max-results <value>]
@@ -104 +104 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/ivs-20
->   * pattern: `^arn:aws:ivs:[a-z0-9-]+:[0-9]+:channel/[a-zA-Z0-9-]+$`
+>   * pattern: `arn:aws:ivs:[a-z0-9-]+:[0-9]+:channel/[a-zA-Z0-9-]+`
@@ -108 +108 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/ivs-20
-`--max-results` (integer)
+`--next-token` (string)
@@ -110 +110 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/ivs-20
-> Maximum number of streams to return. Default: 100.
+> The first stream to retrieve. This is used for pagination; see the `nextToken` response field.
@@ -114,2 +114,3 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/ivs-20
->   * min: `1`
->   * max: `100`
+>   * min: `0`
+>   * max: `1024`
+>   * pattern: `[a-zA-Z0-9+/=_-]*`
@@ -119 +120 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/ivs-20
-`--next-token` (string)
+`--max-results` (integer)
@@ -121 +122 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/ivs-20
-> The first stream to retrieve. This is used for pagination; see the `nextToken` response field.
+> Maximum number of streams to return. Default: 100.
@@ -125,3 +126,2 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/ivs-20
->   * min: `0`
->   * max: `1024`
->   * pattern: `^[a-zA-Z0-9+/=_-]*$`
+>   * min: `1`
+>   * max: `100`
@@ -282,12 +281,0 @@ For more information, see [Create a Channel](https://docs.aws.amazon.com/ivs/lat
-nextToken -> (string)
-
-> If there are more streams than `maxResults` , use `nextToken` in the request to get the next set.
-> 
-> Constraints:
-> 
->   * min: `0`
->   * max: `1024`
->   * pattern: `^[a-zA-Z0-9+/=_-]*$`
-> 
-
-
@@ -302,12 +289,0 @@ streamSessions -> (list)
->> endTime -> (timestamp)
->>
->>> Time when the channel went offline. This is an ISO 8601 timestamp; _note that this is returned as a string_ . For live streams, this is `NULL` .
->> 
->> hasErrorEvent -> (boolean)
->>
->>> If `true` , this stream encountered a quota breach or failure.
->> 
->> startTime -> (timestamp)
->>
->>> Time when the channel went live. This is an ISO 8601 timestamp; _note that this is returned as a string_ .
->> 
@@ -322 +298 @@ streamSessions -> (list)
->>>   * pattern: `^st-[a-zA-Z0-9]+$`
+>>>   * pattern: `st-[a-zA-Z0-9]+`
@@ -324,0 +301,24 @@ streamSessions -> (list)
+>> 
+>> startTime -> (timestamp)
+>>
+>>> Time when the channel went live. This is an ISO 8601 timestamp; _note that this is returned as a string_ .
+>> 
+>> endTime -> (timestamp)
+>>
+>>> Time when the channel went offline. This is an ISO 8601 timestamp; _note that this is returned as a string_ . For live streams, this is `NULL` .
+>> 
+>> hasErrorEvent -> (boolean)
+>>
+>>> If `true` , this stream encountered a quota breach or failure.
+
+nextToken -> (string)
+
+> If there are more streams than `maxResults` , use `nextToken` in the request to get the next set.
+> 
+> Constraints:
+> 
+>   * min: `0`
+>   * max: `1024`
+>   * pattern: `[a-zA-Z0-9+/=_-]*`
+> 
+
@@ -336 +336 @@ streamSessions -> (list)
-  * [AWS CLI 2.34.34 Command Reference](../../index.html) »
+  * [AWS CLI 2.34.37 Command Reference](../../index.html) »