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.GetUpgradeHistory

Description

Retrieves the complete history of the last 10 upgrades that were performed on the domain.

This operation returns paginated results.

Synopsis

Creating a Request

data GetUpgradeHistory Source #

Container for request parameters to GetUpgradeHistory operation.

See: newGetUpgradeHistory smart constructor.

Instances

Instances details
Eq GetUpgradeHistory Source # 
Instance details

Defined in Amazonka.ElasticSearch.GetUpgradeHistory

Read GetUpgradeHistory Source # 
Instance details

Defined in Amazonka.ElasticSearch.GetUpgradeHistory

Show GetUpgradeHistory Source # 
Instance details

Defined in Amazonka.ElasticSearch.GetUpgradeHistory

Generic GetUpgradeHistory Source # 
Instance details

Defined in Amazonka.ElasticSearch.GetUpgradeHistory

Associated Types

type Rep GetUpgradeHistory :: Type -> Type #

NFData GetUpgradeHistory Source # 
Instance details

Defined in Amazonka.ElasticSearch.GetUpgradeHistory

Methods

rnf :: GetUpgradeHistory -> () #

Hashable GetUpgradeHistory Source # 
Instance details

Defined in Amazonka.ElasticSearch.GetUpgradeHistory

AWSPager GetUpgradeHistory Source # 
Instance details

Defined in Amazonka.ElasticSearch.GetUpgradeHistory

AWSRequest GetUpgradeHistory Source # 
Instance details

Defined in Amazonka.ElasticSearch.GetUpgradeHistory

Associated Types

type AWSResponse GetUpgradeHistory #

ToHeaders GetUpgradeHistory Source # 
Instance details

Defined in Amazonka.ElasticSearch.GetUpgradeHistory

ToPath GetUpgradeHistory Source # 
Instance details

Defined in Amazonka.ElasticSearch.GetUpgradeHistory

ToQuery GetUpgradeHistory Source # 
Instance details

Defined in Amazonka.ElasticSearch.GetUpgradeHistory

type Rep GetUpgradeHistory Source # 
Instance details

Defined in Amazonka.ElasticSearch.GetUpgradeHistory

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

Defined in Amazonka.ElasticSearch.GetUpgradeHistory

newGetUpgradeHistory Source #

Create a value of GetUpgradeHistory 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:nextToken:GetUpgradeHistory', getUpgradeHistory_nextToken - Undocumented member.

$sel:maxResults:GetUpgradeHistory', getUpgradeHistory_maxResults - Undocumented member.

$sel:domainName:GetUpgradeHistory', getUpgradeHistory_domainName - Undocumented member.

Request Lenses

Destructuring the Response

data GetUpgradeHistoryResponse Source #

Container for response returned by GetUpgradeHistory operation.

See: newGetUpgradeHistoryResponse smart constructor.

Constructors

GetUpgradeHistoryResponse' 

Fields

  • nextToken :: Maybe Text

    Pagination token that needs to be supplied to the next call to get the next page of results

  • upgradeHistories :: Maybe [UpgradeHistory]

    A list of UpgradeHistory objects corresponding to each Upgrade or Upgrade Eligibility Check performed on a domain returned as part of GetUpgradeHistoryResponse object.

  • httpStatus :: Int

    The response's http status code.

Instances

Instances details
Eq GetUpgradeHistoryResponse Source # 
Instance details

Defined in Amazonka.ElasticSearch.GetUpgradeHistory

Read GetUpgradeHistoryResponse Source # 
Instance details

Defined in Amazonka.ElasticSearch.GetUpgradeHistory

Show GetUpgradeHistoryResponse Source # 
Instance details

Defined in Amazonka.ElasticSearch.GetUpgradeHistory

Generic GetUpgradeHistoryResponse Source # 
Instance details

Defined in Amazonka.ElasticSearch.GetUpgradeHistory

Associated Types

type Rep GetUpgradeHistoryResponse :: Type -> Type #

NFData GetUpgradeHistoryResponse Source # 
Instance details

Defined in Amazonka.ElasticSearch.GetUpgradeHistory

type Rep GetUpgradeHistoryResponse Source # 
Instance details

Defined in Amazonka.ElasticSearch.GetUpgradeHistory

type Rep GetUpgradeHistoryResponse = D1 ('MetaData "GetUpgradeHistoryResponse" "Amazonka.ElasticSearch.GetUpgradeHistory" "libZSservicesZSamazonka-elasticsearchZSamazonka-elasticsearch" 'False) (C1 ('MetaCons "GetUpgradeHistoryResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "upgradeHistories") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [UpgradeHistory])) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newGetUpgradeHistoryResponse Source #

Create a value of GetUpgradeHistoryResponse 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:nextToken:GetUpgradeHistory', getUpgradeHistoryResponse_nextToken - Pagination token that needs to be supplied to the next call to get the next page of results

$sel:upgradeHistories:GetUpgradeHistoryResponse', getUpgradeHistoryResponse_upgradeHistories - A list of UpgradeHistory objects corresponding to each Upgrade or Upgrade Eligibility Check performed on a domain returned as part of GetUpgradeHistoryResponse object.

$sel:httpStatus:GetUpgradeHistoryResponse', getUpgradeHistoryResponse_httpStatus - The response's http status code.

Response Lenses

getUpgradeHistoryResponse_nextToken :: Lens' GetUpgradeHistoryResponse (Maybe Text) Source #

Pagination token that needs to be supplied to the next call to get the next page of results

getUpgradeHistoryResponse_upgradeHistories :: Lens' GetUpgradeHistoryResponse (Maybe [UpgradeHistory]) Source #

A list of UpgradeHistory objects corresponding to each Upgrade or Upgrade Eligibility Check performed on a domain returned as part of GetUpgradeHistoryResponse object.