amazonka-budgets-2.0: Amazon Budgets 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.Budgets.Types.BudgetNotificationsForAccount

Description

 
Synopsis

Documentation

data BudgetNotificationsForAccount Source #

The budget name and associated notifications for an account.

See: newBudgetNotificationsForAccount smart constructor.

Instances

Instances details
FromJSON BudgetNotificationsForAccount Source # 
Instance details

Defined in Amazonka.Budgets.Types.BudgetNotificationsForAccount

Generic BudgetNotificationsForAccount Source # 
Instance details

Defined in Amazonka.Budgets.Types.BudgetNotificationsForAccount

Associated Types

type Rep BudgetNotificationsForAccount :: Type -> Type #

Read BudgetNotificationsForAccount Source # 
Instance details

Defined in Amazonka.Budgets.Types.BudgetNotificationsForAccount

Show BudgetNotificationsForAccount Source # 
Instance details

Defined in Amazonka.Budgets.Types.BudgetNotificationsForAccount

NFData BudgetNotificationsForAccount Source # 
Instance details

Defined in Amazonka.Budgets.Types.BudgetNotificationsForAccount

Eq BudgetNotificationsForAccount Source # 
Instance details

Defined in Amazonka.Budgets.Types.BudgetNotificationsForAccount

Hashable BudgetNotificationsForAccount Source # 
Instance details

Defined in Amazonka.Budgets.Types.BudgetNotificationsForAccount

type Rep BudgetNotificationsForAccount Source # 
Instance details

Defined in Amazonka.Budgets.Types.BudgetNotificationsForAccount

type Rep BudgetNotificationsForAccount = D1 ('MetaData "BudgetNotificationsForAccount" "Amazonka.Budgets.Types.BudgetNotificationsForAccount" "amazonka-budgets-2.0-7U1RWOWP6pxJESvTUhAD5Y" 'False) (C1 ('MetaCons "BudgetNotificationsForAccount'" 'PrefixI 'True) (S1 ('MetaSel ('Just "budgetName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "notifications") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Notification]))))

newBudgetNotificationsForAccount :: BudgetNotificationsForAccount Source #

Create a value of BudgetNotificationsForAccount 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:budgetName:BudgetNotificationsForAccount', budgetNotificationsForAccount_budgetName - Undocumented member.

$sel:notifications:BudgetNotificationsForAccount', budgetNotificationsForAccount_notifications - Undocumented member.