Sha256: 9acd8c11a21ad6d0d1de97dd36f6883c55827a7fa6da8bc4e47a7066234e8fe6

Contents?: true

Size: 365 Bytes

Versions: 4

Compression:

Stored size: 365 Bytes

Contents

module HTTPX
  module Plugins
    module AwsSdkAuthentication
      class Credentials
        include _SigV4Credentials
      end

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

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

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

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
httpx-0.13.2 sig/plugins/aws_sdk_authentication.rbs
httpx-0.13.1 sig/plugins/aws_sdk_authentication.rbs
httpx-0.13.0 sig/plugins/aws_sdk_authentication.rbs
httpx-0.12.0 sig/plugins/aws_sdk_authentication.rbs