Smaws_Client_CognitoIdentity.DeleteIdentityPool
val request :
Smaws_Lib.Context.t ->
delete_identity_pool_input ->
(unit,
[> Smaws_Lib.Protocols.AwsJson.error
| `InternalErrorException of internal_error_exception
| `InvalidParameterException of invalid_parameter_exception
| `NotAuthorizedException of not_authorized_exception
| `ResourceNotFoundException of resource_not_found_exception
| `TooManyRequestsException of too_many_requests_exception ])
Stdlib.result
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.