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 65cfc79 commit f8f7c57Copy full SHA for f8f7c57
pydantic_ssm_settings/source.py
@@ -27,7 +27,7 @@ def client(self) -> "SSMClient":
27
return boto3.client("ssm", config=self.client_config)
28
29
@property
30
- def client_config(self):
+ def client_config(self) -> Config:
31
timeout = float(os.environ.get("SSM_TIMEOUT", 0.5))
32
return Config(connect_timeout=timeout, read_timeout=timeout)
33
0 commit comments