Module Awso_iot_data.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 PayloadSize : sig ... end
Sourcemodule Qos : sig ... end
Sourcemodule Timestamp : sig ... end
Sourcemodule Topic : sig ... end
Sourcemodule ErrorMessage : sig ... end
Sourcemodule RetainedMessageSummary : sig ... end

Information about a single retained message.

Sourcemodule ShadowName : sig ... end
Sourcemodule ConflictException : sig ... end

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

Sourcemodule InternalFailureException : sig ... end

An unexpected error has occurred.

Sourcemodule InvalidRequestException : sig ... end

The request is not valid.

Sourcemodule JsonDocument : sig ... end
Sourcemodule MethodNotAllowedException : sig ... end

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

The payload exceeds the maximum size allowed.

The service is temporarily unavailable.

Sourcemodule ThrottlingException : sig ... end

The rate exceeds the limit.

Sourcemodule UnauthorizedException : sig ... end

You are not authorized to perform this operation.

The document encoding is not supported.

Sourcemodule ThingName : sig ... end
Sourcemodule ContentType : sig ... end
Sourcemodule CorrelationData : sig ... end
Sourcemodule MessageExpiry : sig ... end
Sourcemodule Payload : sig ... end
Sourcemodule PayloadFormatIndicator : sig ... end
Sourcemodule ResponseTopic : sig ... end
Sourcemodule Retain : sig ... end
Sourcemodule UserProperties : sig ... end
Sourcemodule NextToken : sig ... end
Sourcemodule RetainedMessageList : sig ... end
Sourcemodule MaxResults : sig ... end
Sourcemodule NamedShadowList : sig ... end
Sourcemodule ResourceNotFoundException : sig ... end

The specified resource does not exist.

Sourcemodule PageSize : sig ... end
Sourcemodule UserPropertiesBlob : sig ... end
Sourcemodule CleanSession : sig ... end
Sourcemodule ClientId : sig ... end
Sourcemodule PreventWillMessage : sig ... end
Sourcemodule UpdateThingShadowResponse : sig ... end

The output from the UpdateThingShadow operation.

Sourcemodule UpdateThingShadowRequest : sig ... end

The input for the UpdateThingShadow operation.

Sourcemodule PublishRequest : sig ... end

The input for the Publish operation.

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.

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.

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

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

Sourcemodule GetThingShadowResponse : sig ... end

The output from the GetThingShadow operation.

Sourcemodule GetThingShadowRequest : sig ... end

The input for the GetThingShadow operation.

The output from the GetRetainedMessage operation.

Sourcemodule GetRetainedMessageRequest : sig ... end

The input for the GetRetainedMessage operation.

Sourcemodule ForbiddenException : sig ... end

The caller isn't authorized to make the request.

Sourcemodule DeleteThingShadowResponse : sig ... end

The output from the DeleteThingShadow operation.

Sourcemodule DeleteThingShadowRequest : sig ... end

The input for the DeleteThingShadow operation.

Sourcemodule DeleteConnectionRequest : sig ... end

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.