Module Smaws_Client_IoTThingsGraph.DeleteSystemInstance

Deletes a system instance. Only system instances that have never been deployed, or that have been undeployed can be deleted.

Users can create a new system instance that has the same ID as a deleted system instance.

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