Input to the DescribeIdentity action.
DescribeIdentity
{ "type": "object", "properties": { "IdentityId": { "allOf": [ { "$ref": "#/components/schemas/IdentityId" }, { "description": "A unique identifier in the format REGION:GUID." } ] } }, "required": [ "IdentityId" ], "description": "Input to the <code>DescribeIdentity</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-describe-identity-input-schema.json", "title": "DescribeIdentityInput" }