amazonka-budgets-1.5.0: Amazon Budgets SDK.

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

Network.AWS.Budgets.UpdateSubscriber

Contents

Description

Update a subscriber

Synopsis

Creating a Request

updateSubscriber Source #

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

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

data UpdateSubscriber Source #

Request of UpdateSubscriber

See: updateSubscriber smart constructor.

Instances

Eq UpdateSubscriber Source # 
Data UpdateSubscriber Source # 

Methods

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

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

toConstr :: UpdateSubscriber -> Constr #

dataTypeOf :: UpdateSubscriber -> DataType #

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

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

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

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

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

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

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

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

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

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

Read UpdateSubscriber Source # 
Show UpdateSubscriber Source # 
Generic UpdateSubscriber Source # 
Hashable UpdateSubscriber Source # 
ToJSON UpdateSubscriber Source # 
NFData UpdateSubscriber Source # 

Methods

rnf :: UpdateSubscriber -> () #

AWSRequest UpdateSubscriber Source # 
ToQuery UpdateSubscriber Source # 
ToPath UpdateSubscriber Source # 
ToHeaders UpdateSubscriber Source # 
type Rep UpdateSubscriber Source # 
type Rep UpdateSubscriber = D1 (MetaData "UpdateSubscriber" "Network.AWS.Budgets.UpdateSubscriber" "amazonka-budgets-1.5.0-DxVvOYx4s4rzRpD440Wv4" False) (C1 (MetaCons "UpdateSubscriber'" PrefixI True) ((:*:) ((:*:) (S1 (MetaSel (Just Symbol "_usAccountId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text)) (S1 (MetaSel (Just Symbol "_usBudgetName") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text))) ((:*:) (S1 (MetaSel (Just Symbol "_usNotification") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Notification)) ((:*:) (S1 (MetaSel (Just Symbol "_usOldSubscriber") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Subscriber)) (S1 (MetaSel (Just Symbol "_usNewSubscriber") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Subscriber))))))
type Rs UpdateSubscriber Source # 

Request Lenses

Destructuring the Response

updateSubscriberResponse Source #

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

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

data UpdateSubscriberResponse Source #

Response of UpdateSubscriber

See: updateSubscriberResponse smart constructor.

Instances

Eq UpdateSubscriberResponse Source # 
Data UpdateSubscriberResponse Source # 

Methods

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

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

toConstr :: UpdateSubscriberResponse -> Constr #

dataTypeOf :: UpdateSubscriberResponse -> DataType #

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

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

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

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

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

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

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

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

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

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

Read UpdateSubscriberResponse Source # 
Show UpdateSubscriberResponse Source # 
Generic UpdateSubscriberResponse Source # 
NFData UpdateSubscriberResponse Source # 
type Rep UpdateSubscriberResponse Source # 
type Rep UpdateSubscriberResponse = D1 (MetaData "UpdateSubscriberResponse" "Network.AWS.Budgets.UpdateSubscriber" "amazonka-budgets-1.5.0-DxVvOYx4s4rzRpD440Wv4" True) (C1 (MetaCons "UpdateSubscriberResponse'" PrefixI True) (S1 (MetaSel (Just Symbol "_usrsResponseStatus") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 Int)))

Response Lenses