@pulumiverse/scaleway
Version:
A Pulumi package for creating and managing Scaleway cloud resources.
58 lines (57 loc) • 4.22 kB
TypeScript
export { AclArgs, AclState } from "./acl";
export type Acl = import("./acl").Acl;
export declare const Acl: typeof import("./acl").Acl;
export { BackendArgs, BackendState } from "./backend";
export type Backend = import("./backend").Backend;
export declare const Backend: typeof import("./backend").Backend;
export { CertificateArgs, CertificateState } from "./certificate";
export type Certificate = import("./certificate").Certificate;
export declare const Certificate: typeof import("./certificate").Certificate;
export { FrontendArgs, FrontendState } from "./frontend";
export type Frontend = import("./frontend").Frontend;
export declare const Frontend: typeof import("./frontend").Frontend;
export { GetAclsArgs, GetAclsResult, GetAclsOutputArgs } from "./getAcls";
export declare const getAcls: typeof import("./getAcls").getAcls;
export declare const getAclsOutput: typeof import("./getAcls").getAclsOutput;
export { GetBackendArgs, GetBackendResult, GetBackendOutputArgs } from "./getBackend";
export declare const getBackend: typeof import("./getBackend").getBackend;
export declare const getBackendOutput: typeof import("./getBackend").getBackendOutput;
export { GetBackendsArgs, GetBackendsResult, GetBackendsOutputArgs } from "./getBackends";
export declare const getBackends: typeof import("./getBackends").getBackends;
export declare const getBackendsOutput: typeof import("./getBackends").getBackendsOutput;
export { GetCertificateArgs, GetCertificateResult, GetCertificateOutputArgs } from "./getCertificate";
export declare const getCertificate: typeof import("./getCertificate").getCertificate;
export declare const getCertificateOutput: typeof import("./getCertificate").getCertificateOutput;
export { GetFrontendArgs, GetFrontendResult, GetFrontendOutputArgs } from "./getFrontend";
export declare const getFrontend: typeof import("./getFrontend").getFrontend;
export declare const getFrontendOutput: typeof import("./getFrontend").getFrontendOutput;
export { GetFrontendsArgs, GetFrontendsResult, GetFrontendsOutputArgs } from "./getFrontends";
export declare const getFrontends: typeof import("./getFrontends").getFrontends;
export declare const getFrontendsOutput: typeof import("./getFrontends").getFrontendsOutput;
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 { GetLoadBalancerArgs, GetLoadBalancerResult, GetLoadBalancerOutputArgs } from "./getLoadBalancer";
export declare const getLoadBalancer: typeof import("./getLoadBalancer").getLoadBalancer;
export declare const getLoadBalancerOutput: typeof import("./getLoadBalancer").getLoadBalancerOutput;
export { GetLoadBalancersArgs, GetLoadBalancersResult, GetLoadBalancersOutputArgs } from "./getLoadBalancers";
export declare const getLoadBalancers: typeof import("./getLoadBalancers").getLoadBalancers;
export declare const getLoadBalancersOutput: typeof import("./getLoadBalancers").getLoadBalancersOutput;
export { GetRouteArgs, GetRouteResult, GetRouteOutputArgs } from "./getRoute";
export declare const getRoute: typeof import("./getRoute").getRoute;
export declare const getRouteOutput: typeof import("./getRoute").getRouteOutput;
export { GetRoutesArgs, GetRoutesResult, GetRoutesOutputArgs } from "./getRoutes";
export declare const getRoutes: typeof import("./getRoutes").getRoutes;
export declare const getRoutesOutput: typeof import("./getRoutes").getRoutesOutput;
export { IpArgs, IpState } from "./ip";
export type Ip = import("./ip").Ip;
export declare const Ip: typeof import("./ip").Ip;
export { LoadBalancerArgs, LoadBalancerState } from "./loadBalancer";
export type LoadBalancer = import("./loadBalancer").LoadBalancer;
export declare const LoadBalancer: typeof import("./loadBalancer").LoadBalancer;
export { RouteArgs, RouteState } from "./route";
export type Route = import("./route").Route;
export declare const Route: typeof import("./route").Route;