{ "type": "object", "properties": { "IdentityId": { "allOf": [ { "$ref": "#/components/schemas/IdentityId" }, { "description": "A unique identifier in the format REGION:GUID." } ] }, "Credentials": { "allOf": [ { "$ref": "#/components/schemas/Credentials" }, { "description": "Credentials for the provided identity ID." } ] } }, "description": "Returned in response to a successful GetCredentialsForIdentity operation.", "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/aws-cognito/refs/heads/main/json-structure/cognito-identity-get-credentials-for-identity-response-structure.json", "name": "GetCredentialsForIdentityResponse" }