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

CreateInputRequest

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

The name of the input

interface CreateInputRequest {
Destinations?: InputDestinationRequest[] | null;
InputDevices?: InputDeviceSettings[] | null;
InputSecurityGroups?: string[] | null;
MediaConnectFlows?: MediaConnectFlowRequest[] | null;
Name?: string | null;
RequestId?: string | null;
RoleArn?: string | null;
Sources?: InputSourceRequest[] | null;
Tags?: {
[key: string]: string | null | undefined;
}
| null;
Type?: InputType | null;
Vpc?: InputVpcRequest | null;
}

§Properties

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

Destination settings for PUSH type inputs.

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

Settings for the devices.

§
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 Flows that you want to use in this 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.

§
RequestId?: string | null
[src]

Unique identifier of the request to ensure the request is handled exactly once in case of retries.

§
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.

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

A collection of key-value pairs.

§
Type?: InputType | null
[src]