import * as pulumi from "@pulumi/pulumi"; import * as outputs from "./types/output"; export declare function getPageShieldCookiesList(args: GetPageShieldCookiesListArgs, opts?: pulumi.InvokeOptions): Promise; /** * A collection of arguments for invoking getPageShieldCookiesList. */ export interface GetPageShieldCookiesListArgs { direction?: string; domain?: string; export?: string; hosts?: string; httpOnly?: boolean; maxItems?: number; name?: string; orderBy?: string; page?: string; pageUrl?: string; path?: string; perPage?: number; sameSite?: string; secure?: boolean; type?: string; zoneId: string; } /** * A collection of values returned by getPageShieldCookiesList. */ export interface GetPageShieldCookiesListResult { readonly direction?: string; readonly domain?: string; readonly export?: string; readonly hosts?: string; readonly httpOnly?: boolean; /** * The provider-assigned unique ID for this managed resource. */ readonly id: string; readonly maxItems?: number; readonly name?: string; readonly orderBy?: string; readonly page?: string; readonly pageUrl?: string; readonly path?: string; readonly perPage?: number; readonly results: outputs.GetPageShieldCookiesListResult[]; readonly sameSite?: string; readonly secure?: boolean; readonly type?: string; readonly zoneId: string; } export declare function getPageShieldCookiesListOutput(args: GetPageShieldCookiesListOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output; /** * A collection of arguments for invoking getPageShieldCookiesList. */ export interface GetPageShieldCookiesListOutputArgs { direction?: pulumi.Input; domain?: pulumi.Input; export?: pulumi.Input; hosts?: pulumi.Input; httpOnly?: pulumi.Input; maxItems?: pulumi.Input; name?: pulumi.Input; orderBy?: pulumi.Input; page?: pulumi.Input; pageUrl?: pulumi.Input; path?: pulumi.Input; perPage?: pulumi.Input; sameSite?: pulumi.Input; secure?: pulumi.Input; type?: pulumi.Input; zoneId: pulumi.Input; } //# sourceMappingURL=getPageShieldCookiesList.d.ts.map