import { GetDASHStreamingSessionURLInput } from "./GetDASHStreamingSessionURLInput"; import { GetHLSStreamingSessionURLInput } from "./GetHLSStreamingSessionURLInput"; import { GetMediaForFragmentListInput } from "./GetMediaForFragmentListInput"; import { ListFragmentsInput } from "./ListFragmentsInput"; export declare type InputTypesUnion = GetDASHStreamingSessionURLInput | GetHLSStreamingSessionURLInput | GetMediaForFragmentListInput | ListFragmentsInput;