gogol-dns-0.3.0: Google Cloud DNS SDK.

Copyright(c) 2015-2016 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.ManagedZoneOperations.Get

Contents

Description

Fetch the representation of an existing Operation.

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

Synopsis

REST Resource

type ManagedZoneOperationsGetResource = "dns" :> ("v2beta1" :> ("projects" :> (Capture "project" Text :> ("managedZones" :> (Capture "managedZone" Text :> ("operations" :> (Capture "operation" Text :> (QueryParam "clientOperationId" Text :> (QueryParam "alt" AltJSON :> Get '[JSON] Operation))))))))) Source #

A resource alias for dns.managedZoneOperations.get method which the ManagedZoneOperationsGet request conforms to.

Creating a Request

managedZoneOperationsGet Source #

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

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

data ManagedZoneOperationsGet Source #

Fetch the representation of an existing Operation.

See: managedZoneOperationsGet smart constructor.

Instances

Eq ManagedZoneOperationsGet Source # 
Data ManagedZoneOperationsGet Source # 

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> ManagedZoneOperationsGet -> c ManagedZoneOperationsGet #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c ManagedZoneOperationsGet #

toConstr :: ManagedZoneOperationsGet -> Constr #

dataTypeOf :: ManagedZoneOperationsGet -> DataType #

dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c ManagedZoneOperationsGet) #

dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c ManagedZoneOperationsGet) #

gmapT :: (forall b. Data b => b -> b) -> ManagedZoneOperationsGet -> ManagedZoneOperationsGet #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> ManagedZoneOperationsGet -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> ManagedZoneOperationsGet -> r #

gmapQ :: (forall d. Data d => d -> u) -> ManagedZoneOperationsGet -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> ManagedZoneOperationsGet -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> ManagedZoneOperationsGet -> m ManagedZoneOperationsGet #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> ManagedZoneOperationsGet -> m ManagedZoneOperationsGet #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> ManagedZoneOperationsGet -> m ManagedZoneOperationsGet #

Show ManagedZoneOperationsGet Source # 
Generic ManagedZoneOperationsGet Source # 
GoogleRequest ManagedZoneOperationsGet Source # 
type Rep ManagedZoneOperationsGet Source # 
type Rep ManagedZoneOperationsGet = D1 (MetaData "ManagedZoneOperationsGet" "Network.Google.Resource.DNS.ManagedZoneOperations.Get" "gogol-dns-0.3.0-3F7MGElSmPBL3yHLNf086J" False) (C1 (MetaCons "ManagedZoneOperationsGet'" PrefixI True) ((:*:) ((:*:) (S1 (MetaSel (Just Symbol "_mzogProject") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text)) (S1 (MetaSel (Just Symbol "_mzogOperation") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text))) ((:*:) (S1 (MetaSel (Just Symbol "_mzogManagedZone") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text)) (S1 (MetaSel (Just Symbol "_mzogClientOperationId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))))))
type Scopes ManagedZoneOperationsGet Source # 
type Scopes ManagedZoneOperationsGet = (:) Symbol "https://www.googleapis.com/auth/cloud-platform" ((:) Symbol "https://www.googleapis.com/auth/cloud-platform.read-only" ((:) Symbol "https://www.googleapis.com/auth/ndev.clouddns.readonly" ((:) Symbol "https://www.googleapis.com/auth/ndev.clouddns.readwrite" ([] Symbol))))
type Rs ManagedZoneOperationsGet Source # 

Request Lenses

mzogProject :: Lens' ManagedZoneOperationsGet Text Source #

Identifies the project addressed by this request.

mzogOperation :: Lens' ManagedZoneOperationsGet Text Source #

Identifies the operation addressed by this request.

mzogManagedZone :: Lens' ManagedZoneOperationsGet Text Source #

Identifies the managed zone addressed by this request.

mzogClientOperationId :: Lens' ManagedZoneOperationsGet (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.