@pulumi/aws-native
Version:
The Pulumi AWS Cloud Control Provider enables you to build, deploy, and manage [any AWS resource that's supported by the AWS Cloud Control API](https://github.com/pulumi/pulumi-aws-native/blob/master/provider/cmd/pulumi-gen-aws-native/supported-types.txt)
38 lines (37 loc) • 3.06 kB
TypeScript
export { ChannelArgs } from "./channel";
export type Channel = import("./channel").Channel;
export declare const Channel: typeof import("./channel").Channel;
export { ChannelPolicyArgs } from "./channelPolicy";
export type ChannelPolicy = import("./channelPolicy").ChannelPolicy;
export declare const ChannelPolicy: typeof import("./channelPolicy").ChannelPolicy;
export { GetChannelArgs, GetChannelResult, GetChannelOutputArgs } from "./getChannel";
export declare const getChannel: typeof import("./getChannel").getChannel;
export declare const getChannelOutput: typeof import("./getChannel").getChannelOutput;
export { GetChannelPolicyArgs, GetChannelPolicyResult, GetChannelPolicyOutputArgs } from "./getChannelPolicy";
export declare const getChannelPolicy: typeof import("./getChannelPolicy").getChannelPolicy;
export declare const getChannelPolicyOutput: typeof import("./getChannelPolicy").getChannelPolicyOutput;
export { GetLiveSourceArgs, GetLiveSourceResult, GetLiveSourceOutputArgs } from "./getLiveSource";
export declare const getLiveSource: typeof import("./getLiveSource").getLiveSource;
export declare const getLiveSourceOutput: typeof import("./getLiveSource").getLiveSourceOutput;
export { GetPlaybackConfigurationArgs, GetPlaybackConfigurationResult, GetPlaybackConfigurationOutputArgs } from "./getPlaybackConfiguration";
export declare const getPlaybackConfiguration: typeof import("./getPlaybackConfiguration").getPlaybackConfiguration;
export declare const getPlaybackConfigurationOutput: typeof import("./getPlaybackConfiguration").getPlaybackConfigurationOutput;
export { GetSourceLocationArgs, GetSourceLocationResult, GetSourceLocationOutputArgs } from "./getSourceLocation";
export declare const getSourceLocation: typeof import("./getSourceLocation").getSourceLocation;
export declare const getSourceLocationOutput: typeof import("./getSourceLocation").getSourceLocationOutput;
export { GetVodSourceArgs, GetVodSourceResult, GetVodSourceOutputArgs } from "./getVodSource";
export declare const getVodSource: typeof import("./getVodSource").getVodSource;
export declare const getVodSourceOutput: typeof import("./getVodSource").getVodSourceOutput;
export { LiveSourceArgs } from "./liveSource";
export type LiveSource = import("./liveSource").LiveSource;
export declare const LiveSource: typeof import("./liveSource").LiveSource;
export { PlaybackConfigurationArgs } from "./playbackConfiguration";
export type PlaybackConfiguration = import("./playbackConfiguration").PlaybackConfiguration;
export declare const PlaybackConfiguration: typeof import("./playbackConfiguration").PlaybackConfiguration;
export { SourceLocationArgs } from "./sourceLocation";
export type SourceLocation = import("./sourceLocation").SourceLocation;
export declare const SourceLocation: typeof import("./sourceLocation").SourceLocation;
export { VodSourceArgs } from "./vodSource";
export type VodSource = import("./vodSource").VodSource;
export declare const VodSource: typeof import("./vodSource").VodSource;
export * from "../types/enums/mediatailor";