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

ActionExecutionInput

import type { ActionExecutionInput } from "https://aws-api-16vtt531a2w0.deno.dev/v0.2/services/codepipeline.ts";
interface ActionExecutionInput {
actionTypeId?: ActionTypeId | null;
configuration?: {
[key: string]: string | null | undefined;
}
| null;
inputArtifacts?: ArtifactDetail[] | null;
namespace?: string | null;
region?: string | null;
resolvedConfiguration?: {
[key: string]: string | null | undefined;
}
| null;
roleArn?: string | null;
}

§Properties

§
actionTypeId?: ActionTypeId | null
[src]
§
configuration?: {
[key: string]: string | null | undefined;
}
| null
[src]
§
inputArtifacts?: ArtifactDetail[] | null
[src]
§
namespace?: string | null
[src]
§
region?: string | null
[src]
§
resolvedConfiguration?: {
[key: string]: string | null | undefined;
}
| null
[src]
§
roleArn?: string | null
[src]