| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
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
| Generic DeleteEventSubscriptionResponse Source # | |
Defined in Amazonka.Redshift.DeleteEventSubscription Associated Types type Rep DeleteEventSubscriptionResponse :: Type -> Type # | |
| Read DeleteEventSubscriptionResponse Source # | |
| Show DeleteEventSubscriptionResponse Source # | |
Defined in Amazonka.Redshift.DeleteEventSubscription Methods showsPrec :: Int -> DeleteEventSubscriptionResponse -> ShowS # | |
| NFData DeleteEventSubscriptionResponse Source # | |
Defined in Amazonka.Redshift.DeleteEventSubscription Methods rnf :: DeleteEventSubscriptionResponse -> () # | |
| Eq DeleteEventSubscriptionResponse Source # | |
| 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.