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

Description

Updates the Amazon QuickSight settings in your Amazon Web Services account.

Synopsis

Creating a Request

data UpdateAccountSettings Source #

See: newUpdateAccountSettings smart constructor.

Constructors

UpdateAccountSettings' 

Fields

  • notificationEmail :: Maybe Text

    The email address that you want Amazon QuickSight to send notifications to regarding your Amazon Web Services account or Amazon QuickSight subscription.

  • awsAccountId :: Text

    The ID for the Amazon Web Services account that contains the Amazon QuickSight settings that you want to list.

  • defaultNamespace :: Text

    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.

Instances

Instances details
Eq UpdateAccountSettings Source # 
Instance details

Defined in Amazonka.QuickSight.UpdateAccountSettings

Read UpdateAccountSettings Source # 
Instance details

Defined in Amazonka.QuickSight.UpdateAccountSettings

Show UpdateAccountSettings Source # 
Instance details

Defined in Amazonka.QuickSight.UpdateAccountSettings

Generic UpdateAccountSettings Source # 
Instance details

Defined in Amazonka.QuickSight.UpdateAccountSettings

Associated Types

type Rep UpdateAccountSettings :: Type -> Type #

NFData UpdateAccountSettings Source # 
Instance details

Defined in Amazonka.QuickSight.UpdateAccountSettings

Methods

rnf :: UpdateAccountSettings -> () #

Hashable UpdateAccountSettings Source # 
Instance details

Defined in Amazonka.QuickSight.UpdateAccountSettings

ToJSON UpdateAccountSettings Source # 
Instance details

Defined in Amazonka.QuickSight.UpdateAccountSettings

AWSRequest UpdateAccountSettings Source # 
Instance details

Defined in Amazonka.QuickSight.UpdateAccountSettings

Associated Types

type AWSResponse UpdateAccountSettings #

ToHeaders UpdateAccountSettings Source # 
Instance details

Defined in Amazonka.QuickSight.UpdateAccountSettings

ToPath UpdateAccountSettings Source # 
Instance details

Defined in Amazonka.QuickSight.UpdateAccountSettings

ToQuery UpdateAccountSettings Source # 
Instance details

Defined in Amazonka.QuickSight.UpdateAccountSettings

type Rep UpdateAccountSettings Source # 
Instance details

Defined in Amazonka.QuickSight.UpdateAccountSettings

type Rep UpdateAccountSettings = D1 ('MetaData "UpdateAccountSettings" "Amazonka.QuickSight.UpdateAccountSettings" "libZSservicesZSamazonka-quicksightZSamazonka-quicksight" 'False) (C1 ('MetaCons "UpdateAccountSettings'" 'PrefixI 'True) (S1 ('MetaSel ('Just "notificationEmail") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "awsAccountId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "defaultNamespace") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))
type AWSResponse UpdateAccountSettings Source # 
Instance details

Defined in Amazonka.QuickSight.UpdateAccountSettings

newUpdateAccountSettings Source #

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.

Constructors

UpdateAccountSettingsResponse' 

Fields

Instances

Instances details
Eq UpdateAccountSettingsResponse Source # 
Instance details

Defined in Amazonka.QuickSight.UpdateAccountSettings

Read UpdateAccountSettingsResponse Source # 
Instance details

Defined in Amazonka.QuickSight.UpdateAccountSettings

Show UpdateAccountSettingsResponse Source # 
Instance details

Defined in Amazonka.QuickSight.UpdateAccountSettings

Generic UpdateAccountSettingsResponse Source # 
Instance details

Defined in Amazonka.QuickSight.UpdateAccountSettings

Associated Types

type Rep UpdateAccountSettingsResponse :: Type -> Type #

NFData UpdateAccountSettingsResponse Source # 
Instance details

Defined in Amazonka.QuickSight.UpdateAccountSettings

type Rep UpdateAccountSettingsResponse Source # 
Instance details

Defined in Amazonka.QuickSight.UpdateAccountSettings

type Rep UpdateAccountSettingsResponse = D1 ('MetaData "UpdateAccountSettingsResponse" "Amazonka.QuickSight.UpdateAccountSettings" "libZSservicesZSamazonka-quicksightZSamazonka-quicksight" 'False) (C1 ('MetaCons "UpdateAccountSettingsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "requestId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

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.