Module Values.DisassociateMembersRequestSource

Disassociates the specified member accounts from the associated administrator account. Can be used to disassociate both accounts that are managed using Organizations and accounts that were invited manually.

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

    The account IDs of the member accounts to disassociate from the administrator account.

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