- Adding the method `onboard_scan_target` that supports onboard of AWS Scan Targets. For this to work, `boto3` is required.
- You can now install Zanshin SDK using: `pip install zanshinsdk[with_boto3]`. This will install Zanshin SDK with boto3 in your environment.
- Adding unit tests for new `onboard_scan_target` method using `moto` library to mock `boto3` requests.