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

ListManagedResourcesRequest

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

§Properties

§
maxResults?: number | null
[src]

The number of objects that you want to return with this call.

§
nextToken?: string | null
[src]

Specifies that you want to receive the next page of results. Valid only if you received a NextToken response in the previous request. If you did, it indicates that more output is available. Set this parameter to the value provided by the previous call's NextToken response to request the next page of results.