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.StartRun

Description

Starts a run.

Synopsis

Creating a Request

data StartRun Source #

See: newStartRun smart constructor.

Constructors

StartRun' 

Fields

Instances

Instances details
ToJSON StartRun Source # 
Instance details

Defined in Amazonka.Omics.StartRun

ToHeaders StartRun Source # 
Instance details

Defined in Amazonka.Omics.StartRun

Methods

toHeaders :: StartRun -> [Header] #

ToPath StartRun Source # 
Instance details

Defined in Amazonka.Omics.StartRun

ToQuery StartRun Source # 
Instance details

Defined in Amazonka.Omics.StartRun

AWSRequest StartRun Source # 
Instance details

Defined in Amazonka.Omics.StartRun

Associated Types

type AWSResponse StartRun #

Generic StartRun Source # 
Instance details

Defined in Amazonka.Omics.StartRun

Associated Types

type Rep StartRun :: Type -> Type #

Methods

from :: StartRun -> Rep StartRun x #

to :: Rep StartRun x -> StartRun #

Read StartRun Source # 
Instance details

Defined in Amazonka.Omics.StartRun

Show StartRun Source # 
Instance details

Defined in Amazonka.Omics.StartRun

NFData StartRun Source # 
Instance details

Defined in Amazonka.Omics.StartRun

Methods

rnf :: StartRun -> () #

Eq StartRun Source # 
Instance details

Defined in Amazonka.Omics.StartRun

Hashable StartRun Source # 
Instance details

Defined in Amazonka.Omics.StartRun

Methods

hashWithSalt :: Int -> StartRun -> Int #

hash :: StartRun -> Int #

type AWSResponse StartRun Source # 
Instance details

Defined in Amazonka.Omics.StartRun

type Rep StartRun Source # 
Instance details

Defined in Amazonka.Omics.StartRun

type Rep StartRun = D1 ('MetaData "StartRun" "Amazonka.Omics.StartRun" "amazonka-omics-2.0-9t5CXL0ZQCvGfVWhQWVGKJ" 'False) (C1 ('MetaCons "StartRun'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "logLevel") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe RunLogLevel)) :*: (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "outputUri") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: (S1 ('MetaSel ('Just "parameters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe RunParameters)) :*: (S1 ('MetaSel ('Just "priority") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "runGroupId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))) :*: ((S1 ('MetaSel ('Just "runId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "storageCapacity") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text Text))))) :*: ((S1 ('MetaSel ('Just "workflowId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "workflowType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe WorkflowType))) :*: (S1 ('MetaSel ('Just "requestId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "roleArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))))

newStartRun Source #

Create a value of StartRun 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:

$sel:logLevel:StartRun', startRun_logLevel - A log level for the run.

StartRun, startRun_name - A name for the run.

$sel:outputUri:StartRun', startRun_outputUri - An output URI for the run.

$sel:parameters:StartRun', startRun_parameters - Parameters for the run.

StartRun, startRun_priority - A priority for the run.

$sel:runGroupId:StartRun', startRun_runGroupId - The run's group ID.

$sel:runId:StartRun', startRun_runId - The run's ID.

StartRun, startRun_storageCapacity - A storage capacity for the run.

StartRun, startRun_tags - Tags for the run.

StartRun, startRun_workflowId - The run's workflow ID.

$sel:workflowType:StartRun', startRun_workflowType - The run's workflows type.

$sel:requestId:StartRun', startRun_requestId - A request ID for the run.

StartRun, startRun_roleArn - A service role for the run.

Request Lenses

startRun_name :: Lens' StartRun (Maybe Text) Source #

A name for the run.

startRun_outputUri :: Lens' StartRun (Maybe Text) Source #

An output URI for the run.

startRun_priority :: Lens' StartRun (Maybe Natural) Source #

A priority for the run.

startRun_storageCapacity :: Lens' StartRun (Maybe Natural) Source #

A storage capacity for the run.

startRun_workflowId :: Lens' StartRun (Maybe Text) Source #

The run's workflow ID.

startRun_requestId :: Lens' StartRun Text Source #

A request ID for the run.

startRun_roleArn :: Lens' StartRun Text Source #

A service role for the run.

Destructuring the Response

data StartRunResponse Source #

See: newStartRunResponse smart constructor.

Constructors

StartRunResponse' 

Fields

Instances

Instances details
Generic StartRunResponse Source # 
Instance details

Defined in Amazonka.Omics.StartRun

Associated Types

type Rep StartRunResponse :: Type -> Type #

Read StartRunResponse Source # 
Instance details

Defined in Amazonka.Omics.StartRun

Show StartRunResponse Source # 
Instance details

Defined in Amazonka.Omics.StartRun

NFData StartRunResponse Source # 
Instance details

Defined in Amazonka.Omics.StartRun

Methods

rnf :: StartRunResponse -> () #

Eq StartRunResponse Source # 
Instance details

Defined in Amazonka.Omics.StartRun

type Rep StartRunResponse Source # 
Instance details

Defined in Amazonka.Omics.StartRun

newStartRunResponse Source #

Create a value of StartRunResponse 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:

StartRunResponse, startRunResponse_arn - The run's ARN.

StartRunResponse, startRunResponse_id - The run's ID.

StartRunResponse, startRunResponse_status - The run's status.

StartRun, startRunResponse_tags - The run's tags.

$sel:httpStatus:StartRunResponse', startRunResponse_httpStatus - The response's http status code.

Response Lenses

startRunResponse_httpStatus :: Lens' StartRunResponse Int Source #

The response's http status code.