DeleteUserPoolClientRequest
public struct DeleteUserPoolClientRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The app client ID of the app associated with the user pool.
Declaration
Swift
public let clientId: String
-
The user pool ID for the user pool where you want to delete the client.
Declaration
Swift
public let userPoolId: String
-
Undocumented
Declaration
Swift
public init(clientId: String, userPoolId: String)
-
Declaration
Swift
public func validate(name: String) throws