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

NodeAssociationStatus

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

The status of the association or disassociation request.

Possible values:

  • SUCCESS: The association or disassociation succeeded.
  • FAILED: The association or disassociation failed.
  • IN_PROGRESS: The association or disassociation is still in progress.
type NodeAssociationStatus =
| "SUCCESS"
| "FAILED"
| "IN_PROGRESS"

§Type

§
"SUCCESS" | "FAILED" | "IN_PROGRESS" | cmnP.UnexpectedEnumValue
[src]