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

CreateFleetRequest

import type { CreateFleetRequest } from "https://aws-api.deno.dev/v0.4/services/iotfleetwise.ts?docs=full";
interface CreateFleetRequest {
description?: string | null;
fleetId: string;
signalCatalogArn: string;
tags?: Tag[] | null;
}

§Properties

§
description?: string | null
[src]

A brief description of the fleet to create.

§
fleetId: string
[src]

The unique ID of the fleet to create.

§
signalCatalogArn: string
[src]

The Amazon Resource Name (ARN) of a signal catalog.

§
tags?: Tag[] | null
[src]

Metadata that can be used to manage the fleet.