UNPKG

@pulumi/aws

Version:

A Pulumi package for creating and managing Amazon Web Services (AWS) cloud resources.

22 lines (21 loc) 1.86 kB
export { ApplicationArgs, ApplicationState } from "./application"; export type Application = import("./application").Application; export declare const Application: typeof import("./application").Application; export { ApplicationVersionArgs, ApplicationVersionState } from "./applicationVersion"; export type ApplicationVersion = import("./applicationVersion").ApplicationVersion; export declare const ApplicationVersion: typeof import("./applicationVersion").ApplicationVersion; export { ConfigurationTemplateArgs, ConfigurationTemplateState } from "./configurationTemplate"; export type ConfigurationTemplate = import("./configurationTemplate").ConfigurationTemplate; export declare const ConfigurationTemplate: typeof import("./configurationTemplate").ConfigurationTemplate; export { EnvironmentArgs, EnvironmentState } 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 { GetHostedZoneArgs, GetHostedZoneResult, GetHostedZoneOutputArgs } from "./getHostedZone"; export declare const getHostedZone: typeof import("./getHostedZone").getHostedZone; export declare const getHostedZoneOutput: typeof import("./getHostedZone").getHostedZoneOutput; export { GetSolutionStackArgs, GetSolutionStackResult, GetSolutionStackOutputArgs } from "./getSolutionStack"; export declare const getSolutionStack: typeof import("./getSolutionStack").getSolutionStack; export declare const getSolutionStackOutput: typeof import("./getSolutionStack").getSolutionStackOutput;