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.deno.dev/v0.3/services/ec2.ts?docs=full";

Describes a Reserved Instance.

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]

The Availability Zone in which the Reserved Instance can be used.

§
CurrencyCode?: CurrencyCodeValues | null
[src]

The currency of the Reserved Instance. It's specified using ISO 4217 standard currency codes. At this time, the only supported currency is USD.

§
Duration?: number | null
[src]

The duration of the Reserved Instance, in seconds.

§
End?: Date | number | null
[src]

The time when the Reserved Instance expires.

§
FixedPrice?: number | null
[src]

The purchase price of the Reserved Instance.

§
InstanceCount?: number | null
[src]

The number of reservations purchased.

§
InstanceTenancy?: Tenancy | null
[src]

The tenancy of the instance.

§
InstanceType?: InstanceType | null
[src]

The instance type on which the Reserved Instance can be used.

§
OfferingClass?: OfferingClassType | null
[src]

The offering class of the Reserved Instance.

§
OfferingType?: OfferingTypeValues | null
[src]

The Reserved Instance offering type.

§
ProductDescription?: RIProductDescription | null
[src]

The Reserved Instance product platform description.

§
RecurringCharges: RecurringCharge[]
[src]

The recurring charge tag assigned to the resource.

§
ReservedInstancesId?: string | null
[src]

The ID of the Reserved Instance.

§
Scope?: scope | null
[src]

The scope of the Reserved Instance.

§
Start?: Date | number | null
[src]

The date and time the Reserved Instance started.

§

The state of the Reserved Instance purchase.

§
Tags: Tag[]
[src]

Any tags assigned to the resource.

§
UsagePrice?: number | null
[src]

The usage price of the Reserved Instance, per hour.