Amazon SimpleDB · JSON Structure

Amazon Simpledb List Domains Result Structure

ListDomainsResult schema from Amazon SimpleDB API

Type: object Properties: 2
Cloud StorageData StorageDatabaseNoSQL

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

Properties

DomainNames NextToken

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

JSON Structure

Raw ↑
{
  "type": "object",
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-simpledb/refs/heads/main/json-structure/amazon-simpledb-list-domains-result-structure.json",
  "name": "ListDomainsResult",
  "description": "ListDomainsResult schema from Amazon SimpleDB API",
  "properties": {
    "DomainNames": {
      "allOf": [
        {
          "$ref": "#/components/schemas/DomainNameList"
        },
        {
          "description": "A list of domain names that match the expression."
        }
      ]
    },
    "NextToken": {
      "allOf": [
        {
          "$ref": "#/components/schemas/String"
        },
        {
          "description": "An opaque token indicating that there are more domains than the specified <code>MaxNumberOfDomains</code> still available."
        }
      ]
    }
  }
}