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 |
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.
DeleteEventSubscription' | |
|
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.
Instances
newDeleteEventSubscriptionResponse :: DeleteEventSubscriptionResponse Source #
Create a value of DeleteEventSubscriptionResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.