amazonka-route53-1.3.7: 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.GetChangeDetails

Contents

Description

This action returns the status and changes of a change batch request.

See: AWS API Reference for GetChangeDetails.

Synopsis

Creating a Request

getChangeDetails Source

Arguments

:: Text

gcdId

-> GetChangeDetails 

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

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

Request Lenses

gcdId :: Lens' GetChangeDetails 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

getChangeDetailsResponse Source

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

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

Response Lenses

gcdrsChangeBatchRecord :: Lens' GetChangeDetailsResponse ChangeBatchRecord Source

A complex type that contains information about the specified change batch, including the change batch ID, the status of the change, and the contained changes.