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

Contents

Description

Fetch the representation of an existing ManagedZone.

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

Synopsis

REST Resource

type ManagedZonesGetResource = "dns" :> ("v1" :> ("projects" :> (Capture "project" Text :> ("managedZones" :> (Capture "managedZone" Text :> (QueryParam "alt" AltJSON :> Get `[JSON]` ManagedZone)))))) Source

A resource alias for dns.managedZones.get method which the ManagedZonesGet request conforms to.

Creating a Request

managedZonesGet Source

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

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

Request Lenses

mzgProject :: Lens' ManagedZonesGet Text Source

Identifies the project addressed by this request.

mzgManagedZone :: Lens' ManagedZonesGet Text Source

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