Skip to content

Commit

Permalink
Update stubs
Browse files Browse the repository at this point in the history
  • Loading branch information
vemel committed Dec 4, 2024
1 parent 37d2e29 commit e0dd4fd
Show file tree
Hide file tree
Showing 2 changed files with 114 additions and 75 deletions.
9 changes: 9 additions & 0 deletions botocore-stubs/signers.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -80,9 +80,18 @@ class CloudFrontSigner:
) -> str: ...

def add_generate_db_auth_token(class_attributes: Any, **kwargs: Any) -> None: ...
def add_dsql_generate_db_auth_token_methods(
class_attributes: dict[str, Any], **kwargs: Any
) -> None: ...
def generate_db_auth_token(
self: Any, DBHostname: Any, Port: Any, DBUsername: Any, Region: Any | None = ...
) -> Any: ...
def dsql_generate_db_connect_auth_token(
self: Any, Hostname: str, Region: str | None = ..., ExpiresIn: int = ...
) -> str: ...
def dsql_generate_db_connect_admin_auth_token(
self: Any, Hostname: str, Region: str | None = ..., ExpiresIn: int = ...
) -> str: ...

class S3PostPresigner:
def __init__(self, request_signer: Any) -> None: ...
Expand Down
Loading

0 comments on commit e0dd4fd

Please sign in to comment.