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