libZSservicesZSamazonka-quicksightZSamazonka-quicksight
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.QuickSight.DescribeTheme

Description

Describes a theme.

Synopsis

Creating a Request

data DescribeTheme Source #

See: newDescribeTheme smart constructor.

Constructors

DescribeTheme' 

Fields

  • aliasName :: Maybe Text

    The alias of the theme that you want to describe. If you name a specific alias, you describe the version that the alias points to. You can specify the latest version of the theme by providing the keyword $LATEST in the AliasName parameter. The keyword $PUBLISHED doesn't apply to themes.

  • versionNumber :: Maybe Natural

    The version number for the version to describe. If a VersionNumber parameter value isn't provided, the latest version of the theme is described.

  • awsAccountId :: Text

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

  • themeId :: Text

    The ID for the theme.

Instances

Instances details
Eq DescribeTheme Source # 
Instance details

Defined in Amazonka.QuickSight.DescribeTheme

Read DescribeTheme Source # 
Instance details

Defined in Amazonka.QuickSight.DescribeTheme

Show DescribeTheme Source # 
Instance details

Defined in Amazonka.QuickSight.DescribeTheme

Generic DescribeTheme Source # 
Instance details

Defined in Amazonka.QuickSight.DescribeTheme

Associated Types

type Rep DescribeTheme :: Type -> Type #

NFData DescribeTheme Source # 
Instance details

Defined in Amazonka.QuickSight.DescribeTheme

Methods

rnf :: DescribeTheme -> () #

Hashable DescribeTheme Source # 
Instance details

Defined in Amazonka.QuickSight.DescribeTheme

AWSRequest DescribeTheme Source # 
Instance details

Defined in Amazonka.QuickSight.DescribeTheme

Associated Types

type AWSResponse DescribeTheme #

ToHeaders DescribeTheme Source # 
Instance details

Defined in Amazonka.QuickSight.DescribeTheme

ToPath DescribeTheme Source # 
Instance details

Defined in Amazonka.QuickSight.DescribeTheme

ToQuery DescribeTheme Source # 
Instance details

Defined in Amazonka.QuickSight.DescribeTheme

type Rep DescribeTheme Source # 
Instance details

Defined in Amazonka.QuickSight.DescribeTheme

type Rep DescribeTheme = D1 ('MetaData "DescribeTheme" "Amazonka.QuickSight.DescribeTheme" "libZSservicesZSamazonka-quicksightZSamazonka-quicksight" 'False) (C1 ('MetaCons "DescribeTheme'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "aliasName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "versionNumber") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural))) :*: (S1 ('MetaSel ('Just "awsAccountId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "themeId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))
type AWSResponse DescribeTheme Source # 
Instance details

Defined in Amazonka.QuickSight.DescribeTheme

newDescribeTheme Source #

Create a value of DescribeTheme 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:aliasName:DescribeTheme', describeTheme_aliasName - The alias of the theme that you want to describe. If you name a specific alias, you describe the version that the alias points to. You can specify the latest version of the theme by providing the keyword $LATEST in the AliasName parameter. The keyword $PUBLISHED doesn't apply to themes.

$sel:versionNumber:DescribeTheme', describeTheme_versionNumber - The version number for the version to describe. If a VersionNumber parameter value isn't provided, the latest version of the theme is described.

$sel:awsAccountId:DescribeTheme', describeTheme_awsAccountId - The ID of the Amazon Web Services account that contains the theme that you're describing.

$sel:themeId:DescribeTheme', describeTheme_themeId - The ID for the theme.

Request Lenses

describeTheme_aliasName :: Lens' DescribeTheme (Maybe Text) Source #

The alias of the theme that you want to describe. If you name a specific alias, you describe the version that the alias points to. You can specify the latest version of the theme by providing the keyword $LATEST in the AliasName parameter. The keyword $PUBLISHED doesn't apply to themes.

describeTheme_versionNumber :: Lens' DescribeTheme (Maybe Natural) Source #

The version number for the version to describe. If a VersionNumber parameter value isn't provided, the latest version of the theme is described.

describeTheme_awsAccountId :: Lens' DescribeTheme Text Source #

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

Destructuring the Response

data DescribeThemeResponse Source #

See: newDescribeThemeResponse smart constructor.

Constructors

DescribeThemeResponse' 

Fields

Instances

Instances details
Eq DescribeThemeResponse Source # 
Instance details

Defined in Amazonka.QuickSight.DescribeTheme

Read DescribeThemeResponse Source # 
Instance details

Defined in Amazonka.QuickSight.DescribeTheme

Show DescribeThemeResponse Source # 
Instance details

Defined in Amazonka.QuickSight.DescribeTheme

Generic DescribeThemeResponse Source # 
Instance details

Defined in Amazonka.QuickSight.DescribeTheme

Associated Types

type Rep DescribeThemeResponse :: Type -> Type #

NFData DescribeThemeResponse Source # 
Instance details

Defined in Amazonka.QuickSight.DescribeTheme

Methods

rnf :: DescribeThemeResponse -> () #

type Rep DescribeThemeResponse Source # 
Instance details

Defined in Amazonka.QuickSight.DescribeTheme

type Rep DescribeThemeResponse = D1 ('MetaData "DescribeThemeResponse" "Amazonka.QuickSight.DescribeTheme" "libZSservicesZSamazonka-quicksightZSamazonka-quicksight" 'False) (C1 ('MetaCons "DescribeThemeResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "requestId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "theme") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Theme)) :*: S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newDescribeThemeResponse Source #

Create a value of DescribeThemeResponse 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:DescribeThemeResponse', describeThemeResponse_requestId - The Amazon Web Services request ID for this operation.

$sel:theme:DescribeThemeResponse', describeThemeResponse_theme - The information about the theme that you are describing.

$sel:status:DescribeThemeResponse', describeThemeResponse_status - The HTTP status of the request.

Response Lenses

describeThemeResponse_requestId :: Lens' DescribeThemeResponse (Maybe Text) Source #

The Amazon Web Services request ID for this operation.

describeThemeResponse_theme :: Lens' DescribeThemeResponse (Maybe Theme) Source #

The information about the theme that you are describing.