{ "type": "object", "properties": { "AccountId": { "allOf": [ { "$ref": "#/components/schemas/AccountId" }, { "description": "A standard AWS account ID (9+ digits)." } ] }, "IdentityPoolId": { "allOf": [ { "$ref": "#/components/schemas/IdentityPoolId" }, { "description": "An identity pool ID in the format REGION:GUID." } ] }, "Logins": { "allOf": [ { "$ref": "#/components/schemas/LoginsMap" }, { "description": "

A set of optional name-value pairs that map provider names to provider tokens. The available provider names for Logins are as follows:

" } ] } }, "required": [ "IdentityPoolId" ], "description": "Input to the GetId 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-id-input-schema.json", "title": "GetIdInput" }