@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)
25 lines (24 loc) • 1.99 kB
TypeScript
export { GetLaunchProfileArgs, GetLaunchProfileResult, GetLaunchProfileOutputArgs } from "./getLaunchProfile";
export declare const getLaunchProfile: typeof import("./getLaunchProfile").getLaunchProfile;
export declare const getLaunchProfileOutput: typeof import("./getLaunchProfile").getLaunchProfileOutput;
export { GetStreamingImageArgs, GetStreamingImageResult, GetStreamingImageOutputArgs } from "./getStreamingImage";
export declare const getStreamingImage: typeof import("./getStreamingImage").getStreamingImage;
export declare const getStreamingImageOutput: typeof import("./getStreamingImage").getStreamingImageOutput;
export { GetStudioArgs, GetStudioResult, GetStudioOutputArgs } from "./getStudio";
export declare const getStudio: typeof import("./getStudio").getStudio;
export declare const getStudioOutput: typeof import("./getStudio").getStudioOutput;
export { GetStudioComponentArgs, GetStudioComponentResult, GetStudioComponentOutputArgs } from "./getStudioComponent";
export declare const getStudioComponent: typeof import("./getStudioComponent").getStudioComponent;
export declare const getStudioComponentOutput: typeof import("./getStudioComponent").getStudioComponentOutput;
export { LaunchProfileArgs } from "./launchProfile";
export type LaunchProfile = import("./launchProfile").LaunchProfile;
export declare const LaunchProfile: typeof import("./launchProfile").LaunchProfile;
export { StreamingImageArgs } from "./streamingImage";
export type StreamingImage = import("./streamingImage").StreamingImage;
export declare const StreamingImage: typeof import("./streamingImage").StreamingImage;
export { StudioArgs } from "./studio";
export type Studio = import("./studio").Studio;
export declare const Studio: typeof import("./studio").Studio;
export { StudioComponentArgs } from "./studioComponent";
export type StudioComponent = import("./studioComponent").StudioComponent;
export declare const StudioComponent: typeof import("./studioComponent").StudioComponent;