Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Updates the Amazon QuickSight settings in your Amazon Web Services account.
Synopsis
- data UpdateAccountSettings = UpdateAccountSettings' {}
- newUpdateAccountSettings :: Text -> Text -> UpdateAccountSettings
- updateAccountSettings_notificationEmail :: Lens' UpdateAccountSettings (Maybe Text)
- updateAccountSettings_awsAccountId :: Lens' UpdateAccountSettings Text
- updateAccountSettings_defaultNamespace :: Lens' UpdateAccountSettings Text
- data UpdateAccountSettingsResponse = UpdateAccountSettingsResponse' {}
- newUpdateAccountSettingsResponse :: Int -> UpdateAccountSettingsResponse
- updateAccountSettingsResponse_requestId :: Lens' UpdateAccountSettingsResponse (Maybe Text)
- updateAccountSettingsResponse_status :: Lens' UpdateAccountSettingsResponse Int
Creating a Request
data UpdateAccountSettings Source #
See: newUpdateAccountSettings
smart constructor.
UpdateAccountSettings' | |
|
Instances
newUpdateAccountSettings Source #
:: Text | |
-> Text | |
-> UpdateAccountSettings |
Create a value of UpdateAccountSettings
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:notificationEmail:UpdateAccountSettings'
, updateAccountSettings_notificationEmail
- The email address that you want Amazon QuickSight to send notifications
to regarding your Amazon Web Services account or Amazon QuickSight
subscription.
$sel:awsAccountId:UpdateAccountSettings'
, updateAccountSettings_awsAccountId
- The ID for the Amazon Web Services account that contains the Amazon
QuickSight settings that you want to list.
$sel:defaultNamespace:UpdateAccountSettings'
, updateAccountSettings_defaultNamespace
- The default namespace for this Amazon Web Services account. Currently,
the default is default
. Identity and Access Management (IAM) users
that register for the first time with Amazon QuickSight provide an email
that becomes associated with the default namespace.
Request Lenses
updateAccountSettings_notificationEmail :: Lens' UpdateAccountSettings (Maybe Text) Source #
The email address that you want Amazon QuickSight to send notifications to regarding your Amazon Web Services account or Amazon QuickSight subscription.
updateAccountSettings_awsAccountId :: Lens' UpdateAccountSettings Text Source #
The ID for the Amazon Web Services account that contains the Amazon QuickSight settings that you want to list.
updateAccountSettings_defaultNamespace :: Lens' UpdateAccountSettings Text Source #
The default namespace for this Amazon Web Services account. Currently,
the default is default
. Identity and Access Management (IAM) users
that register for the first time with Amazon QuickSight provide an email
that becomes associated with the default namespace.
Destructuring the Response
data UpdateAccountSettingsResponse Source #
See: newUpdateAccountSettingsResponse
smart constructor.
Instances
newUpdateAccountSettingsResponse Source #
Create a value of UpdateAccountSettingsResponse
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:UpdateAccountSettingsResponse'
, updateAccountSettingsResponse_requestId
- The Amazon Web Services request ID for this operation.
$sel:status:UpdateAccountSettingsResponse'
, updateAccountSettingsResponse_status
- The HTTP status of the request.
Response Lenses
updateAccountSettingsResponse_requestId :: Lens' UpdateAccountSettingsResponse (Maybe Text) Source #
The Amazon Web Services request ID for this operation.
updateAccountSettingsResponse_status :: Lens' UpdateAccountSettingsResponse Int Source #
The HTTP status of the request.