-
Notifications
You must be signed in to change notification settings - Fork 669
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
DescribeVpcEndpointConnections is returning empty reponse #995
Comments
Thanks for reporting this issue @gowrisankar22 I think this is related to the fix in #992 . The SDK was incorrectly deserializing XML document responses. |
@jasdel what is the tentative timeline for the next release with this fix? our development blocked due to this issue ? |
@jasdel @skmcgrail I have tried with v0.31 but still, the issue not yet fixed. the same was working fine with version v0.29 |
I am not able to replicate this behavior on v0.31.0. I created a VPC Endpoint Service in the console, attached the endpoint to a VPC and was able to use the code you provided to get a response from the service describing the endpoint connections. Can you please enable response logging following the logging guide to confirm that you are getting an expected response from the service? |
@skmcgrail I have added the logger but I don't see any logs but it looks strange for me .. I am using go version go1.15.6 darwin/amd64.
|
You will also need to pass |
@skmcgrail
|
As indicated by the output of the raw HTTP response, the service is returning you no items as indicated by |
@skmcgrail thanks :) It was my mistake. I got the right api and it is working now :) |
|
Hello All,
I am trying to use the DescribeVpcEndpointConnections[1][2] to list all the available vpc endpoints but it is not returning the values. Looks like an issue?
but aws cli is working fine using
aws ec2 describe-vpc-endpoints
Response:
DescribeVpcEndpointConnections
[1] https://pkg.go.dev/github.com/aws/aws-sdk-go-v2/service/ec2#DescribeVpcEndpointConnectionsInput
[2] https://pkg.go.dev/github.com/aws/aws-sdk-go-v2/service/ec2#DescribeVpcEndpointConnections
The text was updated successfully, but these errors were encountered: