amazonka-route53-1.2.0.2: Amazon Route 53 SDK.

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

Network.AWS.Route53.GetChange

Contents

Description

This action 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 replicated to all Route 53 DNS servers. This is the initial status of all change batch requests.
  • INSYNC indicates that the changes have replicated to all Amazon Route 53 DNS servers.

See: AWS API Reference for GetChange.

Synopsis

Creating a Request

getChange Source

Arguments

:: Text

gcId

-> GetChange 

Creates a value of GetChange with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

Request Lenses

gcId :: Lens' GetChange Text 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

getChangeResponse Source

Creates a value of GetChangeResponse with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

Response Lenses

gcrsStatus :: Lens' GetChangeResponse Int Source

The response status code.

gcrsChangeInfo :: Lens' GetChangeResponse ChangeInfo Source

A complex type that contains information about the specified change batch, including the change batch ID, the status of the change, and the date and time of the request.