amazonka-budgets-1.4.5: Amazon Budgets SDK.

Copyright(c) 2013-2016 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone
LanguageHaskell2010

Network.AWS.Budgets.UpdateNotification

Contents

Description

Update the information about a notification already created

Synopsis

Creating a Request

updateNotification #

Creates a value of UpdateNotification with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

data UpdateNotification #

Request of UpdateNotification

See: updateNotification smart constructor.

Instances

Eq UpdateNotification # 
Data UpdateNotification # 

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> UpdateNotification -> c UpdateNotification #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c UpdateNotification #

toConstr :: UpdateNotification -> Constr #

dataTypeOf :: UpdateNotification -> DataType #

dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c UpdateNotification) #

dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c UpdateNotification) #

gmapT :: (forall b. Data b => b -> b) -> UpdateNotification -> UpdateNotification #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> UpdateNotification -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> UpdateNotification -> r #

gmapQ :: (forall d. Data d => d -> u) -> UpdateNotification -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> UpdateNotification -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> UpdateNotification -> m UpdateNotification #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> UpdateNotification -> m UpdateNotification #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> UpdateNotification -> m UpdateNotification #

Read UpdateNotification # 
Show UpdateNotification # 
Generic UpdateNotification # 
Hashable UpdateNotification # 
ToJSON UpdateNotification # 
NFData UpdateNotification # 

Methods

rnf :: UpdateNotification -> () #

AWSRequest UpdateNotification # 
ToQuery UpdateNotification # 
ToPath UpdateNotification # 
ToHeaders UpdateNotification # 
type Rep UpdateNotification # 
type Rep UpdateNotification = D1 (MetaData "UpdateNotification" "Network.AWS.Budgets.UpdateNotification" "amazonka-budgets-1.4.5-KmXV3L9qzoUBVTlWeyNee4" False) (C1 (MetaCons "UpdateNotification'" PrefixI True) ((:*:) ((:*:) (S1 (MetaSel (Just Symbol "_unAccountId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text)) (S1 (MetaSel (Just Symbol "_unBudgetName") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text))) ((:*:) (S1 (MetaSel (Just Symbol "_unOldNotification") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Notification)) (S1 (MetaSel (Just Symbol "_unNewNotification") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Notification)))))
type Rs UpdateNotification # 

Request Lenses

unAccountId :: Lens' UpdateNotification Text #

Undocumented member.

unBudgetName :: Lens' UpdateNotification Text #

Undocumented member.

Destructuring the Response

updateNotificationResponse #

Creates a value of UpdateNotificationResponse with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

data UpdateNotificationResponse #

Response of UpdateNotification

See: updateNotificationResponse smart constructor.

Instances

Eq UpdateNotificationResponse # 
Data UpdateNotificationResponse # 

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> UpdateNotificationResponse -> c UpdateNotificationResponse #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c UpdateNotificationResponse #

toConstr :: UpdateNotificationResponse -> Constr #

dataTypeOf :: UpdateNotificationResponse -> DataType #

dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c UpdateNotificationResponse) #

dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c UpdateNotificationResponse) #

gmapT :: (forall b. Data b => b -> b) -> UpdateNotificationResponse -> UpdateNotificationResponse #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> UpdateNotificationResponse -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> UpdateNotificationResponse -> r #

gmapQ :: (forall d. Data d => d -> u) -> UpdateNotificationResponse -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> UpdateNotificationResponse -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> UpdateNotificationResponse -> m UpdateNotificationResponse #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> UpdateNotificationResponse -> m UpdateNotificationResponse #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> UpdateNotificationResponse -> m UpdateNotificationResponse #

Read UpdateNotificationResponse # 
Show UpdateNotificationResponse # 
Generic UpdateNotificationResponse # 
NFData UpdateNotificationResponse # 
type Rep UpdateNotificationResponse # 
type Rep UpdateNotificationResponse = D1 (MetaData "UpdateNotificationResponse" "Network.AWS.Budgets.UpdateNotification" "amazonka-budgets-1.4.5-KmXV3L9qzoUBVTlWeyNee4" True) (C1 (MetaCons "UpdateNotificationResponse'" PrefixI True) (S1 (MetaSel (Just Symbol "_unrsResponseStatus") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 Int)))

Response Lenses

unrsResponseStatus :: Lens' UpdateNotificationResponse Int #

  • - | The response status code.