Values.SubscribeToDatasetRequestSourceA request to SubscribeToDatasetRequest.
type nonrec t = {identityPoolId : IdentityPoolId.t;A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. The ID of the pool to which the identity belongs.
*)identityId : IdentityId.t;Unique ID for this identity.
*)datasetName : DatasetName.t;The name of the dataset to subcribe to.
*)deviceId : DeviceId.t;The unique ID generated for this device by Cognito.
*)}val make :
identityPoolId:IdentityPoolId.t ->
identityId:IdentityId.t ->
datasetName:DatasetName.t ->
deviceId:DeviceId.t ->
unit ->
t