SES list management and api #3554
Unanswered
hamlethakobyan-zema
asked this question in
Q&A
Replies: 1 comment
-
We (the AWS SDK for .NET team) don't control how the APIs are designed (it's up to each service team), but it's possible they added a List operation so that if the limit is relaxed in the future existing customers won't need to update their SDK dependency. You can use the GetContactList method instead to retrieve the current list allowed in your account. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi guys, List management overview states that
Only one contact list is allowed per AWS account.
but we have methodListContactLists
in SES API v2. Why we have such an inconsistency, or, maybe, I missed something?Beta Was this translation helpful? Give feedback.
All reactions