| 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.UpdateTheme
Description
Updates a theme.
Synopsis
- data UpdateTheme = UpdateTheme' {}
- newUpdateTheme :: Text -> Text -> Text -> UpdateTheme
- updateTheme_configuration :: Lens' UpdateTheme (Maybe ThemeConfiguration)
- updateTheme_name :: Lens' UpdateTheme (Maybe Text)
- updateTheme_versionDescription :: Lens' UpdateTheme (Maybe Text)
- updateTheme_awsAccountId :: Lens' UpdateTheme Text
- updateTheme_themeId :: Lens' UpdateTheme Text
- updateTheme_baseThemeId :: Lens' UpdateTheme Text
- data UpdateThemeResponse = UpdateThemeResponse' {}
- newUpdateThemeResponse :: Int -> UpdateThemeResponse
- updateThemeResponse_arn :: Lens' UpdateThemeResponse (Maybe Text)
- updateThemeResponse_creationStatus :: Lens' UpdateThemeResponse (Maybe ResourceStatus)
- updateThemeResponse_requestId :: Lens' UpdateThemeResponse (Maybe Text)
- updateThemeResponse_themeId :: Lens' UpdateThemeResponse (Maybe Text)
- updateThemeResponse_versionArn :: Lens' UpdateThemeResponse (Maybe Text)
- updateThemeResponse_status :: Lens' UpdateThemeResponse Int
Creating a Request
data UpdateTheme Source #
See: newUpdateTheme smart constructor.
Constructors
| UpdateTheme' | |
Fields
| |
Instances
Arguments
| :: Text | |
| -> Text | |
| -> Text | |
| -> UpdateTheme |
Create a value of UpdateTheme 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:
UpdateTheme, updateTheme_configuration - The theme configuration, which contains the theme display properties.
UpdateTheme, updateTheme_name - The name for the theme.
$sel:versionDescription:UpdateTheme', updateTheme_versionDescription - A description of the theme version that you're updating Every time that
you call UpdateTheme, you create a new version of the theme. Each
version of the theme maintains a description of the version in
VersionDescription.
UpdateTheme, updateTheme_awsAccountId - The ID of the Amazon Web Services account that contains the theme that
you're updating.
UpdateTheme, updateTheme_themeId - The ID for the theme.
UpdateTheme, updateTheme_baseThemeId - The theme ID, defined by Amazon QuickSight, that a custom theme inherits
from. All themes initially inherit from a default Amazon QuickSight
theme.
Request Lenses
updateTheme_configuration :: Lens' UpdateTheme (Maybe ThemeConfiguration) Source #
The theme configuration, which contains the theme display properties.
updateTheme_name :: Lens' UpdateTheme (Maybe Text) Source #
The name for the theme.
updateTheme_versionDescription :: Lens' UpdateTheme (Maybe Text) Source #
A description of the theme version that you're updating Every time that
you call UpdateTheme, you create a new version of the theme. Each
version of the theme maintains a description of the version in
VersionDescription.
updateTheme_awsAccountId :: Lens' UpdateTheme Text Source #
The ID of the Amazon Web Services account that contains the theme that you're updating.
updateTheme_themeId :: Lens' UpdateTheme Text Source #
The ID for the theme.
updateTheme_baseThemeId :: Lens' UpdateTheme Text Source #
The theme ID, defined by Amazon QuickSight, that a custom theme inherits from. All themes initially inherit from a default Amazon QuickSight theme.
Destructuring the Response
data UpdateThemeResponse Source #
See: newUpdateThemeResponse smart constructor.
Constructors
| UpdateThemeResponse' | |
Fields
| |
Instances
newUpdateThemeResponse Source #
Arguments
| :: Int | |
| -> UpdateThemeResponse |
Create a value of UpdateThemeResponse 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:
UpdateThemeResponse, updateThemeResponse_arn - The Amazon Resource Name (ARN) for the theme.
UpdateThemeResponse, updateThemeResponse_creationStatus - The creation status of the theme.
$sel:requestId:UpdateThemeResponse', updateThemeResponse_requestId - The Amazon Web Services request ID for this operation.
UpdateTheme, updateThemeResponse_themeId - The ID for the theme.
$sel:versionArn:UpdateThemeResponse', updateThemeResponse_versionArn - The Amazon Resource Name (ARN) for the new version of the theme.
UpdateThemeResponse, updateThemeResponse_status - The HTTP status of the request.
Response Lenses
updateThemeResponse_arn :: Lens' UpdateThemeResponse (Maybe Text) Source #
The Amazon Resource Name (ARN) for the theme.
updateThemeResponse_creationStatus :: Lens' UpdateThemeResponse (Maybe ResourceStatus) Source #
The creation status of the theme.
updateThemeResponse_requestId :: Lens' UpdateThemeResponse (Maybe Text) Source #
The Amazon Web Services request ID for this operation.
updateThemeResponse_themeId :: Lens' UpdateThemeResponse (Maybe Text) Source #
The ID for the theme.
updateThemeResponse_versionArn :: Lens' UpdateThemeResponse (Maybe Text) Source #
The Amazon Resource Name (ARN) for the new version of the theme.
updateThemeResponse_status :: Lens' UpdateThemeResponse Int Source #
The HTTP status of the request.