Skip to content

Commit a6223ed

Browse files
committed
Update services based on v1.50.32 of AWS Go SDK
Reference: https://github.com/aws/aws-sdk-go/releases/tag/v1.50.32
1 parent 26c8d36 commit a6223ed

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.latest-tag-aws-sdk-go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v1.50.31
1+
v1.50.32

lib/aws/generated/sesv2.ex

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2244,8 +2244,9 @@ defmodule AWS.SESv2 do
22442244
@doc """
22452245
Updates a contact's preferences for a list.
22462246
2247-
It is not necessary to specify all existing topic preferences in the
2248-
TopicPreferences object, just the ones that need updating.
2247+
You must specify all existing topic preferences in the `TopicPreferences`
2248+
object, not just the ones that need updating; otherwise, all your existing
2249+
preferences will be removed.
22492250
"""
22502251
def update_contact(%Client{} = client, contact_list_name, email_address, input, options \\ []) do
22512252
url_path =

0 commit comments

Comments
 (0)