Sha256: 4836519bad388b1bcb06b959b8dc22483ecd28d557a701012d55229db12f7349

Contents?: true

Size: 421 Bytes

Versions: 6

Compression:

Stored size: 421 Bytes

Contents

module HTTPX
  module Plugins
    module AwsSdkAuthentication
      class Credentials
        include _SigV4Credentials
      end

      def self.load_dependencies: (singleton(Session)) -> void

      def self.configure: (singleton(Session)) -> void

      def self.extra_options: (Options) -> (Options)

      module InstanceMethods
        def aws_sdk_authentication: (**untyped) -> instance
      end
    end
  end
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
httpx-0.14.5 sig/plugins/aws_sdk_authentication.rbs
httpx-0.14.4 sig/plugins/aws_sdk_authentication.rbs
httpx-0.14.3 sig/plugins/aws_sdk_authentication.rbs
httpx-0.14.2 sig/plugins/aws_sdk_authentication.rbs
httpx-0.14.1 sig/plugins/aws_sdk_authentication.rbs
httpx-0.14.0 sig/plugins/aws_sdk_authentication.rbs