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-gyr5wj9zj0fg.deno.dev/v0.2/services/medialive.ts";
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]
§
InputDevices?: InputDeviceSettings[] | null
[src]
§
InputSecurityGroups?: string[] | null
[src]
§
MediaConnectFlows?: MediaConnectFlowRequest[] | null
[src]
§
Name?: string | null
[src]
§
RequestId?: string | null
[src]
§
RoleArn?: string | null
[src]
§
Sources?: InputSourceRequest[] | null
[src]
§
Tags?: {
[key: string]: string | null | undefined;
}
| null
[src]
§
Type?: InputType | null
[src]