Values.ReceiptSourceRecords events during an engagement.
type nonrec t = {contactChannelArn : SsmContactsArn.t option;The Amazon Resource Name (ARN) of the contact channel Incident Manager engaged.
*)receiptType : ReceiptType.t option;The type follows the engagement cycle, SENT, DELIVERED, and READ.
*)receiptInfo : ReceiptInfo.t option;Information provided during the page acknowledgement.
*)receiptTime : DateTime.t option;The time receipt was SENT, DELIVERED, or READ.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `String of SsmContactsArn.t
| `Timestamp of DateTime.t ])
list ]