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

GetArtifactUrlResult

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

Returns the result structure for the get artifact request.

interface GetArtifactUrlResult {
artifactId: string;
artifactUrl: string;
}

§Properties

§
artifactId: string
[src]

The unique ID for an artifact.

§
artifactUrl: string
[src]

The presigned URL for the artifact.