AWS Security ChangesHomeSearch

AWS cli documentation change

Service: cli · 2025-11-07 · Documentation low

File: cli/latest/reference/connect/list-contact-evaluations.md

Summary

Added documentation for new evaluation fields including CalibrationSessionId, AutoEvaluationEnabled, AutoEvaluationStatus, Acknowledgement structure, and EvaluationType

Security assessment

The changes document new evaluation-related fields and statuses but do not address security vulnerabilities or explicitly describe security features. The Acknowledgement structure adds audit trail details but does not indicate a security fix.

Diff

diff --git a/cli/latest/reference/connect/list-contact-evaluations.md b/cli/latest/reference/connect/list-contact-evaluations.md
index b43feec62..e94eac009 100644
--- a//cli/latest/reference/connect/list-contact-evaluations.md
+++ b//cli/latest/reference/connect/list-contact-evaluations.md
@@ -15 +15 @@
-  * [AWS CLI 2.31.28 Command Reference](../../index.html) »
+  * [AWS CLI 2.31.31 Command Reference](../../index.html) »
@@ -273,0 +274,11 @@ EvaluationSummaryList -> (list)
+>> 
+>> CalibrationSessionId -> (string)
+>>
+>>> The calibration session ID that this evaluation belongs to.
+>>> 
+>>> Constraints:
+>>> 
+>>>   * min: `1`
+>>>   * max: `500`
+>>> 
+
@@ -284,0 +296,16 @@ EvaluationSummaryList -> (list)
+>> 
+>> AutoEvaluationEnabled -> (boolean)
+>>
+>>> Whether automated evaluation is enabled.
+>> 
+>> AutoEvaluationStatus -> (string)
+>>
+>>> The status of the contact auto evaluation.
+>>> 
+>>> Possible values:
+>>> 
+>>>   * `IN_PROGRESS`
+>>>   * `FAILED`
+>>>   * `SUCCEEDED`
+>>> 
+
@@ -311,0 +339,34 @@ EvaluationSummaryList -> (list)
+>> 
+>> Acknowledgement -> (structure)
+>>
+>>> Information related to evaluation acknowledgement.
+>>> 
+>>> AcknowledgedTime -> (timestamp)
+>>>
+>>>> The time when an agent acknowledged the evaluation.
+>>> 
+>>> AcknowledgedBy -> (string)
+>>>
+>>>> The agent who acknowledged the evaluation.
+>>> 
+>>> AcknowledgerComment -> (string)
+>>>
+>>>> A comment from the agent when they confirmed they acknowledged the evaluation.
+>>>> 
+>>>> Constraints:
+>>>> 
+>>>>   * min: `0`
+>>>>   * max: `3072`
+>>>> 
+
+>> 
+>> EvaluationType -> (string)
+>>
+>>> Type of the evaluation.
+>>> 
+>>> Possible values:
+>>> 
+>>>   * `STANDARD`
+>>>   * `CALIBRATION`
+>>> 
+
@@ -339 +400 @@ NextToken -> (string)
-  * [AWS CLI 2.31.28 Command Reference](../../index.html) »
+  * [AWS CLI 2.31.31 Command Reference](../../index.html) »