Module Smaws_Client_ECS.DeleteExpressGatewayService

Deletes an Express service and removes all associated Amazon Web Services resources. This operation stops service tasks, removes the Application Load Balancer, target groups, security groups, auto-scaling policies, and other managed infrastructure components.

The service enters a DRAINING state where existing tasks complete current requests without starting new tasks. After all tasks stop, the service and infrastructure are permanently removed.

This operation cannot be reversed. Back up important data and verify the service is no longer needed before deletion.

val error_to_string : [ Smaws_Lib.Protocols.AwsJson.error | `AccessDeniedException of Types.access_denied_exception | `ClientException of Types.client_exception | `ClusterNotFoundException of Types.cluster_not_found_exception | `InvalidParameterException of Types.invalid_parameter_exception | `ServerException of Types.server_exception | `ServiceNotActiveException of Types.service_not_active_exception | `ServiceNotFoundException of Types.service_not_found_exception | `UnsupportedFeatureException of Types.unsupported_feature_exception ] -> string
val request : 'http_type Smaws_Lib.Context.t -> Types.delete_express_gateway_service_request -> (Types.delete_express_gateway_service_response, [> Smaws_Lib.Protocols.AwsJson.error | `AccessDeniedException of Types.access_denied_exception | `ClientException of Types.client_exception | `ClusterNotFoundException of Types.cluster_not_found_exception | `InvalidParameterException of Types.invalid_parameter_exception | `ServerException of Types.server_exception | `ServiceNotActiveException of Types.service_not_active_exception | `ServiceNotFoundException of Types.service_not_found_exception | `UnsupportedFeatureException of Types.unsupported_feature_exception ]) Stdlib.result
val request_with_metadata : 'http_type Smaws_Lib.Context.t -> Types.delete_express_gateway_service_request -> (Types.delete_express_gateway_service_response Smaws_Lib.Response.t, [> Smaws_Lib.Protocols.AwsJson.error | `AccessDeniedException of Types.access_denied_exception | `ClientException of Types.client_exception | `ClusterNotFoundException of Types.cluster_not_found_exception | `InvalidParameterException of Types.invalid_parameter_exception | `ServerException of Types.server_exception | `ServiceNotActiveException of Types.service_not_active_exception | `ServiceNotFoundException of Types.service_not_found_exception | `UnsupportedFeatureException of Types.unsupported_feature_exception ] * Smaws_Lib.Response.metadata) Stdlib.result