UNPKG

419 BTypeScriptView Raw
1import { DeleteUserAttributesInput } from '../types';
2/**
3 * Deletes user attributes.
4 *
5 * @param input - The DeleteUserAttributesInput object
6 * @throws -{@link DeleteUserAttributesException } - Thrown due to invalid attribute.
7 * @throws AuthTokenConfigException - Thrown when the token provider config is invalid.
8 */
9export declare function deleteUserAttributes(input: DeleteUserAttributesInput): Promise<void>;