Values.GetDataLakeExceptionSubscriptionResponseSourceRetrieves the protocol and endpoint that were provided when subscribing to Amazon SNS topics for exception notifications.
type nonrec t = {exceptionTimeToLive : Long.t option;The expiration period and time-to-live (TTL). It is the duration of time until which the exception message remains.
*)notificationEndpoint : SafeString.t option;The Amazon Web Services account where you receive exception notifications.
*)subscriptionProtocol : SubscriptionProtocol.t option;The subscription protocol to which exception notifications are posted.
*)}type nonrec error = [ | `AccessDeniedException of AccessDeniedException.t| `BadRequestException of BadRequestException.t| `ConflictException of ConflictException.t| `InternalServerException of InternalServerException.t| `ResourceNotFoundException of ResourceNotFoundException.t| `ThrottlingException of ThrottlingException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `AccessDeniedException of AccessDeniedException.t
| `BadRequestException of BadRequestException.t
| `ConflictException of ConflictException.t
| `InternalServerException of InternalServerException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `ThrottlingException of ThrottlingException.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `AccessDeniedException of AccessDeniedException.t
| `BadRequestException of BadRequestException.t
| `ConflictException of ConflictException.t
| `InternalServerException of InternalServerException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `ThrottlingException of ThrottlingException.t
| `Unknown_operation_error of string * string option ]val to_value :
t ->
[> `Structure of
(string * [> `Long of Long.t | `String of SafeString.t ]) list ]