Values.ChannelHandshakeSummarySourceSummary information about a channel handshake.
type nonrec t = {id : ChannelHandshakeId.t option;The unique identifier of the handshake.
*)arn : Arn.t option;The Amazon Resource Name (ARN) of the handshake.
*)catalog : Catalog.t option;The catalog identifier associated with the handshake.
*)handshakeType : HandshakeType.t option;The type of the handshake.
*)ownerAccountId : AccountId.t option;The AWS account ID of the handshake owner.
*)senderAccountId : AccountId.t option;The AWS account ID of the handshake sender.
*)senderDisplayName : PartnerProfileDisplayName.t option;The display name of the handshake sender.
*)receiverAccountId : AccountId.t option;The AWS account ID of the handshake receiver.
*)associatedResourceId : AssociatedResourceId.t option;The identifier of the resource associated with the handshake.
*)detail : HandshakeDetail.t option;Detailed information about the handshake.
*)createdAt : DateTime.t option;The timestamp when the handshake was created.
*)updatedAt : DateTime.t option;The timestamp when the handshake was last updated.
*)status : HandshakeStatus.t option;The current status of the handshake.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `String of ChannelHandshakeId.t
| `Structure of
(string
* [> `Structure of
(string
* [> `Enum of string
| `String of Note.t
| `Timestamp of DateTime.t ])
list ])
list
| `Timestamp of DateTime.t ])
list ]