{ "info": { "author": "Joseph Wortmann", "author_email": "jwortmann@quinovas.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Intended Audience :: Developers", "License :: OSI Approved :: Apache Software License", "Programming Language :: Python :: 3.7" ], "description": "=======================\napigatewaydisconnectapi\n=======================\n\nProvides a boto3 client class by the same name with a disconnect method for\ndisconnecting websocket clients.\n\nThe boto3 client for managing API Gateway connected websockets provides\na mechanism for posting data back to a client, but does not provide\na mechanism for forcing the disconnect of a client. It is left up to\nthe developer to build a signature version 4 authentication and\nmake the DELETE call themselves.\n\nThis package creates a boto3 client class called ``apigatewaydisconnectapi``\nthat supports disconnecting a client. The client object is created in the\nsame way that the ``apigatewaymanagementapi`` is created.\n\n*class* **ApiGatewayDisconnectApi.Client**\n\n A low-level client representing ApiGatewayDisconnectApi\n\n .. code:: python\n\n import apigatewaydisconnectapi\n import boto3\n\n client = boto3.client('apigatewaydisconnectapi')\n\n **disconnect(**kwargs)**\n Disconnects the specified connection\n\n **Request Syntax**\n\n .. code:: python\n\n response = client.disconnect(\n ConnectionId='string'\n )\n\n **Parameters**\n\n * **ConnectionId** (string) --\n\n **[REQUIRED]**\n\n The identifier of the connection that a specific client is using.\n\n **Returns**\n\n None\n\n\n", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/QuiNovas/apigatewaydisconnectapi", "keywords": "", "license": "Apache 2.0", "maintainer": "", "maintainer_email": "", "name": "apigatewaydisconnectapi", "package_url": "https://pypi.org/project/apigatewaydisconnectapi/", "platform": "", "project_url": "https://pypi.org/project/apigatewaydisconnectapi/", "project_urls": { "Homepage": "https://github.com/QuiNovas/apigatewaydisconnectapi" }, "release_url": "https://pypi.org/project/apigatewaydisconnectapi/0.0.1/", "requires_dist": null, "requires_python": "", "summary": "Provides a boto3 client class by the same name with a disconnect method for disconnecting websocket clients", "version": "0.0.1" }, "last_serial": 5684563, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "475cd6a9c428a70f3d0414cdcbe781ee", "sha256": "b52480070bef17547346b926f7bb69fdd8be95b2173230dca8f5445674ea727a" }, "downloads": -1, "filename": "apigatewaydisconnectapi-0.0.1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "475cd6a9c428a70f3d0414cdcbe781ee", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 7923, "upload_time": "2019-08-15T22:03:37", "url": "https://files.pythonhosted.org/packages/0b/81/97d7436881263dabea24ca382ba7f76d2334870ca4e2e0db49cc77a392bf/apigatewaydisconnectapi-0.0.1-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "9375563e81c10244c686802b1af8fc5d", "sha256": "b68efa1cdf02d34f011bc4866fcbea402ca1ea631ec1343bbae04e45e3d9148e" }, "downloads": -1, "filename": "apigatewaydisconnectapi-0.0.1.tar.gz", "has_sig": false, "md5_digest": "9375563e81c10244c686802b1af8fc5d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2958, "upload_time": "2019-08-15T22:03:39", "url": "https://files.pythonhosted.org/packages/04/d1/0b39f82e756c7c0efc800357365847c448a73bab9fec3dbcff70572eb492/apigatewaydisconnectapi-0.0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "475cd6a9c428a70f3d0414cdcbe781ee", "sha256": "b52480070bef17547346b926f7bb69fdd8be95b2173230dca8f5445674ea727a" }, "downloads": -1, "filename": "apigatewaydisconnectapi-0.0.1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "475cd6a9c428a70f3d0414cdcbe781ee", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 7923, "upload_time": "2019-08-15T22:03:37", "url": "https://files.pythonhosted.org/packages/0b/81/97d7436881263dabea24ca382ba7f76d2334870ca4e2e0db49cc77a392bf/apigatewaydisconnectapi-0.0.1-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "9375563e81c10244c686802b1af8fc5d", "sha256": "b68efa1cdf02d34f011bc4866fcbea402ca1ea631ec1343bbae04e45e3d9148e" }, "downloads": -1, "filename": "apigatewaydisconnectapi-0.0.1.tar.gz", "has_sig": false, "md5_digest": "9375563e81c10244c686802b1af8fc5d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2958, "upload_time": "2019-08-15T22:03:39", "url": "https://files.pythonhosted.org/packages/04/d1/0b39f82e756c7c0efc800357365847c448a73bab9fec3dbcff70572eb492/apigatewaydisconnectapi-0.0.1.tar.gz" } ] }