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

Contents

Description

Delete a previously created ManagedZone.

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

Synopsis

REST Resource

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

A resource alias for dns.managedZones.delete method which the ManagedZonesDelete request conforms to.

Creating a Request

managedZonesDelete Source

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

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

Request Lenses

mzdProject :: Lens' ManagedZonesDelete Text Source

Identifies the project addressed by this request.

mzdManagedZone :: Lens' ManagedZonesDelete Text Source

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