Values.RegisterDeviceRequestSourceA request to RegisterDevice.
type nonrec t = {identityPoolId : IdentityPoolId.t;A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. Here, the ID of the pool that the identity belongs to.
*)identityId : IdentityId.t;The unique ID for this identity.
*)platform : Platform.t;The SNS platform type (e.g. GCM, SDM, APNS, APNS_SANDBOX).
*)token : PushToken.t;The push token.
*)}val make :
identityPoolId:IdentityPoolId.t ->
identityId:IdentityId.t ->
platform:Platform.t ->
token:PushToken.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `String of IdentityPoolId.t ]) list ]