toggle menu
http4k
6.9.0.0
jvm
switch theme
search in API
http4k-connect-amazon-cognito
/
org.http4k.connect.amazon.cognito.action
/
DeleteUserPoolClient
Delete
User
Pool
Client
@
JsonSerializable
data
class
DeleteUserPoolClient
(
val
UserPoolId
:
UserPoolId
,
val
ClientId
:
ClientId
)
:
CognitoAction
<
Unit
>
Members
Constructors
Delete
User
Pool
Client
Link copied to clipboard
constructor
(
UserPoolId
:
UserPoolId
,
ClientId
:
ClientId
)
Properties
Client
Id
Link copied to clipboard
val
ClientId
:
ClientId
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