Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Updates a theme.
Synopsis
- data UpdateTheme = UpdateTheme' {}
- newUpdateTheme :: Text -> Text -> Text -> UpdateTheme
- updateTheme_versionDescription :: Lens' UpdateTheme (Maybe Text)
- updateTheme_name :: Lens' UpdateTheme (Maybe Text)
- updateTheme_configuration :: Lens' UpdateTheme (Maybe ThemeConfiguration)
- updateTheme_awsAccountId :: Lens' UpdateTheme Text
- updateTheme_themeId :: Lens' UpdateTheme Text
- updateTheme_baseThemeId :: Lens' UpdateTheme Text
- data UpdateThemeResponse = UpdateThemeResponse' {}
- newUpdateThemeResponse :: Int -> UpdateThemeResponse
- updateThemeResponse_requestId :: Lens' UpdateThemeResponse (Maybe Text)
- updateThemeResponse_themeId :: Lens' UpdateThemeResponse (Maybe Text)
- updateThemeResponse_arn :: Lens' UpdateThemeResponse (Maybe Text)
- updateThemeResponse_creationStatus :: Lens' UpdateThemeResponse (Maybe ResourceStatus)
- updateThemeResponse_versionArn :: Lens' UpdateThemeResponse (Maybe Text)
- updateThemeResponse_status :: Lens' UpdateThemeResponse Int
Creating a Request
data UpdateTheme Source #
See: newUpdateTheme
smart constructor.
UpdateTheme' | |
|
Instances
:: 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:
$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
.
$sel:name:UpdateTheme'
, updateTheme_name
- The name for the theme.
$sel:configuration:UpdateTheme'
, updateTheme_configuration
- The theme configuration, which contains the theme display properties.
$sel:awsAccountId:UpdateTheme'
, updateTheme_awsAccountId
- The ID of the Amazon Web Services account that contains the theme that
you're updating.
$sel:themeId:UpdateTheme'
, updateTheme_themeId
- The ID for the theme.
$sel:baseThemeId: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_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_name :: Lens' UpdateTheme (Maybe Text) Source #
The name for the theme.
updateTheme_configuration :: Lens' UpdateTheme (Maybe ThemeConfiguration) Source #
The theme configuration, which contains the theme display properties.
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.
UpdateThemeResponse' | |
|
Instances
newUpdateThemeResponse Source #
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:
$sel:requestId:UpdateThemeResponse'
, updateThemeResponse_requestId
- The Amazon Web Services request ID for this operation.
$sel:themeId:UpdateTheme'
, updateThemeResponse_themeId
- The ID for the theme.
$sel:arn:UpdateThemeResponse'
, updateThemeResponse_arn
- The Amazon Resource Name (ARN) for the theme.
$sel:creationStatus:UpdateThemeResponse'
, updateThemeResponse_creationStatus
- The creation status of the theme.
$sel:versionArn:UpdateThemeResponse'
, updateThemeResponse_versionArn
- The Amazon Resource Name (ARN) for the new version of the theme.
$sel:status:UpdateThemeResponse'
, updateThemeResponse_status
- The HTTP status of the request.
Response Lenses
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_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_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.