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)

26 lines (25 loc) 1.78 kB
export { ApplicationArgs } from "./application"; export type Application = import("./application").Application; export declare const Application: typeof import("./application").Application; 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 { GetEnvironmentArgs, GetEnvironmentResult, GetEnvironmentOutputArgs } from "./getEnvironment"; export declare const getEnvironment: typeof import("./getEnvironment").getEnvironment; export declare const getEnvironmentOutput: typeof import("./getEnvironment").getEnvironmentOutput; export { GetRouteArgs, GetRouteResult, GetRouteOutputArgs } from "./getRoute"; export declare const getRoute: typeof import("./getRoute").getRoute; export declare const getRouteOutput: typeof import("./getRoute").getRouteOutput; export { GetServiceArgs, GetServiceResult, GetServiceOutputArgs } from "./getService"; export declare const getService: typeof import("./getService").getService; export declare const getServiceOutput: typeof import("./getService").getServiceOutput; export { RouteArgs } from "./route"; export type Route = import("./route").Route; export declare const Route: typeof import("./route").Route; export { ServiceArgs } from "./service"; export type Service = import("./service").Service; export declare const Service: typeof import("./service").Service; export * from "../types/enums/refactorspaces";