Module Values_1.ConfirmTopicRuleDestinationRequestSource

Confirms a topic rule destination. When you create a rule requiring a destination, IoT sends a confirmation message to the endpoint or base address you specify. The message includes a token which you pass back when calling ConfirmTopicRuleDestination to confirm that you own or have access to the endpoint. Requires permission to access the ConfirmTopicRuleDestination action.

Sourcetype nonrec t = {
  1. confirmationToken : Values_0.ConfirmationToken.t;
    (*

    The token used to confirm ownership or access to the topic rule confirmation URL.

    *)
}
Sourceval context_ : string
Sourceval make : confirmationToken:Values_0.ConfirmationToken.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of Values_0.ConfirmationToken.t ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t