Interface AuthUpdateUserAttributeInput<UserAttributeKey, ServiceOptions>

Constructs a updateUserAttributes input.

Param: userAttributes

the user attribute to be updated

Param: options

optional parameters for the Update User Attributes process such as the service options.

interface AuthUpdateUserAttributeInput<UserAttributeKey, ServiceOptions> {
    options?: ServiceOptions;
    userAttribute: AuthUserAttribute<UserAttributeKey>;
}

Type Parameters

Properties

options?: ServiceOptions