UNPKG

@pulumi/aws

Version:

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

13 lines (12 loc) 679 B
export { FeatureArgs, FeatureState } from "./feature"; export type Feature = import("./feature").Feature; export declare const Feature: typeof import("./feature").Feature; export { LaunchArgs, LaunchState } from "./launch"; export type Launch = import("./launch").Launch; export declare const Launch: typeof import("./launch").Launch; export { ProjectArgs, ProjectState } from "./project"; export type Project = import("./project").Project; export declare const Project: typeof import("./project").Project; export { SegmentArgs, SegmentState } from "./segment"; export type Segment = import("./segment").Segment; export declare const Segment: typeof import("./segment").Segment;