gogol-spectrum-0.5.0: Google Spectrum Database 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.Spectrum.Paws.NotifySpectrumUse

Contents

Description

Notifies the database that the device has selected certain frequency ranges for transmission. Only to be invoked when required by the regulator. The Google Spectrum Database does not operate in domains that require notification, so this always yields an UNIMPLEMENTED error.

See: Google Spectrum Database API Reference for spectrum.paws.notifySpectrumUse.

Synopsis

REST Resource

type PawsNotifySpectrumUseResource = "spectrum" :> ("v1explorer" :> ("paws" :> ("notifySpectrumUse" :> (QueryParam "alt" AltJSON :> (ReqBody '[JSON] PawsNotifySpectrumUseRequest :> Post '[JSON] PawsNotifySpectrumUseResponse))))) Source #

A resource alias for spectrum.paws.notifySpectrumUse method which the PawsNotifySpectrumUse request conforms to.

Creating a Request

pawsNotifySpectrumUse Source #

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

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

data PawsNotifySpectrumUse Source #

Notifies the database that the device has selected certain frequency ranges for transmission. Only to be invoked when required by the regulator. The Google Spectrum Database does not operate in domains that require notification, so this always yields an UNIMPLEMENTED error.

See: pawsNotifySpectrumUse smart constructor.

Instances
Eq PawsNotifySpectrumUse Source # 
Instance details

Defined in Network.Google.Resource.Spectrum.Paws.NotifySpectrumUse

Data PawsNotifySpectrumUse Source # 
Instance details

Defined in Network.Google.Resource.Spectrum.Paws.NotifySpectrumUse

Methods

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

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

toConstr :: PawsNotifySpectrumUse -> Constr #

dataTypeOf :: PawsNotifySpectrumUse -> DataType #

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

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

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

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

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

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

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

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

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

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

Show PawsNotifySpectrumUse Source # 
Instance details

Defined in Network.Google.Resource.Spectrum.Paws.NotifySpectrumUse

Generic PawsNotifySpectrumUse Source # 
Instance details

Defined in Network.Google.Resource.Spectrum.Paws.NotifySpectrumUse

Associated Types

type Rep PawsNotifySpectrumUse :: Type -> Type #

GoogleRequest PawsNotifySpectrumUse Source # 
Instance details

Defined in Network.Google.Resource.Spectrum.Paws.NotifySpectrumUse

type Rep PawsNotifySpectrumUse Source # 
Instance details

Defined in Network.Google.Resource.Spectrum.Paws.NotifySpectrumUse

type Rep PawsNotifySpectrumUse = D1 (MetaData "PawsNotifySpectrumUse" "Network.Google.Resource.Spectrum.Paws.NotifySpectrumUse" "gogol-spectrum-0.5.0-IeO4Q3tm3gcKj8PjAQar4x" True) (C1 (MetaCons "PawsNotifySpectrumUse'" PrefixI True) (S1 (MetaSel (Just "_pnsuPayload") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 PawsNotifySpectrumUseRequest)))
type Scopes PawsNotifySpectrumUse Source # 
Instance details

Defined in Network.Google.Resource.Spectrum.Paws.NotifySpectrumUse

type Rs PawsNotifySpectrumUse Source # 
Instance details

Defined in Network.Google.Resource.Spectrum.Paws.NotifySpectrumUse

Request Lenses