UNPKG

@pulumiverse/scaleway

Version:

A Pulumi package for creating and managing Scaleway cloud resources.

16 lines (15 loc) 983 B
export { GetRecordArgs, GetRecordResult, GetRecordOutputArgs } from "./getRecord"; export declare const getRecord: typeof import("./getRecord").getRecord; export declare const getRecordOutput: typeof import("./getRecord").getRecordOutput; export { GetZoneArgs, GetZoneResult, GetZoneOutputArgs } from "./getZone"; export declare const getZone: typeof import("./getZone").getZone; export declare const getZoneOutput: typeof import("./getZone").getZoneOutput; export { RecordArgs, RecordState } from "./record"; export type Record = import("./record").Record; export declare const Record: typeof import("./record").Record; export { RegistrationArgs, RegistrationState } from "./registration"; export type Registration = import("./registration").Registration; export declare const Registration: typeof import("./registration").Registration; export { ZoneArgs, ZoneState } from "./zone"; export type Zone = import("./zone").Zone; export declare const Zone: typeof import("./zone").Zone;