libZSservicesZSamazonka-iotZSamazonka-iot
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.IoT.ListIndices

Description

Lists the search indices.

Requires permission to access the ListIndices action.

This operation returns paginated results.

Synopsis

Creating a Request

data ListIndices Source #

See: newListIndices smart constructor.

Constructors

ListIndices' 

Fields

Instances

Instances details
Eq ListIndices Source # 
Instance details

Defined in Amazonka.IoT.ListIndices

Read ListIndices Source # 
Instance details

Defined in Amazonka.IoT.ListIndices

Show ListIndices Source # 
Instance details

Defined in Amazonka.IoT.ListIndices

Generic ListIndices Source # 
Instance details

Defined in Amazonka.IoT.ListIndices

Associated Types

type Rep ListIndices :: Type -> Type #

NFData ListIndices Source # 
Instance details

Defined in Amazonka.IoT.ListIndices

Methods

rnf :: ListIndices -> () #

Hashable ListIndices Source # 
Instance details

Defined in Amazonka.IoT.ListIndices

AWSPager ListIndices Source # 
Instance details

Defined in Amazonka.IoT.ListIndices

AWSRequest ListIndices Source # 
Instance details

Defined in Amazonka.IoT.ListIndices

Associated Types

type AWSResponse ListIndices #

ToHeaders ListIndices Source # 
Instance details

Defined in Amazonka.IoT.ListIndices

Methods

toHeaders :: ListIndices -> [Header] #

ToPath ListIndices Source # 
Instance details

Defined in Amazonka.IoT.ListIndices

ToQuery ListIndices Source # 
Instance details

Defined in Amazonka.IoT.ListIndices

type Rep ListIndices Source # 
Instance details

Defined in Amazonka.IoT.ListIndices

type Rep ListIndices = D1 ('MetaData "ListIndices" "Amazonka.IoT.ListIndices" "libZSservicesZSamazonka-iotZSamazonka-iot" 'False) (C1 ('MetaCons "ListIndices'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural))))
type AWSResponse ListIndices Source # 
Instance details

Defined in Amazonka.IoT.ListIndices

newListIndices :: ListIndices Source #

Create a value of ListIndices 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:nextToken:ListIndices', listIndices_nextToken - The token used to get the next set of results, or null if there are no additional results.

$sel:maxResults:ListIndices', listIndices_maxResults - The maximum number of results to return at one time.

Request Lenses

listIndices_nextToken :: Lens' ListIndices (Maybe Text) Source #

The token used to get the next set of results, or null if there are no additional results.

listIndices_maxResults :: Lens' ListIndices (Maybe Natural) Source #

The maximum number of results to return at one time.

Destructuring the Response

data ListIndicesResponse Source #

See: newListIndicesResponse smart constructor.

Constructors

ListIndicesResponse' 

Fields

Instances

Instances details
Eq ListIndicesResponse Source # 
Instance details

Defined in Amazonka.IoT.ListIndices

Read ListIndicesResponse Source # 
Instance details

Defined in Amazonka.IoT.ListIndices

Show ListIndicesResponse Source # 
Instance details

Defined in Amazonka.IoT.ListIndices

Generic ListIndicesResponse Source # 
Instance details

Defined in Amazonka.IoT.ListIndices

Associated Types

type Rep ListIndicesResponse :: Type -> Type #

NFData ListIndicesResponse Source # 
Instance details

Defined in Amazonka.IoT.ListIndices

Methods

rnf :: ListIndicesResponse -> () #

type Rep ListIndicesResponse Source # 
Instance details

Defined in Amazonka.IoT.ListIndices

type Rep ListIndicesResponse = D1 ('MetaData "ListIndicesResponse" "Amazonka.IoT.ListIndices" "libZSservicesZSamazonka-iotZSamazonka-iot" 'False) (C1 ('MetaCons "ListIndicesResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "indexNames") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newListIndicesResponse Source #

Create a value of ListIndicesResponse 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:nextToken:ListIndices', listIndicesResponse_nextToken - The token used to get the next set of results, or null if there are no additional results.

$sel:indexNames:ListIndicesResponse', listIndicesResponse_indexNames - The index names.

$sel:httpStatus:ListIndicesResponse', listIndicesResponse_httpStatus - The response's http status code.

Response Lenses

listIndicesResponse_nextToken :: Lens' ListIndicesResponse (Maybe Text) Source #

The token used to get the next set of results, or null if there are no additional results.