in modular_cli_sdk/client/ssm_client.py [0:0]
def put_parameter(self, name: str, value: SecretValue, _type='SecureString') -> bool: self._store[name] = value return True