Module Smaws_Client_IoTThingsGraph.DeleteSystemTemplate

Deletes a system. New deployments can't contain the system after its deletion. Existing deployments that contain the system will continue to work because they use a snapshot of the system that is taken when it is deployed.

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_template_request -> (Types.delete_system_template_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