import * as pulumi from "@pulumi/pulumi"; /** * ## Example Usage */ export declare function getIncidentPostMortem(args?: GetIncidentPostMortemArgs, opts?: pulumi.InvokeOptions): Promise; /** * A collection of arguments for invoking getIncidentPostMortem. */ export interface GetIncidentPostMortemArgs { /** * Filter by date range using 'lt' and 'gt'. */ createdAt?: { [key: string]: string; }; /** * Filter by date range using 'lt' and 'gt'. */ mitigatedAt?: { [key: string]: string; }; /** * Filter by date range using 'lt' and 'gt'. */ resolvedAt?: { [key: string]: string; }; /** * Filter by date range using 'lt' and 'gt'. */ startedAt?: { [key: string]: string; }; status?: string; } /** * A collection of values returned by getIncidentPostMortem. */ export interface GetIncidentPostMortemResult { /** * Filter by date range using 'lt' and 'gt'. */ readonly createdAt?: { [key: string]: string; }; /** * The ID of this resource. */ readonly id: string; /** * Filter by date range using 'lt' and 'gt'. */ readonly mitigatedAt?: { [key: string]: string; }; /** * Filter by date range using 'lt' and 'gt'. */ readonly resolvedAt?: { [key: string]: string; }; /** * Filter by date range using 'lt' and 'gt'. */ readonly startedAt?: { [key: string]: string; }; readonly status: string; } /** * ## Example Usage */ export declare function getIncidentPostMortemOutput(args?: GetIncidentPostMortemOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output; /** * A collection of arguments for invoking getIncidentPostMortem. */ export interface GetIncidentPostMortemOutputArgs { /** * Filter by date range using 'lt' and 'gt'. */ createdAt?: pulumi.Input<{ [key: string]: pulumi.Input; } | undefined>; /** * Filter by date range using 'lt' and 'gt'. */ mitigatedAt?: pulumi.Input<{ [key: string]: pulumi.Input; } | undefined>; /** * Filter by date range using 'lt' and 'gt'. */ resolvedAt?: pulumi.Input<{ [key: string]: pulumi.Input; } | undefined>; /** * Filter by date range using 'lt' and 'gt'. */ startedAt?: pulumi.Input<{ [key: string]: pulumi.Input; } | undefined>; status?: pulumi.Input; } //# sourceMappingURL=getIncidentPostMortem.d.ts.map