AWS cli documentation change
Summary
Updated documentation for evaluation form scoring configuration, adding new fields like IsExcludedFromScoring, ScoreThresholds, PointsConfiguration, AutomaticFail, and validation status fields.
Security assessment
The changes enhance documentation for evaluation form scoring features like point-based scoring, bonus options, and automatic failure conditions. While automatic failure can set evaluations to score 0, this is a business logic feature rather than a security control. No vulnerabilities, access controls, or security mechanisms are addressed.
Diff
diff --git a/cli/latest/reference/connect/describe-evaluation-form.md b/cli/latest/reference/connect/describe-evaluation-form.md index a69260828..3e4d6f266 100644 --- a//cli/latest/reference/connect/describe-evaluation-form.md +++ b//cli/latest/reference/connect/describe-evaluation-form.md @@ -15 +15 @@ - * [AWS CLI 2.35.8 Command Reference](../../index.html) » + * [AWS CLI 2.35.9 Command Reference](../../index.html) » @@ -338,0 +339,31 @@ EvaluationForm -> (structure) +>>>>>>> +>>>>>>> IsExcludedFromScoring -> (boolean) +>>>>>>> +>>>>>>>> The flag to exclude the section from scoring. +>>>>>>> +>>>>>>> ScoreThresholds -> (list) +>>>>>>> +>>>>>>>> The score thresholds for performance categories. +>>>>>>>> +>>>>>>>> (structure) +>>>>>>>> +>>>>>>>>> Information about a score threshold for a performance category. +>>>>>>>>> +>>>>>>>>> PerformanceCategory -> (string) [required] +>>>>>>>>> +>>>>>>>>>> The performance category name. +>>>>>>>>>> +>>>>>>>>>> Possible values: +>>>>>>>>>> +>>>>>>>>>> * `NEEDS_IMPROVEMENT` +>>>>>>>>>> * `EXCEEDS_EXPECTATIONS` +>>>>>>>>>> + +>>>>>>>>> +>>>>>>>>> MinScorePercentage -> (double) +>>>>>>>>> +>>>>>>>>>> The minimum score percentage for the performance category. +>>>>>>>>> +>>>>>>>>> MaxScorePercentage -> (double) +>>>>>>>>> +>>>>>>>>>> The maximum score percentage for the performance category. @@ -424,0 +456,19 @@ EvaluationForm -> (structure) +>>>>>>>>>>> +>>>>>>>>>>> PointsConfiguration -> (structure) +>>>>>>>>>>> +>>>>>>>>>>>> The points configuration for point-based scoring. +>>>>>>>>>>>> +>>>>>>>>>>>> PointValue -> (integer) [required] +>>>>>>>>>>>> +>>>>>>>>>>>>> The point value assigned to the answer option. +>>>>>>>>>>>>> +>>>>>>>>>>>>> Constraints: +>>>>>>>>>>>>> +>>>>>>>>>>>>> * min: `0` +>>>>>>>>>>>>> * max: `100` +>>>>>>>>>>>>> + +>>>>>>>>>>>> +>>>>>>>>>>>> IsBonus -> (boolean) +>>>>>>>>>>>> +>>>>>>>>>>>>> The flag to mark the option as a bonus option. @@ -509,0 +560,19 @@ EvaluationForm -> (structure) +>>>>>>>>>>> +>>>>>>>>>>> PointsConfiguration -> (structure) +>>>>>>>>>>> +>>>>>>>>>>>> The points configuration for point-based scoring. +>>>>>>>>>>>> +>>>>>>>>>>>> PointValue -> (integer) [required] +>>>>>>>>>>>> +>>>>>>>>>>>>> The point value assigned to the answer option. +>>>>>>>>>>>>> +>>>>>>>>>>>>> Constraints: +>>>>>>>>>>>>> +>>>>>>>>>>>>> * min: `0` +>>>>>>>>>>>>> * max: `100` +>>>>>>>>>>>>> + +>>>>>>>>>>>> +>>>>>>>>>>>> IsBonus -> (boolean) +>>>>>>>>>>>> +>>>>>>>>>>>>> The flag to mark the option as a bonus option. @@ -628,0 +698,35 @@ EvaluationForm -> (structure) +>>>>>>>>>>> +>>>>>>>>>>> Score -> (integer) +>>>>>>>>>>> +>>>>>>>>>>>> The score assigned to the answer option. +>>>>>>>>>>> +>>>>>>>>>>> AutomaticFail -> (boolean) +>>>>>>>>>>> +>>>>>>>>>>>> The flag to mark the option as automatic fail. If an automatic fail answer is provided, the overall evaluation gets a score of 0. +>>>>>>>>>>> +>>>>>>>>>>> AutomaticFailConfiguration -> (structure) +>>>>>>>>>>> +>>>>>>>>>>>> Information about automatic fail configuration for an evaluation form. +>>>>>>>>>>>> +>>>>>>>>>>>> TargetSection -> (string) +>>>>>>>>>>>> +>>>>>>>>>>>>> The referenceId of the target section for auto failure. +>>>>>>>>>>> +>>>>>>>>>>> PointsConfiguration -> (structure) +>>>>>>>>>>> +>>>>>>>>>>>> The points configuration for point-based scoring. +>>>>>>>>>>>> +>>>>>>>>>>>> PointValue -> (integer) [required] +>>>>>>>>>>>> +>>>>>>>>>>>>> The point value assigned to the answer option. +>>>>>>>>>>>>> +>>>>>>>>>>>>> Constraints: +>>>>>>>>>>>>> +>>>>>>>>>>>>> * min: `0` +>>>>>>>>>>>>> * max: `100` +>>>>>>>>>>>>> + +>>>>>>>>>>>> +>>>>>>>>>>>> IsBonus -> (boolean) +>>>>>>>>>>>> +>>>>>>>>>>>>> The flag to mark the option as a bonus option. @@ -908,0 +1013,65 @@ EvaluationForm -> (structure) +>>>>>>> +>>>>>>> ScoringConfiguration -> (structure) +>>>>>>> +>>>>>>>> The scoring configuration of the question. +>>>>>>>> +>>>>>>>> PointsConfiguration -> (structure) +>>>>>>>> +>>>>>>>>> The points configuration for point-based scoring. +>>>>>>>>> +>>>>>>>>> MaxPointValue -> (integer) +>>>>>>>>> +>>>>>>>>>> The maximum point value. +>>>>>>>>>> +>>>>>>>>>> Constraints: +>>>>>>>>>> +>>>>>>>>>> * min: `0` +>>>>>>>>>> * max: `100` +>>>>>>>>>> + +>>>>>>>>> +>>>>>>>>> MinPointValue -> (integer) +>>>>>>>>> +>>>>>>>>>> The minimum point value. +>>>>>>>>>> +>>>>>>>>>> Constraints: +>>>>>>>>>> +>>>>>>>>>> * min: `0` +>>>>>>>>>> * max: `100` +>>>>>>>>>> + +>>>>>>>>> +>>>>>>>>> IsBonus -> (boolean) +>>>>>>>>> +>>>>>>>>>> The flag to mark the question as a bonus question. +>>>>>>>> +>>>>>>>> IsExcludedFromScoring -> (boolean) +>>>>>>>> +>>>>>>>>> The flag to exclude the question from scoring. +>>>>>>>> +>>>>>>>> ScoreThresholds -> (list) +>>>>>>>> +>>>>>>>>> The score thresholds for performance categories. +>>>>>>>>> +>>>>>>>>> (structure) +>>>>>>>>> +>>>>>>>>>> Information about a score threshold for a performance category. +>>>>>>>>>> +>>>>>>>>>> PerformanceCategory -> (string) [required] +>>>>>>>>>> +>>>>>>>>>>> The performance category name. +>>>>>>>>>>> +>>>>>>>>>>> Possible values: +>>>>>>>>>>> +>>>>>>>>>>> * `NEEDS_IMPROVEMENT` +>>>>>>>>>>> * `EXCEEDS_EXPECTATIONS` +>>>>>>>>>>> + +>>>>>>>>>> +>>>>>>>>>> MinScorePercentage -> (double) +>>>>>>>>>> +>>>>>>>>>>> The minimum score percentage for the performance category. +>>>>>>>>>> +>>>>>>>>>> MaxScorePercentage -> (double) +>>>>>>>>>> +>>>>>>>>>>> The maximum score percentage for the performance category. @@ -912,0 +1082,31 @@ EvaluationForm -> (structure) +>>>> +>>>> IsExcludedFromScoring -> (boolean) +>>>> +>>>>> The flag to exclude the section from scoring. +>>>> +>>>> ScoreThresholds -> (list) +>>>> +>>>>> The score thresholds for performance categories. +>>>>> +>>>>> (structure) +>>>>> +>>>>>> Information about a score threshold for a performance category. +>>>>>> +>>>>>> PerformanceCategory -> (string) [required] +>>>>>> +>>>>>>> The performance category name. +>>>>>>> +>>>>>>> Possible values: