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 |
Deletes an identity pool. Once a pool is deleted, users will not be able to authenticate with the pool.
You must use AWS Developer credentials to call this API.
Creating a Request
data DeleteIdentityPool Source #
Input to the DeleteIdentityPool action.
See: newDeleteIdentityPool
smart constructor.
DeleteIdentityPool' | |
|
Instances
newDeleteIdentityPool Source #
Create a value of DeleteIdentityPool
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:identityPoolId:DeleteIdentityPool'
, deleteIdentityPool_identityPoolId
- An identity pool ID in the format REGION:GUID.
Request Lenses
deleteIdentityPool_identityPoolId :: Lens' DeleteIdentityPool Text Source #
An identity pool ID in the format REGION:GUID.
Destructuring the Response
data DeleteIdentityPoolResponse Source #
See: newDeleteIdentityPoolResponse
smart constructor.
Instances
newDeleteIdentityPoolResponse :: DeleteIdentityPoolResponse Source #
Create a value of DeleteIdentityPoolResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.