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

Version Path
aws-sdk-core-3.88.0 lib/aws-sdk-core/plugins/event_stream_configuration.rb
aws-sdk-core-3.87.0 lib/aws-sdk-core/plugins/event_stream_configuration.rb
aws-sdk-core-3.86.0 lib/aws-sdk-core/plugins/event_stream_configuration.rb
aws-sdk-core-3.85.1 lib/aws-sdk-core/plugins/event_stream_configuration.rb
aws-sdk-core-3.85.0 lib/aws-sdk-core/plugins/event_stream_configuration.rb
aws-sdk-core-3.84.0 lib/aws-sdk-core/plugins/event_stream_configuration.rb
aws-sdk-core-3.83.0 lib/aws-sdk-core/plugins/event_stream_configuration.rb
aws-sdk-core-3.82.0 lib/aws-sdk-core/plugins/event_stream_configuration.rb
aws-sdk-core-3.81.0 lib/aws-sdk-core/plugins/event_stream_configuration.rb
aws-sdk-core-3.80.0 lib/aws-sdk-core/plugins/event_stream_configuration.rb
aws-sdk-core-3.79.0 lib/aws-sdk-core/plugins/event_stream_configuration.rb
aws-sdk-core-3.78.0 lib/aws-sdk-core/plugins/event_stream_configuration.rb
aws-sdk-core-3.77.0 lib/aws-sdk-core/plugins/event_stream_configuration.rb
aws-sdk-core-3.76.0 lib/aws-sdk-core/plugins/event_stream_configuration.rb
aws-sdk-core-3.75.0 lib/aws-sdk-core/plugins/event_stream_configuration.rb
aws-sdk-core-3.74.0 lib/aws-sdk-core/plugins/event_stream_configuration.rb
aws-sdk-core-3.73.0 lib/aws-sdk-core/plugins/event_stream_configuration.rb
aws-sdk-core-3.72.1 lib/aws-sdk-core/plugins/event_stream_configuration.rb
aws-sdk-core-3.72.0 lib/aws-sdk-core/plugins/event_stream_configuration.rb
aws-sdk-core-3.71.0 lib/aws-sdk-core/plugins/event_stream_configuration.rb