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

DeleteFleetResponse

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

§Properties

§
arn?: string | null
[src]

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

§
id?: string | null
[src]

The ID of the deleted fleet.