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

Description

Lists all the versions of the dashboards in the Amazon QuickSight subscription.

This operation returns paginated results.

Synopsis

Creating a Request

data ListDashboardVersions Source #

See: newListDashboardVersions smart constructor.

Constructors

ListDashboardVersions' 

Fields

Instances

Instances details
Eq ListDashboardVersions Source # 
Instance details

Defined in Amazonka.QuickSight.ListDashboardVersions

Read ListDashboardVersions Source # 
Instance details

Defined in Amazonka.QuickSight.ListDashboardVersions

Show ListDashboardVersions Source # 
Instance details

Defined in Amazonka.QuickSight.ListDashboardVersions

Generic ListDashboardVersions Source # 
Instance details

Defined in Amazonka.QuickSight.ListDashboardVersions

Associated Types

type Rep ListDashboardVersions :: Type -> Type #

NFData ListDashboardVersions Source # 
Instance details

Defined in Amazonka.QuickSight.ListDashboardVersions

Methods

rnf :: ListDashboardVersions -> () #

Hashable ListDashboardVersions Source # 
Instance details

Defined in Amazonka.QuickSight.ListDashboardVersions

AWSPager ListDashboardVersions Source # 
Instance details

Defined in Amazonka.QuickSight.ListDashboardVersions

AWSRequest ListDashboardVersions Source # 
Instance details

Defined in Amazonka.QuickSight.ListDashboardVersions

Associated Types

type AWSResponse ListDashboardVersions #

ToHeaders ListDashboardVersions Source # 
Instance details

Defined in Amazonka.QuickSight.ListDashboardVersions

ToPath ListDashboardVersions Source # 
Instance details

Defined in Amazonka.QuickSight.ListDashboardVersions

ToQuery ListDashboardVersions Source # 
Instance details

Defined in Amazonka.QuickSight.ListDashboardVersions

type Rep ListDashboardVersions Source # 
Instance details

Defined in Amazonka.QuickSight.ListDashboardVersions

type Rep ListDashboardVersions = D1 ('MetaData "ListDashboardVersions" "Amazonka.QuickSight.ListDashboardVersions" "libZSservicesZSamazonka-quicksightZSamazonka-quicksight" 'False) (C1 ('MetaCons "ListDashboardVersions'" '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) :*: S1 ('MetaSel ('Just "dashboardId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))
type AWSResponse ListDashboardVersions Source # 
Instance details

Defined in Amazonka.QuickSight.ListDashboardVersions

newListDashboardVersions Source #

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

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

$sel:awsAccountId:ListDashboardVersions', listDashboardVersions_awsAccountId - The ID of the Amazon Web Services account that contains the dashboard that you're listing versions for.

$sel:dashboardId:ListDashboardVersions', listDashboardVersions_dashboardId - The ID for the dashboard.

Request Lenses

listDashboardVersions_nextToken :: Lens' ListDashboardVersions (Maybe Text) Source #

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

listDashboardVersions_maxResults :: Lens' ListDashboardVersions (Maybe Natural) Source #

The maximum number of results to be returned per request.

listDashboardVersions_awsAccountId :: Lens' ListDashboardVersions Text Source #

The ID of the Amazon Web Services account that contains the dashboard that you're listing versions for.

Destructuring the Response

data ListDashboardVersionsResponse Source #

See: newListDashboardVersionsResponse smart constructor.

Constructors

ListDashboardVersionsResponse' 

Fields

Instances

Instances details
Eq ListDashboardVersionsResponse Source # 
Instance details

Defined in Amazonka.QuickSight.ListDashboardVersions

Read ListDashboardVersionsResponse Source # 
Instance details

Defined in Amazonka.QuickSight.ListDashboardVersions

Show ListDashboardVersionsResponse Source # 
Instance details

Defined in Amazonka.QuickSight.ListDashboardVersions

Generic ListDashboardVersionsResponse Source # 
Instance details

Defined in Amazonka.QuickSight.ListDashboardVersions

Associated Types

type Rep ListDashboardVersionsResponse :: Type -> Type #

NFData ListDashboardVersionsResponse Source # 
Instance details

Defined in Amazonka.QuickSight.ListDashboardVersions

type Rep ListDashboardVersionsResponse Source # 
Instance details

Defined in Amazonka.QuickSight.ListDashboardVersions

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

newListDashboardVersionsResponse Source #

Create a value of ListDashboardVersionsResponse 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:ListDashboardVersionsResponse', listDashboardVersionsResponse_requestId - The Amazon Web Services request ID for this operation.

$sel:dashboardVersionSummaryList:ListDashboardVersionsResponse', listDashboardVersionsResponse_dashboardVersionSummaryList - A structure that contains information about each version of the dashboard.

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

$sel:status:ListDashboardVersionsResponse', listDashboardVersionsResponse_status - The HTTP status of the request.

Response Lenses

listDashboardVersionsResponse_requestId :: Lens' ListDashboardVersionsResponse (Maybe Text) Source #

The Amazon Web Services request ID for this operation.

listDashboardVersionsResponse_dashboardVersionSummaryList :: Lens' ListDashboardVersionsResponse (Maybe [DashboardVersionSummary]) Source #

A structure that contains information about each version of the dashboard.

listDashboardVersionsResponse_nextToken :: Lens' ListDashboardVersionsResponse (Maybe Text) Source #

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