-
Notifications
You must be signed in to change notification settings - Fork 2.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Route53 HealthCheck #420
Comments
Hi @stack72, Are you getting an error response? If so what is the error you're getting. |
@jasdel thanks forgetting back to me. I'm not getting an error response - I just cannot change the value of MeasureLatency once it is set |
@stack72 the issue you are seeing is intentional. Once the |
Thanks @jasdel - thought that may be the case :) Thanks for getting back to me here! |
Glad to help, let us know if have any other questions, feedback, or issues. |
Fixes the SDK's endpoint resolve incorrectly resolving endpoints for a service when the region is empty. Also fixes the SDK attempting to resolve a service when the service value is empty. Related to: aws#2911
* Release v0.18.0 (2019-12-12) === Services --- * Synced the V2 SDK with latest AWS service API definitions. SDK Bugs --- * `aws/endpoints`: aws/endpoints: Fix SDK resolving endpoint without region ([aws#420](aws/aws-sdk-go-v2#420)) * Fixes the SDK's endpoint resolve incorrectly resolving endpoints for a service when the region is empty. Also fixes the SDK attempting to resolve a service when the service value is empty. * Related to [aws#2909](aws#2909)
Right now, the go-sdk allows us to enable latency graphs as part of the CreateHealthCheckInput as follows:
there is currently no way to be able to update the measure latency flag as part of the UpdateHealthCheck request
Was this a deliberate omission?
The text was updated successfully, but these errors were encountered: