Amazon Connect · JSON Structure

List Instances Response Structure

ListInstancesResponse schema from Amazon Connect Service API

Type: object Properties: 2
ChatContact CenterCustomer ServiceVoiceAIOmnichannel

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

Properties

InstanceSummaryList NextToken

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-connect/refs/heads/main/json-structure/list-instances-response-structure.json",
  "name": "ListInstancesResponse",
  "description": "ListInstancesResponse schema from Amazon Connect Service API",
  "type": "object",
  "properties": {
    "InstanceSummaryList": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/InstanceSummary"
      }
    },
    "NextToken": {
      "type": "string",
      "description": "If there are additional results, this is the token for the next set."
    }
  }
}