Module Values.UpdateDataLakeExceptionSubscriptionRequestSource

Updates the specified notification subscription in Amazon Security Lake for the organization you specify.

Sourcetype nonrec t = {
  1. 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.

    *)
  2. notificationEndpoint : SafeString.t;
    (*

    The account that is subscribed to receive exception notifications.

    *)
  3. subscriptionProtocol : SubscriptionProtocol.t;
    (*

    The subscription protocol to which exception messages are posted.

    *)
}
Sourceval context_ : string
Sourceval make : ?exceptionTimeToLive:??? -> notificationEndpoint:SafeString.t -> subscriptionProtocol:SubscriptionProtocol.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Long of UpdateDataLakeExceptionSubscriptionRequestExceptionTimeToLiveLong.t | `String of SafeString.t ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t