import * as pulumi from "@pulumi/pulumi"; export declare function getFirewallShaperPerIpShaperList(args?: GetFirewallShaperPerIpShaperListArgs, opts?: pulumi.InvokeOptions): Promise; /** * A collection of arguments for invoking GetFirewallShaperPerIpShaperList. */ export interface GetFirewallShaperPerIpShaperListArgs { filter?: string; vdomparam?: string; } /** * A collection of values returned by GetFirewallShaperPerIpShaperList. */ export interface GetFirewallShaperPerIpShaperListResult { readonly filter?: string; /** * The provider-assigned unique ID for this managed resource. */ readonly id: string; readonly namelists: string[]; readonly vdomparam?: string; } export declare function getFirewallShaperPerIpShaperListOutput(args?: GetFirewallShaperPerIpShaperListOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output; /** * A collection of arguments for invoking GetFirewallShaperPerIpShaperList. */ export interface GetFirewallShaperPerIpShaperListOutputArgs { filter?: pulumi.Input; vdomparam?: pulumi.Input; }