libZSservicesZSamazonka-budgetsZSamazonka-budgets
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.Budgets.DescribeNotificationsForBudget

Description

Lists the notifications that are associated with a budget.

This operation returns paginated results.

Synopsis

Creating a Request

data DescribeNotificationsForBudget Source #

Request of DescribeNotificationsForBudget

See: newDescribeNotificationsForBudget smart constructor.

Constructors

DescribeNotificationsForBudget' 

Fields

  • nextToken :: Maybe Text

    The pagination token that you include in your request to indicate the next set of results that you want to retrieve.

  • maxResults :: Maybe Natural

    An optional integer that represents how many entries a paginated response contains. The maximum is 100.

  • accountId :: Text

    The accountId that is associated with the budget whose notifications you want descriptions of.

  • budgetName :: Text

    The name of the budget whose notifications you want descriptions of.

Instances

Instances details
Eq DescribeNotificationsForBudget Source # 
Instance details

Defined in Amazonka.Budgets.DescribeNotificationsForBudget

Read DescribeNotificationsForBudget Source # 
Instance details

Defined in Amazonka.Budgets.DescribeNotificationsForBudget

Show DescribeNotificationsForBudget Source # 
Instance details

Defined in Amazonka.Budgets.DescribeNotificationsForBudget

Generic DescribeNotificationsForBudget Source # 
Instance details

Defined in Amazonka.Budgets.DescribeNotificationsForBudget

Associated Types

type Rep DescribeNotificationsForBudget :: Type -> Type #

NFData DescribeNotificationsForBudget Source # 
Instance details

Defined in Amazonka.Budgets.DescribeNotificationsForBudget

Hashable DescribeNotificationsForBudget Source # 
Instance details

Defined in Amazonka.Budgets.DescribeNotificationsForBudget

ToJSON DescribeNotificationsForBudget Source # 
Instance details

Defined in Amazonka.Budgets.DescribeNotificationsForBudget

AWSPager DescribeNotificationsForBudget Source # 
Instance details

Defined in Amazonka.Budgets.DescribeNotificationsForBudget

AWSRequest DescribeNotificationsForBudget Source # 
Instance details

Defined in Amazonka.Budgets.DescribeNotificationsForBudget

ToHeaders DescribeNotificationsForBudget Source # 
Instance details

Defined in Amazonka.Budgets.DescribeNotificationsForBudget

ToPath DescribeNotificationsForBudget Source # 
Instance details

Defined in Amazonka.Budgets.DescribeNotificationsForBudget

ToQuery DescribeNotificationsForBudget Source # 
Instance details

Defined in Amazonka.Budgets.DescribeNotificationsForBudget

type Rep DescribeNotificationsForBudget Source # 
Instance details

Defined in Amazonka.Budgets.DescribeNotificationsForBudget

type Rep DescribeNotificationsForBudget = D1 ('MetaData "DescribeNotificationsForBudget" "Amazonka.Budgets.DescribeNotificationsForBudget" "libZSservicesZSamazonka-budgetsZSamazonka-budgets" 'False) (C1 ('MetaCons "DescribeNotificationsForBudget'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural))) :*: (S1 ('MetaSel ('Just "accountId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "budgetName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))
type AWSResponse DescribeNotificationsForBudget Source # 
Instance details

Defined in Amazonka.Budgets.DescribeNotificationsForBudget

newDescribeNotificationsForBudget Source #

Create a value of DescribeNotificationsForBudget 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:nextToken:DescribeNotificationsForBudget', describeNotificationsForBudget_nextToken - The pagination token that you include in your request to indicate the next set of results that you want to retrieve.

$sel:maxResults:DescribeNotificationsForBudget', describeNotificationsForBudget_maxResults - An optional integer that represents how many entries a paginated response contains. The maximum is 100.

$sel:accountId:DescribeNotificationsForBudget', describeNotificationsForBudget_accountId - The accountId that is associated with the budget whose notifications you want descriptions of.

$sel:budgetName:DescribeNotificationsForBudget', describeNotificationsForBudget_budgetName - The name of the budget whose notifications you want descriptions of.

Request Lenses

describeNotificationsForBudget_nextToken :: Lens' DescribeNotificationsForBudget (Maybe Text) Source #

The pagination token that you include in your request to indicate the next set of results that you want to retrieve.

describeNotificationsForBudget_maxResults :: Lens' DescribeNotificationsForBudget (Maybe Natural) Source #

An optional integer that represents how many entries a paginated response contains. The maximum is 100.

describeNotificationsForBudget_accountId :: Lens' DescribeNotificationsForBudget Text Source #

The accountId that is associated with the budget whose notifications you want descriptions of.

describeNotificationsForBudget_budgetName :: Lens' DescribeNotificationsForBudget Text Source #

The name of the budget whose notifications you want descriptions of.

Destructuring the Response

data DescribeNotificationsForBudgetResponse Source #

Response of GetNotificationsForBudget

See: newDescribeNotificationsForBudgetResponse smart constructor.

Constructors

DescribeNotificationsForBudgetResponse' 

Fields

Instances

Instances details
Eq DescribeNotificationsForBudgetResponse Source # 
Instance details

Defined in Amazonka.Budgets.DescribeNotificationsForBudget

Read DescribeNotificationsForBudgetResponse Source # 
Instance details

Defined in Amazonka.Budgets.DescribeNotificationsForBudget

Show DescribeNotificationsForBudgetResponse Source # 
Instance details

Defined in Amazonka.Budgets.DescribeNotificationsForBudget

Generic DescribeNotificationsForBudgetResponse Source # 
Instance details

Defined in Amazonka.Budgets.DescribeNotificationsForBudget

NFData DescribeNotificationsForBudgetResponse Source # 
Instance details

Defined in Amazonka.Budgets.DescribeNotificationsForBudget

type Rep DescribeNotificationsForBudgetResponse Source # 
Instance details

Defined in Amazonka.Budgets.DescribeNotificationsForBudget

type Rep DescribeNotificationsForBudgetResponse = D1 ('MetaData "DescribeNotificationsForBudgetResponse" "Amazonka.Budgets.DescribeNotificationsForBudget" "libZSservicesZSamazonka-budgetsZSamazonka-budgets" 'False) (C1 ('MetaCons "DescribeNotificationsForBudgetResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "notifications") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Notification])) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newDescribeNotificationsForBudgetResponse Source #

Create a value of DescribeNotificationsForBudgetResponse 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:nextToken:DescribeNotificationsForBudget', describeNotificationsForBudgetResponse_nextToken - The pagination token in the service response that indicates the next set of results that you can retrieve.

$sel:notifications:DescribeNotificationsForBudgetResponse', describeNotificationsForBudgetResponse_notifications - A list of notifications that are associated with a budget.

$sel:httpStatus:DescribeNotificationsForBudgetResponse', describeNotificationsForBudgetResponse_httpStatus - The response's http status code.

Response Lenses

describeNotificationsForBudgetResponse_nextToken :: Lens' DescribeNotificationsForBudgetResponse (Maybe Text) Source #

The pagination token in the service response that indicates the next set of results that you can retrieve.