gogol-spectrum-0.4.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.Init

Contents

Description

Initializes the connection between a white space device and the database.

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

Synopsis

REST Resource

type PawsInitResource = "spectrum" :> ("v1explorer" :> ("paws" :> ("init" :> (QueryParam "alt" AltJSON :> (ReqBody '[JSON] PawsInitRequest :> Post '[JSON] PawsInitResponse))))) Source #

A resource alias for spectrum.paws.init method which the PawsInit request conforms to.

Creating a Request

pawsInit Source #

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

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

data PawsInit Source #

Initializes the connection between a white space device and the database.

See: pawsInit smart constructor.

Instances
Eq PawsInit Source # 
Instance details

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

Data PawsInit Source # 
Instance details

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

Methods

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

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

toConstr :: PawsInit -> Constr #

dataTypeOf :: PawsInit -> DataType #

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

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

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

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

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

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

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

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

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

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

Show PawsInit Source # 
Instance details

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

Generic PawsInit Source # 
Instance details

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

Associated Types

type Rep PawsInit :: Type -> Type #

Methods

from :: PawsInit -> Rep PawsInit x #

to :: Rep PawsInit x -> PawsInit #

GoogleRequest PawsInit Source # 
Instance details

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

Associated Types

type Rs PawsInit :: Type #

type Scopes PawsInit :: [Symbol] #

type Rep PawsInit Source # 
Instance details

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

type Rep PawsInit = D1 (MetaData "PawsInit" "Network.Google.Resource.Spectrum.Paws.Init" "gogol-spectrum-0.4.0-3tWBsDwAoekF7pa90dO3l1" True) (C1 (MetaCons "PawsInit'" PrefixI True) (S1 (MetaSel (Just "_piPayload") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 PawsInitRequest)))
type Scopes PawsInit Source # 
Instance details

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

type Scopes PawsInit = ([] :: [Symbol])
type Rs PawsInit Source # 
Instance details

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

Request Lenses

piPayload :: Lens' PawsInit PawsInitRequest Source #

Multipart request metadata.