Values.DescribeServiceDeploymentsResponseSourceDescribes one or more of your service deployments. A service deployment happens when you release a software update for the service. For more information, see View service history using Amazon ECS service deployments.
type nonrec t = {serviceDeployments : ServiceDeployments.t option;The list of service deployments described.
*)failures : Failures.t option;Any failures associated with the call. If you decsribe a deployment with a service revision created before October 25, 2024, the call fails. The failure includes the service revision ARN and the reason set to MISSING.
*)}type nonrec error = [ | `AccessDeniedException of AccessDeniedException.t| `ClientException of ClientException.t| `ClusterNotFoundException of ClusterNotFoundException.t| `InvalidParameterException of InvalidParameterException.t| `ServerException of ServerException.t| `ServiceNotFoundException of ServiceNotFoundException.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
| `ClusterNotFoundException of ClusterNotFoundException.t
| `InvalidParameterException of InvalidParameterException.t
| `ServerException of ServerException.t
| `ServiceNotFoundException of ServiceNotFoundException.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
| `ClusterNotFoundException of ClusterNotFoundException.t
| `InvalidParameterException of InvalidParameterException.t
| `ServerException of ServerException.t
| `ServiceNotFoundException of ServiceNotFoundException.t
| `Unknown_operation_error of string * string option
| `UnsupportedFeatureException of UnsupportedFeatureException.t ]val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `Enum of string
| `List of
[> `Structure of
(string
* [> `Double of Double.t
| `Integer of Integer.t
| `String of String_.t ])
list ]
list
| `String of String_.t
| `Structure of
(string
* [> `Double of Double.t
| `Enum of string
| `Integer of Integer.t
| `List of
[> `String of String_.t
| `Structure of
(string
* [> `List of [> `Enum of string ] list
| `String of String_.t
| `Structure of 'a list ])
list ]
list
| `String of String_.t
| `Structure of
(string
* [> `Boolean of Boolean.t
| `Double of Double.t
| `Integer of Integer.t
| `List of [> `String of String_.t ] list ])
list
| `Timestamp of Timestamp.t ])
list
| `Timestamp of Timestamp.t ])
list ]
list ])
list ]