amazonka-elasticsearch-2.0: Amazon Elasticsearch Service SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.ElasticSearch.DescribeDomainChangeProgress

Description

Returns information about the current blue/green deployment happening on a domain, including a change ID, status, and progress stages.

Synopsis

Creating a Request

data DescribeDomainChangeProgress Source #

Container for the parameters to the DescribeDomainChangeProgress operation. Specifies the domain name and optional change specific identity for which you want progress information.

See: newDescribeDomainChangeProgress smart constructor.

Constructors

DescribeDomainChangeProgress' 

Fields

  • changeId :: Maybe Text

    The specific change ID for which you want to get progress information. This is an optional parameter. If omitted, the service returns information about the most recent configuration change.

  • domainName :: Text

    The domain you want to get the progress information about.

Instances

Instances details
ToHeaders DescribeDomainChangeProgress Source # 
Instance details

Defined in Amazonka.ElasticSearch.DescribeDomainChangeProgress

ToPath DescribeDomainChangeProgress Source # 
Instance details

Defined in Amazonka.ElasticSearch.DescribeDomainChangeProgress

ToQuery DescribeDomainChangeProgress Source # 
Instance details

Defined in Amazonka.ElasticSearch.DescribeDomainChangeProgress

AWSRequest DescribeDomainChangeProgress Source # 
Instance details

Defined in Amazonka.ElasticSearch.DescribeDomainChangeProgress

Generic DescribeDomainChangeProgress Source # 
Instance details

Defined in Amazonka.ElasticSearch.DescribeDomainChangeProgress

Associated Types

type Rep DescribeDomainChangeProgress :: Type -> Type #

Read DescribeDomainChangeProgress Source # 
Instance details

Defined in Amazonka.ElasticSearch.DescribeDomainChangeProgress

Show DescribeDomainChangeProgress Source # 
Instance details

Defined in Amazonka.ElasticSearch.DescribeDomainChangeProgress

NFData DescribeDomainChangeProgress Source # 
Instance details

Defined in Amazonka.ElasticSearch.DescribeDomainChangeProgress

Eq DescribeDomainChangeProgress Source # 
Instance details

Defined in Amazonka.ElasticSearch.DescribeDomainChangeProgress

Hashable DescribeDomainChangeProgress Source # 
Instance details

Defined in Amazonka.ElasticSearch.DescribeDomainChangeProgress

type AWSResponse DescribeDomainChangeProgress Source # 
Instance details

Defined in Amazonka.ElasticSearch.DescribeDomainChangeProgress

type Rep DescribeDomainChangeProgress Source # 
Instance details

Defined in Amazonka.ElasticSearch.DescribeDomainChangeProgress

type Rep DescribeDomainChangeProgress = D1 ('MetaData "DescribeDomainChangeProgress" "Amazonka.ElasticSearch.DescribeDomainChangeProgress" "amazonka-elasticsearch-2.0-BmZjovliTfgJWgrJ3fCf5z" 'False) (C1 ('MetaCons "DescribeDomainChangeProgress'" 'PrefixI 'True) (S1 ('MetaSel ('Just "changeId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "domainName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newDescribeDomainChangeProgress Source #

Create a value of DescribeDomainChangeProgress 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:

DescribeDomainChangeProgress, describeDomainChangeProgress_changeId - The specific change ID for which you want to get progress information. This is an optional parameter. If omitted, the service returns information about the most recent configuration change.

DescribeDomainChangeProgress, describeDomainChangeProgress_domainName - The domain you want to get the progress information about.

Request Lenses

describeDomainChangeProgress_changeId :: Lens' DescribeDomainChangeProgress (Maybe Text) Source #

The specific change ID for which you want to get progress information. This is an optional parameter. If omitted, the service returns information about the most recent configuration change.

describeDomainChangeProgress_domainName :: Lens' DescribeDomainChangeProgress Text Source #

The domain you want to get the progress information about.

Destructuring the Response

data DescribeDomainChangeProgressResponse Source #

The result of a DescribeDomainChangeProgress request. Contains the progress information of the requested domain change.

See: newDescribeDomainChangeProgressResponse smart constructor.

Constructors

DescribeDomainChangeProgressResponse' 

Fields

Instances

Instances details
Generic DescribeDomainChangeProgressResponse Source # 
Instance details

Defined in Amazonka.ElasticSearch.DescribeDomainChangeProgress

Read DescribeDomainChangeProgressResponse Source # 
Instance details

Defined in Amazonka.ElasticSearch.DescribeDomainChangeProgress

Show DescribeDomainChangeProgressResponse Source # 
Instance details

Defined in Amazonka.ElasticSearch.DescribeDomainChangeProgress

NFData DescribeDomainChangeProgressResponse Source # 
Instance details

Defined in Amazonka.ElasticSearch.DescribeDomainChangeProgress

Eq DescribeDomainChangeProgressResponse Source # 
Instance details

Defined in Amazonka.ElasticSearch.DescribeDomainChangeProgress

type Rep DescribeDomainChangeProgressResponse Source # 
Instance details

Defined in Amazonka.ElasticSearch.DescribeDomainChangeProgress

type Rep DescribeDomainChangeProgressResponse = D1 ('MetaData "DescribeDomainChangeProgressResponse" "Amazonka.ElasticSearch.DescribeDomainChangeProgress" "amazonka-elasticsearch-2.0-BmZjovliTfgJWgrJ3fCf5z" 'False) (C1 ('MetaCons "DescribeDomainChangeProgressResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "changeProgressStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ChangeProgressStatusDetails)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newDescribeDomainChangeProgressResponse Source #

Create a value of DescribeDomainChangeProgressResponse 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:changeProgressStatus:DescribeDomainChangeProgressResponse', describeDomainChangeProgressResponse_changeProgressStatus - Progress information for the configuration change that is requested in the DescribeDomainChangeProgress request.

$sel:httpStatus:DescribeDomainChangeProgressResponse', describeDomainChangeProgressResponse_httpStatus - The response's http status code.

Response Lenses

describeDomainChangeProgressResponse_changeProgressStatus :: Lens' DescribeDomainChangeProgressResponse (Maybe ChangeProgressStatusDetails) Source #

Progress information for the configuration change that is requested in the DescribeDomainChangeProgress request.