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

DescribeNodeAssociationStatusRequest

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

§Properties

§
NodeAssociationStatusToken: string
[src]

The token returned in either the AssociateNodeResponse or the DisassociateNodeResponse.

§
ServerName: string
[src]

The name of the server from which to disassociate the node.