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

StartMultiplexResponse

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

Placeholder documentation for StartMultiplexResponse

interface StartMultiplexResponse {
Arn?: string | null;
AvailabilityZones?: string[] | null;
Destinations?: MultiplexOutputDestination[] | null;
Id?: string | null;
MultiplexSettings?: MultiplexSettings | null;
Name?: string | null;
PipelinesRunningCount?: number | null;
ProgramCount?: number | null;
State?: MultiplexState | null;
Tags?: {
[key: string]: string | null | undefined;
}
| null;
}

§Properties

§
Arn?: string | null
[src]

The unique arn of the multiplex.

§
AvailabilityZones?: string[] | null
[src]

A list of availability zones for the multiplex.

§
Destinations?: MultiplexOutputDestination[] | null
[src]

A list of the multiplex output destinations.

§
Id?: string | null
[src]

The unique id of the multiplex.

§
MultiplexSettings?: MultiplexSettings | null
[src]

Configuration for a multiplex event.

§
Name?: string | null
[src]

The name of the multiplex.

§
PipelinesRunningCount?: number | null
[src]

The number of currently healthy pipelines.

§
ProgramCount?: number | null
[src]

The number of programs in the multiplex.

§
State?: MultiplexState | null
[src]

The current state of the multiplex.

§
Tags?: {
[key: string]: string | null | undefined;
}
| null
[src]

A collection of key-value pairs.