@aws-sdk/client-ec2

CreateFleetCommandOutput Interface

The output of CreateFleetCommand.

Members

Name
Type
Details
$metadata RequiredResponseMetadata
Metadata pertaining to this request.
Errors CreateFleetError[] | undefined

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

FleetId string | undefined

The ID of the EC2 Fleet.

Instances CreateFleetInstance[] | undefined

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

Full Signature

export interface CreateFleetCommandOutput extends CreateFleetResult, MetadataBearer