-
Notifications
You must be signed in to change notification settings - Fork 586
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
Missing Output structure for DescribeClusterCommand from client-kafka #4653
Comments
Wrong input to function `take` cause clusterInfo omit some properties. Refs: aws#4653
Hi @pfarkya , Thanks for bringing this issue up and raising the PR. Thanks! |
@pfarkya , Could you use a previous version such as https://www.npmjs.com/package/@aws-sdk/client-kafka/v/3.312.0 while a fix is being worked on? |
A patch was released for this issue in https://www.npmjs.com/package/@aws-sdk/client-kafka/v/3.321.1. |
@kuhe Thanks for quick resolution. I didn't aware about that this file is been generated by codegen. Thanks for new PR. Should I need to close it or it does an automated stuff. |
You can close this issue if you consider it resolved. |
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs and link to relevant comments in this thread. |
Checkboxes for prior research
Describe the bug
Before the version 3.315.0 of @aws-sdk/client-kafka does returns the object with deep nested value. Now it doess't contain most of the fields from output structure.
SDK version number
@aws-sdk/[email protected]
Which JavaScript Runtime is this issue in?
Node.js
Details of the browser/Node.js/ReactNative version
16.18.0
Reproduction Steps
Run the following code snippet with version 3.312.0 and version 3.315.0. Add Credential and ARN value before running it.
Observed Behavior
Expected Behavior
Possible Solution
Might passing wrong value to take function. In this PR #4625. Deserialisation might be need to change.
Additional Information/Context
No response
The text was updated successfully, but these errors were encountered: