Values.StopServiceDeploymentResponseSourceStops an ongoing service deployment. The following stop types are avaiable: ROLLBACK - This option rolls back the service deployment to the previous service revision. You can use this option even if you didn't configure the service deployment for the rollback option. For more information, see Stopping Amazon ECS service deployments in the Amazon Elastic Container Service Developer Guide.
type nonrec error = [ | `AccessDeniedException of AccessDeniedException.t| `ClientException of ClientException.t| `ConflictException of ConflictException.t| `InvalidParameterException of InvalidParameterException.t| `ServerException of ServerException.t| `ServiceDeploymentNotFoundException of ServiceDeploymentNotFoundException.t| `UnsupportedFeatureException of UnsupportedFeatureException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `AccessDeniedException of AccessDeniedException.t
| `ClientException of ClientException.t
| `ConflictException of ConflictException.t
| `InvalidParameterException of InvalidParameterException.t
| `ServerException of ServerException.t
| `ServiceDeploymentNotFoundException of ServiceDeploymentNotFoundException.t
| `Unknown_operation_error of string * string option
| `UnsupportedFeatureException of UnsupportedFeatureException.t ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `AccessDeniedException of AccessDeniedException.t
| `ClientException of ClientException.t
| `ConflictException of ConflictException.t
| `InvalidParameterException of InvalidParameterException.t
| `ServerException of ServerException.t
| `ServiceDeploymentNotFoundException of ServiceDeploymentNotFoundException.t
| `Unknown_operation_error of string * string option
| `UnsupportedFeatureException of UnsupportedFeatureException.t ]