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

Description

 
Synopsis

Documentation

data AccountInfo Source #

A structure that contains the following account information elements:

  • Your Amazon QuickSight account name.
  • The edition of Amazon QuickSight that your account is using.
  • The notification email address that is associated with the Amazon QuickSight account.
  • The authentication type of the Amazon QuickSight account.
  • The status of the Amazon QuickSight account's subscription.

See: newAccountInfo smart constructor.

Constructors

AccountInfo' 

Fields

  • accountName :: Maybe Text

    The account name that 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's unique over all of Amazon Web Services, and it appears only when users sign in.

  • accountSubscriptionStatus :: Maybe Text

    The status of your account subscription.

  • authenticationType :: Maybe Text

    The way that your Amazon QuickSight account is authenticated.

  • edition :: Maybe Edition

    The edition of your Amazon QuickSight account.

  • notificationEmail :: Maybe Text

    The email address that will be used for Amazon QuickSight to send notifications regarding your Amazon Web Services account or Amazon QuickSight subscription.

Instances

Instances details
FromJSON AccountInfo Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AccountInfo

Generic AccountInfo Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AccountInfo

Associated Types

type Rep AccountInfo :: Type -> Type #

Read AccountInfo Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AccountInfo

Show AccountInfo Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AccountInfo

NFData AccountInfo Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AccountInfo

Methods

rnf :: AccountInfo -> () #

Eq AccountInfo Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AccountInfo

Hashable AccountInfo Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AccountInfo

type Rep AccountInfo Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AccountInfo

type Rep AccountInfo = D1 ('MetaData "AccountInfo" "Amazonka.QuickSight.Types.AccountInfo" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "AccountInfo'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "accountName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "accountSubscriptionStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "authenticationType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "edition") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Edition)) :*: S1 ('MetaSel ('Just "notificationEmail") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))))

newAccountInfo :: AccountInfo Source #

Create a value of AccountInfo 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:accountName:AccountInfo', accountInfo_accountName - The account name that 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's unique over all of Amazon Web Services, and it appears only when users sign in.

$sel:accountSubscriptionStatus:AccountInfo', accountInfo_accountSubscriptionStatus - The status of your account subscription.

$sel:authenticationType:AccountInfo', accountInfo_authenticationType - The way that your Amazon QuickSight account is authenticated.

$sel:edition:AccountInfo', accountInfo_edition - The edition of your Amazon QuickSight account.

$sel:notificationEmail:AccountInfo', accountInfo_notificationEmail - The email address that will be used for Amazon QuickSight to send notifications regarding your Amazon Web Services account or Amazon QuickSight subscription.

accountInfo_accountName :: Lens' AccountInfo (Maybe Text) Source #

The account name that 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's unique over all of Amazon Web Services, and it appears only when users sign in.

accountInfo_accountSubscriptionStatus :: Lens' AccountInfo (Maybe Text) Source #

The status of your account subscription.

accountInfo_authenticationType :: Lens' AccountInfo (Maybe Text) Source #

The way that your Amazon QuickSight account is authenticated.

accountInfo_edition :: Lens' AccountInfo (Maybe Edition) Source #

The edition of your Amazon QuickSight account.

accountInfo_notificationEmail :: Lens' AccountInfo (Maybe Text) Source #

The email address that will be used for Amazon QuickSight to send notifications regarding your Amazon Web Services account or Amazon QuickSight subscription.