| 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.SecurityLake.DeleteDatalakeExceptionsSubscription
Description
Deletes the specified notification subscription in Amazon Security Lake for the organization you specify.
Synopsis
- data DeleteDatalakeExceptionsSubscription = DeleteDatalakeExceptionsSubscription' {
- newDeleteDatalakeExceptionsSubscription :: DeleteDatalakeExceptionsSubscription
- data DeleteDatalakeExceptionsSubscriptionResponse = DeleteDatalakeExceptionsSubscriptionResponse' {
- httpStatus :: Int
- status :: Text
- newDeleteDatalakeExceptionsSubscriptionResponse :: Int -> Text -> DeleteDatalakeExceptionsSubscriptionResponse
- deleteDatalakeExceptionsSubscriptionResponse_httpStatus :: Lens' DeleteDatalakeExceptionsSubscriptionResponse Int
- deleteDatalakeExceptionsSubscriptionResponse_status :: Lens' DeleteDatalakeExceptionsSubscriptionResponse Text
Creating a Request
data DeleteDatalakeExceptionsSubscription Source #
See: newDeleteDatalakeExceptionsSubscription smart constructor.
Constructors
| DeleteDatalakeExceptionsSubscription' | |
Instances
newDeleteDatalakeExceptionsSubscription :: DeleteDatalakeExceptionsSubscription Source #
Create a value of DeleteDatalakeExceptionsSubscription with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
Destructuring the Response
data DeleteDatalakeExceptionsSubscriptionResponse Source #
See: newDeleteDatalakeExceptionsSubscriptionResponse smart constructor.
Constructors
| DeleteDatalakeExceptionsSubscriptionResponse' | |
Fields
| |
Instances
newDeleteDatalakeExceptionsSubscriptionResponse Source #
Arguments
| :: Int |
|
| -> Text | |
| -> DeleteDatalakeExceptionsSubscriptionResponse |
Create a value of DeleteDatalakeExceptionsSubscriptionResponse 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:DeleteDatalakeExceptionsSubscriptionResponse', deleteDatalakeExceptionsSubscriptionResponse_httpStatus - The response's http status code.
DeleteDatalakeExceptionsSubscriptionResponse, deleteDatalakeExceptionsSubscriptionResponse_status - Retrieves the status of the delete Security Lake operation for an
account.
Response Lenses
deleteDatalakeExceptionsSubscriptionResponse_httpStatus :: Lens' DeleteDatalakeExceptionsSubscriptionResponse Int Source #
The response's http status code.
deleteDatalakeExceptionsSubscriptionResponse_status :: Lens' DeleteDatalakeExceptionsSubscriptionResponse Text Source #
Retrieves the status of the delete Security Lake operation for an account.