@pulumi/aws
Version:
A Pulumi package for creating and managing Amazon Web Services (AWS) cloud resources.
13 lines (12 loc) • 992 B
TypeScript
export { ChannelArgs, ChannelState } from "./channel";
export type Channel = import("./channel").Channel;
export declare const Channel: typeof import("./channel").Channel;
export { GetStreamKeyArgs, GetStreamKeyResult, GetStreamKeyOutputArgs } from "./getStreamKey";
export declare const getStreamKey: typeof import("./getStreamKey").getStreamKey;
export declare const getStreamKeyOutput: typeof import("./getStreamKey").getStreamKeyOutput;
export { PlaybackKeyPairArgs, PlaybackKeyPairState } from "./playbackKeyPair";
export type PlaybackKeyPair = import("./playbackKeyPair").PlaybackKeyPair;
export declare const PlaybackKeyPair: typeof import("./playbackKeyPair").PlaybackKeyPair;
export { RecordingConfigurationArgs, RecordingConfigurationState } from "./recordingConfiguration";
export type RecordingConfiguration = import("./recordingConfiguration").RecordingConfiguration;
export declare const RecordingConfiguration: typeof import("./recordingConfiguration").RecordingConfiguration;