Safe Haskell | None |
---|---|
Language | Haskell2010 |
Network.Livy.Client.Interactive.RunStatementCompletion
Synopsis
- data RunStatementCompletion = RunStatementCompletion {}
- runStatementCompletion :: SessionId -> RunStatementCompletion
- rscSessionId :: Lens' RunStatementCompletion SessionId
- rscCode :: Lens' RunStatementCompletion (Maybe Text)
- rscKind :: Lens' RunStatementCompletion (Maybe SessionKind)
- rscCursor :: Lens' RunStatementCompletion (Maybe Text)
- newtype RunStatementCompletionResponse = RunStatementCompletionResponse {
- _rscrCandidates :: [Text]
- rscrCandidates :: Iso' RunStatementCompletionResponse [Text]
The request
data RunStatementCompletion Source #
The RunStatementCompletion
request object.
Constructors
RunStatementCompletion | |
Fields
|
Instances
Eq RunStatementCompletion Source # | |
Defined in Network.Livy.Client.Interactive.RunStatementCompletion Methods (==) :: RunStatementCompletion -> RunStatementCompletion -> Bool # (/=) :: RunStatementCompletion -> RunStatementCompletion -> Bool # | |
Show RunStatementCompletion Source # | |
Defined in Network.Livy.Client.Interactive.RunStatementCompletion Methods showsPrec :: Int -> RunStatementCompletion -> ShowS # show :: RunStatementCompletion -> String # showList :: [RunStatementCompletion] -> ShowS # | |
LivyRequest RunStatementCompletion Source # | |
Defined in Network.Livy.Client.Interactive.RunStatementCompletion Methods | |
ToPath RunStatementCompletion Source # | |
Defined in Network.Livy.Client.Interactive.RunStatementCompletion Methods | |
type LivyResponse RunStatementCompletion Source # | |
runStatementCompletion :: SessionId -> RunStatementCompletion Source #
Creates a value of CancelStatement
with the minimum fields required to make a request.
Request lenses
The response
newtype RunStatementCompletionResponse Source #
The RunStatementCompletion
response body.
Constructors
RunStatementCompletionResponse | |
Fields
|