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

GetFleetResponse

import type { GetFleetResponse } from "https://aws-api.deno.dev/v0.4/services/iotfleetwise.ts?docs=full";
interface GetFleetResponse {
arn: string;
creationTime: Date | number;
description?: string | null;
id: string;
lastModificationTime: Date | number;
signalCatalogArn: string;
}

§Properties

§
arn: string
[src]

The Amazon Resource Name (ARN) of the fleet.

§
creationTime: Date | number
[src]

The time the fleet was created in seconds since epoch (January 1, 1970 at midnight UTC time).

§
description?: string | null
[src]

A brief description of the fleet.

§
id: string
[src]

The ID of the fleet.

§
lastModificationTime: Date | number
[src]

The time the fleet was last updated, in seconds since epoch (January 1, 1970 at midnight UTC time).

§
signalCatalogArn: string
[src]

The ARN of a signal catalog associated with the fleet.