massive update, probably broken
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-pyright / node_modules / pyright / dist / typeshed-fallback / stubs / boto / boto / auth_handler.pyi
1 from typing import Any
2
3 from boto.plugin import Plugin
4
5 class NotReadyToAuthenticate(Exception): ...
6
7 class AuthHandler(Plugin):
8     capability: Any
9     def __init__(self, host, config, provider) -> None: ...
10     def add_auth(self, http_request): ...