Safe Haskell | None |
---|---|
Language | Haskell2010 |
Network.AWS.XRayClient.SendSegments
Description
Module for sending segments to the XRay daemon.
Synopsis
- sendSegmentsToDaemon :: Text -> Int -> [XRaySegment] -> IO ()
- newtype NoAddressInfoException = NoAddressInfoException String
Documentation
sendSegmentsToDaemon :: Text -> Int -> [XRaySegment] -> IO () Source #
Makes JSON payloads for each segment and sends it to the daemon.
newtype NoAddressInfoException Source #
Constructors
NoAddressInfoException String |
Instances
Exception NoAddressInfoException Source # | |
Defined in Network.AWS.XRayClient.SendSegments | |
Show NoAddressInfoException Source # | |
Defined in Network.AWS.XRayClient.SendSegments Methods showsPrec :: Int -> NoAddressInfoException -> ShowS # show :: NoAddressInfoException -> String # showList :: [NoAddressInfoException] -> ShowS # |