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

DescribeAccountLimitsInput

import type { DescribeAccountLimitsInput } from "https://aws-api.deno.dev/v0.3/services/elb.ts?docs=full";
interface DescribeAccountLimitsInput {
Marker?: string | null;
PageSize?: number | null;
}

§Properties

§
Marker?: string | null
[src]

The marker for the next set of results. (You received this marker from a previous call.)

§
PageSize?: number | null
[src]

The maximum number of results to return with this call.