Module Values.DeclineInvitationsRequestSource

Declines invitations sent to the current member account by Amazon Web Services accounts specified by their account IDs.

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

    A list of account IDs of the Amazon Web Services accounts that sent invitations to the current member account that you want to decline invitations from.

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