amazonka-quicksight-2.0: Amazon QuickSight SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

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

AWSRequest 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 #

Read DescribeAccountSettings Source # 
Instance details

Defined in Amazonka.QuickSight.DescribeAccountSettings

Show DescribeAccountSettings Source # 
Instance details

Defined in Amazonka.QuickSight.DescribeAccountSettings

NFData DescribeAccountSettings Source # 
Instance details

Defined in Amazonka.QuickSight.DescribeAccountSettings

Methods

rnf :: DescribeAccountSettings -> () #

Eq DescribeAccountSettings Source # 
Instance details

Defined in Amazonka.QuickSight.DescribeAccountSettings

Hashable DescribeAccountSettings Source # 
Instance details

Defined in Amazonka.QuickSight.DescribeAccountSettings

type AWSResponse 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" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "DescribeAccountSettings'" 'PrefixI 'True) (S1 ('MetaSel ('Just "awsAccountId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

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:

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

  • 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 QuickSight console, the Amazon QuickSight subscription is sometimes referred to as a 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.

  • requestId :: Maybe Text

    The Amazon Web Services request ID for this operation.

  • status :: Int

    The HTTP status of the request.

Instances

Instances details
Generic DescribeAccountSettingsResponse Source # 
Instance details

Defined in Amazonka.QuickSight.DescribeAccountSettings

Associated Types

type Rep DescribeAccountSettingsResponse :: Type -> Type #

Read DescribeAccountSettingsResponse Source # 
Instance details

Defined in Amazonka.QuickSight.DescribeAccountSettings

Show DescribeAccountSettingsResponse Source # 
Instance details

Defined in Amazonka.QuickSight.DescribeAccountSettings

NFData DescribeAccountSettingsResponse Source # 
Instance details

Defined in Amazonka.QuickSight.DescribeAccountSettings

Eq 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" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "DescribeAccountSettingsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "accountSettings") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AccountSettings)) :*: (S1 ('MetaSel ('Just "requestId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: 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: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 QuickSight console, the Amazon QuickSight subscription is sometimes referred to as a 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:requestId:DescribeAccountSettingsResponse', describeAccountSettingsResponse_requestId - The Amazon Web Services request ID for this operation.

DescribeAccountSettingsResponse, describeAccountSettingsResponse_status - The HTTP status of the request.

Response Lenses

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 QuickSight console, the Amazon QuickSight subscription is sometimes referred to as a 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_requestId :: Lens' DescribeAccountSettingsResponse (Maybe Text) Source #

The Amazon Web Services request ID for this operation.