| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.QuickSight.ListThemeVersions
Description
Lists all the versions of the themes in the current Amazon Web Services account.
This operation returns paginated results.
Synopsis
- data ListThemeVersions = ListThemeVersions' {
- maxResults :: Maybe Natural
- nextToken :: Maybe Text
- awsAccountId :: Text
- themeId :: Text
- newListThemeVersions :: Text -> Text -> ListThemeVersions
- listThemeVersions_maxResults :: Lens' ListThemeVersions (Maybe Natural)
- listThemeVersions_nextToken :: Lens' ListThemeVersions (Maybe Text)
- listThemeVersions_awsAccountId :: Lens' ListThemeVersions Text
- listThemeVersions_themeId :: Lens' ListThemeVersions Text
- data ListThemeVersionsResponse = ListThemeVersionsResponse' {}
- newListThemeVersionsResponse :: Int -> ListThemeVersionsResponse
- listThemeVersionsResponse_nextToken :: Lens' ListThemeVersionsResponse (Maybe Text)
- listThemeVersionsResponse_requestId :: Lens' ListThemeVersionsResponse (Maybe Text)
- listThemeVersionsResponse_themeVersionSummaryList :: Lens' ListThemeVersionsResponse (Maybe [ThemeVersionSummary])
- listThemeVersionsResponse_status :: Lens' ListThemeVersionsResponse Int
Creating a Request
data ListThemeVersions Source #
See: newListThemeVersions smart constructor.
Constructors
| ListThemeVersions' | |
Fields
| |
Instances
Arguments
| :: Text | |
| -> Text | |
| -> ListThemeVersions |
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.
listThemeVersions_themeId :: Lens' ListThemeVersions Text Source #
The ID for the theme.
Destructuring the Response
data ListThemeVersionsResponse Source #
See: newListThemeVersionsResponse smart constructor.
Constructors
| ListThemeVersionsResponse' | |
Fields
| |
Instances
newListThemeVersionsResponse Source #
Arguments
| :: Int | |
| -> ListThemeVersionsResponse |
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.
listThemeVersionsResponse_status :: Lens' ListThemeVersionsResponse Int Source #
The HTTP status of the request.