Values.DescribeDatasetRequestSourceA request for meta data about a dataset (creation date, number of records, size) by owner and dataset name.
type nonrec t = {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.
*)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.
*)datasetName : DatasetName.t;A string of up to 128 characters. Allowed characters are a-z, A-Z, 0-9, '_' (underscore), '-' (dash), and '.' (dot).
*)}val make :
identityPoolId:IdentityPoolId.t ->
identityId:IdentityId.t ->
datasetName:DatasetName.t ->
unit ->
t