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

Description

Gets information about a reference store.

Synopsis

Creating a Request

data GetReferenceStore Source #

See: newGetReferenceStore smart constructor.

Constructors

GetReferenceStore' 

Fields

Instances

Instances details
ToHeaders GetReferenceStore Source # 
Instance details

Defined in Amazonka.Omics.GetReferenceStore

ToPath GetReferenceStore Source # 
Instance details

Defined in Amazonka.Omics.GetReferenceStore

ToQuery GetReferenceStore Source # 
Instance details

Defined in Amazonka.Omics.GetReferenceStore

AWSRequest GetReferenceStore Source # 
Instance details

Defined in Amazonka.Omics.GetReferenceStore

Associated Types

type AWSResponse GetReferenceStore #

Generic GetReferenceStore Source # 
Instance details

Defined in Amazonka.Omics.GetReferenceStore

Associated Types

type Rep GetReferenceStore :: Type -> Type #

Read GetReferenceStore Source # 
Instance details

Defined in Amazonka.Omics.GetReferenceStore

Show GetReferenceStore Source # 
Instance details

Defined in Amazonka.Omics.GetReferenceStore

NFData GetReferenceStore Source # 
Instance details

Defined in Amazonka.Omics.GetReferenceStore

Methods

rnf :: GetReferenceStore -> () #

Eq GetReferenceStore Source # 
Instance details

Defined in Amazonka.Omics.GetReferenceStore

Hashable GetReferenceStore Source # 
Instance details

Defined in Amazonka.Omics.GetReferenceStore

type AWSResponse GetReferenceStore Source # 
Instance details

Defined in Amazonka.Omics.GetReferenceStore

type Rep GetReferenceStore Source # 
Instance details

Defined in Amazonka.Omics.GetReferenceStore

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

newGetReferenceStore Source #

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

GetReferenceStore, getReferenceStore_id - The store's ID.

Request Lenses

Destructuring the Response

data GetReferenceStoreResponse Source #

See: newGetReferenceStoreResponse smart constructor.

Constructors

GetReferenceStoreResponse' 

Fields

Instances

Instances details
Generic GetReferenceStoreResponse Source # 
Instance details

Defined in Amazonka.Omics.GetReferenceStore

Associated Types

type Rep GetReferenceStoreResponse :: Type -> Type #

Read GetReferenceStoreResponse Source # 
Instance details

Defined in Amazonka.Omics.GetReferenceStore

Show GetReferenceStoreResponse Source # 
Instance details

Defined in Amazonka.Omics.GetReferenceStore

NFData GetReferenceStoreResponse Source # 
Instance details

Defined in Amazonka.Omics.GetReferenceStore

Eq GetReferenceStoreResponse Source # 
Instance details

Defined in Amazonka.Omics.GetReferenceStore

type Rep GetReferenceStoreResponse Source # 
Instance details

Defined in Amazonka.Omics.GetReferenceStore

newGetReferenceStoreResponse Source #

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

GetReferenceStoreResponse, getReferenceStoreResponse_description - The store's description.

GetReferenceStoreResponse, getReferenceStoreResponse_name - The store's name.

GetReferenceStoreResponse, getReferenceStoreResponse_sseConfig - The store's server-side encryption (SSE) settings.

$sel:httpStatus:GetReferenceStoreResponse', getReferenceStoreResponse_httpStatus - The response's http status code.

GetReferenceStoreResponse, getReferenceStoreResponse_arn - The store's ARN.

GetReferenceStoreResponse, getReferenceStoreResponse_creationTime - When the store was created.

GetReferenceStore, getReferenceStoreResponse_id - The store's ID.

Response Lenses

getReferenceStoreResponse_sseConfig :: Lens' GetReferenceStoreResponse (Maybe SseConfig) Source #

The store's server-side encryption (SSE) settings.