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