| 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.GetDatalakeExceptionsSubscription
Description
Retrieves the details of exception notifications for the account in Amazon Security Lake.
Synopsis
- data GetDatalakeExceptionsSubscription = GetDatalakeExceptionsSubscription' {
- newGetDatalakeExceptionsSubscription :: GetDatalakeExceptionsSubscription
- data GetDatalakeExceptionsSubscriptionResponse = GetDatalakeExceptionsSubscriptionResponse' {}
- newGetDatalakeExceptionsSubscriptionResponse :: Int -> ProtocolAndNotificationEndpoint -> GetDatalakeExceptionsSubscriptionResponse
- getDatalakeExceptionsSubscriptionResponse_httpStatus :: Lens' GetDatalakeExceptionsSubscriptionResponse Int
- getDatalakeExceptionsSubscriptionResponse_protocolAndNotificationEndpoint :: Lens' GetDatalakeExceptionsSubscriptionResponse ProtocolAndNotificationEndpoint
Creating a Request
data GetDatalakeExceptionsSubscription Source #
See: newGetDatalakeExceptionsSubscription smart constructor.
Constructors
| GetDatalakeExceptionsSubscription' | |
Instances
newGetDatalakeExceptionsSubscription :: GetDatalakeExceptionsSubscription Source #
Create a value of GetDatalakeExceptionsSubscription with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
Destructuring the Response
data GetDatalakeExceptionsSubscriptionResponse Source #
See: newGetDatalakeExceptionsSubscriptionResponse smart constructor.
Constructors
| GetDatalakeExceptionsSubscriptionResponse' | |
Fields
| |
Instances
newGetDatalakeExceptionsSubscriptionResponse Source #
Arguments
| :: Int | |
| -> ProtocolAndNotificationEndpoint |
|
| -> GetDatalakeExceptionsSubscriptionResponse |
Create a value of GetDatalakeExceptionsSubscriptionResponse 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:GetDatalakeExceptionsSubscriptionResponse', getDatalakeExceptionsSubscriptionResponse_httpStatus - The response's http status code.
$sel:protocolAndNotificationEndpoint:GetDatalakeExceptionsSubscriptionResponse', getDatalakeExceptionsSubscriptionResponse_protocolAndNotificationEndpoint - Retrieves the exception notification subscription information.
Response Lenses
getDatalakeExceptionsSubscriptionResponse_httpStatus :: Lens' GetDatalakeExceptionsSubscriptionResponse Int Source #
The response's http status code.
getDatalakeExceptionsSubscriptionResponse_protocolAndNotificationEndpoint :: Lens' GetDatalakeExceptionsSubscriptionResponse ProtocolAndNotificationEndpoint Source #
Retrieves the exception notification subscription information.