@cumulus/common
Version:
Common utilities used across tasks
4 lines • 329 B
TypeScript
import { HistoryEvent } from '@cumulus/aws-client/StepFunctions';
export declare const getStepExitedEvent: (events: HistoryEvent[], lastStepEvent: HistoryEvent) => HistoryEvent | undefined;
export declare const getTaskExitedEventOutput: (event: HistoryEvent) => string | undefined;
//# sourceMappingURL=execution-history.d.ts.map