Module Values.DescribeDatasetRequestSource

A request for meta data about a dataset (creation date, number of records, size) by owner and dataset name.

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.

    *)
  3. datasetName : DatasetName.t;
    (*

    A string of up to 128 characters. Allowed characters are a-z, A-Z, 0-9, '_' (underscore), '-' (dash), and '.' (dot).

    *)
}
Sourceval context_ : string
Sourceval make : identityPoolId:IdentityPoolId.t -> identityId:IdentityId.t -> datasetName:DatasetName.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