| Copyright | (c) 2013-2016 Brendan Hay | 
|---|---|
| License | Mozilla Public License, v. 2.0. | 
| Maintainer | Brendan Hay <brendan.g.hay@gmail.com> | 
| Stability | auto-generated | 
| Portability | non-portable (GHC extensions) | 
| Safe Haskell | None | 
| Language | Haskell2010 | 
Network.AWS.Route53.GetChange
Description
This action returns the current status of a change batch request. The status is one of the following values:
- PENDINGindicates that the changes in this request have not replicated to all Amazon Route 53 DNS servers. This is the initial status of all change batch requests.
- INSYNCindicates that the changes have replicated to all Amazon Route 53 DNS servers.
Creating a Request
The input for a GetChange request.
See: getChange smart constructor.
Instances
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
Arguments
| :: Int | |
| -> ChangeInfo | |
| -> GetChangeResponse | 
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:
data GetChangeResponse Source #
A complex type that contains the ChangeInfo element.
See: getChangeResponse smart constructor.
Response Lenses
gcrsResponseStatus :: 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.