UNPKG

@aws-amplify/analytics

Version:

Analytics category of aws-amplify

9 lines (8 loc) 287 B
/** * Flushes all buffered Kinesis events to the service. * * @note * This API will make a best-effort attempt to flush events from the buffer. Events recorded immediately after invoking * this API may not be included in the flush. */ export declare const flushEvents: () => void;