Values_0.TransferDataSourceData used to transfer a certificate to an Amazon Web Services account.
type nonrec t = {transferMessage : Message.t option;The transfer message.
*)rejectReason : Message.t option;The reason why the transfer was rejected.
*)transferDate : DateType.t option;The date the transfer took place.
*)acceptDate : DateType.t option;The date the transfer was accepted.
*)rejectDate : DateType.t option;The date the transfer was rejected.
*)}val to_value :
t ->
[> `Structure of
(string * [> `String of Message.t | `Timestamp of DateType.t ]) list ]