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

AssociateVehicleFleetRequest

import type { AssociateVehicleFleetRequest } from "https://aws-api.deno.dev/v0.4/services/iotfleetwise.ts?docs=full";
interface AssociateVehicleFleetRequest {
fleetId: string;
vehicleName: string;
}

§Properties

§
fleetId: string
[src]

The ID of a fleet.

§
vehicleName: string
[src]

The unique ID of the vehicle to associate with the fleet.