Module Smaws_Client_IoTThingsGraph.DissociateEntityFromThing

Dissociates a device entity from a concrete thing. The action takes only the type of the entity that you need to dissociate because only one entity of a particular type can be associated with a thing.

val error_to_string : [ Smaws_Lib.Protocols.AwsJson.error | `InternalFailureException of Types.internal_failure_exception | `InvalidRequestException of Types.invalid_request_exception | `ResourceNotFoundException of Types.resource_not_found_exception | `ThrottlingException of Types.throttling_exception ] -> string
val request : 'http_type Smaws_Lib.Context.t -> Types.dissociate_entity_from_thing_request -> (Types.dissociate_entity_from_thing_response, [> Smaws_Lib.Protocols.AwsJson.error | `InternalFailureException of Types.internal_failure_exception | `InvalidRequestException of Types.invalid_request_exception | `ResourceNotFoundException of Types.resource_not_found_exception | `ThrottlingException of Types.throttling_exception ]) Stdlib.result