Module Values.DeclineInvitationsRequestSource

Declines Amazon Macie membership invitations that were received from specific accounts.

Sourcetype nonrec t = {
  1. accountIds : string list;
    (*

    An array that lists Amazon Web Services account IDs, one for each account that sent an invitation to decline.

    *)
}
Sourceval context_ : string
Sourceval make : accountIds:string list -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `String of string ] 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