| Safe Haskell | Safe-Inferred |
|---|---|
| Language | Haskell2010 |
Elasticsearch.Aliases.Request
Synopsis
- data Action
- data AddAttributes = AddAttributes {}
- data RemoveAttributes = RemoveAttributes {}
- encode :: SmallArray Action -> Value
Documentation
The action to be taken with the document.
Constructors
| Add AddAttributes | Add an index to an alias |
| Remove RemoveAttributes | Remove an index from an alias |
data AddAttributes Source #
Constructors
| AddAttributes | |
Instances
| Show AddAttributes Source # | |
Defined in Elasticsearch.Aliases.Request Methods showsPrec :: Int -> AddAttributes -> ShowS # show :: AddAttributes -> String # showList :: [AddAttributes] -> ShowS # | |
data RemoveAttributes Source #
Constructors
| RemoveAttributes | |
Instances
| Show RemoveAttributes Source # | |
Defined in Elasticsearch.Aliases.Request Methods showsPrec :: Int -> RemoveAttributes -> ShowS # show :: RemoveAttributes -> String # showList :: [RemoveAttributes] -> ShowS # | |