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

Description

Gets a reference file.

Synopsis

Creating a Request

data GetReference Source #

See: newGetReference smart constructor.

Constructors

GetReference' 

Fields

Instances

Instances details
ToHeaders GetReference Source # 
Instance details

Defined in Amazonka.Omics.GetReference

ToPath GetReference Source # 
Instance details

Defined in Amazonka.Omics.GetReference

ToQuery GetReference Source # 
Instance details

Defined in Amazonka.Omics.GetReference

AWSRequest GetReference Source # 
Instance details

Defined in Amazonka.Omics.GetReference

Associated Types

type AWSResponse GetReference #

Generic GetReference Source # 
Instance details

Defined in Amazonka.Omics.GetReference

Associated Types

type Rep GetReference :: Type -> Type #

Read GetReference Source # 
Instance details

Defined in Amazonka.Omics.GetReference

Show GetReference Source # 
Instance details

Defined in Amazonka.Omics.GetReference

NFData GetReference Source # 
Instance details

Defined in Amazonka.Omics.GetReference

Methods

rnf :: GetReference -> () #

Eq GetReference Source # 
Instance details

Defined in Amazonka.Omics.GetReference

Hashable GetReference Source # 
Instance details

Defined in Amazonka.Omics.GetReference

type AWSResponse GetReference Source # 
Instance details

Defined in Amazonka.Omics.GetReference

type Rep GetReference Source # 
Instance details

Defined in Amazonka.Omics.GetReference

newGetReference Source #

Create a value of GetReference 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:file:GetReference', getReference_file - The file to retrieve.

$sel:range:GetReference', getReference_range - The range to retrieve.

GetReference, getReference_id - The reference's ID.

$sel:partNumber:GetReference', getReference_partNumber - The part number to retrieve.

GetReference, getReference_referenceStoreId - The reference's store ID.

Request Lenses

getReference_partNumber :: Lens' GetReference Natural Source #

The part number to retrieve.

Destructuring the Response

data GetReferenceResponse Source #

See: newGetReferenceResponse smart constructor.

Constructors

GetReferenceResponse' 

Fields

Instances

Instances details
Generic GetReferenceResponse Source # 
Instance details

Defined in Amazonka.Omics.GetReference

Associated Types

type Rep GetReferenceResponse :: Type -> Type #

Show GetReferenceResponse Source # 
Instance details

Defined in Amazonka.Omics.GetReference

type Rep GetReferenceResponse Source # 
Instance details

Defined in Amazonka.Omics.GetReference

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

newGetReferenceResponse Source #

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

$sel:payload:GetReferenceResponse', getReferenceResponse_payload - The reference file payload.

Response Lenses