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

InstanceTypeDetails

import type { InstanceTypeDetails } from "https://aws-api.deno.dev/v0.3/services/opensearch.ts?docs=full";
interface InstanceTypeDetails {
AdvancedSecurityEnabled?: boolean | null;
AppLogsEnabled?: boolean | null;
CognitoEnabled?: boolean | null;
EncryptionEnabled?: boolean | null;
InstanceRole?: string[] | null;
InstanceType?: OpenSearchPartitionInstanceType | null;
WarmEnabled?: boolean | null;
}

§Properties

§
AdvancedSecurityEnabled?: boolean | null
[src]
§
AppLogsEnabled?: boolean | null
[src]
§
CognitoEnabled?: boolean | null
[src]
§
EncryptionEnabled?: boolean | null
[src]
§
InstanceRole?: string[] | null
[src]
§
WarmEnabled?: boolean | null
[src]