gogol-dns-0.4.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 # 
Instance details

Defined in Network.Google.Resource.DNS.ManagedZoneOperations.Get

Data ManagedZoneOperationsGet Source # 
Instance details

Defined in Network.Google.Resource.DNS.ManagedZoneOperations.Get

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 # 
Instance details

Defined in Network.Google.Resource.DNS.ManagedZoneOperations.Get

Generic ManagedZoneOperationsGet Source # 
Instance details

Defined in Network.Google.Resource.DNS.ManagedZoneOperations.Get

Associated Types

type Rep ManagedZoneOperationsGet :: Type -> Type #

GoogleRequest ManagedZoneOperationsGet Source # 
Instance details

Defined in Network.Google.Resource.DNS.ManagedZoneOperations.Get

type Rep ManagedZoneOperationsGet Source # 
Instance details

Defined in Network.Google.Resource.DNS.ManagedZoneOperations.Get

type Rep ManagedZoneOperationsGet = D1 (MetaData "ManagedZoneOperationsGet" "Network.Google.Resource.DNS.ManagedZoneOperations.Get" "gogol-dns-0.4.0-FGL4N5c1W6oLe6JT83PCEl" False) (C1 (MetaCons "ManagedZoneOperationsGet'" PrefixI True) ((S1 (MetaSel (Just "_mzogProject") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text) :*: S1 (MetaSel (Just "_mzogOperation") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text)) :*: (S1 (MetaSel (Just "_mzogManagedZone") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text) :*: S1 (MetaSel (Just "_mzogClientOperationId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)))))
type Scopes ManagedZoneOperationsGet Source # 
Instance details

Defined in Network.Google.Resource.DNS.ManagedZoneOperations.Get

type Scopes ManagedZoneOperationsGet = "https://www.googleapis.com/auth/cloud-platform" ': ("https://www.googleapis.com/auth/cloud-platform.read-only" ': ("https://www.googleapis.com/auth/ndev.clouddns.readonly" ': ("https://www.googleapis.com/auth/ndev.clouddns.readwrite" ': ([] :: [Symbol]))))
type Rs ManagedZoneOperationsGet Source # 
Instance details

Defined in Network.Google.Resource.DNS.ManagedZoneOperations.Get

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.