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

ReservedInstances

import type { ReservedInstances } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/ec2.ts";
interface ReservedInstances {
AvailabilityZone?: string | null;
CurrencyCode?: CurrencyCodeValues | null;
Duration?: number | null;
End?: Date | number | null;
FixedPrice?: number | null;
InstanceCount?: number | null;
InstanceTenancy?: Tenancy | null;
InstanceType?: InstanceType | null;
OfferingClass?: OfferingClassType | null;
OfferingType?: OfferingTypeValues | null;
ProductDescription?: RIProductDescription | null;
RecurringCharges: RecurringCharge[];
ReservedInstancesId?: string | null;
Scope?: scope | null;
Start?: Date | number | null;
State?: ReservedInstanceState | null;
Tags: Tag[];
UsagePrice?: number | null;
}

§Properties

§
AvailabilityZone?: string | null
[src]
§
CurrencyCode?: CurrencyCodeValues | null
[src]
§
Duration?: number | null
[src]
§
End?: Date | number | null
[src]
§
FixedPrice?: number | null
[src]
§
InstanceCount?: number | null
[src]
§
InstanceTenancy?: Tenancy | null
[src]
§
InstanceType?: InstanceType | null
[src]
§
OfferingClass?: OfferingClassType | null
[src]
§
OfferingType?: OfferingTypeValues | null
[src]
§
ProductDescription?: RIProductDescription | null
[src]
§
RecurringCharges: RecurringCharge[]
[src]
§
ReservedInstancesId?: string | null
[src]
§
Scope?: scope | null
[src]
§
Start?: Date | number | null
[src]
§
Tags: Tag[]
[src]
§
UsagePrice?: number | null
[src]