Module Values.InvitationSource

The Invitation structure represents an invitation exchanged between partners and AWS. It includes a message, receiver information, and a payload providing context for the invitation.

Sourcetype nonrec t = {
  1. message : InvitationMessage.t;
    (*

    A message accompanying the invitation.

    *)
  2. receiver : Receiver.t;
  3. payload : Payload.t;
}
Sourceval context_ : string
Sourceval make : message:InvitationMessage.t -> receiver:Receiver.t -> payload:Payload.t -> unit -> t
Sourceval 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 ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t