Amazon Cognito · JSON Structure

Cognito Identity List Identity Pools Response Structure

The result of a successful ListIdentityPools action.

Type: object Properties: 2
AuthenticationAuthorizationIdentityIdentity ProviderOAuth2OIDC

ListIdentityPoolsResponse is a JSON Structure definition published by Amazon Cognito, describing 2 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

IdentityPools NextToken

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "type": "object",
  "properties": {
    "IdentityPools": {
      "allOf": [
        {
          "$ref": "#/components/schemas/IdentityPoolsList"
        },
        {
          "description": "The identity pools returned by the ListIdentityPools action."
        }
      ]
    },
    "NextToken": {
      "allOf": [
        {
          "$ref": "#/components/schemas/PaginationKey"
        },
        {
          "description": "A pagination token."
        }
      ]
    }
  },
  "description": "The result of a successful ListIdentityPools action.",
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/aws-cognito/refs/heads/main/json-structure/cognito-identity-list-identity-pools-response-structure.json",
  "name": "ListIdentityPoolsResponse"
}