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 |
Deletes a long-running operation. This method indicates that the client is no longer interested in the operation result. It does not cancel the operation. If the server doesn't support this method, it returns google.rpc.Code.UNIMPLEMENTED.
See: Android Management API Reference for androidmanagement.enterprises.devices.operations.delete
.
Synopsis
- type EnterprisesDevicesOperationsDeleteResource = "v1" :> (Capture "name" Text :> (QueryParam "$.xgafv" Xgafv :> (QueryParam "upload_protocol" Text :> (QueryParam "access_token" Text :> (QueryParam "uploadType" Text :> (QueryParam "callback" Text :> (QueryParam "alt" AltJSON :> Delete '[JSON] Empty)))))))
- enterprisesDevicesOperationsDelete :: Text -> EnterprisesDevicesOperationsDelete
- data EnterprisesDevicesOperationsDelete
- edodXgafv :: Lens' EnterprisesDevicesOperationsDelete (Maybe Xgafv)
- edodUploadProtocol :: Lens' EnterprisesDevicesOperationsDelete (Maybe Text)
- edodAccessToken :: Lens' EnterprisesDevicesOperationsDelete (Maybe Text)
- edodUploadType :: Lens' EnterprisesDevicesOperationsDelete (Maybe Text)
- edodName :: Lens' EnterprisesDevicesOperationsDelete Text
- edodCallback :: Lens' EnterprisesDevicesOperationsDelete (Maybe Text)
REST Resource
type EnterprisesDevicesOperationsDeleteResource = "v1" :> (Capture "name" Text :> (QueryParam "$.xgafv" Xgafv :> (QueryParam "upload_protocol" Text :> (QueryParam "access_token" Text :> (QueryParam "uploadType" Text :> (QueryParam "callback" Text :> (QueryParam "alt" AltJSON :> Delete '[JSON] Empty))))))) Source #
A resource alias for androidmanagement.enterprises.devices.operations.delete
method which the
EnterprisesDevicesOperationsDelete
request conforms to.
Creating a Request
enterprisesDevicesOperationsDelete Source #
Creates a value of EnterprisesDevicesOperationsDelete
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
data EnterprisesDevicesOperationsDelete Source #
Deletes a long-running operation. This method indicates that the client is no longer interested in the operation result. It does not cancel the operation. If the server doesn't support this method, it returns google.rpc.Code.UNIMPLEMENTED.
See: enterprisesDevicesOperationsDelete
smart constructor.
Instances
Request Lenses
edodUploadProtocol :: Lens' EnterprisesDevicesOperationsDelete (Maybe Text) Source #
Upload protocol for media (e.g. "raw", "multipart").
edodAccessToken :: Lens' EnterprisesDevicesOperationsDelete (Maybe Text) Source #
OAuth access token.
edodUploadType :: Lens' EnterprisesDevicesOperationsDelete (Maybe Text) Source #
Legacy upload protocol for media (e.g. "media", "multipart").