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

DescribeSourceServersRequest

import type { DescribeSourceServersRequest } from "https://aws-api.deno.dev/v0.4/services/drs.ts?docs=full";
interface DescribeSourceServersRequest {
maxResults?: number | null;
nextToken?: string | null;
}

§Properties

§

A set of filters by which to return Source Servers.

§
maxResults?: number | null
[src]

Maximum number of Source Servers to retrieve.

§
nextToken?: string | null
[src]

The token of the next Source Server to retrieve.