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

UpdateMitigationActionRequest

import type { UpdateMitigationActionRequest } from "https://aws-api.deno.dev/v0.3/services/iot.ts?docs=full";
interface UpdateMitigationActionRequest {
actionName: string;
actionParams?: MitigationActionParams | null;
roleArn?: string | null;
}

§Properties

§
actionName: string
[src]

The friendly name for the mitigation action. You cannot change the name by using UpdateMitigationAction. Instead, you must delete and recreate the mitigation action with the new name.

§
actionParams?: MitigationActionParams | null
[src]

Defines the type of action and the parameters for that action.

§
roleArn?: string | null
[src]

The ARN of the IAM role that is used to apply the mitigation action.