UNPKG

@pulumiverse/scaleway

Version:

A Pulumi package for creating and managing Scaleway cloud resources.

19 lines (18 loc) 1.07 kB
export { DeviceArgs, DeviceState } from "./device"; export type Device = import("./device").Device; export declare const Device: typeof import("./device").Device; export { GetDeviceArgs, GetDeviceResult, GetDeviceOutputArgs } from "./getDevice"; export declare const getDevice: typeof import("./getDevice").getDevice; export declare const getDeviceOutput: typeof import("./getDevice").getDeviceOutput; export { GetHubArgs, GetHubResult, GetHubOutputArgs } from "./getHub"; export declare const getHub: typeof import("./getHub").getHub; export declare const getHubOutput: typeof import("./getHub").getHubOutput; export { HubArgs, HubState } from "./hub"; export type Hub = import("./hub").Hub; export declare const Hub: typeof import("./hub").Hub; export { NetworkArgs, NetworkState } from "./network"; export type Network = import("./network").Network; export declare const Network: typeof import("./network").Network; export { RouteArgs, RouteState } from "./route"; export type Route = import("./route").Route; export declare const Route: typeof import("./route").Route;