elasticsearch-interchange-0.2.0.0: Serialization of Elasticsearch requests and responses
Safe HaskellSafe-Inferred
LanguageHaskell2010

Elasticsearch.Cat.Indices.Response

Description

Response to _catindices request. Make sure to set these query string parameters: format=json&bytes=b.

Synopsis

Documentation

newtype Response Source #

Constructors

Response 

Instances

Instances details
Show Response Source # 
Instance details

Defined in Elasticsearch.Cat.Indices.Response

data Index Source #

Constructors

Index 

Fields

Instances

Instances details
Show Index Source # 
Instance details

Defined in Elasticsearch.Cat.Indices.Response

Methods

showsPrec :: Int -> Index -> ShowS #

show :: Index -> String #

showList :: [Index] -> ShowS #

data Health Source #

Constructors

Green 
Yellow 
Red 

Instances

Instances details
Show Health Source # 
Instance details

Defined in Elasticsearch.Cat.Indices.Response

data Status Source #

Constructors

Open 
Closed 

Instances

Instances details
Show Status Source # 
Instance details

Defined in Elasticsearch.Cat.Indices.Response

Response Parser