import * as pulumi from "@pulumi/pulumi"; /** * Get the current order of your logs archives. */ export declare function getLogsArchivesOrder(opts?: pulumi.InvokeOptions): Promise; /** * A collection of values returned by getLogsArchivesOrder. */ export interface GetLogsArchivesOrderResult { /** * The archive IDs list. The order of archive IDs in this attribute defines the overall archive order for logs. */ readonly archiveIds: string[]; /** * The provider-assigned unique ID for this managed resource. */ readonly id: string; } /** * Get the current order of your logs archives. */ export declare function getLogsArchivesOrderOutput(opts?: pulumi.InvokeOutputOptions): pulumi.Output;