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 |
Describes the settings that were used when your Amazon QuickSight subscription was first created in this Amazon Web Services account.
Synopsis
- data DescribeAccountSettings = DescribeAccountSettings' {
- awsAccountId :: Text
- newDescribeAccountSettings :: Text -> DescribeAccountSettings
- describeAccountSettings_awsAccountId :: Lens' DescribeAccountSettings Text
- data DescribeAccountSettingsResponse = DescribeAccountSettingsResponse' {}
- newDescribeAccountSettingsResponse :: Int -> DescribeAccountSettingsResponse
- describeAccountSettingsResponse_requestId :: Lens' DescribeAccountSettingsResponse (Maybe Text)
- describeAccountSettingsResponse_accountSettings :: Lens' DescribeAccountSettingsResponse (Maybe AccountSettings)
- describeAccountSettingsResponse_status :: Lens' DescribeAccountSettingsResponse Int
Creating a Request
data DescribeAccountSettings Source #
See: newDescribeAccountSettings
smart constructor.
DescribeAccountSettings' | |
|
Instances
newDescribeAccountSettings Source #
Create a value of DescribeAccountSettings
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:awsAccountId:DescribeAccountSettings'
, describeAccountSettings_awsAccountId
- The ID for the Amazon Web Services account that contains the settings
that you want to list.
Request Lenses
describeAccountSettings_awsAccountId :: Lens' DescribeAccountSettings Text Source #
The ID for the Amazon Web Services account that contains the settings that you want to list.
Destructuring the Response
data DescribeAccountSettingsResponse Source #
See: newDescribeAccountSettingsResponse
smart constructor.
DescribeAccountSettingsResponse' | |
|
Instances
newDescribeAccountSettingsResponse Source #
Create a value of DescribeAccountSettingsResponse
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:DescribeAccountSettingsResponse'
, describeAccountSettingsResponse_requestId
- The Amazon Web Services request ID for this operation.
$sel:accountSettings:DescribeAccountSettingsResponse'
, describeAccountSettingsResponse_accountSettings
- The Amazon QuickSight settings for this Amazon Web Services account.
This information includes the edition of Amazon Amazon QuickSight that
you subscribed to (Standard or Enterprise) and the notification email
for the Amazon QuickSight subscription. In the Amazon QuickSight
console, the Amazon QuickSight subscription is sometimes referred to as
a Amazon QuickSight "account" even though it's technically not an
account by itself. Instead, it's a subscription to the Amazon
QuickSight service for your Amazon Web Services account. The edition
that you subscribe to applies to Amazon QuickSight in every Amazon Web
Services Region where you use it.
$sel:status:DescribeAccountSettingsResponse'
, describeAccountSettingsResponse_status
- The HTTP status of the request.
Response Lenses
describeAccountSettingsResponse_requestId :: Lens' DescribeAccountSettingsResponse (Maybe Text) Source #
The Amazon Web Services request ID for this operation.
describeAccountSettingsResponse_accountSettings :: Lens' DescribeAccountSettingsResponse (Maybe AccountSettings) Source #
The Amazon QuickSight settings for this Amazon Web Services account. This information includes the edition of Amazon Amazon QuickSight that you subscribed to (Standard or Enterprise) and the notification email for the Amazon QuickSight subscription. In the Amazon QuickSight console, the Amazon QuickSight subscription is sometimes referred to as a Amazon QuickSight "account" even though it's technically not an account by itself. Instead, it's a subscription to the Amazon QuickSight service for your Amazon Web Services account. The edition that you subscribe to applies to Amazon QuickSight in every Amazon Web Services Region where you use it.
describeAccountSettingsResponse_status :: Lens' DescribeAccountSettingsResponse Int Source #
The HTTP status of the request.