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

UpdateFailoverConfig

import type { UpdateFailoverConfig } from "https://aws-api-16vtt531a2w0.deno.dev/v0.2/services/mediaconnect.ts";
interface UpdateFailoverConfig {
FailoverMode?: FailoverMode | null;
RecoveryWindow?: number | null;
SourcePriority?: SourcePriority | null;
State?: State | null;
}

§Properties

§
FailoverMode?: FailoverMode | null
[src]
§
RecoveryWindow?: number | null
[src]
§
SourcePriority?: SourcePriority | null
[src]
§
State?: State | null
[src]