Values.DescribeEngagementResultSourceIncident Manager uses engagements to engage contacts and escalation plans during an incident. Use this command to describe the engagement that occurred during an incident.
type nonrec t = {contactArn : SsmContactsArn.t option;The ARN of the escalation plan or contacts involved in the engagement.
*)engagementArn : SsmContactsArn.t option;The ARN of the engagement.
*)sender : Sender.t option;The user that started the engagement.
*)subject : Subject.t option;The secure subject of the message that was sent to the contact. Use this field for engagements to VOICE and EMAIL.
*)content : Content.t option;The secure content of the message that was sent to the contact. Use this field for engagements to VOICE and EMAIL.
*)publicSubject : PublicSubject.t option;The insecure subject of the message that was sent to the contact. Use this field for engagements to SMS.
*)publicContent : PublicContent.t option;The insecure content of the message that was sent to the contact. Use this field for engagements to SMS.
*)incidentId : IncidentId.t option;The ARN of the incident in which the engagement occurred.
*)startTime : DateTime.t option;The time that the engagement started.
*)stopTime : DateTime.t option;The time that the engagement ended.
*)}type nonrec error = [ | `AccessDeniedException of AccessDeniedException.t| `DataEncryptionException of DataEncryptionException.t| `InternalServerException of InternalServerException.t| `ResourceNotFoundException of ResourceNotFoundException.t| `ThrottlingException of ThrottlingException.t| `ValidationException of ValidationException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `AccessDeniedException of AccessDeniedException.t
| `DataEncryptionException of DataEncryptionException.t
| `InternalServerException of InternalServerException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `ThrottlingException of ThrottlingException.t
| `Unknown_operation_error of string * string option
| `ValidationException of ValidationException.t ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `AccessDeniedException of AccessDeniedException.t
| `DataEncryptionException of DataEncryptionException.t
| `InternalServerException of InternalServerException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `ThrottlingException of ThrottlingException.t
| `Unknown_operation_error of string * string option
| `ValidationException of ValidationException.t ]val to_value :
t ->
[> `Structure of
(string * [> `String of SsmContactsArn.t | `Timestamp of DateTime.t ])
list ]