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

ComponentState

import type { ComponentState } from "https://aws-api.deno.dev/v0.3/services/imagebuilder.ts?docs=full";

A group of fields that describe the current status of components that are no longer active.

interface ComponentState {
reason?: string | null;
status?: ComponentStatus | null;
}

§Properties

§
reason?: string | null
[src]

Describes how or why the component changed state.

§
status?: ComponentStatus | null
[src]

The current state of the component.