{"library":"stream-manager","title":"AWS IoT Greengrass Stream Manager SDK","type":"library","description":"The AWS IoT Greengrass Stream Manager SDK for Python allows you to manage and interact with the Greengrass Stream Manager feature, enabling efficient export of data streams to AWS cloud services. Current version 1.1.1, released infrequently.","language":"python","status":"active","last_verified":"Fri May 01","install":{"commands":["pip install stream-manager"],"cli":null},"imports":["from stream_manager.client import StreamManagerClient"],"auth":{"required":false,"env_vars":[]},"links":{"homepage":null,"github":null,"docs":null,"changelog":null,"pypi":"https://pypi.org/project/stream-manager/","npm":null,"openapi_spec":null,"status_page":null,"smithery":null},"quickstart":{"code":"from stream_manager.client import StreamManagerClient\nfrom stream_manager.sagemaker_edge_manager import SagemakerEdgeManager\n\n# Note: client requires valid Greengrass group configuration\nclient = StreamManagerClient()\nprint(\"Stream manager client created\")\n# Remember to close the client to release resources\nclient.close()","lang":"python","description":"Creates a Stream Manager client and immediately closes it. In production, manage the connection lifecycle carefully.","tag":null,"tag_description":null,"last_tested":null,"results":[]},"compatibility":null}