UNPKG

@pulumiverse/gandi

Version:

A Pulumi package for creating and managing gandi cloud resources.

19 lines (18 loc) 1.28 kB
export { DNSSecKeyArgs, DNSSecKeyState } from "./dnssecKey"; export type DNSSecKey = import("./dnssecKey").DNSSecKey; export declare const DNSSecKey: typeof import("./dnssecKey").DNSSecKey; export { DomainArgs, DomainState } from "./domain"; export type Domain = import("./domain").Domain; export declare const Domain: typeof import("./domain").Domain; export { GetDomainArgs, GetDomainResult, GetDomainOutputArgs } from "./getDomain"; export declare const getDomain: typeof import("./getDomain").getDomain; export declare const getDomainOutput: typeof import("./getDomain").getDomainOutput; export { GetGlueRecordArgs, GetGlueRecordResult, GetGlueRecordOutputArgs } from "./getGlueRecord"; export declare const getGlueRecord: typeof import("./getGlueRecord").getGlueRecord; export declare const getGlueRecordOutput: typeof import("./getGlueRecord").getGlueRecordOutput; export { GlueRecordArgs, GlueRecordState } from "./glueRecord"; export type GlueRecord = import("./glueRecord").GlueRecord; export declare const GlueRecord: typeof import("./glueRecord").GlueRecord; export { NameserversArgs, NameserversState } from "./nameservers"; export type Nameservers = import("./nameservers").Nameservers; export declare const Nameservers: typeof import("./nameservers").Nameservers;