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.ListChangeBatchesByHostedZone

Contents

Description

This action gets the list of ChangeBatches in a given time period for a given hosted zone.

See: AWS API Reference for ListChangeBatchesByHostedZone.

Synopsis

Creating a Request

listChangeBatchesByHostedZone Source

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

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

Request Lenses

lcbbhzMaxItems :: Lens' ListChangeBatchesByHostedZone (Maybe Text) Source

The maximum number of items on a page.

lcbbhzHostedZoneId :: Lens' ListChangeBatchesByHostedZone Text Source

The ID of the hosted zone that you want to see changes for.

lcbbhzStartDate :: Lens' ListChangeBatchesByHostedZone Text Source

The start of the time period you want to see changes for.

lcbbhzEndDate :: Lens' ListChangeBatchesByHostedZone Text Source

The end of the time period you want to see changes for.

Destructuring the Response

Response Lenses

lcbbhzrsIsTruncated :: Lens' ListChangeBatchesByHostedZoneResponse (Maybe Bool) Source

A flag that indicates if there are more change batches to list.

lcbbhzrsChangeBatchRecords :: Lens' ListChangeBatchesByHostedZoneResponse (NonEmpty ChangeBatchRecord) Source

The change batches within the given hosted zone and time period.