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

Description

Starts an annotation import job.

Synopsis

Creating a Request

data StartAnnotationImportJob Source #

See: newStartAnnotationImportJob smart constructor.

Constructors

StartAnnotationImportJob' 

Fields

Instances

Instances details
ToJSON StartAnnotationImportJob Source # 
Instance details

Defined in Amazonka.Omics.StartAnnotationImportJob

ToHeaders StartAnnotationImportJob Source # 
Instance details

Defined in Amazonka.Omics.StartAnnotationImportJob

ToPath StartAnnotationImportJob Source # 
Instance details

Defined in Amazonka.Omics.StartAnnotationImportJob

ToQuery StartAnnotationImportJob Source # 
Instance details

Defined in Amazonka.Omics.StartAnnotationImportJob

AWSRequest StartAnnotationImportJob Source # 
Instance details

Defined in Amazonka.Omics.StartAnnotationImportJob

Generic StartAnnotationImportJob Source # 
Instance details

Defined in Amazonka.Omics.StartAnnotationImportJob

Associated Types

type Rep StartAnnotationImportJob :: Type -> Type #

Read StartAnnotationImportJob Source # 
Instance details

Defined in Amazonka.Omics.StartAnnotationImportJob

Show StartAnnotationImportJob Source # 
Instance details

Defined in Amazonka.Omics.StartAnnotationImportJob

NFData StartAnnotationImportJob Source # 
Instance details

Defined in Amazonka.Omics.StartAnnotationImportJob

Eq StartAnnotationImportJob Source # 
Instance details

Defined in Amazonka.Omics.StartAnnotationImportJob

Hashable StartAnnotationImportJob Source # 
Instance details

Defined in Amazonka.Omics.StartAnnotationImportJob

type AWSResponse StartAnnotationImportJob Source # 
Instance details

Defined in Amazonka.Omics.StartAnnotationImportJob

type Rep StartAnnotationImportJob Source # 
Instance details

Defined in Amazonka.Omics.StartAnnotationImportJob

type Rep StartAnnotationImportJob = D1 ('MetaData "StartAnnotationImportJob" "Amazonka.Omics.StartAnnotationImportJob" "amazonka-omics-2.0-9t5CXL0ZQCvGfVWhQWVGKJ" 'False) (C1 ('MetaCons "StartAnnotationImportJob'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "formatOptions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe FormatOptions)) :*: S1 ('MetaSel ('Just "runLeftNormalization") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool))) :*: (S1 ('MetaSel ('Just "destinationName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: (S1 ('MetaSel ('Just "items") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (NonEmpty AnnotationImportItemSource)) :*: S1 ('MetaSel ('Just "roleArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))))

newStartAnnotationImportJob Source #

Create a value of StartAnnotationImportJob 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:formatOptions:StartAnnotationImportJob', startAnnotationImportJob_formatOptions - Formatting options for the annotation file.

StartAnnotationImportJob, startAnnotationImportJob_runLeftNormalization - The job's left normalization setting.

StartAnnotationImportJob, startAnnotationImportJob_destinationName - A destination annotation store for the job.

$sel:items:StartAnnotationImportJob', startAnnotationImportJob_items - Items to import.

StartAnnotationImportJob, startAnnotationImportJob_roleArn - A service role for the job.

Request Lenses

Destructuring the Response

data StartAnnotationImportJobResponse Source #

See: newStartAnnotationImportJobResponse smart constructor.

Constructors

StartAnnotationImportJobResponse' 

Fields

Instances

Instances details
Generic StartAnnotationImportJobResponse Source # 
Instance details

Defined in Amazonka.Omics.StartAnnotationImportJob

Associated Types

type Rep StartAnnotationImportJobResponse :: Type -> Type #

Read StartAnnotationImportJobResponse Source # 
Instance details

Defined in Amazonka.Omics.StartAnnotationImportJob

Show StartAnnotationImportJobResponse Source # 
Instance details

Defined in Amazonka.Omics.StartAnnotationImportJob

NFData StartAnnotationImportJobResponse Source # 
Instance details

Defined in Amazonka.Omics.StartAnnotationImportJob

Eq StartAnnotationImportJobResponse Source # 
Instance details

Defined in Amazonka.Omics.StartAnnotationImportJob

type Rep StartAnnotationImportJobResponse Source # 
Instance details

Defined in Amazonka.Omics.StartAnnotationImportJob

type Rep StartAnnotationImportJobResponse = D1 ('MetaData "StartAnnotationImportJobResponse" "Amazonka.Omics.StartAnnotationImportJob" "amazonka-omics-2.0-9t5CXL0ZQCvGfVWhQWVGKJ" 'False) (C1 ('MetaCons "StartAnnotationImportJobResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: S1 ('MetaSel ('Just "jobId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newStartAnnotationImportJobResponse Source #

Create a value of StartAnnotationImportJobResponse 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:httpStatus:StartAnnotationImportJobResponse', startAnnotationImportJobResponse_httpStatus - The response's http status code.

$sel:jobId:StartAnnotationImportJobResponse', startAnnotationImportJobResponse_jobId - The job's ID.

Response Lenses