Open
Description
Describe the issue
For the .NET AWSSDK.SimpleEmailV2 SDK, I'm trying to determine whether I can use an instance of AmazonSimpleEmailServiceV2Client
from multiple threads simultaneously. Based on #1974, it seems likely, but that issue was for V1.
In general, any classes that are thread safe should indicate so in their docs, so developers have clear answers without having to root through GitHub issues.