UNPKG

@pulumi/aws

Version:

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

10 lines (9 loc) 705 B
export { ApplicationArgs, ApplicationState } from "./application"; export type Application = import("./application").Application; export declare const Application: typeof import("./application").Application; export { DeploymentConfigArgs, DeploymentConfigState } from "./deploymentConfig"; export type DeploymentConfig = import("./deploymentConfig").DeploymentConfig; export declare const DeploymentConfig: typeof import("./deploymentConfig").DeploymentConfig; export { DeploymentGroupArgs, DeploymentGroupState } from "./deploymentGroup"; export type DeploymentGroup = import("./deploymentGroup").DeploymentGroup; export declare const DeploymentGroup: typeof import("./deploymentGroup").DeploymentGroup;