Sha256: 45ccd060db6e71bd0291c75f82d09705eb9f6a9fb7f96182beefc1c8669e76c7
Contents?: true
Size: 381 Bytes
Versions: 36
Compression:
Stored size: 381 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 end end end
Version data entries
36 entries across 36 versions & 1 rubygems