ApiGatewayManagementClient
The Amazon API Gateway Management API allows you to directly manage runtime aspects of your deployed APIs. To use it, you must explicitly set the SDK's endpoint to point to the endpoint of your deployed API. The endpoint will be of the form https://{api-id}.execute-api.{region}.amazonaws.com/{stage}, or will be the endpoint corresponding to your API's custom domain and base path, if applicable.
Functions
Inherited functions
Link copied to clipboard
inline suspend fun ApiGatewayManagementClient.deleteConnection(crossinline block: DeleteConnectionRequest.Builder.() -> Unit): DeleteConnectionResponse
Delete the connection with the provided id.
Link copied to clipboard
inline suspend fun ApiGatewayManagementClient.getConnection(crossinline block: GetConnectionRequest.Builder.() -> Unit): GetConnectionResponse
Get information about the connection with the provided id.
Link copied to clipboard
inline suspend fun ApiGatewayManagementClient.postToConnection(crossinline block: PostToConnectionRequest.Builder.() -> Unit): PostToConnectionResponse
Sends the provided data to the specified connection.
Link copied to clipboard
fun ApiGatewayManagementClient.withConfig(block: ApiGatewayManagementClient.Config.Builder.() -> Unit): ApiGatewayManagementClient
Create a copy of the client with one or more configuration values overridden. This method allows the caller to perform scoped config overrides for one or more client operations.