import * as pulumi from "@pulumi/pulumi"; import * as outputs from "./types/output"; /** * Use this data source to get a list of [Fastly Next-Gen WAF Workspaces][1]. */ export declare function getNgwafWorkspaces(opts?: pulumi.InvokeOptions): Promise; /** * A collection of values returned by getNgwafWorkspaces. */ export interface GetNgwafWorkspacesResult { /** * The provider-assigned unique ID for this managed resource. */ readonly id: string; /** * List of all workspaces. */ readonly workspaces: outputs.GetNgwafWorkspacesWorkspace[]; } /** * Use this data source to get a list of [Fastly Next-Gen WAF Workspaces][1]. */ export declare function getNgwafWorkspacesOutput(opts?: pulumi.InvokeOutputOptions): pulumi.Output; //# sourceMappingURL=getNgwafWorkspaces.d.ts.map