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

ListArtifactsResult

import type { ListArtifactsResult } from "https://aws-api.deno.dev/v0.4/services/amplify.ts?docs=full";

The result structure for the list artifacts request.

interface ListArtifactsResult {
artifacts: Artifact[];
nextToken?: string | null;
}

§Properties

§
artifacts: Artifact[]
[src]

A list of artifacts.

§
nextToken?: string | null
[src]

A pagination token. If a non-null pagination token is returned in a result, pass its value in another request to retrieve more entries.