-
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
From v1.14.26 Backward compatibility issue facing, "FileSystemDescription" is removed from EFS #2070
Comments
Thanks for reporting this bug @kundankumarjha. This looks to be an issue with how the SDK is generating its clients, and normalizing the API input/output API parameter type names. I'll update this issue once we have a bug fix for this issue.
|
When I expect this will fix? |
This issue is a top priority for us fixing. I don't have an exact ETA, but we'll update this issue as soon as we have a pending fix. |
…ypes Fixes the SDK's generation of API operation input and output types to use types that are specific to the API operation. This fixes the SDK incorrectly renaming input or output shapes based on the last API operation to used the shared type. Fix aws#2070
I saw fixes are ready, when this will be available as released version? |
Hi @kundankumarjha correct a fix is out in PR. Once it is reviewed and approved we'll merge it into the SDK. It will be included in the next release after the fixed is merged in. |
@kundankumarjha thanks again for reporting this issue to use. I've merged in #2073 which fixes this issue, and it will be included in the SDK's next release. |
Please fill out the sections below to help us address your issue.
Version of AWS SDK for Go?
v1.14.28
Version of Go (
go version
)?latest
What issue did you see?
From v1.14.26 Backward compatibility issue facing, "FileSystemDescription" is removed from EFS
Steps to reproduce
If you have an runnable example, please include it.
The text was updated successfully, but these errors were encountered: