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

ExperimentActionState

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

Describes the state of an action.

interface ExperimentActionState {
reason?: string | null;
status?: ExperimentActionStatus | null;
}

§Properties

§
reason?: string | null
[src]

The reason for the state.

§

The state of the action.