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.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.

Request Lenses