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

ListProgressUpdateStreamsResult

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

§Properties

§
NextToken?: string | null
[src]

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

§
ProgressUpdateStreamSummaryList?: ProgressUpdateStreamSummary[] | null
[src]

List of progress update streams up to the max number of results passed in the input.