| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.CognitoIdentity.DeleteIdentityPool
Description
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.
Constructors
| DeleteIdentityPool' | |
Fields
| |
Instances
newDeleteIdentityPool Source #
Arguments
| :: Text | |
| -> DeleteIdentityPool |
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:
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.
Constructors
| DeleteIdentityPoolResponse' | |
Instances
newDeleteIdentityPoolResponse :: DeleteIdentityPoolResponse Source #
Create a value of DeleteIdentityPoolResponse with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.