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

UpdateFleetResponse

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

§Properties

§
arn?: string | null
[src]

The Amazon Resource Name (ARN) of the updated fleet.

§
id?: string | null
[src]

The ID of the updated fleet.