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