amazonka-quicksight-2.0: Amazon QuickSight SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

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

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 #

Generic ListDashboardVersions Source # 
Instance details

Defined in Amazonka.QuickSight.ListDashboardVersions

Associated Types

type Rep ListDashboardVersions :: Type -> Type #

Read ListDashboardVersions Source # 
Instance details

Defined in Amazonka.QuickSight.ListDashboardVersions

Show ListDashboardVersions Source # 
Instance details

Defined in Amazonka.QuickSight.ListDashboardVersions

NFData ListDashboardVersions Source # 
Instance details

Defined in Amazonka.QuickSight.ListDashboardVersions

Methods

rnf :: ListDashboardVersions -> () #

Eq ListDashboardVersions Source # 
Instance details

Defined in Amazonka.QuickSight.ListDashboardVersions

Hashable ListDashboardVersions Source # 
Instance details

Defined in Amazonka.QuickSight.ListDashboardVersions

type AWSResponse 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" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "ListDashboardVersions'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "awsAccountId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "dashboardId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

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:maxResults:ListDashboardVersions', listDashboardVersions_maxResults - The maximum number of results to be returned per request.

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

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

ListDashboardVersions, listDashboardVersions_dashboardId - The ID for the dashboard.

Request Lenses

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

The maximum number of results to be returned per request.

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

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

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
Generic ListDashboardVersionsResponse Source # 
Instance details

Defined in Amazonka.QuickSight.ListDashboardVersions

Associated Types

type Rep ListDashboardVersionsResponse :: Type -> Type #

Read ListDashboardVersionsResponse Source # 
Instance details

Defined in Amazonka.QuickSight.ListDashboardVersions

Show ListDashboardVersionsResponse Source # 
Instance details

Defined in Amazonka.QuickSight.ListDashboardVersions

NFData ListDashboardVersionsResponse Source # 
Instance details

Defined in Amazonka.QuickSight.ListDashboardVersions

Eq 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" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "ListDashboardVersionsResponse'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "dashboardVersionSummaryList") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [DashboardVersionSummary])) :*: S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "requestId") '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:dashboardVersionSummaryList:ListDashboardVersionsResponse', listDashboardVersionsResponse_dashboardVersionSummaryList - A structure that contains information about each version of the dashboard.

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

$sel:requestId:ListDashboardVersionsResponse', listDashboardVersionsResponse_requestId - The Amazon Web Services request ID for this operation.

ListDashboardVersionsResponse, listDashboardVersionsResponse_status - The HTTP status of the request.

Response Lenses

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.

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

The Amazon Web Services request ID for this operation.