Lists all of the Cognito identity pools registered for your account.
You must use AWS Developer credentials to call this API.
cognitoidentity_list_identity_pools(MaxResults, NextToken)[required] The maximum number of identities to return.
A pagination token.
A list with the following syntax:
list(
IdentityPools = list(
list(
IdentityPoolId = "string",
IdentityPoolName = "string"
)
),
NextToken = "string"
)
svc$list_identity_pools( MaxResults = 123, NextToken = "string" )