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

Description

Updates a budget action.

Synopsis

Creating a Request

data UpdateBudgetAction Source #

See: newUpdateBudgetAction smart constructor.

Constructors

UpdateBudgetAction' 

Fields

Instances

Instances details
ToJSON UpdateBudgetAction Source # 
Instance details

Defined in Amazonka.Budgets.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

AWSRequest UpdateBudgetAction Source # 
Instance details

Defined in Amazonka.Budgets.UpdateBudgetAction

Associated Types

type AWSResponse UpdateBudgetAction #

Generic UpdateBudgetAction Source # 
Instance details

Defined in Amazonka.Budgets.UpdateBudgetAction

Associated Types

type Rep UpdateBudgetAction :: Type -> Type #

Show UpdateBudgetAction Source # 
Instance details

Defined in Amazonka.Budgets.UpdateBudgetAction

NFData UpdateBudgetAction Source # 
Instance details

Defined in Amazonka.Budgets.UpdateBudgetAction

Methods

rnf :: UpdateBudgetAction -> () #

Eq UpdateBudgetAction Source # 
Instance details

Defined in Amazonka.Budgets.UpdateBudgetAction

Hashable UpdateBudgetAction Source # 
Instance details

Defined in Amazonka.Budgets.UpdateBudgetAction

type AWSResponse UpdateBudgetAction Source # 
Instance details

Defined in Amazonka.Budgets.UpdateBudgetAction

type Rep 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:

UpdateBudgetAction, updateBudgetAction_actionThreshold - Undocumented member.

UpdateBudgetAction, updateBudgetAction_approvalModel - This specifies if the action needs manual or automatic approval.

UpdateBudgetAction, updateBudgetAction_definition - Undocumented member.

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

UpdateBudgetAction, updateBudgetAction_notificationType - Undocumented member.

UpdateBudgetAction, updateBudgetAction_subscribers - Undocumented member.

UpdateBudgetAction, updateBudgetAction_accountId - Undocumented member.

UpdateBudgetAction, updateBudgetAction_budgetName - Undocumented member.

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

Request Lenses

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

This specifies if the action needs manual or automatic approval.

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_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
Generic UpdateBudgetActionResponse Source # 
Instance details

Defined in Amazonka.Budgets.UpdateBudgetAction

Associated Types

type Rep UpdateBudgetActionResponse :: Type -> Type #

Show UpdateBudgetActionResponse Source # 
Instance details

Defined in Amazonka.Budgets.UpdateBudgetAction

NFData UpdateBudgetActionResponse Source # 
Instance details

Defined in Amazonka.Budgets.UpdateBudgetAction

Eq 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" "amazonka-budgets-2.0-7U1RWOWP6pxJESvTUhAD5Y" '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