Values.PageSourceIncident Manager engaging a contact's contact channel.
type nonrec t = {pageArn : SsmContactsArn.t option;The Amazon Resource Name (ARN) of the page to the contact channel.
*)engagementArn : SsmContactsArn.t option;The ARN of the engagement that this page is part of.
*)contactArn : SsmContactsArn.t option;The ARN of the contact that Incident Manager is engaging.
*)sender : Sender.t option;The user that started the engagement.
*)incidentId : IncidentId.t option;The ARN of the incident that's engaging the contact channel.
*)sentTime : DateTime.t option;The time that Incident Manager engaged the contact channel.
*)deliveryTime : DateTime.t option;The time the message was delivered to the contact channel.
*)readTime : DateTime.t option;The time that the contact channel acknowledged engagement.
*)}val to_value :
t ->
[> `Structure of
(string * [> `String of SsmContactsArn.t | `Timestamp of DateTime.t ])
list ]