[feat] Missing ctor for AmazonSimpleEmailServiceV2Client #3519
Labels
feature-request
A feature should be added or improved.
response-requested
Waiting on additional info and feedback. Will move to "closing-soon" in 7 days.
Describe the feature
Add a constructor to
AmazonSimpleEmailServiceV2Client
which takes:Use Case
That class has numerous ctors but none allow setting all the above, and the properties are readonly so cannot be set after instantiation.
(I know the SDK will try default files and env vars, but we are not using those; we use a secrets management system, so must specify the values programmatically.)
Proposed Solution
Either one of these would be fine:
or
Other Information
No response
Acknowledgements
AWS .NET SDK and/or Package version used
AWSSDK.SimpleEmailV2
3.7.403.1
Targeted .NET Platform
.NET 8
Operating System and version
linux
The text was updated successfully, but these errors were encountered: