Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

DescribeIndexResponse

import type { DescribeIndexResponse } from "https://aws-api.deno.dev/v0.3/services/iot.ts?docs=full";
interface DescribeIndexResponse {
indexName?: string | null;
indexStatus?: IndexStatus | null;
schema?: string | null;
}

§Properties

§
indexName?: string | null
[src]

The index name.

§
indexStatus?: IndexStatus | null
[src]

The index status.

§
schema?: string | null
[src]

Contains a value that specifies the type of indexing performed. Valid values are:

  • REGISTRY – Your thing index contains only registry data.
  • REGISTRY_AND_SHADOW - Your thing index contains registry data and shadow data.
  • REGISTRY_AND_CONNECTIVITY_STATUS - Your thing index contains registry data and thing connectivity status data.
  • REGISTRY_AND_SHADOW_AND_CONNECTIVITY_STATUS - Your thing index contains registry data, shadow data, and thing connectivity status data.
  • MULTI_INDEXING_MODE - Your thing index contains multiple data sources. For more information, see GetIndexingConfiguration.