Sha256: 4bdf793fee4a26f2a5aeb767619476390ff937b09be4a2d27cfadf32ca9382fc

Contents?: true

Size: 358 Bytes

Versions: 24

Compression:

Stored size: 358 Bytes

Contents

# frozen_string_literal: true

module Aws
  module Plugins
    module Protocols
      class RpcV2 < Seahorse::Client::Plugin

        option(:protocol, 'smithy-rpc-v2-cbor')

        handler(Aws::RpcV2::Handler)
        handler(Aws::RpcV2::ContentTypeHandler, priority: 30)
        handler(Aws::RpcV2::ErrorHandler, step: :sign)

      end
    end
  end
end

Version data entries

24 entries across 24 versions & 1 rubygems

Version Path
aws-sdk-core-3.201.1 lib/aws-sdk-core/plugins/protocols/rpc_v2.rb
aws-sdk-core-3.201.0 lib/aws-sdk-core/plugins/protocols/rpc_v2.rb
aws-sdk-core-3.200.0 lib/aws-sdk-core/plugins/protocols/rpc_v2.rb
aws-sdk-core-3.199.0 lib/aws-sdk-core/plugins/protocols/rpc_v2.rb