@aws-amplify/core
Version:
Core category of aws-amplify
10 lines (9 loc) • 428 B
JavaScript
export { updateEndpoint } from './apis/updateEndpoint.mjs';
export { record } from './apis/record.mjs';
export { flushEvents } from './apis/flushEvents.mjs';
export { UpdateEndpointException } from './types/errors.mjs';
import '../../Cache/index.mjs';
import 'uuid';
export { getEndpointId } from './utils/getEndpointId.mjs';
export { resolveEndpointId } from './utils/resolveEndpointId.mjs';
//# sourceMappingURL=index.mjs.map