Apigatewaymanagementapi
This page documents function available when using the Apigatewaymanagementapi
module, created with @service Apigatewaymanagementapi
.
Index
Main.Apigatewaymanagementapi.delete_connection
Main.Apigatewaymanagementapi.get_connection
Main.Apigatewaymanagementapi.post_to_connection
Documentation
Main.Apigatewaymanagementapi.delete_connection
— Methoddelete_connection(connection_id)
delete_connection(connection_id, params::Dict{String,<:Any})
Delete the connection with the provided id.
Arguments
connection_id
:
Main.Apigatewaymanagementapi.get_connection
— Methodget_connection(connection_id)
get_connection(connection_id, params::Dict{String,<:Any})
Get information about the connection with the provided id.
Arguments
connection_id
:
Main.Apigatewaymanagementapi.post_to_connection
— Methodpost_to_connection(data, connection_id)
post_to_connection(data, connection_id, params::Dict{String,<:Any})
Sends the provided data to the specified connection.
Arguments
data
: The data to be sent to the client specified by its connection id.connection_id
: The identifier of the connection that a specific client is using.