sig/plugins/aws_sdk_authentication.rbs in httpx-0.15.4 vs sig/plugins/aws_sdk_authentication.rbs in httpx-0.16.0

- old
+ new

@@ -1,10 +1,14 @@ module HTTPX module Plugins module AwsSdkAuthentication class Credentials include _SigV4Credentials + + private + + def initialize: (untyped aws_credentials) -> untyped end def self.load_dependencies: (singleton(Session)) -> void def self.configure: (singleton(Session)) -> void @@ -14,8 +18,8 @@ module InstanceMethods def aws_sdk_authentication: (**untyped) -> instance end end - type sessionAwsSdkAuthentication = Session & Plugins::AwsSdkAuthentication::InstanceMethods + type sessionAwsSdkAuthentication = Session & AwsSdkAuthentication::InstanceMethods end end \ No newline at end of file