libZSservicesZSamazonka-route53ZSamazonka-route53
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.Route53.GetChange

Description

Returns the current status of a change batch request. The status is one of the following values:

  • PENDING indicates that the changes in this request have not propagated to all Amazon Route 53 DNS servers. This is the initial status of all change batch requests.
  • INSYNC indicates that the changes have propagated to all Route 53 DNS servers.
Synopsis

Creating a Request

data GetChange Source #

The input for a GetChange request.

See: newGetChange smart constructor.

Constructors

GetChange' 

Fields

  • id :: ResourceId

    The ID of the change batch request. The value that you specify here is the value that ChangeResourceRecordSets returned in the Id element when you submitted the request.

Instances

Instances details
Eq GetChange Source # 
Instance details

Defined in Amazonka.Route53.GetChange

Read GetChange Source # 
Instance details

Defined in Amazonka.Route53.GetChange

Show GetChange Source # 
Instance details

Defined in Amazonka.Route53.GetChange

Generic GetChange Source # 
Instance details

Defined in Amazonka.Route53.GetChange

Associated Types

type Rep GetChange :: Type -> Type #

NFData GetChange Source # 
Instance details

Defined in Amazonka.Route53.GetChange

Methods

rnf :: GetChange -> () #

Hashable GetChange Source # 
Instance details

Defined in Amazonka.Route53.GetChange

AWSRequest GetChange Source # 
Instance details

Defined in Amazonka.Route53.GetChange

Associated Types

type AWSResponse GetChange #

ToHeaders GetChange Source # 
Instance details

Defined in Amazonka.Route53.GetChange

Methods

toHeaders :: GetChange -> [Header] #

ToPath GetChange Source # 
Instance details

Defined in Amazonka.Route53.GetChange

ToQuery GetChange Source # 
Instance details

Defined in Amazonka.Route53.GetChange

type Rep GetChange Source # 
Instance details

Defined in Amazonka.Route53.GetChange

type Rep GetChange = D1 ('MetaData "GetChange" "Amazonka.Route53.GetChange" "libZSservicesZSamazonka-route53ZSamazonka-route53" 'False) (C1 ('MetaCons "GetChange'" 'PrefixI 'True) (S1 ('MetaSel ('Just "id") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 ResourceId)))
type AWSResponse GetChange Source # 
Instance details

Defined in Amazonka.Route53.GetChange

newGetChange Source #

Create a value of GetChange 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:id:GetChange', getChange_id - The ID of the change batch request. The value that you specify here is the value that ChangeResourceRecordSets returned in the Id element when you submitted the request.

Request Lenses

getChange_id :: Lens' GetChange ResourceId Source #

The ID of the change batch request. The value that you specify here is the value that ChangeResourceRecordSets returned in the Id element when you submitted the request.

Destructuring the Response

data GetChangeResponse Source #

A complex type that contains the ChangeInfo element.

See: newGetChangeResponse smart constructor.

Constructors

GetChangeResponse' 

Fields

Instances

Instances details
Eq GetChangeResponse Source # 
Instance details

Defined in Amazonka.Route53.GetChange

Read GetChangeResponse Source # 
Instance details

Defined in Amazonka.Route53.GetChange

Show GetChangeResponse Source # 
Instance details

Defined in Amazonka.Route53.GetChange

Generic GetChangeResponse Source # 
Instance details

Defined in Amazonka.Route53.GetChange

Associated Types

type Rep GetChangeResponse :: Type -> Type #

NFData GetChangeResponse Source # 
Instance details

Defined in Amazonka.Route53.GetChange

Methods

rnf :: GetChangeResponse -> () #

type Rep GetChangeResponse Source # 
Instance details

Defined in Amazonka.Route53.GetChange

type Rep GetChangeResponse = D1 ('MetaData "GetChangeResponse" "Amazonka.Route53.GetChange" "libZSservicesZSamazonka-route53ZSamazonka-route53" 'False) (C1 ('MetaCons "GetChangeResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: S1 ('MetaSel ('Just "changeInfo") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 ChangeInfo)))

newGetChangeResponse Source #

Create a value of GetChangeResponse 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:httpStatus:GetChangeResponse', getChangeResponse_httpStatus - The response's http status code.

$sel:changeInfo:GetChangeResponse', getChangeResponse_changeInfo - A complex type that contains information about the specified change batch.

Response Lenses

getChangeResponse_httpStatus :: Lens' GetChangeResponse Int Source #

The response's http status code.

getChangeResponse_changeInfo :: Lens' GetChangeResponse ChangeInfo Source #

A complex type that contains information about the specified change batch.