Values.ParticipantSourceRepresents a participant in a partner connection, containing their profile and account information.
type nonrec t = {partnerProfile : PartnerProfileSummary.t option;The partner profile information for the participant.
*)sellerProfile : SellerProfileSummary.t option;The seller profile information for the participant.
*)account : AccountSummary.t option;The AWS account information for the participant.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Structure of (string * [> `String of PartnerProfileId.t ]) list ])
list ]