| Copyright | (c) 2015 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay <brendan.g.hay@gmail.com> |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | None |
| Language | Haskell2010 |
Network.Google.Resource.DNS.ManagedZones.Delete
Description
Delete a previously created ManagedZone.
See: Google Cloud DNS API Reference for dns.managedZones.delete.
- type ManagedZonesDeleteResource = "dns" :> ("v1" :> ("projects" :> (Capture "project" Text :> ("managedZones" :> (Capture "managedZone" Text :> (QueryParam "alt" AltJSON :> Delete `[JSON]` ()))))))
- managedZonesDelete :: Text -> Text -> ManagedZonesDelete
- data ManagedZonesDelete
- mzdProject :: Lens' ManagedZonesDelete Text
- mzdManagedZone :: Lens' ManagedZonesDelete Text
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
Arguments
| :: Text | |
| -> Text | |
| -> ManagedZonesDelete |
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:
data ManagedZonesDelete Source
Delete a previously created ManagedZone.
See: managedZonesDelete smart constructor.
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.