Skip to content
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

Closed
kundankumarjha opened this issue Jul 23, 2018 · 6 comments · Fixed by #2073 or #2078
Labels
bug This issue is a bug. investigating This issue is being investigated and/or work is in progress to resolve the issue.

Comments

@kundankumarjha
Copy link

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.

@diehlaws diehlaws self-assigned this Jul 23, 2018
@diehlaws diehlaws added the investigating This issue is being investigated and/or work is in progress to resolve the issue. label Jul 23, 2018
@jasdel
Copy link
Contributor

jasdel commented Jul 23, 2018

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.

UpdateFileSystemOutput should of never renamed FileSystemDescription types.

@jasdel jasdel added the bug This issue is a bug. label Jul 23, 2018
@kundankumarjha
Copy link
Author

When I expect this will fix?

@jasdel
Copy link
Contributor

jasdel commented Jul 24, 2018

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.

jasdel added a commit to jasdel/aws-sdk-go that referenced this issue Jul 24, 2018
…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
@kundankumarjha
Copy link
Author

I saw fixes are ready, when this will be available as released version?

@jasdel
Copy link
Contributor

jasdel commented Jul 26, 2018

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.

jasdel added a commit that referenced this issue Jul 26, 2018
…ypes (#2073)

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 #2070
@jasdel
Copy link
Contributor

jasdel commented Jul 26, 2018

@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.

@awstools awstools mentioned this issue Jul 26, 2018
xibz pushed a commit to xibz/aws-sdk-go that referenced this issue Sep 12, 2018
…ypes (aws#2073)

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
usrenmae pushed a commit to usrenmae/aws-sdk-go that referenced this issue Sep 23, 2018
…ypes (aws#2073)

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
@diehlaws diehlaws removed their assignment Aug 26, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug This issue is a bug. investigating This issue is being investigated and/or work is in progress to resolve the issue.
Projects
None yet
3 participants