Amazon Cognito · JSON Structure

Cognito Idp Update User Pool Client Response Structure

Represents the response from the server to the request to update the user pool client.

Type: object Properties: 1
AuthenticationAuthorizationIdentityIdentity ProviderOAuth2OIDC

UpdateUserPoolClientResponse is a JSON Structure definition published by Amazon Cognito, describing 1 property. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

UserPoolClient

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "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"
}