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 |
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
- type PawsVerifyDeviceResource = "spectrum" :> ("v1explorer" :> ("paws" :> ("verifyDevice" :> (QueryParam "alt" AltJSON :> (ReqBody '[JSON] PawsVerifyDeviceRequest :> Post '[JSON] PawsVerifyDeviceResponse)))))
- pawsVerifyDevice :: PawsVerifyDeviceRequest -> PawsVerifyDevice
- data PawsVerifyDevice
- pvdPayload :: Lens' PawsVerifyDevice PawsVerifyDeviceRequest
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
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
Request Lenses
pvdPayload :: Lens' PawsVerifyDevice PawsVerifyDeviceRequest Source #
Multipart request metadata.