massive update, probably broken
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-pyright / node_modules / pyright / dist / typeshed-fallback / stubs / aws-xray-sdk / aws_xray_sdk / core / plugins / ec2_plugin.pyi
1 from typing import Any
2
3 log: Any
4 SERVICE_NAME: str
5 ORIGIN: str
6 IMDS_URL: str
7
8 def initialize() -> None: ...
9 def get_token(): ...
10 def get_metadata(token: Any | None = ...): ...
11 def parse_metadata_json(json_str): ...
12 def do_request(url, headers: Any | None = ..., method: str = ...): ...