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

ListDiscoveredResourcesResult

import type { ListDiscoveredResourcesResult } from "https://aws-api.deno.dev/v0.3/services/migrationhub.ts?docs=full";
interface ListDiscoveredResourcesResult {
DiscoveredResourceList?: DiscoveredResource[] | null;
NextToken?: string | null;
}

§Properties

§
DiscoveredResourceList?: DiscoveredResource[] | null
[src]

Returned list of discovered resources associated with the given MigrationTask.

§
NextToken?: string | null
[src]

If there are more discovered resources than the max result, return the next token to be passed to the next call as a bookmark of where to start from.