Module Awso_iot_data_lwtSource

Sourceval delete_connection : ?endpoint_url:string -> ?cfg:Awso.Cfg.t -> Awso_iot_data.Values.DeleteConnectionRequest.t -> (unit, unit) Result.t Lwt.t
Sourceval publish : ?endpoint_url:string -> ?cfg:Awso.Cfg.t -> Awso_iot_data.Values.PublishRequest.t -> (unit, unit) Result.t Lwt.t
include module type of struct include Awso_iot_data.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 ]

Information about a single retained message.

The specified version does not match the version of the document.

Sourcemodule InternalFailureException = Awso_iot_data.Values.InternalFailureException

An unexpected error has occurred.

The request is not valid.

Sourcemodule MethodNotAllowedException = Awso_iot_data.Values.MethodNotAllowedException

The specified combination of HTTP verb and URI is not supported.

Sourcemodule RequestEntityTooLargeException = Awso_iot_data.Values.RequestEntityTooLargeException

The payload exceeds the maximum size allowed.

Sourcemodule ServiceUnavailableException = Awso_iot_data.Values.ServiceUnavailableException

The service is temporarily unavailable.

The rate exceeds the limit.

You are not authorized to perform this operation.

Sourcemodule UnsupportedDocumentEncodingException = Awso_iot_data.Values.UnsupportedDocumentEncodingException

The document encoding is not supported.

Sourcemodule ResourceNotFoundException = Awso_iot_data.Values.ResourceNotFoundException

The specified resource does not exist.

Sourcemodule UpdateThingShadowResponse = Awso_iot_data.Values.UpdateThingShadowResponse

The output from the UpdateThingShadow operation.

Sourcemodule UpdateThingShadowRequest = Awso_iot_data.Values.UpdateThingShadowRequest

The input for the UpdateThingShadow operation.

The input for the Publish operation.

Sourcemodule ListRetainedMessagesResponse = Awso_iot_data.Values.ListRetainedMessagesResponse

Lists summary information about the retained messages stored for the account. This action returns only the topic names of the retained messages. It doesn't return any message payloads. Although this action doesn't return a message payload, it can still incur messaging costs. To get the message payload of a retained message, call GetRetainedMessage with the topic name of the retained message. Requires permission to access the ListRetainedMessages action. For more information about messaging costs, see Amazon Web Services IoT Core pricing - Messaging.

Sourcemodule ListRetainedMessagesRequest = Awso_iot_data.Values.ListRetainedMessagesRequest

Lists summary information about the retained messages stored for the account. This action returns only the topic names of the retained messages. It doesn't return any message payloads. Although this action doesn't return a message payload, it can still incur messaging costs. To get the message payload of a retained message, call GetRetainedMessage with the topic name of the retained message. Requires permission to access the ListRetainedMessages action. For more information about messaging costs, see Amazon Web Services IoT Core pricing - Messaging.

Sourcemodule ListNamedShadowsForThingResponse = Awso_iot_data.Values.ListNamedShadowsForThingResponse

Lists the shadows for the specified thing. Requires permission to access the ListNamedShadowsForThing action.

Sourcemodule ListNamedShadowsForThingRequest = Awso_iot_data.Values.ListNamedShadowsForThingRequest

Lists the shadows for the specified thing. Requires permission to access the ListNamedShadowsForThing action.

The output from the GetThingShadow operation.

The input for the GetThingShadow operation.

Sourcemodule GetRetainedMessageResponse = Awso_iot_data.Values.GetRetainedMessageResponse

The output from the GetRetainedMessage operation.

Sourcemodule GetRetainedMessageRequest = Awso_iot_data.Values.GetRetainedMessageRequest

The input for the GetRetainedMessage operation.

The caller isn't authorized to make the request.

Sourcemodule DeleteThingShadowResponse = Awso_iot_data.Values.DeleteThingShadowResponse

The output from the DeleteThingShadow operation.

Sourcemodule DeleteThingShadowRequest = Awso_iot_data.Values.DeleteThingShadowRequest

The input for the DeleteThingShadow operation.

Disconnects a connected MQTT client from Amazon Web Services IoT Core. When you disconnect a client, Amazon Web Services IoT Core closes the client's network connection and optionally cleans the session state.