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

InstanceTypeSpecification

import type { InstanceTypeSpecification } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/emr.ts";
interface InstanceTypeSpecification {
BidPrice?: string | null;
BidPriceAsPercentageOfOnDemandPrice?: number | null;
Configurations?: Configuration[] | null;
CustomAmiId?: string | null;
EbsBlockDevices?: EbsBlockDevice[] | null;
EbsOptimized?: boolean | null;
InstanceType?: string | null;
WeightedCapacity?: number | null;
}

§Properties

§
BidPrice?: string | null
[src]
§
BidPriceAsPercentageOfOnDemandPrice?: number | null
[src]
§
Configurations?: Configuration[] | null
[src]
§
CustomAmiId?: string | null
[src]
§
EbsBlockDevices?: EbsBlockDevice[] | null
[src]
§
EbsOptimized?: boolean | null
[src]
§
InstanceType?: string | null
[src]
§
WeightedCapacity?: number | null
[src]