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

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

Data ManagedZoneOperationsList Source # 
Instance details

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

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

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

Generic ManagedZoneOperationsList Source # 
Instance details

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

Associated Types

type Rep ManagedZoneOperationsList :: Type -> Type #

GoogleRequest ManagedZoneOperationsList Source # 
Instance details

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

type Rep ManagedZoneOperationsList Source # 
Instance details

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

type Rep ManagedZoneOperationsList = D1 (MetaData "ManagedZoneOperationsList" "Network.Google.Resource.DNS.ManagedZoneOperations.List" "gogol-dns-0.5.0-BaDnn5GGtspCPi0XqejWGl" False) (C1 (MetaCons "ManagedZoneOperationsList'" PrefixI True) ((S1 (MetaSel (Just "_mzolProject") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text) :*: S1 (MetaSel (Just "_mzolPageToken") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 (MetaSel (Just "_mzolManagedZone") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text) :*: (S1 (MetaSel (Just "_mzolMaxResults") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe (Textual Int32))) :*: S1 (MetaSel (Just "_mzolSortBy") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 ManagedZoneOperationsListSortBy)))))
type Scopes ManagedZoneOperationsList Source # 
Instance details

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

type Scopes ManagedZoneOperationsList = "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 ManagedZoneOperationsList Source # 
Instance details

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

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.