UNPKG

@aws-amplify/core

Version:
6 lines (5 loc) 280 B
import { PinpointRecordInput } from '../types'; /** * @internal */ export declare const record: ({ appId, category, channelType, credentials, event, identityId, region, userAgentValue, bufferSize, flushInterval, flushSize, resendLimit, }: PinpointRecordInput) => Promise<void>;