Module Values.DescribeIdentityUsageRequestSource

A request for information about the usage of an identity pool.

Sourcetype nonrec t = {
  1. identityPoolId : IdentityPoolId.t;
    (*

    A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. GUID generation is unique within a region.

    *)
  2. identityId : IdentityId.t;
    (*

    A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. GUID generation is unique within a region.

    *)
}
Sourceval context_ : string
Sourceval make : identityPoolId:IdentityPoolId.t -> identityId:IdentityId.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of IdentityPoolId.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