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.Types.AccountSettings

Description

 
Synopsis

Documentation

data AccountSettings Source #

The Amazon QuickSight settings associated with your Amazon Web Services account.

See: newAccountSettings smart constructor.

Constructors

AccountSettings' 

Fields

  • edition :: Maybe Edition

    The edition of Amazon QuickSight that you're currently subscribed to: Enterprise edition or Standard edition.

  • accountName :: Maybe Text

    The "account name" you provided for the Amazon QuickSight subscription in your Amazon Web Services account. You create this name when you sign up for Amazon QuickSight. It is unique in all of Amazon Web Services and it appears only when users sign in.

  • defaultNamespace :: Maybe Text

    The default Amazon QuickSight namespace for your Amazon Web Services account.

  • notificationEmail :: Maybe Text

    The main notification email for your Amazon QuickSight subscription.

Instances

Instances details
Eq AccountSettings Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AccountSettings

Read AccountSettings Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AccountSettings

Show AccountSettings Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AccountSettings

Generic AccountSettings Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AccountSettings

Associated Types

type Rep AccountSettings :: Type -> Type #

NFData AccountSettings Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AccountSettings

Methods

rnf :: AccountSettings -> () #

Hashable AccountSettings Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AccountSettings

FromJSON AccountSettings Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AccountSettings

type Rep AccountSettings Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AccountSettings

type Rep AccountSettings = D1 ('MetaData "AccountSettings" "Amazonka.QuickSight.Types.AccountSettings" "libZSservicesZSamazonka-quicksightZSamazonka-quicksight" 'False) (C1 ('MetaCons "AccountSettings'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "edition") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Edition)) :*: S1 ('MetaSel ('Just "accountName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "defaultNamespace") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "notificationEmail") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

newAccountSettings :: AccountSettings Source #

Create a value of AccountSettings 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:edition:AccountSettings', accountSettings_edition - The edition of Amazon QuickSight that you're currently subscribed to: Enterprise edition or Standard edition.

$sel:accountName:AccountSettings', accountSettings_accountName - The "account name" you provided for the Amazon QuickSight subscription in your Amazon Web Services account. You create this name when you sign up for Amazon QuickSight. It is unique in all of Amazon Web Services and it appears only when users sign in.

$sel:defaultNamespace:AccountSettings', accountSettings_defaultNamespace - The default Amazon QuickSight namespace for your Amazon Web Services account.

$sel:notificationEmail:AccountSettings', accountSettings_notificationEmail - The main notification email for your Amazon QuickSight subscription.

accountSettings_edition :: Lens' AccountSettings (Maybe Edition) Source #

The edition of Amazon QuickSight that you're currently subscribed to: Enterprise edition or Standard edition.

accountSettings_accountName :: Lens' AccountSettings (Maybe Text) Source #

The "account name" you provided for the Amazon QuickSight subscription in your Amazon Web Services account. You create this name when you sign up for Amazon QuickSight. It is unique in all of Amazon Web Services and it appears only when users sign in.

accountSettings_defaultNamespace :: Lens' AccountSettings (Maybe Text) Source #

The default Amazon QuickSight namespace for your Amazon Web Services account.

accountSettings_notificationEmail :: Lens' AccountSettings (Maybe Text) Source #

The main notification email for your Amazon QuickSight subscription.