Module: Aws::EventBridge::Endpoints Private
- Defined in:
- lib/aws-sdk-eventbridge/endpoints.rb
This module is part of a private API. You should avoid using this module if possible, as it may be removed or be changed in the future.
Defined Under Namespace
Classes: PutEvents
Class Method Summary collapse
Class Method Details
.parameters_for_operation(context) ⇒ Object
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
25 26 27 28 29 30 31 32 |
# File 'lib/aws-sdk-eventbridge/endpoints.rb', line 25 def self.parameters_for_operation(context) case context.operation_name when :put_events PutEvents.build(context) else Aws::EventBridge::EndpointParameters.create(context.config) end end |