SES list management and api #3554
-
Hi guys, List management overview states that |
Beta Was this translation helpful? Give feedback.
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.
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.