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

Description

Describes the settings that were used when your Amazon QuickSight subscription was first created in this Amazon Web Services account.

Synopsis

Creating a Request

data DescribeAccountSettings Source #

See: newDescribeAccountSettings smart constructor.

Constructors

DescribeAccountSettings' 

Fields

  • awsAccountId :: Text

    The ID for the Amazon Web Services account that contains the settings that you want to list.

Instances

Instances details
Eq DescribeAccountSettings Source # 
Instance details

Defined in Amazonka.QuickSight.DescribeAccountSettings

Read DescribeAccountSettings Source # 
Instance details

Defined in Amazonka.QuickSight.DescribeAccountSettings

Show DescribeAccountSettings Source # 
Instance details

Defined in Amazonka.QuickSight.DescribeAccountSettings

Generic DescribeAccountSettings Source # 
Instance details

Defined in Amazonka.QuickSight.DescribeAccountSettings

Associated Types

type Rep DescribeAccountSettings :: Type -> Type #

NFData DescribeAccountSettings Source # 
Instance details

Defined in Amazonka.QuickSight.DescribeAccountSettings

Methods

rnf :: DescribeAccountSettings -> () #

Hashable DescribeAccountSettings Source # 
Instance details

Defined in Amazonka.QuickSight.DescribeAccountSettings

AWSRequest DescribeAccountSettings Source # 
Instance details

Defined in Amazonka.QuickSight.DescribeAccountSettings

ToHeaders DescribeAccountSettings Source # 
Instance details

Defined in Amazonka.QuickSight.DescribeAccountSettings

ToPath DescribeAccountSettings Source # 
Instance details

Defined in Amazonka.QuickSight.DescribeAccountSettings

ToQuery DescribeAccountSettings Source # 
Instance details

Defined in Amazonka.QuickSight.DescribeAccountSettings

type Rep DescribeAccountSettings Source # 
Instance details

Defined in Amazonka.QuickSight.DescribeAccountSettings

type Rep DescribeAccountSettings = D1 ('MetaData "DescribeAccountSettings" "Amazonka.QuickSight.DescribeAccountSettings" "libZSservicesZSamazonka-quicksightZSamazonka-quicksight" 'False) (C1 ('MetaCons "DescribeAccountSettings'" 'PrefixI 'True) (S1 ('MetaSel ('Just "awsAccountId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse DescribeAccountSettings Source # 
Instance details

Defined in Amazonka.QuickSight.DescribeAccountSettings

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.

Constructors

DescribeAccountSettingsResponse' 

Fields

  • requestId :: Maybe Text

    The Amazon Web Services request ID for this operation.

  • accountSettings :: Maybe 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.

  • status :: Int

    The HTTP status of the request.

Instances

Instances details
Eq DescribeAccountSettingsResponse Source # 
Instance details

Defined in Amazonka.QuickSight.DescribeAccountSettings

Read DescribeAccountSettingsResponse Source # 
Instance details

Defined in Amazonka.QuickSight.DescribeAccountSettings

Show DescribeAccountSettingsResponse Source # 
Instance details

Defined in Amazonka.QuickSight.DescribeAccountSettings

Generic DescribeAccountSettingsResponse Source # 
Instance details

Defined in Amazonka.QuickSight.DescribeAccountSettings

Associated Types

type Rep DescribeAccountSettingsResponse :: Type -> Type #

NFData DescribeAccountSettingsResponse Source # 
Instance details

Defined in Amazonka.QuickSight.DescribeAccountSettings

type Rep DescribeAccountSettingsResponse Source # 
Instance details

Defined in Amazonka.QuickSight.DescribeAccountSettings

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

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.