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

BatchUpdateVehicleResponse

import type { BatchUpdateVehicleResponse } from "https://aws-api.deno.dev/v0.4/services/iotfleetwise.ts?docs=full";
interface BatchUpdateVehicleResponse {
errors?: UpdateVehicleError[] | null;
vehicles?: UpdateVehicleResponseItem[] | null;
}

§Properties

§
errors?: UpdateVehicleError[] | null
[src]

A list of information about errors returned while updating a batch of vehicles, or, if there aren't any errors, an empty list.

§
vehicles?: UpdateVehicleResponseItem[] | null
[src]

A list of information about the batch of updated vehicles.

Note: This list contains only unique IDs for the vehicles that were updated.