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

Description

Lists the budget names and notifications that are associated with an account.

This operation returns paginated results.

Synopsis

Creating a Request

data DescribeBudgetNotificationsForAccount Source #

Constructors

DescribeBudgetNotificationsForAccount' 

Fields

Instances

Instances details
ToJSON DescribeBudgetNotificationsForAccount Source # 
Instance details

Defined in Amazonka.Budgets.DescribeBudgetNotificationsForAccount

ToHeaders DescribeBudgetNotificationsForAccount Source # 
Instance details

Defined in Amazonka.Budgets.DescribeBudgetNotificationsForAccount

ToPath DescribeBudgetNotificationsForAccount Source # 
Instance details

Defined in Amazonka.Budgets.DescribeBudgetNotificationsForAccount

ToQuery DescribeBudgetNotificationsForAccount Source # 
Instance details

Defined in Amazonka.Budgets.DescribeBudgetNotificationsForAccount

AWSPager DescribeBudgetNotificationsForAccount Source # 
Instance details

Defined in Amazonka.Budgets.DescribeBudgetNotificationsForAccount

AWSRequest DescribeBudgetNotificationsForAccount Source # 
Instance details

Defined in Amazonka.Budgets.DescribeBudgetNotificationsForAccount

Generic DescribeBudgetNotificationsForAccount Source # 
Instance details

Defined in Amazonka.Budgets.DescribeBudgetNotificationsForAccount

Read DescribeBudgetNotificationsForAccount Source # 
Instance details

Defined in Amazonka.Budgets.DescribeBudgetNotificationsForAccount

Show DescribeBudgetNotificationsForAccount Source # 
Instance details

Defined in Amazonka.Budgets.DescribeBudgetNotificationsForAccount

NFData DescribeBudgetNotificationsForAccount Source # 
Instance details

Defined in Amazonka.Budgets.DescribeBudgetNotificationsForAccount

Eq DescribeBudgetNotificationsForAccount Source # 
Instance details

Defined in Amazonka.Budgets.DescribeBudgetNotificationsForAccount

Hashable DescribeBudgetNotificationsForAccount Source # 
Instance details

Defined in Amazonka.Budgets.DescribeBudgetNotificationsForAccount

type AWSResponse DescribeBudgetNotificationsForAccount Source # 
Instance details

Defined in Amazonka.Budgets.DescribeBudgetNotificationsForAccount

type Rep DescribeBudgetNotificationsForAccount Source # 
Instance details

Defined in Amazonka.Budgets.DescribeBudgetNotificationsForAccount

type Rep DescribeBudgetNotificationsForAccount = D1 ('MetaData "DescribeBudgetNotificationsForAccount" "Amazonka.Budgets.DescribeBudgetNotificationsForAccount" "amazonka-budgets-2.0-7U1RWOWP6pxJESvTUhAD5Y" 'False) (C1 ('MetaCons "DescribeBudgetNotificationsForAccount'" 'PrefixI 'True) (S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "accountId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newDescribeBudgetNotificationsForAccount Source #

Create a value of DescribeBudgetNotificationsForAccount 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:maxResults:DescribeBudgetNotificationsForAccount', describeBudgetNotificationsForAccount_maxResults - An integer that shows how many budget name entries a paginated response contains.

DescribeBudgetNotificationsForAccount, describeBudgetNotificationsForAccount_nextToken - Undocumented member.

$sel:accountId:DescribeBudgetNotificationsForAccount', describeBudgetNotificationsForAccount_accountId - Undocumented member.

Request Lenses

describeBudgetNotificationsForAccount_maxResults :: Lens' DescribeBudgetNotificationsForAccount (Maybe Natural) Source #

An integer that shows how many budget name entries a paginated response contains.

Destructuring the Response

data DescribeBudgetNotificationsForAccountResponse Source #

Constructors

DescribeBudgetNotificationsForAccountResponse' 

Fields

Instances

Instances details
Generic DescribeBudgetNotificationsForAccountResponse Source # 
Instance details

Defined in Amazonka.Budgets.DescribeBudgetNotificationsForAccount

Read DescribeBudgetNotificationsForAccountResponse Source # 
Instance details

Defined in Amazonka.Budgets.DescribeBudgetNotificationsForAccount

Show DescribeBudgetNotificationsForAccountResponse Source # 
Instance details

Defined in Amazonka.Budgets.DescribeBudgetNotificationsForAccount

NFData DescribeBudgetNotificationsForAccountResponse Source # 
Instance details

Defined in Amazonka.Budgets.DescribeBudgetNotificationsForAccount

Eq DescribeBudgetNotificationsForAccountResponse Source # 
Instance details

Defined in Amazonka.Budgets.DescribeBudgetNotificationsForAccount

type Rep DescribeBudgetNotificationsForAccountResponse Source # 
Instance details

Defined in Amazonka.Budgets.DescribeBudgetNotificationsForAccount

type Rep DescribeBudgetNotificationsForAccountResponse = D1 ('MetaData "DescribeBudgetNotificationsForAccountResponse" "Amazonka.Budgets.DescribeBudgetNotificationsForAccount" "amazonka-budgets-2.0-7U1RWOWP6pxJESvTUhAD5Y" 'False) (C1 ('MetaCons "DescribeBudgetNotificationsForAccountResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "budgetNotificationsForAccount") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [BudgetNotificationsForAccount])) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

Response Lenses