UNPKG

@pulumiverse/scaleway

Version:

A Pulumi package for creating and managing Scaleway cloud resources.

13 lines (12 loc) 842 B
export { GetSnapshotArgs, GetSnapshotResult, GetSnapshotOutputArgs } from "./getSnapshot"; export declare const getSnapshot: typeof import("./getSnapshot").getSnapshot; export declare const getSnapshotOutput: typeof import("./getSnapshot").getSnapshotOutput; export { GetVolumeArgs, GetVolumeResult, GetVolumeOutputArgs } from "./getVolume"; export declare const getVolume: typeof import("./getVolume").getVolume; export declare const getVolumeOutput: typeof import("./getVolume").getVolumeOutput; export { SnapshotArgs, SnapshotState } from "./snapshot"; export type Snapshot = import("./snapshot").Snapshot; export declare const Snapshot: typeof import("./snapshot").Snapshot; export { VolumeArgs, VolumeState } from "./volume"; export type Volume = import("./volume").Volume; export declare const Volume: typeof import("./volume").Volume;