@pulumi/gcp
Version:
A Pulumi package for creating and managing Google Cloud Platform resources.
16 lines • 1.14 kB
TypeScript
export { BindingArgs, BindingState } from "./binding";
export type Binding = import("./binding").Binding;
export declare const Binding: typeof import("./binding").Binding;
export { GetAgentArgs, GetAgentResult, GetAgentOutputArgs } from "./getAgent";
export declare const getAgent: typeof import("./getAgent").getAgent;
export declare const getAgentOutput: typeof import("./getAgent").getAgentOutput;
export { GetEndpointArgs, GetEndpointResult, GetEndpointOutputArgs } from "./getEndpoint";
export declare const getEndpoint: typeof import("./getEndpoint").getEndpoint;
export declare const getEndpointOutput: typeof import("./getEndpoint").getEndpointOutput;
export { GetMcpServerArgs, GetMcpServerResult, GetMcpServerOutputArgs } from "./getMcpServer";
export declare const getMcpServer: typeof import("./getMcpServer").getMcpServer;
export declare const getMcpServerOutput: typeof import("./getMcpServer").getMcpServerOutput;
export { ServiceArgs, ServiceState } from "./service";
export type Service = import("./service").Service;
export declare const Service: typeof import("./service").Service;
//# sourceMappingURL=index.d.ts.map