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

StorageType

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

StorageTypes represents the list of storage-related types and their attributes that are available for a given InstanceType.

interface StorageType {
StorageSubTypeName?: string | null;
StorageTypeLimits?: StorageTypeLimit[] | null;
StorageTypeName?: string | null;
}

§Properties

§
StorageSubTypeName?: string | null
[src]
§
StorageTypeLimits?: StorageTypeLimit[] | null
[src]

Limits that are applicable for the given storage type.

§
StorageTypeName?: string | null
[src]