@aws-sdk/client-quicksight

DescribeThemeCommandInput Interface

The input for DescribeThemeCommand.

Members

Name
Type
Details
AwsAccountId Requiredstring | undefined

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

ThemeId Requiredstring | undefined

The ID for the theme.

AliasName string | undefined

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 number | undefined

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

Full Signature

export interface DescribeThemeCommandInput extends DescribeThemeRequest