@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) • 2.32 kB
TypeScript
export { ConfigArgs } from "./config";
export type Config = import("./config").Config;
export declare const Config: typeof import("./config").Config;
export { DataflowEndpointGroupArgs } from "./dataflowEndpointGroup";
export type DataflowEndpointGroup = import("./dataflowEndpointGroup").DataflowEndpointGroup;
export declare const DataflowEndpointGroup: typeof import("./dataflowEndpointGroup").DataflowEndpointGroup;
export { DataflowEndpointGroupV2Args } from "./dataflowEndpointGroupV2";
export type DataflowEndpointGroupV2 = import("./dataflowEndpointGroupV2").DataflowEndpointGroupV2;
export declare const DataflowEndpointGroupV2: typeof import("./dataflowEndpointGroupV2").DataflowEndpointGroupV2;
export { GetConfigArgs, GetConfigResult, GetConfigOutputArgs } from "./getConfig";
export declare const getConfig: typeof import("./getConfig").getConfig;
export declare const getConfigOutput: typeof import("./getConfig").getConfigOutput;
export { GetDataflowEndpointGroupArgs, GetDataflowEndpointGroupResult, GetDataflowEndpointGroupOutputArgs } from "./getDataflowEndpointGroup";
export declare const getDataflowEndpointGroup: typeof import("./getDataflowEndpointGroup").getDataflowEndpointGroup;
export declare const getDataflowEndpointGroupOutput: typeof import("./getDataflowEndpointGroup").getDataflowEndpointGroupOutput;
export { GetDataflowEndpointGroupV2Args, GetDataflowEndpointGroupV2Result, GetDataflowEndpointGroupV2OutputArgs } from "./getDataflowEndpointGroupV2";
export declare const getDataflowEndpointGroupV2: typeof import("./getDataflowEndpointGroupV2").getDataflowEndpointGroupV2;
export declare const getDataflowEndpointGroupV2Output: typeof import("./getDataflowEndpointGroupV2").getDataflowEndpointGroupV2Output;
export { GetMissionProfileArgs, GetMissionProfileResult, GetMissionProfileOutputArgs } from "./getMissionProfile";
export declare const getMissionProfile: typeof import("./getMissionProfile").getMissionProfile;
export declare const getMissionProfileOutput: typeof import("./getMissionProfile").getMissionProfileOutput;
export { MissionProfileArgs } from "./missionProfile";
export type MissionProfile = import("./missionProfile").MissionProfile;
export declare const MissionProfile: typeof import("./missionProfile").MissionProfile;
export * from "../types/enums/groundstation";