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

UpdateMitigationActionResponse

import type { UpdateMitigationActionResponse } from "https://aws-api.deno.dev/v0.3/services/iot.ts?docs=full";
interface UpdateMitigationActionResponse {
actionArn?: string | null;
actionId?: string | null;
}

§Properties

§
actionArn?: string | null
[src]

The ARN for the new mitigation action.

§
actionId?: string | null
[src]

A unique identifier for the mitigation action.