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

OrderableReplicationInstance

import type { OrderableReplicationInstance } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/dms.ts";
interface OrderableReplicationInstance {
AvailabilityZones?: string[] | null;
DefaultAllocatedStorage?: number | null;
EngineVersion?: string | null;
IncludedAllocatedStorage?: number | null;
MaxAllocatedStorage?: number | null;
MinAllocatedStorage?: number | null;
ReleaseStatus?: ReleaseStatusValues | null;
ReplicationInstanceClass?: string | null;
StorageType?: string | null;
}

§Properties

§
AvailabilityZones?: string[] | null
[src]
§
DefaultAllocatedStorage?: number | null
[src]
§
EngineVersion?: string | null
[src]
§
IncludedAllocatedStorage?: number | null
[src]
§
MaxAllocatedStorage?: number | null
[src]
§
MinAllocatedStorage?: number | null
[src]
§
ReleaseStatus?: ReleaseStatusValues | null
[src]
§
ReplicationInstanceClass?: string | null
[src]
§
StorageType?: string | null
[src]