Module Values.UpdateEndpointResponseSource

Update 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 .

Sourcetype nonrec t = {
  1. name : EndpointName.t option;
    (*

    The name of the endpoint you updated in this request.

    *)
  2. arn : EndpointArn.t option;
    (*

    The ARN of the endpoint you updated in this request.

    *)
  3. routingConfig : RoutingConfig.t option;
    (*

    The routing configuration you updated in this request.

    *)
  4. replicationConfig : ReplicationConfig.t option;
    (*

    Whether event replication was enabled or disabled for the endpoint you updated in this request.

    *)
  5. eventBuses : EndpointEventBusList.t option;
    (*

    The event buses used for replication for the endpoint you updated in this request.

    *)
  6. roleArn : IamRoleArn.t option;
    (*

    The ARN of the role used by event replication for the endpoint you updated in this request.

    *)
  7. endpointId : EndpointId.t option;
    (*

    The ID of the endpoint you updated in this request.

    *)
  8. endpointUrl : EndpointUrl.t option;
    (*

    The URL of the endpoint you updated in this request.

    *)
  9. state : EndpointState.t option;
    (*

    The state of the endpoint you updated in this request.

    *)
}
Sourcetype nonrec error = [
  1. | `ConcurrentModificationException of ConcurrentModificationException.t
  2. | `InternalException of InternalException.t
  3. | `ResourceNotFoundException of ResourceNotFoundException.t
  4. | `Unknown_operation_error of string * string option
]
Sourceval make : ?name:??? -> ?arn:??? -> ?routingConfig:??? -> ?replicationConfig:??? -> ?eventBuses:??? -> ?roleArn:??? -> ?endpointId:??? -> ?endpointUrl:??? -> ?state:??? -> unit -> t
Sourceval error_of_json : string -> Yojson.Safe.t -> [> `ConcurrentModificationException of unit | `InternalException of unit | `ResourceNotFoundException of unit | `Unknown_operation_error of string * string option ]
Sourceval error_of_xml : string -> Awso.Xml.t -> [> `ConcurrentModificationException of unit | `InternalException of unit | `ResourceNotFoundException of unit | `Unknown_operation_error of string * string option ]
Sourceval error_to_json : error -> Yojson.Safe.t
Sourceval 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 ]
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