import * as pulumi from "@pulumi/pulumi"; export declare function getCloudforceOneRequestMessage(args: GetCloudforceOneRequestMessageArgs, opts?: pulumi.InvokeOptions): Promise; /** * A collection of arguments for invoking getCloudforceOneRequestMessage. */ export interface GetCloudforceOneRequestMessageArgs { accountId: string; after?: string; before?: string; page: number; perPage: number; requestId: string; sortBy?: string; sortOrder?: string; } /** * A collection of values returned by getCloudforceOneRequestMessage. */ export interface GetCloudforceOneRequestMessageResult { readonly accountId: string; readonly after?: string; readonly author: string; readonly before?: string; readonly content: string; readonly created: string; readonly id: string; readonly isFollowOnRequest: boolean; readonly page: number; readonly perPage: number; readonly requestId: string; readonly sortBy?: string; readonly sortOrder?: string; readonly updated: string; } export declare function getCloudforceOneRequestMessageOutput(args: GetCloudforceOneRequestMessageOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output; /** * A collection of arguments for invoking getCloudforceOneRequestMessage. */ export interface GetCloudforceOneRequestMessageOutputArgs { accountId: pulumi.Input; after?: pulumi.Input; before?: pulumi.Input; page: pulumi.Input; perPage: pulumi.Input; requestId: pulumi.Input; sortBy?: pulumi.Input; sortOrder?: pulumi.Input; } //# sourceMappingURL=getCloudforceOneRequestMessage.d.ts.map