Copyright | (c) 2015-2016 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 |
Fetch the representation of an existing ManagedZone.
See: Google Cloud DNS API Reference for dns.managedZones.get
.
Synopsis
- type ManagedZonesGetResource = "dns" :> ("v2beta1" :> ("projects" :> (Capture "project" Text :> ("managedZones" :> (Capture "managedZone" Text :> (QueryParam "clientOperationId" Text :> (QueryParam "alt" AltJSON :> Get '[JSON] ManagedZone)))))))
- managedZonesGet :: Text -> Text -> ManagedZonesGet
- data ManagedZonesGet
- mzgProject :: Lens' ManagedZonesGet Text
- mzgManagedZone :: Lens' ManagedZonesGet Text
- mzgClientOperationId :: Lens' ManagedZonesGet (Maybe Text)
REST Resource
type ManagedZonesGetResource = "dns" :> ("v2beta1" :> ("projects" :> (Capture "project" Text :> ("managedZones" :> (Capture "managedZone" Text :> (QueryParam "clientOperationId" 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
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:
data ManagedZonesGet Source #
Fetch the representation of an existing ManagedZone.
See: managedZonesGet
smart constructor.
Instances
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.
mzgClientOperationId :: Lens' ManagedZonesGet (Maybe Text) Source #
For mutating operation requests only. An optional identifier specified by the client. Must be unique for operation resources in the Operations collection.