{ "type": "object", "properties": { "UserPoolClient": { "allOf": [ { "$ref": "#/components/schemas/UserPoolClientType" }, { "description": "The user pool client value from the response from the server when you request to update the user pool client." } ] } }, "description": "Represents the response from the server to the request to update the user pool client.", "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/aws-cognito/refs/heads/main/json-structure/cognito-idp-update-user-pool-client-response-structure.json", "name": "UpdateUserPoolClientResponse" }