amazonka-opensearch-2.0: Amazon OpenSearch 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.OpenSearch.DescribeDomainChangeProgress

Description

Returns information about the current blue/green deployment happening on an Amazon OpenSearch Service domain. For more information, see Making configuration changes in Amazon OpenSearch Service.

Synopsis

Creating a Request

data DescribeDomainChangeProgress Source #

Container for the parameters to the DescribeDomainChangeProgress operation.

See: newDescribeDomainChangeProgress smart constructor.

Constructors

DescribeDomainChangeProgress' 

Fields

  • changeId :: Maybe Text

    The specific change ID for which you want to get progress information. If omitted, the request returns information about the most recent configuration change.

  • domainName :: Text

    The name of the domain to get progress information for.

Instances

Instances details
ToHeaders DescribeDomainChangeProgress Source # 
Instance details

Defined in Amazonka.OpenSearch.DescribeDomainChangeProgress

ToPath DescribeDomainChangeProgress Source # 
Instance details

Defined in Amazonka.OpenSearch.DescribeDomainChangeProgress

ToQuery DescribeDomainChangeProgress Source # 
Instance details

Defined in Amazonka.OpenSearch.DescribeDomainChangeProgress

AWSRequest DescribeDomainChangeProgress Source # 
Instance details

Defined in Amazonka.OpenSearch.DescribeDomainChangeProgress

Generic DescribeDomainChangeProgress Source # 
Instance details

Defined in Amazonka.OpenSearch.DescribeDomainChangeProgress

Associated Types

type Rep DescribeDomainChangeProgress :: Type -> Type #

Read DescribeDomainChangeProgress Source # 
Instance details

Defined in Amazonka.OpenSearch.DescribeDomainChangeProgress

Show DescribeDomainChangeProgress Source # 
Instance details

Defined in Amazonka.OpenSearch.DescribeDomainChangeProgress

NFData DescribeDomainChangeProgress Source # 
Instance details

Defined in Amazonka.OpenSearch.DescribeDomainChangeProgress

Eq DescribeDomainChangeProgress Source # 
Instance details

Defined in Amazonka.OpenSearch.DescribeDomainChangeProgress

Hashable DescribeDomainChangeProgress Source # 
Instance details

Defined in Amazonka.OpenSearch.DescribeDomainChangeProgress

type AWSResponse DescribeDomainChangeProgress Source # 
Instance details

Defined in Amazonka.OpenSearch.DescribeDomainChangeProgress

type Rep DescribeDomainChangeProgress Source # 
Instance details

Defined in Amazonka.OpenSearch.DescribeDomainChangeProgress

type Rep DescribeDomainChangeProgress = D1 ('MetaData "DescribeDomainChangeProgress" "Amazonka.OpenSearch.DescribeDomainChangeProgress" "amazonka-opensearch-2.0-GNoaWlqGXH04P8GBIHM78L" '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. If omitted, the request returns information about the most recent configuration change.

DescribeDomainChangeProgress, describeDomainChangeProgress_domainName - The name of the domain to get progress information for.

Request Lenses

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

The specific change ID for which you want to get progress information. If omitted, the request returns information about the most recent configuration change.

describeDomainChangeProgress_domainName :: Lens' DescribeDomainChangeProgress Text Source #

The name of the domain to get progress information for.

Destructuring the Response

data DescribeDomainChangeProgressResponse Source #

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

See: newDescribeDomainChangeProgressResponse smart constructor.

Constructors

DescribeDomainChangeProgressResponse' 

Fields

Instances

Instances details
Generic DescribeDomainChangeProgressResponse Source # 
Instance details

Defined in Amazonka.OpenSearch.DescribeDomainChangeProgress

Read DescribeDomainChangeProgressResponse Source # 
Instance details

Defined in Amazonka.OpenSearch.DescribeDomainChangeProgress

Show DescribeDomainChangeProgressResponse Source # 
Instance details

Defined in Amazonka.OpenSearch.DescribeDomainChangeProgress

NFData DescribeDomainChangeProgressResponse Source # 
Instance details

Defined in Amazonka.OpenSearch.DescribeDomainChangeProgress

Eq DescribeDomainChangeProgressResponse Source # 
Instance details

Defined in Amazonka.OpenSearch.DescribeDomainChangeProgress

type Rep DescribeDomainChangeProgressResponse Source # 
Instance details

Defined in Amazonka.OpenSearch.DescribeDomainChangeProgress

type Rep DescribeDomainChangeProgressResponse = D1 ('MetaData "DescribeDomainChangeProgressResponse" "Amazonka.OpenSearch.DescribeDomainChangeProgress" "amazonka-opensearch-2.0-GNoaWlqGXH04P8GBIHM78L" '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 - Container for information about the stages of a configuration change happening on a domain.

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

Response Lenses

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

Container for information about the stages of a configuration change happening on a domain.