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

Contents

Description

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

See: AWS API Reference for ListChangeBatchesByRRSet.

Synopsis

Creating a Request

Request Lenses

lcbbrrsSetIdentifier :: Lens' ListChangeBatchesByRRSet (Maybe Text) Source

The identifier of the RRSet that you want to see changes for.

lcbbrrsMaxItems :: Lens' ListChangeBatchesByRRSet (Maybe Text) Source

The maximum number of items on a page.

lcbbrrsHostedZoneId :: Lens' ListChangeBatchesByRRSet Text Source

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

lcbbrrsName :: Lens' ListChangeBatchesByRRSet Text Source

The name of the RRSet that you want to see changes for.

lcbbrrsType :: Lens' ListChangeBatchesByRRSet RecordType Source

The type of the RRSet that you want to see changes for.

lcbbrrsStartDate :: Lens' ListChangeBatchesByRRSet Text Source

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

lcbbrrsEndDate :: Lens' ListChangeBatchesByRRSet Text Source

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

Destructuring the Response

Response Lenses

lcbbrrsrsIsTruncated :: Lens' ListChangeBatchesByRRSetResponse (Maybe Bool) Source

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

lcbbrrsrsMaxItems :: Lens' ListChangeBatchesByRRSetResponse Text Source

The maximum number of items on a page.

lcbbrrsrsChangeBatchRecords :: Lens' ListChangeBatchesByRRSetResponse (NonEmpty ChangeBatchRecord) Source

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