Values_0.HttpActionSourceSend data to an HTTPS endpoint.
type nonrec t = {url : Url.t;The endpoint URL. If substitution templates are used in the URL, you must also specify a confirmationUrl. If this is a new destination, a new TopicRuleDestination is created if possible.
*)confirmationUrl : Url.t option;The URL to which IoT sends a confirmation message. The value of the confirmation URL must be a prefix of the endpoint URL. If you do not specify a confirmation URL IoT uses the endpoint URL as the confirmation URL. If you use substitution templates in the confirmationUrl, you must create and enable topic rule destinations that match each possible value of the substitution template before traffic is allowed to your endpoint URL.
*)headers : HeaderList.t option;The HTTP headers to send with the message data.
*)auth : HttpAuthorization.t option;The authentication method to use when sending data to an HTTPS endpoint.
*)enableBatching : EnableBatching.t option;Whether to process the HTTP action messages into a single request. Value can be true or false.
*)batchConfig : BatchConfig.t option;The configuration settings for batching. For more information, see Batching HTTP action messages.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Boolean of EnableBatching.t
| `List of
[> `Structure of (string * [> `String of HeaderKey.t ]) list ] list
| `String of Url.t
| `Structure of
(string
* [> `Boolean of BatchAcrossTopics.t
| `Integer of MaxBatchOpenMs.t
| `Structure of (string * [> `String of SigningRegion.t ]) list ])
list ])
list ]