2018/12/18 - AmazonApiGatewayManagementApi - 1 new api methods
Changes Update apigatewaymanagementapi client to latest version
Sends the provided data to the specified connection.
See also: AWS API Documentation
Request Syntax
client.post_to_connection( Data=b'bytes'|file, ConnectionId='string' )
bytes or seekable file-like object
[REQUIRED]
The data to be sent to the client specified by its connection id.
string
[REQUIRED]
The identifier of the connection that a specific client is using.
None