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.4/services/es.ts?docs=full";

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

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

§Properties

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

List of limits that are applicable for given storage type.

§
StorageTypeName?: string | null
[src]