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

SpotInstanceRequest

import type { SpotInstanceRequest } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/ec2.ts";
interface SpotInstanceRequest {
ActualBlockHourlyPrice?: string | null;
AvailabilityZoneGroup?: string | null;
BlockDurationMinutes?: number | null;
CreateTime?: Date | number | null;
Fault?: SpotInstanceStateFault | null;
InstanceId?: string | null;
InstanceInterruptionBehavior?: InstanceInterruptionBehavior | null;
LaunchedAvailabilityZone?: string | null;
LaunchGroup?: string | null;
LaunchSpecification?: LaunchSpecification | null;
ProductDescription?: RIProductDescription | null;
SpotInstanceRequestId?: string | null;
SpotPrice?: string | null;
State?: SpotInstanceState | null;
Status?: SpotInstanceStatus | null;
Tags: Tag[];
Type?: SpotInstanceType | null;
ValidFrom?: Date | number | null;
ValidUntil?: Date | number | null;
}

§Properties

§
ActualBlockHourlyPrice?: string | null
[src]
§
AvailabilityZoneGroup?: string | null
[src]
§
BlockDurationMinutes?: number | null
[src]
§
CreateTime?: Date | number | null
[src]
§
InstanceId?: string | null
[src]
§
InstanceInterruptionBehavior?: InstanceInterruptionBehavior | null
[src]
§
LaunchedAvailabilityZone?: string | null
[src]
§
LaunchGroup?: string | null
[src]
§
LaunchSpecification?: LaunchSpecification | null
[src]
§
ProductDescription?: RIProductDescription | null
[src]
§
SpotInstanceRequestId?: string | null
[src]
§
SpotPrice?: string | null
[src]
§
Tags: Tag[]
[src]
§
ValidFrom?: Date | number | null
[src]
§
ValidUntil?: Date | number | null
[src]