Amazon Cognito · JSON Structure

User Pools Admin List Devices Response Structure

Lists the device's response, as an administrator.

Type: object Properties: 2
AuthenticationIdentityOAuthOIDCSAMLUser ManagementFederated Identity

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

Properties

Devices PaginationToken

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-cognito/refs/heads/main/json-structure/user-pools-admin-list-devices-response-structure.json",
  "name": "AdminListDevicesResponse",
  "description": "Lists the device's response, as an administrator.",
  "type": "object",
  "properties": {
    "Devices": {
      "allOf": [
        {
          "$ref": "#/components/schemas/DeviceListType"
        },
        {
          "description": "The devices in the list of devices response."
        }
      ]
    },
    "PaginationToken": {
      "allOf": [
        {
          "$ref": "#/components/schemas/SearchPaginationTokenType"
        },
        {
          "description": "The pagination token."
        }
      ]
    }
  }
}