UNPKG

@aws-amplify/core

Version:
6 lines (5 loc) 300 B
import { PinpointUpdateEndpointInput } from '../types'; /** * @internal */ export declare const updateEndpoint: ({ address, appId, category, channelType, credentials, identityId, optOut, region, userAttributes, userId, userProfile, userAgentValue, }: PinpointUpdateEndpointInput) => Promise<void>;