UNPKG

@pulumiverse/scaleway

Version:

A Pulumi package for creating and managing Scaleway cloud resources.

49 lines 3.6 kB
export { BackendStageArgs, BackendStageState } from "./backendStage"; export type BackendStage = import("./backendStage").BackendStage; export declare const BackendStage: typeof import("./backendStage").BackendStage; export { CacheStageArgs, CacheStageState } from "./cacheStage"; export type CacheStage = import("./cacheStage").CacheStage; export declare const CacheStage: typeof import("./cacheStage").CacheStage; export { DnsStageArgs, DnsStageState } from "./dnsStage"; export type DnsStage = import("./dnsStage").DnsStage; export declare const DnsStage: typeof import("./dnsStage").DnsStage; export { GetBackendStageArgs, GetBackendStageResult, GetBackendStageOutputArgs } from "./getBackendStage"; export declare const getBackendStage: typeof import("./getBackendStage").getBackendStage; export declare const getBackendStageOutput: typeof import("./getBackendStage").getBackendStageOutput; export { GetCacheStageArgs, GetCacheStageResult, GetCacheStageOutputArgs } from "./getCacheStage"; export declare const getCacheStage: typeof import("./getCacheStage").getCacheStage; export declare const getCacheStageOutput: typeof import("./getCacheStage").getCacheStageOutput; export { GetDnsStageArgs, GetDnsStageResult, GetDnsStageOutputArgs } from "./getDnsStage"; export declare const getDnsStage: typeof import("./getDnsStage").getDnsStage; export declare const getDnsStageOutput: typeof import("./getDnsStage").getDnsStageOutput; export { GetPipelineArgs, GetPipelineResult, GetPipelineOutputArgs } from "./getPipeline"; export declare const getPipeline: typeof import("./getPipeline").getPipeline; export declare const getPipelineOutput: typeof import("./getPipeline").getPipelineOutput; export { GetRouteStageArgs, GetRouteStageResult, GetRouteStageOutputArgs } from "./getRouteStage"; export declare const getRouteStage: typeof import("./getRouteStage").getRouteStage; export declare const getRouteStageOutput: typeof import("./getRouteStage").getRouteStageOutput; export { GetTlsStageArgs, GetTlsStageResult, GetTlsStageOutputArgs } from "./getTlsStage"; export declare const getTlsStage: typeof import("./getTlsStage").getTlsStage; export declare const getTlsStageOutput: typeof import("./getTlsStage").getTlsStageOutput; export { GetWafStageArgs, GetWafStageResult, GetWafStageOutputArgs } from "./getWafStage"; export declare const getWafStage: typeof import("./getWafStage").getWafStage; export declare const getWafStageOutput: typeof import("./getWafStage").getWafStageOutput; export { HeadStageArgs, HeadStageState } from "./headStage"; export type HeadStage = import("./headStage").HeadStage; export declare const HeadStage: typeof import("./headStage").HeadStage; export { PipelineArgs, PipelineState } from "./pipeline"; export type Pipeline = import("./pipeline").Pipeline; export declare const Pipeline: typeof import("./pipeline").Pipeline; export { PlanArgs, PlanState } from "./plan"; export type Plan = import("./plan").Plan; export declare const Plan: typeof import("./plan").Plan; export { RouteStageArgs, RouteStageState } from "./routeStage"; export type RouteStage = import("./routeStage").RouteStage; export declare const RouteStage: typeof import("./routeStage").RouteStage; export { TlsStageArgs, TlsStageState } from "./tlsStage"; export type TlsStage = import("./tlsStage").TlsStage; export declare const TlsStage: typeof import("./tlsStage").TlsStage; export { WafStageArgs, WafStageState } from "./wafStage"; export type WafStage = import("./wafStage").WafStage; export declare const WafStage: typeof import("./wafStage").WafStage; //# sourceMappingURL=index.d.ts.map