gogol-dns-0.0.1: Google Cloud DNS SDK.

Copyright(c) 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.Google.Resource.DNS.Changes.List

Contents

Description

Enumerate Changes to a ResourceRecordSet collection.

See: Google Cloud DNS API Reference for dns.changes.list.

Synopsis

REST Resource

type ChangesListResource = "dns" :> ("v1" :> ("projects" :> (Capture "project" Text :> ("managedZones" :> (Capture "managedZone" Text :> ("changes" :> (QueryParam "sortOrder" Text :> (QueryParam "pageToken" Text :> (QueryParam "maxResults" (Textual Int32) :> (QueryParam "sortBy" ChangesListSortBy :> (QueryParam "alt" AltJSON :> Get `[JSON]` ChangesListResponse))))))))))) Source

A resource alias for dns.changes.list method which the ChangesList request conforms to.

Creating a Request

changesList Source

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

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

Request Lenses

clProject :: Lens' ChangesList Text Source

Identifies the project addressed by this request.

clSortOrder :: Lens' ChangesList (Maybe Text) Source

Sorting order direction: 'ascending' or 'descending'.

clPageToken :: Lens' ChangesList (Maybe Text) Source

Optional. A tag returned by a previous list request that was truncated. Use this parameter to continue a previous list request.

clManagedZone :: Lens' ChangesList Text Source

Identifies the managed zone addressed by this request. Can be the managed zone name or id.

clMaxResults :: Lens' ChangesList (Maybe Int32) Source

Optional. Maximum number of results to be returned. If unspecified, the server will decide how many results to return.

clSortBy :: Lens' ChangesList ChangesListSortBy Source

Sorting criterion. The only supported value is change sequence.