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

Amazonka.Budgets.DeleteNotification

Description

Deletes a notification.

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

Synopsis

Creating a Request

data DeleteNotification Source #

Request of DeleteNotification

See: newDeleteNotification smart constructor.

Constructors

DeleteNotification' 

Fields

Instances

Instances details
Eq DeleteNotification Source # 
Instance details

Defined in Amazonka.Budgets.DeleteNotification

Read DeleteNotification Source # 
Instance details

Defined in Amazonka.Budgets.DeleteNotification

Show DeleteNotification Source # 
Instance details

Defined in Amazonka.Budgets.DeleteNotification

Generic DeleteNotification Source # 
Instance details

Defined in Amazonka.Budgets.DeleteNotification

Associated Types

type Rep DeleteNotification :: Type -> Type #

NFData DeleteNotification Source # 
Instance details

Defined in Amazonka.Budgets.DeleteNotification

Methods

rnf :: DeleteNotification -> () #

Hashable DeleteNotification Source # 
Instance details

Defined in Amazonka.Budgets.DeleteNotification

ToJSON DeleteNotification Source # 
Instance details

Defined in Amazonka.Budgets.DeleteNotification

AWSRequest DeleteNotification Source # 
Instance details

Defined in Amazonka.Budgets.DeleteNotification

Associated Types

type AWSResponse DeleteNotification #

ToHeaders DeleteNotification Source # 
Instance details

Defined in Amazonka.Budgets.DeleteNotification

ToPath DeleteNotification Source # 
Instance details

Defined in Amazonka.Budgets.DeleteNotification

ToQuery DeleteNotification Source # 
Instance details

Defined in Amazonka.Budgets.DeleteNotification

type Rep DeleteNotification Source # 
Instance details

Defined in Amazonka.Budgets.DeleteNotification

type Rep DeleteNotification = D1 ('MetaData "DeleteNotification" "Amazonka.Budgets.DeleteNotification" "libZSservicesZSamazonka-budgetsZSamazonka-budgets" 'False) (C1 ('MetaCons "DeleteNotification'" 'PrefixI 'True) (S1 ('MetaSel ('Just "accountId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: (S1 ('MetaSel ('Just "budgetName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "notification") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Notification))))
type AWSResponse DeleteNotification Source # 
Instance details

Defined in Amazonka.Budgets.DeleteNotification

newDeleteNotification Source #

Create a value of DeleteNotification 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:

$sel:accountId:DeleteNotification', deleteNotification_accountId - The accountId that is associated with the budget whose notification you want to delete.

$sel:budgetName:DeleteNotification', deleteNotification_budgetName - The name of the budget whose notification you want to delete.

$sel:notification:DeleteNotification', deleteNotification_notification - The notification that you want to delete.

Request Lenses

deleteNotification_accountId :: Lens' DeleteNotification Text Source #

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

deleteNotification_budgetName :: Lens' DeleteNotification Text Source #

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

deleteNotification_notification :: Lens' DeleteNotification Notification Source #

The notification that you want to delete.

Destructuring the Response

data DeleteNotificationResponse Source #

Response of DeleteNotification

See: newDeleteNotificationResponse smart constructor.

Constructors

DeleteNotificationResponse' 

Fields

Instances

Instances details
Eq DeleteNotificationResponse Source # 
Instance details

Defined in Amazonka.Budgets.DeleteNotification

Read DeleteNotificationResponse Source # 
Instance details

Defined in Amazonka.Budgets.DeleteNotification

Show DeleteNotificationResponse Source # 
Instance details

Defined in Amazonka.Budgets.DeleteNotification

Generic DeleteNotificationResponse Source # 
Instance details

Defined in Amazonka.Budgets.DeleteNotification

Associated Types

type Rep DeleteNotificationResponse :: Type -> Type #

NFData DeleteNotificationResponse Source # 
Instance details

Defined in Amazonka.Budgets.DeleteNotification

type Rep DeleteNotificationResponse Source # 
Instance details

Defined in Amazonka.Budgets.DeleteNotification

type Rep DeleteNotificationResponse = D1 ('MetaData "DeleteNotificationResponse" "Amazonka.Budgets.DeleteNotification" "libZSservicesZSamazonka-budgetsZSamazonka-budgets" 'False) (C1 ('MetaCons "DeleteNotificationResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newDeleteNotificationResponse Source #

Create a value of DeleteNotificationResponse 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:

$sel:httpStatus:DeleteNotificationResponse', deleteNotificationResponse_httpStatus - The response's http status code.

Response Lenses