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

CreateHarvestJobRequest

import type { CreateHarvestJobRequest } from "https://aws-api.deno.dev/v0.4/services/mediapackage.ts?docs=full";

Configuration parameters used to create a new HarvestJob.

interface CreateHarvestJobRequest {
EndTime: string;
Id: string;
OriginEndpointId: string;
S3Destination: S3Destination;
StartTime: string;
}

§Properties

§
EndTime: string
[src]

The end of the time-window which will be harvested

§
Id: string
[src]

The ID of the HarvestJob. The ID must be unique within the region and it cannot be changed after the HarvestJob is submitted

§
OriginEndpointId: string
[src]

The ID of the OriginEndpoint that the HarvestJob will harvest from. This cannot be changed after the HarvestJob is submitted.

§
S3Destination: S3Destination
[src]
§
StartTime: string
[src]

The start of the time-window which will be harvested