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

Description

Gets details about a read set.

Synopsis

Creating a Request

data GetReadSetMetadata Source #

See: newGetReadSetMetadata smart constructor.

Constructors

GetReadSetMetadata' 

Fields

Instances

Instances details
ToHeaders GetReadSetMetadata Source # 
Instance details

Defined in Amazonka.Omics.GetReadSetMetadata

ToPath GetReadSetMetadata Source # 
Instance details

Defined in Amazonka.Omics.GetReadSetMetadata

ToQuery GetReadSetMetadata Source # 
Instance details

Defined in Amazonka.Omics.GetReadSetMetadata

AWSRequest GetReadSetMetadata Source # 
Instance details

Defined in Amazonka.Omics.GetReadSetMetadata

Associated Types

type AWSResponse GetReadSetMetadata #

Generic GetReadSetMetadata Source # 
Instance details

Defined in Amazonka.Omics.GetReadSetMetadata

Associated Types

type Rep GetReadSetMetadata :: Type -> Type #

Read GetReadSetMetadata Source # 
Instance details

Defined in Amazonka.Omics.GetReadSetMetadata

Show GetReadSetMetadata Source # 
Instance details

Defined in Amazonka.Omics.GetReadSetMetadata

NFData GetReadSetMetadata Source # 
Instance details

Defined in Amazonka.Omics.GetReadSetMetadata

Methods

rnf :: GetReadSetMetadata -> () #

Eq GetReadSetMetadata Source # 
Instance details

Defined in Amazonka.Omics.GetReadSetMetadata

Hashable GetReadSetMetadata Source # 
Instance details

Defined in Amazonka.Omics.GetReadSetMetadata

type AWSResponse GetReadSetMetadata Source # 
Instance details

Defined in Amazonka.Omics.GetReadSetMetadata

type Rep GetReadSetMetadata Source # 
Instance details

Defined in Amazonka.Omics.GetReadSetMetadata

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

newGetReadSetMetadata Source #

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

GetReadSetMetadata, getReadSetMetadata_id - The read set's ID.

GetReadSetMetadata, getReadSetMetadata_sequenceStoreId - The read set's sequence store ID.

Request Lenses

Destructuring the Response

data GetReadSetMetadataResponse Source #

See: newGetReadSetMetadataResponse smart constructor.

Constructors

GetReadSetMetadataResponse' 

Fields

Instances

Instances details
Generic GetReadSetMetadataResponse Source # 
Instance details

Defined in Amazonka.Omics.GetReadSetMetadata

Associated Types

type Rep GetReadSetMetadataResponse :: Type -> Type #

Read GetReadSetMetadataResponse Source # 
Instance details

Defined in Amazonka.Omics.GetReadSetMetadata

Show GetReadSetMetadataResponse Source # 
Instance details

Defined in Amazonka.Omics.GetReadSetMetadata

NFData GetReadSetMetadataResponse Source # 
Instance details

Defined in Amazonka.Omics.GetReadSetMetadata

Eq GetReadSetMetadataResponse Source # 
Instance details

Defined in Amazonka.Omics.GetReadSetMetadata

type Rep GetReadSetMetadataResponse Source # 
Instance details

Defined in Amazonka.Omics.GetReadSetMetadata

type Rep GetReadSetMetadataResponse = D1 ('MetaData "GetReadSetMetadataResponse" "Amazonka.Omics.GetReadSetMetadata" "amazonka-omics-2.0-9t5CXL0ZQCvGfVWhQWVGKJ" 'False) (C1 ('MetaCons "GetReadSetMetadataResponse'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "files") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ReadSetFiles)) :*: S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 ('MetaSel ('Just "referenceArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "sampleId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "sequenceInformation") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe SequenceInformation)) :*: S1 ('MetaSel ('Just "subjectId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))) :*: ((S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: (S1 ('MetaSel ('Just "arn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "creationTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 ISO8601))) :*: ((S1 ('MetaSel ('Just "fileType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 FileType) :*: S1 ('MetaSel ('Just "id") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)) :*: (S1 ('MetaSel ('Just "sequenceStoreId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 ReadSetStatus))))))

newGetReadSetMetadataResponse Source #

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

GetReadSetMetadataResponse, getReadSetMetadataResponse_description - The read set's description.

$sel:files:GetReadSetMetadataResponse', getReadSetMetadataResponse_files - The read set's files.

GetReadSetMetadataResponse, getReadSetMetadataResponse_name - The read set's name.

GetReadSetMetadataResponse, getReadSetMetadataResponse_referenceArn - The read set's genome reference ARN.

GetReadSetMetadataResponse, getReadSetMetadataResponse_sampleId - The read set's sample ID.

GetReadSetMetadataResponse, getReadSetMetadataResponse_sequenceInformation - The read set's sequence information.

GetReadSetMetadataResponse, getReadSetMetadataResponse_subjectId - The read set's subject ID.

$sel:httpStatus:GetReadSetMetadataResponse', getReadSetMetadataResponse_httpStatus - The response's http status code.

GetReadSetMetadataResponse, getReadSetMetadataResponse_arn - The read set's ARN.

GetReadSetMetadataResponse, getReadSetMetadataResponse_creationTime - When the read set was created.

GetReadSetMetadataResponse, getReadSetMetadataResponse_fileType - The read set's file type.

GetReadSetMetadata, getReadSetMetadataResponse_id - The read set's ID.

GetReadSetMetadata, getReadSetMetadataResponse_sequenceStoreId - The read set's sequence store ID.

GetReadSetMetadataResponse, getReadSetMetadataResponse_status - The read set's status.

Response Lenses