MergeDeveloperIdentitiesInput
public struct MergeDeveloperIdentitiesInput : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
User identifier for the destination user. The value should be a DeveloperUserIdentifier.
Declaration
Swift
public let destinationUserIdentifier: String
-
The “domain” by which Cognito will refer to your users. This is a (pseudo) domain name that you provide while creating an identity pool. This name acts as a placeholder that allows your backend and the Cognito service to communicate about the developer provider. For the DeveloperProviderName, you can use letters as well as period (.), underscore (_), and dash (-).
Declaration
Swift
public let developerProviderName: String
-
An identity pool ID in the format REGION:GUID.
Declaration
Swift
public let identityPoolId: String
-
User identifier for the source user. The value should be a DeveloperUserIdentifier.
Declaration
Swift
public let sourceUserIdentifier: String
-
Undocumented
Declaration
Swift
public init(destinationUserIdentifier: String, developerProviderName: String, identityPoolId: String, sourceUserIdentifier: String)
-
Declaration
Swift
public func validate(name: String) throws