Amazon CloudSearch · Schema

Amazon CloudSearch Domain

Represents an Amazon CloudSearch domain with its configuration, index fields, and service endpoints.

CloudSearchSearchFull-Text SearchManaged

Properties

Name Type Description
domainId string An internally generated unique identifier for a domain.
domainName string A string that represents the name of a domain.
arn string The Amazon Resource Name (ARN) of the search domain.
created boolean True if the search domain is created.
deleted boolean True if the search domain has been deleted.
processing boolean True if processing is being done to activate the current domain configuration.
requiresIndexDocuments boolean True if IndexDocuments needs to be called to activate the current domain configuration.
searchInstanceCount integer The number of search instances that are available to process search requests.
searchInstanceType string The instance type that is being used to process search requests.
docService object The service endpoint for updating documents in a search domain.
searchService object The service endpoint for requesting search results from a search domain.
View JSON Schema on GitHub

JSON Schema

amazon-cloudsearch-domain-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://api-evangelist.com/schemas/amazon/cloudsearch/domain.json",
  "title": "Amazon CloudSearch Domain",
  "description": "Represents an Amazon CloudSearch domain with its configuration, index fields, and service endpoints.",
  "type": "object",
  "required": ["domainName"],
  "properties": {
    "domainId": {
      "type": "string",
      "description": "An internally generated unique identifier for a domain."
    },
    "domainName": {
      "type": "string",
      "description": "A string that represents the name of a domain.",
      "minLength": 3,
      "maxLength": 28,
      "pattern": "^[a-z][a-z0-9-]+$"
    },
    "arn": {
      "type": "string",
      "description": "The Amazon Resource Name (ARN) of the search domain.",
      "pattern": "^arn:aws:cloudsearch:[a-z0-9-]+:[0-9]{12}:domain/.+$"
    },
    "created": {
      "type": "boolean",
      "description": "True if the search domain is created."
    },
    "deleted": {
      "type": "boolean",
      "description": "True if the search domain has been deleted."
    },
    "processing": {
      "type": "boolean",
      "description": "True if processing is being done to activate the current domain configuration."
    },
    "requiresIndexDocuments": {
      "type": "boolean",
      "description": "True if IndexDocuments needs to be called to activate the current domain configuration."
    },
    "searchInstanceCount": {
      "type": "integer",
      "description": "The number of search instances that are available to process search requests."
    },
    "searchInstanceType": {
      "type": "string",
      "description": "The instance type that is being used to process search requests."
    },
    "docService": {
      "type": "object",
      "description": "The service endpoint for updating documents in a search domain.",
      "properties": {
        "endpoint": {
          "type": "string",
          "description": "The endpoint to which service requests can be submitted."
        }
      }
    },
    "searchService": {
      "type": "object",
      "description": "The service endpoint for requesting search results from a search domain.",
      "properties": {
        "endpoint": {
          "type": "string",
          "description": "The endpoint to which service requests can be submitted."
        }
      }
    }
  },
  "additionalProperties": false
}

Work with this as data

Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/amazon-cloudsearch-domain"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no email required.

A second provider on the same verified email joins the account you already have.