UNPKG

@aws-cdk/custom-resources

Version:

Constructs for implementing CDK custom resources

9 lines (8 loc) 270 B
import * as consts from './consts'; declare const _default: { onEvent: (event: any) => Promise<void>; isComplete: (event: any) => Promise<void>; onTimeout: typeof onTimeout; }; export = _default; declare function onTimeout(timeoutEvent: any): Promise<void>;