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

CloudWatch DisableAlarmActions fails to deserialize success response #1053

Closed
3 tasks done
aayush-plivo opened this issue Jan 17, 2021 · 2 comments
Closed
3 tasks done
Labels
bug This issue is a bug.

Comments

@aayush-plivo
Copy link

aayush-plivo commented Jan 17, 2021

Confirm by changing [ ] to [x] below to ensure that it's a bug:

Describe the bug
Running

Version of AWS SDK for Go?
0.31.0

Version of Go (go version)?
1.15.2

To Reproduce (observed behavior)

Calling the DisableAlarmActions method fails during deserialization of the response as it seems to be expecting DisableAlarmActionsResult when it should be expecting DisableAlarmActionsOutput. This happens even when the status code returned from the API is 200 (success).

operation error CloudWatch: DisableAlarmActions, https response error StatusCode: 200, RequestID: <SomeRequestID>,
deserialization failed, failed to decode response body, DisableAlarmActionsResult node not found

Expected behavior
There shouldn't be any deserialization error.

Additional context
NA

@aayush-plivo aayush-plivo added the bug This issue is a bug. label Jan 17, 2021
@jasdel
Copy link
Contributor

jasdel commented Jan 19, 2021

Thanks for reporting this issue @aayush-plivo this has been fixed in #1050 and is now included in the SDK's latest release, v1.0.0.

let us know if you run into other issues.

@jasdel jasdel closed this as completed Jan 19, 2021
@github-actions
Copy link

⚠️COMMENT VISIBILITY WARNING⚠️

Comments on closed issues are hard for our team to see.
If you need more assistance, please either tag a team member or open a new issue that references this one.
If you wish to keep having a conversation with other community members under this issue feel free to do so.

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.
Projects
None yet
Development

No branches or pull requests

2 participants