Module Smaws_Client_ApplicationAutoScaling.DeregisterScalableTarget

Deregisters an Application Auto Scaling scalable target when you have finished using it. To see which resources have been registered, use DescribeScalableTargets.

Deregistering a scalable target deletes the scaling policies and the scheduled actions that are associated with it.

val error_to_string : [ Smaws_Lib.Protocols.AwsJson.error | `ConcurrentUpdateException of Types.concurrent_update_exception | `InternalServiceException of Types.internal_service_exception | `ObjectNotFoundException of Types.object_not_found_exception | `ValidationException of Types.validation_exception ] -> string
val request : 'http_type Smaws_Lib.Context.t -> Types.deregister_scalable_target_request -> (Types.deregister_scalable_target_response, [> Smaws_Lib.Protocols.AwsJson.error | `ConcurrentUpdateException of Types.concurrent_update_exception | `InternalServiceException of Types.internal_service_exception | `ObjectNotFoundException of Types.object_not_found_exception | `ValidationException of Types.validation_exception ]) Stdlib.result