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

Description

Updates a theme.

Synopsis

Creating a Request

data UpdateTheme Source #

See: newUpdateTheme smart constructor.

Constructors

UpdateTheme' 

Fields

  • configuration :: Maybe ThemeConfiguration

    The theme configuration, which contains the theme display properties.

  • name :: Maybe Text

    The name for the theme.

  • versionDescription :: Maybe Text

    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.

  • awsAccountId :: Text

    The ID of the Amazon Web Services account that contains the theme that you're updating.

  • themeId :: Text

    The ID for the theme.

  • baseThemeId :: Text

    The theme ID, defined by Amazon QuickSight, that a custom theme inherits from. All themes initially inherit from a default Amazon QuickSight theme.

Instances

Instances details
ToJSON UpdateTheme Source # 
Instance details

Defined in Amazonka.QuickSight.UpdateTheme

ToHeaders UpdateTheme Source # 
Instance details

Defined in Amazonka.QuickSight.UpdateTheme

Methods

toHeaders :: UpdateTheme -> [Header] #

ToPath UpdateTheme Source # 
Instance details

Defined in Amazonka.QuickSight.UpdateTheme

ToQuery UpdateTheme Source # 
Instance details

Defined in Amazonka.QuickSight.UpdateTheme

AWSRequest UpdateTheme Source # 
Instance details

Defined in Amazonka.QuickSight.UpdateTheme

Associated Types

type AWSResponse UpdateTheme #

Generic UpdateTheme Source # 
Instance details

Defined in Amazonka.QuickSight.UpdateTheme

Associated Types

type Rep UpdateTheme :: Type -> Type #

Read UpdateTheme Source # 
Instance details

Defined in Amazonka.QuickSight.UpdateTheme

Show UpdateTheme Source # 
Instance details

Defined in Amazonka.QuickSight.UpdateTheme

NFData UpdateTheme Source # 
Instance details

Defined in Amazonka.QuickSight.UpdateTheme

Methods

rnf :: UpdateTheme -> () #

Eq UpdateTheme Source # 
Instance details

Defined in Amazonka.QuickSight.UpdateTheme

Hashable UpdateTheme Source # 
Instance details

Defined in Amazonka.QuickSight.UpdateTheme

type AWSResponse UpdateTheme Source # 
Instance details

Defined in Amazonka.QuickSight.UpdateTheme

type Rep UpdateTheme Source # 
Instance details

Defined in Amazonka.QuickSight.UpdateTheme

type Rep UpdateTheme = D1 ('MetaData "UpdateTheme" "Amazonka.QuickSight.UpdateTheme" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "UpdateTheme'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "configuration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ThemeConfiguration)) :*: (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "versionDescription") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: (S1 ('MetaSel ('Just "awsAccountId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: (S1 ('MetaSel ('Just "themeId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "baseThemeId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))))

newUpdateTheme Source #

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

Instances details
Generic UpdateThemeResponse Source # 
Instance details

Defined in Amazonka.QuickSight.UpdateTheme

Associated Types

type Rep UpdateThemeResponse :: Type -> Type #

Read UpdateThemeResponse Source # 
Instance details

Defined in Amazonka.QuickSight.UpdateTheme

Show UpdateThemeResponse Source # 
Instance details

Defined in Amazonka.QuickSight.UpdateTheme

NFData UpdateThemeResponse Source # 
Instance details

Defined in Amazonka.QuickSight.UpdateTheme

Methods

rnf :: UpdateThemeResponse -> () #

Eq UpdateThemeResponse Source # 
Instance details

Defined in Amazonka.QuickSight.UpdateTheme

type Rep UpdateThemeResponse Source # 
Instance details

Defined in Amazonka.QuickSight.UpdateTheme

type Rep UpdateThemeResponse = D1 ('MetaData "UpdateThemeResponse" "Amazonka.QuickSight.UpdateTheme" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "UpdateThemeResponse'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "arn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "creationStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ResourceStatus)) :*: S1 ('MetaSel ('Just "requestId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: (S1 ('MetaSel ('Just "themeId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "versionArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))))

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:

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_requestId :: Lens' UpdateThemeResponse (Maybe Text) Source #

The Amazon Web Services request ID for this operation.

updateThemeResponse_versionArn :: Lens' UpdateThemeResponse (Maybe Text) Source #

The Amazon Resource Name (ARN) for the new version of the theme.