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

ListDiscoveredResourcesRequest

import type { ListDiscoveredResourcesRequest } from "https://aws-api.deno.dev/v0.4/services/migrationhub.ts?docs=full";
interface ListDiscoveredResourcesRequest {
MaxResults?: number | null;
MigrationTaskName: string;
NextToken?: string | null;
ProgressUpdateStream: string;
}

§Properties

§
MaxResults?: number | null
[src]

The maximum number of results returned per page.

§
MigrationTaskName: string
[src]

The name of the MigrationTask. Do not store personal data in this field.

§
NextToken?: string | null
[src]

If a NextToken was returned by a previous call, there are more results available. To retrieve the next page of results, make the call again using the returned token in NextToken.

§
ProgressUpdateStream: string
[src]

The name of the ProgressUpdateStream.