gogol-spectrum-0.0.1: Google Spectrum Database SDK.

Copyright(c) 2015 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.

Request Lenses