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

RemediationExecutionStatus

import type { RemediationExecutionStatus } from "https://aws-api.deno.dev/v0.4/services/configservice.ts?docs=full";

Provides details of the current status of the invoked remediation action for that resource.

interface RemediationExecutionStatus {
InvocationTime?: Date | number | null;
LastUpdatedTime?: Date | number | null;
ResourceKey?: ResourceKey | null;
StepDetails?: RemediationExecutionStep[] | null;
}

§Properties

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

Start time when the remediation was executed.

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

The time when the remediation execution was last updated.

§
ResourceKey?: ResourceKey | null
[src]
§

ENUM of the values.

§
StepDetails?: RemediationExecutionStep[] | null
[src]

Details of every step.