Values.InvitationSourceThe Invitation structure represents an invitation exchanged between partners and AWS. It includes a message, receiver information, and a payload providing context for the invitation.
type nonrec t = {message : InvitationMessage.t;A message accompanying the invitation.
*)receiver : Receiver.t;payload : Payload.t;}val make :
message:InvitationMessage.t ->
receiver:Receiver.t ->
payload:Payload.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `String of InvitationMessage.t
| `Structure of
(string
* [> `Structure of
(string
* [> `List of
[> `Enum of string
| `Structure of
(string * [> `String of SenderContactEmail.t ])
list ]
list
| `String of Alias.t
| `Structure of
(string
* [> `Enum of string
| `List of
[> `Structure of
(string
* [> `Enum of string
| `String of Amount.t ])
list ]
list
| `String of CompanyName.t ])
list ])
list ])
list ])
list ]