AWS Security ChangesHomeSearch

AWS cli documentation change

Service: cli · 2025-10-01 · Documentation low

File: cli/latest/reference/connectcases/search-cases.md

Summary

Updated AWS CLI version reference from 2.31.3 to 2.31.5. Restructured command parameters, replaced '--fields' with '--search-term' including new constraints. Revised JSON syntax documentation for filter operations with detailed tagged union structures and value type constraints.

Security assessment

The changes introduce documentation for 'userArnValue' which relates to audit tracking of user actions, a security feature. However, there is no evidence of addressing a specific security vulnerability.

Diff

diff --git a/cli/latest/reference/connectcases/search-cases.md b/cli/latest/reference/connectcases/search-cases.md
index 4196c4ba2..ea1a50c91 100644
--- a//cli/latest/reference/connectcases/search-cases.md
+++ b//cli/latest/reference/connectcases/search-cases.md
@@ -15 +15 @@
-  * [AWS CLI 2.31.3 Command Reference](../../index.html) »
+  * [AWS CLI 2.31.5 Command Reference](../../index.html) »
@@ -74,2 +73,0 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/connec
-    [--fields <value>]
-    [--filter <value>]
@@ -76,0 +75 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/connec
+    [--filter <value>]
@@ -77,0 +77 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/connec
+    [--fields <value>]
@@ -116 +116 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/connec
-`--fields` (list)
+`--search-term` (string)
@@ -118 +118 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/connec
-> The list of field identifiers to be returned as part of the response.
+> A word or phrase used to perform a quick search.
@@ -123,5 +123 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/connec
->   * max: `10`
-> 
-
-> 
-> (structure)
+>   * max: `255`
@@ -129,28 +124,0 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/connec
->> Object for unique identifier of a field.
->> 
->> id -> (string) [required]
->>
->>> Unique identifier of a field.
->>> 
->>> Constraints:
->>> 
->>>   * min: `1`
->>>   * max: `500`
->>> 
-
-
-Shorthand Syntax:
-    
-    
-    id=string ...
-    
-
-JSON Syntax:
-    
-    
-    [
-      {
-        "id": "string"
-      }
-      ...
-    ]
@@ -165 +133 @@ JSON Syntax:
-> This is a Tagged Union structure. Only one of the following top level keys can be set: `andAll`, `field`, `not`, `orAll`.
+> This is a Tagged Union structure. Only one of the following top level keys can be set: `field`, `not`, `andAll`, `orAll`.
@@ -167 +135 @@ JSON Syntax:
-> andAll -> (list)
+> field -> (tagged union structure)
@@ -169,3 +137 @@ JSON Syntax:
->> Provides “and all” filtering.
->> 
->> Constraints:
+>> A list of fields to filter on.
@@ -173,2 +139 @@ JSON Syntax:
->>   * min: `0`
->>   * max: `10`
+>> ### Note
@@ -176 +141 @@ JSON Syntax:
-
+>> This is a Tagged Union structure. Only one of the following top level keys can be set: `equalTo`, `contains`, `greaterThan`, `greaterThanOrEqualTo`, `lessThan`, `lessThanOrEqualTo`.
@@ -178 +143 @@ JSON Syntax:
->> (tagged union structure)
+>> equalTo -> (structure)
@@ -180,5 +145 @@ JSON Syntax:
->>> A filter for cases. Only one value can be provided.
->>> 
->>> ### Note
->>> 
->>> This is a Tagged Union structure. Only one of the following top level keys can be set: `andAll`, `field`, `not`, `orAll`.
+>>> Object containing field identifier and value information.
@@ -186 +147 @@ JSON Syntax:
->>> andAll -> (list)
+>>> id -> (string) [required]
@@ -188 +149 @@ JSON Syntax:
->>>> Provides “and all” filtering.
+>>>> Unique identifier of a field.
@@ -192,2 +153,2 @@ JSON Syntax:
->>>>   * min: `0`
->>>>   * max: `10`
+>>>>   * min: `1`
+>>>>   * max: `500`
@@ -196,2 +156,0 @@ JSON Syntax:
->>>> 
->>>> ( … recursive … )
@@ -199 +158 @@ JSON Syntax:
->>> field -> (tagged union structure)
+>>> value -> (tagged union structure) [required]
@@ -201 +160 @@ JSON Syntax:
->>>> A list of fields to filter on.
+>>>> Union of potential field value types.
@@ -205 +164 @@ JSON Syntax:
->>>> This is a Tagged Union structure. Only one of the following top level keys can be set: `contains`, `equalTo`, `greaterThan`, `greaterThanOrEqualTo`, `lessThan`, `lessThanOrEqualTo`.
+>>>> This is a Tagged Union structure. Only one of the following top level keys can be set: `stringValue`, `doubleValue`, `booleanValue`, `emptyValue`, `userArnValue`.
@@ -207 +166 @@ JSON Syntax:
->>>> contains -> (structure)
+>>>> stringValue -> (string)
@@ -209,3 +168 @@ JSON Syntax:
->>>>> Object containing field identifier and value information.
->>>>> 
->>>>> id -> (string) [required]
+>>>>> String value type.
@@ -213,8 +170 @@ JSON Syntax:
->>>>>> Unique identifier of a field.
->>>>>> 
->>>>>> Constraints:
->>>>>> 
->>>>>>   * min: `1`
->>>>>>   * max: `500`
->>>>>> 
-
+>>>>> Constraints:
@@ -222 +172,2 @@ JSON Syntax:
->>>>> value -> (tagged union structure) [required]
+>>>>>   * min: `0`
+>>>>>   * max: `3000`
@@ -224,27 +174,0 @@ JSON Syntax:
->>>>>> Union of potential field value types.
->>>>>> 
->>>>>> ### Note
->>>>>> 
->>>>>> This is a Tagged Union structure. Only one of the following top level keys can be set: `booleanValue`, `doubleValue`, `emptyValue`, `stringValue`, `userArnValue`.
->>>>>> 
->>>>>> booleanValue -> (boolean)
->>>>>>
->>>>>>> Can be either null, or have a Boolean value type. Only one value can be provided.
->>>>>> 
->>>>>> doubleValue -> (double)
->>>>>>
->>>>>>> Can be either null, or have a Double number value type. Only one value can be provided.
->>>>>> 
->>>>>> emptyValue -> (structure)
->>>>>>
->>>>>>> An empty value.
->>>>>> 
->>>>>> stringValue -> (string)
->>>>>>
->>>>>>> String value type.
->>>>>>> 
->>>>>>> Constraints:
->>>>>>> 
->>>>>>>   * min: `0`
->>>>>>>   * max: `3000`
->>>>>>> 
@@ -252,4 +175,0 @@ JSON Syntax:
->>>>>> 
->>>>>> userArnValue -> (string)
->>>>>>
->>>>>>> Represents the user that performed the audit.
@@ -257 +177,28 @@ JSON Syntax:
->>>> equalTo -> (structure)
+>>>> doubleValue -> (double)
+>>>>
+>>>>> Can be either null, or have a Double number value type. Only one value can be provided.
+>>>> 
+>>>> booleanValue -> (boolean)
+>>>>
+>>>>> Can be either null, or have a Boolean value type. Only one value can be provided.
+>>>> 
+>>>> emptyValue -> (structure)
+>>>>
+>>>>> An empty value.
+>>>> 
+>>>> userArnValue -> (string)
+>>>>
+>>>>> Represents the user that performed the audit.
+>> 
+>> contains -> (structure)
+>>
+>>> Object containing field identifier and value information.
+>>> 
+>>> id -> (string) [required]
+>>>
+>>>> Unique identifier of a field.
+>>>> 
+>>>> Constraints:
+>>>> 
+>>>>   * min: `1`
+>>>>   * max: `500`
@@ -259,42 +205,0 @@ JSON Syntax:
->>>>> Object containing field identifier and value information.
->>>>> 
->>>>> id -> (string) [required]
->>>>>
->>>>>> Unique identifier of a field.
->>>>>> 
->>>>>> Constraints: