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

Description

Updates a budget action.

Synopsis

Creating a Request

data UpdateBudgetAction Source #

See: newUpdateBudgetAction smart constructor.

Constructors

UpdateBudgetAction' 

Fields

Instances

Instances details
Eq UpdateBudgetAction Source # 
Instance details

Defined in Amazonka.Budgets.UpdateBudgetAction

Show UpdateBudgetAction Source # 
Instance details

Defined in Amazonka.Budgets.UpdateBudgetAction

Generic UpdateBudgetAction Source # 
Instance details

Defined in Amazonka.Budgets.UpdateBudgetAction

Associated Types

type Rep UpdateBudgetAction :: Type -> Type #

NFData UpdateBudgetAction Source # 
Instance details

Defined in Amazonka.Budgets.UpdateBudgetAction

Methods

rnf :: UpdateBudgetAction -> () #

Hashable UpdateBudgetAction Source # 
Instance details

Defined in Amazonka.Budgets.UpdateBudgetAction

ToJSON UpdateBudgetAction Source # 
Instance details

Defined in Amazonka.Budgets.UpdateBudgetAction

AWSRequest UpdateBudgetAction Source # 
Instance details

Defined in Amazonka.Budgets.UpdateBudgetAction

Associated Types

type AWSResponse UpdateBudgetAction #

ToHeaders UpdateBudgetAction Source # 
Instance details

Defined in Amazonka.Budgets.UpdateBudgetAction

ToPath UpdateBudgetAction Source # 
Instance details

Defined in Amazonka.Budgets.UpdateBudgetAction

ToQuery UpdateBudgetAction Source # 
Instance details

Defined in Amazonka.Budgets.UpdateBudgetAction

type Rep UpdateBudgetAction Source # 
Instance details

Defined in Amazonka.Budgets.UpdateBudgetAction

type AWSResponse UpdateBudgetAction Source # 
Instance details

Defined in Amazonka.Budgets.UpdateBudgetAction

newUpdateBudgetAction Source #

Create a value of UpdateBudgetAction 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:definition:UpdateBudgetAction', updateBudgetAction_definition - Undocumented member.

$sel:executionRoleArn:UpdateBudgetAction', updateBudgetAction_executionRoleArn - The role passed for action execution and reversion. Roles and actions must be in the same account.

$sel:actionThreshold:UpdateBudgetAction', updateBudgetAction_actionThreshold - Undocumented member.

$sel:notificationType:UpdateBudgetAction', updateBudgetAction_notificationType - Undocumented member.

$sel:approvalModel:UpdateBudgetAction', updateBudgetAction_approvalModel - This specifies if the action needs manual or automatic approval.

$sel:subscribers:UpdateBudgetAction', updateBudgetAction_subscribers - Undocumented member.

$sel:accountId:UpdateBudgetAction', updateBudgetAction_accountId - Undocumented member.

$sel:budgetName:UpdateBudgetAction', updateBudgetAction_budgetName - Undocumented member.

$sel:actionId:UpdateBudgetAction', updateBudgetAction_actionId - A system-generated universally unique identifier (UUID) for the action.

Request Lenses

updateBudgetAction_executionRoleArn :: Lens' UpdateBudgetAction (Maybe Text) Source #

The role passed for action execution and reversion. Roles and actions must be in the same account.

updateBudgetAction_approvalModel :: Lens' UpdateBudgetAction (Maybe ApprovalModel) Source #

This specifies if the action needs manual or automatic approval.

updateBudgetAction_actionId :: Lens' UpdateBudgetAction Text Source #

A system-generated universally unique identifier (UUID) for the action.

Destructuring the Response

data UpdateBudgetActionResponse Source #

See: newUpdateBudgetActionResponse smart constructor.

Constructors

UpdateBudgetActionResponse' 

Fields

Instances

Instances details
Eq UpdateBudgetActionResponse Source # 
Instance details

Defined in Amazonka.Budgets.UpdateBudgetAction

Show UpdateBudgetActionResponse Source # 
Instance details

Defined in Amazonka.Budgets.UpdateBudgetAction

Generic UpdateBudgetActionResponse Source # 
Instance details

Defined in Amazonka.Budgets.UpdateBudgetAction

Associated Types

type Rep UpdateBudgetActionResponse :: Type -> Type #

NFData UpdateBudgetActionResponse Source # 
Instance details

Defined in Amazonka.Budgets.UpdateBudgetAction

type Rep UpdateBudgetActionResponse Source # 
Instance details

Defined in Amazonka.Budgets.UpdateBudgetAction

type Rep UpdateBudgetActionResponse = D1 ('MetaData "UpdateBudgetActionResponse" "Amazonka.Budgets.UpdateBudgetAction" "libZSservicesZSamazonka-budgetsZSamazonka-budgets" 'False) (C1 ('MetaCons "UpdateBudgetActionResponse'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: S1 ('MetaSel ('Just "accountId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)) :*: (S1 ('MetaSel ('Just "budgetName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: (S1 ('MetaSel ('Just "oldAction") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Action) :*: S1 ('MetaSel ('Just "newAction'") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Action)))))

Response Lenses