Safe Haskell | None |
---|---|
Language | Haskell2010 |
Network.Livy.Client.Interactive.GetSessionStatements
Synopsis
- newtype GetSessionStatements = GetSessionStatements {}
- getSessionStatements :: SessionId -> GetSessionStatements
- gsstmsSessionId :: Iso' GetSessionStatements SessionId
- newtype GetSessionStatementsResponse = GetSessionStatementsResponse {}
- gsstmsrStatements :: Iso' GetSessionStatementsResponse [Statement]
The request
newtype GetSessionStatements Source #
The GetSessionStatements
request object.
Constructors
GetSessionStatements | |
Fields
|
Instances
Eq GetSessionStatements Source # | |
Defined in Network.Livy.Client.Interactive.GetSessionStatements Methods (==) :: GetSessionStatements -> GetSessionStatements -> Bool # (/=) :: GetSessionStatements -> GetSessionStatements -> Bool # | |
Show GetSessionStatements Source # | |
Defined in Network.Livy.Client.Interactive.GetSessionStatements Methods showsPrec :: Int -> GetSessionStatements -> ShowS # show :: GetSessionStatements -> String # showList :: [GetSessionStatements] -> ShowS # | |
LivyRequest GetSessionStatements Source # | |
Defined in Network.Livy.Client.Interactive.GetSessionStatements Methods | |
ToPath GetSessionStatements Source # | |
Defined in Network.Livy.Client.Interactive.GetSessionStatements Methods | |
type LivyResponse GetSessionStatements Source # | |
getSessionStatements :: SessionId -> GetSessionStatements Source #
Creates a value of GetSessionStatements
with the minimum fields required to make a request.
Request lenses
The response
newtype GetSessionStatementsResponse Source #
The GetSessionStatements
response body.
Constructors
GetSessionStatementsResponse | |
Fields
|