massive update, probably broken
[dotfiles/.git] / .config / coc / extensions / coc-python-data / languageServer.0.5.59 / Typeshed / third_party / 2and3 / boto / s3 / __init__.pyi
diff --git a/.config/coc/extensions/coc-python-data/languageServer.0.5.59/Typeshed/third_party/2and3/boto/s3/__init__.pyi b/.config/coc/extensions/coc-python-data/languageServer.0.5.59/Typeshed/third_party/2and3/boto/s3/__init__.pyi
new file mode 100644 (file)
index 0000000..a8a315a
--- /dev/null
@@ -0,0 +1,14 @@
+from typing import Optional\r
+\r
+from .connection import S3Connection\r
+\r
+from boto.connection import AWSAuthConnection\r
+from boto.regioninfo import RegionInfo\r
+\r
+from typing import List, Type, Text\r
+\r
+class S3RegionInfo(RegionInfo):\r
+    def connect(self, name: Optional[Text] = ..., endpoint: Optional[str] = ..., connection_cls: Optional[Type[AWSAuthConnection]] = ..., **kw_params) -> S3Connection: ...\r
+\r
+def regions() -> List[S3RegionInfo]: ...\r
+def connect_to_region(region_name: Text, **kw_params): ...\r