gogol-spectrum-0.1.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.VerifyDevice

Contents

Description

Validates a device for white space use in accordance with regulatory rules. The Google Spectrum Database does not support master/slave configurations, so this always yields an UNIMPLEMENTED error.

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

Synopsis

REST Resource

type PawsVerifyDeviceResource = "spectrum" :> ("v1explorer" :> ("paws" :> ("verifyDevice" :> (QueryParam "alt" AltJSON :> (ReqBody '[JSON] PawsVerifyDeviceRequest :> Post '[JSON] PawsVerifyDeviceResponse))))) Source #

A resource alias for spectrum.paws.verifyDevice method which the PawsVerifyDevice request conforms to.

Creating a Request

pawsVerifyDevice Source #

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

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

data PawsVerifyDevice Source #

Validates a device for white space use in accordance with regulatory rules. The Google Spectrum Database does not support master/slave configurations, so this always yields an UNIMPLEMENTED error.

See: pawsVerifyDevice smart constructor.

Instances

Eq PawsVerifyDevice Source # 
Data PawsVerifyDevice Source # 

Methods

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

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

toConstr :: PawsVerifyDevice -> Constr #

dataTypeOf :: PawsVerifyDevice -> DataType #

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

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

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

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

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

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

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

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

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

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

Show PawsVerifyDevice Source # 
Generic PawsVerifyDevice Source # 
GoogleRequest PawsVerifyDevice Source # 
type Rep PawsVerifyDevice Source # 
type Rep PawsVerifyDevice = D1 (MetaData "PawsVerifyDevice" "Network.Google.Resource.Spectrum.Paws.VerifyDevice" "gogol-spectrum-0.1.0-1iKijHtvUSbIwpDnGI95so" True) (C1 (MetaCons "PawsVerifyDevice'" PrefixI True) (S1 (MetaSel (Just Symbol "_pvdPayload") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 PawsVerifyDeviceRequest)))
type Scopes PawsVerifyDevice Source # 
type Rs PawsVerifyDevice Source # 

Request Lenses