massive update, probably broken
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-pyright / node_modules / pyright / dist / typeshed-fallback / stubs / boto / boto / s3 / bucketlogging.pyi
1 from typing import Any
2
3 class BucketLogging:
4     target: Any
5     prefix: Any
6     grants: Any
7     def __init__(self, target: Any | None = ..., prefix: Any | None = ..., grants: Any | None = ...) -> None: ...
8     def add_grant(self, grant): ...
9     def startElement(self, name, attrs, connection): ...
10     def endElement(self, name, value, connection): ...
11     def to_xml(self): ...