Module Awso_apigatewaymanagementapi.ValuesSource

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 ]
Sourcemodule Data : sig ... end

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

Sourcemodule ForbiddenException : sig ... end

The caller is not authorized to invoke this operation.

Sourcemodule GoneException : sig ... end

The connection with the provided id no longer exists.

Sourcemodule Identity : sig ... end
Sourcemodule LimitExceededException : sig ... end

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

Sourcemodule PostToConnectionRequest : sig ... end

Sends the provided data to the specified connection.

Sourcemodule PayloadTooLargeException : sig ... end

The data has exceeded the maximum size allowed.

Sourcemodule GetConnectionResponse : sig ... end

Get information about the connection with the provided id.

Sourcemodule GetConnectionRequest : sig ... end

Get information about the connection with the provided id.

Sourcemodule DeleteConnectionRequest : sig ... end

Delete the connection with the provided id.