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)

32 lines (31 loc) 2.11 kB
export { ExperimentArgs } from "./experiment"; export type Experiment = import("./experiment").Experiment; export declare const Experiment: typeof import("./experiment").Experiment; export { FeatureArgs } from "./feature"; export type Feature = import("./feature").Feature; export declare const Feature: typeof import("./feature").Feature; export { GetExperimentArgs, GetExperimentResult, GetExperimentOutputArgs } from "./getExperiment"; export declare const getExperiment: typeof import("./getExperiment").getExperiment; export declare const getExperimentOutput: typeof import("./getExperiment").getExperimentOutput; export { GetFeatureArgs, GetFeatureResult, GetFeatureOutputArgs } from "./getFeature"; export declare const getFeature: typeof import("./getFeature").getFeature; export declare const getFeatureOutput: typeof import("./getFeature").getFeatureOutput; export { GetLaunchArgs, GetLaunchResult, GetLaunchOutputArgs } from "./getLaunch"; export declare const getLaunch: typeof import("./getLaunch").getLaunch; export declare const getLaunchOutput: typeof import("./getLaunch").getLaunchOutput; export { GetProjectArgs, GetProjectResult, GetProjectOutputArgs } from "./getProject"; export declare const getProject: typeof import("./getProject").getProject; export declare const getProjectOutput: typeof import("./getProject").getProjectOutput; export { GetSegmentArgs, GetSegmentResult, GetSegmentOutputArgs } from "./getSegment"; export declare const getSegment: typeof import("./getSegment").getSegment; export declare const getSegmentOutput: typeof import("./getSegment").getSegmentOutput; export { LaunchArgs } from "./launch"; export type Launch = import("./launch").Launch; export declare const Launch: typeof import("./launch").Launch; export { ProjectArgs } from "./project"; export type Project = import("./project").Project; export declare const Project: typeof import("./project").Project; export { SegmentArgs } from "./segment"; export type Segment = import("./segment").Segment; export declare const Segment: typeof import("./segment").Segment; export * from "../types/enums/evidently";