Safe Haskell | None |
---|---|
Language | Haskell2010 |
Synopsis
- data GetBatchLogs = GetBatchLogs {}
- getBatchLogs :: BatchId -> GetBatchLogs
- gblFrom :: Lens' GetBatchLogs (Maybe Int)
- gblSize :: Lens' GetBatchLogs (Maybe Int)
- data GetBatchLogsResponse = GetBatchLogsResponse {}
- gblrId :: Lens' GetBatchLogsResponse BatchId
- gblrFrom :: Lens' GetBatchLogsResponse Int
- gblrSize :: Lens' GetBatchLogsResponse (Maybe Int)
- gblrLog :: Lens' GetBatchLogsResponse [Text]
The request
data GetBatchLogs Source #
The GetBatchLogs
request object.
Instances
Eq GetBatchLogs Source # | |
Defined in Network.Livy.Client.Batch.GetBatchLogs (==) :: GetBatchLogs -> GetBatchLogs -> Bool # (/=) :: GetBatchLogs -> GetBatchLogs -> Bool # | |
Show GetBatchLogs Source # | |
Defined in Network.Livy.Client.Batch.GetBatchLogs showsPrec :: Int -> GetBatchLogs -> ShowS # show :: GetBatchLogs -> String # showList :: [GetBatchLogs] -> ShowS # | |
LivyRequest GetBatchLogs Source # | |
Defined in Network.Livy.Client.Batch.GetBatchLogs request :: GetBatchLogs -> Request Source # | |
ToQuery GetBatchLogs Source # | |
Defined in Network.Livy.Client.Batch.GetBatchLogs toQueryString :: GetBatchLogs -> Query Source # | |
ToPath GetBatchLogs Source # | |
Defined in Network.Livy.Client.Batch.GetBatchLogs toPath :: GetBatchLogs -> ByteString Source # | |
type LivyResponse GetBatchLogs Source # | |
Defined in Network.Livy.Client.Batch.GetBatchLogs |
getBatchLogs :: BatchId -> GetBatchLogs Source #
Creates a value of GetBatchLogs
with the minimum fields required to make a request.
Request lenses
The response
data GetBatchLogsResponse Source #
The GetBatchLogs
response body.
Instances
Eq GetBatchLogsResponse Source # | |
Defined in Network.Livy.Client.Batch.GetBatchLogs (==) :: GetBatchLogsResponse -> GetBatchLogsResponse -> Bool # (/=) :: GetBatchLogsResponse -> GetBatchLogsResponse -> Bool # | |
Show GetBatchLogsResponse Source # | |
Defined in Network.Livy.Client.Batch.GetBatchLogs showsPrec :: Int -> GetBatchLogsResponse -> ShowS # show :: GetBatchLogsResponse -> String # showList :: [GetBatchLogsResponse] -> ShowS # | |
FromJSON GetBatchLogsResponse Source # | |
Defined in Network.Livy.Client.Batch.GetBatchLogs parseJSON :: Value -> Parser GetBatchLogsResponse # parseJSONList :: Value -> Parser [GetBatchLogsResponse] # |