gogol-genomics-0.0.1: Google Genomics 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.Genomics.Operations.Delete

Contents

Description

This method is not implemented. To cancel an operation, please use Operations.CancelOperation.

See: API Reference for genomics.operations.delete.

Synopsis

REST Resource

type OperationsDeleteResource = "v1" :> (Capture "name" Text :> (QueryParam "$.xgafv" Text :> (QueryParam "upload_protocol" Text :> (QueryParam "pp" Bool :> (QueryParam "access_token" Text :> (QueryParam "uploadType" Text :> (QueryParam "bearer_token" Text :> (QueryParam "callback" Text :> (QueryParam "alt" AltJSON :> Delete `[JSON]` Empty))))))))) Source

A resource alias for genomics.operations.delete method which the OperationsDelete request conforms to.

Creating a Request

operationsDelete Source

Creates a value of OperationsDelete with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

data OperationsDelete Source

This method is not implemented. To cancel an operation, please use Operations.CancelOperation.

See: operationsDelete smart constructor.

Request Lenses

odUploadProtocol :: Lens' OperationsDelete (Maybe Text) Source

Upload protocol for media (e.g. "raw", "multipart").

odPp :: Lens' OperationsDelete Bool Source

Pretty-print response.

odUploadType :: Lens' OperationsDelete (Maybe Text) Source

Legacy upload protocol for media (e.g. "media", "multipart").

odName :: Lens' OperationsDelete Text Source

The name of the operation resource to be deleted.