| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Temporal.Operator
Description
This module provides bindings for the Temporal Operator API. The Operator API is used to manage Temporal namespaces, clusters, and other administrative tasks.
Documentation
data IndexedValueType Source #
Constructors
| Text | |
| Keyword | |
| Int | |
| Double | |
| Bool | |
| Datetime | |
| KeywordList | |
| UnrecognizedIndexedValueType |
Instances
| Show IndexedValueType Source # | |
Defined in Temporal.Operator Methods showsPrec :: Int -> IndexedValueType -> ShowS # show :: IndexedValueType -> String # showList :: [IndexedValueType] -> ShowS # | |
| Eq IndexedValueType Source # | |
Defined in Temporal.Operator Methods (==) :: IndexedValueType -> IndexedValueType -> Bool # (/=) :: IndexedValueType -> IndexedValueType -> Bool # | |
data SearchAttributes Source #
Constructors
| SearchAttributes | |
listSearchAttributes :: MonadIO m => Client -> Namespace -> m (Either RpcError SearchAttributes) Source #
addSearchAttributes :: MonadIO m => Client -> Namespace -> Map SearchAttributeKey IndexedValueType -> m (Either RpcError ()) Source #