list_identity_pools¶
Operation¶
list_identity_pools
async
¶
list_identity_pools(input: ListIdentityPoolsInput, plugins: list[Plugin] | None = None) -> ListIdentityPoolsOutput
Lists all of the Cognito identity pools registered for your account.
You must use Amazon Web Services developer credentials to call this operation.
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
input
|
ListIdentityPoolsInput
|
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 |
|---|---|
ListIdentityPoolsOutput
|
An instance of |
Input¶
ListIdentityPoolsInput
dataclass
¶
Output¶
ListIdentityPoolsOutput
dataclass
¶
The result of a successful ListIdentityPools action.