UNPKG

@aws-amplify/core

Version:
8 lines (7 loc) 239 B
import { SupportedCategory } from '../types'; /** * Writes an endpoint id to a long-lived cache. * * @internal */ export declare const cacheEndpointId: (appId: string, category: SupportedCategory, endpointId: string) => Promise<void>;