AWS connect documentation change
Summary
Changed data type capitalization from 'boolean' to 'Boolean' for multiple fields in data type definitions table
Security assessment
The change only corrects capitalization of Boolean data type references without altering security context or functionality. No security vulnerabilities or security features are mentioned in the changes.
Diff
diff --git a/connect/latest/adminguide/data-type-definitions.md b/connect/latest/adminguide/data-type-definitions.md index ae69df7e6..14211ac71 100644 --- a//connect/latest/adminguide/data-type-definitions.md +++ b//connect/latest/adminguide/data-type-definitions.md @@ -212 +212 @@ weighted_score | double | Score adding up to 100% of form, for example, 2 se -automatic_fail | boolean | Boolean to indicate if automatic fail was applied. +automatic_fail | Boolean | Boolean to indicate if automatic fail was applied. @@ -216 +216 @@ answer_reference_id | string | for single select answer type. -to_delete | boolean | Set to true if Form/Section/sub-section/question was deleted. +to_delete | Boolean | Set to true if Form/Section/sub-section/question was deleted. @@ -225 +225 @@ evaluation_source | string | Indicates the origin of the evaluation process. -resubmitted | boolean | Indicates whether the evaluation has been resubmitted. This field helps quickly identify evaluations which were resubmitted to perform audits of the evaluation process. +resubmitted | Boolean | Indicates whether the evaluation has been resubmitted. This field helps quickly identify evaluations which were resubmitted to perform audits of the evaluation process. @@ -234 +234 @@ acknowledger_comment | string | Comment left by the user who acknowledged th -item_disabled | boolean | The itemDisabled column indicates whether the item is in the disabled state at the time of submission from a condition defined in the evaluation form. +item_disabled | Boolean | The itemDisabled column indicates whether the item is in the disabled state at the time of submission from a condition defined in the evaluation form. @@ -349,2 +349,2 @@ agent_pause_duration_ms | bigint | Agent pause duration for a contact in sec -voice_id_result_speaker_enrolled | boolean | **Enrolled** : The caller is enrolled in voice authentication. -voice_id_result_speaker_opted_out | boolean | **Opted out** : The caller has opted out of voice authentication. +voice_id_result_speaker_enrolled | Boolean | **Enrolled** : The caller is enrolled in voice authentication. +voice_id_result_speaker_opted_out | Boolean | **Opted out** : The caller has opted out of voice authentication.