Values.UpdateDataLakeExceptionSubscriptionRequestSourceUpdates the specified notification subscription in Amazon Security Lake for the organization you specify.
type nonrec t = {exceptionTimeToLive : UpdateDataLakeExceptionSubscriptionRequestExceptionTimeToLiveLong.t
option;The time-to-live (TTL) for the exception message to remain. It is the duration of time until which the exception message remains.
*)notificationEndpoint : SafeString.t;The account that is subscribed to receive exception notifications.
*)subscriptionProtocol : SubscriptionProtocol.t;The subscription protocol to which exception messages are posted.
*)}val make :
?exceptionTimeToLive:??? ->
notificationEndpoint:SafeString.t ->
subscriptionProtocol:SubscriptionProtocol.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Long of
UpdateDataLakeExceptionSubscriptionRequestExceptionTimeToLiveLong.t
| `String of SafeString.t ])
list ]