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

CreateVehicleResponse

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

§Properties

§
arn?: string | null
[src]

The ARN of the created vehicle.

§
thingArn?: string | null
[src]

The ARN of a created or validated Amazon Web Services IoT thing.

§
vehicleName?: string | null
[src]

The unique ID of the created vehicle.