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

ActivatePipelineInput

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

Contains the parameters for ActivatePipeline.

interface ActivatePipelineInput {
parameterValues?: ParameterValue[] | null;
pipelineId: string;
startTimestamp?: Date | number | null;
}

§Properties

§
parameterValues?: ParameterValue[] | null
[src]

A list of parameter values to pass to the pipeline at activation.

§
pipelineId: string
[src]

The ID of the pipeline.

§
startTimestamp?: Date | number | null
[src]

The date and time to resume the pipeline. By default, the pipeline resumes from the last completed execution.