UNPKG

@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) 2.22 kB
export { ApplicationArgs } from "./application"; export type Application = import("./application").Application; export declare const Application: typeof import("./application").Application; export { ApplicationVersionArgs } from "./applicationVersion"; export type ApplicationVersion = import("./applicationVersion").ApplicationVersion; export declare const ApplicationVersion: typeof import("./applicationVersion").ApplicationVersion; export { ConfigurationTemplateArgs } from "./configurationTemplate"; export type ConfigurationTemplate = import("./configurationTemplate").ConfigurationTemplate; export declare const ConfigurationTemplate: typeof import("./configurationTemplate").ConfigurationTemplate; export { EnvironmentArgs } from "./environment"; export type Environment = import("./environment").Environment; export declare const Environment: typeof import("./environment").Environment; export { GetApplicationArgs, GetApplicationResult, GetApplicationOutputArgs } from "./getApplication"; export declare const getApplication: typeof import("./getApplication").getApplication; export declare const getApplicationOutput: typeof import("./getApplication").getApplicationOutput; export { GetApplicationVersionArgs, GetApplicationVersionResult, GetApplicationVersionOutputArgs } from "./getApplicationVersion"; export declare const getApplicationVersion: typeof import("./getApplicationVersion").getApplicationVersion; export declare const getApplicationVersionOutput: typeof import("./getApplicationVersion").getApplicationVersionOutput; export { GetConfigurationTemplateArgs, GetConfigurationTemplateResult, GetConfigurationTemplateOutputArgs } from "./getConfigurationTemplate"; export declare const getConfigurationTemplate: typeof import("./getConfigurationTemplate").getConfigurationTemplate; export declare const getConfigurationTemplateOutput: typeof import("./getConfigurationTemplate").getConfigurationTemplateOutput; export { GetEnvironmentArgs, GetEnvironmentResult, GetEnvironmentOutputArgs } from "./getEnvironment"; export declare const getEnvironment: typeof import("./getEnvironment").getEnvironment; export declare const getEnvironmentOutput: typeof import("./getEnvironment").getEnvironmentOutput;