Module Awso_apigatewaymanagementapi_asyncSource

Sourceval delete_connection : ?endpoint_url:string -> ?cfg:Awso.Cfg.t -> Awso_apigatewaymanagementapi.Values.DeleteConnectionRequest.t -> (unit, unit) Result.t Async.Deferred.t
Sourceval post_to_connection : ?endpoint_url:string -> ?cfg:Awso.Cfg.t -> Awso_apigatewaymanagementapi.Values.PostToConnectionRequest.t -> (unit, unit) Result.t Async.Deferred.t
include module type of struct include Awso_apigatewaymanagementapi.Values end
Sourceval service : Awso.Service.t
Sourceval apiVersion : string
Sourceval endpointPrefix : string
Sourceval serviceFullName : string
Sourceval signatureVersion : string
Sourceval protocol : string
Sourceval globalEndpoint : string
Sourceval simple_to_json : ('a -> Awso__Botodata.value) -> 'a -> Yojson.Safe.t
Sourceval composed_to_json : ('a -> Awso__Botodata.value) -> 'a -> Yojson.Safe.t
Sourceval to_query : ('a -> Awso.Client.Query.value) -> 'a -> Awso.Client.Query.t
Sourceval structure_to_value_aux : ('a * 'b option) list -> f:(('a * 'b) list -> 'c) -> [> `Structure of 'c ]
Sourceval structure_to_value : ('a * 'b option) list -> [> `Structure of ('a * 'b) list ]
Sourceval structure_to_wrapped_value : wrapper:'a -> response:'a -> ('b * 'c option) list -> [> `Structure of ('a * [> `Structure of ('b * 'c) list ]) list ]

The data to be sent to the client specified by its connection id.

The caller is not authorized to invoke this operation.

The connection with the provided id no longer exists.

The client is sending more than the allowed number of requests per unit of time or the WebSocket client side buffer is full.

Sends the provided data to the specified connection.

The data has exceeded the maximum size allowed.

Get information about the connection with the provided id.

Get information about the connection with the provided id.

Delete the connection with the provided id.

Sourcemodule Cli : sig ... end