amazonka-cognito-sync-0.3.5: Amazon Cognito Sync SDK.

Safe HaskellNone
LanguageHaskell2010

Network.AWS.CognitoSync.RegisterDevice

Contents

Description

Synopsis

Request

Request constructor

Request lenses

rdIdentityId :: Lens' RegisterDevice Text Source

The unique ID for this identity.

rdIdentityPoolId :: Lens' RegisterDevice Text Source

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.

rdPlatform :: Lens' RegisterDevice Platform Source

The SNS platform type (e.g. GCM, SDM, APNS, APNS_SANDBOX).

Response

Response constructor

registerDeviceResponse :: RegisterDeviceResponse Source

RegisterDeviceResponse constructor.

The fields accessible through corresponding lenses are:

Response lenses

rdrDeviceId :: Lens' RegisterDeviceResponse (Maybe Text) Source

The unique ID generated for this device by Cognito.