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

JobData

import type { JobData } from "https://aws-api-16vtt531a2w0.deno.dev/v0.2/services/codepipeline.ts";
interface JobData {
actionConfiguration?: ActionConfiguration | null;
actionTypeId?: ActionTypeId | null;
artifactCredentials?: AWSSessionCredentials | null;
continuationToken?: string | null;
encryptionKey?: EncryptionKey | null;
inputArtifacts?: Artifact[] | null;
outputArtifacts?: Artifact[] | null;
pipelineContext?: PipelineContext | null;
}

§Properties

§
actionConfiguration?: ActionConfiguration | null
[src]
§
actionTypeId?: ActionTypeId | null
[src]
§
artifactCredentials?: AWSSessionCredentials | null
[src]
§
continuationToken?: string | null
[src]
§
encryptionKey?: EncryptionKey | null
[src]
§
inputArtifacts?: Artifact[] | null
[src]
§
outputArtifacts?: Artifact[] | null
[src]
§
pipelineContext?: PipelineContext | null
[src]