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

ValidStorageOptions

import type { ValidStorageOptions } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/neptune.ts";
interface ValidStorageOptions {
IopsToStorageRatio: DoubleRange[];
ProvisionedIops: Range[];
StorageSize: Range[];
StorageType?: string | null;
}

§Properties

§
IopsToStorageRatio: DoubleRange[]
[src]
§
ProvisionedIops: Range[]
[src]
§
StorageSize: Range[]
[src]
§
StorageType?: string | null
[src]