| 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.GetDatalakeExceptionsExpiry
Description
Retrieves the expiration period and time-to-live (TTL) for which the exception message will remain. Exceptions are stored by default, for 2 weeks from when a record was created in Amazon Security Lake. This API does not take input parameters.
Synopsis
- data GetDatalakeExceptionsExpiry = GetDatalakeExceptionsExpiry' {
- newGetDatalakeExceptionsExpiry :: GetDatalakeExceptionsExpiry
- data GetDatalakeExceptionsExpiryResponse = GetDatalakeExceptionsExpiryResponse' {}
- newGetDatalakeExceptionsExpiryResponse :: Int -> Integer -> GetDatalakeExceptionsExpiryResponse
- getDatalakeExceptionsExpiryResponse_httpStatus :: Lens' GetDatalakeExceptionsExpiryResponse Int
- getDatalakeExceptionsExpiryResponse_exceptionMessageExpiry :: Lens' GetDatalakeExceptionsExpiryResponse Integer
Creating a Request
data GetDatalakeExceptionsExpiry Source #
See: newGetDatalakeExceptionsExpiry smart constructor.
Constructors
| GetDatalakeExceptionsExpiry' | |
Instances
newGetDatalakeExceptionsExpiry :: GetDatalakeExceptionsExpiry Source #
Create a value of GetDatalakeExceptionsExpiry with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
Destructuring the Response
data GetDatalakeExceptionsExpiryResponse Source #
See: newGetDatalakeExceptionsExpiryResponse smart constructor.
Constructors
| GetDatalakeExceptionsExpiryResponse' | |
Fields
| |
Instances
newGetDatalakeExceptionsExpiryResponse Source #
Arguments
| :: Int | |
| -> Integer |
|
| -> GetDatalakeExceptionsExpiryResponse |
Create a value of GetDatalakeExceptionsExpiryResponse 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:GetDatalakeExceptionsExpiryResponse', getDatalakeExceptionsExpiryResponse_httpStatus - The response's http status code.
$sel:exceptionMessageExpiry:GetDatalakeExceptionsExpiryResponse', getDatalakeExceptionsExpiryResponse_exceptionMessageExpiry - The expiration period and time-to-live (TTL).
Response Lenses
getDatalakeExceptionsExpiryResponse_httpStatus :: Lens' GetDatalakeExceptionsExpiryResponse Int Source #
The response's http status code.
getDatalakeExceptionsExpiryResponse_exceptionMessageExpiry :: Lens' GetDatalakeExceptionsExpiryResponse Integer Source #
The expiration period and time-to-live (TTL).