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

Description

Retrieves a paginated list of dashboards for an IoT SiteWise Monitor project.

This operation returns paginated results.

Synopsis

Creating a Request

data ListDashboards Source #

See: newListDashboards smart constructor.

Constructors

ListDashboards' 

Fields

Instances

Instances details
Eq ListDashboards Source # 
Instance details

Defined in Amazonka.IoTSiteWise.ListDashboards

Read ListDashboards Source # 
Instance details

Defined in Amazonka.IoTSiteWise.ListDashboards

Show ListDashboards Source # 
Instance details

Defined in Amazonka.IoTSiteWise.ListDashboards

Generic ListDashboards Source # 
Instance details

Defined in Amazonka.IoTSiteWise.ListDashboards

Associated Types

type Rep ListDashboards :: Type -> Type #

NFData ListDashboards Source # 
Instance details

Defined in Amazonka.IoTSiteWise.ListDashboards

Methods

rnf :: ListDashboards -> () #

Hashable ListDashboards Source # 
Instance details

Defined in Amazonka.IoTSiteWise.ListDashboards

AWSPager ListDashboards Source # 
Instance details

Defined in Amazonka.IoTSiteWise.ListDashboards

AWSRequest ListDashboards Source # 
Instance details

Defined in Amazonka.IoTSiteWise.ListDashboards

Associated Types

type AWSResponse ListDashboards #

ToHeaders ListDashboards Source # 
Instance details

Defined in Amazonka.IoTSiteWise.ListDashboards

ToPath ListDashboards Source # 
Instance details

Defined in Amazonka.IoTSiteWise.ListDashboards

ToQuery ListDashboards Source # 
Instance details

Defined in Amazonka.IoTSiteWise.ListDashboards

type Rep ListDashboards Source # 
Instance details

Defined in Amazonka.IoTSiteWise.ListDashboards

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

Defined in Amazonka.IoTSiteWise.ListDashboards

newListDashboards Source #

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

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

Default: 50

$sel:projectId:ListDashboards', listDashboards_projectId - The ID of the project.

Request Lenses

listDashboards_nextToken :: Lens' ListDashboards (Maybe Text) Source #

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

listDashboards_maxResults :: Lens' ListDashboards (Maybe Natural) Source #

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

Default: 50

Destructuring the Response

data ListDashboardsResponse Source #

See: newListDashboardsResponse smart constructor.

Constructors

ListDashboardsResponse' 

Fields

Instances

Instances details
Eq ListDashboardsResponse Source # 
Instance details

Defined in Amazonka.IoTSiteWise.ListDashboards

Read ListDashboardsResponse Source # 
Instance details

Defined in Amazonka.IoTSiteWise.ListDashboards

Show ListDashboardsResponse Source # 
Instance details

Defined in Amazonka.IoTSiteWise.ListDashboards

Generic ListDashboardsResponse Source # 
Instance details

Defined in Amazonka.IoTSiteWise.ListDashboards

Associated Types

type Rep ListDashboardsResponse :: Type -> Type #

NFData ListDashboardsResponse Source # 
Instance details

Defined in Amazonka.IoTSiteWise.ListDashboards

Methods

rnf :: ListDashboardsResponse -> () #

type Rep ListDashboardsResponse Source # 
Instance details

Defined in Amazonka.IoTSiteWise.ListDashboards

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

newListDashboardsResponse Source #

Create a value of ListDashboardsResponse 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:ListDashboards', listDashboardsResponse_nextToken - The token for the next set of results, or null if there are no additional results.

$sel:httpStatus:ListDashboardsResponse', listDashboardsResponse_httpStatus - The response's http status code.

$sel:dashboardSummaries:ListDashboardsResponse', listDashboardsResponse_dashboardSummaries - A list that summarizes each dashboard in the project.

Response Lenses

listDashboardsResponse_nextToken :: Lens' ListDashboardsResponse (Maybe Text) Source #

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

listDashboardsResponse_dashboardSummaries :: Lens' ListDashboardsResponse [DashboardSummary] Source #

A list that summarizes each dashboard in the project.