We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f833c50 commit e7a07caCopy full SHA for e7a07ca
src/clients.py
@@ -784,12 +784,6 @@ def __init__(
784
self._clients: dict[tuple[type, str, str | None], RegionRoleClient] = {
785
(STSClient, sts_region, None): self._sts
786
}
787
- # self._sts_clients: dict[tuple[str, str | None], STSClient] = {
788
- # (sts_region, None): self._sts
789
- # }
790
- # self._support_clients: dict[str | None, SupportAppClient] = {}
791
- # self._tagging_clients: dict[tuple[str, str | None], TaggingClient] = {}
792
- # self._cloudwatch_clients: dict[tuple[str, str | None], CloudWatchClient] = {}
793
self._session_lock = asyncio.Lock()
794
795
def region_config(self, region: str) -> Config:
0 commit comments