| 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.DescribeThemeAlias
Description
Describes the alias for a theme.
Synopsis
- data DescribeThemeAlias = DescribeThemeAlias' {}
- newDescribeThemeAlias :: Text -> Text -> Text -> DescribeThemeAlias
- describeThemeAlias_awsAccountId :: Lens' DescribeThemeAlias Text
- describeThemeAlias_themeId :: Lens' DescribeThemeAlias Text
- describeThemeAlias_aliasName :: Lens' DescribeThemeAlias Text
- data DescribeThemeAliasResponse = DescribeThemeAliasResponse' {
- requestId :: Maybe Text
- themeAlias :: Maybe ThemeAlias
- status :: Int
- newDescribeThemeAliasResponse :: Int -> DescribeThemeAliasResponse
- describeThemeAliasResponse_requestId :: Lens' DescribeThemeAliasResponse (Maybe Text)
- describeThemeAliasResponse_themeAlias :: Lens' DescribeThemeAliasResponse (Maybe ThemeAlias)
- describeThemeAliasResponse_status :: Lens' DescribeThemeAliasResponse Int
Creating a Request
data DescribeThemeAlias Source #
See: newDescribeThemeAlias smart constructor.
Constructors
| DescribeThemeAlias' | |
Instances
newDescribeThemeAlias Source #
Arguments
| :: Text | |
| -> Text | |
| -> Text | |
| -> DescribeThemeAlias |
Create a value of DescribeThemeAlias 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:
DescribeThemeAlias, describeThemeAlias_awsAccountId - The ID of the Amazon Web Services account that contains the theme alias
that you're describing.
DescribeThemeAlias, describeThemeAlias_themeId - The ID for the theme.
DescribeThemeAlias, describeThemeAlias_aliasName - The name of the theme alias that you want to describe.
Request Lenses
describeThemeAlias_awsAccountId :: Lens' DescribeThemeAlias Text Source #
The ID of the Amazon Web Services account that contains the theme alias that you're describing.
describeThemeAlias_themeId :: Lens' DescribeThemeAlias Text Source #
The ID for the theme.
describeThemeAlias_aliasName :: Lens' DescribeThemeAlias Text Source #
The name of the theme alias that you want to describe.
Destructuring the Response
data DescribeThemeAliasResponse Source #
See: newDescribeThemeAliasResponse smart constructor.
Constructors
| DescribeThemeAliasResponse' | |
Fields
| |
Instances
newDescribeThemeAliasResponse Source #
Arguments
| :: Int | |
| -> DescribeThemeAliasResponse |
Create a value of DescribeThemeAliasResponse 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:DescribeThemeAliasResponse', describeThemeAliasResponse_requestId - The Amazon Web Services request ID for this operation.
$sel:themeAlias:DescribeThemeAliasResponse', describeThemeAliasResponse_themeAlias - Information about the theme alias.
DescribeThemeAliasResponse, describeThemeAliasResponse_status - The HTTP status of the request.
Response Lenses
describeThemeAliasResponse_requestId :: Lens' DescribeThemeAliasResponse (Maybe Text) Source #
The Amazon Web Services request ID for this operation.
describeThemeAliasResponse_themeAlias :: Lens' DescribeThemeAliasResponse (Maybe ThemeAlias) Source #
Information about the theme alias.
describeThemeAliasResponse_status :: Lens' DescribeThemeAliasResponse Int Source #
The HTTP status of the request.