Module Values_2.DescribeGroupMembershipRequestSource

Use the DescribeGroupMembership operation to determine if a user is a member of the specified group. If the user exists and is a member of the specified group, an associated GroupMember object is returned.

Sourcetype nonrec t = {
  1. memberName : Values_1.GroupMemberName.t;
    (*

    The user name of the user that you want to search for.

    *)
  2. groupName : Values_1.GroupName.t;
    (*

    The name of the group that you want to search.

    *)
  3. awsAccountId : Values_1.AwsAccountId.t;
    (*

    The ID for the Amazon Web Services account that the group is in. Currently, you use the ID for the Amazon Web Services account that contains your Amazon Quick Sight account.

    *)
  4. namespace : Values_0.Namespace.t;
    (*

    The namespace that includes the group you are searching within.

    *)
}
Sourceval context_ : string
Sourceval make : memberName:Values_1.GroupMemberName.t -> groupName:Values_1.GroupName.t -> awsAccountId:Values_1.AwsAccountId.t -> namespace:Values_0.Namespace.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of Values_1.GroupMemberName.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