libZSservicesZSamazonka-iotsitewiseZSamazonka-iotsitewise
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.IoTSiteWise.ListPortals

Description

Retrieves a paginated list of IoT SiteWise Monitor portals.

This operation returns paginated results.

Synopsis

Creating a Request

data ListPortals Source #

See: newListPortals smart constructor.

Constructors

ListPortals' 

Fields

Instances

Instances details
Eq ListPortals Source # 
Instance details

Defined in Amazonka.IoTSiteWise.ListPortals

Read ListPortals Source # 
Instance details

Defined in Amazonka.IoTSiteWise.ListPortals

Show ListPortals Source # 
Instance details

Defined in Amazonka.IoTSiteWise.ListPortals

Generic ListPortals Source # 
Instance details

Defined in Amazonka.IoTSiteWise.ListPortals

Associated Types

type Rep ListPortals :: Type -> Type #

NFData ListPortals Source # 
Instance details

Defined in Amazonka.IoTSiteWise.ListPortals

Methods

rnf :: ListPortals -> () #

Hashable ListPortals Source # 
Instance details

Defined in Amazonka.IoTSiteWise.ListPortals

AWSPager ListPortals Source # 
Instance details

Defined in Amazonka.IoTSiteWise.ListPortals

AWSRequest ListPortals Source # 
Instance details

Defined in Amazonka.IoTSiteWise.ListPortals

Associated Types

type AWSResponse ListPortals #

ToHeaders ListPortals Source # 
Instance details

Defined in Amazonka.IoTSiteWise.ListPortals

Methods

toHeaders :: ListPortals -> [Header] #

ToPath ListPortals Source # 
Instance details

Defined in Amazonka.IoTSiteWise.ListPortals

ToQuery ListPortals Source # 
Instance details

Defined in Amazonka.IoTSiteWise.ListPortals

type Rep ListPortals Source # 
Instance details

Defined in Amazonka.IoTSiteWise.ListPortals

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

Defined in Amazonka.IoTSiteWise.ListPortals

newListPortals :: ListPortals Source #

Create a value of ListPortals 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:ListPortals', listPortals_nextToken - The token to be used for the next set of paginated results.

$sel:maxResults:ListPortals', listPortals_maxResults - The maximum number of results to return for each paginated request.

Default: 50

Request Lenses

listPortals_nextToken :: Lens' ListPortals (Maybe Text) Source #

The token to be used for the next set of paginated results.

listPortals_maxResults :: Lens' ListPortals (Maybe Natural) Source #

The maximum number of results to return for each paginated request.

Default: 50

Destructuring the Response

data ListPortalsResponse Source #

See: newListPortalsResponse smart constructor.

Constructors

ListPortalsResponse' 

Fields

Instances

Instances details
Eq ListPortalsResponse Source # 
Instance details

Defined in Amazonka.IoTSiteWise.ListPortals

Read ListPortalsResponse Source # 
Instance details

Defined in Amazonka.IoTSiteWise.ListPortals

Show ListPortalsResponse Source # 
Instance details

Defined in Amazonka.IoTSiteWise.ListPortals

Generic ListPortalsResponse Source # 
Instance details

Defined in Amazonka.IoTSiteWise.ListPortals

Associated Types

type Rep ListPortalsResponse :: Type -> Type #

NFData ListPortalsResponse Source # 
Instance details

Defined in Amazonka.IoTSiteWise.ListPortals

Methods

rnf :: ListPortalsResponse -> () #

type Rep ListPortalsResponse Source # 
Instance details

Defined in Amazonka.IoTSiteWise.ListPortals

type Rep ListPortalsResponse = D1 ('MetaData "ListPortalsResponse" "Amazonka.IoTSiteWise.ListPortals" "libZSservicesZSamazonka-iotsitewiseZSamazonka-iotsitewise" 'False) (C1 ('MetaCons "ListPortalsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "portalSummaries") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [PortalSummary])) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newListPortalsResponse Source #

Create a value of ListPortalsResponse 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:portalSummaries:ListPortalsResponse', listPortalsResponse_portalSummaries - A list that summarizes each portal.

$sel:nextToken:ListPortals', listPortalsResponse_nextToken - The token for the next set of results, or null if there are no additional results.

$sel:httpStatus:ListPortalsResponse', listPortalsResponse_httpStatus - The response's http status code.

Response Lenses

listPortalsResponse_nextToken :: Lens' ListPortalsResponse (Maybe Text) Source #

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