Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Allows the developer to delete the user pool client.
Synopsis
- data DeleteUserPoolClient = DeleteUserPoolClient' {
- userPoolId :: Text
- clientId :: Sensitive Text
- newDeleteUserPoolClient :: Text -> Text -> DeleteUserPoolClient
- deleteUserPoolClient_userPoolId :: Lens' DeleteUserPoolClient Text
- deleteUserPoolClient_clientId :: Lens' DeleteUserPoolClient Text
- data DeleteUserPoolClientResponse = DeleteUserPoolClientResponse' {
- newDeleteUserPoolClientResponse :: DeleteUserPoolClientResponse
Creating a Request
data DeleteUserPoolClient Source #
Represents the request to delete a user pool client.
See: newDeleteUserPoolClient
smart constructor.
DeleteUserPoolClient' | |
|
Instances
newDeleteUserPoolClient Source #
:: Text | |
-> Text | |
-> DeleteUserPoolClient |
Create a value of DeleteUserPoolClient
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:userPoolId:DeleteUserPoolClient'
, deleteUserPoolClient_userPoolId
- The user pool ID for the user pool where you want to delete the client.
$sel:clientId:DeleteUserPoolClient'
, deleteUserPoolClient_clientId
- The app client ID of the app associated with the user pool.
Request Lenses
deleteUserPoolClient_userPoolId :: Lens' DeleteUserPoolClient Text Source #
The user pool ID for the user pool where you want to delete the client.
deleteUserPoolClient_clientId :: Lens' DeleteUserPoolClient Text Source #
The app client ID of the app associated with the user pool.
Destructuring the Response
data DeleteUserPoolClientResponse Source #
See: newDeleteUserPoolClientResponse
smart constructor.
Instances
newDeleteUserPoolClientResponse :: DeleteUserPoolClientResponse Source #
Create a value of DeleteUserPoolClientResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.