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

Description

Retrieves a list of variant stores.

This operation returns paginated results.

Synopsis

Creating a Request

data ListVariantStores Source #

See: newListVariantStores smart constructor.

Constructors

ListVariantStores' 

Fields

Instances

Instances details
ToJSON ListVariantStores Source # 
Instance details

Defined in Amazonka.Omics.ListVariantStores

ToHeaders ListVariantStores Source # 
Instance details

Defined in Amazonka.Omics.ListVariantStores

ToPath ListVariantStores Source # 
Instance details

Defined in Amazonka.Omics.ListVariantStores

ToQuery ListVariantStores Source # 
Instance details

Defined in Amazonka.Omics.ListVariantStores

AWSPager ListVariantStores Source # 
Instance details

Defined in Amazonka.Omics.ListVariantStores

AWSRequest ListVariantStores Source # 
Instance details

Defined in Amazonka.Omics.ListVariantStores

Associated Types

type AWSResponse ListVariantStores #

Generic ListVariantStores Source # 
Instance details

Defined in Amazonka.Omics.ListVariantStores

Associated Types

type Rep ListVariantStores :: Type -> Type #

Read ListVariantStores Source # 
Instance details

Defined in Amazonka.Omics.ListVariantStores

Show ListVariantStores Source # 
Instance details

Defined in Amazonka.Omics.ListVariantStores

NFData ListVariantStores Source # 
Instance details

Defined in Amazonka.Omics.ListVariantStores

Methods

rnf :: ListVariantStores -> () #

Eq ListVariantStores Source # 
Instance details

Defined in Amazonka.Omics.ListVariantStores

Hashable ListVariantStores Source # 
Instance details

Defined in Amazonka.Omics.ListVariantStores

type AWSResponse ListVariantStores Source # 
Instance details

Defined in Amazonka.Omics.ListVariantStores

type Rep ListVariantStores Source # 
Instance details

Defined in Amazonka.Omics.ListVariantStores

type Rep ListVariantStores = D1 ('MetaData "ListVariantStores" "Amazonka.Omics.ListVariantStores" "amazonka-omics-2.0-9t5CXL0ZQCvGfVWhQWVGKJ" 'False) (C1 ('MetaCons "ListVariantStores'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "filter'") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ListVariantStoresFilter)) :*: S1 ('MetaSel ('Just "ids") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty Text)))) :*: (S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

newListVariantStores :: ListVariantStores Source #

Create a value of ListVariantStores 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:filter':ListVariantStores', listVariantStores_filter - A filter to apply to the list.

$sel:ids:ListVariantStores', listVariantStores_ids - A list of store IDs.

$sel:maxResults:ListVariantStores', listVariantStores_maxResults - The maximum number of stores to return in one page of results.

ListVariantStores, listVariantStores_nextToken - Specify the pagination token from a previous request to retrieve the next page of results.

Request Lenses

listVariantStores_maxResults :: Lens' ListVariantStores (Maybe Natural) Source #

The maximum number of stores to return in one page of results.

listVariantStores_nextToken :: Lens' ListVariantStores (Maybe Text) Source #

Specify the pagination token from a previous request to retrieve the next page of results.

Destructuring the Response

data ListVariantStoresResponse Source #

See: newListVariantStoresResponse smart constructor.

Constructors

ListVariantStoresResponse' 

Fields

Instances

Instances details
Generic ListVariantStoresResponse Source # 
Instance details

Defined in Amazonka.Omics.ListVariantStores

Associated Types

type Rep ListVariantStoresResponse :: Type -> Type #

Read ListVariantStoresResponse Source # 
Instance details

Defined in Amazonka.Omics.ListVariantStores

Show ListVariantStoresResponse Source # 
Instance details

Defined in Amazonka.Omics.ListVariantStores

NFData ListVariantStoresResponse Source # 
Instance details

Defined in Amazonka.Omics.ListVariantStores

Eq ListVariantStoresResponse Source # 
Instance details

Defined in Amazonka.Omics.ListVariantStores

type Rep ListVariantStoresResponse Source # 
Instance details

Defined in Amazonka.Omics.ListVariantStores

type Rep ListVariantStoresResponse = D1 ('MetaData "ListVariantStoresResponse" "Amazonka.Omics.ListVariantStores" "amazonka-omics-2.0-9t5CXL0ZQCvGfVWhQWVGKJ" 'False) (C1 ('MetaCons "ListVariantStoresResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "variantStores") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [VariantStoreItem])) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newListVariantStoresResponse Source #

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

ListVariantStores, listVariantStoresResponse_nextToken - A pagination token that's included if more results are available.

$sel:variantStores:ListVariantStoresResponse', listVariantStoresResponse_variantStores - A list of variant stores.

$sel:httpStatus:ListVariantStoresResponse', listVariantStoresResponse_httpStatus - The response's http status code.

Response Lenses

listVariantStoresResponse_nextToken :: Lens' ListVariantStoresResponse (Maybe Text) Source #

A pagination token that's included if more results are available.