@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)
20 lines (19 loc) • 2 kB
TypeScript
export { EnvironmentAccountConnectionArgs } from "./environmentAccountConnection";
export type EnvironmentAccountConnection = import("./environmentAccountConnection").EnvironmentAccountConnection;
export declare const EnvironmentAccountConnection: typeof import("./environmentAccountConnection").EnvironmentAccountConnection;
export { EnvironmentTemplateArgs } from "./environmentTemplate";
export type EnvironmentTemplate = import("./environmentTemplate").EnvironmentTemplate;
export declare const EnvironmentTemplate: typeof import("./environmentTemplate").EnvironmentTemplate;
export { GetEnvironmentAccountConnectionArgs, GetEnvironmentAccountConnectionResult, GetEnvironmentAccountConnectionOutputArgs } from "./getEnvironmentAccountConnection";
export declare const getEnvironmentAccountConnection: typeof import("./getEnvironmentAccountConnection").getEnvironmentAccountConnection;
export declare const getEnvironmentAccountConnectionOutput: typeof import("./getEnvironmentAccountConnection").getEnvironmentAccountConnectionOutput;
export { GetEnvironmentTemplateArgs, GetEnvironmentTemplateResult, GetEnvironmentTemplateOutputArgs } from "./getEnvironmentTemplate";
export declare const getEnvironmentTemplate: typeof import("./getEnvironmentTemplate").getEnvironmentTemplate;
export declare const getEnvironmentTemplateOutput: typeof import("./getEnvironmentTemplate").getEnvironmentTemplateOutput;
export { GetServiceTemplateArgs, GetServiceTemplateResult, GetServiceTemplateOutputArgs } from "./getServiceTemplate";
export declare const getServiceTemplate: typeof import("./getServiceTemplate").getServiceTemplate;
export declare const getServiceTemplateOutput: typeof import("./getServiceTemplate").getServiceTemplateOutput;
export { ServiceTemplateArgs } from "./serviceTemplate";
export type ServiceTemplate = import("./serviceTemplate").ServiceTemplate;
export declare const ServiceTemplate: typeof import("./serviceTemplate").ServiceTemplate;
export * from "../types/enums/proton";