AWS cli documentation change
Summary
Updated CLI version reference and modified ROUTING_STEP_EXPRESSION filter documentation: removed order-sensitivity requirement for JSON keys, added flexibility for whitespace while maintaining array/tree constraints.
Security assessment
The change relaxes JSON processing requirements without addressing security vulnerabilities. No security features or threats are mentioned.
Diff
diff --git a/cli/latest/reference/connect/get-metric-data-v2.md b/cli/latest/reference/connect/get-metric-data-v2.md index 40476b42e..953a2c8c8 100644 --- a//cli/latest/reference/connect/get-metric-data-v2.md +++ b//cli/latest/reference/connect/get-metric-data-v2.md @@ -15 +15 @@ - * [AWS CLI 2.35.8 Command Reference](../../index.html) » + * [AWS CLI 2.35.9 Command Reference](../../index.html) » @@ -222 +222 @@ JSON Syntax: -> * `ROUTING_STEP_EXPRESSION` accepts a filter value up to 3,000 characters in length. This filter is case-sensitive and order-sensitive. JSON string fields must be sorted in ascending order, and JSON array order must be preserved. +> * `ROUTING_STEP_EXPRESSION` accepts a filter value up to 3,000 characters in length. Filter values are case-sensitive. JSON object key order and whitespace may be arbitrary; array order and tree structure must be preserved. @@ -2315 +2315 @@ MetricResults -> (list) - * [AWS CLI 2.35.8 Command Reference](../../index.html) » + * [AWS CLI 2.35.9 Command Reference](../../index.html) »