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

DescribeNodeAssociationStatusResponse

import type { DescribeNodeAssociationStatusResponse } from "https://aws-api.deno.dev/v0.3/services/opsworkscm.ts?docs=full";
interface DescribeNodeAssociationStatusResponse {
EngineAttributes?: EngineAttribute[] | null;
NodeAssociationStatus?: NodeAssociationStatus | null;
}

§Properties

§
EngineAttributes?: EngineAttribute[] | null
[src]

Attributes specific to the node association. In Puppet, the attibute PUPPET_NODE_CERT contains the signed certificate (the result of the CSR).

§
NodeAssociationStatus?: NodeAssociationStatus | null
[src]

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.