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

Contents

Description

Enumerate Operations for the given ManagedZone.

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

Synopsis

REST Resource

type ManagedZoneOperationsListResource = "dns" :> ("v2beta1" :> ("projects" :> (Capture "project" Text :> ("managedZones" :> (Capture "managedZone" Text :> ("operations" :> (QueryParam "pageToken" Text :> (QueryParam "maxResults" (Textual Int32) :> (QueryParam "sortBy" ManagedZoneOperationsListSortBy :> (QueryParam "alt" AltJSON :> Get '[JSON] ManagedZoneOperationsListResponse)))))))))) Source #

A resource alias for dns.managedZoneOperations.list method which the ManagedZoneOperationsList request conforms to.

Creating a Request

managedZoneOperationsList Source #

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

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

data ManagedZoneOperationsList Source #

Enumerate Operations for the given ManagedZone.

See: managedZoneOperationsList smart constructor.

Instances

Eq ManagedZoneOperationsList Source # 
Data ManagedZoneOperationsList Source # 

Methods

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

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

toConstr :: ManagedZoneOperationsList -> Constr #

dataTypeOf :: ManagedZoneOperationsList -> DataType #

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

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

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

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

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

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

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

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

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

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

Show ManagedZoneOperationsList Source # 
Generic ManagedZoneOperationsList Source # 
GoogleRequest ManagedZoneOperationsList Source # 
type Rep ManagedZoneOperationsList Source # 
type Rep ManagedZoneOperationsList = D1 (MetaData "ManagedZoneOperationsList" "Network.Google.Resource.DNS.ManagedZoneOperations.List" "gogol-dns-0.3.0-3F7MGElSmPBL3yHLNf086J" False) (C1 (MetaCons "ManagedZoneOperationsList'" PrefixI True) ((:*:) ((:*:) (S1 (MetaSel (Just Symbol "_mzolProject") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text)) (S1 (MetaSel (Just Symbol "_mzolPageToken") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)))) ((:*:) (S1 (MetaSel (Just Symbol "_mzolManagedZone") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text)) ((:*:) (S1 (MetaSel (Just Symbol "_mzolMaxResults") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe (Textual Int32)))) (S1 (MetaSel (Just Symbol "_mzolSortBy") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 ManagedZoneOperationsListSortBy))))))
type Scopes ManagedZoneOperationsList Source # 
type Scopes ManagedZoneOperationsList = (:) 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 ManagedZoneOperationsList Source # 

Request Lenses

mzolProject :: Lens' ManagedZoneOperationsList Text Source #

Identifies the project addressed by this request.

mzolPageToken :: Lens' ManagedZoneOperationsList (Maybe Text) Source #

Optional. A tag returned by a previous list request that was truncated. Use this parameter to continue a previous list request.

mzolManagedZone :: Lens' ManagedZoneOperationsList Text Source #

Identifies the managed zone addressed by this request.

mzolMaxResults :: Lens' ManagedZoneOperationsList (Maybe Int32) Source #

Optional. Maximum number of results to be returned. If unspecified, the server will decide how many results to return.

mzolSortBy :: Lens' ManagedZoneOperationsList ManagedZoneOperationsListSortBy Source #

Sorting criterion. The only supported values are START_TIME and ID.