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 |
Decommissions the specified beacon in the service. This beacon will no longer be returned from `beaconinfo.getforobserved`. This operation is permanent -- you will not be able to re-register a beacon with this ID again. Authenticate using an OAuth access token from a signed-in user with **Is owner** or **Can edit** permissions in the Google Developers Console project.
See: Proximity Beacon API Reference for proximitybeacon.beacons.decommission
.
Synopsis
- type BeaconsDecommissionResource = "v1beta1" :> (CaptureMode "beaconName" "decommission" Text :> (QueryParam "$.xgafv" Xgafv :> (QueryParam "upload_protocol" Text :> (QueryParam "access_token" Text :> (QueryParam "uploadType" Text :> (QueryParam "projectId" Text :> (QueryParam "callback" Text :> (QueryParam "alt" AltJSON :> Post '[JSON] Empty))))))))
- beaconsDecommission :: Text -> BeaconsDecommission
- data BeaconsDecommission
- bddXgafv :: Lens' BeaconsDecommission (Maybe Xgafv)
- bddUploadProtocol :: Lens' BeaconsDecommission (Maybe Text)
- bddAccessToken :: Lens' BeaconsDecommission (Maybe Text)
- bddBeaconName :: Lens' BeaconsDecommission Text
- bddUploadType :: Lens' BeaconsDecommission (Maybe Text)
- bddProjectId :: Lens' BeaconsDecommission (Maybe Text)
- bddCallback :: Lens' BeaconsDecommission (Maybe Text)
REST Resource
type BeaconsDecommissionResource = "v1beta1" :> (CaptureMode "beaconName" "decommission" Text :> (QueryParam "$.xgafv" Xgafv :> (QueryParam "upload_protocol" Text :> (QueryParam "access_token" Text :> (QueryParam "uploadType" Text :> (QueryParam "projectId" Text :> (QueryParam "callback" Text :> (QueryParam "alt" AltJSON :> Post '[JSON] Empty)))))))) Source #
A resource alias for proximitybeacon.beacons.decommission
method which the
BeaconsDecommission
request conforms to.
Creating a Request
Creates a value of BeaconsDecommission
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
data BeaconsDecommission Source #
Decommissions the specified beacon in the service. This beacon will no longer be returned from `beaconinfo.getforobserved`. This operation is permanent -- you will not be able to re-register a beacon with this ID again. Authenticate using an OAuth access token from a signed-in user with **Is owner** or **Can edit** permissions in the Google Developers Console project.
See: beaconsDecommission
smart constructor.
Instances
Request Lenses
bddUploadProtocol :: Lens' BeaconsDecommission (Maybe Text) Source #
Upload protocol for media (e.g. "raw", "multipart").
bddAccessToken :: Lens' BeaconsDecommission (Maybe Text) Source #
OAuth access token.
bddBeaconName :: Lens' BeaconsDecommission Text Source #
Beacon that should be decommissioned. A beacon name has the format "beacons/N!beaconId" where the beaconId is the base16 ID broadcast by the beacon and N is a code for the beacon's type. Possible values are `3` for Eddystone-UID, `4` for Eddystone-EID, `1` for iBeacon, or `5` for AltBeacon. For Eddystone-EID beacons, you may use either the current EID of the beacon's "stable" UID. Required.
bddUploadType :: Lens' BeaconsDecommission (Maybe Text) Source #
Legacy upload protocol for media (e.g. "media", "multipart").
bddProjectId :: Lens' BeaconsDecommission (Maybe Text) Source #
The project id of the beacon to decommission. If the project id is not specified then the project making the request is used. The project id must match the project that owns the beacon. Optional.
bddCallback :: Lens' BeaconsDecommission (Maybe Text) Source #
JSONP