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

DescribeMitigationActionResponse

import type { DescribeMitigationActionResponse } from "https://aws-api.deno.dev/v0.3/services/iot.ts?docs=full";
interface DescribeMitigationActionResponse {
actionArn?: string | null;
actionId?: string | null;
actionName?: string | null;
actionParams?: MitigationActionParams | null;
actionType?: MitigationActionType | null;
creationDate?: Date | number | null;
lastModifiedDate?: Date | number | null;
roleArn?: string | null;
}

§Properties

§
actionArn?: string | null
[src]

The ARN that identifies this migration action.

§
actionId?: string | null
[src]

A unique identifier for this action.

§
actionName?: string | null
[src]

The friendly name that uniquely identifies the mitigation action.

§
actionParams?: MitigationActionParams | null
[src]

Parameters that control how the mitigation action is applied, specific to the type of mitigation action.

§
actionType?: MitigationActionType | null
[src]

The type of mitigation action.

§
creationDate?: Date | number | null
[src]

The date and time when the mitigation action was added to your Amazon Web Services accounts.

§
lastModifiedDate?: Date | number | null
[src]

The date and time when the mitigation action was last changed.

§
roleArn?: string | null
[src]

The ARN of the IAM role used to apply this action.