after-call
documentation doesn't match behavior
#4344
Labels
documentation
This is a problem with documentation.
investigating
This issue is being investigated and/or work is in progress to resolve the issue.
p3
This is a minor priority issue
Describe the issue
The documentation for the
after-call
hook says:which seems to indicate that unsuccessful API responses would not invoke the hook. However, I've observed that the hook gets invoked even for unsuccessful API responses and the code itself seems to indicate that it's invoked for all responses.
It seems like the docs should be updated to indicate that it's emitted for both successful and unsuccessful API responses.
Links
https://boto3.amazonaws.com/v1/documentation/api/latest/guide/events.html#boto3-specific-events
The text was updated successfully, but these errors were encountered: