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

AssociateNodeResponse

import type { AssociateNodeResponse } from "https://aws-api.deno.dev/v0.3/services/opsworkscm.ts?docs=full";
interface AssociateNodeResponse {
NodeAssociationStatusToken?: string | null;
}

§Properties

§
NodeAssociationStatusToken?: string | null
[src]

Contains a token which can be passed to the DescribeNodeAssociationStatus API call to get the status of the association request.