Expose sendUnsigned
; move sending functions to Amazonka.Send
and re-export
#758
Milestone
sendUnsigned
; move sending functions to Amazonka.Send
and re-export
#758
In the current layout, a function like
sendUnsigned
(if you can forgive the bikeshedding/renaming) would live in the rootAmazonka
module, but if you do this you will create an import loop. Maybe create anAmazonka.Send
module which can holdsend
/sendEither
/paginate
/paginateEither
/sendUnsigned
/sendUnsignedEither
and ensure these functions are re-exported by theAmazonka
module?Originally posted by @endgame in #757 (comment)
The text was updated successfully, but these errors were encountered: