What replaces GetEndPointForService? #2566
-
I am getting warning
I am unable to find how it needs to be changed. Any guidance? Code in question
|
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 2 replies
-
With the 3.7.100 release we introduced a new internal mechanism to resolve endpoints across AWS SDKs. As AWS services grow the endpoint determination logic for some operations is becoming more complicated, and relying on additional information from the request beyond just the client configuration and region pair. We're internally exploring how to provide a new method that can resolve an endpoint that does support this additional context, and can update this discussion if and when we come up with something. |
Beta Was this translation helpful? Give feedback.
-
For example:
|
Beta Was this translation helpful? Give feedback.
-
Hello! Reopening this discussion to make it searchable. |
Beta Was this translation helpful? Give feedback.
DetermineServiceOperationEndpoint
method was added to all the service clients as part of v.3.7.624.0, this can be used to know the endpoint that request will use instead ofGetEndpointForService
.For example: