Copyright | (c) 2015-2016 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Language | Haskell2010 |
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
- type PawsNotifySpectrumUseResource = "spectrum" :> ("v1explorer" :> ("paws" :> ("notifySpectrumUse" :> (QueryParam "alt" AltJSON :> (ReqBody '[JSON] PawsNotifySpectrumUseRequest :> Post '[JSON] PawsNotifySpectrumUseResponse)))))
- pawsNotifySpectrumUse :: PawsNotifySpectrumUseRequest -> PawsNotifySpectrumUse
- data PawsNotifySpectrumUse
- pnsuPayload :: Lens' PawsNotifySpectrumUse PawsNotifySpectrumUseRequest
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
Request Lenses
pnsuPayload :: Lens' PawsNotifySpectrumUse PawsNotifySpectrumUseRequest Source #
Multipart request metadata.