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 Source #

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 Source #

Request of UpdateNotification

See: updateNotification smart constructor.

Instances

Eq UpdateNotification Source # 
Data UpdateNotification Source # 

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 Source # 
Show UpdateNotification Source # 
Generic UpdateNotification Source # 
Hashable UpdateNotification Source # 
ToJSON UpdateNotification Source # 
NFData UpdateNotification Source # 

Methods

rnf :: UpdateNotification -> () #

AWSRequest UpdateNotification Source # 
ToPath UpdateNotification Source # 
ToHeaders UpdateNotification Source # 
ToQuery UpdateNotification Source # 
type Rep UpdateNotification Source # 
type Rep UpdateNotification = D1 (MetaData "UpdateNotification" "Network.AWS.Budgets.UpdateNotification" "amazonka-budgets-1.4.5-x7bpF8RUHi4Q9vaKTSFkv" 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 Source # 

Request Lenses

Destructuring the Response

updateNotificationResponse Source #

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 Source #

Response of UpdateNotification

See: updateNotificationResponse smart constructor.

Instances

Eq UpdateNotificationResponse Source # 
Data UpdateNotificationResponse Source # 

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 Source # 
Show UpdateNotificationResponse Source # 
Generic UpdateNotificationResponse Source # 
NFData UpdateNotificationResponse Source # 
type Rep UpdateNotificationResponse Source # 
type Rep UpdateNotificationResponse = D1 (MetaData "UpdateNotificationResponse" "Network.AWS.Budgets.UpdateNotification" "amazonka-budgets-1.4.5-x7bpF8RUHi4Q9vaKTSFkv" True) (C1 (MetaCons "UpdateNotificationResponse'" PrefixI True) (S1 (MetaSel (Just Symbol "_unrsResponseStatus") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 Int)))

Response Lenses