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.ManagedZones.List

Contents

Description

Enumerate ManagedZones that have been created but not yet deleted.

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

Synopsis

REST Resource

type ManagedZonesListResource = "dns" :> ("v1" :> ("projects" :> (Capture "project" Text :> ("managedZones" :> (QueryParam "pageToken" Text :> (QueryParam "dnsName" Text :> (QueryParam "maxResults" (Textual Int32) :> (QueryParam "alt" AltJSON :> Get `[JSON]` ManagedZonesListResponse)))))))) Source

A resource alias for dns.managedZones.list method which the ManagedZonesList request conforms to.

Creating a Request

managedZonesList Source

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

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

Request Lenses

mzlProject :: Lens' ManagedZonesList Text Source

Identifies the project addressed by this request.

mzlPageToken :: Lens' ManagedZonesList (Maybe Text) Source

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

mzlDNSName :: Lens' ManagedZonesList (Maybe Text) Source

Restricts the list to return only zones with this domain name.

mzlMaxResults :: Lens' ManagedZonesList (Maybe Int32) Source

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