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

ActionType

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

Returns information about the details of an action type.

interface ActionType {
actionConfigurationProperties?: ActionConfigurationProperty[] | null;
inputArtifactDetails: ArtifactDetails;
outputArtifactDetails: ArtifactDetails;
settings?: ActionTypeSettings | null;
}

§Properties

§
actionConfigurationProperties?: ActionConfigurationProperty[] | null
[src]

The configuration properties for the action type.

§

Represents information about an action type.

§
inputArtifactDetails: ArtifactDetails
[src]

The details of the input artifact for the action, such as its commit ID.

§
outputArtifactDetails: ArtifactDetails
[src]

The details of the output artifact of the action, such as its commit ID.

§
settings?: ActionTypeSettings | null
[src]

The settings for the action type.