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

DisassociateNodeRequest

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

§Properties

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

Engine attributes that are used for disassociating the node. No attributes are required for Puppet.

Attributes required in a DisassociateNode request for Chef

  • CHEF_ORGANIZATION: The Chef organization with which the node was associated. By default only one organization named default can exist.
§
NodeName: string
[src]

The name of the client node.

§
ServerName: string
[src]

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