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

CreateCapacityReservationRequest

import type { CreateCapacityReservationRequest } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/ec2.ts";
interface CreateCapacityReservationRequest {
AvailabilityZone?: string | null;
AvailabilityZoneId?: string | null;
ClientToken?: string | null;
DryRun?: boolean | null;
EbsOptimized?: boolean | null;
EndDate?: Date | number | null;
EndDateType?: EndDateType | null;
EphemeralStorage?: boolean | null;
InstanceCount: number;
InstanceMatchCriteria?: InstanceMatchCriteria | null;
InstanceType: string;
OutpostArn?: string | null;
TagSpecifications?: TagSpecification[] | null;
Tenancy?: CapacityReservationTenancy | null;
}

§Properties

§
AvailabilityZone?: string | null
[src]
§
AvailabilityZoneId?: string | null
[src]
§
ClientToken?: string | null
[src]
§
DryRun?: boolean | null
[src]
§
EbsOptimized?: boolean | null
[src]
§
EndDate?: Date | number | null
[src]
§
EndDateType?: EndDateType | null
[src]
§
EphemeralStorage?: boolean | null
[src]
§
InstanceCount: number
[src]
§
InstanceMatchCriteria?: InstanceMatchCriteria | null
[src]
§
InstanceType: string
[src]
§
OutpostArn?: string | null
[src]
§
TagSpecifications?: TagSpecification[] | null
[src]