Sha256: 7c4305f198d4ceeecb7124d55cef9f06b672e3d1d804fe4e51c52d21e87ffef9
Contents?: true
Size: 886 Bytes
Versions: 79
Compression:
Stored size: 886 Bytes
Contents
module Aws module Plugins class EventStreamConfiguration < Seahorse::Client::Plugin option(:event_stream_handler, default: nil, doc_type: 'Proc', docstring: <<-DOCS) When an EventStream or Proc object is provided, it will be used as callback for each chunk of event stream response received along the way. DOCS option(:input_event_stream_handler, default: nil, doc_type: 'Proc', docstring: <<-DOCS) When an EventStream or Proc object is provided, it can be used for sending events for the event stream. DOCS option(:output_event_stream_handler, default: nil, doc_type: 'Proc', docstring: <<-DOCS) When an EventStream or Proc object is provided, it will be used as callback for each chunk of event stream response received along the way. DOCS end end end
Version data entries
79 entries across 79 versions & 1 rubygems