Amazon Cognito · JSON Structure

Cognito Idp List Devices Response Structure

Represents the response to list devices.

Type: object Properties: 2
AuthenticationAuthorizationIdentityIdentity ProviderOAuth2OIDC

ListDevicesResponse 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 ↑
{
  "type": "object",
  "properties": {
    "Devices": {
      "allOf": [
        {
          "$ref": "#/components/schemas/DeviceListType"
        },
        {
          "description": "The devices returned in the list devices response."
        }
      ]
    },
    "PaginationToken": {
      "allOf": [
        {
          "$ref": "#/components/schemas/SearchPaginationTokenType"
        },
        {
          "description": "The pagination token for the list device response."
        }
      ]
    }
  },
  "description": "Represents the response to list devices.",
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/aws-cognito/refs/heads/main/json-structure/cognito-idp-list-devices-response-structure.json",
  "name": "ListDevicesResponse"
}