amazonka-omics-2.0: Amazon Omics SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.Omics.DeleteRun

Description

Deletes a workflow run.

Synopsis

Creating a Request

data DeleteRun Source #

See: newDeleteRun smart constructor.

Constructors

DeleteRun' 

Fields

Instances

Instances details
ToHeaders DeleteRun Source # 
Instance details

Defined in Amazonka.Omics.DeleteRun

Methods

toHeaders :: DeleteRun -> [Header] #

ToPath DeleteRun Source # 
Instance details

Defined in Amazonka.Omics.DeleteRun

ToQuery DeleteRun Source # 
Instance details

Defined in Amazonka.Omics.DeleteRun

AWSRequest DeleteRun Source # 
Instance details

Defined in Amazonka.Omics.DeleteRun

Associated Types

type AWSResponse DeleteRun #

Generic DeleteRun Source # 
Instance details

Defined in Amazonka.Omics.DeleteRun

Associated Types

type Rep DeleteRun :: Type -> Type #

Read DeleteRun Source # 
Instance details

Defined in Amazonka.Omics.DeleteRun

Show DeleteRun Source # 
Instance details

Defined in Amazonka.Omics.DeleteRun

NFData DeleteRun Source # 
Instance details

Defined in Amazonka.Omics.DeleteRun

Methods

rnf :: DeleteRun -> () #

Eq DeleteRun Source # 
Instance details

Defined in Amazonka.Omics.DeleteRun

Hashable DeleteRun Source # 
Instance details

Defined in Amazonka.Omics.DeleteRun

type AWSResponse DeleteRun Source # 
Instance details

Defined in Amazonka.Omics.DeleteRun

type Rep DeleteRun Source # 
Instance details

Defined in Amazonka.Omics.DeleteRun

type Rep DeleteRun = D1 ('MetaData "DeleteRun" "Amazonka.Omics.DeleteRun" "amazonka-omics-2.0-9t5CXL0ZQCvGfVWhQWVGKJ" 'False) (C1 ('MetaCons "DeleteRun'" 'PrefixI 'True) (S1 ('MetaSel ('Just "id") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newDeleteRun Source #

Arguments

:: Text

DeleteRun

-> DeleteRun 

Create a value of DeleteRun with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

DeleteRun, deleteRun_id - The run's ID.

Request Lenses

Destructuring the Response

data DeleteRunResponse Source #

See: newDeleteRunResponse smart constructor.

Constructors

DeleteRunResponse' 

Instances

Instances details
Generic DeleteRunResponse Source # 
Instance details

Defined in Amazonka.Omics.DeleteRun

Associated Types

type Rep DeleteRunResponse :: Type -> Type #

Read DeleteRunResponse Source # 
Instance details

Defined in Amazonka.Omics.DeleteRun

Show DeleteRunResponse Source # 
Instance details

Defined in Amazonka.Omics.DeleteRun

NFData DeleteRunResponse Source # 
Instance details

Defined in Amazonka.Omics.DeleteRun

Methods

rnf :: DeleteRunResponse -> () #

Eq DeleteRunResponse Source # 
Instance details

Defined in Amazonka.Omics.DeleteRun

type Rep DeleteRunResponse Source # 
Instance details

Defined in Amazonka.Omics.DeleteRun

type Rep DeleteRunResponse = D1 ('MetaData "DeleteRunResponse" "Amazonka.Omics.DeleteRun" "amazonka-omics-2.0-9t5CXL0ZQCvGfVWhQWVGKJ" 'False) (C1 ('MetaCons "DeleteRunResponse'" 'PrefixI 'False) (U1 :: Type -> Type))

newDeleteRunResponse :: DeleteRunResponse Source #

Create a value of DeleteRunResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.