Copyright | (c) 2013-2023 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | Safe-Inferred |
Language | Haskell2010 |
Synopsis
- data AccountInfo = AccountInfo' {}
- newAccountInfo :: AccountInfo
- accountInfo_accountName :: Lens' AccountInfo (Maybe Text)
- accountInfo_accountSubscriptionStatus :: Lens' AccountInfo (Maybe Text)
- accountInfo_authenticationType :: Lens' AccountInfo (Maybe Text)
- accountInfo_edition :: Lens' AccountInfo (Maybe Edition)
- accountInfo_notificationEmail :: Lens' AccountInfo (Maybe Text)
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.
AccountInfo' | |
|
Instances
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.