AWS Security ChangesHomeSearch

AWS cli documentation change

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

File: cli/latest/reference/bedrock-agentcore/list-batch-evaluations.md

Summary

Updated AWS CLI version reference from 2.35.5 to 2.35.8. Added pagination constraints (min:1, max:100) and improved descriptions for batch evaluation components including enhanced insight analysis documentation with failure detection details.

Security assessment

Added input validation for pagination is a general best practice but doesn't specifically address security vulnerabilities. Insight analysis improvements focus on operational diagnostics rather than security features or vulnerabilities.

Diff

diff --git a/cli/latest/reference/bedrock-agentcore/list-batch-evaluations.md b/cli/latest/reference/bedrock-agentcore/list-batch-evaluations.md
index aaad446da..8ef8349b8 100644
--- a//cli/latest/reference/bedrock-agentcore/list-batch-evaluations.md
+++ b//cli/latest/reference/bedrock-agentcore/list-batch-evaluations.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`
+> 
+
@@ -298 +305 @@ batchEvaluations -> (list)
->>>> An evaluator to run against sessions
+>>>> An evaluator to run against sessions during batch evaluation.
@@ -323 +330 @@ batchEvaluations -> (list)
->>>> A reference to an insight analysis to run against sessions.
+>>>> A reference to an insight analysis to run against sessions during batch evaluation. Insights provide deeper analysis beyond individual evaluator scores, including failure detection, user intent clustering, and execution summarization.
@@ -327 +334 @@ batchEvaluations -> (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.
@@ -437 +444 @@ nextToken -> (string)
-  * [AWS CLI 2.35.5 Command Reference](../../index.html) »
+  * [AWS CLI 2.35.8 Command Reference](../../index.html) »