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

RequestSpotInstancesRequest

import type { RequestSpotInstancesRequest } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/ec2.ts";
interface RequestSpotInstancesRequest {
AvailabilityZoneGroup?: string | null;
BlockDurationMinutes?: number | null;
ClientToken?: string | null;
DryRun?: boolean | null;
InstanceCount?: number | null;
InstanceInterruptionBehavior?: InstanceInterruptionBehavior | null;
LaunchGroup?: string | null;
LaunchSpecification?: RequestSpotLaunchSpecification | null;
SpotPrice?: string | null;
TagSpecifications?: TagSpecification[] | null;
Type?: SpotInstanceType | null;
ValidFrom?: Date | number | null;
ValidUntil?: Date | number | null;
}

§Properties

§
AvailabilityZoneGroup?: string | null
[src]
§
BlockDurationMinutes?: number | null
[src]
§
ClientToken?: string | null
[src]
§
DryRun?: boolean | null
[src]
§
InstanceCount?: number | null
[src]
§
InstanceInterruptionBehavior?: InstanceInterruptionBehavior | null
[src]
§
LaunchGroup?: string | null
[src]
§
LaunchSpecification?: RequestSpotLaunchSpecification | null
[src]
§
SpotPrice?: string | null
[src]
§
TagSpecifications?: TagSpecification[] | null
[src]
§
ValidFrom?: Date | number | null
[src]
§
ValidUntil?: Date | number | null
[src]