Smaws_Client_ApplicationAutoScaling.DeregisterScalableTargetDeregisters 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 ] ->
stringval 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.resultval request_with_metadata :
'http_type Smaws_Lib.Context.t ->
Types.deregister_scalable_target_request ->
(Types.deregister_scalable_target_response Smaws_Lib.Response.t,
[> 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 ]
* Smaws_Lib.Response.metadata)
Stdlib.result