Skip to content

BotocoreChangelog#

Mypy_boto3_builder Index / Mypy Boto3 Builder / Utils / BotocoreChangelog

Auto-generated documentation for mypy_boto3_builder.utils.botocore_changelog module.

BotocoreChangelog#

Show source in botocore_changelog.py:11

Parser for boto3 changelog.

Signature#

class BotocoreChangelog:
    def __init__(self) -> None: ...

BotocoreChangelog().fetch_updated#

Show source in botocore_changelog.py:47

Get a list of service names updated in version release.

Signature#

def fetch_updated(self, version: str) -> list[str]: ...