Module Values_0.CognitoMemberDefinitionSource

Identifies a Amazon Cognito user group. A user group can be used in on or more work teams.

Sourcetype nonrec t = {
  1. userPool : CognitoUserPool.t;
    (*

    An identifier for a user pool. The user pool must be in the same region as the service that you are calling.

    *)
  2. userGroup : CognitoUserGroup.t;
    (*

    An identifier for a user group.

    *)
  3. clientId : ClientId.t;
    (*

    An identifier for an application client. You must create the app client ID using Amazon Cognito.

    *)
}
Sourceval context_ : string
Sourceval make : userPool:CognitoUserPool.t -> userGroup:CognitoUserGroup.t -> clientId:ClientId.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of CognitoUserPool.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