aws / aws-sdk-js-v3

Modularized AWS SDK for JavaScript.
Apache License 2.0
2.96k stars 556 forks source link

Confusing examples for v1, v2, v3 of ses client #6133

Closed ChrisMICDUP closed 3 weeks ago

ChrisMICDUP commented 1 month ago

Describe the issue

The heading on this documentation does not refer to it as being v3, rather it talks about "(Amazon SES) API, version 2010-12-01" which you could infer to be v1...

Links

https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/ses/

RanVaknin commented 1 month ago

Hi @ChrisMICDUP ,

Thanks for reaching out.

The heading on this documentation does not refer to it as being v3

You are looking at the JS SDK v3 docs (version 3 of the SDK, not the SES client)

the SES API has two major versions supported. Since the AWS SDKs are all code generated from each API model of each service, the JS SDK (v3) will have two clients for SES:

Thanks,

Ran~

github-actions[bot] commented 3 weeks ago

This issue has not received a response in 1 week. If you still think there is a problem, please leave a comment to avoid the issue from automatically closing.

github-actions[bot] commented 1 week ago

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs and link to relevant comments in this thread.