UnlinkIdentityInput
public struct UnlinkIdentityInput : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
A unique identifier in the format REGION:GUID.
Declaration
Swift
public let identityId: String
-
A set of optional name-value pairs that map provider names to provider tokens.
Declaration
Swift
public let logins: [String : String]
-
Provider names to unlink from this identity.
Declaration
Swift
public let loginsToRemove: [String]
-
Undocumented
Declaration
Swift
public init(identityId: String, logins: [String : String], loginsToRemove: [String])
-
Declaration
Swift
public func validate(name: String) throws