Module Values_1.ConfirmTopicRuleDestinationResponseSource

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 = unit
Sourcetype nonrec error = [
  1. | `ConflictingResourceUpdateException of Values_0.ConflictingResourceUpdateException.t
  2. | `InternalException of Values_0.InternalException.t
  3. | `InvalidRequestException of Values_0.InvalidRequestException.t
  4. | `ServiceUnavailableException of Values_0.ServiceUnavailableException.t
  5. | `UnauthorizedException of Values_0.UnauthorizedException.t
  6. | `Unknown_operation_error of string * string option
]
Sourceval make : unit -> unit
Sourceval error_of_json : string -> Yojson.Safe.t -> [> `ConflictingResourceUpdateException of Values_0.ConflictingResourceUpdateException.t | `InternalException of Values_0.InternalException.t | `InvalidRequestException of Values_0.InvalidRequestException.t | `ServiceUnavailableException of Values_0.ServiceUnavailableException.t | `UnauthorizedException of Values_0.UnauthorizedException.t | `Unknown_operation_error of string * string option ]
Sourceval error_of_xml : string -> Awso.Xml.t -> [> `ConflictingResourceUpdateException of Values_0.ConflictingResourceUpdateException.t | `InternalException of Values_0.InternalException.t | `InvalidRequestException of Values_0.InvalidRequestException.t | `ServiceUnavailableException of Values_0.ServiceUnavailableException.t | `UnauthorizedException of Values_0.UnauthorizedException.t | `Unknown_operation_error of string * string option ]
Sourceval error_to_json : error -> Yojson.Safe.t
Sourceval of_header_and_body : ('a * 'b) -> unit
Sourceval to_value : 'a -> [> `Structure of 'b list ]
Sourceval to_query : 'a -> Awso.Client.Query.t
Sourceval of_xml : 'a -> unit
Sourceval of_string : string -> unit
Sourceval of_json : 'a -> unit
Sourceval to_json : 'a -> Yojson.Safe.t