Values.GetEventIntegrationResponseSourceReturns information about the event integration.
type nonrec t = {name : Name.t option;The name of the event integration.
*)description : Description.t option;The description of the event integration.
*)eventIntegrationArn : Arn.t option;The Amazon Resource Name (ARN) for the event integration.
*)eventBridgeBus : EventBridgeBus.t option;The EventBridge bus.
*)eventFilter : EventFilter.t option;The event filter.
*)}type nonrec error = [ | `AccessDeniedException of AccessDeniedException.t| `InternalServiceError of InternalServiceError.t| `InvalidRequestException of InvalidRequestException.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
| `InternalServiceError of InternalServiceError.t
| `InvalidRequestException of InvalidRequestException.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
| `InternalServiceError of InternalServiceError.t
| `InvalidRequestException of InvalidRequestException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `ThrottlingException of ThrottlingException.t
| `Unknown_operation_error of string * string option ]