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