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

Description

Starts a read set import job.

Synopsis

Creating a Request

data StartReadSetImportJob Source #

See: newStartReadSetImportJob smart constructor.

Constructors

StartReadSetImportJob' 

Fields

Instances

Instances details
ToJSON StartReadSetImportJob Source # 
Instance details

Defined in Amazonka.Omics.StartReadSetImportJob

ToHeaders StartReadSetImportJob Source # 
Instance details

Defined in Amazonka.Omics.StartReadSetImportJob

ToPath StartReadSetImportJob Source # 
Instance details

Defined in Amazonka.Omics.StartReadSetImportJob

ToQuery StartReadSetImportJob Source # 
Instance details

Defined in Amazonka.Omics.StartReadSetImportJob

AWSRequest StartReadSetImportJob Source # 
Instance details

Defined in Amazonka.Omics.StartReadSetImportJob

Associated Types

type AWSResponse StartReadSetImportJob #

Generic StartReadSetImportJob Source # 
Instance details

Defined in Amazonka.Omics.StartReadSetImportJob

Associated Types

type Rep StartReadSetImportJob :: Type -> Type #

Read StartReadSetImportJob Source # 
Instance details

Defined in Amazonka.Omics.StartReadSetImportJob

Show StartReadSetImportJob Source # 
Instance details

Defined in Amazonka.Omics.StartReadSetImportJob

NFData StartReadSetImportJob Source # 
Instance details

Defined in Amazonka.Omics.StartReadSetImportJob

Methods

rnf :: StartReadSetImportJob -> () #

Eq StartReadSetImportJob Source # 
Instance details

Defined in Amazonka.Omics.StartReadSetImportJob

Hashable StartReadSetImportJob Source # 
Instance details

Defined in Amazonka.Omics.StartReadSetImportJob

type AWSResponse StartReadSetImportJob Source # 
Instance details

Defined in Amazonka.Omics.StartReadSetImportJob

type Rep StartReadSetImportJob Source # 
Instance details

Defined in Amazonka.Omics.StartReadSetImportJob

type Rep StartReadSetImportJob = D1 ('MetaData "StartReadSetImportJob" "Amazonka.Omics.StartReadSetImportJob" "amazonka-omics-2.0-9t5CXL0ZQCvGfVWhQWVGKJ" 'False) (C1 ('MetaCons "StartReadSetImportJob'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "clientToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "roleArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)) :*: (S1 ('MetaSel ('Just "sequenceStoreId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "sources") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (NonEmpty StartReadSetImportJobSourceItem)))))

newStartReadSetImportJob Source #

Create a value of StartReadSetImportJob 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:clientToken:StartReadSetImportJob', startReadSetImportJob_clientToken - To ensure that jobs don't run multiple times, specify a unique token for each job.

StartReadSetImportJob, startReadSetImportJob_roleArn - A service role for the job.

StartReadSetImportJob, startReadSetImportJob_sequenceStoreId - The read set's sequence store ID.

$sel:sources:StartReadSetImportJob', startReadSetImportJob_sources - Source files to import.

Request Lenses

startReadSetImportJob_clientToken :: Lens' StartReadSetImportJob (Maybe Text) Source #

To ensure that jobs don't run multiple times, specify a unique token for each job.

Destructuring the Response

data StartReadSetImportJobResponse Source #

See: newStartReadSetImportJobResponse smart constructor.

Constructors

StartReadSetImportJobResponse' 

Fields

Instances

Instances details
Generic StartReadSetImportJobResponse Source # 
Instance details

Defined in Amazonka.Omics.StartReadSetImportJob

Associated Types

type Rep StartReadSetImportJobResponse :: Type -> Type #

Read StartReadSetImportJobResponse Source # 
Instance details

Defined in Amazonka.Omics.StartReadSetImportJob

Show StartReadSetImportJobResponse Source # 
Instance details

Defined in Amazonka.Omics.StartReadSetImportJob

NFData StartReadSetImportJobResponse Source # 
Instance details

Defined in Amazonka.Omics.StartReadSetImportJob

Eq StartReadSetImportJobResponse Source # 
Instance details

Defined in Amazonka.Omics.StartReadSetImportJob

type Rep StartReadSetImportJobResponse Source # 
Instance details

Defined in Amazonka.Omics.StartReadSetImportJob

type Rep StartReadSetImportJobResponse = D1 ('MetaData "StartReadSetImportJobResponse" "Amazonka.Omics.StartReadSetImportJob" "amazonka-omics-2.0-9t5CXL0ZQCvGfVWhQWVGKJ" 'False) (C1 ('MetaCons "StartReadSetImportJobResponse'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: (S1 ('MetaSel ('Just "creationTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 ISO8601) :*: S1 ('MetaSel ('Just "id") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))) :*: (S1 ('MetaSel ('Just "roleArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: (S1 ('MetaSel ('Just "sequenceStoreId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 ReadSetImportJobStatus)))))

Response Lenses