Module Values.GetMembersRequestSource

Returns the membership details for specified member accounts for a behavior graph.

Sourcetype nonrec t = {
  1. graphArn : GraphArn.t;
    (*

    The ARN of the behavior graph for which to request the member details.

    *)
  2. accountIds : AccountIdList.t;
    (*

    The list of Amazon Web Services account identifiers for the member account for which to return member details. You can request details for up to 50 member accounts at a time. You cannot use GetMembers to retrieve information about member accounts that were removed from the behavior graph.

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