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

StatusUpdateInterval

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

Specify how often MediaConvert sends STATUS_UPDATE events to Amazon CloudWatch Events. Set the interval, in seconds, between status updates. MediaConvert sends an update at this interval from the time the service begins processing your job to the time it completes the transcode or encounters an error.

type StatusUpdateInterval =
| "SECONDS_10"
| "SECONDS_12"
| "SECONDS_15"
| "SECONDS_20"
| "SECONDS_30"
| "SECONDS_60"
| "SECONDS_120"
| "SECONDS_180"
| "SECONDS_240"
| "SECONDS_300"
| "SECONDS_360"
| "SECONDS_420"
| "SECONDS_480"
| "SECONDS_540"
| "SECONDS_600"

§Type

§
"SECONDS_10" | "SECONDS_12" | "SECONDS_15" | "SECONDS_20" | "SECONDS_30" | "SECONDS_60" | "SECONDS_120" | "SECONDS_180" | "SECONDS_240" | "SECONDS_300" | "SECONDS_360" | "SECONDS_420" | "SECONDS_480" | "SECONDS_540" | "SECONDS_600" | cmnP.UnexpectedEnumValue
[src]