toggle menu
http4k
6.9.0.0
jvm
switch theme
search in API
http4k-connect-amazon-cognito
/
org.http4k.connect.amazon.cognito.action
/
DeleteUserPool
Delete
User
Pool
@
JsonSerializable
data
class
DeleteUserPool
(
val
UserPoolId
:
UserPoolId
)
:
CognitoAction
<
Unit
>
Members
Constructors
Delete
User
Pool
Link copied to clipboard
constructor
(
UserPoolId
:
UserPoolId
)
Properties
User
Pool
Id
Link copied to clipboard
val
UserPoolId
:
UserPoolId
Functions
to
Request
Link copied to clipboard
open
override
fun
toRequest
(
)
:
Request
to
Result
Link copied to clipboard
open
override
fun
toResult
(
response
:
Response
)
:
Result
<
Unit
,
RemoteFailure
>
uri
Link copied to clipboard
open
fun
uri
(
)
:
Uri