Input to the GetIdentityPoolRoles action.
GetIdentityPoolRoles
{ "type": "object", "properties": { "IdentityPoolId": { "allOf": [ { "$ref": "#/components/schemas/IdentityPoolId" }, { "description": "An identity pool ID in the format REGION:GUID." } ] } }, "required": [ "IdentityPoolId" ], "description": "Input to the <code>GetIdentityPoolRoles</code> action.", "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/aws-cognito/refs/heads/main/json-schema/cognito-identity-get-identity-pool-roles-input-schema.json", "title": "GetIdentityPoolRolesInput" }