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

DeleteCampaignResponse

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

§Properties

§
arn?: string | null
[src]

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

Note: The ARN isn’t returned if a campaign doesn’t exist.

§
name?: string | null
[src]

The name of the deleted campaign.