Values.CancelChannelHandshakeDetailSourceContains details about a canceled channel handshake.
type nonrec t = {id : ChannelHandshakeId.t option;The unique identifier of the canceled handshake.
*)arn : Arn.t option;The Amazon Resource Name (ARN) of the canceled handshake.
*)status : HandshakeStatus.t option;The current status of the canceled handshake.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `String of ChannelHandshakeId.t ]) list ]