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

ListCreatedArtifactsRequest

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

§Properties

§
MaxResults?: number | null
[src]

Maximum number of results to be returned per page.

§
MigrationTaskName: string
[src]

Unique identifier that references the migration task. 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.