{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-cognito/refs/heads/main/json-structure/identity-pools-list-identity-pools-input-structure.json", "name": "ListIdentityPoolsInput", "description": "Input to the ListIdentityPools action.", "type": "object", "properties": { "MaxResults": { "allOf": [ { "$ref": "#/components/schemas/QueryLimit" }, { "description": "The maximum number of identities to return." } ] }, "NextToken": { "allOf": [ { "$ref": "#/components/schemas/PaginationKey" }, { "description": "A pagination token." } ] } }, "required": [ "MaxResults" ] }