import * as pulumi from "@pulumi/pulumi"; import * as inputs from "./types/input"; import * as outputs from "./types/output"; export declare function getCloudforceOneRequest(args: GetCloudforceOneRequestArgs, opts?: pulumi.InvokeOptions): Promise; /** * A collection of arguments for invoking getCloudforceOneRequest. */ export interface GetCloudforceOneRequestArgs { accountId: string; filter?: inputs.GetCloudforceOneRequestFilter; requestId?: string; } /** * A collection of values returned by getCloudforceOneRequest. */ export interface GetCloudforceOneRequestResult { readonly accountId: string; readonly completed: string; readonly content: string; readonly created: string; readonly filter?: outputs.GetCloudforceOneRequestFilter; readonly id: string; readonly messageTokens: number; readonly priority: string; readonly readableId: string; readonly request: string; readonly requestId?: string; readonly status: string; readonly summary: string; readonly tlp: string; readonly tokens: number; readonly updated: string; } export declare function getCloudforceOneRequestOutput(args: GetCloudforceOneRequestOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output; /** * A collection of arguments for invoking getCloudforceOneRequest. */ export interface GetCloudforceOneRequestOutputArgs { accountId: pulumi.Input; filter?: pulumi.Input; requestId?: pulumi.Input; } //# sourceMappingURL=getCloudforceOneRequest.d.ts.map