RegisterDeviceRequest

public struct RegisterDeviceRequest : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The unique ID for this identity.

    Declaration

    Swift

    public let identityId: String
  • 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.

    Declaration

    Swift

    public let identityPoolId: String
  • The SNS platform type (e.g. GCM, SDM, APNS, APNS_SANDBOX).

    Declaration

    Swift

    public let platform: Platform
  • The push token.

    Declaration

    Swift

    public let token: String
  • Undocumented

    Declaration

    Swift

    public init(identityId: String, identityPoolId: String, platform: Platform, token: String)
  • Declaration

    Swift

    public func validate(name: String) throws