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

ListCreatedArtifactsResult

import type { ListCreatedArtifactsResult } from "https://aws-api.deno.dev/v0.4/services/migrationhub.ts?docs=full";
interface ListCreatedArtifactsResult {
CreatedArtifactList?: CreatedArtifact[] | null;
NextToken?: string | null;
}

§Properties

§
CreatedArtifactList?: CreatedArtifact[] | null
[src]

List of created artifacts up to the maximum number of results specified in the request.

§
NextToken?: string | null
[src]

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