UNPKG

@pulumiverse/scaleway

Version:

A Pulumi package for creating and managing Scaleway cloud resources.

13 lines 787 B
export { GetIpArgs, GetIpResult, GetIpOutputArgs } from "./getIp"; export declare const getIp: typeof import("./getIp").getIp; export declare const getIpOutput: typeof import("./getIp").getIpOutput; export { GetIpsArgs, GetIpsResult, GetIpsOutputArgs } from "./getIps"; export declare const getIps: typeof import("./getIps").getIps; export declare const getIpsOutput: typeof import("./getIps").getIpsOutput; export { IpArgs, IpState } from "./ip"; export type Ip = import("./ip").Ip; export declare const Ip: typeof import("./ip").Ip; export { IpReverseDnsArgs, IpReverseDnsState } from "./ipReverseDns"; export type IpReverseDns = import("./ipReverseDns").IpReverseDns; export declare const IpReverseDns: typeof import("./ipReverseDns").IpReverseDns; //# sourceMappingURL=index.d.ts.map