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

Fleet

import type { Fleet } from "https://aws-api.deno.dev/v0.3/services/robomaker.ts?docs=full";

Information about a fleet.

interface Fleet {
arn?: string | null;
createdAt?: Date | number | null;
lastDeploymentJob?: string | null;
lastDeploymentStatus?: DeploymentStatus | null;
lastDeploymentTime?: Date | number | null;
name?: string | null;
}

§Properties

§
arn?: string | null
[src]

The Amazon Resource Name (ARN) of the fleet.

§
createdAt?: Date | number | null
[src]

The time, in milliseconds since the epoch, when the fleet was created.

§
lastDeploymentJob?: string | null
[src]

The Amazon Resource Name (ARN) of the last deployment job.

§
lastDeploymentStatus?: DeploymentStatus | null
[src]

The status of the last fleet deployment.

§
lastDeploymentTime?: Date | number | null
[src]

The time of the last deployment.

§
name?: string | null
[src]

The name of the fleet.