Safe Haskell | Safe-Inferred |
---|---|
Language | GHC2021 |
Synopsis
Documentation
data SetInactiveSessionTtl Source #
Changes the period of inactivity after which sessions will automatically be terminated. Returns Ok
SetInactiveSessionTtl | |
|
Instances
ToJSON SetInactiveSessionTtl Source # | |
Defined in TD.Query.SetInactiveSessionTtl toJSON :: SetInactiveSessionTtl -> Value # toEncoding :: SetInactiveSessionTtl -> Encoding # toJSONList :: [SetInactiveSessionTtl] -> Value # toEncodingList :: [SetInactiveSessionTtl] -> Encoding # | |
Show SetInactiveSessionTtl Source # | |
Defined in TD.Query.SetInactiveSessionTtl showsPrec :: Int -> SetInactiveSessionTtl -> ShowS # show :: SetInactiveSessionTtl -> String # showList :: [SetInactiveSessionTtl] -> ShowS # | |
Eq SetInactiveSessionTtl Source # | |
Defined in TD.Query.SetInactiveSessionTtl (==) :: SetInactiveSessionTtl -> SetInactiveSessionTtl -> Bool # (/=) :: SetInactiveSessionTtl -> SetInactiveSessionTtl -> Bool # | |
ShortShow SetInactiveSessionTtl Source # | |
Defined in TD.Query.SetInactiveSessionTtl |