Values.UpdateEndpointRequestSourceUpdate 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;The name of the endpoint you want to update.
*)description : EndpointDescription.t option;A description for the endpoint.
*)routingConfig : RoutingConfig.t option;Configure the routing policy, including the health check and secondary Region.
*)replicationConfig : ReplicationConfig.t option;Whether event replication was enabled or disabled by this request.
*)eventBuses : EndpointEventBusList.t option;Define event buses used for replication.
*)roleArn : IamRoleArn.t option;The ARN of the role used by event replication for this request.
*)}val make :
?description:??? ->
?routingConfig:??? ->
?replicationConfig:??? ->
?eventBuses:??? ->
?roleArn:??? ->
name:EndpointName.t ->
unit ->
tval to_value :
t ->
[> `Structure 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 ]