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

BatchCreateVehicleResponse

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

§Properties

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

A list of information about creation errors, or an empty list if there aren't any errors.

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

A list of information about a batch of created vehicles. For more information, see the API data type.