UNPKG

@pulumiverse/scaleway

Version:

A Pulumi package for creating and managing Scaleway cloud resources.

19 lines (18 loc) 1.17 kB
export { AclArgs, AclState } from "./acl"; export type Acl = import("./acl").Acl; export declare const Acl: typeof import("./acl").Acl; export { ClusterArgs, ClusterState } from "./cluster"; export type Cluster = import("./cluster").Cluster; export declare const Cluster: typeof import("./cluster").Cluster; export { GetClusterArgs, GetClusterResult, GetClusterOutputArgs } from "./getCluster"; export declare const getCluster: typeof import("./getCluster").getCluster; export declare const getClusterOutput: typeof import("./getCluster").getClusterOutput; export { GetPoolArgs, GetPoolResult, GetPoolOutputArgs } from "./getPool"; export declare const getPool: typeof import("./getPool").getPool; export declare const getPoolOutput: typeof import("./getPool").getPoolOutput; export { GetVersionArgs, GetVersionResult, GetVersionOutputArgs } from "./getVersion"; export declare const getVersion: typeof import("./getVersion").getVersion; export declare const getVersionOutput: typeof import("./getVersion").getVersionOutput; export { PoolArgs, PoolState } from "./pool"; export type Pool = import("./pool").Pool; export declare const Pool: typeof import("./pool").Pool;