AdminDisableUser

@JsonSerializable
data class AdminDisableUser(val Username: Username, val UserPoolId: UserPoolId) : CognitoAction<Unit>

Constructors

Link copied to clipboard
constructor(Username: Username, UserPoolId: UserPoolId)

Properties

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
open override fun toRequest(): Request
Link copied to clipboard
open override fun toResult(response: Response): Result<Unit, RemoteFailure>
Link copied to clipboard
open fun uri(): Uri