Method: Aws::EventBridge::Client#update_endpoint
- Defined in:
- lib/aws-sdk-eventbridge/client.rb
#update_endpoint(params = {}) ⇒ Types::UpdateEndpointResponse
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 .
[1]: docs.aws.amazon.com/eventbridge/latest/userguide/eb-global-endpoints.html
4223 4224 4225 4226 |
# File 'lib/aws-sdk-eventbridge/client.rb', line 4223 def update_endpoint(params = {}, = {}) req = build_request(:update_endpoint, params) req.send_request() end |