Values.UpdateEndpointResponseSourceUpdate an existing endpoint. For more information about global endpoints, see Making applications Regional-fault tolerant with global endpoints and event replication in the Amazon EventBridge User Guide .
type nonrec t = {name : EndpointName.t option;The name of the endpoint you updated in this request.
*)arn : EndpointArn.t option;The ARN of the endpoint you updated in this request.
*)routingConfig : RoutingConfig.t option;The routing configuration you updated in this request.
*)replicationConfig : ReplicationConfig.t option;Whether event replication was enabled or disabled for the endpoint you updated in this request.
*)eventBuses : EndpointEventBusList.t option;The event buses used for replication for the endpoint you updated in this request.
*)roleArn : IamRoleArn.t option;The ARN of the role used by event replication for the endpoint you updated in this request.
*)endpointId : EndpointId.t option;The ID of the endpoint you updated in this request.
*)endpointUrl : EndpointUrl.t option;The URL of the endpoint you updated in this request.
*)state : EndpointState.t option;The state of the endpoint you updated in this request.
*)}type nonrec error = [ | `ConcurrentModificationException of ConcurrentModificationException.t| `InternalException of InternalException.t| `ResourceNotFoundException of ResourceNotFoundException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `ConcurrentModificationException of unit
| `InternalException of unit
| `ResourceNotFoundException of unit
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `ConcurrentModificationException of unit
| `InternalException of unit
| `ResourceNotFoundException of unit
| `Unknown_operation_error of string * string option ]val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `List of
[> `Structure of
(string * [> `String of NonPartnerEventBusArn.t ]) list ]
list
| `String of EndpointName.t
| `Structure of
(string
* [> `Enum of string
| `Structure of
(string
* [> `Structure of
(string * [> `String of HealthCheck.t ]) list ])
list ])
list ])
list ]