Safe Haskell | None |
---|---|
Language | Haskell2010 |
Synopsis
- newtype GetBatch = GetBatch {}
- getBatch :: BatchId -> GetBatch
- gbBatchId :: Iso' GetBatch BatchId
- newtype GetBatchResponse = GetBatchResponse {}
- gbrBatch :: Iso' GetBatchResponse Batch
The request
The GetBatch
request object.
GetBatch | |
|
getBatch :: BatchId -> GetBatch Source #
Creates a value of GetBatch
with the minimum fields required to make a request.
Request lenses
The response
newtype GetBatchResponse Source #
The GetBatch
response body.
Instances
Eq GetBatchResponse Source # | |
Defined in Network.Livy.Client.Batch.GetBatch (==) :: GetBatchResponse -> GetBatchResponse -> Bool # (/=) :: GetBatchResponse -> GetBatchResponse -> Bool # | |
Show GetBatchResponse Source # | |
Defined in Network.Livy.Client.Batch.GetBatch showsPrec :: Int -> GetBatchResponse -> ShowS # show :: GetBatchResponse -> String # showList :: [GetBatchResponse] -> ShowS # | |
FromJSON GetBatchResponse Source # | |
Defined in Network.Livy.Client.Batch.GetBatch parseJSON :: Value -> Parser GetBatchResponse # parseJSONList :: Value -> Parser [GetBatchResponse] # |