import * as pulumi from "@pulumi/pulumi"; import * as outputs from "./types/output"; export declare function getStreamLiveInput(args: GetStreamLiveInputArgs, opts?: pulumi.InvokeOptions): Promise; /** * A collection of arguments for invoking getStreamLiveInput. */ export interface GetStreamLiveInputArgs { accountId: string; liveInputIdentifier: string; } /** * A collection of values returned by getStreamLiveInput. */ export interface GetStreamLiveInputResult { readonly accountId: string; readonly created: string; readonly deleteRecordingAfterDays: number; readonly enabled: boolean; /** * The provider-assigned unique ID for this managed resource. */ readonly id: string; readonly liveInputIdentifier: string; readonly meta: string; readonly modified: string; readonly recording: outputs.GetStreamLiveInputRecording; readonly rtmps: outputs.GetStreamLiveInputRtmps; readonly rtmpsPlayback: outputs.GetStreamLiveInputRtmpsPlayback; readonly srt: outputs.GetStreamLiveInputSrt; readonly srtPlayback: outputs.GetStreamLiveInputSrtPlayback; readonly status: string; readonly uid: string; readonly webRtc: outputs.GetStreamLiveInputWebRtc; readonly webRtcPlayback: outputs.GetStreamLiveInputWebRtcPlayback; } export declare function getStreamLiveInputOutput(args: GetStreamLiveInputOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output; /** * A collection of arguments for invoking getStreamLiveInput. */ export interface GetStreamLiveInputOutputArgs { accountId: pulumi.Input; liveInputIdentifier: pulumi.Input; } //# sourceMappingURL=getStreamLiveInput.d.ts.map