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

CreateFleetResult

import type { CreateFleetResult } from "https://aws-api.deno.dev/v0.3/services/ec2.ts?docs=full";
interface CreateFleetResult {
Errors: CreateFleetError[];
FleetId?: string | null;
Instances: CreateFleetInstance[];
}

§Properties

§

Information about the instances that could not be launched by the fleet. Supported only for fleets of type instant.

§
FleetId?: string | null
[src]

The ID of the EC2 Fleet.

§

Information about the instances that were launched by the fleet. Supported only for fleets of type instant.