I see that in docs that for SqsClient, the region
must be set in advance, making this client tied to a specific region only. my question is, is it possible to make SqsClient region agnostic, so, requests for different regions can be made using the same client. so, I'm thinking like specifying the region for each operation in queue Url. but when I checked GetQueueUrlRequest, it also doesnt have region
field. Is this by design? Is there no way to make SqsClient region agnostic?
Thanks