UNPKG

@cumulus/common

Version:
4 lines 329 B
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