Values.DescribePageResultSourceLists details of the engagement to a contact channel.
type nonrec t = {pageArn : SsmContactsArn.t option;The Amazon Resource Name (ARN) of the engagement to a contact channel.
*)engagementArn : SsmContactsArn.t option;The ARN of the engagement that engaged the contact channel.
*)contactArn : SsmContactsArn.t option;The ARN of the contact that was engaged.
*)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 that engaged the contact channel.
*)sentTime : DateTime.t option;The time the engagement was sent to the contact channel.
*)readTime : DateTime.t option;The time that the contact channel acknowledged the engagement.
*)deliveryTime : DateTime.t option;The time that the contact channel received the engagement.
*)}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 ]