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

Contents

Description

Deletes a read group set.

See: API Reference for genomics.readgroupsets.delete.

Synopsis

REST Resource

type ReadGroupSetsDeleteResource = "v1" :> ("readgroupsets" :> (Capture "readGroupSetId" 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.readgroupsets.delete method which the ReadGroupSetsDelete request conforms to.

Creating a Request

readGroupSetsDelete Source

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

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

Request Lenses

rgsdReadGroupSetId :: Lens' ReadGroupSetsDelete Text Source

The ID of the read group set to be deleted. The caller must have WRITE permissions to the dataset associated with this read group set.

rgsdUploadProtocol :: Lens' ReadGroupSetsDelete (Maybe Text) Source

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

rgsdPp :: Lens' ReadGroupSetsDelete Bool Source

Pretty-print response.

rgsdUploadType :: Lens' ReadGroupSetsDelete (Maybe Text) Source

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