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

UpdateInputRequest

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

A request to update an input.

interface UpdateInputRequest {
Destinations?: InputDestinationRequest[] | null;
InputDevices?: InputDeviceRequest[] | null;
InputId: string;
InputSecurityGroups?: string[] | null;
MediaConnectFlows?: MediaConnectFlowRequest[] | null;
Name?: string | null;
RoleArn?: string | null;
Sources?: InputSourceRequest[] | null;
}

§Properties

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

Destination settings for PUSH type inputs.

§
InputDevices?: InputDeviceRequest[] | null
[src]

Settings for the devices.

§
InputId: string
[src]

Unique ID of the input.

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

A list of security groups referenced by IDs to attach to the input.

§
MediaConnectFlows?: MediaConnectFlowRequest[] | null
[src]

A list of the MediaConnect Flow ARNs that you want to use as the source of the input. You can specify as few as one Flow and presently, as many as two. The only requirement is when you have more than one is that each Flow is in a separate Availability Zone as this ensures your EML input is redundant to AZ issues.

§
Name?: string | null
[src]

Name of the input.

§
RoleArn?: string | null
[src]

The Amazon Resource Name (ARN) of the role this input assumes during and after creation.

§
Sources?: InputSourceRequest[] | null
[src]

The source URLs for a PULL-type input. Every PULL type input needs exactly two source URLs for redundancy. Only specify sources for PULL type Inputs. Leave Destinations empty.