import * as pulumi from "@pulumi/pulumi"; import * as outputs from "./types/output"; export declare function getListItem(args: GetListItemArgs, opts?: pulumi.InvokeOptions): Promise; /** * A collection of arguments for invoking getListItem. */ export interface GetListItemArgs { accountId: string; itemId: string; listId: string; } /** * A collection of values returned by getListItem. */ export interface GetListItemResult { readonly accountId: string; readonly asn: number; readonly comment: string; readonly createdOn: string; readonly hostname: outputs.GetListItemHostname; readonly id: string; readonly ip: string; readonly itemId: string; readonly listId: string; readonly modifiedOn: string; readonly redirect: outputs.GetListItemRedirect; } export declare function getListItemOutput(args: GetListItemOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output; /** * A collection of arguments for invoking getListItem. */ export interface GetListItemOutputArgs { accountId: pulumi.Input; itemId: pulumi.Input; listId: pulumi.Input; } //# sourceMappingURL=getListItem.d.ts.map