Sha256: 75c03b8e350c342582502ec09189505dd0959bfa81414eec18d9cdccb2f547e5
Contents?: true
Size: 275 Bytes
Versions: 24
Compression:
Stored size: 275 Bytes
Contents
# frozen_string_literal: true module Aws module Plugins module Protocols class EC2 < Seahorse::Client::Plugin option(:protocol, 'ec2') handler(Aws::Query::EC2Handler) handler(Xml::ErrorHandler, step: :sign) end end end end
Version data entries
24 entries across 24 versions & 1 rubygems