updateContact
inline suspend fun SesV2Client.updateContact(crossinline block: UpdateContactRequest.Builder.() -> Unit): UpdateContactResponse
Updates a contact's preferences for a list.
You must specify all existing topic preferences in the TopicPreferences
object, not just the ones that need updating; otherwise, all your existing preferences will be removed.