Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Amazonka.Redshift.DeleteEventSubscription
Description
Deletes an Amazon Redshift event notification subscription.
Synopsis
- data DeleteEventSubscription = DeleteEventSubscription' {}
- newDeleteEventSubscription :: Text -> DeleteEventSubscription
- deleteEventSubscription_subscriptionName :: Lens' DeleteEventSubscription Text
- data DeleteEventSubscriptionResponse = DeleteEventSubscriptionResponse' {
- newDeleteEventSubscriptionResponse :: DeleteEventSubscriptionResponse
Creating a Request
data DeleteEventSubscription Source #
See: newDeleteEventSubscription
smart constructor.
Constructors
DeleteEventSubscription' | |
Fields
|
Instances
newDeleteEventSubscription Source #
Create a value of DeleteEventSubscription
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:subscriptionName:DeleteEventSubscription'
, deleteEventSubscription_subscriptionName
- The name of the Amazon Redshift event notification subscription to be
deleted.
Request Lenses
deleteEventSubscription_subscriptionName :: Lens' DeleteEventSubscription Text Source #
The name of the Amazon Redshift event notification subscription to be deleted.
Destructuring the Response
data DeleteEventSubscriptionResponse Source #
See: newDeleteEventSubscriptionResponse
smart constructor.
Constructors
DeleteEventSubscriptionResponse' | |
Instances
Eq DeleteEventSubscriptionResponse Source # | |
Read DeleteEventSubscriptionResponse Source # | |
Show DeleteEventSubscriptionResponse Source # | |
Defined in Amazonka.Redshift.DeleteEventSubscription Methods showsPrec :: Int -> DeleteEventSubscriptionResponse -> ShowS # | |
Generic DeleteEventSubscriptionResponse Source # | |
Defined in Amazonka.Redshift.DeleteEventSubscription Associated Types type Rep DeleteEventSubscriptionResponse :: Type -> Type # | |
NFData DeleteEventSubscriptionResponse Source # | |
Defined in Amazonka.Redshift.DeleteEventSubscription Methods rnf :: DeleteEventSubscriptionResponse -> () # | |
type Rep DeleteEventSubscriptionResponse Source # | |
Defined in Amazonka.Redshift.DeleteEventSubscription |
newDeleteEventSubscriptionResponse :: DeleteEventSubscriptionResponse Source #
Create a value of DeleteEventSubscriptionResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.