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

DescribeServersRequest

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

§Properties

§
MaxResults?: number | null
[src]

This is not currently implemented for DescribeServers requests.

§
NextToken?: string | null
[src]

This is not currently implemented for DescribeServers requests.

§
ServerName?: string | null
[src]

Describes the server with the specified ServerName.