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

ListManagedResourcesResponse

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

§Properties

§

The items in the response list.

§
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.