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

ActionTypeArtifactDetails

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

Information about parameters for artifacts associated with the action type, such as the minimum and maximum artifacts allowed.

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

§Properties

§
maximumCount: number
[src]

The maximum number of artifacts that can be used with the actiontype. For example, you should specify a minimum and maximum of zero input artifacts for an action type with a category of source.

§
minimumCount: number
[src]

The minimum number of artifacts that can be used with the action type. For example, you should specify a minimum and maximum of zero input artifacts for an action type with a category of source.