libZSservicesZSamazonka-elasticsearchZSamazonka-elasticsearch
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.ElasticSearch.GetCompatibleElasticsearchVersions

Description

Returns a list of upgrade compatible Elastisearch versions. You can optionally pass a DomainName to get all upgrade compatible Elasticsearch versions for that specific domain.

Synopsis

Creating a Request

data GetCompatibleElasticsearchVersions Source #

Container for request parameters to GetCompatibleElasticsearchVersions operation.

See: newGetCompatibleElasticsearchVersions smart constructor.

Instances

Instances details
Eq GetCompatibleElasticsearchVersions Source # 
Instance details

Defined in Amazonka.ElasticSearch.GetCompatibleElasticsearchVersions

Read GetCompatibleElasticsearchVersions Source # 
Instance details

Defined in Amazonka.ElasticSearch.GetCompatibleElasticsearchVersions

Show GetCompatibleElasticsearchVersions Source # 
Instance details

Defined in Amazonka.ElasticSearch.GetCompatibleElasticsearchVersions

Generic GetCompatibleElasticsearchVersions Source # 
Instance details

Defined in Amazonka.ElasticSearch.GetCompatibleElasticsearchVersions

Associated Types

type Rep GetCompatibleElasticsearchVersions :: Type -> Type #

NFData GetCompatibleElasticsearchVersions Source # 
Instance details

Defined in Amazonka.ElasticSearch.GetCompatibleElasticsearchVersions

Hashable GetCompatibleElasticsearchVersions Source # 
Instance details

Defined in Amazonka.ElasticSearch.GetCompatibleElasticsearchVersions

AWSRequest GetCompatibleElasticsearchVersions Source # 
Instance details

Defined in Amazonka.ElasticSearch.GetCompatibleElasticsearchVersions

ToHeaders GetCompatibleElasticsearchVersions Source # 
Instance details

Defined in Amazonka.ElasticSearch.GetCompatibleElasticsearchVersions

ToPath GetCompatibleElasticsearchVersions Source # 
Instance details

Defined in Amazonka.ElasticSearch.GetCompatibleElasticsearchVersions

ToQuery GetCompatibleElasticsearchVersions Source # 
Instance details

Defined in Amazonka.ElasticSearch.GetCompatibleElasticsearchVersions

type Rep GetCompatibleElasticsearchVersions Source # 
Instance details

Defined in Amazonka.ElasticSearch.GetCompatibleElasticsearchVersions

type Rep GetCompatibleElasticsearchVersions = D1 ('MetaData "GetCompatibleElasticsearchVersions" "Amazonka.ElasticSearch.GetCompatibleElasticsearchVersions" "libZSservicesZSamazonka-elasticsearchZSamazonka-elasticsearch" 'False) (C1 ('MetaCons "GetCompatibleElasticsearchVersions'" 'PrefixI 'True) (S1 ('MetaSel ('Just "domainName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))
type AWSResponse GetCompatibleElasticsearchVersions Source # 
Instance details

Defined in Amazonka.ElasticSearch.GetCompatibleElasticsearchVersions

newGetCompatibleElasticsearchVersions :: GetCompatibleElasticsearchVersions Source #

Create a value of GetCompatibleElasticsearchVersions with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:domainName:GetCompatibleElasticsearchVersions', getCompatibleElasticsearchVersions_domainName - Undocumented member.

Request Lenses

Destructuring the Response

data GetCompatibleElasticsearchVersionsResponse Source #

Container for response returned by GetCompatibleElasticsearchVersions operation.

See: newGetCompatibleElasticsearchVersionsResponse smart constructor.

Constructors

GetCompatibleElasticsearchVersionsResponse' 

Fields

Instances

Instances details
Eq GetCompatibleElasticsearchVersionsResponse Source # 
Instance details

Defined in Amazonka.ElasticSearch.GetCompatibleElasticsearchVersions

Read GetCompatibleElasticsearchVersionsResponse Source # 
Instance details

Defined in Amazonka.ElasticSearch.GetCompatibleElasticsearchVersions

Show GetCompatibleElasticsearchVersionsResponse Source # 
Instance details

Defined in Amazonka.ElasticSearch.GetCompatibleElasticsearchVersions

Generic GetCompatibleElasticsearchVersionsResponse Source # 
Instance details

Defined in Amazonka.ElasticSearch.GetCompatibleElasticsearchVersions

NFData GetCompatibleElasticsearchVersionsResponse Source # 
Instance details

Defined in Amazonka.ElasticSearch.GetCompatibleElasticsearchVersions

type Rep GetCompatibleElasticsearchVersionsResponse Source # 
Instance details

Defined in Amazonka.ElasticSearch.GetCompatibleElasticsearchVersions

type Rep GetCompatibleElasticsearchVersionsResponse = D1 ('MetaData "GetCompatibleElasticsearchVersionsResponse" "Amazonka.ElasticSearch.GetCompatibleElasticsearchVersions" "libZSservicesZSamazonka-elasticsearchZSamazonka-elasticsearch" 'False) (C1 ('MetaCons "GetCompatibleElasticsearchVersionsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "compatibleElasticsearchVersions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [CompatibleVersionsMap])) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newGetCompatibleElasticsearchVersionsResponse Source #

Create a value of GetCompatibleElasticsearchVersionsResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:compatibleElasticsearchVersions:GetCompatibleElasticsearchVersionsResponse', getCompatibleElasticsearchVersionsResponse_compatibleElasticsearchVersions - A map of compatible Elasticsearch versions returned as part of the GetCompatibleElasticsearchVersions operation.

$sel:httpStatus:GetCompatibleElasticsearchVersionsResponse', getCompatibleElasticsearchVersionsResponse_httpStatus - The response's http status code.

Response Lenses

getCompatibleElasticsearchVersionsResponse_compatibleElasticsearchVersions :: Lens' GetCompatibleElasticsearchVersionsResponse (Maybe [CompatibleVersionsMap]) Source #

A map of compatible Elasticsearch versions returned as part of the GetCompatibleElasticsearchVersions operation.