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

ArtifactDetail

import type { ArtifactDetail } from "https://aws-api.deno.dev/v0.3/services/codepipeline.ts?docs=full";

Artifact details for the action execution, such as the artifact location.

interface ArtifactDetail {
name?: string | null;
s3location?: S3Location | null;
}

§Properties

§
name?: string | null
[src]

The artifact object name for the action execution.

§
s3location?: S3Location | null
[src]

The Amazon S3 artifact location for the action execution.