sig/plugins/aws_sdk_authentication.rbs in httpx-0.13.2 vs sig/plugins/aws_sdk_authentication.rbs in httpx-0.14.0
- old
+ new
@@ -5,9 +5,11 @@
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
\ No newline at end of file