libZSservicesZSamazonka-quicksightZSamazonka-quicksight
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.QuickSight.ListDashboards

Description

Lists dashboards in an Amazon Web Services account.

This operation returns paginated results.

Synopsis

Creating a Request

data ListDashboards Source #

See: newListDashboards smart constructor.

Constructors

ListDashboards' 

Fields

  • nextToken :: Maybe Text

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

  • maxResults :: Maybe Natural

    The maximum number of results to be returned per request.

  • awsAccountId :: Text

    The ID of the Amazon Web Services account that contains the dashboards that you're listing.

Instances

Instances details
Eq ListDashboards Source # 
Instance details

Defined in Amazonka.QuickSight.ListDashboards

Read ListDashboards Source # 
Instance details

Defined in Amazonka.QuickSight.ListDashboards

Show ListDashboards Source # 
Instance details

Defined in Amazonka.QuickSight.ListDashboards

Generic ListDashboards Source # 
Instance details

Defined in Amazonka.QuickSight.ListDashboards

Associated Types

type Rep ListDashboards :: Type -> Type #

NFData ListDashboards Source # 
Instance details

Defined in Amazonka.QuickSight.ListDashboards

Methods

rnf :: ListDashboards -> () #

Hashable ListDashboards Source # 
Instance details

Defined in Amazonka.QuickSight.ListDashboards

AWSPager ListDashboards Source # 
Instance details

Defined in Amazonka.QuickSight.ListDashboards

AWSRequest ListDashboards Source # 
Instance details

Defined in Amazonka.QuickSight.ListDashboards

Associated Types

type AWSResponse ListDashboards #

ToHeaders ListDashboards Source # 
Instance details

Defined in Amazonka.QuickSight.ListDashboards

ToPath ListDashboards Source # 
Instance details

Defined in Amazonka.QuickSight.ListDashboards

ToQuery ListDashboards Source # 
Instance details

Defined in Amazonka.QuickSight.ListDashboards

type Rep ListDashboards Source # 
Instance details

Defined in Amazonka.QuickSight.ListDashboards

type Rep ListDashboards = D1 ('MetaData "ListDashboards" "Amazonka.QuickSight.ListDashboards" "libZSservicesZSamazonka-quicksightZSamazonka-quicksight" '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 "awsAccountId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))
type AWSResponse ListDashboards Source # 
Instance details

Defined in Amazonka.QuickSight.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 for the next set of results, or null if there are no more results.

$sel:maxResults:ListDashboards', listDashboards_maxResults - The maximum number of results to be returned per request.

$sel:awsAccountId:ListDashboards', listDashboards_awsAccountId - The ID of the Amazon Web Services account that contains the dashboards that you're listing.

Request Lenses

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

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

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

The maximum number of results to be returned per request.

listDashboards_awsAccountId :: Lens' ListDashboards Text Source #

The ID of the Amazon Web Services account that contains the dashboards that you're listing.

Destructuring the Response

data ListDashboardsResponse Source #

See: newListDashboardsResponse smart constructor.

Constructors

ListDashboardsResponse' 

Fields

Instances

Instances details
Eq ListDashboardsResponse Source # 
Instance details

Defined in Amazonka.QuickSight.ListDashboards

Read ListDashboardsResponse Source # 
Instance details

Defined in Amazonka.QuickSight.ListDashboards

Show ListDashboardsResponse Source # 
Instance details

Defined in Amazonka.QuickSight.ListDashboards

Generic ListDashboardsResponse Source # 
Instance details

Defined in Amazonka.QuickSight.ListDashboards

Associated Types

type Rep ListDashboardsResponse :: Type -> Type #

NFData ListDashboardsResponse Source # 
Instance details

Defined in Amazonka.QuickSight.ListDashboards

Methods

rnf :: ListDashboardsResponse -> () #

type Rep ListDashboardsResponse Source # 
Instance details

Defined in Amazonka.QuickSight.ListDashboards

type Rep ListDashboardsResponse = D1 ('MetaData "ListDashboardsResponse" "Amazonka.QuickSight.ListDashboards" "libZSservicesZSamazonka-quicksightZSamazonka-quicksight" 'False) (C1 ('MetaCons "ListDashboardsResponse'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "requestId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "dashboardSummaryList") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [DashboardSummary])) :*: S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

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:requestId:ListDashboardsResponse', listDashboardsResponse_requestId - The Amazon Web Services request ID for this operation.

$sel:nextToken:ListDashboards', listDashboardsResponse_nextToken - The token for the next set of results, or null if there are no more results.

$sel:dashboardSummaryList:ListDashboardsResponse', listDashboardsResponse_dashboardSummaryList - A structure that contains all of the dashboards in your Amazon Web Services account. This structure provides basic information about the dashboards.

$sel:status:ListDashboardsResponse', listDashboardsResponse_status - The HTTP status of the request.

Response Lenses

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

The Amazon Web Services request ID for this operation.

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

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

listDashboardsResponse_dashboardSummaryList :: Lens' ListDashboardsResponse (Maybe [DashboardSummary]) Source #

A structure that contains all of the dashboards in your Amazon Web Services account. This structure provides basic information about the dashboards.