Interface AuthUpdateUserAttributesInput<UserAttributeKey, ServiceOptions>

Constructs a updateUserAttributes input.

Param: userAttributes

the user attributes to be updated

Param: options

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

interface AuthUpdateUserAttributesInput<UserAttributeKey, ServiceOptions> {
    options?: ServiceOptions;
    userAttributes: AuthUserAttributes<UserAttributeKey>;
}

Type Parameters

Properties

options?: ServiceOptions