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

ArtifactDetails

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

Returns information about the details of an artifact.

interface ArtifactDetails {
maximumCount: number;
minimumCount: number;
}

§Properties

§
maximumCount: number
[src]

The maximum number of artifacts allowed for the action type.

§
minimumCount: number
[src]

The minimum number of artifacts allowed for the action type.