@cloud-copilot/iam-collect
Version:
Collect IAM information from AWS Accounts
8 lines • 355 B
TypeScript
/**
* Analyze the provided log file for job execution times and incomplete jobs.
*
* @param logFilePath the path to the log file to analyze
* @returns true if all jobs completed successfully, false if there are incomplete jobs
*/
export declare function conductLogAnalysis(logFilePath: string): Promise<boolean>;
//# sourceMappingURL=analyze.d.ts.map