Smaws_Client_AppRunner.DeleteAutoScalingConfiguration
Delete an App Runner automatic scaling configuration resource. You can delete a top level auto scaling configuration, a specific revision of one, or all revisions associated with the top level configuration. You can't delete the default auto scaling configuration or a configuration that's used by one or more App Runner services.
val request :
Smaws_Lib.Context.t ->
Types.delete_auto_scaling_configuration_request ->
(Types.delete_auto_scaling_configuration_response,
[> Smaws_Lib.Protocols.AwsJson.error
| `InternalServiceErrorException of Types.internal_service_error_exception
| `InvalidRequestException of Types.invalid_request_exception
| `ResourceNotFoundException of Types.resource_not_found_exception ])
Stdlib.result