@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)
13 lines (12 loc) • 1.01 kB
TypeScript
export { GetGraphArgs, GetGraphResult, GetGraphOutputArgs } from "./getGraph";
export declare const getGraph: typeof import("./getGraph").getGraph;
export declare const getGraphOutput: typeof import("./getGraph").getGraphOutput;
export { GetPrivateGraphEndpointArgs, GetPrivateGraphEndpointResult, GetPrivateGraphEndpointOutputArgs } from "./getPrivateGraphEndpoint";
export declare const getPrivateGraphEndpoint: typeof import("./getPrivateGraphEndpoint").getPrivateGraphEndpoint;
export declare const getPrivateGraphEndpointOutput: typeof import("./getPrivateGraphEndpoint").getPrivateGraphEndpointOutput;
export { GraphArgs } from "./graph";
export type Graph = import("./graph").Graph;
export declare const Graph: typeof import("./graph").Graph;
export { PrivateGraphEndpointArgs } from "./privateGraphEndpoint";
export type PrivateGraphEndpoint = import("./privateGraphEndpoint").PrivateGraphEndpoint;
export declare const PrivateGraphEndpoint: typeof import("./privateGraphEndpoint").PrivateGraphEndpoint;