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

Description

Retrieves a list of annotation stores.

This operation returns paginated results.

Synopsis

Creating a Request

data ListAnnotationStores Source #

See: newListAnnotationStores smart constructor.

Constructors

ListAnnotationStores' 

Fields

Instances

Instances details
ToJSON ListAnnotationStores Source # 
Instance details

Defined in Amazonka.Omics.ListAnnotationStores

ToHeaders ListAnnotationStores Source # 
Instance details

Defined in Amazonka.Omics.ListAnnotationStores

ToPath ListAnnotationStores Source # 
Instance details

Defined in Amazonka.Omics.ListAnnotationStores

ToQuery ListAnnotationStores Source # 
Instance details

Defined in Amazonka.Omics.ListAnnotationStores

AWSPager ListAnnotationStores Source # 
Instance details

Defined in Amazonka.Omics.ListAnnotationStores

AWSRequest ListAnnotationStores Source # 
Instance details

Defined in Amazonka.Omics.ListAnnotationStores

Associated Types

type AWSResponse ListAnnotationStores #

Generic ListAnnotationStores Source # 
Instance details

Defined in Amazonka.Omics.ListAnnotationStores

Associated Types

type Rep ListAnnotationStores :: Type -> Type #

Read ListAnnotationStores Source # 
Instance details

Defined in Amazonka.Omics.ListAnnotationStores

Show ListAnnotationStores Source # 
Instance details

Defined in Amazonka.Omics.ListAnnotationStores

NFData ListAnnotationStores Source # 
Instance details

Defined in Amazonka.Omics.ListAnnotationStores

Methods

rnf :: ListAnnotationStores -> () #

Eq ListAnnotationStores Source # 
Instance details

Defined in Amazonka.Omics.ListAnnotationStores

Hashable ListAnnotationStores Source # 
Instance details

Defined in Amazonka.Omics.ListAnnotationStores

type AWSResponse ListAnnotationStores Source # 
Instance details

Defined in Amazonka.Omics.ListAnnotationStores

type Rep ListAnnotationStores Source # 
Instance details

Defined in Amazonka.Omics.ListAnnotationStores

type Rep ListAnnotationStores = D1 ('MetaData "ListAnnotationStores" "Amazonka.Omics.ListAnnotationStores" "amazonka-omics-2.0-9t5CXL0ZQCvGfVWhQWVGKJ" 'False) (C1 ('MetaCons "ListAnnotationStores'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "filter'") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ListAnnotationStoresFilter)) :*: 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)))))

newListAnnotationStores :: ListAnnotationStores Source #

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

$sel:ids:ListAnnotationStores', listAnnotationStores_ids - IDs of stores to list.

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

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

Request Lenses

listAnnotationStores_maxResults :: Lens' ListAnnotationStores (Maybe Natural) Source #

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

listAnnotationStores_nextToken :: Lens' ListAnnotationStores (Maybe Text) Source #

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

Destructuring the Response

data ListAnnotationStoresResponse Source #

See: newListAnnotationStoresResponse smart constructor.

Constructors

ListAnnotationStoresResponse' 

Fields

Instances

Instances details
Generic ListAnnotationStoresResponse Source # 
Instance details

Defined in Amazonka.Omics.ListAnnotationStores

Associated Types

type Rep ListAnnotationStoresResponse :: Type -> Type #

Read ListAnnotationStoresResponse Source # 
Instance details

Defined in Amazonka.Omics.ListAnnotationStores

Show ListAnnotationStoresResponse Source # 
Instance details

Defined in Amazonka.Omics.ListAnnotationStores

NFData ListAnnotationStoresResponse Source # 
Instance details

Defined in Amazonka.Omics.ListAnnotationStores

Eq ListAnnotationStoresResponse Source # 
Instance details

Defined in Amazonka.Omics.ListAnnotationStores

type Rep ListAnnotationStoresResponse Source # 
Instance details

Defined in Amazonka.Omics.ListAnnotationStores

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

newListAnnotationStoresResponse Source #

Create a value of ListAnnotationStoresResponse 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:annotationStores:ListAnnotationStoresResponse', listAnnotationStoresResponse_annotationStores - A list of stores.

ListAnnotationStores, listAnnotationStoresResponse_nextToken - A pagination token that's included if more results are available.

$sel:httpStatus:ListAnnotationStoresResponse', listAnnotationStoresResponse_httpStatus - The response's http status code.

Response Lenses

listAnnotationStoresResponse_nextToken :: Lens' ListAnnotationStoresResponse (Maybe Text) Source #

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