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

Description

Lists all the versions of the themes in the current Amazon Web Services account.

This operation returns paginated results.

Synopsis

Creating a Request

data ListThemeVersions Source #

See: newListThemeVersions smart constructor.

Constructors

ListThemeVersions' 

Fields

Instances

Instances details
ToHeaders ListThemeVersions Source # 
Instance details

Defined in Amazonka.QuickSight.ListThemeVersions

ToPath ListThemeVersions Source # 
Instance details

Defined in Amazonka.QuickSight.ListThemeVersions

ToQuery ListThemeVersions Source # 
Instance details

Defined in Amazonka.QuickSight.ListThemeVersions

AWSPager ListThemeVersions Source # 
Instance details

Defined in Amazonka.QuickSight.ListThemeVersions

AWSRequest ListThemeVersions Source # 
Instance details

Defined in Amazonka.QuickSight.ListThemeVersions

Associated Types

type AWSResponse ListThemeVersions #

Generic ListThemeVersions Source # 
Instance details

Defined in Amazonka.QuickSight.ListThemeVersions

Associated Types

type Rep ListThemeVersions :: Type -> Type #

Read ListThemeVersions Source # 
Instance details

Defined in Amazonka.QuickSight.ListThemeVersions

Show ListThemeVersions Source # 
Instance details

Defined in Amazonka.QuickSight.ListThemeVersions

NFData ListThemeVersions Source # 
Instance details

Defined in Amazonka.QuickSight.ListThemeVersions

Methods

rnf :: ListThemeVersions -> () #

Eq ListThemeVersions Source # 
Instance details

Defined in Amazonka.QuickSight.ListThemeVersions

Hashable ListThemeVersions Source # 
Instance details

Defined in Amazonka.QuickSight.ListThemeVersions

type AWSResponse ListThemeVersions Source # 
Instance details

Defined in Amazonka.QuickSight.ListThemeVersions

type Rep ListThemeVersions Source # 
Instance details

Defined in Amazonka.QuickSight.ListThemeVersions

type Rep ListThemeVersions = D1 ('MetaData "ListThemeVersions" "Amazonka.QuickSight.ListThemeVersions" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "ListThemeVersions'" '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 "themeId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newListThemeVersions Source #

Create a value of ListThemeVersions 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:ListThemeVersions', listThemeVersions_maxResults - The maximum number of results to be returned per request.

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

ListThemeVersions, listThemeVersions_awsAccountId - The ID of the Amazon Web Services account that contains the themes that you're listing.

ListThemeVersions, listThemeVersions_themeId - The ID for the theme.

Request Lenses

listThemeVersions_maxResults :: Lens' ListThemeVersions (Maybe Natural) Source #

The maximum number of results to be returned per request.

listThemeVersions_nextToken :: Lens' ListThemeVersions (Maybe Text) Source #

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

listThemeVersions_awsAccountId :: Lens' ListThemeVersions Text Source #

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

Destructuring the Response

data ListThemeVersionsResponse Source #

See: newListThemeVersionsResponse smart constructor.

Constructors

ListThemeVersionsResponse' 

Fields

Instances

Instances details
Generic ListThemeVersionsResponse Source # 
Instance details

Defined in Amazonka.QuickSight.ListThemeVersions

Associated Types

type Rep ListThemeVersionsResponse :: Type -> Type #

Read ListThemeVersionsResponse Source # 
Instance details

Defined in Amazonka.QuickSight.ListThemeVersions

Show ListThemeVersionsResponse Source # 
Instance details

Defined in Amazonka.QuickSight.ListThemeVersions

NFData ListThemeVersionsResponse Source # 
Instance details

Defined in Amazonka.QuickSight.ListThemeVersions

Eq ListThemeVersionsResponse Source # 
Instance details

Defined in Amazonka.QuickSight.ListThemeVersions

type Rep ListThemeVersionsResponse Source # 
Instance details

Defined in Amazonka.QuickSight.ListThemeVersions

type Rep ListThemeVersionsResponse = D1 ('MetaData "ListThemeVersionsResponse" "Amazonka.QuickSight.ListThemeVersions" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "ListThemeVersionsResponse'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "requestId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "themeVersionSummaryList") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [ThemeVersionSummary])) :*: S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newListThemeVersionsResponse Source #

Create a value of ListThemeVersionsResponse 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:

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

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

$sel:themeVersionSummaryList:ListThemeVersionsResponse', listThemeVersionsResponse_themeVersionSummaryList - A structure containing a list of all the versions of the specified theme.

ListThemeVersionsResponse, listThemeVersionsResponse_status - The HTTP status of the request.

Response Lenses

listThemeVersionsResponse_nextToken :: Lens' ListThemeVersionsResponse (Maybe Text) Source #

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

listThemeVersionsResponse_requestId :: Lens' ListThemeVersionsResponse (Maybe Text) Source #

The Amazon Web Services request ID for this operation.

listThemeVersionsResponse_themeVersionSummaryList :: Lens' ListThemeVersionsResponse (Maybe [ThemeVersionSummary]) Source #

A structure containing a list of all the versions of the specified theme.