Module Values.StopServiceDeploymentResponseSource

Stops 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.

Sourcetype nonrec t = {
  1. serviceDeploymentArn : String_.t option;
    (*

    The ARN of the stopped service deployment.

    *)
}
Sourcetype nonrec error = [
  1. | `AccessDeniedException of AccessDeniedException.t
  2. | `ClientException of ClientException.t
  3. | `ConflictException of ConflictException.t
  4. | `InvalidParameterException of InvalidParameterException.t
  5. | `ServerException of ServerException.t
  6. | `ServiceDeploymentNotFoundException of ServiceDeploymentNotFoundException.t
  7. | `UnsupportedFeatureException of UnsupportedFeatureException.t
  8. | `Unknown_operation_error of string * string option
]
Sourceval make : ?serviceDeploymentArn:??? -> unit -> t
Sourceval 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 ]
Sourceval 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 ]
Sourceval error_to_json : error -> Yojson.Safe.t
Sourceval to_value : t -> [> `Structure of (string * [> `String of String_.t ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t