AWS cli documentation change
Summary
Updated AWS CLI version references from 2.35.5 to 2.35.8, added constraints documentation for MaxResults parameter (min:1, max:100), and enhanced descriptions for insight analysis capabilities including failure detection and user intent clustering.
Security assessment
The changes consist of routine documentation updates: version number bumps, parameter constraints, and feature description improvements. No evidence of security vulnerability fixes, security incidents, or new security features. The added 'failure detection' capability is part of analytical functionality without explicit security context.
Diff
diff --git a/cli/latest/reference/bedrock-agentcore-control/list-online-evaluation-configs.md b/cli/latest/reference/bedrock-agentcore-control/list-online-evaluation-configs.md index d2e08a5e8..fe48d3d4a 100644 --- a//cli/latest/reference/bedrock-agentcore-control/list-online-evaluation-configs.md +++ b//cli/latest/reference/bedrock-agentcore-control/list-online-evaluation-configs.md @@ -15 +15 @@ - * [AWS CLI 2.35.5 Command Reference](../../index.html) » + * [AWS CLI 2.35.8 Command Reference](../../index.html) » @@ -107,0 +108,7 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/bedroc +> +> Constraints: +> +> * min: `1` +> * max: `100` +> + @@ -330 +337 @@ onlineEvaluationConfigs -> (list) ->>>> A reference to an insight analysis to run against sessions. +>>>> A reference to an insight analysis to run against sessions during evaluation. Insights provide deeper analysis beyond individual evaluator scores, including failure detection, user intent clustering, and execution summarization. @@ -334 +341 @@ onlineEvaluationConfigs -> (list) ->>>>> Canonical insight identifiers using the Builtin.Insight.* naming convention. Used by BatchEvaluate, InternalEvaluate, and ServiceEngineEvaluate flows. +>>>>> The unique identifier of the insight to run. @@ -381 +388 @@ nextToken -> (string) - * [AWS CLI 2.35.5 Command Reference](../../index.html) » + * [AWS CLI 2.35.8 Command Reference](../../index.html) »