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

AdvancedOptionsStatus

import type { AdvancedOptionsStatus } from "https://aws-api.deno.dev/v0.3/services/opensearch.ts?docs=full";

Status of the advanced options for the specified domain. Currently, the following advanced options are available:

  • Option to allow references to indices in an HTTP request body. Must be false when configuring access to individual sub-resources. By default, the value is true. See Advanced cluster parameters for more information.
  • Option to specify the percentage of heap space allocated to field data. By default, this setting is unbounded.

For more information, see Advanced cluster parameters.

interface AdvancedOptionsStatus {
Options: {
[key: string]: string | null | undefined;
}
;
Status: OptionStatus;
}

§Properties

§
Options: {
[key: string]: string | null | undefined;
}
[src]

The status of advanced options for the specified domain.

§

The OptionStatus for advanced options for the specified domain.