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

ExperimentState

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

Describes the state of an experiment.

interface ExperimentState {
reason?: string | null;
status?: ExperimentStatus | null;
}

§Properties

§
reason?: string | null
[src]

The reason for the state.

§
status?: ExperimentStatus | null
[src]

The state of the experiment.