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

CreateHarvestJobResponse

import type { CreateHarvestJobResponse } from "https://aws-api.deno.dev/v0.4/services/mediapackage.ts?docs=full";
interface CreateHarvestJobResponse {
Arn?: string | null;
ChannelId?: string | null;
CreatedAt?: string | null;
EndTime?: string | null;
Id?: string | null;
OriginEndpointId?: string | null;
S3Destination?: S3Destination | null;
StartTime?: string | null;
Status?: Status | null;
}

§Properties

§
Arn?: string | null
[src]

The Amazon Resource Name (ARN) assigned to the HarvestJob.

§
ChannelId?: string | null
[src]

The ID of the Channel that the HarvestJob will harvest from.

§
CreatedAt?: string | null
[src]

The time the HarvestJob was submitted

§
EndTime?: string | null
[src]

The end of the time-window which will be harvested.

§
Id?: string | null
[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 | null
[src]

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

§
S3Destination?: S3Destination | null
[src]
§
StartTime?: string | null
[src]

The start of the time-window which will be harvested.

§
Status?: Status | null
[src]

The current status of the HarvestJob. Consider setting up a CloudWatch Event to listen for HarvestJobs as they succeed or fail. In the event of failure, the CloudWatch Event will include an explanation of why the HarvestJob failed.