delete_identity_pool¶
Operation¶
delete_identity_pool
async
¶
delete_identity_pool(input: DeleteIdentityPoolInput, plugins: list[Plugin] | None = None) -> DeleteIdentityPoolOutput
Deletes an identity pool. Once a pool is deleted, users will not be able to authenticate with the pool.
You must use Amazon Web Services developer credentials to call this operation.
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
input
|
DeleteIdentityPoolInput
|
An instance of |
required |
plugins
|
list[Plugin] | None
|
A list of callables that modify the configuration dynamically. Changes made by these plugins only apply for the duration of the operation execution and will not affect any other operation invocations. |
None
|
Returns:
| Type | Description |
|---|---|
DeleteIdentityPoolOutput
|
An instance of |
Input¶
DeleteIdentityPoolInput
dataclass
¶
Output¶
DeleteIdentityPoolOutput
dataclass
¶
Dataclass for DeleteIdentityPoolOutput structure.