Module Values.AcceptInvitationRequestSource

Accepts an Amazon Macie membership invitation that was received from a specific account.

Sourcetype nonrec t = {
  1. administratorAccountId : string option;
    (*

    The Amazon Web Services account ID for the account that sent the invitation.

    *)
  2. invitationId : string;
    (*

    The unique identifier for the invitation to accept.

    *)
  3. masterAccount : string option;
    (*

    (Deprecated) The Amazon Web Services account ID for the account that sent the invitation. This property has been replaced by the administratorAccountId property and is retained only for backward compatibility.

    *)
}
Sourceval context_ : string
Sourceval make : ?administratorAccountId:??? -> ?masterAccount:??? -> invitationId:string -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of string ]) 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