@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) • 1.63 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 { 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 { 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";