amazonka-budgets-1.6.1: Amazon Budgets SDK.

Copyright(c) 2013-2018 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.DeleteNotification

Contents

Description

Deletes a notification.

Deleting a notification also deletes the subscribers associated with the notification.

Synopsis

Creating a Request

deleteNotification Source #

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

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

  • dnAccountId - The accountId that is associated with the budget whose notification you want to delete.
  • dnBudgetName - The name of the budget whose notification you want to delete.
  • dnNotification - The notification that you want to delete.

data DeleteNotification Source #

Request of DeleteNotification

See: deleteNotification smart constructor.

Instances
Eq DeleteNotification Source # 
Instance details

Defined in Network.AWS.Budgets.DeleteNotification

Data DeleteNotification Source # 
Instance details

Defined in Network.AWS.Budgets.DeleteNotification

Methods

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

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

toConstr :: DeleteNotification -> Constr #

dataTypeOf :: DeleteNotification -> DataType #

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

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

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

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

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

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

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

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

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

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

Read DeleteNotification Source # 
Instance details

Defined in Network.AWS.Budgets.DeleteNotification

Show DeleteNotification Source # 
Instance details

Defined in Network.AWS.Budgets.DeleteNotification

Generic DeleteNotification Source # 
Instance details

Defined in Network.AWS.Budgets.DeleteNotification

Associated Types

type Rep DeleteNotification :: Type -> Type #

Hashable DeleteNotification Source # 
Instance details

Defined in Network.AWS.Budgets.DeleteNotification

ToJSON DeleteNotification Source # 
Instance details

Defined in Network.AWS.Budgets.DeleteNotification

AWSRequest DeleteNotification Source # 
Instance details

Defined in Network.AWS.Budgets.DeleteNotification

Associated Types

type Rs DeleteNotification :: Type #

ToHeaders DeleteNotification Source # 
Instance details

Defined in Network.AWS.Budgets.DeleteNotification

ToPath DeleteNotification Source # 
Instance details

Defined in Network.AWS.Budgets.DeleteNotification

ToQuery DeleteNotification Source # 
Instance details

Defined in Network.AWS.Budgets.DeleteNotification

NFData DeleteNotification Source # 
Instance details

Defined in Network.AWS.Budgets.DeleteNotification

Methods

rnf :: DeleteNotification -> () #

type Rep DeleteNotification Source # 
Instance details

Defined in Network.AWS.Budgets.DeleteNotification

type Rep DeleteNotification = D1 (MetaData "DeleteNotification" "Network.AWS.Budgets.DeleteNotification" "amazonka-budgets-1.6.1-EaVNVCh4SNz6bhjSdjYIRa" False) (C1 (MetaCons "DeleteNotification'" PrefixI True) (S1 (MetaSel (Just "_dnAccountId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text) :*: (S1 (MetaSel (Just "_dnBudgetName") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text) :*: S1 (MetaSel (Just "_dnNotification") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Notification))))
type Rs DeleteNotification Source # 
Instance details

Defined in Network.AWS.Budgets.DeleteNotification

Request Lenses

dnAccountId :: Lens' DeleteNotification Text Source #

The accountId that is associated with the budget whose notification you want to delete.

dnBudgetName :: Lens' DeleteNotification Text Source #

The name of the budget whose notification you want to delete.

dnNotification :: Lens' DeleteNotification Notification Source #

The notification that you want to delete.

Destructuring the Response

deleteNotificationResponse Source #

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

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

data DeleteNotificationResponse Source #

Response of DeleteNotification

See: deleteNotificationResponse smart constructor.

Instances
Eq DeleteNotificationResponse Source # 
Instance details

Defined in Network.AWS.Budgets.DeleteNotification

Data DeleteNotificationResponse Source # 
Instance details

Defined in Network.AWS.Budgets.DeleteNotification

Methods

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

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

toConstr :: DeleteNotificationResponse -> Constr #

dataTypeOf :: DeleteNotificationResponse -> DataType #

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

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

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

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

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

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

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

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

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

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

Read DeleteNotificationResponse Source # 
Instance details

Defined in Network.AWS.Budgets.DeleteNotification

Show DeleteNotificationResponse Source # 
Instance details

Defined in Network.AWS.Budgets.DeleteNotification

Generic DeleteNotificationResponse Source # 
Instance details

Defined in Network.AWS.Budgets.DeleteNotification

Associated Types

type Rep DeleteNotificationResponse :: Type -> Type #

NFData DeleteNotificationResponse Source # 
Instance details

Defined in Network.AWS.Budgets.DeleteNotification

type Rep DeleteNotificationResponse Source # 
Instance details

Defined in Network.AWS.Budgets.DeleteNotification

type Rep DeleteNotificationResponse = D1 (MetaData "DeleteNotificationResponse" "Network.AWS.Budgets.DeleteNotification" "amazonka-budgets-1.6.1-EaVNVCh4SNz6bhjSdjYIRa" True) (C1 (MetaCons "DeleteNotificationResponse'" PrefixI True) (S1 (MetaSel (Just "_dnrsResponseStatus") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 Int)))

Response Lenses